:root {
  --bg: #f5f7fb;
  --surface: #ffffff;
  --ink: #111827;
  --muted: #5f6b7a;
  --line: #dce3ec;
  --blue: #0969da;
  --blue-dark: #064fa8;
  --green: #24b35b;
  --amber: #f0a928;
  --shadow: 0 24px 80px rgba(25, 42, 70, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
}

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

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

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  width: min(1180px, calc(100% - 32px));
  height: 66px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 16px 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 45px rgba(22, 35, 57, 0.12);
  transition: background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(220, 227, 236, 0.86);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 52px rgba(22, 35, 57, 0.16);
}

.brand,
.nav-links,
.hero-actions,
.trust-row,
.card-actions,
.download-actions,
.footer-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.nav-links {
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--blue);
}

.header-action {
  padding: 10px 16px;
  border-radius: 12px;
  color: #fff;
  background: var(--ink);
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 540px);
  align-items: center;
  gap: 44px;
  overflow: hidden;
  padding: 128px max(24px, calc((100vw - 1180px) / 2)) 72px;
  background:
    linear-gradient(105deg, rgba(245, 247, 251, 0.98) 0%, rgba(245, 247, 251, 0.91) 46%, rgba(230, 247, 239, 0.86) 100%),
    url("../img/renomeador-pro-logo.png") right 8% center / min(46vw, 620px) no-repeat,
    #f5f7fb;
}

.hero-bg {
  position: absolute;
  right: 9%;
  top: 13%;
  width: min(36vw, 500px);
  opacity: 0.08;
  filter: saturate(1.3);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(54px, 8vw, 104px);
  line-height: 0.92;
}

.hero-copy {
  max-width: 640px;
  color: #344054;
  font-size: 20px;
  line-height: 1.55;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 14px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover,
.download-card:hover,
.product-card:hover {
  transform: translateY(-3px);
}

.btn-primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 16px 30px rgba(9, 105, 218, 0.28);
}

.btn-primary:hover {
  background: var(--blue-dark);
}

.btn-secondary {
  color: #072d18;
  background: #dff7e9;
  border: 1px solid #b7ebcc;
}

.btn-link {
  color: var(--blue);
  background: transparent;
}

.trust-row {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.trust-row span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 700;
}

.hero-panel {
  position: relative;
  z-index: 2;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.panel-topbar {
  display: flex;
  gap: 7px;
  margin-bottom: 18px;
}

.panel-topbar span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccd6e4;
}

.panel-topbar span:nth-child(1) {
  background: #ff6b5f;
}

.panel-topbar span:nth-child(2) {
  background: var(--amber);
}

.panel-topbar span:nth-child(3) {
  background: var(--green);
}

.panel-title {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 850;
}

.rename-table {
  display: grid;
  gap: 10px;
}

.row {
  display: grid;
  grid-template-columns: 0.9fr 1.45fr 0.7fr;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  background: #f8fafc;
  color: #344054;
  font-size: 14px;
}

.row.head {
  min-height: 38px;
  color: #667085;
  background: #e9eef5;
  font-weight: 800;
}

.row strong {
  color: var(--ink);
}

.row em {
  justify-self: start;
  padding: 5px 9px;
  border-radius: 999px;
  color: #0f6b34;
  background: #dff7e9;
  font-style: normal;
  font-weight: 800;
}

.floating-chip {
  position: absolute;
  z-index: 1;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 38px rgba(35, 54, 84, 0.13);
  color: #344054;
  font-weight: 800;
  animation: float 6s ease-in-out infinite;
}

.chip-one {
  right: 36%;
  top: 26%;
}

.chip-two {
  right: 7%;
  top: 31%;
  animation-delay: 1.2s;
}

.chip-three {
  right: 21%;
  bottom: 15%;
  animation-delay: 2.1s;
}

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

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 88px 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.section-heading.left {
  margin-left: 0;
  text-align: left;
}

.section-heading h2,
.download-inner h2 {
  margin-bottom: 14px;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.02;
}

.section-heading p,
.download-inner p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.version-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.product-card {
  position: relative;
  min-height: 100%;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--surface);
  box-shadow: 0 18px 56px rgba(32, 48, 75, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  box-shadow: 0 24px 70px rgba(32, 48, 75, 0.13);
}

.product-pro {
  border-color: rgba(9, 105, 218, 0.28);
}

.product-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  background: #eaf3ff;
}

.product-icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.lite-icon {
  background: #eaf8ef;
}

.badge {
  position: absolute;
  top: 28px;
  right: 28px;
  margin: 0;
  padding: 7px 11px;
  border-radius: 999px;
  color: #063f88;
  background: #eaf3ff;
  font-size: 12px;
  font-weight: 900;
}

.badge-soft {
  color: #106333;
  background: #eaf8ef;
}

.product-card h3 {
  margin-bottom: 12px;
  font-size: 28px;
}

.product-card p,
.product-card li {
  color: var(--muted);
  line-height: 1.55;
}

.product-card ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 28px;
  padding-left: 20px;
}

.card-actions {
  flex-wrap: wrap;
  gap: 10px;
}

.feature-band {
  display: grid;
  grid-template-columns: 0.9fr 1.25fr;
  gap: 42px;
  align-items: start;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.feature-item {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
}

.feature-item span {
  color: var(--blue);
  font-weight: 900;
}

.feature-item h3 {
  margin: 12px 0 8px;
}

.feature-item p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.compare-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: 0 18px 56px rgba(32, 48, 75, 0.08);
}

.compare-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 12px;
  align-items: center;
  min-height: 62px;
  padding: 0 22px;
  border-bottom: 1px solid var(--line);
}

.compare-row:last-child {
  border-bottom: 0;
}

.compare-head {
  color: #fff;
  background: #142033;
  font-weight: 900;
}

.compare-row span {
  color: #344054;
  font-weight: 800;
}

.compare-head span {
  color: #fff;
}

.compare-row strong {
  color: var(--blue);
}

.compare-row em {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.download-section {
  padding: 94px 16px;
  background: #122033;
}

.download-inner {
  width: min(940px, 100%);
  margin: 0 auto;
  text-align: center;
}

.download-inner h2,
.download-inner p {
  color: #fff;
}

.download-inner p {
  color: #c9d5e5;
}

.download-actions {
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.download-card {
  width: min(100%, 300px);
  min-height: 154px;
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transition: transform 180ms ease, background 180ms ease;
}

.download-card:hover {
  background: rgba(255, 255, 255, 0.13);
}

.download-card img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.download-card span {
  font-weight: 900;
}

.download-card strong {
  color: #9ceab9;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0;
  color: var(--muted);
}

.site-footer p {
  margin: 6px 0 0;
}

.footer-links {
  gap: 18px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 118px;
  }

  .hero-panel {
    max-width: 620px;
  }

  .floating-chip {
    display: none;
  }

  .version-grid,
  .feature-band,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .compare-row {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .compare-head {
    display: none;
  }
}

@media (max-width: 560px) {
  .site-header {
    height: 58px;
  }

  .brand span {
    font-size: 14px;
  }

  .header-action {
    padding: 9px 12px;
  }

  h1 {
    font-size: 52px;
  }

  .hero-copy,
  .section-heading p,
  .download-inner p {
    font-size: 16px;
  }

  .row {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 12px;
  }

  .row.head {
    display: none;
  }

  .section {
    padding: 62px 0;
  }

  .product-card {
    padding: 24px;
  }

  .badge {
    position: static;
    display: inline-flex;
    margin-bottom: 12px;
  }

  .site-footer {
    flex-direction: column;
  }
}
