@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Barlow+Condensed:wght@600;700&display=swap');

:root {
    --primary-color: #1071a1;
    --secondary-color: #ff6b00;
    --cta-color: #ff6500;
    --light-gray: #f8f9fa;
    --dark-gray: #343a40;
}

body {
    font-family: 'Inter', sans-serif;
    padding-top: 76px;
}

.hero-section {
    background: #1a6085;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: unset;
    display: flex;
    align-items: center;
}

.hero-section h1,
.hero-section p,
.hero-section .lead,
.hero-section .btn {
    color: #fff !important;
}

.navbar {
    transition: all 0.3s ease;
}

.navbar-brand {
    font-size: 1.5rem;
}

.nav-link {
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--primary-color) !important;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    background-color: #0c5a7a;
    border-color: #0c5a7a;
}

.btn-cta {
    background-color: var(--cta-color) !important;
    border-color: var(--cta-color) !important;
    color: #fff !important;
}

.btn-cta:hover, .btn-cta:focus {
    background-color: #cc5200 !important;
    border-color: #cc5200 !important;
    color: #fff !important;
}

.bg-cta {
    background-color: var(--cta-color) !important;
    color: #fff !important;
}

.text-cta {
    color: var(--cta-color) !important;
}

.card {
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-warning {
    color: var(--secondary-color) !important;
}

.display-4 {
    font-weight: 700;
    line-height: 1.2;
}

.lead {
    font-size: 1.1rem;
    font-weight: 400;
}

.bi {
    line-height: 1;
}

footer a {
    text-decoration: none;
    transition: opacity 0.3s ease;
}

footer a:hover {
    opacity: 0.8;
}

/* Estilos para a página de planos */
.ribbon {
    position: absolute;
    top: 20px;
    right: -5px;
    padding: 5px 10px;
    background: var(--secondary-color);
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 3px;
}

.ribbon:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    border-left: 5px solid transparent;
    border-right: 0;
    border-top: 5px solid #cc5500;
}

/* Estilos para a página de integrações */
.circle-step {
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto;
}

pre code {
    font-family: 'Fira Code', monospace;
    font-size: 0.9rem;
}

.integration-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .hero-section {
        text-align: center;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .hero-section .btn-group {
        justify-content: center;
    }
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: all 0.3s ease;
}

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

.whatsapp-float i {
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 25px;
    }
    .whatsapp-float i {
        margin-top: 12px;
    }
}

/* Footer Styles */
.footer {
    background-color: var(--dark-gray);
    color: #fff;
    padding: 4rem 0 2rem;
}

.footer-logo {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.footer-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.footer h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-contact {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

.footer-contact i {
    margin-right: 10px;
    color: var(--primary-color);
}

.footer-bottom {
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
}

.social-links {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    display: flex;
    gap: 1rem;
}

.social-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.social-links a:hover {
    color: #fff;
    transform: translateY(-3px);
}

/* Highlight Effect */
.destacar {
    position: relative;
    color: var(--cta-color);
    z-index: 1;
}

.destacar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: var(--cta-color);
    opacity: 0.2;
    z-index: -1;
    transition: height 0.3s ease;
}

.destacar:hover::after {
    height: 100%;
}

.bg-header-personalizada {
    background-color: #1a6085 !important;
    color: #fff !important;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.slide-in-left {
  opacity: 0;
  animation: slideInLeft 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
} 
.text_seo {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

.text_seo h2,
.text_seo h3,
.text_seo h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: #1a6085;
  font-weight: 600;
}

.text_seo h2 {
  font-size: 2rem;
  border-left: 5px solid #007BFF;
  padding-left: 10px;
}

.text_seo h3 {
  font-size: 1.6rem;
}

.text_seo h4 {
  font-size: 1.3rem;
}

.text_seo p {
  margin-bottom: 1.2rem;
  font-size: 1rem;
  text-align: justify;
}

/* Listas */
.text_seo ul {
  margin-bottom: 1.2rem;
  padding-left: 20px;
  list-style: disc;
}

.text_seo ul li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

/* Tabelas */
.text_seo table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  overflow-x: auto;
}

.text_seo table th,
.text_seo table td {
  padding: 0.75rem;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}

.text_seo table th {
  background-color: #f4f4f4;
  font-weight: 600;
}

/* Responsividade */
@media (max-width: 768px) {
  .text_seo h2 {
    font-size: 1.75rem;
  }

  .text_seo h3 {
    font-size: 1.4rem;
  }

  .text_seo h4 {
    font-size: 1.1rem;
  }

  .text_seo p,
  .text_seo ul li {
    font-size: 0.95rem;
  }
}

/* ===== Home redesign (.page-home) ===== */
.page-home {
  font-family: 'Barlow', system-ui, sans-serif;
  color: #1c2a33;
  background: #f3f6f8;
  padding-top: 0;
}

.page-home h1,
.page-home h2,
.page-home h3,
.page-home .home-hero__brand {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  letter-spacing: 0.01em;
}

.page-home .home-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-home .home-reveal--delay {
  transition-delay: 0.12s;
}

.page-home .home-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* ===== Site header (home) ===== */
.site-header {
  padding: 0;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    backdrop-filter 0.3s ease,
    padding 0.3s ease;
  z-index: 1040;
}

.site-header__inner {
  display: flex;
  align-items: center;
  min-height: 76px;
  transition: min-height 0.3s ease;
}

.site-header.is-scrolled .site-header__inner,
.site-header.is-open .site-header__inner {
  min-height: 64px;
}

.site-header.is-top:not(.is-open) {
  background: linear-gradient(180deg, rgba(8, 28, 40, 0.55) 0%, rgba(8, 28, 40, 0.18) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: rgba(16, 113, 161, 0.08);
  box-shadow: 0 10px 30px rgba(15, 47, 68, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.site-header[data-header="solid"],
.site-header[data-header="solid"].is-scrolled,
.site-header[data-header="solid"].is-open {
  background: #ffffff;
  border-bottom: 1px solid rgba(16, 113, 161, 0.1);
  box-shadow: 0 8px 24px rgba(15, 47, 68, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.site-header__brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
  padding: 0;
  line-height: 0;
}

.site-header__logo {
  height: 36px;
  width: auto;
  max-width: 168px;
  object-fit: contain;
  transition: opacity 0.25s ease, transform 0.3s ease;
}

.site-header.is-scrolled .site-header__logo,
.site-header.is-open .site-header__logo {
  height: 32px;
}

.site-header__logo--light {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
}

.site-header.is-top:not(.is-open) .site-header__logo--dark {
  opacity: 0;
}

.site-header.is-top:not(.is-open) .site-header__logo--light {
  opacity: 1;
}

.site-header.is-scrolled .site-header__logo--dark,
.site-header.is-open .site-header__logo--dark {
  opacity: 1;
}

.site-header.is-scrolled .site-header__logo--light,
.site-header.is-open .site-header__logo--light {
  opacity: 0;
}

.site-header__nav {
  align-items: center;
  gap: 0.15rem;
}

.site-header__nav .nav-link {
  position: relative;
  font-family: 'Barlow', system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.88) !important;
  padding: 0.55rem 0.85rem !important;
  border-radius: 8px;
  transition: color 0.25s ease, background 0.25s ease;
}

.site-header__nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.28rem;
  height: 2px;
  border-radius: 2px;
  background: var(--cta-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.site-header__nav .nav-link:hover,
.site-header__nav .nav-link:focus-visible {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
}

.site-header__nav .nav-link.active,
.site-header__nav .nav-link[aria-current="page"] {
  color: #fff !important;
}

.site-header__nav .nav-link.active::after,
.site-header__nav .nav-link[aria-current="page"]::after,
.site-header__nav .nav-link:hover::after {
  transform: scaleX(1);
}

.site-header.is-scrolled .site-header__nav .nav-link,
.site-header.is-open .site-header__nav .nav-link {
  color: #304856 !important;
}

.site-header.is-scrolled .site-header__nav .nav-link:hover,
.site-header.is-scrolled .site-header__nav .nav-link:focus-visible,
.site-header.is-open .site-header__nav .nav-link:hover {
  color: #0f3f58 !important;
  background: rgba(16, 113, 161, 0.07);
}

.site-header.is-scrolled .site-header__nav .nav-link.active,
.site-header.is-scrolled .site-header__nav .nav-link[aria-current="page"],
.site-header.is-open .site-header__nav .nav-link.active {
  color: #0f3f58 !important;
}

.site-header__cta-wrap {
  margin-left: 0.85rem;
}

.site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.55rem 1.15rem;
  border-radius: 10px;
  background: var(--cta-color);
  color: #fff !important;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(255, 101, 0, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.site-header__cta:hover,
.site-header__cta:focus-visible {
  background: #e85c00;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(255, 101, 0, 0.36);
}

.site-header__cta--compact {
  min-height: 36px;
  padding: 0.4rem 0.85rem;
  font-size: 0.95rem;
  box-shadow: none;
}

.site-header__actions-mobile {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-left: auto;
}

.site-header__toggler {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.site-header.is-scrolled .site-header__toggler,
.site-header.is-open .site-header__toggler {
  border-color: rgba(15, 63, 88, 0.16);
  background: rgba(15, 63, 88, 0.05);
}

.site-header__toggler-line {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: transform 0.28s ease, opacity 0.28s ease, background 0.25s ease;
}

.site-header.is-scrolled .site-header__toggler-line,
.site-header.is-open .site-header__toggler-line {
  background: #0f3f58;
}

.site-header.is-open .site-header__toggler-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-open .site-header__toggler-line:nth-child(2) {
  opacity: 0;
}

.site-header.is-open .site-header__toggler-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-header__collapse {
  align-items: center;
}

@media (min-width: 992px) {
  .site-header__collapse {
    display: flex !important;
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 991.98px) {
  .site-header__collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
    padding: 0.75rem 1rem 1.25rem;
    background: #fff;
    border-bottom: 1px solid rgba(16, 113, 161, 0.08);
    box-shadow: 0 18px 36px rgba(15, 47, 68, 0.12);
  }

  .site-header__nav {
    width: 100%;
    gap: 0.2rem;
    padding: 0.35rem 0 0.75rem;
  }

  .site-header__nav .nav-link {
    color: #304856 !important;
    padding: 0.85rem 0.9rem !important;
    border-radius: 10px;
    font-size: 1.05rem;
  }

  .site-header__nav .nav-link::after {
    display: none;
  }

  .site-header__nav .nav-link.active,
  .site-header__nav .nav-link[aria-current="page"] {
    color: #0f3f58 !important;
    background: rgba(16, 113, 161, 0.08);
  }

  .site-header__cta-wrap {
    margin: 0;
    width: 100%;
  }

  .site-header__cta-wrap .site-header__cta {
    width: 100%;
  }

  .site-header.is-top:not(.is-open) .site-header__cta--compact {
    background: rgba(255, 101, 0, 0.95);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .site-header__logo,
  .site-header__nav .nav-link,
  .site-header__cta,
  .site-header__toggler-line {
    transition: none !important;
  }
}

.page-home .home-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: calc(100svh - 76px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0b2f42;
  isolation: isolate;
}

.page-home .home-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(125deg, #0a2a3c 0%, #145a7c 46%, #0f3f58 100%);
  overflow: hidden;
}

.page-home .home-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
  will-change: transform;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-home .home-hero__orb--a {
  width: min(52vw, 520px);
  height: min(52vw, 520px);
  top: -12%;
  right: 8%;
  background: radial-gradient(circle, rgba(255, 101, 0, 0.35) 0%, rgba(255, 101, 0, 0) 70%);
  animation: homeOrbFloat 12s ease-in-out infinite alternate;
}

.page-home .home-hero__orb--b {
  width: min(44vw, 420px);
  height: min(44vw, 420px);
  bottom: -18%;
  left: -6%;
  background: radial-gradient(circle, rgba(64, 180, 230, 0.28) 0%, rgba(64, 180, 230, 0) 70%);
  animation: homeOrbFloat 15s ease-in-out infinite alternate-reverse;
}

.page-home .home-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 70% at 60% 40%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 60% 40%, #000 20%, transparent 75%);
  opacity: 0.7;
  pointer-events: none;
}

.page-home .home-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: clamp(1.5rem, 4vh, 3rem);
  padding-bottom: clamp(3.5rem, 8vh, 5rem);
}

.page-home .home-hero__row {
  min-height: calc(100svh - 160px);
}

.page-home .home-hero__copy {
  position: relative;
  z-index: 2;
  padding-bottom: 1rem;
}

.page-home .home-hero__brand {
  font-size: clamp(2.6rem, 6vw, 4rem);
  font-weight: 700;
  line-height: 0.92;
  margin: 0 0 0.85rem;
  color: #fff;
  animation: homeHeroFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.page-home .home-hero__title {
  font-size: clamp(1.7rem, 3.2vw, 2.55rem);
  font-weight: 600;
  line-height: 1.12;
  margin: 0 0 1rem;
  color: #fff;
  max-width: 16ch;
}

.page-home .home-hero__title-line {
  display: block;
  animation: homeHeroFadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
}

.page-home .home-hero__title-line--accent {
  color: #ffb27a;
  animation-delay: 0.16s;
}

.page-home .home-hero__lead {
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 1.35rem;
  max-width: 38ch;
  animation: homeHeroFadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.22s both;
}

.page-home .home-hero__modes {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0.3rem;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation: homeHeroFadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.28s both;
}

.page-home .home-hero__mode {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.55rem 1.05rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.page-home .home-hero__mode:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.page-home .home-hero__mode.is-active {
  background: #ff6500;
  color: #fff;
  box-shadow: 0 8px 20px rgba(255, 101, 0, 0.35);
}

.page-home .home-hero__mode:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.page-home .home-hero__mode-copy {
  min-height: 2.8em;
  margin: 0 0 1.5rem;
  max-width: 40ch;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.45;
  transition: opacity 0.25s ease, transform 0.25s ease;
  animation: homeHeroFadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.34s both;
}

.page-home .home-hero__mode-copy.is-switching {
  opacity: 0;
  transform: translateY(6px);
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  animation: homeHeroFadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}

.page-home .home-hero__cta {
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 10px 28px rgba(255, 101, 0, 0.28);
}

.page-home .home-hero__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(255, 101, 0, 0.4);
}

.btn-hero-ghost {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.btn-hero-ghost:hover,
.btn-hero-ghost:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff !important;
  transform: translateY(-2px);
}

.page-home .home-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
}

.page-home .home-hero__stage {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  animation: homeHeroFadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

.page-home .home-hero__stage-glow {
  position: absolute;
  inset: 12% 4% auto;
  height: 70%;
  background: radial-gradient(ellipse at center, rgba(255, 101, 0, 0.28), transparent 68%);
  filter: blur(20px);
  z-index: 0;
  pointer-events: none;
  transition: opacity 0.45s ease, background 0.45s ease;
}

.page-home .home-hero__stage[data-mode="programar"] .home-hero__stage-glow {
  background: radial-gradient(ellipse at center, rgba(45, 180, 220, 0.32), transparent 68%);
}

.page-home .home-hero__stage[data-mode="controlar"] .home-hero__stage-glow {
  background: radial-gradient(ellipse at center, rgba(120, 220, 160, 0.28), transparent 68%);
}

.page-home .home-hero__frame {
  position: relative;
  z-index: 1;
  border-radius: 14px;
  overflow: hidden;
  background: #0a1d28;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  transform-style: preserve-3d;
  transition: transform 0.2s ease-out, box-shadow 0.3s ease;
  will-change: transform;
}

.page-home .home-hero__frame-bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 0.85rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .home-hero__frame-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.page-home .home-hero__frame-bar span:nth-child(1) { background: #ff5f57; }
.page-home .home-hero__frame-bar span:nth-child(2) { background: #febc2e; }
.page-home .home-hero__frame-bar span:nth-child(3) { background: #28c840; }

.page-home .home-hero__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: left top;
  aspect-ratio: 16 / 10;
  transform-origin: center center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}

.page-home .home-hero__stage[data-mode="programar"] .home-hero__img {
  filter: saturate(1.05) contrast(1.02);
  transform: scale(1.015);
}

.page-home .home-hero__stage[data-mode="controlar"] .home-hero__img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.03);
}

.page-home .home-hero__caption {
  margin: 0.9rem 0 0;
  text-align: center;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.7);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.page-home .home-hero__caption.is-switching {
  opacity: 0;
  transform: translateY(4px);
}

.page-home .home-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 1.1rem;
  z-index: 2;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.page-home .home-hero__scroll i {
  font-size: 1rem;
  animation: homeScrollBounce 1.6s ease-in-out infinite;
}

.page-home .home-hero__scroll:hover {
  color: #fff;
}

@keyframes homeHeroFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeOrbFloat {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(18px, -22px, 0) scale(1.06); }
}

@keyframes homeScrollBounce {
  0%, 100% { transform: translateY(0); opacity: 0.7; }
  50% { transform: translateY(5px); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-hero__brand,
  .page-home .home-hero__title-line,
  .page-home .home-hero__lead,
  .page-home .home-hero__modes,
  .page-home .home-hero__mode-copy,
  .page-home .home-hero__actions,
  .page-home .home-hero__stage,
  .page-home .home-hero__orb--a,
  .page-home .home-hero__orb--b,
  .page-home .home-hero__scroll i {
    animation: none !important;
  }

  .page-home .home-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ===== Inner page hero (.page-hero) — same visual pattern as home, compact ===== */
.page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0b2f42;
  isolation: isolate;
  font-family: 'Barlow', system-ui, sans-serif;
}

.page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(125deg, #0a2a3c 0%, #145a7c 46%, #0f3f58 100%);
  overflow: hidden;
}

.page-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
  will-change: transform;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-hero__orb--a {
  width: min(48vw, 460px);
  height: min(48vw, 460px);
  top: -14%;
  right: 6%;
  background: radial-gradient(circle, rgba(255, 101, 0, 0.35) 0%, rgba(255, 101, 0, 0) 70%);
  animation: homeOrbFloat 12s ease-in-out infinite alternate;
}

.page-hero__orb--b {
  width: min(40vw, 380px);
  height: min(40vw, 380px);
  bottom: -20%;
  left: -8%;
  background: radial-gradient(circle, rgba(64, 180, 230, 0.28) 0%, rgba(64, 180, 230, 0) 70%);
  animation: homeOrbFloat 15s ease-in-out infinite alternate-reverse;
}

.page-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 70% at 60% 40%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 60% 40%, #000 20%, transparent 75%);
  opacity: 0.7;
  pointer-events: none;
}

.page-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: clamp(2rem, 5vh, 3.25rem);
  padding-bottom: clamp(2.5rem, 6vh, 4rem);
}

.page-hero__row {
  min-height: 0;
}

.page-hero__copy {
  position: relative;
  z-index: 2;
  padding-bottom: 0.5rem;
}

.page-hero__brand {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: clamp(2.35rem, 5.2vw, 3.5rem);
  font-weight: 700;
  line-height: 0.92;
  margin: 0 0 0.75rem;
  color: #fff;
  letter-spacing: 0.01em;
  animation: homeHeroFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.page-hero__title {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: clamp(1.55rem, 2.9vw, 2.35rem);
  font-weight: 600;
  line-height: 1.12;
  margin: 0 0 1rem;
  color: #fff;
  max-width: 22ch;
  letter-spacing: 0.01em;
}

.page-hero__title-line {
  display: block;
  animation: homeHeroFadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
}

.page-hero__title-line--accent {
  color: #ffb27a;
  animation-delay: 0.16s;
}

.page-hero__lead {
  font-size: clamp(1rem, 1.45vw, 1.1rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 1.5rem;
  max-width: 40ch;
  animation: homeHeroFadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.22s both;
}

.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  animation: homeHeroFadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.34s both;
}

.page-hero__cta {
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 10px 28px rgba(255, 101, 0, 0.28);
}

.page-hero__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(255, 101, 0, 0.4);
}

.page-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
}

.page-hero__stage {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  animation: homeHeroFadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) 0.18s both;
}

.page-hero__stage-glow {
  position: absolute;
  inset: 12% 4% auto;
  height: 70%;
  background: radial-gradient(ellipse at center, rgba(255, 101, 0, 0.28), transparent 68%);
  filter: blur(20px);
  z-index: 0;
  pointer-events: none;
}

.page-hero__frame {
  position: relative;
  z-index: 1;
  border-radius: 14px;
  overflow: hidden;
  background: #0a1d28;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  transform-style: preserve-3d;
  transition: transform 0.2s ease-out, box-shadow 0.3s ease;
  will-change: transform;
}

.page-hero__frame-bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 0.85rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-hero__frame-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.page-hero__frame-bar span:nth-child(1) { background: #ff5f57; }
.page-hero__frame-bar span:nth-child(2) { background: #febc2e; }
.page-hero__frame-bar span:nth-child(3) { background: #28c840; }

.page-hero__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: left top;
  aspect-ratio: 16 / 10;
}

.page-hero__caption {
  margin: 0.9rem 0 0;
  text-align: center;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.7);
}

@media (prefers-reduced-motion: reduce) {
  .page-hero__brand,
  .page-hero__title-line,
  .page-hero__lead,
  .page-hero__actions,
  .page-hero__stage,
  .page-hero__orb--a,
  .page-hero__orb--b {
    animation: none !important;
  }
}

@media (max-width: 991.98px) {
  .page-hero__inner {
    padding-top: 1.75rem;
    padding-bottom: 2.75rem;
  }

  .page-hero__row {
    row-gap: 1.5rem;
  }

  .page-hero__title,
  .page-hero__lead {
    max-width: none;
  }

  .page-hero__stage {
    max-width: 100%;
    margin: 0 auto;
  }

  .page-hero__frame {
    transform: none !important;
  }
}

@media (max-width: 575.98px) {
  .page-hero__actions {
    width: 100%;
  }

  .page-hero__actions .btn {
    flex: 1 1 100%;
  }

  .page-hero__img {
    aspect-ratio: 16 / 11;
  }
}

/* ===== Planos page (.page-planos) ===== */
.page-planos {
  font-family: 'Barlow', system-ui, sans-serif;
  color: #1c2a33;
  background: #f3f6f8;
}

.page-planos h1,
.page-planos h2,
.page-planos h3,
.page-planos h4 {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  letter-spacing: 0.01em;
}

.planos-section {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  background:
    radial-gradient(ellipse 60% 50% at 100% 0%, rgba(16, 113, 161, 0.06), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f3f6f8 100%);
}

.planos-section__head {
  max-width: 40rem;
  margin-bottom: 2.25rem;
}

.planos-section__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff6500;
}

.planos-section__title {
  font-size: clamp(1.85rem, 3vw, 2.45rem);
  font-weight: 700;
  line-height: 1.15;
  color: #0f3f58;
  margin: 0 0 0.85rem;
}

.planos-section__text {
  font-size: 1.08rem;
  line-height: 1.6;
  color: #445868;
  margin: 0;
}

.planos-compare {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 2.25rem;
}

.planos-compare__item {
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid #e2e9ee;
  border-radius: 12px;
}

.planos-compare__item strong {
  display: block;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f3f58;
  margin-bottom: 0.2rem;
}

.planos-compare__item span {
  font-size: 0.92rem;
  color: #5a6d7a;
  line-height: 1.4;
}

.planos-compare__item--prime {
  border-color: rgba(255, 101, 0, 0.35);
  background: linear-gradient(180deg, #fff8f3 0%, #fff 100%);
}

.planos-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
  align-items: stretch;
}

.planos-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.75rem 1.6rem 1.6rem;
  background: #fff;
  border: 1px solid #e2e9ee;
  border-radius: 16px;
  overflow: hidden;
}

.planos-card--prime {
  border-color: rgba(255, 101, 0, 0.45);
  box-shadow: 0 18px 40px rgba(15, 63, 88, 0.08);
}

.planos-card__badge {
  position: absolute;
  top: 1.15rem;
  right: 1.15rem;
  margin: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #ff6500;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.planos-card__head {
  padding-right: 4.5rem;
}

.planos-card__label {
  margin: 0 0 0.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6a7f8d;
}

.planos-card__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.65rem, 2.4vw, 2rem);
  font-weight: 700;
  color: #0f3f58;
  line-height: 1.1;
}

.planos-card__lead {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.55;
  color: #445868;
}

.planos-card__block-title {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0f3f58;
}

.planos-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.planos-card__list li {
  position: relative;
  padding-left: 1.45rem;
  color: #1c2a33;
  font-size: 0.98rem;
  line-height: 1.4;
}

.planos-card__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #ff6500;
}

.planos-card__list--muted li {
  color: #5a6d7a;
  font-size: 0.94rem;
}

.planos-card__list--muted li::before {
  background: #9aaebc;
}

.planos-card__more {
  border-top: 1px solid #e8eef2;
  padding-top: 0.85rem;
}

.planos-card__more summary {
  cursor: pointer;
  font-weight: 600;
  color: #0f3f58;
  list-style: none;
  font-size: 0.95rem;
}

.planos-card__more summary::-webkit-details-marker {
  display: none;
}

.planos-card__more summary::after {
  content: '+';
  float: right;
  color: #ff6500;
  font-weight: 700;
}

.planos-card__more[open] summary::after {
  content: '–';
}

.planos-card__more .planos-card__list {
  margin-top: 0.85rem;
}

.planos-card__note {
  padding: 0.95rem 1rem;
  background: #f7fafc;
  border-left: 3px solid #1071a1;
  border-radius: 0 10px 10px 0;
}

.planos-card__note p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #445868;
}

.planos-card__cta {
  margin-top: auto;
  width: 100%;
  box-shadow: 0 10px 24px rgba(255, 101, 0, 0.22);
}

.planos-faq {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  background: #fff;
  border-top: 1px solid #e2e9ee;
}

.planos-faq__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff6500;
}

.planos-faq__title {
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  font-weight: 700;
  line-height: 1.15;
  color: #0f3f58;
  margin: 0 0 0.85rem;
}

.planos-faq__text {
  font-size: 1.05rem;
  line-height: 1.55;
  color: #445868;
  margin: 0 0 1.35rem;
}

.planos-faq__help {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 1.05rem;
  border-radius: 999px;
  background: #0f3f58;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.25s ease, transform 0.25s ease;
}

.planos-faq__help:hover {
  background: #145a7c;
  color: #fff !important;
  transform: translateY(-1px);
}

.planos-faq__item {
  border: 1px solid #e2e9ee !important;
  border-radius: 12px !important;
  overflow: hidden;
  margin-bottom: 0.75rem;
  background: #fff;
}

.planos-faq__item:has(.accordion-button:not(.collapsed)) {
  border-color: rgba(16, 113, 161, 0.35) !important;
}

.planos-faq__q {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #0f3f58;
  gap: 0.75rem;
  box-shadow: none !important;
  background: #fff !important;
}

.planos-faq__q:not(.collapsed) {
  color: #0f3f58;
  background: #f7fafc !important;
}

.planos-faq__num {
  flex-shrink: 0;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ff6500;
}

.planos-accordion .accordion-body {
  color: #445868;
  line-height: 1.55;
  padding-top: 0;
}

.planos-accordion .accordion-button::after {
  background-size: 1rem;
}

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

  .planos-grid {
    grid-template-columns: 1fr;
  }

  .planos-card__head {
    padding-right: 0;
  }

  .planos-card--prime .planos-card__head {
    padding-right: 5rem;
  }
}

@media (max-width: 575.98px) {
  .planos-compare {
    grid-template-columns: 1fr;
  }
}

/* ===== Soluções page (.page-solucoes) ===== */
.page-solucoes {
  font-family: 'Barlow', system-ui, sans-serif;
  color: #1c2a33;
  background: #f3f6f8;
}

.page-solucoes h1,
.page-solucoes h2,
.page-solucoes h3 {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  letter-spacing: 0.01em;
}

.sol-strip {
  padding: 1.35rem 0;
  background: #fff;
  border-bottom: 1px solid #e2e9ee;
}

.sol-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.sol-strip__item {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #f7fafc;
  border: 1px solid #e8eef2;
}

.sol-strip__item strong {
  display: block;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f3f58;
  margin-bottom: 0.15rem;
}

.sol-strip__item span {
  font-size: 0.9rem;
  color: #5a6d7a;
  line-height: 1.35;
}

.sol-modules {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  background:
    radial-gradient(ellipse 55% 45% at 0% 0%, rgba(255, 101, 0, 0.06), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f3f6f8 100%);
  scroll-margin-top: 90px;
}

.sol-modules__head {
  max-width: 40rem;
  margin-bottom: 2.25rem;
}

.sol-modules__eyebrow,
.sol-impl__eyebrow,
.sol-faq__eyebrow,
.sol-cta__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff6500;
}

.sol-modules__title,
.sol-impl__title,
.sol-faq__title {
  font-size: clamp(1.85rem, 3vw, 2.45rem);
  font-weight: 700;
  line-height: 1.15;
  color: #0f3f58;
  margin: 0 0 0.85rem;
}

.sol-modules__text,
.sol-impl__text,
.sol-faq__text {
  font-size: 1.08rem;
  line-height: 1.6;
  color: #445868;
  margin: 0;
}

.sol-modules__layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.sol-modules__rail {
  display: grid;
  gap: 0.45rem;
  align-content: start;
}

.sol-modules__tab {
  appearance: none;
  border: 1px solid #e2e9ee;
  background: #fff;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: center;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
  color: #1c2a33;
}

.sol-modules__tab:hover {
  border-color: rgba(16, 113, 161, 0.35);
  transform: translateX(2px);
}

.sol-modules__tab.is-active {
  border-color: rgba(255, 101, 0, 0.45);
  background: #fff8f3;
}

.sol-modules__tab:focus-visible {
  outline: 2px solid #ff6500;
  outline-offset: 2px;
}

.sol-modules__tab-num {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  color: #ff6500;
}

.sol-modules__tab-label {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0f3f58;
  line-height: 1.2;
}

.sol-modules__stage {
  position: relative;
  background: #fff;
  border: 1px solid #e2e9ee;
  border-radius: 16px;
  padding: 1.75rem 1.6rem;
  min-height: 280px;
  overflow: hidden;
}

.sol-modules__stage::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #ff6500, #1071a1);
}

.sol-modules__panel {
  scroll-margin-top: 100px;
}

.sol-modules__panel[hidden] {
  display: none !important;
}

.sol-modules__tag {
  display: inline-flex;
  margin: 0 0 0.75rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(16, 113, 161, 0.1);
  color: #0f5f85;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sol-modules__panel-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 700;
  color: #0f3f58;
  line-height: 1.15;
}

.sol-modules__panel-text {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #445868;
  max-width: 48ch;
}

.sol-modules__bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.sol-modules__bullets li {
  position: relative;
  padding-left: 1.35rem;
  color: #1c2a33;
  font-size: 0.98rem;
  line-height: 1.4;
}

.sol-modules__bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #ff6500;
}

.sol-impl {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  background: #fff;
  border-top: 1px solid #e2e9ee;
}

.sol-impl__head {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.sol-impl__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.sol-impl__steps li {
  padding: 1.25rem 1.15rem;
  background: #f7fafc;
  border: 1px solid #e2e9ee;
  border-radius: 14px;
}

.sol-impl__num {
  display: block;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #ff6500;
  margin-bottom: 0.55rem;
}

.sol-impl__steps h3 {
  margin: 0 0 0.4rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f3f58;
}

.sol-impl__steps p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #445868;
}

.sol-faq {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  background: #f3f6f8;
}

.sol-faq__link {
  display: inline-block;
  margin-top: 1.1rem;
  font-weight: 600;
  color: #0f3f58;
  text-decoration: none;
}

.sol-faq__link:hover {
  color: #ff6500;
}

.sol-faq__item {
  border: 1px solid #e2e9ee !important;
  border-radius: 12px !important;
  overflow: hidden;
  margin-bottom: 0.75rem;
  background: #fff;
}

.sol-faq__item:has(.accordion-button:not(.collapsed)) {
  border-color: rgba(16, 113, 161, 0.35) !important;
}

.sol-faq__q {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.12rem;
  font-weight: 600;
  color: #0f3f58;
  gap: 0.75rem;
  box-shadow: none !important;
  background: #fff !important;
}

.sol-faq__q:not(.collapsed) {
  background: #f7fafc !important;
}

.sol-faq__num {
  flex-shrink: 0;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ff6500;
}

.sol-accordion .accordion-body {
  color: #445868;
  line-height: 1.55;
  padding-top: 0;
}

.sol-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #0b2f42;
  isolation: isolate;
}

.sol-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(125deg, #0a2a3c 0%, #145a7c 50%, #0f3f58 100%);
}

.sol-cta__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
}

.sol-cta__orb--a {
  width: min(40vw, 360px);
  height: min(40vw, 360px);
  top: -30%;
  right: 5%;
  background: radial-gradient(circle, rgba(255, 101, 0, 0.35) 0%, rgba(255, 101, 0, 0) 70%);
}

.sol-cta__orb--b {
  width: min(36vw, 300px);
  height: min(36vw, 300px);
  bottom: -35%;
  left: -5%;
  background: radial-gradient(circle, rgba(64, 180, 230, 0.28) 0%, rgba(64, 180, 230, 0) 70%);
}

.sol-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: clamp(2.75rem, 5vw, 4rem);
  padding-bottom: clamp(2.75rem, 5vw, 4rem);
}

.sol-cta__copy {
  max-width: 36rem;
}

.sol-cta__copy h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
}

.sol-cta__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.55;
}

.sol-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

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

  .sol-modules__layout {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 575.98px) {
  .sol-strip__grid,
  .sol-modules__rail,
  .sol-impl__steps {
    grid-template-columns: 1fr;
  }

  .sol-cta__actions {
    width: 100%;
  }

  .sol-cta__actions .btn {
    flex: 1 1 100%;
  }
}

/* ===== Integrações page (.page-integracoes) ===== */
.page-integracoes {
  font-family: 'Barlow', system-ui, sans-serif;
  color: #1c2a33;
  background: #f3f6f8;
}

.page-integracoes h1,
.page-integracoes h2,
.page-integracoes h3,
.page-integracoes h4 {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  letter-spacing: 0.01em;
}

.int-strip {
  padding: 1.35rem 0;
  background: #fff;
  border-bottom: 1px solid #e2e9ee;
}

.int-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.int-strip__item {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #f7fafc;
  border: 1px solid #e8eef2;
}

.int-strip__item strong {
  display: block;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f3f58;
  margin-bottom: 0.15rem;
}

.int-strip__item span {
  font-size: 0.9rem;
  color: #5a6d7a;
  line-height: 1.35;
}

.int-hub {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  background:
    radial-gradient(ellipse 55% 45% at 100% 0%, rgba(16, 113, 161, 0.07), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f3f6f8 100%);
  scroll-margin-top: 90px;
}

.int-hub__head,
.int-trust__head,
.int-impl__head {
  max-width: 40rem;
  margin-bottom: 2.25rem;
}

.int-hub__eyebrow,
.int-api__eyebrow,
.int-trust__eyebrow,
.int-impl__eyebrow,
.int-faq__eyebrow,
.int-cta__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff6500;
}

.int-hub__title,
.int-api__title,
.int-trust__title,
.int-impl__title,
.int-faq__title {
  font-size: clamp(1.85rem, 3vw, 2.45rem);
  font-weight: 700;
  line-height: 1.15;
  color: #0f3f58;
  margin: 0 0 0.85rem;
}

.int-hub__text,
.int-api__text,
.int-trust__text,
.int-impl__text,
.int-faq__text {
  font-size: 1.08rem;
  line-height: 1.6;
  color: #445868;
  margin: 0;
}

.int-hub__layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.int-hub__rail {
  display: grid;
  gap: 0.45rem;
  align-content: start;
}

.int-hub__tab {
  appearance: none;
  border: 1px solid #e2e9ee;
  background: #fff;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: center;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
  color: #1c2a33;
}

.int-hub__tab:hover {
  border-color: rgba(16, 113, 161, 0.35);
  transform: translateX(2px);
}

.int-hub__tab.is-active {
  border-color: rgba(255, 101, 0, 0.45);
  background: #fff8f3;
}

.int-hub__tab:focus-visible {
  outline: 2px solid #ff6500;
  outline-offset: 2px;
}

.int-hub__tab-num {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  color: #ff6500;
}

.int-hub__tab-label {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0f3f58;
  line-height: 1.2;
}

.int-hub__stage {
  position: relative;
  background: #fff;
  border: 1px solid #e2e9ee;
  border-radius: 16px;
  padding: 1.75rem 1.6rem;
  min-height: 280px;
  overflow: hidden;
}

.int-hub__stage::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #ff6500, #1071a1);
}

.int-hub__panel[hidden] {
  display: none !important;
}

.int-hub__tag {
  display: inline-flex;
  margin: 0 0 0.75rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(16, 113, 161, 0.1);
  color: #0f5f85;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.int-hub__panel-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 700;
  color: #0f3f58;
  line-height: 1.15;
}

.int-hub__panel-text {
  margin: 0 0 1.35rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #445868;
  max-width: 52ch;
}

.int-hub__items {
  display: grid;
  gap: 0.85rem;
}

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

.int-item {
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: #f7fafc;
  border: 1px solid #e8eef2;
  scroll-margin-top: 100px;
}

.int-item h4 {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f3f58;
}

.int-item p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #445868;
}

.int-api {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  background: #fff;
  border-top: 1px solid #e2e9ee;
}

.int-api__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.75rem;
  align-items: center;
}

.int-api__list {
  list-style: none;
  margin: 1.25rem 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.int-api__list li {
  position: relative;
  padding-left: 1.35rem;
  color: #1c2a33;
  font-size: 0.98rem;
}

.int-api__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #ff6500;
}

.int-api__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.int-api__code {
  margin: 0;
  padding: 1.35rem 1.4rem;
  border-radius: 14px;
  background: #0a1d28;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.88rem;
  line-height: 1.55;
  overflow-x: auto;
}

.int-trust {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  background: #f3f6f8;
}

.int-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.int-trust__item {
  padding: 1.15rem 1.1rem;
  background: #fff;
  border: 1px solid #e2e9ee;
  border-radius: 12px;
}

.int-trust__item h3 {
  margin: 0 0 0.45rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f3f58;
}

.int-trust__item p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.5;
  color: #445868;
}

.int-impl {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  background: #fff;
  border-top: 1px solid #e2e9ee;
}

.int-impl__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.int-impl__steps li {
  padding: 1.25rem 1.15rem;
  background: #f7fafc;
  border: 1px solid #e2e9ee;
  border-radius: 14px;
}

.int-impl__num {
  display: block;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #ff6500;
  margin-bottom: 0.55rem;
}

.int-impl__steps h3 {
  margin: 0 0 0.4rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f3f58;
}

.int-impl__steps p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #445868;
}

.int-faq {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  background: #f3f6f8;
}

.int-faq__link {
  display: inline-block;
  margin-top: 1.1rem;
  font-weight: 600;
  color: #0f3f58;
  text-decoration: none;
}

.int-faq__link:hover {
  color: #ff6500;
}

.int-faq__item {
  border: 1px solid #e2e9ee !important;
  border-radius: 12px !important;
  overflow: hidden;
  margin-bottom: 0.75rem;
  background: #fff;
}

.int-faq__item:has(.accordion-button:not(.collapsed)) {
  border-color: rgba(16, 113, 161, 0.35) !important;
}

.int-faq__q {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.12rem;
  font-weight: 600;
  color: #0f3f58;
  gap: 0.75rem;
  box-shadow: none !important;
  background: #fff !important;
}

.int-faq__q:not(.collapsed) {
  background: #f7fafc !important;
}

.int-faq__num {
  flex-shrink: 0;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ff6500;
}

.int-accordion .accordion-body {
  color: #445868;
  line-height: 1.55;
  padding-top: 0;
}

.int-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #0b2f42;
  isolation: isolate;
}

.int-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(125deg, #0a2a3c 0%, #145a7c 50%, #0f3f58 100%);
}

.int-cta__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
}

.int-cta__orb--a {
  width: min(40vw, 360px);
  height: min(40vw, 360px);
  top: -30%;
  right: 5%;
  background: radial-gradient(circle, rgba(255, 101, 0, 0.35) 0%, rgba(255, 101, 0, 0) 70%);
}

.int-cta__orb--b {
  width: min(36vw, 300px);
  height: min(36vw, 300px);
  bottom: -35%;
  left: -5%;
  background: radial-gradient(circle, rgba(64, 180, 230, 0.28) 0%, rgba(64, 180, 230, 0) 70%);
}

.int-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: clamp(2.75rem, 5vw, 4rem);
  padding-bottom: clamp(2.75rem, 5vw, 4rem);
}

.int-cta__copy {
  max-width: 36rem;
}

.int-cta__copy h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
}

.int-cta__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.55;
}

.int-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (max-width: 991.98px) {
  .int-strip__grid,
  .int-trust__grid,
  .int-impl__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .int-hub__layout,
  .int-api__grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 575.98px) {
  .int-strip__grid,
  .int-hub__rail,
  .int-hub__items--grid,
  .int-trust__grid,
  .int-impl__steps {
    grid-template-columns: 1fr;
  }

  .int-cta__actions,
  .int-api__actions {
    width: 100%;
  }

  .int-cta__actions .btn,
  .int-api__actions .btn {
    flex: 1 1 100%;
  }
}

/* ===== Blog page (.page-blog) ===== */
.page-blog {
  font-family: 'Barlow', system-ui, sans-serif;
  color: #1c2a33;
  background: #f3f6f8;
}

.page-blog h1,
.page-blog h2,
.page-blog h3 {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  letter-spacing: 0.01em;
}

.blog-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
  scroll-margin-top: 90px;
}

.blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  gap: 2rem;
  align-items: start;
}

.blog-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 0;
  margin-bottom: 1.75rem;
  background: #fff;
  border: 1px solid #e2e9ee;
  border-radius: 16px;
  overflow: hidden;
}

.blog-featured__media {
  display: block;
  background: #0a1d28;
  min-height: 240px;
}

.blog-featured__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16 / 10;
}

.blog-featured__body {
  padding: 1.5rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.blog-featured__meta,
.blog-card__meta,
.blog-card__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.9rem;
  margin: 0;
  font-size: 0.85rem;
  color: #6a7f8d;
}

.blog-featured__title {
  margin: 0;
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  font-weight: 700;
  line-height: 1.15;
  color: #0f3f58;
}

.blog-featured__title a,
.blog-card__title a {
  color: inherit;
  text-decoration: none;
}

.blog-featured__title a:hover,
.blog-card__title a:hover {
  color: #ff6500;
}

.blog-featured__excerpt,
.blog-card__excerpt {
  margin: 0;
  color: #445868;
  line-height: 1.5;
}

.blog-featured__author {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  color: #5a6d7a;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.blog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e2e9ee;
  border-radius: 14px;
  overflow: hidden;
}

.blog-card__media {
  display: block;
  background: #e8eef2;
}

.blog-card__media img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.blog-card__body {
  padding: 1.1rem 1.15rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}

.blog-card__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0f3f58;
}

.blog-card__footer {
  margin-top: auto;
  padding-top: 0.35rem;
}

.blog-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 2rem;
  text-align: center;
  color: #5a6d7a;
  background: #fff;
  border: 1px solid #e2e9ee;
  border-radius: 12px;
}

.blog-pagination {
  margin-top: 1.75rem;
}

.blog-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
}

.blog-pagination a,
.blog-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  height: 2.4rem;
  padding: 0 0.7rem;
  border-radius: 10px;
  border: 1px solid #e2e9ee;
  background: #fff;
  color: #0f3f58;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

.blog-pagination a:hover {
  border-color: rgba(255, 101, 0, 0.45);
  color: #ff6500;
}

.blog-pagination .is-active {
  background: #0f3f58;
  border-color: #0f3f58;
  color: #fff;
}

.blog-aside {
  display: grid;
  gap: 1rem;
  position: sticky;
  top: 96px;
}

.blog-search,
.blog-cats,
.blog-aside-cta {
  background: #fff;
  border: 1px solid #e2e9ee;
  border-radius: 14px;
  padding: 1.15rem 1.2rem;
}

.blog-search__label,
.blog-aside__title {
  display: block;
  margin: 0 0 0.75rem;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f3f58;
}

.blog-search__row {
  display: grid;
  gap: 0.55rem;
}

.blog-search__row input {
  width: 100%;
  border: 1px solid #d5dee6;
  border-radius: 10px;
  padding: 0.7rem 0.85rem;
  font: inherit;
  color: #1c2a33;
}

.blog-search__row input:focus {
  outline: 2px solid rgba(255, 101, 0, 0.35);
  border-color: #ff6500;
}

.blog-cats ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}

.blog-cats a {
  display: block;
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
  color: #445868;
  text-decoration: none;
  font-weight: 500;
}

.blog-cats a:hover,
.blog-cats a.is-active {
  background: #fff8f3;
  color: #ff6500;
}

.blog-aside-cta {
  background: linear-gradient(145deg, #0a2a3c 0%, #145a7c 100%);
  border-color: transparent;
  color: #fff;
}

.blog-aside-cta__label {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffb27a;
}

.blog-aside-cta h2 {
  margin: 0 0 0.55rem;
  font-size: 1.45rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
}

.blog-aside-cta p {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  line-height: 1.45;
}

@media (max-width: 991.98px) {
  .blog-layout {
    grid-template-columns: 1fr;
  }

  .blog-aside {
    position: static;
    order: -1;
  }

  .blog-featured {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Post page (.page-post) ===== */
.page-post {
  font-family: 'Barlow', system-ui, sans-serif;
  color: #1c2a33;
  background: #f3f6f8;
}

.page-post h1,
.page-post h2,
.page-post h3 {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  letter-spacing: 0.01em;
}

.post-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #0b2f42;
  isolation: isolate;
}

.post-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(125deg, #0a2a3c 0%, #145a7c 48%, #0f3f58 100%);
}

.post-hero__inner {
  position: relative;
  z-index: 1;
  padding-top: clamp(1.75rem, 4vh, 2.75rem);
  padding-bottom: clamp(2.25rem, 5vh, 3.5rem);
}

.post-breadcrumb ol {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7);
}

.post-breadcrumb a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.post-breadcrumb a:hover {
  color: #ffb27a;
}

.post-breadcrumb li:not(:last-child)::after {
  content: '/';
  margin-left: 0.55rem;
  color: rgba(255, 255, 255, 0.4);
}

.post-hero__row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1.75rem;
  align-items: center;
}

.post-hero__brand {
  margin: 0 0 0.55rem;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  line-height: 0.95;
  color: #fff;
}

.post-hero__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 700;
  line-height: 1.12;
  color: #ffb27a;
  max-width: 22ch;
}

.post-hero__lead {
  margin: 0 0 1.1rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  max-width: 42ch;
}

.post-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.85rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.78);
}

.post-hero__meta i {
  color: #ffb27a;
}

.post-hero__cat {
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 101, 0, 0.22);
  color: #ffb27a;
  font-weight: 600;
}

.post-hero__cover {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  background: #0a1d28;
}

.post-hero__cover img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.post-section {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.post-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  gap: 2rem;
  align-items: start;
}

.post-main {
  background: #fff;
  border: 1px solid #e2e9ee;
  border-radius: 16px;
  padding: 1.5rem 1.4rem 2rem;
}

.post-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e8eef2;
  font-weight: 600;
  color: #0f3f58;
}

.post-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  border: 1px solid #e2e9ee;
  color: #0f3f58;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.post-share a:hover {
  border-color: #ff6500;
  color: #ff6500;
}

.post-author-bar {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.post-author-bar__avatar,
.post-author-card__avatar {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f3f58;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}

.post-author-bar__label,
.post-author-card__label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6a7f8d;
}

.post-author-bar__name {
  margin: 0.1rem 0 0;
  font-weight: 700;
  color: #0f3f58;
}

.page-post .textBlog {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #1c2a33;
  padding: 0;
}

.page-post .textBlog h2 {
  margin-top: 2rem;
  margin-bottom: 0.85rem;
  font-size: 1.55rem;
  font-weight: 700;
  color: #0f3f58;
  border-left: 3px solid #ff6500;
  padding-left: 0.7rem;
  text-transform: none;
}

.page-post .textBlog h3 {
  margin-top: 1.4rem;
  margin-bottom: 0.65rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f3f58;
}

.page-post .textBlog a {
  color: #1071a1;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-post .textBlog a:hover {
  color: #ff6500;
}

.page-post .textBlog img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 1.25rem 0;
}

.post-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 1.25rem 0;
  border-radius: 12px;
  background: #0a1d28;
}

.post-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.post-faq {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e8eef2;
}

.post-faq > h2,
.post-related > h2 {
  margin: 0 0 1rem;
  font-size: 1.55rem;
  font-weight: 700;
  color: #0f3f58;
}

.post-faq__item {
  border: 1px solid #e2e9ee !important;
  border-radius: 12px !important;
  overflow: hidden;
  margin-bottom: 0.65rem;
  background: #fff;
}

.post-faq__q {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #0f3f58;
  gap: 0.7rem;
  box-shadow: none !important;
  background: #fff !important;
}

.post-faq__q:not(.collapsed) {
  background: #f7fafc !important;
}

.post-faq__num {
  color: #ff6500;
  font-size: 0.85rem;
  font-weight: 700;
}

.post-author-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-top: 2rem;
  padding: 1.2rem;
  border-radius: 14px;
  background: #f7fafc;
  border: 1px solid #e2e9ee;
}

.post-author-card h2 {
  margin: 0.15rem 0 0.45rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f3f58;
}

.post-author-card p {
  margin: 0;
  color: #445868;
  line-height: 1.5;
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.5rem;
}

.post-tags > span {
  font-weight: 700;
  color: #0f3f58;
  margin-right: 0.25rem;
}

.post-tags a {
  display: inline-flex;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: #fff8f3;
  border: 1px solid rgba(255, 101, 0, 0.25);
  color: #ff6500;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
}

.post-tags a:hover {
  background: #ff6500;
  color: #fff;
}

.post-related {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e8eef2;
}

.post-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.post-related__card {
  background: #f7fafc;
  border: 1px solid #e2e9ee;
  border-radius: 12px;
  overflow: hidden;
}

.post-related__media img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.post-related__body {
  padding: 0.85rem 0.95rem 1rem;
}

.post-related__body h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
  color: #0f3f58;
}

.post-related__body h3 a {
  color: inherit;
  text-decoration: none;
}

.post-related__body h3 a:hover {
  color: #ff6500;
}

.post-related__body p {
  margin: 0;
  font-size: 0.85rem;
  color: #6a7f8d;
}

.post-aside {
  display: grid;
  gap: 1rem;
  position: sticky;
  top: 96px;
}

.post-search,
.post-aside-block,
.post-aside-cta {
  background: #fff;
  border: 1px solid #e2e9ee;
  border-radius: 14px;
  padding: 1.15rem 1.2rem;
}

.post-aside__title {
  display: block;
  margin: 0 0 0.75rem;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f3f58;
}

.post-search__row {
  display: grid;
  gap: 0.55rem;
}

.post-search__row input {
  width: 100%;
  border: 1px solid #d5dee6;
  border-radius: 10px;
  padding: 0.7rem 0.85rem;
  font: inherit;
}

.post-search__row input:focus {
  outline: 2px solid rgba(255, 101, 0, 0.35);
  border-color: #ff6500;
}

.post-aside-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.post-aside-list a {
  color: #445868;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.35;
}

.post-aside-list a:hover {
  color: #ff6500;
}

.post-aside-cta {
  background: linear-gradient(145deg, #0a2a3c 0%, #145a7c 100%);
  border-color: transparent;
  color: #fff;
}

.post-aside-cta__label {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffb27a;
}

.post-aside-cta h2 {
  margin: 0 0 0.55rem;
  font-size: 1.45rem;
  font-weight: 700;
  color: #fff;
}

.post-aside-cta p {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  line-height: 1.45;
}

@media (max-width: 991.98px) {
  .post-hero__row,
  .post-layout {
    grid-template-columns: 1fr;
  }

  .post-aside {
    position: static;
    order: -1;
  }

  .post-related__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .post-main {
    padding: 1.15rem 1rem 1.5rem;
  }
}

.page-home .home-section {
  padding: 5rem 0;
}

.page-home .home-section__head {
  max-width: 40rem;
  margin-bottom: 2.75rem;
}

.page-home .home-section__title {
  font-size: clamp(1.85rem, 3vw, 2.45rem);
  font-weight: 700;
  line-height: 1.15;
  color: #0f3f58;
  margin: 0 0 0.85rem;
}

.page-home .home-section__text {
  font-size: 1.08rem;
  line-height: 1.6;
  color: #445868;
  margin: 0;
}

.page-home .home-pain {
  position: relative;
  background:
    radial-gradient(ellipse 70% 55% at 0% 0%, rgba(255, 101, 0, 0.07), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  border-bottom: 1px solid #e2e9ee;
  overflow: hidden;
}

.page-home .home-pain__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 101, 0, 0.1);
  color: #c45100;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-home .home-pain__chain {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin: 1.5rem 0 1.25rem;
}

.page-home .home-pain__chain-node {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.35rem 0.7rem;
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-home .home-pain__chain-node.is-warn {
  background: #fff7f0;
  border-color: rgba(255, 101, 0, 0.28);
  color: #9a4a12;
}

.page-home .home-pain__chain-node.is-danger {
  background: #fff1f0;
  border-color: rgba(196, 60, 48, 0.3);
  color: #a23128;
  animation: homePainPulse 2.2s ease-in-out infinite;
}

.page-home .home-pain__chain-gap {
  width: 1.1rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(154, 74, 18, 0.35), rgba(154, 74, 18, 0.1));
  position: relative;
}

.page-home .home-pain__chain-gap::after {
  content: '';
  position: absolute;
  right: -2px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid rgba(154, 74, 18, 0.45);
  border-top: 2px solid rgba(154, 74, 18, 0.45);
  transform: translateY(-50%) rotate(45deg);
}

.page-home .home-pain__chain-gap.is-break {
  background: repeating-linear-gradient(
    90deg,
    rgba(162, 49, 40, 0.55) 0 4px,
    transparent 4px 7px
  );
}

.page-home .home-pain__chain-gap.is-break::after {
  border-color: rgba(162, 49, 40, 0.65);
}

.page-home .home-pain__link {
  margin-top: 0.25rem;
}

.page-home .home-pain__panel {
  display: grid;
  gap: 0.75rem;
}

.page-home .home-pain__item {
  --pain-accent: #ff6500;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.9rem;
  align-items: start;
  width: 100%;
  margin: 0;
  padding: 1.1rem 1.15rem;
  text-align: left;
  border: 1px solid #d8e2e9;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: inherit;
  cursor: pointer;
  overflow: hidden;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease,
    background 0.25s ease;
}

.page-home .home-pain__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: transparent;
  transition: background 0.25s ease;
}

.page-home .home-pain__item:hover {
  border-color: rgba(16, 113, 161, 0.28);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 47, 68, 0.08);
}

.page-home .home-pain__item:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

.page-home .home-pain__item.is-active {
  border-color: rgba(255, 101, 0, 0.35);
  background: linear-gradient(135deg, #fff 0%, #fff8f3 100%);
  box-shadow: 0 16px 36px rgba(255, 101, 0, 0.1);
  transform: translateY(-2px);
}

.page-home .home-pain__item.is-active::before {
  background: var(--pain-accent);
}

.page-home .home-pain__index {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(16, 113, 161, 0.35);
  padding-top: 0.15rem;
  transition: color 0.25s ease;
}

.page-home .home-pain__item.is-active .home-pain__index {
  color: var(--pain-accent);
}

.page-home .home-pain__body {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.page-home .home-pain__title {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f3f58;
  line-height: 1.15;
}

.page-home .home-pain__teaser {
  color: #445868;
  font-size: 0.96rem;
  line-height: 1.45;
}

.page-home .home-pain__detail,
.page-home .home-pain__impact {
  display: none;
}

.page-home .home-pain__item.is-active .home-pain__detail,
.page-home .home-pain__item.is-active .home-pain__impact {
  display: block;
  animation: homePainReveal 0.35s ease both;
}

.page-home .home-pain__detail {
  margin-top: 0.35rem;
  color: #3d5160;
  font-size: 0.95rem;
  line-height: 1.55;
}

.page-home .home-pain__impact {
  margin-top: 0.55rem;
  padding: 0.55rem 0.7rem;
  border-radius: 8px;
  background: rgba(255, 101, 0, 0.08);
  color: #9a4a12;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
}

.page-home .home-pain__impact i {
  margin-right: 0.35rem;
}

.page-home .home-pain__chevron {
  color: #7a8f9e;
  transition: transform 0.28s ease, color 0.25s ease;
  padding-top: 0.2rem;
}

.page-home .home-pain__item.is-active .home-pain__chevron {
  transform: rotate(180deg);
  color: var(--pain-accent);
}

@keyframes homePainReveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homePainPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(162, 49, 40, 0.2); }
  50% { box-shadow: 0 0 0 6px rgba(162, 49, 40, 0); }
}

@media (max-width: 575.98px) {
  .page-home .home-pain__item {
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
    padding: 1rem;
  }

  .page-home .home-pain__chevron {
    display: none;
  }

  .page-home .home-pain__chain-gap {
    width: 0.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-pain__chain-node.is-danger,
  .page-home .home-pain__item.is-active .home-pain__detail,
  .page-home .home-pain__item.is-active .home-pain__impact {
    animation: none !important;
  }
}

.page-home .home-flow {
  position: relative;
  background:
    radial-gradient(ellipse 60% 50% at 100% 0%, rgba(16, 113, 161, 0.1), transparent 55%),
    linear-gradient(180deg, #e8eef2 0%, #f3f6f8 100%);
  overflow: hidden;
}

.page-home .home-flow__eyebrow {
  display: inline-flex;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(16, 113, 161, 0.1);
  color: #0f5f85;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-home .home-flow__layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) 1fr;
  gap: 1.75rem;
  align-items: stretch;
}

.page-home .home-flow__rail {
  position: relative;
  display: grid;
  gap: 0.55rem;
  padding: 0.35rem 0 0.35rem 0.85rem;
}

.page-home .home-flow__progress {
  position: absolute;
  left: 0;
  top: 0.7rem;
  bottom: 0.7rem;
  width: 3px;
  border-radius: 999px;
  background: rgba(16, 113, 161, 0.15);
  overflow: hidden;
}

.page-home .home-flow__progress-bar {
  display: block;
  width: 100%;
  height: 25%;
  border-radius: inherit;
  background: linear-gradient(180deg, #ff6500, #1071a1);
  transition: height 0.4s cubic-bezier(0.22, 1, 0.36, 1), transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-home .home-flow__tab {
  appearance: none;
  border: 1px solid transparent;
  background: transparent;
  text-align: left;
  border-radius: 12px;
  padding: 0.85rem 0.95rem;
  cursor: pointer;
  display: grid;
  gap: 0.15rem;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.page-home .home-flow__tab:hover {
  background: rgba(255, 255, 255, 0.65);
  border-color: rgba(16, 113, 161, 0.12);
}

.page-home .home-flow__tab.is-active {
  background: #fff;
  border-color: rgba(16, 113, 161, 0.14);
  box-shadow: 0 12px 28px rgba(15, 47, 68, 0.08);
  transform: translateX(4px);
}

.page-home .home-flow__tab:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

.page-home .home-flow__tab-num {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgba(16, 113, 161, 0.45);
}

.page-home .home-flow__tab.is-active .home-flow__tab-num {
  color: var(--cta-color);
}

.page-home .home-flow__tab-label {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f3f58;
  line-height: 1.1;
}

.page-home .home-flow__stage {
  position: relative;
  border-radius: 18px;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  background:
    linear-gradient(145deg, #0f3f58 0%, #1a6085 48%, #123f58 100%);
  color: #fff;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 24px 50px rgba(15, 47, 68, 0.22);
}

.page-home .home-flow__stage-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  right: -60px;
  top: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 101, 0, 0.35), transparent 70%);
  pointer-events: none;
  transition: transform 0.45s ease, background 0.45s ease;
}

.page-home .home-flow__stage[data-step="1"] .home-flow__stage-glow {
  background: radial-gradient(circle, rgba(64, 180, 230, 0.35), transparent 70%);
  transform: translate(-20px, 30px);
}

.page-home .home-flow__stage[data-step="2"] .home-flow__stage-glow {
  background: radial-gradient(circle, rgba(120, 220, 160, 0.3), transparent 70%);
  transform: translate(-40px, 50px);
}

.page-home .home-flow__stage[data-step="3"] .home-flow__stage-glow {
  background: radial-gradient(circle, rgba(255, 178, 122, 0.35), transparent 70%);
  transform: translate(-10px, 70px);
}

.page-home .home-flow__stage-num {
  position: relative;
  z-index: 1;
  margin: 0 0 0.35rem;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 0.9;
  color: rgba(255, 255, 255, 0.22);
}

.page-home .home-flow__stage-title {
  position: relative;
  z-index: 1;
  margin: 0 0 0.75rem;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #fff;
}

.page-home .home-flow__stage-text {
  position: relative;
  z-index: 1;
  margin: 0 0 1.25rem;
  max-width: 38rem;
  font-size: 1.08rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.page-home .home-flow__bullets {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.page-home .home-flow__bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
  line-height: 1.4;
}

.page-home .home-flow__bullets li::before {
  content: '';
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.4rem;
  border-radius: 50%;
  flex: 0 0 auto;
  background: var(--cta-color);
  box-shadow: 0 0 0 4px rgba(255, 101, 0, 0.18);
}

.page-home .home-flow__stage.is-switching .home-flow__stage-text,
.page-home .home-flow__stage.is-switching .home-flow__bullets {
  opacity: 0;
  transform: translateY(8px);
}

@media (max-width: 991.98px) {
  .page-home .home-flow__layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .page-home .home-flow__rail {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.45rem;
    padding: 0.85rem 0 0;
  }

  .page-home .home-flow__progress {
    left: 0.5rem;
    right: 0.5rem;
    top: 0;
    bottom: auto;
    width: auto;
    height: 3px;
  }

  .page-home .home-flow__progress-bar {
    width: 25%;
    height: 100%;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .page-home .home-flow__tab {
    text-align: center;
    padding: 0.7rem 0.35rem;
  }

  .page-home .home-flow__tab.is-active {
    transform: translateY(-2px);
  }

  .page-home .home-flow__tab-label {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .page-home .home-flow__tab-label {
    font-size: 0.9rem;
  }

  .page-home .home-flow__stage {
    min-height: 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-flow__progress-bar,
  .page-home .home-flow__stage-text,
  .page-home .home-flow__bullets,
  .page-home .home-flow__tab {
    transition: none !important;
  }
}

.page-home .home-modules {
  position: relative;
  background:
    radial-gradient(ellipse 55% 45% at 100% 100%, rgba(255, 101, 0, 0.06), transparent 50%),
    #fff;
  overflow: hidden;
}

.page-home .home-modules__eyebrow {
  display: inline-flex;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(16, 113, 161, 0.1);
  color: #0f5f85;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-home .home-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.25rem;
  color: var(--cta-color);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.25s ease, gap 0.25s ease;
}

.page-home .home-link:hover {
  color: #cc5200;
  gap: 0.65rem;
}

.page-home .home-modules__layout {
  display: grid;
  grid-template-columns: minmax(200px, 240px) 1fr;
  gap: 1rem;
  align-items: stretch;
  min-height: 360px;
}

.page-home .home-modules__nav {
  display: grid;
  gap: 0.45rem;
  align-content: start;
}

.page-home .home-modules__tab {
  appearance: none;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: center;
  text-align: left;
  margin: 0;
  padding: 0.95rem 1rem;
  border: 1px solid #d8e2e9;
  border-radius: 12px;
  background: #f7fafc;
  color: #0f3f58;
  cursor: pointer;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.page-home .home-modules__tab:hover {
  border-color: rgba(16, 113, 161, 0.28);
  background: #fff;
  transform: translateX(3px);
}

.page-home .home-modules__tab.is-active {
  background: #0f3f58;
  border-color: #0f3f58;
  color: #fff;
  box-shadow: 0 14px 30px rgba(15, 63, 88, 0.22);
  transform: translateX(3px);
}

.page-home .home-modules__tab:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

.page-home .home-modules__tab-num {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(15, 63, 88, 0.4);
}

.page-home .home-modules__tab.is-active .home-modules__tab-num {
  color: #ffb27a;
}

.page-home .home-modules__tab-label {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.15;
}

.page-home .home-modules__stage {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(1.4rem, 3vw, 2.1rem);
  border-radius: 18px;
  border: 1px solid #d8e2e9;
  background:
    linear-gradient(160deg, #ffffff 0%, #f4f8fb 100%);
  box-shadow: 0 18px 40px rgba(15, 47, 68, 0.07);
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.page-home .home-modules__stage::before {
  content: '';
  position: absolute;
  inset: auto -20% -40% auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16, 113, 161, 0.12), transparent 70%);
  pointer-events: none;
  transition: background 0.4s ease, transform 0.4s ease;
}

.page-home .home-modules__stage[data-step="1"]::before {
  background: radial-gradient(circle, rgba(255, 101, 0, 0.14), transparent 70%);
  transform: translate(-30px, -20px);
}

.page-home .home-modules__stage[data-step="2"]::before {
  background: radial-gradient(circle, rgba(45, 160, 120, 0.14), transparent 70%);
}

.page-home .home-modules__stage[data-step="3"]::before {
  background: radial-gradient(circle, rgba(90, 120, 200, 0.16), transparent 70%);
}

.page-home .home-modules__stage-top,
.page-home .home-modules__bullets,
.page-home .home-modules__cta {
  position: relative;
  z-index: 1;
}

.page-home .home-modules__stage-tag {
  display: inline-flex;
  margin-bottom: 0.75rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(16, 113, 161, 0.1);
  color: #0f5f85;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-home .home-modules__stage-title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  font-weight: 700;
  color: #0f3f58;
  line-height: 1.15;
}

.page-home .home-modules__stage-text {
  margin: 0;
  color: #445868;
  font-size: 1.02rem;
  line-height: 1.55;
  max-width: 38rem;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.page-home .home-modules__bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.page-home .home-modules__bullets li {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  color: #304856;
  font-size: 0.98rem;
  line-height: 1.4;
}

.page-home .home-modules__bullets li::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.4rem;
  border-radius: 50%;
  flex: 0 0 auto;
  background: var(--cta-color);
  box-shadow: 0 0 0 4px rgba(255, 101, 0, 0.14);
}

.page-home .home-modules__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  align-self: flex-start;
  padding: 0.7rem 1.1rem;
  border-radius: 10px;
  background: var(--cta-color);
  color: #fff !important;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(255, 101, 0, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, gap 0.25s ease;
}

.page-home .home-modules__cta:hover {
  background: #e85c00;
  transform: translateY(-1px);
  gap: 0.7rem;
  box-shadow: 0 14px 28px rgba(255, 101, 0, 0.32);
}

.page-home .home-modules__stage.is-switching .home-modules__stage-text,
.page-home .home-modules__stage.is-switching .home-modules__bullets {
  opacity: 0;
  transform: translateY(8px);
}

@media (max-width: 991.98px) {
  .page-home .home-modules__layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .page-home .home-modules__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .page-home .home-modules__tab {
    min-height: 74px;
  }

  .page-home .home-modules__tab.is-active,
  .page-home .home-modules__tab:hover {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  .page-home .home-modules__nav {
    grid-template-columns: 1fr;
  }

  .page-home .home-modules__tab {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-modules__tab,
  .page-home .home-modules__stage-text,
  .page-home .home-modules__bullets,
  .page-home .home-modules__cta {
    transition: none !important;
  }
}

.page-home .home-outcomes {
  position: relative;
  background:
    radial-gradient(ellipse 70% 60% at 85% 15%, rgba(255, 101, 0, 0.18), transparent 55%),
    linear-gradient(145deg, #0b2f42 0%, #123f58 45%, #0f3f58 100%);
  color: #fff;
  overflow: hidden;
}

.page-home .home-outcomes .home-section__title {
  color: #fff;
}

.page-home .home-outcomes .home-section__text {
  color: rgba(255, 255, 255, 0.78);
}

.page-home .home-outcomes__eyebrow {
  display: inline-flex;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 101, 0, 0.16);
  color: #ffb27a;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-home .home-outcomes__head {
  max-width: 40rem;
  margin-bottom: 2.5rem;
}

.page-home .home-outcomes__layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) 1fr;
  gap: 1.25rem;
  align-items: stretch;
}

.page-home .home-outcomes__nav {
  display: grid;
  gap: 0.55rem;
  align-content: start;
}

.page-home .home-outcomes__tab {
  appearance: none;
  width: 100%;
  display: grid;
  gap: 0.2rem;
  text-align: left;
  margin: 0;
  padding: 0.95rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.page-home .home-outcomes__tab:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
}

.page-home .home-outcomes__tab.is-active {
  background: rgba(255, 101, 0, 0.16);
  border-color: rgba(255, 101, 0, 0.45);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  transform: translateX(3px);
}

.page-home .home-outcomes__tab:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.page-home .home-outcomes__tab-num {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.45);
}

.page-home .home-outcomes__tab.is-active .home-outcomes__tab-num {
  color: #ffb27a;
}

.page-home .home-outcomes__tab-label {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
}

.page-home .home-outcomes__stage {
  position: relative;
  border-radius: 18px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow: hidden;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-home .home-outcomes__stage-glow {
  position: absolute;
  width: 260px;
  height: 260px;
  right: -50px;
  top: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 101, 0, 0.28), transparent 70%);
  pointer-events: none;
  transition: transform 0.45s ease, background 0.45s ease;
}

.page-home .home-outcomes__stage[data-step="1"] .home-outcomes__stage-glow {
  background: radial-gradient(circle, rgba(64, 180, 230, 0.3), transparent 70%);
  transform: translate(-20px, 40px);
}

.page-home .home-outcomes__stage[data-step="2"] .home-outcomes__stage-glow {
  background: radial-gradient(circle, rgba(120, 220, 160, 0.28), transparent 70%);
  transform: translate(-40px, 60px);
}

.page-home .home-outcomes__stage-kicker,
.page-home .home-outcomes__stage-title,
.page-home .home-outcomes__stage-text,
.page-home .home-outcomes__compare {
  position: relative;
  z-index: 1;
}

.page-home .home-outcomes__stage-kicker {
  margin: 0 0 0.55rem;
  color: #ffb27a;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-home .home-outcomes__stage-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
}

.page-home .home-outcomes__stage-text {
  margin: 0 0 1.5rem;
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
  line-height: 1.55;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.page-home .home-outcomes__compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.page-home .home-outcomes__compare-col {
  padding: 1rem 1.05rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.page-home .home-outcomes__compare-col.is-before {
  background: rgba(0, 0, 0, 0.18);
}

.page-home .home-outcomes__compare-col.is-after {
  background: rgba(255, 101, 0, 0.14);
  border-color: rgba(255, 101, 0, 0.3);
}

.page-home .home-outcomes__compare-col span {
  display: block;
  margin-bottom: 0.4rem;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.page-home .home-outcomes__compare-col.is-after span {
  color: #ffb27a;
}

.page-home .home-outcomes__compare-col p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.96rem;
  line-height: 1.45;
}

.page-home .home-outcomes__stage.is-switching .home-outcomes__stage-text,
.page-home .home-outcomes__stage.is-switching .home-outcomes__compare {
  opacity: 0;
  transform: translateY(8px);
}

.page-home .home-outcomes__meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.page-home .home-outcomes__meta-item {
  display: grid;
  gap: 0.25rem;
}

.page-home .home-outcomes__meta-item strong {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}

.page-home .home-outcomes__meta-item span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  .page-home .home-outcomes__layout {
    grid-template-columns: 1fr;
  }

  .page-home .home-outcomes__nav {
    grid-template-columns: 1fr;
  }

  .page-home .home-outcomes__tab.is-active {
    transform: none;
  }

  .page-home .home-outcomes__meta {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .page-home .home-outcomes__nav {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home .home-outcomes__tab {
    min-height: 96px;
  }

  .page-home .home-outcomes__meta {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 575.98px) {
  .page-home .home-outcomes__compare {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-outcomes__tab,
  .page-home .home-outcomes__stage-text,
  .page-home .home-outcomes__compare {
    transition: none !important;
  }
}

.page-home .home-impl {
  position: relative;
  background:
    radial-gradient(ellipse 55% 45% at 0% 100%, rgba(16, 113, 161, 0.08), transparent 50%),
    #f3f6f8;
  overflow: hidden;
}

.page-home .home-impl__eyebrow {
  display: inline-flex;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(16, 113, 161, 0.1);
  color: #0f5f85;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-home .home-impl__layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.page-home .home-impl__rail {
  position: relative;
  display: grid;
  gap: 0.55rem;
  padding: 0.35rem 0 0.35rem 0.85rem;
}

.page-home .home-impl__progress {
  position: absolute;
  left: 0;
  top: 0.7rem;
  bottom: 0.7rem;
  width: 3px;
  border-radius: 999px;
  background: rgba(16, 113, 161, 0.15);
  overflow: hidden;
}

.page-home .home-impl__progress-bar {
  display: block;
  width: 100%;
  height: 25%;
  border-radius: inherit;
  background: linear-gradient(180deg, #ff6500, #1071a1);
  transition: height 0.4s cubic-bezier(0.22, 1, 0.36, 1), width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-home .home-impl__tab {
  appearance: none;
  border: 1px solid transparent;
  background: transparent;
  text-align: left;
  border-radius: 12px;
  padding: 0.85rem 0.95rem;
  cursor: pointer;
  display: grid;
  gap: 0.15rem;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.page-home .home-impl__tab:hover {
  background: rgba(255, 255, 255, 0.75);
  border-color: rgba(16, 113, 161, 0.12);
}

.page-home .home-impl__tab.is-active {
  background: #fff;
  border-color: rgba(16, 113, 161, 0.14);
  box-shadow: 0 12px 28px rgba(15, 47, 68, 0.08);
  transform: translateX(4px);
}

.page-home .home-impl__tab:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

.page-home .home-impl__tab-num {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgba(16, 113, 161, 0.45);
}

.page-home .home-impl__tab.is-active .home-impl__tab-num {
  color: var(--cta-color);
}

.page-home .home-impl__tab-label {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #0f3f58;
  line-height: 1.1;
}

.page-home .home-impl__stage {
  position: relative;
  border-radius: 18px;
  padding: clamp(1.5rem, 3vw, 2.35rem);
  background: #fff;
  border: 1px solid #d8e2e9;
  box-shadow: 0 18px 42px rgba(15, 47, 68, 0.08);
  overflow: hidden;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-home .home-impl__stage-glow {
  position: absolute;
  width: 240px;
  height: 240px;
  right: -50px;
  top: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16, 113, 161, 0.14), transparent 70%);
  pointer-events: none;
  transition: transform 0.45s ease, background 0.45s ease;
}

.page-home .home-impl__stage[data-step="1"] .home-impl__stage-glow {
  background: radial-gradient(circle, rgba(255, 101, 0, 0.16), transparent 70%);
  transform: translate(-20px, 30px);
}

.page-home .home-impl__stage[data-step="2"] .home-impl__stage-glow {
  background: radial-gradient(circle, rgba(45, 160, 120, 0.14), transparent 70%);
}

.page-home .home-impl__stage[data-step="3"] .home-impl__stage-glow {
  background: radial-gradient(circle, rgba(90, 120, 200, 0.16), transparent 70%);
  transform: translate(-10px, 50px);
}

.page-home .home-impl__stage-time,
.page-home .home-impl__stage-title,
.page-home .home-impl__stage-text,
.page-home .home-impl__bullets {
  position: relative;
  z-index: 1;
}

.page-home .home-impl__stage-time {
  margin: 0 0 0.5rem;
  color: var(--cta-color);
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-home .home-impl__stage-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 700;
  color: #0f3f58;
  line-height: 1.1;
}

.page-home .home-impl__stage-text {
  margin: 0 0 1.25rem;
  max-width: 40rem;
  color: #445868;
  font-size: 1.05rem;
  line-height: 1.55;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.page-home .home-impl__bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.page-home .home-impl__bullets li {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  color: #304856;
  font-size: 0.98rem;
  line-height: 1.4;
}

.page-home .home-impl__bullets li::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.4rem;
  border-radius: 50%;
  flex: 0 0 auto;
  background: var(--cta-color);
  box-shadow: 0 0 0 4px rgba(255, 101, 0, 0.14);
}

.page-home .home-impl__stage.is-switching .home-impl__stage-text,
.page-home .home-impl__stage.is-switching .home-impl__bullets {
  opacity: 0;
  transform: translateY(8px);
}

@media (max-width: 991.98px) {
  .page-home .home-impl__layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .page-home .home-impl__rail {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.45rem;
    padding: 0.85rem 0 0;
  }

  .page-home .home-impl__progress {
    left: 0.5rem;
    right: 0.5rem;
    top: 0;
    bottom: auto;
    width: auto;
    height: 3px;
  }

  .page-home .home-impl__progress-bar {
    width: 25%;
    height: 100%;
  }

  .page-home .home-impl__tab {
    text-align: center;
    padding: 0.7rem 0.35rem;
  }

  .page-home .home-impl__tab.is-active {
    transform: translateY(-2px);
  }

  .page-home .home-impl__tab-label {
    font-size: 0.98rem;
  }
}

@media (max-width: 575.98px) {
  .page-home .home-impl__tab-label {
    font-size: 0.86rem;
  }

  .page-home .home-impl__stage {
    min-height: 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-impl__progress-bar,
  .page-home .home-impl__stage-text,
  .page-home .home-impl__bullets,
  .page-home .home-impl__tab {
    transition: none !important;
  }
}

.page-home .home-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: clamp(3.25rem, 6vw, 4.5rem) 0;
  background: #0b2f42;
  isolation: isolate;
}

.page-home .home-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(118deg, #0a2a3c 0%, #1a6085 48%, #0f3f58 100%);
  overflow: hidden;
}

.page-home .home-cta__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(36px);
  pointer-events: none;
  will-change: transform;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-home .home-cta__orb--a {
  width: min(46vw, 420px);
  height: min(46vw, 420px);
  top: -30%;
  right: 4%;
  background: radial-gradient(circle, rgba(255, 101, 0, 0.34) 0%, rgba(255, 101, 0, 0) 70%);
  animation: homeOrbFloat 11s ease-in-out infinite alternate;
}

.page-home .home-cta__orb--b {
  width: min(40vw, 360px);
  height: min(40vw, 360px);
  bottom: -35%;
  left: -4%;
  background: radial-gradient(circle, rgba(64, 180, 230, 0.26) 0%, rgba(64, 180, 230, 0) 70%);
  animation: homeOrbFloat 14s ease-in-out infinite alternate-reverse;
}

.page-home .home-cta__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 75% 80% at 50% 50%, #000 15%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 75% 80% at 50% 50%, #000 15%, transparent 75%);
  pointer-events: none;
  opacity: 0.75;
}

.page-home .home-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.9fr);
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: center;
}

.page-home .home-cta__eyebrow {
  display: inline-flex;
  margin: 0 0 0.75rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 101, 0, 0.16);
  color: #ffb27a;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-home .home-cta h2 {
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  font-weight: 700;
  margin: 0 0 0.65rem;
  color: #fff;
  line-height: 1.12;
  max-width: 16ch;
}

.page-home .home-cta__copy > p {
  margin: 0 0 1.15rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 36rem;
}

.page-home .home-cta__points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.page-home .home-cta__points li {
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  font-weight: 600;
}

.page-home .home-cta__actions {
  display: grid;
  gap: 0.75rem;
  justify-items: stretch;
  padding: 1.25rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.page-home .home-cta__primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  box-shadow: 0 12px 28px rgba(255, 101, 0, 0.32);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-home .home-cta__primary i {
  font-size: 1.2rem;
  line-height: 1;
}

.page-home .home-cta__primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(255, 101, 0, 0.42);
}

.page-home .home-cta__secondary {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.04);
  color: #fff !important;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.page-home .home-cta__secondary:hover,
.page-home .home-cta__secondary:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff !important;
  transform: translateY(-2px);
}

.page-home .home-cta__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.15rem;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: color 0.25s ease;
}

.page-home .home-cta__phone::before {
  content: '';
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.18);
}

.page-home .home-cta__phone:hover {
  color: #fff;
}

@media (max-width: 991.98px) {
  .page-home .home-cta__inner {
    grid-template-columns: 1fr;
  }

  .page-home .home-cta h2 {
    max-width: none;
  }

  .page-home .home-cta__actions {
    max-width: 420px;
  }
}

@media (max-width: 575.98px) {
  .page-home .home-cta__points {
    flex-direction: column;
  }

  .page-home .home-cta__actions {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-cta__orb--a,
  .page-home .home-cta__orb--b,
  .page-home .home-cta__primary,
  .page-home .home-cta__secondary {
    animation: none !important;
    transition: none !important;
  }
}

.page-home .home-faq {
  position: relative;
  background:
    radial-gradient(ellipse 50% 40% at 0% 0%, rgba(16, 113, 161, 0.06), transparent 55%),
    linear-gradient(180deg, #f7fafc 0%, #ffffff 55%);
  overflow: hidden;
}

.page-home .home-faq__eyebrow {
  display: inline-flex;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(16, 113, 161, 0.1);
  color: #0f5f85;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-home .home-faq__help {
  margin-top: 1.75rem;
  padding: 1.15rem 1.2rem;
  border-radius: 14px;
  border: 1px solid #d8e2e9;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 47, 68, 0.06);
}

.page-home .home-faq__help p {
  margin: 0 0 0.75rem;
  color: #445868;
  font-size: 0.98rem;
}

.page-home .home-faq__help-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff !important;
  text-decoration: none;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.65rem 1rem;
  border-radius: 10px;
  background: #25d366;
  box-shadow: 0 10px 22px rgba(37, 211, 102, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.page-home .home-faq__help-cta:hover {
  background: #1ebe57;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(37, 211, 102, 0.32);
}

.page-home .home-accordion {
  display: grid;
  gap: 0.75rem;
}

.page-home .home-faq__item {
  border: 1px solid #d8e2e9 !important;
  border-radius: 14px !important;
  background: #fff !important;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.page-home .home-faq__item:hover {
  border-color: rgba(16, 113, 161, 0.28) !important;
  box-shadow: 0 12px 28px rgba(15, 47, 68, 0.07);
}

.page-home .home-faq__item:has(.accordion-button:not(.collapsed)) {
  border-color: rgba(255, 101, 0, 0.35) !important;
  box-shadow: 0 16px 34px rgba(255, 101, 0, 0.1);
  transform: translateY(-1px);
}

.page-home .home-accordion .accordion-button {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
  color: #0f3f58;
  background: transparent;
  box-shadow: none;
  padding: 1.1rem 1.15rem;
}

.page-home .home-faq__q {
  flex: 1;
  text-align: left;
  line-height: 1.2;
}

.page-home .home-accordion .accordion-button:not(.collapsed) {
  color: #0f3f58;
  background: linear-gradient(135deg, #fff 0%, #fff8f3 100%);
  box-shadow: none;
}

.page-home .home-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.page-home .home-accordion .accordion-button::after {
  width: 1.1rem;
  height: 1.1rem;
  background-size: 1.1rem;
  margin-left: 0.75rem;
  flex-shrink: 0;
}

.page-home .home-faq__num {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(16, 113, 161, 0.4);
  transition: color 0.25s ease;
}

.page-home .home-accordion .accordion-button:not(.collapsed) .home-faq__num {
  color: var(--cta-color);
}

.page-home .home-accordion .accordion-body {
  padding: 0 1.15rem 1.2rem 3.35rem;
  color: #445868;
  line-height: 1.55;
  font-size: 0.98rem;
}

@media (max-width: 575.98px) {
  .page-home .home-accordion .accordion-body {
    padding-left: 1.15rem;
  }

  .page-home .home-accordion .accordion-button {
    font-size: 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-faq__item,
  .page-home .home-faq__help-cta {
    transition: none !important;
  }
}

.page-home .footer-contact a {
  color: rgba(255, 255, 255, 0.7);
}

.page-home .footer-contact a:hover {
  color: #fff;
}

/* ===== Site footer (home) ===== */
.site-footer {
  background:
    linear-gradient(180deg, #0b2f42 0%, #082433 100%);
  color: #fff;
  padding: 0;
  margin-top: 0;
}

.site-footer__top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(ellipse 60% 120% at 100% 0%, rgba(255, 101, 0, 0.16), transparent 55%),
    rgba(255, 255, 255, 0.02);
}

.site-footer__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
  padding: 1.75rem 0;
}

.site-footer__cta-label {
  margin: 0 0 0.25rem;
  color: #ffb27a;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-footer__cta-title {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.site-footer__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.75rem 1.2rem;
  border-radius: 10px;
  background: var(--cta-color);
  color: #fff !important;
  text-decoration: none;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow: 0 12px 26px rgba(255, 101, 0, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.site-footer__cta-btn:hover {
  background: #e85c00;
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(255, 101, 0, 0.36);
}

.site-footer__main {
  padding: 3rem 0 2rem;
}

.site-footer__brand {
  display: inline-flex;
  margin-bottom: 1rem;
  line-height: 0;
}

.site-footer__brand img {
  height: 36px;
  width: auto;
}

.site-footer__desc {
  margin: 0 0 1rem;
  max-width: 30ch;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.98rem;
  line-height: 1.55;
}

.site-footer__mail {
  color: #ffb27a;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.25s ease;
}

.site-footer__mail:hover {
  color: #fff;
}

.site-footer__heading {
  margin: 0 0 1rem;
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}

.site-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.site-footer__links a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.25s ease, transform 0.25s ease;
  display: inline-block;
}

.site-footer__links a:hover {
  color: #fff;
  transform: translateX(3px);
}

.site-footer__contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.site-footer__contact a,
.site-footer__loc {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.4;
  transition: color 0.25s ease;
}

.site-footer__contact a:hover {
  color: #fff;
}

.site-footer__contact i,
.site-footer__loc i {
  color: var(--cta-color);
  margin-top: 0.15rem;
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.1rem 0 1.35rem;
}

.site-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.site-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.88rem;
}

.site-footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.15rem;
}

.site-footer__bottom-links a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  transition: color 0.25s ease;
}

.site-footer__bottom-links a:hover {
  color: #fff;
}

.page-home .whatsapp-float {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.35);
}

.page-home .whatsapp-float i {
  margin-top: 0;
  font-size: 1.55rem;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .site-footer__cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__cta-btn {
    width: 100%;
    justify-content: center;
  }

  .site-footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer__cta-btn,
  .site-footer__links a {
    transition: none !important;
  }
}

@media (max-width: 991.98px) {
  .page-home .home-hero {
    min-height: auto;
  }

  .page-home .home-hero__row {
    min-height: auto;
    row-gap: 1.75rem;
  }

  .page-home .home-hero__inner {
    padding-top: 1.75rem;
    padding-bottom: 4rem;
  }

  .page-home .home-hero__copy {
    text-align: left;
    order: 1;
  }

  .page-home .home-hero__visual {
    order: 2;
  }

  .page-home .home-hero__title,
  .page-home .home-hero__lead,
  .page-home .home-hero__mode-copy {
    max-width: none;
  }

  .page-home .home-hero__stage {
    max-width: 100%;
    margin: 0 auto;
  }

  .page-home .home-hero__frame {
    transform: none !important;
  }
}

@media (max-width: 575.98px) {
  .page-home .home-hero__modes {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 14px;
  }

  .page-home .home-hero__mode {
    text-align: center;
    padding: 0.65rem 0.35rem;
    font-size: 0.92rem;
  }

  .page-home .home-hero__actions {
    width: 100%;
  }

  .page-home .home-hero__actions .btn {
    flex: 1 1 100%;
  }

  .page-home .home-hero__scroll {
    display: none;
  }

  .page-home .home-hero__img {
    aspect-ratio: 16 / 11;
  }
}

@media (max-width: 767.98px) {
  .page-home .home-section {
    padding: 3.5rem 0;
  }

  .page-home .home-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}