:root {
  --navy: #00234d;
  --navy-deep: #00162f;
  --blue: #0065a3;
  --blue-light: #0b8bc7;
  --orange: #ff6600;
  --orange-dark: #e75900;
  --white: #ffffff;
  --ink: #102a43;
  --text: #52667a;
  --muted: #73879a;
  --line: #dce6ef;
  --surface: #f4f8fc;
  --surface-blue: #edf6fb;
  --shadow: 0 24px 70px rgba(0, 35, 77, .13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: Poppins, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

.home-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100001;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  color: #fff;
  background: var(--navy);
  border-radius: 8px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

.home-header {
  position: fixed;
  z-index: 9990;
  top: 0;
  right: 0;
  left: 0;
  height: 80px;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(0, 35, 77, .08);
  backdrop-filter: blur(16px);
  transition: box-shadow .25s ease;
}

.home-header.is-scrolled {
  box-shadow: 0 12px 38px rgba(0, 35, 77, .1);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 24px;
}

.home-brand img {
  width: 184px;
  height: auto;
}

.home-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.home-nav > a {
  position: relative;
  color: #17324a;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.home-nav > a:not(.home-nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--orange);
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform .2s ease;
}

.home-nav > a:hover::after,
.home-nav > a:focus-visible::after {
  transform: scaleX(1);
}

.home-nav .home-nav-cta {
  padding: 12px 17px;
  color: #fff;
  background: var(--orange);
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(255, 102, 0, .22);
}

.home-nav .home-nav-cta:hover {
  background: var(--orange-dark);
}

.home-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: #f1f6fa;
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
}

.home-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--navy);
  border-radius: 2px;
  transition: .25s ease;
}

.home-hero {
  position: relative;
  min-height: 760px;
  padding: 160px 0 48px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 72% 22%, rgba(0, 101, 163, .5), transparent 34%),
    radial-gradient(circle at 12% 90%, rgba(255, 102, 0, .16), transparent 30%),
    linear-gradient(135deg, #00172f 0%, #002d59 55%, #004d7c 100%);
}

.home-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .1;
  background-image:
    linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
}

.home-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(3px);
  pointer-events: none;
}

.home-orb-one {
  top: 115px;
  right: 7%;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255,255,255,.09);
  box-shadow:
    0 0 0 70px rgba(255,255,255,.025),
    0 0 0 140px rgba(255,255,255,.018);
}

.home-orb-two {
  bottom: 4%;
  left: -80px;
  width: 190px;
  height: 190px;
  background: rgba(255, 102, 0, .08);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(480px, 1.04fr);
  align-items: center;
  gap: 70px;
}

.home-kicker,
.home-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.home-kicker {
  padding: 9px 13px;
  color: #d9f3ff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
}

.hero-copy h1 {
  max-width: 700px;
  margin: 24px 0 20px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.06;
  letter-spacing: -2.6px;
}

.hero-copy h1 span {
  display: block;
  color: #ff7c24;
}

.hero-copy > p {
  max-width: 650px;
  margin: 0;
  color: #cfdfed;
  font-size: 17px;
  line-height: 1.75;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.home-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

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

.home-button-orange {
  color: #fff;
  background: var(--orange);
  box-shadow: 0 14px 32px rgba(255, 102, 0, .26);
}

.home-button-orange:hover {
  background: var(--orange-dark);
}

.home-button-light {
  color: var(--navy);
  background: #fff;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .12);
}

.home-button-blue {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 30px rgba(0, 101, 163, .2);
}

.home-button-outline {
  color: #fff;
  background: transparent;
  border-color: rgba(255,255,255,.38);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
  color: #c9dae9;
  font-size: 12px;
  font-weight: 600;
}

.hero-points span {
  position: relative;
  padding-left: 16px;
}

.hero-points span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--orange);
  border-radius: 50%;
  transform: translateY(-50%);
}

.hero-visual {
  position: relative;
  min-height: 470px;
  perspective: 1000px;
}

.visual-glow {
  position: absolute;
  top: 5%;
  left: 12%;
  width: 76%;
  height: 72%;
  background: rgba(0, 142, 211, .36);
  border-radius: 50%;
  filter: blur(65px);
}

.browser-card {
  position: absolute;
  top: 35px;
  right: 0;
  left: 10px;
  overflow: hidden;
  background: #f8fbfd;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 20px;
  box-shadow: 0 35px 100px rgba(0, 10, 30, .45);
  transform: rotateY(-4deg) rotateX(2deg);
}

.browser-top {
  display: flex;
  height: 48px;
  align-items: center;
  gap: 20px;
  padding: 0 16px;
  background: #fff;
  border-bottom: 1px solid #e3ebf2;
}

.browser-dots {
  display: flex;
  gap: 6px;
}

.browser-dots i {
  width: 8px;
  height: 8px;
  background: #d7e1e9;
  border-radius: 50%;
}

.browser-dots i:first-child {
  background: #ff8b56;
}

.browser-address {
  flex: 1;
  max-width: 280px;
  padding: 7px 12px;
  color: #788a9b;
  background: #f1f5f8;
  border-radius: 7px;
  font-size: 10px;
}

.browser-content {
  display: grid;
  grid-template-columns: 66px 1fr;
  min-height: 340px;
}

.mock-sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 22px;
  padding-top: 24px;
  background: var(--navy);
}

.mock-logo {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  color: #fff;
  background: var(--orange);
  border-radius: 9px;
  font-size: 13px;
  font-weight: 800;
}

.mock-sidebar i {
  width: 22px;
  height: 5px;
  background: rgba(255,255,255,.2);
  border-radius: 4px;
}

.mock-dashboard {
  padding: 34px 30px;
}

.mock-title,
.mock-subtitle {
  height: 12px;
  background: #d9e5ee;
  border-radius: 10px;
}

.mock-title {
  width: 45%;
  height: 17px;
  background: var(--navy);
}

.mock-subtitle {
  width: 64%;
  margin-top: 12px;
}

.mock-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.mock-metrics div {
  padding: 18px 12px;
  background: #fff;
  border: 1px solid #e5edf3;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,35,77,.05);
}

.mock-metrics strong,
.mock-metrics span {
  display: block;
}

.mock-metrics strong {
  color: var(--blue);
  font-size: 20px;
}

.mock-metrics span {
  margin-top: 4px;
  color: #7b8c9c;
  font-size: 9px;
}

.mock-chart {
  display: flex;
  height: 125px;
  align-items: end;
  gap: 12px;
  margin-top: 25px;
  padding: 20px 22px 0;
  background:
    repeating-linear-gradient(
      to bottom,
      #edf2f6 0,
      #edf2f6 1px,
      transparent 1px,
      transparent 31px
    );
  border: 1px solid #e5edf3;
  border-radius: 12px;
}

.mock-chart span {
  flex: 1;
  background: linear-gradient(to top, var(--blue), #3fb8e8);
  border-radius: 5px 5px 0 0;
}

.mock-chart span:last-child {
  background: linear-gradient(to top, var(--orange), #ff9a55);
}

.floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 16px;
  color: var(--ink);
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 13px;
  box-shadow: 0 18px 50px rgba(0, 10, 30, .25);
  animation: float-card 4s ease-in-out infinite;
}

.floating-message {
  right: -10px;
  bottom: 15px;
}

.floating-online {
  bottom: 90px;
  left: -25px;
  animation-delay: -2s;
}

.floating-icon {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  color: #fff;
  background: var(--orange);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
}

.floating-online > i {
  width: 12px;
  height: 12px;
  background: #17a665;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(23,166,101,.12);
}

.floating-card strong,
.floating-card small {
  display: block;
}

.floating-card strong {
  font-size: 11px;
}

.floating-card small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 8px;
}

@keyframes float-card {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

.hero-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 55px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.06);
}

.hero-strip span {
  padding: 17px 12px;
  color: #d5e3ee;
  border-right: 1px solid rgba(255,255,255,.1);
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}

.hero-strip span:last-child {
  border-right: 0;
}

.home-section {
  padding: 108px 0;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 48px;
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading h2,
.sites-copy h2,
.ai-copy h2,
.about-copy h2,
.final-cta h2 {
  margin: 13px 0 17px;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: -1.5px;
}

.section-heading p,
.ai-copy p,
.about-copy p {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.75;
}

.solutions-section {
  background:
    radial-gradient(circle at 90% 20%, rgba(0,101,163,.07), transparent 25%),
    #fff;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

.solution-card {
  position: relative;
  min-height: 365px;
  padding: 28px 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 15px 45px rgba(0,35,77,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}

.solution-card:hover {
  z-index: 2;
  box-shadow: var(--shadow);
  transform: translateY(-7px);
}

.solution-featured {
  color: #fff;
  background: linear-gradient(145deg, var(--navy), #004d78);
  border-color: transparent;
}

.solution-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--blue);
  background: var(--surface-blue);
  border-radius: 14px;
}

.solution-featured .solution-icon {
  color: #fff;
  background: rgba(255,255,255,.11);
}

.solution-icon svg {
  width: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.solution-number {
  position: absolute;
  top: 26px;
  right: 24px;
  color: #a9b9c7;
  font-size: 11px;
  font-weight: 800;
}

.solution-featured .solution-number {
  color: rgba(255,255,255,.5);
}

.solution-card h3 {
  margin: 28px 0 12px;
  color: var(--navy);
  font-size: 20px;
}

.solution-featured h3 {
  color: #fff;
}

.solution-card p {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.7;
}

.solution-featured p {
  color: #ceddea;
}

.solution-card > a {
  position: absolute;
  right: 24px;
  bottom: 27px;
  left: 24px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
}

.solution-card > a b {
  float: right;
  font-size: 17px;
}

.solution-featured > a {
  color: #ff8a3b;
}

.sites-showcase {
  position: relative;
  padding: 115px 0;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 80% 50%, rgba(0, 116, 177, .48), transparent 34%),
    linear-gradient(135deg, #00162f, #003765);
}

.sites-showcase::before {
  position: absolute;
  top: -250px;
  right: -180px;
  width: 600px;
  height: 600px;
  content: "";
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(255,255,255,.02),
    0 0 0 160px rgba(255,255,255,.015);
}

.anchor-offset {
  position: absolute;
  top: 0;
}

.sites-grid {
  position: relative;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 80px;
}

.home-label-light {
  color: #77cef3;
}

.sites-copy h2 {
  color: #fff;
}

.sites-copy h2 span {
  color: #ff7b24;
}

.sites-copy > p {
  color: #c9dbea;
  font-size: 14px;
  line-height: 1.8;
}

.sites-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 20px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.sites-list li {
  position: relative;
  padding-left: 22px;
  color: #e2edf5;
  font-size: 12px;
}

.sites-list li::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: grid;
  width: 14px;
  height: 14px;
  place-items: center;
  content: "✓";
  color: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 50%;
  font-size: 8px;
  font-weight: 800;
}

.sites-price {
  margin-top: 28px;
}

.sites-price small,
.sites-price strong {
  display: block;
}

.sites-price small {
  color: #a9c2d6;
  font-size: 11px;
}

.sites-price strong {
  margin-top: 4px;
  color: #fff;
  font-size: 31px;
}

.sites-price strong span {
  color: #a9c2d6;
  font-size: 12px;
  font-weight: 500;
}

.sites-models {
  position: relative;
  min-height: 485px;
}

.model-preview {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 23px;
  background: #fff;
  border: 6px solid rgba(255,255,255,.11);
  border-radius: 19px;
  box-shadow: 0 28px 70px rgba(0,0,0,.25);
  transition: transform .25s ease;
}

.model-preview::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(to top, rgba(0,20,45,.94), rgba(0,20,45,.05)),
    var(--preview-background);
}

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

.model-preview span {
  color: #70cdf4;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.model-preview strong {
  margin-top: 5px;
  color: #fff;
  font-size: 20px;
}

.model-preview small {
  margin-top: 9px;
  color: #ff8a3b;
  font-size: 10px;
  font-weight: 700;
}

.model-one {
  top: 10px;
  left: 0;
  width: 57%;
  height: 280px;
  --preview-background:
    radial-gradient(circle at 65% 25%, #f8a55c, transparent 25%),
    linear-gradient(135deg, #642b1c, #d2773c);
}

.model-two {
  top: 75px;
  right: 0;
  width: 46%;
  height: 300px;
  --preview-background:
    radial-gradient(circle at 35% 25%, #74d9ff, transparent 26%),
    linear-gradient(135deg, #00355b, #007fb8);
}

.model-three {
  bottom: 0;
  left: 19%;
  width: 48%;
  height: 215px;
  --preview-background:
    radial-gradient(circle at 70% 20%, #7b65e7, transparent 27%),
    linear-gradient(135deg, #131c45, #3046a0);
}

.model-preview:hover {
  z-index: 5;
  transform: translateY(-7px);
}

.models-total {
  position: absolute;
  right: 4%;
  bottom: 25px;
  display: grid;
  width: 120px;
  height: 120px;
  place-items: center;
  align-content: center;
  color: #fff;
  background: var(--orange);
  border: 6px solid rgba(255,255,255,.14);
  border-radius: 50%;
  box-shadow: 0 18px 45px rgba(255,102,0,.28);
  text-align: center;
}

.models-total strong {
  font-size: 30px;
  line-height: 1;
}

.models-total span {
  width: 80px;
  margin-top: 5px;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.ai-section {
  background: var(--surface);
}

.ai-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 90px;
}

.ai-copy .home-button {
  margin-top: 26px;
}

.automation-flow {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 21px;
  box-shadow: var(--shadow);
}

.flow-step {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 17px;
  background: #f8fbfd;
  border: 1px solid #e5edf3;
  border-radius: 14px;
}

.flow-step > span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--blue);
  background: #e4f3fa;
  border-radius: 11px;
  font-size: 11px;
  font-weight: 800;
}

.flow-step strong,
.flow-step small {
  display: block;
}

.flow-step strong {
  color: var(--navy);
  font-size: 13px;
}

.flow-step small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.flow-step-highlight {
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border-color: transparent;
}

.flow-step-highlight strong,
.flow-step-highlight small {
  color: #fff;
}

.flow-step-highlight small {
  opacity: .72;
}

.flow-step-highlight > span {
  color: #fff;
  background: var(--orange);
}

.flow-line {
  display: block;
  width: 2px;
  height: 26px;
  margin-left: 37px;
  background: linear-gradient(var(--blue), #bad5e5);
}

.benefits-section {
  background: #fff;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.benefits-grid article {
  min-height: 245px;
  padding: 28px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background .2s ease;
}

.benefits-grid article:hover {
  background: var(--surface);
}

.benefits-grid article > span {
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
}

.benefits-grid h3 {
  margin: 40px 0 12px;
  color: var(--navy);
  font-size: 17px;
}

.benefits-grid p {
  margin: 0;
  color: var(--text);
  font-size: 12px;
  line-height: 1.7;
}

.projects-section {
  background:
    radial-gradient(circle at 12% 15%, rgba(255,102,0,.07), transparent 25%),
    var(--surface);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 18px;
}

.testimonial-card {
  min-height: 290px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,35,77,.06);
}

.testimonial-featured {
  color: #fff;
  background: linear-gradient(145deg, var(--navy), #004b77);
  border-color: transparent;
  transform: translateY(-12px);
}

.testimonial-mark {
  color: var(--orange);
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}

.testimonial-card > p {
  min-height: 110px;
  margin: 10px 0 24px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.75;
}

.testimonial-featured > p {
  color: #d6e4ef;
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-person > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

.testimonial-featured .testimonial-person > span {
  background: var(--orange);
}

.testimonial-person strong,
.testimonial-person small {
  display: block;
}

.testimonial-person strong {
  font-size: 12px;
}

.testimonial-person small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 9px;
}

.testimonial-featured .testimonial-person small {
  color: #acc3d5;
}

.process-section {
  background: #fff;
}

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

.process-grid article {
  position: relative;
  padding: 26px 28px 10px 0;
}

.process-grid article:not(:last-child)::after {
  position: absolute;
  top: 20px;
  right: 22px;
  left: 50px;
  height: 1px;
  content: "";
  background: linear-gradient(to right, var(--orange), var(--line));
}

.process-grid article > span {
  position: relative;
  z-index: 2;
  display: grid;
  width: 41px;
  height: 41px;
  place-items: center;
  color: #fff;
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 0 0 0 7px #fff;
  font-size: 10px;
  font-weight: 800;
}

.process-grid h3 {
  margin: 24px 0 9px;
  color: var(--navy);
  font-size: 17px;
}

.process-grid p {
  margin: 0;
  color: var(--text);
  font-size: 12px;
  line-height: 1.7;
}

.about-section {
  overflow: hidden;
  background: var(--surface);
}

.about-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  align-items: center;
  gap: 90px;
}

.about-brand {
  position: relative;
  display: grid;
  min-height: 390px;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 65% 35%, #0688c6, transparent 35%),
    linear-gradient(145deg, var(--navy), #003f70);
  border-radius: 25px;
  box-shadow: var(--shadow);
}

.about-brand::before,
.about-brand::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
}

.about-brand::before {
  width: 290px;
  height: 290px;
}

.about-brand::after {
  width: 390px;
  height: 390px;
}

.about-a {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 150px;
  font-weight: 800;
  letter-spacing: -14px;
  text-shadow: 18px 18px 0 rgba(255,102,0,.85);
}

.about-copy p + p {
  margin-top: 16px;
}

.text-link {
  display: inline-flex;
  gap: 12px;
  margin-top: 25px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}

.faq-section {
  background: #fff;
}

.faq-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 80px;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 20px 42px 20px 0;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 16px;
  right: 0;
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  content: "+";
  color: var(--blue);
  background: var(--surface-blue);
  border-radius: 50%;
  font-size: 17px;
}

.faq-list details[open] summary::after {
  content: "−";
  color: #fff;
  background: var(--orange);
}

.faq-list details p {
  margin: -3px 45px 20px 0;
  color: var(--text);
  font-size: 12px;
  line-height: 1.75;
}

.final-cta {
  padding: 75px 0;
  color: #fff;
  background:
    radial-gradient(circle at 85% 35%, rgba(0,134,196,.55), transparent 30%),
    linear-gradient(135deg, #00162f, #003d6d);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.final-cta-inner > div:first-child {
  max-width: 680px;
}

.final-cta h2 {
  margin-bottom: 10px;
  color: #fff;
}

.final-cta p {
  margin: 0;
  color: #c8dbea;
  font-size: 14px;
}

.final-cta .home-actions {
  flex: 0 0 auto;
  margin-top: 0;
}

.home-footer {
  padding: 70px 0 0;
  color: #d3dfeb;
  background: #00162e;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 55px;
  padding-bottom: 50px;
}

.footer-brand img {
  width: 210px;
  height: auto;
}

.footer-brand p {
  max-width: 310px;
  margin: 22px 0 0;
  color: #9fb3c6;
  font-size: 12px;
  line-height: 1.75;
}

.footer-column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 11px;
}

.footer-column strong {
  margin-bottom: 8px;
  color: #fff;
  font-size: 12px;
}

.footer-column a,
.footer-column span {
  color: #9fb3c6;
  font-size: 11px;
}

.footer-column a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  min-height: 75px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.footer-bottom p {
  margin: 0;
  color: #8299ad;
  font-size: 10px;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-bottom a,
.footer-bottom .cc-preferences-link {
  padding: 0;
  color: #8299ad;
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: 10px;
  text-decoration: none;
  cursor: pointer;
}

.footer-bottom a:hover,
.footer-bottom .cc-preferences-link:hover {
  color: #fff;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  .home-nav {
    gap: 14px;
  }

  .home-nav > a {
    font-size: 11px;
  }

  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }

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

  .solution-card {
    min-height: 315px;
  }
}

@media (max-width: 860px) {
  .home-header {
    height: 72px;
  }

  .home-brand img {
    width: 170px;
  }

  .home-menu-toggle {
    display: block;
  }

  .home-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .home-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .home-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .home-nav {
    position: fixed;
    z-index: 9980;
    top: 72px;
    right: 0;
    bottom: 0;
    width: min(360px, 88vw);
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 20px;
    overflow-y: auto;
    background: #fff;
    box-shadow: -25px 20px 60px rgba(0,35,77,.18);
    transform: translateX(110%);
    transition: transform .28s ease;
  }

  .home-nav.is-open {
    transform: none;
  }

  .home-nav > a {
    padding: 14px 8px;
    color: var(--navy);
    border-bottom: 1px solid var(--line);
    font-size: 13px;
  }

  .home-nav > a::after {
    display: none;
  }

  .home-nav .home-nav-cta {
    margin-top: 15px;
    padding: 14px;
    color: #fff;
    text-align: center;
  }

  .home-hero {
    padding-top: 130px;
  }

  .hero-grid,
  .sites-grid,
  .ai-grid,
  .about-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 50px;
  }

  .hero-visual {
    min-height: 430px;
  }

  .sites-grid,
  .ai-grid,
  .about-grid,
  .faq-grid {
    gap: 50px;
  }

  .sites-models {
    min-height: 470px;
  }

  .benefits-grid,
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .testimonial-featured {
    transform: none;
  }

  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

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

@media (max-width: 600px) {
  .home-container {
    width: min(100% - 26px, 1180px);
  }

  .home-section {
    padding: 78px 0;
  }

  .home-hero {
    min-height: auto;
    padding: 120px 0 35px;
  }

  .hero-copy h1 {
    margin-top: 20px;
    font-size: 40px;
    line-height: 1.08;
    letter-spacing: -1.8px;
  }

  .hero-copy > p {
    font-size: 14px;
  }

  .home-actions {
    display: grid;
  }

  .home-button {
    width: 100%;
  }

  .hero-points {
    display: grid;
    gap: 11px;
  }

  .hero-visual {
    min-height: 350px;
    margin-top: 5px;
  }

  .browser-card {
    top: 20px;
    left: 0;
    border-radius: 15px;
    transform: none;
  }

  .browser-content {
    grid-template-columns: 45px 1fr;
    min-height: 260px;
  }

  .mock-sidebar {
    gap: 17px;
  }

  .mock-dashboard {
    padding: 22px 16px;
  }

  .mock-metrics {
    gap: 6px;
  }

  .mock-metrics div {
    padding: 12px 6px;
  }

  .mock-metrics strong {
    font-size: 14px;
  }

  .mock-chart {
    height: 85px;
    gap: 7px;
    padding: 12px 12px 0;
  }

  .floating-message {
    right: 0;
    bottom: 0;
  }

  .floating-online {
    bottom: 68px;
    left: -2px;
  }

  .floating-card {
    padding: 10px 11px;
  }

  .hero-strip {
    grid-template-columns: 1fr 1fr;
    margin-top: 38px;
  }

  .hero-strip span {
    border-bottom: 1px solid rgba(255,255,255,.1);
  }

  .section-heading h2,
  .sites-copy h2,
  .ai-copy h2,
  .about-copy h2,
  .final-cta h2 {
    font-size: 32px;
    letter-spacing: -1px;
  }

  .solutions-grid,
  .benefits-grid,
  .process-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .solution-card {
    min-height: 320px;
  }

  .sites-showcase {
    padding: 82px 0;
  }

  .sites-list {
    grid-template-columns: 1fr;
  }

  .sites-models {
    min-height: 390px;
  }

  .model-one {
    width: 61%;
    height: 225px;
  }

  .model-two {
    top: 55px;
    width: 48%;
    height: 235px;
  }

  .model-three {
    left: 8%;
    width: 55%;
    height: 180px;
  }

  .models-total {
    right: 1%;
    width: 98px;
    height: 98px;
  }

  .automation-flow {
    padding: 16px;
  }

  .benefits-grid {
    border-top: 0;
  }

  .benefits-grid article {
    min-height: auto;
    padding: 25px 20px;
  }

  .benefits-grid h3 {
    margin-top: 22px;
  }

  .process-grid article {
    padding: 10px 0 28px 62px;
  }

  .process-grid article:not(:last-child)::after {
    top: 48px;
    bottom: -4px;
    left: 20px;
    width: 1px;
    height: auto;
  }

  .process-grid article > span {
    position: absolute;
    top: 6px;
    left: 0;
  }

  .process-grid h3 {
    margin: 0 0 8px;
  }

  .about-brand {
    min-height: 300px;
  }

  .about-a {
    font-size: 115px;
  }

  .faq-list summary {
    font-size: 13px;
  }

  .final-cta {
    padding: 65px 0;
  }

  .footer-grid {
    gap: 35px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 0;
  }
}

/* AVANTHY CORPORATE PREMIUM — INÍCIO */

:root {
  --corporate-navy: #001c3d;
  --corporate-navy-light: #003b68;
  --corporate-blue: #0065a3;
  --corporate-blue-bright: #0794d2;
  --corporate-orange: #ff6600;
  --corporate-orange-light: #ff9348;
  --corporate-surface: #f5f8fc;
  --corporate-line: rgba(0, 35, 77, 0.11);
  --corporate-shadow:
    0 24px 70px rgba(0, 35, 77, 0.11);
  --gradient-blue:
    linear-gradient(135deg, #00234d 0%, #0065a3 100%);
  --gradient-orange:
    linear-gradient(135deg, #ff6600 0%, #ff9348 100%);
}

body {
  background: #ffffff;
}

.home-section {
  position: relative;
}

.home-hero {
  min-height: 900px;
  padding-top: 165px;
  background:
    radial-gradient(
      circle at 79% 22%,
      rgba(7, 148, 210, 0.32),
      transparent 29%
    ),
    radial-gradient(
      circle at 12% 85%,
      rgba(255, 102, 0, 0.15),
      transparent 26%
    ),
    linear-gradient(
      132deg,
      #00152e 0%,
      #002a52 50%,
      #00557f 100%
    );
}

.home-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 180px;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(0, 17, 39, 0.32),
      transparent
    );
}

.hero-grid {
  grid-template-columns:
    minmax(0, 0.92fr)
    minmax(500px, 1.08fr);
  gap: 76px;
}

.home-kicker {
  position: relative;
  padding-left: 36px;
  color: #d9f4ff;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.11),
      rgba(255, 255, 255, 0.04)
    );
}

.home-kicker::before {
  position: absolute;
  left: 14px;
  width: 10px;
  height: 3px;
  content: "";
  background: var(--gradient-orange);
  border-radius: 5px;
}

.hero-copy h1 {
  max-width: 650px;
  margin-top: 27px;
  font-size: clamp(48px, 5.3vw, 72px);
  line-height: 1.035;
  letter-spacing: -3.2px;
}

.hero-copy h1 span {
  display: block;
  color: transparent;
  background:
    linear-gradient(
      100deg,
      #ff6600 0%,
      #ff9f5f 72%,
      #ffd0ae 100%
    );
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-copy > p {
  max-width: 620px;
  color: rgba(224, 238, 248, 0.88);
  font-size: 16px;
  line-height: 1.8;
}

.home-button {
  position: relative;
  overflow: hidden;
  min-height: 54px;
  padding-inline: 23px;
  border-radius: 12px;
  letter-spacing: -0.1px;
}

.home-button::before,
.agm-cta::before {
  position: absolute;
  top: -40%;
  left: -75%;
  width: 45%;
  height: 180%;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.32),
      transparent
    );
  transform: skewX(-22deg);
  transition: left 0.55s ease;
}

.home-button:hover::before,
.agm-cta:hover::before {
  left: 135%;
}

.home-button-orange,
.agm-navigation > .agm-cta {
  background:
    linear-gradient(
      135deg,
      #ff5f00 0%,
      #ff812f 100%
    ) !important;
  border-color: transparent !important;
  box-shadow:
    0 14px 34px rgba(255, 102, 0, 0.29) !important;
}

.home-button-blue {
  background:
    linear-gradient(
      135deg,
      #003b68 0%,
      #0788c3 100%
    );
  box-shadow:
    0 14px 34px rgba(0, 101, 163, 0.25);
}

.home-button-light {
  border: 1px solid rgba(255, 255, 255, 0.86);
}

.hero-points {
  gap: 10px;
  margin-top: 32px;
}

.hero-points span {
  padding: 8px 12px 8px 29px;
  color: rgba(230, 242, 250, 0.9);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

.hero-points span::before {
  left: 11px;
  width: 7px;
  height: 7px;
  background:
    linear-gradient(
      135deg,
      #ff6600,
      #ffad72
    );
  box-shadow: 0 0 0 4px rgba(255, 102, 0, 0.12);
}

.hero-visual {
  min-height: 500px;
}

.browser-card {
  border:
    1px solid rgba(255, 255, 255, 0.58);
  box-shadow:
    0 42px 110px rgba(0, 9, 27, 0.47),
    0 0 0 1px rgba(255, 255, 255, 0.09);
}

.browser-top {
  background:
    linear-gradient(
      90deg,
      #ffffff,
      #f3f8fc
    );
}

.mock-metrics div {
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #f6fafe
    );
}

.mock-chart span {
  background:
    linear-gradient(
      to top,
      #004a7d,
      #18a7dc
    );
}

.mock-chart span:last-child {
  background:
    linear-gradient(
      to top,
      #ff5f00,
      #ff9f5c
    );
}

.floating-card {
  border: 1px solid rgba(0, 35, 77, 0.08);
  box-shadow:
    0 22px 55px rgba(0, 19, 45, 0.29);
}

.hero-strip {
  overflow: visible;
  margin-top: 62px;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.075),
      rgba(255, 255, 255, 0.035)
    );
  border-color: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(12px);
}

.hero-strip span {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.15px;
}

.hero-strip span::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 9px;
  content: "";
  vertical-align: 2px;
  background: var(--corporate-orange);
  border-radius: 50%;
}

/* Visão executiva */

.executive-overview {
  position: relative;
  z-index: 4;
  margin-top: -54px;
  padding-bottom: 34px;
}

.executive-shell {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  overflow: hidden;
  background: #ffffff;
  border:
    1px solid rgba(0, 35, 77, 0.09);
  border-radius: 24px;
  box-shadow:
    0 30px 90px rgba(0, 35, 77, 0.16);
}

.executive-intro {
  position: relative;
  padding: 48px 43px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(9, 148, 210, 0.54),
      transparent 38%
    ),
    linear-gradient(
      140deg,
      #001c3d,
      #004a78
    );
}

.executive-intro::after {
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 250px;
  height: 250px;
  content: "";
  border:
    1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 45px rgba(255, 255, 255, 0.025),
    0 0 0 90px rgba(255, 255, 255, 0.018);
}

.executive-kicker {
  display: inline-flex;
  color: #77d2f6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.executive-intro h2 {
  position: relative;
  z-index: 2;
  margin: 16px 0 15px;
  color: #ffffff;
  font-size: 29px;
  line-height: 1.23;
  letter-spacing: -1px;
}

.executive-intro p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(221, 236, 246, 0.82);
  font-size: 12px;
  line-height: 1.75;
}

.executive-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.executive-pillars article {
  position: relative;
  min-width: 0;
  padding: 39px 25px;
  background:
    linear-gradient(
      180deg,
      #ffffff,
      #fbfdff
    );
  border-right:
    1px solid rgba(0, 35, 77, 0.09);
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.executive-pillars article:last-child {
  border-right: 0;
}

.executive-pillars article:hover {
  z-index: 2;
  background: #f5faff;
  transform: translateY(-4px);
}

.pillar-number {
  position: absolute;
  top: 21px;
  right: 21px;
  color: #a8b8c6;
  font-size: 10px;
  font-weight: 800;
}

.pillar-icon {
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  color: #ffffff;
  background:
    linear-gradient(
      135deg,
      #003d6c,
      #078fca
    );
  border-radius: 13px;
  box-shadow:
    0 12px 28px rgba(0, 101, 163, 0.22);
}

.executive-pillars article:nth-child(2) .pillar-icon {
  background:
    linear-gradient(
      135deg,
      #ff5f00,
      #ff9348
    );
  box-shadow:
    0 12px 28px rgba(255, 102, 0, 0.22);
}

.pillar-icon svg {
  width: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.executive-pillars h3 {
  margin: 25px 0 10px;
  color: var(--corporate-navy);
  font-size: 16px;
}

.executive-pillars p {
  margin: 0;
  color: #607589;
  font-size: 11px;
  line-height: 1.72;
}

/* Seções e títulos */

.solutions-section {
  padding-top: 95px;
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f7faff 100%
    );
}

.section-heading {
  position: relative;
}

.section-heading.centered {
  max-width: 760px;
}

.home-label {
  padding: 7px 11px;
  color: var(--corporate-blue);
  background: rgba(0, 101, 163, 0.07);
  border: 1px solid rgba(0, 101, 163, 0.11);
  border-radius: 999px;
}

.home-label-light {
  color: #9de3ff;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.11);
}

.section-heading h2,
.sites-copy h2,
.ai-copy h2,
.about-copy h2,
.final-cta h2 {
  letter-spacing: -1.8px;
}

.solution-card {
  border:
    1px solid rgba(0, 35, 77, 0.1);
  border-radius: 21px;
  box-shadow:
    0 18px 50px rgba(0, 35, 77, 0.07);
}

.solution-card::after {
  position: absolute;
  right: 24px;
  bottom: 0;
  left: 24px;
  height: 3px;
  content: "";
  background:
    linear-gradient(
      90deg,
      transparent,
      var(--corporate-blue),
      transparent
    );
  opacity: 0;
  transition: opacity 0.25s ease;
}

.solution-card:hover::after {
  opacity: 1;
}

.solution-featured {
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(9, 148, 210, 0.44),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      #001b3b,
      #004d7a
    );
}

.solution-icon {
  background:
    linear-gradient(
      145deg,
      #edf8fd,
      #dff1fa
    );
}

.sites-showcase {
  background:
    radial-gradient(
      circle at 82% 45%,
      rgba(7, 148, 210, 0.42),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      #00152f 0%,
      #003a66 58%,
      #005c88 100%
    );
}

.model-preview {
  border-color: rgba(255, 255, 255, 0.17);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.29);
}

.models-total {
  background:
    linear-gradient(
      135deg,
      #ff5f00,
      #ff954d
    );
}

.ai-section {
  background:
    radial-gradient(
      circle at 8% 15%,
      rgba(0, 101, 163, 0.08),
      transparent 25%
    ),
    #f4f8fc;
}

.automation-flow {
  border-radius: 24px;
  box-shadow: var(--corporate-shadow);
}

.flow-step-highlight {
  background:
    linear-gradient(
      135deg,
      #001f43,
      #0074ad
    );
}

.benefits-grid {
  gap: 14px;
  border: 0;
}

.benefits-grid article {
  min-height: 250px;
  background: #ffffff;
  border:
    1px solid rgba(0, 35, 77, 0.1);
  border-radius: 17px;
}

.benefits-grid article:hover {
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #f2f8fc
    );
  box-shadow:
    0 20px 50px rgba(0, 35, 77, 0.09);
  transform: translateY(-5px);
}

.projects-section {
  background:
    linear-gradient(
      180deg,
      #f5f8fc,
      #edf4f9
    );
}

.testimonial-card {
  border-radius: 21px;
}

.testimonial-featured {
  background:
    radial-gradient(
      circle at 90% 5%,
      rgba(7, 148, 210, 0.4),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      #001b3b,
      #00517d
    );
}

.about-brand {
  background:
    radial-gradient(
      circle at 70% 25%,
      #0995cf,
      transparent 34%
    ),
    linear-gradient(
      145deg,
      #001b3b,
      #004c78
    );
}

.final-cta {
  background:
    radial-gradient(
      circle at 85% 35%,
      rgba(8, 152, 211, 0.56),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #00142d,
      #004b78
    );
}

.home-footer {
  background:
    linear-gradient(
      150deg,
      #001226,
      #002443
    );
}

/* Organização mobile e tablet */

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns:
      minmax(0, 0.92fr)
      minmax(420px, 1.08fr);
    gap: 42px;
  }

  .hero-copy h1 {
    font-size: 54px;
    letter-spacing: -2.4px;
  }

  .executive-shell {
    grid-template-columns: 0.75fr 1.25fr;
  }

  .executive-intro {
    padding: 38px 30px;
  }

  .executive-pillars article {
    padding-inline: 18px;
  }
}

@media (max-width: 860px) {
  .home-hero {
    min-height: auto;
    padding-top: 132px;
    padding-bottom: 80px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .hero-copy {
    max-width: 700px;
  }

  .hero-copy h1 {
    max-width: 680px;
    font-size: 55px;
  }

  .hero-visual {
    width: min(100%, 680px);
    min-height: 440px;
    margin-inline: auto;
  }

  .executive-overview {
    margin-top: -32px;
  }

  .executive-shell {
    grid-template-columns: 1fr;
  }

  .executive-intro {
    padding: 38px 34px;
  }

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

  .executive-pillars article {
    min-height: 250px;
  }
}

@media (max-width: 680px) {
  .home-hero {
    padding-top: 115px;
    padding-bottom: 60px;
  }

  .hero-copy h1 {
    margin-top: 22px;
    font-size: 40px;
    line-height: 1.08;
    letter-spacing: -1.9px;
  }

  .hero-copy > p {
    font-size: 14px;
    line-height: 1.75;
  }

  .hero-points {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero-points span {
    width: fit-content;
  }

  .hero-visual {
    min-height: 345px;
  }

  .floating-online {
    display: none;
  }

  .floating-message {
    right: 0;
    max-width: 205px;
  }

  .hero-strip {
    grid-template-columns: 1fr 1fr;
  }

  .hero-strip span {
    min-height: 54px;
  }

  .executive-overview {
    margin-top: -22px;
  }

  .executive-shell {
    border-radius: 19px;
  }

  .executive-intro {
    padding: 31px 24px;
  }

  .executive-intro h2 {
    font-size: 25px;
  }

  .executive-pillars {
    grid-template-columns: 1fr;
  }

  .executive-pillars article {
    min-height: auto;
    padding: 28px 24px;
    border-right: 0;
    border-bottom:
      1px solid rgba(0, 35, 77, 0.09);
  }

  .executive-pillars article:last-child {
    border-bottom: 0;
  }

  .executive-pillars h3 {
    margin-top: 19px;
  }

  .solutions-section {
    padding-top: 72px;
  }

  .section-heading h2,
  .sites-copy h2,
  .ai-copy h2,
  .about-copy h2,
  .final-cta h2 {
    font-size: 31px;
    letter-spacing: -1.1px;
  }

  .solution-card,
  .testimonial-card,
  .automation-flow {
    border-radius: 17px;
  }

  .benefits-grid {
    gap: 11px;
  }

  .benefits-grid article {
    min-height: auto;
  }

  .home-button {
    min-height: 52px;
  }
}

@media (max-width: 390px) {
  .hero-copy h1 {
    font-size: 35px;
  }

  .home-kicker {
    font-size: 9px;
    letter-spacing: 1px;
  }

  .hero-strip {
    grid-template-columns: 1fr;
  }

  .hero-strip span {
    min-height: 48px;
    border-right: 0;
  }
}

/* AVANTHY CORPORATE PREMIUM — FIM */

/* AVANTHY HOME DIREÇÃO VISUAL V3 — INÍCIO */

:root {
  --v3-navy: #00234d;
  --v3-navy-deep: #00152f;
  --v3-blue: #0065a3;
  --v3-blue-light: #0b95d0;
  --v3-orange: #ff6600;
  --v3-orange-light: #ff994f;
  --v3-surface: #f4f8fc;
  --v3-line: rgba(0, 35, 77, 0.11);
  --v3-shadow: 0 24px 65px rgba(0, 35, 77, 0.11);
  --v3-blue-gradient:
    linear-gradient(135deg, #00234d 0%, #0078b2 100%);
  --v3-orange-gradient:
    linear-gradient(135deg, #ff5f00 0%, #ff994f 100%);
}

/* =========================================================
   HERO — MENOR, MAIS CLARO E MENOS PESADO
   ========================================================= */

.home-hero {
  min-height: 830px;
  padding: 145px 0 58px;
  background:
    radial-gradient(
      circle at 82% 24%,
      rgba(10, 155, 213, 0.3),
      transparent 30%
    ),
    linear-gradient(
      130deg,
      #00152e 0%,
      #002b53 52%,
      #005b86 100%
    );
}

.hero-grid {
  grid-template-columns:
    minmax(0, 0.96fr)
    minmax(470px, 1.04fr);
  gap: 62px;
}

.hero-copy h1 {
  max-width: 610px;
  margin-top: 24px;
  font-size: clamp(46px, 4.4vw, 59px);
  font-weight: 600;
  line-height: 1.09;
  letter-spacing: -2.3px;
}

.hero-copy > p {
  max-width: 590px;
  font-size: 15px;
  line-height: 1.78;
}

.hero-visual {
  min-height: 450px;
}

.browser-card {
  border-radius: 17px;
  transform: rotate(-1.2deg);
}

.hero-strip {
  margin-top: 40px;
}

/* Elemento diagonal inspirado na linguagem da referência */

.home-hero::after {
  position: absolute;
  z-index: 1;
  right: -4%;
  bottom: 13px;
  width: 34%;
  height: 8px;
  content: "";
  background: var(--v3-orange-gradient);
  border-radius: 999px;
  transform: rotate(-3deg);
}

/* =========================================================
   VISÃO EXECUTIVA — NÃO FICA MAIS SOBRE O HERO
   ========================================================= */

.executive-overview {
  margin-top: 0;
  padding: 72px 0 40px;
  background:
    linear-gradient(
      180deg,
      #f3f8fc 0%,
      #ffffff 100%
    );
}

.executive-shell {
  border-radius: 22px;
  box-shadow: var(--v3-shadow);
}

/* =========================================================
   DIVISORES VISUAIS ENTRE SEÇÕES
   ========================================================= */

.solutions-section,
.benefits-section,
.process-section {
  overflow: hidden;
}

.solutions-section::before,
.benefits-section::before,
.process-section::before {
  position: absolute;
  top: 0;
  left: -4%;
  width: 31%;
  height: 8px;
  content: "";
  background: var(--v3-blue-gradient);
  border-radius: 999px;
  transform: rotate(-2deg);
}

.benefits-section::before {
  width: 21%;
  background: var(--v3-orange-gradient);
}

.process-section::before {
  width: 37%;
  background:
    linear-gradient(
      90deg,
      #0065a3,
      #ff6600
    );
}

/* Títulos internos equilibrados */

.section-heading h2,
.sites-copy h2,
.ai-copy h2,
.about-copy h2,
.final-cta h2 {
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -1.5px;
}

/* =========================================================
   SOLUÇÕES — BOTÕES E CARDS MAIS DEFINIDOS
   ========================================================= */

.solution-card {
  border-radius: 19px;
}

.solution-card > a {
  display: flex;
  min-height: 43px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  color: #ffffff;
  background:
    linear-gradient(
      135deg,
      #004a7c,
      #0a91ca
    );
  border-radius: 10px;
  box-shadow:
    0 12px 25px rgba(0, 101, 163, 0.2);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.solution-card > a:hover {
  color: #ffffff;
  box-shadow:
    0 17px 33px rgba(0, 101, 163, 0.28);
  transform: translateY(-2px);
}

.solution-featured > a {
  color: #ffffff;
  background: var(--v3-orange-gradient);
  box-shadow:
    0 12px 27px rgba(255, 102, 0, 0.25);
}

/* =========================================================
   AVANTHY SITES — GRADE LIMPA COM IMAGENS REAIS
   ========================================================= */

.sites-grid {
  grid-template-columns: 0.88fr 1.12fr;
  gap: 64px;
}

.sites-models {
  display: grid;
  min-height: 0;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 14px;
}

.model-preview,
.model-one,
.model-two,
.model-three {
  position: relative;
  inset: auto;
  width: auto;
  height: 350px;
  padding: 20px;
  border:
    1px solid rgba(255, 255, 255, 0.25);
  border-radius: 15px;
  box-shadow:
    0 26px 60px rgba(0, 12, 30, 0.28);
  transform: none;
}

.model-preview:hover {
  z-index: 3;
  box-shadow:
    0 34px 72px rgba(0, 12, 30, 0.38);
  transform: translateY(-7px);
}

.model-one {
  --preview-background:
    url("https://demo.avanthy.com.br/modelos/restaurante/preview.jpg")
    center top / cover no-repeat;
}

.model-two {
  --preview-background:
    url("https://demo.avanthy.com.br/modelos/prime-clima/preview.jpg")
    center top / cover no-repeat;
}

.model-three {
  --preview-background:
    url("https://demo.avanthy.com.br/modelos/tech/preview.jpg")
    center top / cover no-repeat;
}

.model-preview::before {
  background:
    linear-gradient(
      to top,
      rgba(0, 21, 47, 0.96) 0%,
      rgba(0, 21, 47, 0.08) 66%
    ),
    var(--preview-background);
}

.model-preview strong {
  font-size: 17px;
}

.models-total {
  position: relative;
  right: auto;
  bottom: auto;
  display: flex;
  width: auto;
  height: 48px;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  background: var(--v3-orange-gradient);
  border: 0;
  border-radius: 11px;
  box-shadow:
    0 15px 30px rgba(255, 102, 0, 0.23);
}

.models-total strong {
  font-size: 19px;
}

.models-total span {
  width: auto;
  margin: 0;
  font-size: 8px;
}

/* =========================================================
   BENEFÍCIOS — NÚMEROS COMO ÍCONES DISCRETOS
   ========================================================= */

.benefits-grid {
  gap: 14px;
  border: 0;
}

.benefits-grid article {
  position: relative;
  min-height: 250px;
  padding: 25px 23px;
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #f9fcfe
    );
  border: 1px solid var(--v3-line);
  border-radius: 17px;
  box-shadow:
    0 16px 42px rgba(0, 35, 77, 0.06);
}

.benefits-grid article > span {
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  padding: 0;
  color: #0065a3;
  background:
    linear-gradient(
      145deg,
      #eaf6fc,
      #ffffff
    );
  border: 1px solid rgba(0, 101, 163, 0.15);
  border-radius: 12px;
  box-shadow:
    0 10px 24px rgba(0, 101, 163, 0.09);
  font-size: 11px;
  font-weight: 800;
}

.benefits-grid article:nth-child(even) > span {
  color: #ff6600;
  background:
    linear-gradient(
      145deg,
      #fff0e5,
      #ffffff
    );
  border-color: rgba(255, 102, 0, 0.17);
}

.benefits-grid h3 {
  margin: 27px 0 11px;
}

/* =========================================================
   EXPERIÊNCIA E CONFIANÇA — IDENTIDADE PRÓPRIA
   ========================================================= */

.projects-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      #edf4f9 0%,
      #f8fbfd 100%
    );
}

.projects-section::before {
  position: absolute;
  top: -125px;
  right: -50px;
  width: 390px;
  height: 390px;
  content: "“";
  color: rgba(0, 101, 163, 0.05);
  font-size: 430px;
  font-weight: 800;
  line-height: 1;
}

.projects-section::after {
  position: absolute;
  bottom: 33px;
  left: -3%;
  width: 27%;
  height: 8px;
  content: "";
  background: var(--v3-orange-gradient);
  border-radius: 999px;
  transform: rotate(2deg);
}

.projects-section .home-container {
  position: relative;
  z-index: 2;
}

.testimonial-card {
  border-radius: 19px;
}

.testimonial-featured {
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(10, 153, 210, 0.4),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      #001a39,
      #00517d
    );
}

/* =========================================================
   PROCESSO — CARDS ACABADOS E CONECTADOS
   ========================================================= */

.process-section {
  background:
    linear-gradient(
      180deg,
      #ffffff,
      #f5f9fc
    );
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

.process-grid::before {
  position: absolute;
  top: 24px;
  right: 9%;
  left: 9%;
  height: 2px;
  content: "";
  background:
    linear-gradient(
      90deg,
      #ff6600,
      #0065a3,
      #ff6600
    );
  opacity: 0.28;
}

.process-grid article {
  position: relative;
  z-index: 2;
  min-height: 285px;
  padding: 78px 23px 24px;
  overflow: visible;
  background: #ffffff;
  border: 1px solid var(--v3-line);
  border-radius: 18px;
  box-shadow:
    0 18px 45px rgba(0, 35, 77, 0.07);
}

.process-grid article:not(:last-child)::after {
  display: none;
}

.process-grid article > span {
  position: absolute;
  top: -4px;
  left: 50%;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: #ffffff;
  background: var(--v3-orange-gradient);
  border: 7px solid #ffffff;
  border-radius: 50%;
  box-shadow:
    0 11px 25px rgba(255, 102, 0, 0.2);
  font-size: 9px;
  transform: translateX(-50%);
}

.process-grid article:nth-child(even) > span {
  background: var(--v3-blue-gradient);
  box-shadow:
    0 11px 25px rgba(0, 101, 163, 0.2);
}

.process-grid h3 {
  margin: 0 0 11px;
  font-size: 17px;
}

.process-grid p {
  font-size: 11px;
  line-height: 1.72;
}

/* =========================================================
   SOBRE — REMOVE O CARD COM A LETRA A
   ========================================================= */

.about-grid {
  grid-template-columns: 1fr;
  max-width: 1100px;
}

.about-brand {
  display: none;
}

.about-copy {
  position: relative;
  padding: 58px 60px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 87% 18%,
      rgba(11, 157, 215, 0.45),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #00172f,
      #004f7c
    );
  border-radius: 25px;
  box-shadow: var(--v3-shadow);
}

.about-copy::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 32%;
  height: 8px;
  content: "";
  background: var(--v3-orange-gradient);
  border-radius: 0 0 0 8px;
}

.about-copy::after {
  position: absolute;
  right: -95px;
  bottom: -125px;
  width: 290px;
  height: 290px;
  content: "";
  border:
    1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 55px rgba(255, 255, 255, 0.025),
    0 0 0 110px rgba(255, 255, 255, 0.018);
}

.about-copy .home-label {
  position: relative;
  z-index: 2;
  color: #93ddfa;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.12);
}

.about-copy h2 {
  position: relative;
  z-index: 2;
  max-width: 720px;
  color: #ffffff;
}

.about-copy p {
  position: relative;
  z-index: 2;
  max-width: 800px;
  color: rgba(222, 237, 247, 0.84);
}

.about-copy .text-link {
  position: relative;
  z-index: 2;
  min-height: 45px;
  align-items: center;
  padding: 10px 15px;
  color: #ffffff;
  background: var(--v3-orange-gradient);
  border-radius: 10px;
}

/* =========================================================
   TABLET E MOBILE
   ========================================================= */

@media (max-width: 1050px) {
  .hero-grid {
    grid-template-columns:
      minmax(0, 0.95fr)
      minmax(410px, 1.05fr);
    gap: 38px;
  }

  .hero-copy h1 {
    font-size: 51px;
  }

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

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

  .process-grid::before {
    display: none;
  }
}

@media (max-width: 680px) {
  .home-hero {
    min-height: auto;
    padding: 112px 0 52px;
  }

  .hero-copy h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -1.5px;
  }

  .hero-copy > p {
    font-size: 14px;
  }

  .hero-visual {
    min-height: 330px;
  }

  .executive-overview {
    padding: 54px 0 28px;
  }

  .solution-card > a {
    min-height: 45px;
  }

  .sites-models {
    grid-template-columns: 1fr;
  }

  .model-preview,
  .model-one,
  .model-two,
  .model-three {
    width: 100%;
    height: 285px;
  }

  .models-total {
    grid-column: auto;
  }

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

  .process-grid article {
    min-height: auto;
    padding: 27px 21px 25px 78px;
  }

  .process-grid article > span {
    top: 25px;
    left: 18px;
    width: 48px;
    height: 48px;
    border-width: 6px;
    transform: none;
  }

  .about-copy {
    padding: 35px 25px;
    border-radius: 19px;
  }

  .about-copy h2 {
    font-size: 30px;
  }

  .about-copy .text-link {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}

/* AVANTHY HOME DIREÇÃO VISUAL V3 — FIM */


/* AVANTHY BENEFÍCIOS COMPACTO — INÍCIO */

.benefits-section {
  padding: 88px 0;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(0, 101, 163, 0.08),
      transparent 27%
    ),
    linear-gradient(
      145deg,
      #eef5fa,
      #f8fbfd
    );
}

.benefits-section .home-container {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  align-items: stretch;
  gap: 34px;
}

.benefits-section .section-heading {
  position: relative;
  display: flex;
  max-width: none;
  min-height: 100%;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  padding: 40px 36px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(11, 149, 208, 0.5),
      transparent 38%
    ),
    linear-gradient(
      140deg,
      #001a38,
      #00517d
    );
  border-radius: 21px;
  box-shadow:
    0 24px 58px rgba(0, 35, 77, 0.16);
}

.benefits-section .section-heading::after {
  position: absolute;
  right: -70px;
  bottom: -95px;
  width: 210px;
  height: 210px;
  content: "";
  border:
    1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 40px rgba(255, 255, 255, 0.025),
    0 0 0 80px rgba(255, 255, 255, 0.018);
}

.benefits-section .section-heading .home-label {
  position: relative;
  z-index: 2;
  width: fit-content;
  color: #9de3ff;
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.13);
}

.benefits-section .section-heading h2 {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  color: #ffffff;
  font-size: 37px;
  line-height: 1.17;
}

.benefits-section .section-heading p {
  position: relative;
  z-index: 2;
  color: rgba(222, 238, 248, 0.82);
  font-size: 13px;
  line-height: 1.75;
}

.benefits-section .benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 14px;
}

.benefits-section .benefits-grid article {
  min-height: 218px;
  padding: 23px 21px;
  background: #ffffff;
  border: 1px solid rgba(0, 35, 77, 0.1);
  border-radius: 16px;
  box-shadow:
    0 14px 36px rgba(0, 35, 77, 0.06);
}

.benefits-section .benefits-grid h3 {
  margin-top: 23px;
}

@media (max-width: 900px) {
  .benefits-section .home-container {
    grid-template-columns: 1fr;
  }

  .benefits-section .section-heading {
    min-height: 310px;
  }
}

@media (max-width: 600px) {
  .benefits-section {
    padding: 72px 0;
  }

  .benefits-section .section-heading {
    min-height: auto;
    padding: 32px 25px;
    border-radius: 18px;
  }

  .benefits-section .section-heading h2 {
    font-size: 30px;
  }

  .benefits-section .benefits-grid {
    grid-template-columns: 1fr;
  }

  .benefits-section .benefits-grid article {
    min-height: auto;
  }
}

/* AVANTHY BENEFÍCIOS COMPACTO — FIM */

/* AVANTHY REMOVE FAIXAS SOLTAS — INÍCIO */

/*
 * Remove as linhas inclinadas e faixas decorativas
 * que ficaram desconectadas das seções.
 */
.home-hero::after,
.solutions-section::before,
.benefits-section::before,
.process-section::before,
.projects-section::after {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  content: none !important;
}

/* Transição limpa após o Hero */
.home-hero {
  padding-bottom: 60px;
}

.executive-overview {
  margin-top: 0 !important;
  padding-top: 64px;
  border-top: 0;
}

/* Remove áreas exageradamente vazias entre seções */
.solutions-section,
.benefits-section,
.process-section {
  padding-top: 88px;
  padding-bottom: 88px;
}

/* Mantém a decoração somente dentro dos próprios cards */
.executive-intro::after,
.about-copy::after {
  pointer-events: none;
}

/* Sobre: remove também a barra laranja isolada no topo */
.about-copy::before {
  display: none !important;
  content: none !important;
}

/* Mobile */
@media (max-width: 680px) {
  .home-hero {
    padding-bottom: 50px;
  }

  .executive-overview {
    padding-top: 52px;
  }

  .solutions-section,
  .benefits-section,
  .process-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

/* AVANTHY REMOVE FAIXAS SOLTAS — FIM */

/* AVANTHY JOURNEY NOVA — INÍCIO */

.avt-journey {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 93% 8%,
      rgba(0, 101, 163, 0.08),
      transparent 25%
    ),
    linear-gradient(
      155deg,
      #f7fafe 0%,
      #edf4f9 100%
    );
}

.avt-journey-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: stretch;
  gap: 25px;
}

/* Painel institucional */

.avt-journey-intro {
  position: relative;
  display: flex;
  min-height: 560px;
  justify-content: center;
  flex-direction: column;
  padding: 48px 42px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 100% 0,
      rgba(12, 153, 211, 0.52),
      transparent 37%
    ),
    linear-gradient(
      145deg,
      #00162f 0%,
      #003e69 72%,
      #00618e 100%
    );
  border-radius: 24px;
  box-shadow:
    0 28px 70px rgba(0, 35, 77, 0.18);
}

.avt-journey-intro::after {
  position: absolute;
  right: -100px;
  bottom: -125px;
  width: 280px;
  height: 280px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  box-shadow:
    0 0 0 52px rgba(255, 255, 255, 0.025),
    0 0 0 104px rgba(255, 255, 255, 0.017);
}

.avt-journey-label {
  position: relative;
  z-index: 2;
  width: fit-content;
  padding: 8px 11px;
  color: #9be1fb;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.2px;
}

.avt-journey-intro h2 {
  position: relative;
  z-index: 2;
  margin: 22px 0 17px;
  color: #ffffff;
  font-size: 41px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -1.7px;
}

.avt-journey-intro h2 strong {
  display: block;
  color: transparent;
  background:
    linear-gradient(
      100deg,
      #ff6b08,
      #ffa564
    );
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 600;
}

.avt-journey-intro > p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(221, 237, 247, 0.83);
  font-size: 13px;
  line-height: 1.75;
}

.avt-journey-summary {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  color: rgba(232, 242, 249, 0.82);
  font-size: 9px;
  font-weight: 700;
}

.avt-journey-summary i {
  width: 5px;
  height: 5px;
  background: #ff751c;
  border-radius: 50%;
}

/* Etapas */

.avt-journey-steps {
  display: grid;
  gap: 12px;
}

.avt-journey-step {
  position: relative;
  display: grid;
  grid-template-columns: 45px 52px 1fr 36px;
  min-width: 0;
  align-items: center;
  gap: 17px;
  padding: 22px 23px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(0, 35, 77, 0.1);
  border-radius: 17px;
  box-shadow:
    0 13px 36px rgba(0, 35, 77, 0.06);
  transition:
    transform 0.35s cubic-bezier(.2, .8, .2, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.avt-journey-step:nth-child(1) {
  transition-delay: 0.04s;
}

.avt-journey-step:nth-child(2) {
  transition-delay: 0.11s;
}

.avt-journey-step:nth-child(3) {
  transition-delay: 0.18s;
}

.avt-journey-step:nth-child(4) {
  transition-delay: 0.25s;
}

.avt-journey-step::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  content: "";
  background:
    linear-gradient(
      to bottom,
      #0065a3,
      #0b95d0
    );
  transform: scaleY(0.34);
  transform-origin: top;
  transition: transform 0.35s ease;
}

.avt-journey-step:nth-child(odd)::before {
  background:
    linear-gradient(
      to bottom,
      #ff6600,
      #ff9a51
    );
}

.avt-journey-number {
  color: #a4b5c4;
  font-size: 10px;
  font-weight: 800;
}

.avt-journey-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: #0065a3;
  background:
    linear-gradient(
      145deg,
      #eaf6fc,
      #ffffff
    );
  border: 1px solid rgba(0, 101, 163, 0.14);
  border-radius: 14px;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.4s cubic-bezier(.2, .8, .2, 1);
}

.avt-journey-step:nth-child(odd)
.avt-journey-icon {
  color: #ff6600;
  background:
    linear-gradient(
      145deg,
      #fff0e5,
      #ffffff
    );
  border-color: rgba(255, 102, 0, 0.16);
}

.avt-journey-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.avt-journey-content small {
  display: block;
  color: #0065a3;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 1.1px;
}

.avt-journey-step:nth-child(odd)
.avt-journey-content small {
  color: #ff6600;
}

.avt-journey-content h3 {
  margin: 5px 0 7px;
  color: #00234d;
  font-size: 17px;
  font-weight: 700;
}

.avt-journey-content p {
  margin: 0;
  color: #627689;
  font-size: 10px;
  line-height: 1.65;
}

.avt-journey-arrow {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #0065a3;
  background: rgba(0, 101, 163, 0.07);
  border-radius: 9px;
  font-size: 15px;
  font-weight: 700;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.35s ease;
}

.avt-journey-step:nth-child(odd)
.avt-journey-arrow {
  color: #ff6600;
  background: rgba(255, 102, 0, 0.08);
}

/* Hover */

.avt-journey-step:hover {
  border-color: rgba(0, 101, 163, 0.2);
  box-shadow:
    0 22px 52px rgba(0, 35, 77, 0.12);
  transform: translateX(9px);
}

.avt-journey-step:nth-child(odd):hover {
  border-color: rgba(255, 102, 0, 0.2);
}

.avt-journey-step:hover::before {
  transform: scaleY(1);
}

.avt-journey-step:hover .avt-journey-icon {
  color: #ffffff;
  background:
    linear-gradient(
      135deg,
      #0065a3,
      #0b95d0
    );
  transform: rotate(6deg) scale(1.06);
}

.avt-journey-step:nth-child(odd):hover
.avt-journey-icon {
  background:
    linear-gradient(
      135deg,
      #ff5f00,
      #ff994f
    );
}

.avt-journey-step:hover .avt-journey-arrow {
  color: #ffffff;
  background: #0065a3;
  transform: translateX(4px);
}

.avt-journey-step:nth-child(odd):hover
.avt-journey-arrow {
  background: #ff6600;
}

/* Tablet */

@media (max-width: 920px) {
  .avt-journey-layout {
    grid-template-columns: 1fr;
  }

  .avt-journey-intro {
    min-height: 380px;
  }
}

/* Mobile */

@media (max-width: 600px) {
  .avt-journey {
    padding: 74px 0;
  }

  .avt-journey-intro {
    min-height: auto;
    padding: 34px 25px;
    border-radius: 19px;
  }

  .avt-journey-intro h2 {
    font-size: 31px;
    letter-spacing: -1.1px;
  }

  .avt-journey-step {
    grid-template-columns: 38px 44px 1fr;
    gap: 12px;
    padding: 19px 17px;
  }

  .avt-journey-icon {
    width: 44px;
    height: 44px;
  }

  .avt-journey-arrow {
    display: none;
  }

  .avt-journey-step:hover {
    transform: translateY(-4px);
  }

  .avt-journey-step:nth-child(1),
  .avt-journey-step:nth-child(2),
  .avt-journey-step:nth-child(3),
  .avt-journey-step:nth-child(4) {
    transition-delay: 0s;
  }
}

/* Acessibilidade */

@media (prefers-reduced-motion: reduce) {
  .avt-journey-step,
  .avt-journey-step::before,
  .avt-journey-icon,
  .avt-journey-arrow {
    animation: none !important;
    transition: none !important;
  }

  .avt-journey-step:hover {
    transform: none;
  }
}

/* AVANTHY JOURNEY NOVA — FIM */

/* AVANTHY HERO MOBILE DEFINITIVO — INÍCIO */
@media (max-width: 680px) {
  .home-hero {
    min-height: auto !important;
    padding: 108px 0 48px !important;
    overflow: hidden;
  }

  .home-hero .hero-orb {
    display: none !important;
  }

  .home-hero .hero-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 32px !important;
  }

  .home-hero .hero-copy {
    width: 100% !important;
    max-width: none !important;
    text-align: left;
  }

  .home-hero .hero-kicker {
    width: fit-content;
    max-width: 100%;
    margin-bottom: 16px;
    font-size: 11px;
    line-height: 1.3;
  }

  .home-hero h1 {
    max-width: 100% !important;
    margin: 0 !important;
    font-size: clamp(34px, 9.2vw, 42px) !important;
    font-weight: 700 !important;
    line-height: 1.04 !important;
    letter-spacing: -0.045em !important;
    overflow-wrap: normal;
    word-break: normal;
  }

  .home-hero h1 span {
    display: block;
    margin-top: 5px;
  }

  .home-hero .hero-description {
    max-width: 100% !important;
    margin: 20px 0 0 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .home-hero .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100%;
    margin-top: 25px !important;
  }

  .home-hero .hero-actions .btn,
  .home-hero .hero-actions a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    min-height: 54px;
    margin: 0 !important;
    text-align: center;
  }

  .home-hero .hero-points {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100%;
    margin-top: 22px !important;
  }

  .home-hero .hero-points > * {
    width: 100%;
    margin: 0 !important;
  }

  .home-hero .hero-visual {
    position: relative !important;
    width: 100% !important;
    min-height: 270px !important;
    height: auto !important;
    margin: 0 !important;
    transform: none !important;
  }

  .home-hero .visual-glow,
  .home-hero .floating-online,
  .home-hero .floating-message {
    display: none !important;
  }

  .home-hero .browser-card {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    transform: none !important;
  }

  .home-hero .browser-content {
    min-height: 220px !important;
  }

  .home-hero .mock-sidebar {
    width: 23% !important;
    min-width: 58px;
  }

  .home-hero .mock-main {
    width: 77% !important;
    padding: 14px !important;
  }

  .home-hero .mock-metrics {
    gap: 7px !important;
  }

  .home-hero .mock-chart {
    min-height: 76px !important;
  }

  .home-hero .hero-strip {
    position: relative !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    margin: 28px 0 0 !important;
    border-radius: 18px !important;
    overflow: hidden;
    transform: none !important;
  }

  .home-hero .hero-strip > * {
    min-height: 66px;
    padding: 14px 10px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.12);
    text-align: center;
  }

  .home-hero .hero-strip > *:nth-child(odd) {
    border-right: 1px solid rgba(255,255,255,.12) !important;
  }

  .home-hero .hero-strip > *:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .executive-overview,
  .home-why,
  .home-solutions {
    margin-top: 0 !important;
  }
}

@media (max-width: 400px) {
  .home-hero {
    padding-top: 102px !important;
    padding-bottom: 42px !important;
  }

  .home-hero h1 {
    font-size: 32px !important;
  }

  .home-hero .hero-visual {
    min-height: 245px !important;
  }

  .home-hero .browser-content {
    min-height: 195px !important;
  }

  .home-hero .hero-strip {
    grid-template-columns: 1fr !important;
  }

  .home-hero .hero-strip > * {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.12) !important;
  }

  .home-hero .hero-strip > *:last-child {
    border-bottom: 0 !important;
  }
}
/* AVANTHY HERO MOBILE DEFINITIVO — FIM */

/* AVANTHY HERO MOBILE ESPAÇAMENTOS — INÍCIO */
@media (max-width: 680px) {
  /* Espaço entre texto e mockup */
  .home-hero .hero-grid {
    gap: 30px !important;
  }

  /* Selo e título */
  .home-hero .home-kicker {
    margin-bottom: 14px !important;
  }

  .home-hero h1 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Título e descrição */
  .home-hero .hero-copy > p {
    margin-top: 18px !important;
    margin-bottom: 0 !important;
  }

  /* Descrição e botões */
  .home-hero .home-actions {
    margin-top: 22px !important;
    margin-bottom: 0 !important;
    gap: 11px !important;
  }

  /* Botões e benefícios */
  .home-hero .hero-points {
    margin-top: 18px !important;
    margin-bottom: 0 !important;
    gap: 8px !important;
  }

  .home-hero .hero-points > * {
    margin: 0 !important;
  }

  /* Mockup */
  .home-hero .hero-visual {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Mockup e faixa inferior */
  .home-hero .hero-strip {
    margin-top: 24px !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 390px) {
  .home-hero .hero-grid {
    gap: 25px !important;
  }

  .home-hero .home-kicker {
    margin-bottom: 12px !important;
  }

  .home-hero .hero-copy > p {
    margin-top: 15px !important;
  }

  .home-hero .home-actions {
    margin-top: 19px !important;
    gap: 10px !important;
  }

  .home-hero .hero-points {
    margin-top: 16px !important;
  }

  .home-hero .hero-strip {
    margin-top: 21px !important;
  }
}
/* AVANTHY HERO MOBILE ESPAÇAMENTOS — FIM */

/* AVANTHY HERO STRIP MARGEM MOBILE — INÍCIO */
@media (max-width: 680px) {
  .home-hero .hero-strip {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }
}
/* AVANTHY HERO STRIP MARGEM MOBILE — FIM */



/* AWA CARDS MODELOS MOBILE */
@media(max-width:680px){
  .sites-models{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:15px!important;
    min-height:0!important;
  }

  .model-preview,
  .model-one,
  .model-two,
  .model-three{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:16/9!important;
    padding:18px!important;
    border:1px solid rgba(255,255,255,.24)!important;
    border-radius:18px!important;
    box-shadow:0 16px 35px rgba(0,20,45,.22)!important;
  }

  .model-preview::before{
    background:
      linear-gradient(
        to top,
        rgba(0,20,45,.95) 0%,
        rgba(0,20,45,.45) 38%,
        rgba(0,20,45,.05) 72%
      ),
      var(--preview-background)!important;
  }

  .model-preview span{
    font-size:.62rem!important;
    letter-spacing:.12em!important;
  }

  .model-preview strong{
    margin-top:4px!important;
    font-size:1.25rem!important;
  }

  .model-preview small{
    margin-top:7px!important;
    font-size:.72rem!important;
  }

  .models-total{
    height:44px!important;
    margin-top:2px!important;
    border-radius:12px!important;
  }
}
/* FIM AWA CARDS MODELOS MOBILE */


/* AWA LEGENDA CARDS MOBILE */
@media(max-width:680px){
  .model-preview::before{
    background:
      linear-gradient(
        rgba(0,20,45,.08),
        rgba(0,20,45,.18)
      ),
      var(--preview-background)!important;
  }

  .model-preview::after{
    position:absolute;
    right:0;
    bottom:0;
    left:0;
    z-index:1;
    height:40%;
    content:"";
    background:
      linear-gradient(
        180deg,
        rgba(0,31,61,.88),
        #001a36
      );
    border-top:1px solid rgba(255,255,255,.12);
    backdrop-filter:blur(3px);
  }

  .model-preview > *{
    z-index:2!important;
    text-shadow:none!important;
  }

  .model-preview span{
    color:#91d9f5!important;
  }

  .model-preview strong{
    color:#fff!important;
    font-size:1.16rem!important;
  }

  .model-preview small{
    color:#ff9450!important;
  }
}
/* FIM AWA LEGENDA CARDS MOBILE */








/* AWA CARDS NAVEGADOR */
.model-preview{
  border:1px solid rgba(255,255,255,.65)!important;
}

.model-preview::before{
  top:30px!important;
}

.model-browser-bar{
  position:absolute!important;
  top:0;
  right:0;
  left:0;
  z-index:4!important;
  display:flex!important;
  width:auto!important;
  height:30px;
  align-items:center;
  gap:10px;
  padding:0 10px!important;
  color:#506273!important;
  background:rgba(239,244,248,.97)!important;
  border-bottom:1px solid rgba(0,35,77,.12);
  font-size:8px!important;
  letter-spacing:0!important;
  text-transform:none!important;
}

.model-browser-dots{
  display:flex!important;
  width:auto!important;
  gap:4px;
}

.model-browser-dots i{
  display:block;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#ff6b57;
}

.model-browser-dots i:nth-child(2){background:#f4b942}
.model-browser-dots i:nth-child(3){background:#36b77b}

.model-browser-bar em{
  display:flex;
  min-width:0;
  height:18px;
  flex:1;
  align-items:center;
  padding:0 9px;
  overflow:hidden;
  color:#71808d;
  background:#fff;
  border:1px solid rgba(0,35,77,.1);
  border-radius:6px;
  font-size:7px;
  font-style:normal;
  white-space:nowrap;
}

@media(max-width:680px){
  .model-preview{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-rows:auto auto!important;
    align-content:end!important;
    height:auto!important;
    aspect-ratio:16/10!important;
    padding:14px 16px!important;
    column-gap:12px!important;
  }

  .model-preview::after{
    height:34%!important;
  }

  .model-preview .model-category{
    grid-column:1/-1;
    grid-row:1;
    font-size:.57rem!important;
  }

  .model-preview strong{
    grid-column:1;
    grid-row:2;
    margin:3px 0 0!important;
    font-size:1.08rem!important;
  }

  .model-preview small{
    grid-column:2;
    grid-row:2;
    align-self:center;
    margin:3px 0 0!important;
    font-size:.64rem!important;
    white-space:nowrap;
  }
}
/* FIM AWA CARDS NAVEGADOR */

/* AWA MOLDURA NAVEGADOR — INÍCIO */
.model-preview{
  border:1px solid rgba(235,243,249,.9)!important;
  box-shadow:0 18px 38px rgba(0,24,52,.22)!important;
}
.model-preview .model-browser-bar{
  display:none!important;
}
.model-preview .awa-browser-chrome{
  position:absolute!important;
  inset:0 0 auto 0!important;
  height:36px!important;
  z-index:40!important;
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:0 13px!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,#f7f9fb,#e5ebf0)!important;
  border-bottom:1px solid #cbd6df!important;
}
.awa-browser-chrome i{
  width:8px!important;
  height:8px!important;
  border-radius:50%!important;
  background:#ff6058!important;
}
.awa-browser-chrome i:nth-child(2){
  background:#ffbd2e!important;
}
.awa-browser-chrome i:nth-child(3){
  background:#28c840!important;
}
.awa-browser-chrome b{
  position:absolute!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  width:52%!important;
  height:21px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid #d6dee5!important;
  border-radius:7px!important;
  background:#fff!important;
  color:#778594!important;
  font-size:8px!important;
  font-weight:500!important;
  letter-spacing:.02em!important;
}
@media(max-width:768px){
  .model-preview .awa-browser-chrome{
    height:32px!important;
    padding:0 11px!important;
  }
  .awa-browser-chrome b{
    width:56%!important;
    height:19px!important;
    font-size:7px!important;
  }
}
/* AWA MOLDURA NAVEGADOR — FIM */

/* AWA PAGAMENTO SEGURO — INÍCIO */
.sites-payment-box{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:15px;
  margin:20px 0 4px;
  padding:13px 14px;
  background:linear-gradient(
    135deg,
    rgba(255,255,255,.11),
    rgba(255,255,255,.045)
  );
  border:1px solid rgba(255,255,255,.16);
  border-radius:15px;
  box-shadow:inset 0 1px rgba(255,255,255,.07);
}

.sites-payment-safe{
  display:flex;
  align-items:center;
  gap:9px;
  padding-right:14px;
  border-right:1px solid rgba(255,255,255,.14);
}

.sites-payment-safe svg{
  width:30px;
  height:30px;
  padding:6px;
  flex:none;
  color:#fff;
  background:linear-gradient(135deg,#ff6600,#ff9147);
  border-radius:9px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.sites-payment-safe strong,
.sites-payment-safe small{
  display:block;
  white-space:nowrap;
}

.sites-payment-safe strong{
  color:#fff;
  font-size:11px;
}

.sites-payment-safe small{
  margin-top:2px;
  color:#9fbed3;
  font-size:8px;
}

.sites-payment-methods{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:6px;
}

.payment-method{
  display:flex;
  min-height:34px;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:0 7px;
  color:#eaf5fc;
  background:rgba(0,24,52,.28);
  border:1px solid rgba(255,255,255,.13);
  border-radius:9px;
  font-size:9px;
  font-weight:600;
  white-space:nowrap;
}

.payment-pix{
  position:relative;
  width:12px;
  height:12px;
  border:2px solid #32d6b0;
  border-radius:3px;
  transform:rotate(45deg);
}

.payment-pix::after{
  position:absolute;
  inset:2px;
  content:"";
  border:1px solid #32d6b0;
  border-radius:1px;
}

.payment-card{
  position:relative;
  width:15px;
  height:11px;
  background:#fff;
  border-radius:2px;
}

.payment-card::after{
  position:absolute;
  top:3px;
  right:0;
  left:0;
  height:2px;
  content:"";
  background:#0065a3;
}

.payment-mp{
  display:grid;
  width:18px;
  height:18px;
  place-items:center;
  color:#0065a3;
  background:#fff;
  border-radius:50%;
  font-size:6px;
  font-style:normal;
  font-weight:800;
}

.sites-copy .home-actions{
  margin-top:18px;
}

@media(max-width:768px){
  .sites-payment-box{
    grid-template-columns:1fr;
    gap:11px;
    margin-top:20px;
    padding:13px;
  }

  .sites-payment-safe{
    padding:0 0 11px;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.14);
  }

  .sites-payment-safe small{
    font-size:9px;
  }

  .payment-method{
    min-height:36px;
    padding:0 5px;
    font-size:8.5px;
  }
}
/* AWA PAGAMENTO SEGURO — FIM */


/* AWA REFINAMENTO DESKTOP 2026 — INÍCIO */

/* TÍTULO DA HERO */
@media(min-width:1025px){
  .awa-hero-shell{
    grid-template-columns:
      minmax(0,1fr)
      minmax(550px,1.04fr)!important;
    gap:52px!important;
  }

  .awa-hero-copy h1{
    max-width:630px!important;
    margin:20px 0 22px!important;
    font-size:clamp(3.15rem,4.1vw,3.75rem)!important;
    line-height:1.075!important;
    letter-spacing:-.043em!important;
    text-wrap:balance;
  }

  .awa-v4-stage{
    width:100%!important;
  }
}

/* QUATRO SOLUÇÕES */
@media(min-width:1100px){
  .solutions-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    align-items:stretch!important;
    gap:18px!important;
  }

  .solution-card{
    min-width:0!important;
    padding:29px 25px!important;
  }

  .solution-card h3{
    font-size:1.12rem!important;
  }

  .solution-card p{
    font-size:.83rem!important;
    line-height:1.7!important;
  }
}

/* PAGAMENTO SEGURO */
.sites-payment-box{
  display:flex!important;
  width:100%!important;
  max-width:570px!important;
  align-items:center!important;
  gap:16px!important;
  margin:23px 0 4px!important;
  padding:12px!important;
  background:rgba(255,255,255,.07)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:16px!important;
}

.sites-payment-safe{
  display:flex!important;
  min-width:185px!important;
  align-items:center!important;
  gap:10px!important;
  padding-right:15px!important;
  border-right:1px solid rgba(255,255,255,.15)!important;
}

.payment-safe-icon{
  display:grid!important;
  width:38px!important;
  height:38px!important;
  flex:none!important;
  place-items:center!important;
  color:#fff!important;
  background:linear-gradient(135deg,#ff6600,#ff9147)!important;
  border-radius:11px!important;
}

.payment-safe-icon svg{
  width:21px!important;
  height:21px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

.sites-payment-safe strong{
  display:block!important;
  color:#fff!important;
  font-size:.69rem!important;
  font-weight:600!important;
}

.sites-payment-safe small{
  display:block!important;
  margin-top:2px!important;
  color:rgba(223,239,249,.63)!important;
  font-size:.52rem!important;
  white-space:nowrap!important;
}

.sites-payment-methods{
  display:grid!important;
  min-width:0!important;
  flex:1!important;
  grid-template-columns:.72fr .9fr 1.45fr!important;
  gap:7px!important;
}

.payment-method{
  display:flex!important;
  min-width:0!important;
  height:38px!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  padding:0 8px!important;
  color:#eaf7ff!important;
  background:rgba(0,27,57,.38)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:10px!important;
  font-size:.58rem!important;
  font-weight:600!important;
  white-space:nowrap!important;
}

.payment-method svg{
  width:16px!important;
  height:16px!important;
  flex:none!important;
  fill:none!important;
  stroke:#55d7c0!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

.payment-pix,
.payment-card,
.payment-mp{
  display:none!important;
}

/* MODELOS EM FORMATO DE NAVEGADOR NO DESKTOP */
@media(min-width:1025px){
  .sites-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:52px!important;
  }

  .sites-copy{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(430px,.9fr)!important;
    column-gap:70px!important;
    max-width:none!important;
  }

  .sites-copy > .home-label,
  .sites-copy > h2,
  .sites-copy > p,
  .sites-copy > .sites-list{
    grid-column:1!important;
  }

  .sites-copy > .sites-price,
  .sites-copy > .sites-payment-box,
  .sites-copy > .home-actions{
    grid-column:2!important;
  }

  .sites-copy > .sites-price{
    grid-row:2!important;
    align-self:end!important;
    margin-top:0!important;
  }

  .sites-copy > .sites-payment-box{
    grid-row:3!important;
    align-self:start!important;
  }

  .sites-copy > .home-actions{
    grid-row:4!important;
    align-self:start!important;
  }

  .sites-models{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:20px!important;
    min-height:0!important;
  }

  .model-preview{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:16/9!important;
    padding:18px 20px!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }

  .model-preview::before{
    top:32px!important;
  }

  .model-preview::after{
    height:37%!important;
  }

  .model-preview .model-category{
    font-size:.58rem!important;
  }

  .model-preview strong{
    margin-top:4px!important;
    font-size:1.15rem!important;
  }

  .model-preview small{
    margin-top:5px!important;
    font-size:.63rem!important;
  }

  .models-total{
    grid-column:1/-1!important;
    width:100%!important;
    height:50px!important;
    margin:0!important;
    border-radius:13px!important;
  }
}

/* IA E AUTOMAÇÃO */
@media(min-width:1025px){
  .ai-grid{
    grid-template-columns:
      minmax(0,.96fr)
      minmax(550px,1.04fr)!important;
    gap:70px!important;
    align-items:center!important;
  }

  .ai-copy{
    max-width:560px!important;
  }

  .ai-copy .home-label{
    margin-bottom:17px!important;
  }

  .ai-copy h2{
    max-width:550px!important;
    margin:0 0 20px!important;
    font-size:2.7rem!important;
    line-height:1.12!important;
    letter-spacing:-.035em!important;
    text-wrap:balance!important;
  }

  .ai-copy > p{
    max-width:530px!important;
    margin-bottom:24px!important;
  }

  .avt-ai-capabilities{
    gap:10px!important;
    margin-top:24px!important;
  }
}

/* MOBILE PRESERVADO */
@media(max-width:768px){
  .sites-payment-box{
    display:grid!important;
    grid-template-columns:1fr!important;
  }

  .sites-payment-safe{
    min-width:0!important;
    padding:0 0 11px!important;
    border-right:0!important;
    border-bottom:1px solid rgba(255,255,255,.14)!important;
  }

  .sites-payment-methods{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  .payment-method{
    padding:0 5px!important;
    font-size:.54rem!important;
  }
}

/* AWA REFINAMENTO DESKTOP 2026 — FIM */


/* AWA ORGANIZAÇÃO SEÇÕES — INÍCIO */

/* QUATRO CARDS DE SOLUÇÕES */
.solutions-grid > .solution-card{
  height:100%;
}

.solution-platform{
  width:auto!important;
  max-width:none!important;
  grid-column:auto!important;
  margin:0!important;
}

.solution-platform .solution-icon{
  color:#0065a3;
  background:rgba(0,101,163,.1);
}

@media(min-width:1100px){
  .solutions-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    align-items:stretch!important;
    gap:18px!important;
  }

  .solutions-grid .solution-card{
    display:flex!important;
    min-width:0!important;
    min-height:385px!important;
    flex-direction:column!important;
    padding:29px 24px!important;
  }

  .solutions-grid .solution-card h3{
    min-height:52px!important;
    margin-bottom:13px!important;
    font-size:1.08rem!important;
    line-height:1.45!important;
  }

  .solutions-grid .solution-card p{
    margin-bottom:25px!important;
  }

  .solutions-grid .solution-card > a{
    margin-top:auto!important;
  }
}

/* AÇÃO PRINCIPAL DOS MODELOS */
.models-total{
  display:none!important;
}

.models-main-action{
  display:flex;
  grid-column:1/-1!important;
  width:100%;
  align-items:center;
  justify-content:center;
  margin-top:5px;
}

.models-view-all{
  display:flex;
  min-width:245px;
  min-height:52px;
  align-items:center;
  justify-content:center;
  gap:11px;
  padding:0 25px;
  color:#fff;
  background:linear-gradient(135deg,#ff6600,#ff8d3b);
  border:1px solid rgba(255,255,255,.22);
  border-radius:14px;
  box-shadow:0 14px 30px rgba(255,102,0,.2);
  font-size:.76rem;
  font-weight:700;
  text-decoration:none;
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    background .2s ease;
}

.models-view-all svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .2s ease;
}

.models-view-all:hover{
  transform:translateY(-2px);
  background:linear-gradient(135deg,#ff7417,#ff9951);
  box-shadow:0 18px 35px rgba(255,102,0,.27);
}

.models-view-all:hover svg{
  transform:translateX(3px);
}

/* Corrige o espaço deixado pelo botão removido */
.sites-copy .home-actions{
  justify-content:flex-start;
}

.sites-copy .home-actions:empty{
  display:none!important;
}

@media(min-width:1025px){
  .sites-models{
    align-items:stretch!important;
  }

  .models-main-action{
    margin-top:8px!important;
  }
}

@media(max-width:768px){
  .models-main-action{
    margin-top:2px;
  }

  .models-view-all{
    width:100%;
    min-width:0;
    min-height:48px;
    border-radius:12px;
  }
}

/* EXPERIÊNCIA E CONFIANÇA — FUNDO AZUL */
.projects-section{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(0,145,210,.22),
      transparent 32%
    ),
    radial-gradient(
      circle at 8% 88%,
      rgba(255,102,0,.1),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #001d3d 0%,
      #00345f 52%,
      #005c8e 100%
    )!important;
}

.projects-section::before{
  position:absolute;
  top:-180px;
  right:-130px;
  z-index:-1;
  width:460px;
  height:460px;
  content:"";
  border:1px solid rgba(255,255,255,.075);
  border-radius:50%;
  box-shadow:
    0 0 0 70px rgba(255,255,255,.022),
    0 0 0 140px rgba(255,255,255,.018);
}

.projects-section .section-heading .home-label{
  color:#a9e4ff!important;
  background:rgba(90,201,247,.1)!important;
  border-color:rgba(131,216,255,.2)!important;
}

.projects-section .section-heading h2{
  color:#fff!important;
}

.projects-section .section-heading > p{
  color:rgba(225,241,251,.72)!important;
}

.projects-section .testimonials-grid{
  align-items:stretch!important;
}

.projects-section .testimonial-card{
  position:relative;
  display:flex;
  min-height:300px;
  flex-direction:column;
  color:#fff!important;
  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,.12),
      rgba(255,255,255,.065)
    )!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:0 20px 45px rgba(0,16,39,.2)!important;
  backdrop-filter:blur(8px);
}

.projects-section .testimonial-card::before{
  position:absolute;
  top:0;
  right:24px;
  left:24px;
  height:2px;
  content:"";
  background:linear-gradient(
    90deg,
    transparent,
    rgba(95,204,249,.7),
    transparent
  );
}

.projects-section .testimonial-featured{
  background:
    linear-gradient(
      145deg,
      rgba(0,111,171,.55),
      rgba(0,42,83,.52)
    )!important;
  border-color:rgba(255,139,65,.42)!important;
}

.projects-section .testimonial-featured::before{
  background:linear-gradient(
    90deg,
    transparent,
    #ff7b26,
    transparent
  );
}

.projects-section .testimonial-mark{
  color:#ff8738!important;
  opacity:1!important;
}

.projects-section .testimonial-card > p{
  flex:1;
  color:rgba(239,248,253,.84)!important;
}

.projects-section .testimonial-person{
  border-top-color:rgba(255,255,255,.12)!important;
}

.projects-section .testimonial-person > span{
  color:#fff!important;
  background:linear-gradient(135deg,#ff6600,#ff934b)!important;
}

.projects-section .testimonial-person strong{
  color:#fff!important;
}

.projects-section .testimonial-person small{
  color:rgba(215,235,247,.62)!important;
}

@media(max-width:768px){
  .projects-section .testimonial-card{
    min-height:260px;
  }
}

/* AWA ORGANIZAÇÃO SEÇÕES — FIM */


/* AWA INVERSÃO FAQ CTA E DEPOIMENTOS — INÍCIO */

/* DÚVIDAS FREQUENTES — FUNDO AZUL */
.awa-faq-blue{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(
      circle at 12% 15%,
      rgba(0,132,196,.2),
      transparent 32%
    ),
    radial-gradient(
      circle at 90% 85%,
      rgba(255,102,0,.08),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #001d3d 0%,
      #00335e 55%,
      #005680 100%
    )!important;
}

.awa-faq-blue::before{
  position:absolute;
  top:-190px;
  right:-160px;
  z-index:-1;
  width:480px;
  height:480px;
  content:"";
  border:1px solid rgba(255,255,255,.06);
  border-radius:50%;
  box-shadow:
    0 0 0 70px rgba(255,255,255,.018),
    0 0 0 140px rgba(255,255,255,.014);
}

.awa-faq-blue .home-label{
  color:#a9e6ff!important;
  background:rgba(107,211,255,.09)!important;
  border-color:rgba(152,224,255,.18)!important;
}

.awa-faq-blue h2{
  color:#fff!important;
}

.awa-faq-blue .section-heading > p{
  color:rgba(225,240,249,.72)!important;
}

.awa-faq-blue .faq-item,
.awa-faq-blue details{
  color:#fff!important;
  background:rgba(255,255,255,.075)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 14px 32px rgba(0,17,38,.14)!important;
  backdrop-filter:blur(9px);
}

.awa-faq-blue .faq-question,
.awa-faq-blue summary{
  color:#fff!important;
}

.awa-faq-blue .faq-answer,
.awa-faq-blue details p{
  color:rgba(225,240,249,.76)!important;
  border-top-color:rgba(255,255,255,.11)!important;
}

.awa-faq-blue .faq-icon,
.awa-faq-blue summary::after{
  color:#ff8738!important;
}

/* VAMOS COMEÇAR — FUNDO CLARO */
.awa-cta-light{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(0,101,163,.1),
      transparent 33%
    ),
    linear-gradient(
      135deg,
      #fff 0%,
      #f4f9fc 55%,
      #eaf4fa 100%
    )!important;
}

.awa-cta-light .home-label{
  color:#0065a3!important;
  background:rgba(0,101,163,.075)!important;
  border-color:rgba(0,101,163,.13)!important;
}

.awa-cta-light h2{
  color:#00234d!important;
}

.awa-cta-light p{
  color:#5f7180!important;
}

.awa-cta-light .home-button-orange{
  color:#fff!important;
}

.awa-cta-light .home-button-outline,
.awa-cta-light .home-button-blue{
  color:#0065a3!important;
  background:#fff!important;
  border-color:rgba(0,101,163,.2)!important;
}

.awa-cta-light .home-button-outline:hover,
.awa-cta-light .home-button-blue:hover{
  color:#fff!important;
  background:#0065a3!important;
  border-color:#0065a3!important;
}

/* DEPOIMENTOS — VIDRO SOBRE FUNDO AZUL */
.projects-section .testimonial-card{
  position:relative!important;
  overflow:hidden!important;
  color:#fff!important;
  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,.14),
      rgba(255,255,255,.055)
    )!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:
    0 22px 48px rgba(0,17,38,.22),
    inset 0 1px rgba(255,255,255,.1)!important;
  backdrop-filter:blur(12px)!important;
  -webkit-backdrop-filter:blur(12px)!important;
}

.projects-section .testimonial-card::after{
  position:absolute;
  top:0;
  left:0;
  width:58%;
  height:1px;
  content:"";
  background:linear-gradient(
    90deg,
    rgba(255,255,255,.55),
    transparent
  );
}

.projects-section .testimonial-featured{
  background:
    linear-gradient(
      145deg,
      rgba(0,115,174,.44),
      rgba(255,255,255,.07)
    )!important;
  border-color:rgba(255,132,54,.4)!important;
}

.projects-section .testimonial-card > p{
  color:rgba(242,249,253,.85)!important;
}

.projects-section .testimonial-mark{
  color:#ff8738!important;
}

.projects-section .testimonial-person{
  border-top-color:rgba(255,255,255,.12)!important;
}

.projects-section .testimonial-person strong{
  color:#fff!important;
}

.projects-section .testimonial-person small{
  color:rgba(218,237,248,.63)!important;
}

.projects-section .testimonial-person > span{
  color:#fff!important;
  background:linear-gradient(135deg,#ff6600,#ff934d)!important;
}

/* MOBILE */
@media(max-width:768px){
  .awa-faq-blue::before{
    width:320px;
    height:320px;
    top:-130px;
    right:-170px;
  }

  .awa-faq-blue .faq-item,
  .awa-faq-blue details{
    backdrop-filter:blur(6px);
  }

  .projects-section .testimonial-card{
    backdrop-filter:blur(8px)!important;
  }
}

/* AWA INVERSÃO FAQ CTA E DEPOIMENTOS — FIM */





/* AWA FAQ INSTITUCIONAL — INÍCIO */

.awa-faq-blue{
  position:relative!important;
  padding:105px 0 115px!important;
}

/* Estrutura centralizada */
.awa-faq-blue > .home-container,
.awa-faq-blue .faq-grid{
  display:block!important;
  width:min(1180px,calc(100% - 48px))!important;
  margin:0 auto!important;
}

/* Cabeçalho no padrão das outras seções */
.awa-faq-blue .section-heading{
  position:static!important;
  width:100%!important;
  max-width:760px!important;
  margin:0 auto 48px!important;
  text-align:center!important;
}

.awa-faq-blue .section-heading .home-label{
  display:inline-flex!important;
  margin:0 auto!important;
}

.awa-faq-blue .section-heading h2{
  max-width:700px!important;
  margin:17px auto 18px!important;
  color:#fff!important;
  font-size:clamp(2.45rem,3.5vw,3.25rem)!important;
  font-weight:700!important;
  line-height:1.1!important;
  letter-spacing:-.04em!important;
  text-align:center!important;
  text-wrap:balance!important;
}

.awa-faq-blue .section-heading > p{
  display:block!important;
  max-width:610px!important;
  margin:0 auto!important;
  color:rgba(222,239,249,.7)!important;
  font-size:.94rem!important;
  line-height:1.75!important;
  text-align:center!important;
}

/* Lista com largura controlada */
.awa-faq-blue .faq-list{
  display:grid!important;
  width:min(900px,100%)!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
  margin:0 auto!important;
  counter-reset:none!important;
}

/* Accordion integrado ao fundo */
.awa-faq-blue .faq-list details{
  position:relative!important;
  width:100%!important;
  overflow:hidden!important;
  margin:0!important;
  padding:0!important;
  color:#fff!important;
  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,.105),
      rgba(255,255,255,.055)
    )!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:14px!important;
  box-shadow:
    0 16px 36px rgba(0,18,40,.14),
    inset 0 1px rgba(255,255,255,.06)!important;
  backdrop-filter:blur(9px)!important;
  -webkit-backdrop-filter:blur(9px)!important;
  counter-increment:none!important;
  transition:
    background .2s ease,
    border-color .2s ease,
    transform .2s ease!important;
}

.awa-faq-blue .faq-list details:hover{
  transform:translateY(-1px)!important;
  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,.13),
      rgba(255,255,255,.065)
    )!important;
  border-color:rgba(134,211,246,.26)!important;
}

.awa-faq-blue .faq-list details[open]{
  background:
    linear-gradient(
      135deg,
      rgba(0,93,145,.5),
      rgba(255,255,255,.07)
    )!important;
  border-color:rgba(255,130,50,.38)!important;
}

/* Remove numeração anterior */
.awa-faq-blue .faq-list details::before{
  display:none!important;
  content:none!important;
}

.awa-faq-blue .faq-list summary::before{
  display:none!important;
  width:0!important;
  height:0!important;
  content:none!important;
}

/* Perguntas */
.awa-faq-blue .faq-list summary{
  position:relative!important;
  display:flex!important;
  min-height:74px!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
  padding:20px 22px 20px 25px!important;
  color:#fff!important;
  font-size:.9rem!important;
  font-weight:600!important;
  line-height:1.5!important;
  list-style:none!important;
  cursor:pointer!important;
}

.awa-faq-blue .faq-list summary::-webkit-details-marker{
  display:none!important;
}

/* Ícone discreto */
.awa-faq-blue .faq-list summary::after{
  display:grid!important;
  width:30px!important;
  height:30px!important;
  flex:none!important;
  place-items:center!important;
  content:"+"!important;
  color:#fff!important;
  background:rgba(255,255,255,.1)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:9px!important;
  font-size:1.05rem!important;
  font-weight:400!important;
  line-height:1!important;
  transition:
    transform .2s ease,
    background .2s ease,
    border-color .2s ease!important;
}

.awa-faq-blue .faq-list details[open] summary::after{
  content:"−"!important;
  color:#fff!important;
  background:#ff6600!important;
  border-color:#ff7c28!important;
  transform:rotate(0)!important;
}

/* Respostas */
.awa-faq-blue .faq-list details > p{
  width:auto!important;
  margin:0 25px!important;
  padding:18px 48px 24px 0!important;
  color:rgba(224,239,248,.75)!important;
  border-top:1px solid rgba(255,255,255,.1)!important;
  font-size:.84rem!important;
  line-height:1.75!important;
}

/* Linha laranja apenas no item aberto */
.awa-faq-blue .faq-list details[open]::after{
  position:absolute;
  top:22px;
  bottom:22px;
  left:0;
  width:3px;
  content:"";
  background:#ff6600;
  border-radius:0 4px 4px 0;
}

/* MOBILE */
@media(max-width:768px){
  .awa-faq-blue{
    padding:78px 0 84px!important;
  }

  .awa-faq-blue > .home-container,
  .awa-faq-blue .faq-grid{
    width:min(100% - 32px,1180px)!important;
  }

  .awa-faq-blue .section-heading{
    margin-bottom:34px!important;
  }

  .awa-faq-blue .section-heading h2{
    max-width:520px!important;
    margin-top:14px!important;
    font-size:2.05rem!important;
    line-height:1.13!important;
  }

  .awa-faq-blue .section-heading > p{
    max-width:470px!important;
    font-size:.83rem!important;
    line-height:1.7!important;
  }

  .awa-faq-blue .faq-list{
    gap:10px!important;
  }

  .awa-faq-blue .faq-list summary{
    min-height:68px!important;
    gap:14px!important;
    padding:17px 15px 17px 18px!important;
    font-size:.79rem!important;
  }

  .awa-faq-blue .faq-list summary::after{
    width:28px!important;
    height:28px!important;
    border-radius:8px!important;
  }

  .awa-faq-blue .faq-list details > p{
    margin:0 18px!important;
    padding:15px 8px 20px 0!important;
    font-size:.76rem!important;
  }
}

/* AWA FAQ INSTITUCIONAL — FIM */


/* AWA FAQ CONTRASTE — INÍCIO */

/* Botão branco com símbolo azul */
.awa-faq-blue .faq-list summary::after{
  display:grid!important;
  width:34px!important;
  height:34px!important;
  flex:none!important;
  place-items:center!important;
  content:"+"!important;
  color:#0065a3!important;
  background:#fff!important;
  border:1px solid rgba(255,255,255,.8)!important;
  border-radius:9px!important;
  box-shadow:0 6px 15px rgba(0,25,55,.16)!important;
  font-size:1.15rem!important;
  font-weight:600!important;
  line-height:1!important;
}

.awa-faq-blue .faq-list details[open] summary::after{
  content:"−"!important;
  color:#0065a3!important;
  background:#fff!important;
  border-color:#fff!important;
  transform:none!important;
}

/* Item aberto */
.awa-faq-blue .faq-list details[open]{
  overflow:hidden!important;
  background:
    linear-gradient(
      135deg,
      rgba(0,91,142,.58),
      rgba(255,255,255,.075)
    )!important;
  border-color:rgba(255,132,54,.5)!important;
}

/* Pergunta permanece azul */
.awa-faq-blue .faq-list details[open] summary{
  color:#fff!important;
  background:transparent!important;
}

/* Resposta como painel branco */
.awa-faq-blue .faq-list details > p{
  position:relative!important;
  width:auto!important;
  margin:0!important;
  padding:21px 72px 23px 25px!important;
  color:#365b76!important;
  background:
    linear-gradient(
      135deg,
      #fff 0%,
      #f3f8fb 100%
    )!important;
  border-top:1px solid rgba(0,101,163,.12)!important;
  font-size:.84rem!important;
  line-height:1.75!important;
}

/* Pequeno detalhe azul na resposta */
.awa-faq-blue .faq-list details > p::before{
  position:absolute;
  top:24px;
  right:25px;
  width:7px;
  height:7px;
  content:"";
  background:#0065a3;
  border-radius:50%;
  box-shadow:0 0 0 5px rgba(0,101,163,.08);
}

/* Linha lateral laranja integrada */
.awa-faq-blue .faq-list details[open]::after{
  top:0!important;
  bottom:0!important;
  left:0!important;
  z-index:3!important;
  width:4px!important;
  background:#ff6600!important;
  border-radius:0!important;
}

/* Ajuste mobile */
@media(max-width:768px){
  .awa-faq-blue .faq-list summary::after{
    width:30px!important;
    height:30px!important;
    border-radius:8px!important;
    font-size:1rem!important;
  }

  .awa-faq-blue .faq-list details > p{
    padding:18px 42px 20px 18px!important;
    font-size:.76rem!important;
  }

  .awa-faq-blue .faq-list details > p::before{
    top:21px;
    right:18px;
    width:6px;
    height:6px;
  }
}

/* AWA FAQ CONTRASTE — FIM */


/* AWA FAQ ACABAMENTO — INÍCIO */

/* Remove qualquer tonalidade laranja das bordas */
.awa-faq-blue .faq-list details,
.awa-faq-blue .faq-list details:hover,
.awa-faq-blue .faq-list details[open]{
  border-color:rgba(133,211,247,.2)!important;
}

/* Espaçamento correto da pergunta */
.awa-faq-blue .faq-list summary{
  width:auto!important;
  min-height:78px!important;
  padding:20px 21px 20px 27px!important;
}

/* Botão afastado das margens */
.awa-faq-blue .faq-list summary::after{
  position:static!important;
  inset:auto!important;
  width:34px!important;
  height:34px!important;
  margin:0 0 0 auto!important;
  flex:0 0 34px!important;
  align-self:center!important;
  border-radius:10px!important;
}

/* Lateral em degradê */
.awa-faq-blue .faq-list details[open]::after{
  position:absolute!important;
  top:14px!important;
  bottom:14px!important;
  left:0!important;
  z-index:3!important;
  width:4px!important;
  height:auto!important;
  content:""!important;
  background:
    linear-gradient(
      180deg,
      #ff6600 0%,
      #ff9347 48%,
      #19a9d4 100%
    )!important;
  border-radius:0 5px 5px 0!important;
  box-shadow:2px 0 10px rgba(255,102,0,.14)!important;
}

/* Mantém a resposta perfeitamente alinhada */
.awa-faq-blue .faq-list details > p{
  border-top-color:rgba(0,101,163,.1)!important;
}

/* Mobile */
@media(max-width:768px){
  .awa-faq-blue .faq-list summary{
    min-height:68px!important;
    padding:16px 15px 16px 18px!important;
  }

  .awa-faq-blue .faq-list summary::after{
    width:30px!important;
    height:30px!important;
    flex-basis:30px!important;
    border-radius:8px!important;
  }

  .awa-faq-blue .faq-list details[open]::after{
    top:11px!important;
    bottom:11px!important;
    width:3px!important;
  }
}

/* AWA FAQ ACABAMENTO — FIM */


/* AWA FAQ LATERAL AZUL — INÍCIO */
.awa-faq-blue .faq-list details[open]::after{
  background:linear-gradient(
    180deg,
    #21b5e3 0%,
    #007db8 50%,
    #0065a3 100%
  )!important;
  box-shadow:2px 0 10px rgba(0,125,184,.16)!important;
}
/* AWA FAQ LATERAL AZUL — FIM */


/* AWA PARCELAMENTO CLARO CSS — INÍCIO */
.sites-installment-note{
  display:flex;
  width:max-content;
  max-width:100%;
  align-items:center;
  gap:10px;
  margin-top:11px;
  color:rgba(220,237,247,.67);
  font-size:.59rem;
  line-height:1.5;
}

.sites-installment-note span{
  display:inline-flex;
  align-items:center;
  gap:3px;
}

.sites-installment-note strong{
  color:#fff;
  font-size:inherit;
  font-weight:600;
}

.sites-installment-note i{
  width:3px;
  height:3px;
  flex:none;
  background:#55c9ed;
  border-radius:50%;
}

@media(max-width:600px){
  .sites-installment-note{
    display:grid;
    width:100%;
    grid-template-columns:1fr;
    gap:4px;
    margin-top:10px;
    font-size:.57rem;
  }

  .sites-installment-note i{
    display:none;
  }
}
/* AWA PARCELAMENTO CLARO CSS — FIM */
