:root {
  --primary: #00929e;
  --secondary: #ee522a;
  --dark: #233047;
  --text: #4d5b68;
  --line: #dfe8ec;
  --white: #ffffff;
  --soft: #f5f9fb;
  --soft-2: #edf6f8;
  --shadow: 0 24px 80px rgba(20, 43, 64, 0.12);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --radius-sm: 12px;
}

* { box-sizing: border-box; }

.full-width { width: 100%; }

.hero {
  overflow: hidden;
  padding: 90px 0 72px;
  background:
    radial-gradient(circle at 0% 10%, rgba(0, 146, 158, 0.14), transparent 30%),
    radial-gradient(circle at 100% 0%, rgba(238, 82, 42, 0.12), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f6fbfc 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.06fr;
  gap: 58px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
  font-size: .78rem;
  color: var(--secondary);
}
.eyebrow::before {
  content: "";
  width: 32px;
  height: 3px;
  border-radius: 999px;
  background: var(--primary);
}
.eyebrow-light { color: #e9fbff; }
.eyebrow-light::before { background: var(--secondary); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin: 18px 0 20px;
  font-size: clamp(2.7rem, 5vw, 4.7rem);
  line-height: .98;
  letter-spacing: -.06em;
}
h2 {
  margin: 14px 0 18px;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.06;
  letter-spacing: -.045em;
  color: var(--dark);
}
h3 { font-size: 1.15rem; line-height: 1.25; }
.hero-text,
.section-heading p,
.split-copy p,
.api-copy p,
.contact-copy p {
  color: var(--text);
  font-size: 1.08rem;
  max-width: 720px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0 34px;
}
.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.hero-metrics article {
  background: rgba(255,255,255,0.9);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 16px;
  box-shadow: var(--shadow);
}
.hero-metrics strong {
  display: block;
  margin-bottom: 4px;
  color: var(--primary);
  font-size: 1.2rem;
}
.hero-metrics span { color: var(--text); font-weight: 700; font-size: .9rem; }
.hero-media {
  position: relative;
  min-height: 630px;
}
.hero-image {
  width: 100%;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.media-badge {
  position: absolute;
  max-width: 290px;
  background: rgba(255,255,255,0.94);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 16px 18px;
  box-shadow: var(--shadow);
}
.media-badge strong { display: block; margin-bottom: 4px; }
.media-badge span { color: var(--text); font-size: .92rem; }
.badge-a { left: -22px; top: 36px; }
.badge-b { right: -18px; bottom: 36px; }

.trust-strip {
  padding: 18px 0;
  background: linear-gradient(90deg, var(--dark), #1d4654);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  color: rgba(255,255,255,0.9);
  font-weight: 800;
  text-align: center;
}

.section { padding: 96px 0; }
.section-soft { background: var(--soft); }
.section-heading { max-width: 760px; margin-bottom: 40px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.benefit-grid,

.dashboard-grid,
.process-grid {
  display: grid;
  gap: 18px;
}
.benefit-grid { grid-template-columns: repeat(4, 1fr); }
.benefit-card { padding: 26px; }
.featured-card {
  background: linear-gradient(135deg, var(--primary), #006d76);
  color: var(--white);
}
.featured-card p,
.featured-card h3 { color: var(--white); }
.benefit-card p,
.feature-card p,
.process-card span,
.dashboard-tile li span,
.dashboard-tile li,
.contact-form small { color: var(--text); }

.split-grid,
.api-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.screenshot-block { padding: 20px; }
.screen-topbar { display: flex; gap: 8px; margin-bottom: 18px; }
.screen-topbar span {
  width: 12px; height: 12px; border-radius: 50%; background: #d6e4e7;
}
.screen-content {
  display: grid;
  grid-template-columns: 110px 1fr;
  min-height: 390px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.screen-sidebar { background: linear-gradient(180deg, var(--primary), #006d76); }
.screen-main { padding: 24px; background: var(--white); }
.line { height: 14px; border-radius: 999px; background: #dce7ea; margin-bottom: 14px; }
.w-80 { width: 80%; }
.w-55 { width: 55%; }
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 24px 0; }
.mini-stat { height: 78px; border-radius: 16px; background: #f2f8fa; border: 1px solid var(--line); }
.table-mock {
  height: 200px;
  border-radius: 16px;
  background: repeating-linear-gradient(180deg, #f5f9fb, #f5f9fb 28px, #ffffff 28px, #ffffff 56px);
  border: 1px solid var(--line);
}
.placeholder-note {
  display: inline-block;
  margin-top: 14px;
  color: var(--text);
  font-size: .92rem;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 12px;
}
.feature-list li {
  position: relative;
  padding-left: 32px;
  font-weight: 700;
}
.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(0, 146, 158, 0.12);
  color: var(--primary);
  font-weight: 900;
}


.feature-card { padding: 20px; }
.feature-card h3 { color: var(--primary); }

.api-section {
  color: var(--white);
  background:
    radial-gradient(circle at 0% 0%, rgba(0, 146, 158, 0.28), transparent 28%),
    radial-gradient(circle at 100% 20%, rgba(238, 82, 42, 0.22), transparent 24%),
    linear-gradient(135deg, #122535, #0d4a5a 58%, #0f2f49);
}
.api-section h2,
.api-section h3 { color: var(--white); }
.api-section p { color: rgba(255,255,255,0.78); }
.endpoint-list { display: grid; gap: 12px; margin-top: 26px; }
.endpoint-list div {
  display: grid;
  grid-template-columns: 68px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}
.endpoint-list b {
  text-align: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 146, 158, 0.22);
}
.endpoint-list code {
  color: #e8fbff;
  font-size: .95rem;
}
.endpoint-list span {
  color: rgba(255,255,255,0.7);
  font-size: .92rem;
}
.api-visual {
  position: relative;
  min-height: 520px;
}
.dark-card {
  width: min(320px, 100%);
  min-height: 470px;
  padding: 54px 20px 20px;
  background: #0f1217;
  border: 10px solid #080a0d;
  border-radius: 36px;
  color: var(--white);
}
.phone-notch {
  position: absolute;
  top: 16px; left: 50%; transform: translateX(-50%);
  width: 74px; height: 8px; border-radius: 999px; background: rgba(255,255,255,.14);
}
.ui-row {
  padding: 14px 16px;
  border-radius: 14px;
  margin-top: 12px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.84);
  font-weight: 700;
}
.ui-row.active { background: var(--primary); color: var(--white); }
.glass-card-new {
  position: absolute;
  right: 230px;
  bottom: 34px;
  width: 280px;
  padding: 18px 20px;
  color: var(--white);
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 12px;
  backdrop-filter: blur(14px);
}
.glass-card-new p { color: rgba(255,255,255,0.82); margin-bottom: 0; }

.dashboard-grid { grid-template-columns: 1fr 1.1fr 1fr 1fr; }
.dashboard-tile { padding: 24px; }
.dashboard-tile ul,
.dashboard-tile ol { margin: 18px 0 0; padding-left: 18px; }
.dashboard-tile li { margin-bottom: 10px; }
.dashboard-tile strong { color: var(--dark); }

.chart-tile { display: flex; flex-direction: column; }
.donut {
  width: 180px; height: 180px; border-radius: 50%;
  margin: 20px auto 0;
  background: conic-gradient(var(--primary) 0 35%, var(--secondary) 35% 63%, #7d68ff 63% 80%, #8ccf2f 80% 100%);
  position: relative;
}
.donut::after {
  content: "";
  position: absolute; inset: 28px;
  border-radius: 50%; background: var(--white);
}
.process-grid { grid-template-columns: repeat(4, 1fr); }
.process-card { padding: 24px; text-align: center; }
.process-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--primary);
  font-size: 1.08rem;
}
.process-card span {
  display: block;
  margin-top: 8px;
  font-weight: 700;
}

.contact-grid { align-items: start; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.contact-form { padding: 30px; }
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 22px 0 18px;
}
label span {
  display: block;
  margin-bottom: 8px;
  font-weight: 800;
}
label input,
label textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
  font: inherit;
  color: var(--dark);
  background: #fbfdfe;
}
label textarea { resize: vertical; }
.full { grid-column: 1 / -1; }

.site-footer {
  background: var(--dark);
  padding: 26px 0;
  color: rgba(255,255,255,0.75);
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer-inner p { margin: 0; }
.footer-inner a { color: var(--white); font-weight: 800; }

.dashboard-grid-new {
  display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr 1fr; gap: 16px; align-items: stretch;
}

@media (max-width: 1180px) {
  .feature-grid-new.six { grid-template-columns: repeat(3, 1fr); }
  .dashboard-grid-new { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero-grid, .split-grid, .api-grid { grid-template-columns: 1fr; }
  .hero-kpis, .benefits-grid.four, .feature-grid.six, .dashboard-grid-new { grid-template-columns: repeat(2, 1fr); }
  .api-visual { grid-template-columns: 1fr; }
  .hero-visual { min-height: auto; }
  .mobile-card { position: relative; right: auto; bottom: auto; margin: 20px auto 0; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 68px 0; }
  .hero { padding-top: 56px; }
  h1 { font-size: 3rem; }
  .hero-kpis, .benefits-grid.four, .feature-grid.six, .dashboard-grid-new { grid-template-columns: 1fr; }
  .browser-toolbar, .stat-row { grid-template-columns: 1fr 1fr; }
  .hero-actions, .cta-actions, .cta-box, .footer-content { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .api-list > div { grid-template-columns: 64px 1fr; }
  .api-list small { grid-column: 2; }
  .process-row { justify-content: flex-start; }
}

.screen-card, .mobile-card, .benefit-card, .feature-card, .browser-mock, .dash-card-new, .detail-panel, .cta-box {
  box-shadow: var(--shadow);
}

.dash-card-new {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px;
}

.dash-card-new h3 { margin-bottom: 16px; }

.kpis-new ul, .approvals ul, .top-products ol { margin: 0; padding: 0; list-style: none; }
.kpis-new li, .approvals li {
  display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid #eef4f6;
}
.kpis-new li:last-child, .approvals li:last-child { border-bottom: none; }
.kpis-new span, .approvals span { color: var(--text); }
.top-products li { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #eef4f6; }
.top-products li:last-child { border-bottom: none; }
.heatmap-grid-new {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px;
}

.heatmap-grid-new {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px;
}
.heatmap-grid-new span { aspect-ratio: 1; border-radius: 8px; display: block; }

.c1 { background: #daf5ec; } .c2 { background: #bdeacf; } .c3 { background: #9bdfae; } .c4 { background: #ffd189; } .c5 { background: #ff8e5f; }

.legend { display: grid; gap: 8px; width: 100%; }
.legend span { display: flex; align-items: center; gap: 8px; color: var(--text); font-weight: 600; }
.lg { width: 10px; height: 10px; border-radius: 999px; display: inline-block; }
.lg.teal { background: var(--primary); } .lg.orange { background: var(--secondary); } .lg.purple { background: #8a6be8; } .lg.gray { background: #b9c5d0; }
