:root {
  --gold: #ffca2f;
  --gold-dark: #b47a00;
  --ink: #182027;
  --muted: #5c6873;
  --line: #dfe4e8;
  --soft: #f6f8f9;
  --white: #ffffff;
  --green: #1fa47a;
  --teal: #0c7f87;
  --red: #d95d4f;
  --shadow: 0 22px 70px rgba(24, 32, 39, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
}

body,
button,
input,
textarea {
  font: inherit;
}

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

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

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(223, 228, 232, 0.86);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  left: 0;
  min-height: 72px;
  padding: 12px clamp(18px, 4vw, 64px);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  font-weight: 800;
}

.brand img {
  height: 46px;
  width: 46px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 26px;
  color: var(--muted);
  font-size: 0.96rem;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--ink);
}

.section-pad {
  padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 72px);
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(36px, 6vw, 82px);
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  min-height: auto;
  overflow: hidden;
  padding-bottom: clamp(36px, 4vw, 56px);
  padding-top: clamp(56px, 6vw, 96px);
}

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

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

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

h1 {
  font-size: clamp(3.25rem, 8vw, 6.8rem);
  letter-spacing: 0;
  line-height: 0.92;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 18px;
}

h3 {
  font-size: 1.22rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

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

.hero-subtitle {
  font-size: clamp(1.05rem, 2vw, 1.34rem);
  margin-bottom: 28px;
  max-width: 640px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 0;
}

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

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

.button-primary {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(31, 164, 122, 0.25);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #178764;
}

.button-secondary {
  background: var(--ink);
  color: var(--white);
}

.button-small {
  background: var(--gold);
  color: var(--ink);
  min-height: 42px;
  padding-inline: 16px;
}

.hero-visual {
  position: relative;
}

.hero-visual::before {
  background: var(--gold);
  border-radius: 999px;
  content: "";
  height: clamp(180px, 28vw, 360px);
  position: absolute;
  right: -12%;
  top: -10%;
  width: clamp(180px, 28vw, 360px);
  z-index: -1;
}

.product-window {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.window-bar {
  align-items: center;
  background: #f1f4f6;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 7px;
  height: 38px;
  padding: 0 16px;
}

.window-bar span {
  border-radius: 99px;
  height: 10px;
  width: 10px;
}

.window-bar span:nth-child(1) {
  background: var(--red);
}

.window-bar span:nth-child(2) {
  background: var(--gold);
}

.window-bar span:nth-child(3) {
  background: var(--green);
}

.product-grid {
  display: grid;
  grid-template-columns: 116px minmax(250px, 1fr) 190px;
  min-height: 450px;
}

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

.mock-sidebar img {
  height: 54px;
  width: 54px;
}

.sidebar-line {
  background: rgba(255, 255, 255, 0.24);
  border-radius: 99px;
  height: 10px;
  width: 62px;
}

.sidebar-line.wide {
  margin-top: 16px;
  width: 78px;
}

.sidebar-line.short {
  width: 42px;
}

.mock-main {
  background: var(--soft);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}

.mock-topline,
.metric-row > div,
.chart-card,
.task-list div,
.whatsapp-panel p {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.mock-topline {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}

.mock-topline span {
  color: var(--muted);
  font-weight: 800;
}

.mock-topline strong {
  color: var(--green);
  font-size: 2rem;
}

.metric-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric-row > div {
  padding: 14px;
}

.metric-row small {
  color: var(--muted);
  display: block;
  font-size: 0.75rem;
  margin-bottom: 6px;
}

.metric-row strong {
  font-size: 1.5rem;
}

.chart-card {
  align-items: end;
  display: flex;
  flex: 1;
  gap: 10px;
  min-height: 150px;
  padding: 18px;
}

.chart-card span {
  background: linear-gradient(180deg, var(--teal), var(--green));
  border-radius: 8px 8px 2px 2px;
  flex: 1;
  min-height: 30px;
}

.task-list {
  display: grid;
  gap: 8px;
}

.task-list div {
  align-items: center;
  display: flex;
  gap: 10px;
  padding: 12px;
}

.task-list span {
  background: var(--gold);
  border-radius: 99px;
  height: 12px;
  width: 12px;
}

.whatsapp-panel {
  background: #e9f6ef;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
}

.chat-head {
  color: var(--green);
  font-weight: 900;
}

.whatsapp-panel p {
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.45;
  margin: 0;
  padding: 12px;
}

.whatsapp-panel .answer {
  background: var(--green);
  border-color: var(--green);
  color: var(--white);
  margin-top: auto;
}

.solutions-section {
  background: var(--soft);
  border-top: 1px solid var(--line);
}

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

.section-heading p {
  margin-inline: auto;
  max-width: 720px;
}

.align-left {
  margin-inline: 0;
  text-align: left;
}

.align-left p {
  margin-inline: 0;
}

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

.solution-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: 24px;
}

.solution-card p {
  margin-bottom: 0;
}

.solution-action {
  align-items: center;
  align-self: flex-start;
  background: var(--ink);
  border-radius: 8px;
  color: var(--white);
  display: inline-flex;
  font-weight: 900;
  margin-top: auto;
  min-height: 42px;
  padding: 0 14px;
  transition: transform 180ms ease, background-color 180ms ease;
}

.solution-action:hover,
.solution-action:focus-visible {
  background: #2a343d;
  transform: translateY(-1px);
}

.solution-status {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
}

.solution-action-inline {
  background: var(--gold);
  color: var(--ink);
  margin-top: 0;
}

.solution-action-inline:hover,
.solution-action-inline:focus-visible {
  background: #f0b900;
}

.solution-note {
  align-self: flex-start;
  background: rgba(255, 202, 47, 0.2);
  border-radius: 999px;
  color: var(--gold-dark);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 6px 10px;
}

.card-mark {
  color: var(--gold-dark);
  display: block;
  font-weight: 900;
  margin-bottom: 42px;
}

.pdv-hero {
  align-items: center;
  background: var(--soft);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
  padding-bottom: clamp(44px, 6vw, 76px);
}

.pdv-hero-copy {
  max-width: 680px;
}

.pdv-status-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.pdv-status-row .eyebrow {
  margin: 0;
}

.pdv-hero h1 {
  font-size: clamp(2.6rem, 6vw, 5.5rem);
}

.pdv-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pdv-hero-media {
  min-width: 0;
}

.screenshot-frame {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.screenshot-frame img {
  height: auto;
  width: 100%;
}

.pdv-section {
  background: var(--white);
}

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

.pdv-feature {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}

.pdv-feature strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.pdv-feature p {
  margin-bottom: 0;
}

.pdv-gallery {
  background: var(--soft);
  border-top: 1px solid var(--line);
}

.pdv-screen-list {
  display: grid;
  gap: 26px;
}

.pdv-screen-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.pdv-screen-card figure {
  margin: 0;
}

.pdv-screen-card img {
  border-bottom: 1px solid var(--line);
  height: auto;
  width: 100%;
}

.pdv-screen-copy {
  padding: clamp(18px, 3vw, 28px);
}

.pdv-screen-copy p {
  margin-bottom: 0;
  max-width: 820px;
}

.pdv-note-band {
  background: var(--ink);
  color: var(--white);
}

.pdv-note-band .section-heading {
  margin-bottom: 0;
}

.pdv-note-band .section-heading p,
.pdv-note-band .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.pdv-note-band h2 {
  color: var(--white);
}

.faq-section {
  background: var(--soft);
}

.faq-list {
  display: grid;
  gap: 12px;
  margin: 0 auto;
  max-width: 900px;
}

details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 20px;
}

summary {
  cursor: pointer;
  font-weight: 900;
  list-style: none;
  padding: 20px 28px 20px 0;
  position: relative;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  color: var(--gold-dark);
  content: "+";
  font-size: 1.45rem;
  position: absolute;
  right: 0;
  top: 14px;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin-bottom: 20px;
}

.final-cta {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.final-cta img {
  margin-bottom: 20px;
}

.final-cta p:not(.eyebrow) {
  max-width: 660px;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 28px clamp(18px, 5vw, 72px);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer span {
  color: var(--muted);
  margin-top: 4px;
}

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

.floating-wa {
  background: var(--green);
  border-radius: 8px;
  bottom: 18px;
  box-shadow: 0 14px 28px rgba(31, 164, 122, 0.28);
  color: var(--white);
  display: none;
  font-weight: 900;
  min-height: 50px;
  padding: 14px 18px;
  position: fixed;
  right: 18px;
  z-index: 30;
}

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

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

  .hero-visual {
    margin-inline: auto;
    max-width: 860px;
    width: 100%;
  }

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

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

  .pdv-hero-media {
    margin-inline: auto;
    max-width: 960px;
    width: 100%;
  }

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

@media (max-width: 820px) {
  .site-header {
    gap: 14px;
  }

  .nav-links {
    display: none;
  }

  .site-header .button-small {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 48px;
  }

  .product-grid {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .whatsapp-panel {
    grid-column: 1 / -1;
    min-height: 170px;
  }

  .floating-wa {
    display: inline-flex;
  }

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

@media (max-width: 620px) {
  .section-pad {
    padding-inline: 18px;
  }

  .brand span {
    max-width: 132px;
  }

  .hero-actions,
  .hero-actions .button,
  .final-cta .button {
    width: 100%;
  }

  .solution-grid,
  .pdv-feature-grid,
  .metric-row {
    grid-template-columns: 1fr;
  }

  .pdv-hero-actions,
  .pdv-hero-actions .button {
    width: 100%;
  }

  .product-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .mock-sidebar {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    padding: 14px 16px;
  }

  .mock-sidebar img {
    height: 42px;
    width: 42px;
  }

  .mock-main {
    gap: 12px;
    padding: 16px;
  }

  .product-window .metric-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .metric-row > div {
    padding: 10px;
  }

  .metric-row strong {
    font-size: 1.18rem;
  }

  .chart-card {
    flex: 0 0 132px;
    min-height: 132px;
  }

  .whatsapp-panel {
    min-height: 0;
  }

  .sidebar-line {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
