:root {
  --bg: #070B14;
  --bg-soft: #0B1220;
  --card: #111827;
  --card-2: #0F172A;
  --text: #F8FAFC;
  --muted: #94A3B8;
  --muted-2: #9FB1C9;
  --line: rgba(148, 163, 184, 0.18);
  --blue: #38BDF8;
  --blue-soft: rgba(56, 189, 248, 0.14);
  --violet: #8B5CF6;
  --green: #22C55E;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.16), transparent 32rem),
    radial-gradient(circle at 90% 10%, rgba(139, 92, 246, 0.14), transparent 28rem),
    var(--bg);
  color: var(--text);
  min-height: 100vh;
  padding-bottom: 82px;
}

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

p {
  color: var(--muted);
  line-height: 1.7;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  background: rgba(7, 11, 20, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.brand {
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.brand-muted {
  color: var(--muted);
}

.brand-x {
  color: var(--blue);
  text-shadow: 0 0 22px rgba(56, 189, 248, 0.65);
}

.menu-button {
  border: 1px solid var(--line);
  background: var(--card);
  color: var(--text);
  border-radius: 999px;
  padding: 9px 13px;
  font-weight: 700;
}

.site-nav {
  display: none;
  position: absolute;
  top: 64px;
  left: 16px;
  right: 16px;
  flex-direction: column;
  background: rgba(15, 23, 42, 0.98);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 12px;
  box-shadow: var(--shadow);
}

.site-nav.is-open {
  display: flex;
}

.site-nav a {
  padding: 12px;
  color: var(--muted);
  font-weight: 600;
}

.site-nav a:hover {
  color: var(--text);
}

.nav-cta {
  color: var(--text) !important;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.22), rgba(139, 92, 246, 0.18));
  border-radius: 14px;
}

.hero,
.page-hero,
.section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  gap: 24px;
  padding: 54px 0 32px;
}

.hero h1,
.page-hero h1 {
  margin: 10px 0 0;
  font-size: clamp(2.15rem, 5.4vw, 4.35rem);
  line-height: 1;
  letter-spacing: -0.065em;
  max-width: 900px;
}

.hero-text {
  font-size: 1.08rem;
  max-width: 760px;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 18px rgba(34, 197, 94, 0.75);
}

.hero-actions,
.center-action {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 18px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: 0.2s ease;
  cursor: pointer;
}

.button.primary {
  color: #02111D;
  background: var(--blue);
}

.button.secondary {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.button.small {
  padding: 10px 14px;
  font-size: 0.9rem;
  color: #02111D;
  background: var(--blue);
}

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

.quick-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.quick-tags a {
  color: var(--muted);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 0.92rem;
  font-weight: 700;
}

.quick-tags a:hover {
  color: var(--text);
  border-color: rgba(56, 189, 248, 0.45);
}

.ana-card,
.card,
.project-card,
.product-card,
.solution-detail,
.category-list article,
.info-box,
.purchase-box,
.feature-list article,
.mini-list article,
.contact-side-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.94), rgba(15, 23, 42, 0.88));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.ana-card {
  padding: 24px;
}

.ana-orb {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  margin-bottom: 16px;
  color: #02111D;
  font-weight: 900;
  font-size: 1.5rem;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 0 38px rgba(56, 189, 248, 0.34);
}

.ana-orb.big {
  width: 86px;
  height: 86px;
  border-radius: 28px;
  font-size: 2.4rem;
  margin-bottom: 22px;
}

.ana-card h2,
.section h2,
.page-hero h1,
.card h3,
.project-card h3,
.product-card h2,
.solution-detail h2 {
  letter-spacing: -0.045em;
}

.section {
  padding: 44px 0;
}

.section-heading {
  margin-bottom: 24px;
}

.section-heading h2,
.split-section h2,
.info-box h2 {
  font-size: clamp(1.7rem, 5vw, 3rem);
  line-height: 1;
  margin: 8px 0;
}

.solution-grid,
.project-grid,
.product-grid,
.category-list,
.feature-list {
  display: grid;
  gap: 16px;
}

.card,
.project-card,
.product-card,
.category-list article,
.feature-list article {
  padding: 22px;
}

.card-kicker,
.project-card span {
  color: var(--blue);
  font-weight: 800;
  font-size: 0.8rem;
}

.card h3,
.project-card h3,
.product-card h2 {
  margin: 12px 0 8px;
}

.card strong,
.product-card strong,
.solution-detail aside strong,
.purchase-box strong {
  display: block;
  color: var(--green);
  margin: 16px 0;
  font-size: 1.05rem;
}

.card a,
.project-card a {
  color: var(--blue);
  font-weight: 800;
}

.split-section {
  display: grid;
  gap: 20px;
  align-items: center;
}

.mini-list {
  display: grid;
  gap: 12px;
}

.mini-list article {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
}

.mini-list span {
  color: var(--green);
  font-weight: 900;
  white-space: nowrap;
}

.page-hero {
  padding: 54px 0 20px;
}

.page-hero p {
  max-width: 760px;
  font-size: 1.05rem;
}

.ana-page-hero {
  text-align: left;
}

.ana-contrast-title {
  font-size: clamp(2rem, 4.6vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
  max-width: 760px;
  color: #DDE7F3;
  margin: 0 0 18px;
}


.ana-top-grid {
  display: grid;
  gap: 28px;
  align-items: center;
  padding-top: 54px;
}

.ana-top-copy {
  max-width: 760px;
}

.ana-top-copy h1 {
  max-width: 760px;
}

.ana-top-copy p {
  max-width: 680px;
}

.ana-top-photo-card {
  width: 100%;
  max-width: 320px;
  justify-self: end;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.94), rgba(15, 23, 42, 0.88));
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.35),
    0 0 36px rgba(56, 189, 248, 0.10);
}

.ana-top-photo-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.ana-concept-section {
  margin-top: 4px;
}

@media (min-width: 760px) {
  .ana-top-grid {
    grid-template-columns: minmax(0, 1fr) 320px;
  }
}

@media (max-width: 759px) {
  .ana-top-grid {
    grid-template-columns: 1fr;
  }

  .ana-top-photo-card {
    max-width: 220px;
    justify-self: start;
  }
}





.ana-contrast-title span {
  display: block;
  margin-top: 8px;
  background: linear-gradient(90deg, #F8FAFC 0%, #7DD3FC 52%, #A78BFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 26px rgba(56, 189, 248, 0.18);
}

.ana-contrast-text {
  max-width: 720px;
  color: var(--muted-2);
  font-size: 1.06rem;
}

.feature-list article {
  padding: 24px;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.95), rgba(12, 18, 32, 0.9));
}

.feature-list article strong {
  display: block;
  font-size: 1.08rem;
  line-height: 1.2;
  color: var(--text);
  margin-bottom: 8px;
}

.feature-list article span {
  color: var(--muted-2);
  line-height: 1.55;
}

.solution-list {
  display: grid;
  gap: 18px;
}

.solution-detail {
  display: grid;
  gap: 20px;
  padding: 24px;
  scroll-margin-top: 92px;
}

.solution-detail ul {
  display: grid;
  gap: 10px;
  padding-left: 18px;
  color: var(--muted);
}

.solution-detail aside {
  display: grid;
  align-content: start;
  gap: 12px;
}

.solution-detail aside span {
  color: var(--muted);
  font-size: 0.9rem;
}

.info-box {
  padding: 24px;
}

.contact-section {
  display: grid;
  gap: 28px;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 28px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(10, 16, 28, 0.92));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-weight: 800;
  font-size: 0.98rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(5, 10, 20, 0.9);
  color: var(--text);
  border-radius: 16px;
  padding: 15px 16px;
  font: inherit;
  transition: 0.2s ease;
}

.contact-form input {
  min-height: 52px;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #6F86A3;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.10);
}

.contact-form .button.primary {
  width: 100%;
  min-height: 54px;
  font-size: 1rem;
  font-weight: 800;
  border-radius: 999px;
}

.purchase-box {
  padding: 22px;
}

.contact-side-card {
  padding: 28px;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.94), rgba(12, 18, 32, 0.88));
}

.contact-side-card h2 {
  margin: 10px 0 14px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.contact-benefits {
  margin: 22px 0 0;
  padding-left: 18px;
  color: var(--muted-2);
  display: grid;
  gap: 10px;
}

.flash-wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 18px auto 0;
}

.flash-message {
  border: 1px solid rgba(34, 197, 94, 0.35);
  background: rgba(34, 197, 94, 0.12);
  color: var(--text);
  padding: 14px 16px;
  border-radius: 16px;
}

.ana-floating {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.96);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.ana-floating strong {
  display: block;
}

.ana-floating span {
  color: var(--muted);
  font-size: 0.84rem;
}

.ana-floating a {
  color: #02111D;
  background: var(--blue);
  border-radius: 999px;
  padding: 9px 12px;
  font-weight: 900;
  font-size: 0.9rem;
}

.site-footer {
  display: grid;
  gap: 20px;
  width: min(1120px, calc(100% - 32px));
  margin: 40px auto 0;
  padding: 34px 0 110px;
  border-top: 1px solid var(--line);
}

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

.footer-links a {
  color: var(--muted);
  font-weight: 700;
}

.site-footer small {
  color: var(--muted);
}

@media (min-width: 760px) {
  body {
    padding-bottom: 0;
  }

  .menu-button {
    display: none;
  }

  .site-header {
    padding: 18px 32px;
  }

  .site-nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
  }

  .site-nav a {
    padding: 9px 10px;
    font-size: 0.94rem;
  }

  .nav-cta {
    padding-inline: 14px !important;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: center;
    padding: 86px 0 50px;
  }

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

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

  .split-section {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .solution-detail {
    grid-template-columns: minmax(0, 1fr) 270px;
    padding: 30px;
  }

  .contact-section {
    grid-template-columns: minmax(520px, 620px) minmax(280px, 1fr);
  }

  .ana-floating {
    left: auto;
    right: 24px;
    bottom: 24px;
    width: 360px;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    padding-bottom: 44px;
  }

  .site-footer small {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1080px) {
  .site-nav a {
    padding-inline: 12px;
  }

  .hero h1 {
    font-size: 4.55rem;
  }
}

@media (max-width: 759px) {
  .hero h1,
  .page-hero h1 {
    font-size: clamp(2rem, 11vw, 3.15rem);
  }

  .section {
    padding: 34px 0;
  }

  .page-hero {
    padding-top: 44px;
  }

  .contact-form,
  .contact-side-card {
    padding: 22px;
  }

  .ana-contrast-title {
    font-size: clamp(2rem, 10vw, 3.1rem);
  }

  .ana-hero-grid {
  display: grid;
  gap: 28px;
  align-items: center;
}

.ana-hero-photo {
  max-width: 360px;
}

.ana-hero-photo img {
  width: 100%;
  display: block;
  border-radius: 28px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.35),
    0 0 40px rgba(56, 189, 248, 0.12);
}

.ana-hero-copy p {
  max-width: 720px;
}

@media (min-width: 760px) {
  .ana-hero-grid {
    grid-template-columns: 320px minmax(0, 1fr);
  }
}

@media (max-width: 759px) {
  .ana-hero-photo {
    max-width: 240px;
  }
}

.lab-section {
  padding-top: 18px;
}

.lab-card {
  border: 1px solid rgba(139, 92, 246, 0.28);
  border-radius: 28px;
  padding: 30px;
  background:
    radial-gradient(circle at top right, rgba(139, 92, 246, 0.18), transparent 24rem),
    linear-gradient(180deg, rgba(17, 24, 39, 0.94), rgba(10, 16, 28, 0.9));
  box-shadow: var(--shadow);
}

.lab-card h2 {
  margin: 10px 0 14px;
  font-size: clamp(1.8rem, 4.8vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.06em;
  max-width: 820px;
}

.lab-card p {
  max-width: 760px;
}


.checkout-section,
.pix-section {
  display: grid;
  gap: 28px;
  align-items: start;
}

.checkout-product-card,
.pix-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.94), rgba(12, 18, 32, 0.88));
  box-shadow: var(--shadow);
}

.checkout-product-card h2,
.pix-card h2 {
  margin: 10px 0 14px;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.checkout-product-card strong {
  display: block;
  color: var(--green);
  font-size: 1.25rem;
  margin: 16px 0;
}

.small-muted {
  color: var(--muted);
  font-size: 0.92rem;
}

.pix-qrcode {
  width: min(280px, 100%);
  display: block;
  margin: 22px auto;
  border-radius: 20px;
  background: white;
  padding: 12px;
}

.pix-copy-label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-weight: 800;
}

.pix-copy-label textarea {
  width: 100%;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(5, 10, 20, 0.9);
  color: var(--text);
  border-radius: 16px;
  padding: 15px 16px;
  font: inherit;
  resize: vertical;
}

.pix-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0;
}

.status-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.status-pago {
  color: #052E16;
  background: var(--green);
  border-color: var(--green);
}

.status-cancelado {
  background: rgba(239, 68, 68, 0.18);
  border-color: rgba(239, 68, 68, 0.4);
}

@media (min-width: 760px) {
  .checkout-section,
  .pix-section {
    grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  }

  .pix-section {
    grid-template-columns: minmax(480px, 620px) minmax(280px, 1fr);
  }
}






}