:root{
  --brand-blue:#004AAD;
  --brand-blue-700:#003B8A;
  --brand-orange:#FF8500;
  --brand-orange-700:#E67700;

  --brand-blue-050:#EEF4FF;
  --brand-orange-050:#FFF3E8;

  --bs-warning: var(--brand-orange);

  --bs-primary: var(--brand-blue);
  --bs-link-color: var(--brand-blue);
  --bs-link-hover-color: var(--brand-blue-700);

  --bg:#F7F9FC;
  --surface:#FFFFFF;
  --text:#0F172A;
  --muted:#333955;
  --border:#C7D2E7;
  --focus-ring:0 0 0 4px rgba(0,74,173,.22);
  --focus-border:rgba(0,74,173,.65);

  --shadow:0 10px 30px rgba(15,23,42,.08);

  --radius-lg:18px;
  --radius-md:14px;
  --radius-sm:12px;

  --container:1120px;

  --nav-h:76px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--text);
  background:var(--bg);
  padding-top:var(--nav-h);
  line-height:1.5;
}

a{color:inherit; text-decoration:none}
img{max-width:100%; height:auto}

.navbar-brand{color:inherit}
.navbar .nav-link{color:var(--muted)}
.navbar .nav-link:hover{color:var(--text)}
.navbar .nav-link.active{color:var(--brand-blue); font-weight:700}
.navbar .nav-link:focus-visible{box-shadow:var(--focus-ring); border-radius:12px}

.skip-link{
  position:absolute;
  left:12px;
  top:10px;
  z-index:999;
  padding:10px 12px;
  border-radius:12px;
  background:var(--surface);
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  transform:translateY(-160%);
  transition:transform .14s ease;
}
.skip-link:focus{transform:translateY(0)}

:focus{outline:none}
a:focus-visible, button:focus-visible, [role="button"]:focus-visible, input:focus-visible, textarea:focus-visible{
  box-shadow:var(--focus-ring);
}
a:focus-visible, button:focus-visible, [role="button"]:focus-visible{
  border-radius:12px;
}

.container{
  width:100%;
  max-width:var(--container);
  margin:0 auto;
  padding:0 20px;
}

.mt-10{margin-top:10px}
.mt-12{margin-top:12px}
.mt-14{margin-top:14px}
.fw-850{font-weight:850}
.ta-right{text-align:right}

.actions-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.cs-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:12px;
  border:1px solid transparent;
  font-weight:650;
  letter-spacing:.2px;
  cursor:pointer;
  transition:transform .08s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
  user-select:none;
}
.cs-btn:active{transform:translateY(1px)}
.cs-btn:focus-visible{box-shadow:var(--focus-ring)}

.cs-btn-primary{
  background:linear-gradient(135deg, var(--brand-blue), var(--brand-blue-700));
  color:#fff;
  box-shadow:0 14px 30px rgba(0,74,173,.22);
}
.cs-btn-primary:hover{filter:saturate(1.05) brightness(1.02)}

.cs-btn-secondary{
  background:rgba(255,133,0,.12);
  border-color:rgba(255,133,0,.22);
  color:var(--text);
}
.cs-btn-secondary:hover{background:rgba(255,133,0,.16)}

.cs-btn-ghost{
  background:transparent;
  border-color:var(--border);
  color:var(--text);
}
.cs-btn-ghost:hover{background:rgba(15,23,42,.04)}

.cs-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(0,74,173,.15);
  background:rgba(0,74,173,.08);
  color:var(--brand-blue);
  font-weight:650;
  font-size:13px;
}

.header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:2000;
  backdrop-filter:saturate(1.5) blur(10px);
  background:rgba(247,249,252,.75);
  border-bottom:1px solid rgba(230,234,242,.9);
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:850;
  letter-spacing:-.2px;
}

.logo{
  width:40px;
  height:40px;
  border-radius:12px;
  background:linear-gradient(135deg, var(--brand-blue), var(--brand-blue-700));
  box-shadow:0 12px 22px rgba(0,74,173,.18);
  display:grid;
  place-items:center;
}
.logo svg{display:block}

.brand-name{
  font-size:18px;
  display:flex;
  gap:0;
}
.brand-name .catalog{color:var(--brand-blue)}
.brand-name .seller{color:var(--brand-orange)}


.cs-nav{
  display:flex;
  align-items:center;
  gap:18px;
}
.cs-nav a{
  color:var(--muted);
  font-weight:650;
  font-size:14px;
}
.cs-nav a:hover{color:var(--text)}


.navbar{
  backdrop-filter:saturate(1.5) blur(10px);
  background:rgba(247,249,252,.75) !important;
}

.cs-navbar-sticky{position:static}
@media (min-width: 992px){
  .cs-navbar-sticky{position:sticky; top:0; z-index:1030}
}

.cs-logo-wrap{display:inline-flex; align-items:center}
.cs-logo-img{height:40px; width:auto; display:block}
@media (min-width: 992px){
  .cs-logo-img{height:40px}
}

.cs-footer-logo{display:inline-flex; align-items:center}
.cs-footer-logo-img{height:40px; width:auto; display:block}
@media (min-width: 992px){
  .cs-footer-logo-img{height:40px}
}

.hero{padding:0}

/* Solid section backgrounds (no gradients) */
.hero{background:#000; color:#fff}
#beneficios{background:#fff}
#como-funciona{background:var(--brand-blue-050)}
#casos{background:var(--brand-blue); color:#fff}
#planos{background:var(--brand-blue-050)}
#contato{background:#fff}
.footer{background:var(--brand-blue); color:#fff}

/* Contrast helpers for blue sections */
.hero p,
#casos p,
.footer{color:rgba(255,255,255,.86)}

#casos .who,
.footer small,
.cs-footer-copy{color:rgba(255,255,255,.78)}

#casos .text-muted{color:rgba(255,255,255,.80) !important}

/* Orange accent on section titles */
.section-title h2{position:relative}
.section-title h2:after{
  content:"";
  display:block;
  width:58px;
  height:4px;
  border-radius:999px;
  margin-top:10px;
  background:var(--brand-orange);
}

/* Full-fold hero carousel */
.cs-hero-carousel-full{width:100%}
.cs-hero-carousel-full .carousel-inner,
.cs-hero-carousel-full .carousel-item{height:clamp(420px, 72svh, 560px)}
@media (min-width: 992px){
  .cs-hero-carousel-full .carousel-inner,
  .cs-hero-carousel-full .carousel-item{height:clamp(460px, 70vh, 620px)}
}

.cs-hero-carousel-full .carousel-item{position:relative; background:#000}
.cs-hero-carousel-full .carousel-item:before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.80);
}

.cs-hero-carousel-full .cs-hero-slide-img{
  height:100%;
  object-fit:cover;
}

.cs-hero-caption{
  inset:0;
  display:flex !important;
  align-items:center;
  justify-content:flex-start;
  padding:0;
  text-shadow:none;
}

.cs-hero-caption-inner{
  width:100%;
  max-width:var(--container);
  margin:0 auto;
  padding:0 calc(var(--bs-gutter-x, 1.5rem) * .5);
}

.cs-hero-caption h1{
  font-size:44px;
  letter-spacing:-1px;
  line-height:1.06;
  margin:0;
}

.cs-hero-title-slide-1{line-height:1.14}

.cs-hero-caption p{
  margin:0;
  color:rgba(255,255,255,.88);
  font-size:18px;
  max-width:60ch;
}

@media (max-width: 820px){
  .cs-hero-caption h1{font-size:34px}
  .cs-hero-caption p{font-size:16px}
}

@media (max-width: 576px){
  .cs-hero-caption h1{font-size:28px}
  .cs-hero-caption p{font-size:15px}
  .cs-hero-caption .badge{font-size:12px}
  .cs-hero-caption .btn{padding:.5rem .9rem; font-size:.95rem}
}

.cs-hero-carousel .carousel-indicators [data-bs-target]{
  width:10px;
  height:10px;
  border-radius:999px;
  background-color:rgba(255,255,255,.75);
}

.cs-hero-carousel .carousel-indicators .active{background-color:var(--brand-orange)}

.cs-hero-carousel .carousel-control-prev-icon,
.cs-hero-carousel .carousel-control-next-icon{
  filter:none;
  opacity:1;
}

.cs-hero-carousel .carousel-control-prev-icon{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.cs-hero-carousel .carousel-control-next-icon{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media (max-width: 820px){
  .cs-hero-carousel .carousel-control-prev,
  .cs-hero-carousel .carousel-control-next{
    width:56px !important;
    opacity:1;
  }

  .cs-hero-carousel .carousel-control-prev{left:12px !important}
  .cs-hero-carousel .carousel-control-next{right:12px !important}

  .cs-hero-carousel .carousel-control-prev-icon,
  .cs-hero-carousel .carousel-control-next-icon{
    width:2.1rem;
    height:2.1rem;
    background-color:rgba(0,0,0,.35);
    border-radius:999px;
    background-size:58% 58%;
  }
}

.meta{
  display:flex;
  gap:18px;
  margin-top:16px;
  color:var(--muted);
  font-size:14px;
}
.meta strong{color:var(--text)}


.cs-card,
.card.cs-card{
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}

#beneficios .icon{
  width:52px;
  height:52px;
  border-radius:16px;
  display:grid;
  place-items:center;
  border:1px solid rgba(0,74,173,.18);
  background:rgba(0,74,173,.07);
}

#beneficios .icon i{font-size:26px; line-height:1; color:var(--brand-blue)}

#beneficios .col-md-4:nth-child(2) .icon{
  border-color:rgba(255,133,0,.24);
  background:rgba(255,133,0,.10);
}

#beneficios .col-md-4:nth-child(2) .icon i{color:var(--brand-orange-700)}

#como-funciona .n{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
}

#como-funciona .n i{
  font-size:34px;
  line-height:1;
  color:var(--brand-blue);
}

#como-funciona .col-md-4:nth-child(2) .n i{color:var(--brand-orange-700)}

.price-featured{border-color:transparent}

.brand-sm{gap:10px}
.logo-sm{width:34px; height:34px; border-radius:12px}

.preview{
  padding:18px;
  position:relative;
  overflow:hidden;
}
.preview:before{
  content:"";
  position:absolute;
  inset:-40px -40px auto auto;
  width:200px;
  height:200px;
  background:radial-gradient(circle at 30% 30%, rgba(255,133,0,.28), transparent 60%);
  transform:rotate(18deg);
}

.mini-dashboard{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

.kpis{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:10px;
}
.kpi{
  padding:12px;
  border:0;
  border-radius:0;
  background:transparent;
}
.kpi .label{color:var(--muted); font-size:12px; font-weight:650}
.kpi .value{font-size:20px; font-weight:850; margin-top:2px}

.table{
  border:0;
  border-radius:0;
  overflow:visible;
  background:transparent;
}
.table .row{
  display:grid;
  grid-template-columns:1fr 120px 110px;
  gap:10px;
  padding:11px 12px;
  border-top:1px solid rgba(199,210,231,.7);
  align-items:center;
}
.table .row:first-child{border-top:none}
.table .row .muted{color:var(--muted); font-weight:650; font-size:13px}

.pill{
  display:inline-flex;
  justify-content:center;
  padding:6px 10px;
  border-radius:999px;
  font-weight:750;
  font-size:12px;
}
.pill.blue{background:rgba(0,74,173,.10); color:var(--brand-blue)}
.pill.orange{background:rgba(255,133,0,.12); color:var(--brand-orange-700)}

.section{
  padding:44px 0;
}

.section-title{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  margin-bottom:16px;
}
.section-title h2{
  margin:0;
  font-size:28px;
  letter-spacing:-.6px;
}
.section-title p{margin:0; color:var(--muted); max-width:62ch}

.grid-3{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
}

.feature{
  padding:16px;
}
.feature .icon{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  border:1px solid rgba(0,74,173,.18);
  background:rgba(0,74,173,.07);
}
.feature .icon i{font-size:22px; line-height:1}
.feature:nth-child(2) .icon{border-color:rgba(255,133,0,.24); background:rgba(255,133,0,.10)}
.feature h3{margin:10px 0 6px; font-size:16px}
.feature p{margin:0; color:var(--muted); font-size:14px}

.steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.step{padding:16px}
.step .n{
  width:34px; height:34px;
  border-radius:12px;
  display:grid; place-items:center;
  font-weight:850;
  color:var(--brand-blue);
  background:rgba(0,74,173,.08);
  border:1px solid rgba(0,74,173,.16);
}
.step h3{margin:10px 0 6px; font-size:16px}
.step p{margin:0; color:var(--muted); font-size:14px}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.quote{
  padding:18px;
}
.quote p{margin:0; color:var(--text); font-weight:650}
.quote .who{margin-top:10px; color:var(--muted); font-size:14px}

.pricing{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.price{
  padding:18px;
}
.price h3{margin:0; font-size:16px}
.price .value{margin-top:6px; font-size:34px; font-weight:900; letter-spacing:-1px; color:var(--brand-blue)}
.price .value span{font-size:14px; color:var(--muted); font-weight:700}
.price ul{margin:12px 0 0; padding-left:18px; color:var(--muted)}
.price li{margin:6px 0}

.cta{
  padding:24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border:1px solid rgba(0,74,173,.16);
  background:linear-gradient(135deg, rgba(0,74,173,.10), rgba(255,133,0,.08));
}
.cta h3{margin:0; font-size:18px}
.cta p{margin:6px 0 0; color:var(--muted)}

.form{
  padding:18px;
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
label{display:block; font-weight:700; font-size:13px; color:var(--muted); margin-bottom:6px}
input,textarea{
  width:100%;
  padding:12px 12px;
  border-radius:12px;
  border:1px solid var(--border);
  outline:none;
  background:rgba(255,255,255,.8);
}
input:focus,textarea:focus{border-color:var(--focus-border); box-shadow:var(--focus-ring)}
textarea{min-height:120px; resize:vertical}

.status{
  margin-top:10px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.7);
  color:var(--muted);
}
.status.success{border-color:rgba(0,74,173,.28); background:rgba(0,74,173,.08); color:var(--brand-blue)}
.status.error{border-color:rgba(239,68,68,.35); background:rgba(239,68,68,.10); color:#991B1B}

.whatsapp{
  display:inline-flex;
  align-items:center;
  gap:10px;
}

.footer{
  padding:34px 0 40px;
  border-top:1px solid rgba(230,234,242,.9);
  color:var(--muted);
}

.cs-footer-left{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

@media (min-width: 992px){
  .cs-footer-left{justify-content:space-between}
}

@media (max-width: 820px){
  .cs-footer-left{justify-content:center}
}

.cs-footer-copy{color:var(--muted)}

@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr;}
  .kpis{grid-template-columns:repeat(3, 1fr)}
}

@media (max-width: 820px){
  .nav{display:none}
  .menu-btn{display:inline-grid; place-items:center}
  .grid-3{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .pricing{grid-template-columns:1fr}
  .form-grid{grid-template-columns:1fr}
  .footer-social{align-items:flex-start}
  .social-link{justify-content:flex-start}
}

@media (prefers-reduced-motion: reduce){
  *{scroll-behavior:auto !important; transition:none !important}
}
