:root {
  color-scheme: dark;
  --bg: #0a0a0a;
  --bg-2: #0b1120;
  --panel: rgba(17, 24, 39, 0.78);
  --panel-strong: rgba(6, 27, 51, 0.9);
  --gold: #d4af37;
  --gold-light: #e8d48b;
  --white: #ffffff;
  --text: #e8edf6;
  --muted: #b0b0b0;
  --blue: #0077a8;
  --green: #8baa55;
  --orange: #f2a100;
  --border: rgba(232, 212, 139, 0.18);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 74% 12%, rgba(212, 175, 55, 0.12), transparent 28rem),
    radial-gradient(circle at 14% 36%, rgba(0, 119, 168, 0.13), transparent 26rem),
    linear-gradient(180deg, #070707 0%, #0b1120 44%, #070707 100%);
  color: var(--text);
}

body.modal-open {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  padding: 12px 0;
  backdrop-filter: blur(18px);
}

.site-header::before {
  position: fixed;
  inset: 0 50%;
  z-index: -1;
  width: 100vw;
  margin-left: -50vw;
  content: "";
  background: rgba(7, 7, 7, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  min-height: 42px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(232, 212, 139, 0.3);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
  filter: none;
}

.nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 650;
}

.nav a:hover {
  color: var(--gold-light);
}

.menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

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

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: 48px;
  align-items: center;
  min-height: min(780px, calc(100vh - 76px));
  padding-top: 64px;
  padding-bottom: 56px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 790px;
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(40px, 4.65vw, 62px);
  line-height: 1.01;
  letter-spacing: 0;
}

h2 {
  color: var(--white);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  color: var(--white);
  font-size: 19px;
  line-height: 1.25;
}

.hero-lead,
.section-heading p,
.performance-copy p,
.final-cta p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.hero-lead {
  max-width: 680px;
  margin-bottom: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  color: #11100a;
  font-weight: 900;
  cursor: pointer;
  background: linear-gradient(135deg, var(--gold-light), var(--gold) 58%, var(--orange));
  border: 0;
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(212, 175, 55, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.btn:hover {
  filter: brightness(1.05);
  box-shadow: 0 18px 54px rgba(232, 212, 139, 0.34);
  transform: translateY(-2px) scale(1.01);
}

.btn-small {
  min-height: 40px;
  padding: 0 16px;
  font-size: 13px;
}

.microcopy {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.hero-visual {
  min-width: 0;
}

.visual-shell {
  position: relative;
  min-height: 560px;
  padding: 26px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(6, 27, 51, 0.98), rgba(10, 10, 10, 0.92)),
    radial-gradient(circle at top, rgba(212, 175, 55, 0.3), transparent 18rem);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow), inset 0 0 70px rgba(0, 119, 168, 0.1);
}

.visual-shell::before,
.visual-shell::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.visual-shell::before {
  inset: 22px;
  border: 1px solid rgba(212, 175, 55, 0.24);
  border-radius: 8px;
}

.visual-shell::after {
  display: none;
}

.agency-panel {
  position: relative;
  z-index: 1;
  padding: 20px;
  margin: 24px 8px 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.042)),
    radial-gradient(circle at 18% 0%, rgba(212, 175, 55, 0.18), transparent 16rem);
  border: 1px solid rgba(232, 212, 139, 0.18);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.panel-head {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 16px;
  align-items: center;
}

.hero-logo {
  display: block;
  width: 132px;
  height: 64px;
  padding: 10px 12px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.93);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
}

.panel-head strong,
.panel-head span {
  display: block;
}

.panel-head strong {
  color: var(--white);
  font-size: 21px;
  line-height: 1.1;
}

.panel-head span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
}

.panel-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.panel-metrics span {
  min-height: 68px;
  padding: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.35;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.panel-metrics b {
  display: block;
  margin-bottom: 5px;
  color: var(--gold-light);
  font-size: 13px;
}

.panel-chart {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 110px;
  padding: 18px 14px 0;
  margin-top: 18px;
  background: linear-gradient(180deg, rgba(6, 27, 51, 0.3), rgba(0, 0, 0, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
}

.panel-chart i {
  flex: 1;
  height: var(--h);
  background: linear-gradient(180deg, var(--c1), var(--c2));
  border-radius: 7px 7px 0 0;
  box-shadow: 0 0 28px color-mix(in srgb, var(--c1) 30%, transparent);
  transform-origin: bottom;
  opacity: 0.38;
  transform: scaleY(0);
}

.hero-visual.is-visible .panel-chart i {
  animation: bar-rise-loop-1 5s cubic-bezier(0.2, 0.8, 0.2, 1) infinite both;
}

.hero-visual.is-visible .panel-chart i:nth-child(2) {
  animation-name: bar-rise-loop-2;
}

.hero-visual.is-visible .panel-chart i:nth-child(3) {
  animation-name: bar-rise-loop-3;
}

.hero-visual.is-visible .panel-chart i:nth-child(4) {
  animation-name: bar-rise-loop-4;
}

.hero-visual.is-visible .panel-chart i:nth-child(5) {
  animation-name: bar-rise-loop-5;
}

.hero-visual.is-visible .panel-chart i:nth-child(6) {
  animation-name: bar-rise-loop-6;
}

.signal {
  display: none;
}

.dashboard-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 0 8px;
}

.dashboard-grid::before {
  position: absolute;
  inset: -18px 18px auto;
  z-index: -1;
  height: 92px;
  content: "";
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.18), rgba(0, 119, 168, 0.2), rgba(139, 170, 85, 0.14));
  border-radius: 8px;
  filter: blur(24px);
}

.mini-card,
.case-card,
.service-card,
.list-panel,
.fit-card,
.faq-item,
.proof-card,
.approach-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.034));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.24);
}

.mini-card,
.case-card,
.service-card,
.proof-card {
  position: relative;
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.mini-card::after,
.case-card::after,
.service-card::after,
.proof-card::after {
  position: absolute;
  inset: -45% auto auto -25%;
  width: 58%;
  height: 120%;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, rgba(232, 212, 139, 0.14), transparent 62%);
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 220ms ease, transform 220ms ease;
}

.mini-card:hover,
.case-card:hover,
.service-card:hover,
.proof-card:hover {
  border-color: rgba(232, 212, 139, 0.32);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34), 0 0 34px rgba(212, 175, 55, 0.08);
  transform: translateY(-4px) scale(1.015);
}

.mini-card:hover::after,
.case-card:hover::after,
.service-card:hover::after,
.proof-card:hover::after {
  opacity: 1;
  transform: scale(1);
}

.mini-card {
  min-height: 112px;
  padding: 16px;
}

.mini-card b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--gold);
  font-size: 22px;
}

.mini-card strong,
.mini-card span {
  display: block;
}

.mini-card strong {
  margin: 12px 0 8px;
  color: var(--white);
}

.mini-card span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.trust-strip {
  grid-column: 1 / -1;
  width: 100%;
  padding: 18px 20px;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 42px;
}

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

.list-panel,
.fit-card {
  padding: 28px;
}

.list-panel.danger {
  border-color: rgba(242, 161, 0, 0.22);
}

.list-panel.success {
  border-color: rgba(139, 170, 85, 0.28);
}

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

.list-row,
.fit-card p {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.list-row .mark,
.fit-card .mark {
  flex: 0 0 auto;
  margin-top: 3px;
}

.danger .mark,
.fit-card.muted .mark {
  color: #ef4444;
}

.success .mark,
.fit-card:not(.muted) .mark,
.success-message .mark {
  color: var(--green);
}

.center {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.case-grid,
.service-grid,
.approach-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.case-card,
.service-card {
  padding: 24px;
}

.service-card {
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 260ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.service-card.is-visible {
  transform: translateY(0);
}

.service-card:hover {
  transform: translateY(-5px) scale(1.012);
}

.service-card:hover .icon-box {
  color: #11100a;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 0 28px rgba(212, 175, 55, 0.22);
}

.service-card:hover h3 {
  text-shadow: 0 0 24px rgba(232, 212, 139, 0.14);
}

.case-card p,
.service-card p {
  color: var(--muted);
  line-height: 1.62;
}

.case-card h3 {
  margin-bottom: 8px;
  color: var(--gold-light);
  font-size: 15px;
}

.case-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  color: var(--white);
  font-weight: 850;
}

.case-topline b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--gold);
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 8px;
  transition: color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.case-card:hover .case-topline b {
  color: #11100a;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 0 28px rgba(212, 175, 55, 0.22);
}

.case-card:hover .case-topline span {
  text-shadow: 0 0 24px rgba(232, 212, 139, 0.16);
}

.metric-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.metric-wrap span {
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  background: rgba(212, 175, 55, 0.09);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 999px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.proof-card {
  display: block;
  width: 100%;
  padding: 14px;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.proof-screen {
  position: relative;
  height: 150px;
  margin-bottom: 14px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(6, 27, 51, 0.95), rgba(0, 0, 0, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.proof-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  filter: saturate(0.94) contrast(1.02);
  transform: scale(1);
  transition: transform 260ms ease, filter 260ms ease;
}

.proof-card:hover .proof-screen img {
  filter: saturate(1.05) contrast(1.04);
  transform: scale(1.045);
}

.proof-number {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #11100a;
  font-size: 14px;
  font-weight: 950;
  background: var(--gold);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(212, 175, 55, 0.22);
}

.proof-card strong,
.proof-card small {
  display: block;
  position: relative;
  z-index: 1;
}

.proof-card strong {
  color: var(--white);
  font-size: 18px;
  line-height: 1.25;
}

.proof-card small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.35;
}

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

.icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  color: var(--gold);
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 8px;
}

.performance-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 44px;
  align-items: center;
}

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

.approach-card {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 96px;
  padding: 18px;
  color: var(--white);
  font-weight: 800;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 520ms ease, transform 260ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.approach-card .bolt {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: var(--gold);
  font-size: 24px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 8px;
  transition: color 220ms ease, background 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.approach-grid.is-visible .approach-card {
  opacity: 1;
  transform: translateY(0);
}

.approach-grid.is-visible .approach-card:nth-child(2) {
  transition-delay: 70ms;
}

.approach-grid.is-visible .approach-card:nth-child(3) {
  transition-delay: 140ms;
}

.approach-grid.is-visible .approach-card:nth-child(4) {
  transition-delay: 210ms;
}

.approach-grid.is-visible .approach-card:nth-child(5) {
  transition-delay: 280ms;
}

.approach-grid.is-visible .approach-card:nth-child(6) {
  transition-delay: 350ms;
}

.approach-card:hover {
  border-color: rgba(232, 212, 139, 0.32);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.3), 0 0 32px rgba(212, 175, 55, 0.1);
  transform: translateY(-5px) scale(1.012);
}

.approach-card:hover .bolt {
  color: #11100a;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 0 28px rgba(212, 175, 55, 0.22);
  filter: drop-shadow(0 0 14px rgba(212, 175, 55, 0.3));
}

.fit-card p + p {
  margin-top: 13px;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  overflow: hidden;
}

.faq-item + .faq-item {
  margin-top: 12px;
}

.faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 22px;
  color: var(--white);
  font-weight: 850;
  text-align: left;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.faq-item .chevron {
  flex: 0 0 auto;
  color: var(--gold);
  font-size: 24px;
  line-height: 1;
  transition: transform 180ms ease;
}

.faq-item.is-open .chevron {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 220ms ease;
}

.faq-item.is-open .faq-answer {
  max-height: 260px;
}

.faq-answer p {
  padding: 0 22px 22px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.final-cta {
  max-width: 980px;
  padding: 76px 40px;
  margin-bottom: 72px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(6, 27, 51, 0.92), rgba(10, 10, 10, 0.96)),
    radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.24), transparent 24rem);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.final-cta p {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.quick-link {
  display: block;
  margin-top: 18px;
  color: var(--gold-light);
  font-weight: 750;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  padding: 28px 0 42px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.62);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer div {
  display: flex;
  gap: 20px;
}

.footer a:hover {
  color: var(--gold-light);
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(12px);
}

.lead-modal {
  position: relative;
  width: min(520px, 100%);
  max-height: calc(100vh - 36px);
  padding: 30px;
  overflow-y: auto;
  background: linear-gradient(180deg, #111827, #080b12);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.hamburger,
.hamburger::before,
.hamburger::after {
  display: block;
  width: 19px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.hamburger {
  position: relative;
}

.hamburger::before,
.hamburger::after {
  position: absolute;
  left: 0;
  content: "";
}

.hamburger::before {
  top: -6px;
}

.hamburger::after {
  top: 6px;
}

.xicon {
  font-size: 30px;
  line-height: 1;
}

.mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  font-weight: 900;
  line-height: 1;
}

.wa-icon {
  display: block;
  width: 68px;
  height: 68px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.28));
}

.modal-intro {
  padding-right: 44px;
}

.modal-intro h2 {
  margin-bottom: 10px;
  font-size: 34px;
}

.modal-intro p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.6;
}

.lead-form {
  display: grid;
  gap: 14px;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 750;
}

.lead-form input {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  outline: none;
}

.lead-form input:focus {
  border-color: rgba(232, 212, 139, 0.72);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.12);
}

.btn.full {
  width: 100%;
  margin-top: 8px;
}

.success-message {
  display: grid;
  gap: 14px;
  justify-items: center;
  padding: 32px 18px;
  text-align: center;
  background: rgba(139, 170, 85, 0.09);
  border: 1px solid rgba(139, 170, 85, 0.24);
  border-radius: 8px;
}

.success-message p {
  margin: 0;
  color: var(--text);
  line-height: 1.65;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  color: #ffffff;
  background: transparent;
  border-radius: 50%;
  box-shadow: 0 16px 42px rgba(37, 211, 102, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.proof-lightbox {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(12px);
}

.proof-lightbox-frame {
  position: relative;
  width: min(1180px, 100%);
  padding: 18px;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.98), rgba(8, 11, 18, 0.98));
  border: 1px solid rgba(232, 212, 139, 0.28);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.lightbox-close {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  cursor: pointer;
  background: rgba(0, 0, 0, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.lightbox-image {
  display: grid;
  place-items: center;
  max-height: min(76vh, 760px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(6, 27, 51, 0.95), rgba(0, 0, 0, 0.82)),
    radial-gradient(circle at 72% 18%, rgba(212, 175, 55, 0.18), transparent 18rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.lightbox-image img {
  display: block;
  width: 100%;
  max-height: min(76vh, 760px);
  object-fit: contain;
  background: rgba(255, 255, 255, 0.98);
}

.lightbox-caption {
  padding: 16px 4px 0;
}

.lightbox-caption strong,
.lightbox-caption small {
  display: block;
}

.lightbox-caption strong {
  color: var(--white);
  font-size: 20px;
}

.lightbox-caption small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 16px;
}

@keyframes bar-rise-loop-1 {
  0% {
    transform: scaleY(0);
    opacity: 0.38;
  }

  17%,
  88% {
    transform: scaleY(1);
    opacity: 1;
  }

  90%,
  100% {
    transform: scaleY(0);
    opacity: 0.38;
  }
}

@keyframes bar-rise-loop-2 {
  0%,
  6% {
    transform: scaleY(0);
    opacity: 0.38;
  }

  23%,
  88% {
    transform: scaleY(1);
    opacity: 1;
  }

  90%,
  100% {
    transform: scaleY(0);
    opacity: 0.38;
  }
}

@keyframes bar-rise-loop-3 {
  0%,
  12% {
    transform: scaleY(0);
    opacity: 0.38;
  }

  29%,
  88% {
    transform: scaleY(1);
    opacity: 1;
  }

  90%,
  100% {
    transform: scaleY(0);
    opacity: 0.38;
  }
}

@keyframes bar-rise-loop-4 {
  0%,
  18% {
    transform: scaleY(0);
    opacity: 0.38;
  }

  35%,
  88% {
    transform: scaleY(1);
    opacity: 1;
  }

  90%,
  100% {
    transform: scaleY(0);
    opacity: 0.38;
  }
}

@keyframes bar-rise-loop-5 {
  0%,
  24% {
    transform: scaleY(0);
    opacity: 0.38;
  }

  41%,
  88% {
    transform: scaleY(1);
    opacity: 1;
  }

  90%,
  100% {
    transform: scaleY(0);
    opacity: 0.38;
  }
}

@keyframes bar-rise-loop-6 {
  0%,
  30% {
    transform: scaleY(0);
    opacity: 0.38;
  }

  47%,
  88% {
    transform: scaleY(1);
    opacity: 1;
  }

  90%,
  100% {
    transform: scaleY(0);
    opacity: 0.38;
  }
}

.whatsapp-float:hover {
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 18px 58px rgba(37, 211, 102, 0.48);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.case-card.reveal {
  transition: opacity 600ms ease, transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.case-card.reveal:hover {
  transform: translateY(-4px) scale(1.015);
}

.service-card.reveal {
  transition: opacity 600ms ease, transform 260ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.service-card.reveal:hover {
  transform: translateY(-5px) scale(1.012);
}

.approach-grid.is-visible .approach-card:hover {
  transform: translateY(-5px) scale(1.012);
}

@media (max-width: 1080px) {
  .hero,
  .performance-section {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 760px) {
  .site-header {
    min-height: 68px;
  }

  .brand {
    width: 132px;
    min-height: 40px;
    padding: 8px 10px;
  }

  .menu-button {
    display: inline-flex;
  }

  .nav {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    background: rgba(7, 7, 7, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

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

  .nav a {
    padding: 14px 10px;
  }

  .nav-cta {
    width: 100%;
    margin-top: 8px;
  }

  .section {
    width: min(100% - 24px, 1180px);
    padding: 72px 0;
  }

  .hero {
    gap: 34px;
    min-height: auto;
    padding-top: 42px;
  }

  h1 {
    font-size: clamp(38px, 12vw, 52px);
    line-height: 1;
  }

  h2 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .hero-lead,
  .section-heading p,
  .performance-copy p,
  .final-cta p {
    font-size: 16px;
  }

  .btn {
    width: 100%;
    min-height: 54px;
    padding: 0 14px;
    font-size: 14px;
  }

  .visual-shell {
    min-height: auto;
    padding: 22px;
  }

  .panel-head {
    grid-template-columns: 1fr;
  }

  .hero-logo {
    width: 152px;
    height: 62px;
    margin: 0;
  }

  .dashboard-grid,
  .split-grid,
  .case-grid,
  .service-grid,
  .approach-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    font-size: 13px;
    line-height: 1.6;
  }

  .list-panel,
  .fit-card,
  .case-card,
  .service-card {
    padding: 20px;
  }

  .panel-metrics {
    grid-template-columns: 1fr;
  }

  .proof-screen {
    height: 180px;
  }

  .proof-lightbox {
    padding: 14px;
  }

  .final-cta {
    width: min(100% - 24px, 980px);
    padding: 54px 20px;
  }

  .footer {
    flex-direction: column;
    gap: 18px;
    text-align: center;
  }

  .lead-modal {
    align-self: end;
    width: 100%;
    padding: 24px;
  }

  .modal-intro h2 {
    font-size: 30px;
  }
}
