:root {
  --bg: #061018;
  --bg-soft: #0d1a24;
  --bg-card: rgba(17, 31, 43, 0.8);
  --bg-card-strong: rgba(14, 26, 37, 0.9);
  --text: #fbf8f2;
  --muted: #c4d0db;
  --gold: #f8d99b;
  --gold-strong: #edc574;
  --line: rgba(255, 255, 255, 0.12);
  --line-gold: rgba(248, 217, 155, 0.28);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  --radius-xl: 34px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --radius-sm: 18px;
  --space-section: 96px;
  --space-block: 24px;
  --space-card: 18px;
  --container: min(1220px, calc(100vw - 40px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(49, 111, 150, 0.28), transparent 30%),
    radial-gradient(circle at 80% 12%, rgba(248, 217, 155, 0.1), transparent 20%),
    linear-gradient(180deg, #0a1620 0%, #071018 100%);
}

body.menu-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

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

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

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

button {
  cursor: pointer;
}

.page-shell {
  position: relative;
  overflow: clip;
}

.ambient {
  position: fixed;
  pointer-events: none;
  filter: blur(90px);
  opacity: 0.45;
  z-index: 0;
}

.ambient-one {
  top: 90px;
  right: -30px;
  width: 300px;
  height: 300px;
  background: rgba(248, 217, 155, 0.12);
}

.ambient-two {
  left: -80px;
  top: 46%;
  width: 340px;
  height: 340px;
  background: rgba(32, 106, 154, 0.18);
}

.ambient-three {
  right: 10%;
  bottom: 8%;
  width: 240px;
  height: 240px;
  background: rgba(21, 161, 140, 0.1);
}

.site-header,
.section,
.trust-band,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  width: var(--container);
  margin: 14px auto 0;
}

.header-bar,
.panel,
.trust-band,
.step-card,
.feature-card,
.contact-chip,
.viewer-stage,
.thumb {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045));
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
  box-shadow: var(--shadow);
}

.header-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 14px 18px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06)),
    rgba(9, 19, 28, 0.66);
  border-color: rgba(255, 255, 255, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-logo {
  width: min(225px, 34vw);
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  min-width: 0;
}

.site-nav a,
.phone-pill,
.social-link,
.contact-chip,
.feature-card,
.metric-card,
.step-card,
.button,
.thumb,
.viewer-nav,
.footer-block a {
  transition:
    transform 0.28s ease,
    background-color 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    color 0.28s ease,
    opacity 0.28s ease;
}

.site-nav a {
  color: rgba(251, 248, 242, 0.88);
  font-size: 0.95rem;
}

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

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-header-actions,
.menu-toggle,
.mobile-menu {
  display: none;
}

.mobile-social-link {
  display: none;
}

.phone-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

.phone-pill:hover,
.phone-pill:focus-visible,
.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-2px);
}

.inline-icon,
.social-link,
.chip-icon,
.feature-icon,
.viewer-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.inline-icon svg,
.social-link svg,
.chip-icon svg,
.feature-icon svg,
.viewer-nav svg {
  width: 22px;
  height: 22px;
}

.social-link {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
}

.social-whatsapp {
  background: linear-gradient(135deg, #25d366, #129c4a);
}

.social-telegram {
  background: linear-gradient(135deg, #32a7e6, #198ed1);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.button:hover,
.button:focus-visible,
.feature-card:hover,
.feature-card:focus-within,
.metric-card:hover,
.step-card:hover,
.contact-chip:hover,
.contact-chip:focus-visible,
.thumb:hover,
.thumb:focus-visible,
.viewer-nav:hover,
.viewer-nav:focus-visible {
  transform: translateY(-3px);
}

.button-gold {
  color: #091118;
  background: linear-gradient(135deg, #ffe9ba, var(--gold-strong));
  box-shadow: 0 14px 36px rgba(242, 199, 114, 0.24);
}

.button-dark {
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.14);
}

.button-dark:hover,
.button-dark:focus-visible {
  border-color: var(--line-gold);
}

.section {
  width: var(--container);
  margin: 0 auto;
  padding-top: var(--space-section);
}

.hero.section {
  margin-top: 22px;
  padding-top: 22px;
  position: relative;
  overflow: hidden;
  border-radius: 38px;
  background:
    linear-gradient(90deg, rgba(7, 15, 22, 0.82) 0%, rgba(7, 15, 22, 0.6) 36%, rgba(7, 15, 22, 0.34) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    url("assets/pool-1.jpg") 62% center / cover no-repeat;
  box-shadow: var(--shadow);
}

.hero.section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 24%, rgba(248, 217, 155, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(7, 16, 24, 0.08), rgba(7, 16, 24, 0.2));
  pointer-events: none;
}

.hero.section > * {
  position: relative;
  z-index: 1;
}

.split-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.hero-layout {
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
}

.section-layout,
.case-layout,
.contact-layout {
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
}

.panel {
  padding: 24px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(10, 20, 30, 0.58);
}

.panel-large {
  min-height: clamp(360px, 46vh, 460px);
}

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

h1,
h2 {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.05rem, 3vw, 3.15rem);
  max-width: 19ch;
}

h2 {
  font-size: clamp(1.7rem, 2.7vw, 2.5rem);
  max-width: 22ch;
}

h3 {
  margin: 0;
  font-size: 1.14rem;
  line-height: 1.32;
  text-wrap: balance;
}

p,
li,
span {
  line-height: 1.6;
}

.hero-copy,
.intro-panel,
.case-copy,
.contact-copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hero-copy {
  justify-content: flex-start;
  max-width: none;
  width: 100%;
  align-items: flex-start;
  padding-top: 18px;
}

.hero-copy.panel-large {
  min-height: clamp(360px, 46vh, 460px);
}

.hero-copy-card {
  display: grid;
  gap: 14px;
  width: min(660px, 100%);
  padding: 22px 22px 18px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(8, 18, 27, 0.48);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.hero-showcase.panel-large {
  min-height: clamp(360px, 46vh, 460px);
}

.hero-lead,
.intro-panel p:not(.eyebrow),
.case-copy p:not(.eyebrow),
.contact-copy p:not(.eyebrow),
.step-card p,
.feature-card p,
.form-note,
.site-footer p,
.viewer-meta span {
  color: var(--muted);
}

.hero-copy,
.intro-panel,
.case-copy,
.contact-copy,
.offer-copy {
  text-wrap: pretty;
}

.hero-lead {
  margin: 0;
  max-width: 40ch;
  font-size: 1.06rem;
  color: rgba(251, 248, 242, 0.92);
}

.hero-note {
  margin: 0;
  max-width: 48ch;
  color: var(--muted);
}

.hero-actions-compact {
  align-items: center;
  gap: 14px;
  margin-top: 4px;
}

.hero-actions-compact .button {
  min-width: 216px;
}

.hero-inline-link {
  color: rgba(251, 248, 242, 0.84);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(248, 217, 155, 0.34);
  text-underline-offset: 4px;
}

.hero-inline-link:hover,
.hero-inline-link:focus-visible {
  color: var(--gold);
}

.hero-proofline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-proofline span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(251, 248, 242, 0.82);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.intro-visual {
  position: relative;
  margin: 10px 0 0;
  min-height: 320px;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.intro-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 8, 13, 0.02), rgba(4, 8, 13, 0.72));
}

.intro-visual-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.intro-visual-caption span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--text);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(6, 15, 22, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

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

.hero-actions .button {
  min-width: 188px;
}

.hero-points,
.case-stats {
  display: grid;
  gap: 14px;
}

.hero-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 24px;
}

.hero-points-wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
  padding-top: 0;
  max-width: min(980px, 100%);
}

.metric-card,
.stat-box {
  height: 100%;
  min-width: 0;
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.06);
}

.metric-card:hover,
.stat-box:hover {
  border-color: var(--line-gold);
}

.metric-label,
.stat-box span,
.brief-item span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.metric-card strong,
.stat-box strong,
.brief-item strong {
  display: block;
  font-size: 1rem;
  line-height: 1.35;
  text-wrap: pretty;
  overflow-wrap: anywhere;
}

.metric-card strong {
  margin-bottom: 6px;
  line-height: 1.32;
}

.metric-card p {
  margin: 0;
  color: var(--muted);
}

.hero-showcase {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hero-showcase-form {
  position: relative;
  justify-content: center;
  align-items: flex-end;
  overflow: visible;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hero-form-card {
  position: relative;
  z-index: 1;
}

.hero-form-card {
  width: min(408px, 100%);
  padding: 18px;
  margin-top: 0;
  margin-left: auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    rgba(8, 19, 29, 0.82);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

.hero-form-copy {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}

.hero-form-copy .eyebrow {
  margin: 0;
}

.hero-form-copy h3 {
  margin: 0;
  max-width: 20ch;
  font-size: 1.08rem;
  line-height: 1.22;
}

.hero-form-note {
  margin: 0;
  color: rgba(209, 219, 228, 0.78);
  font-size: 0.84rem;
  line-height: 1.45;
}

.hero-compact-form {
  display: grid;
  gap: 8px;
  align-content: start;
  flex: 1 1 auto;
}

.hero-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.field-with-icon {
  position: relative;
  display: block;
}

.field-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: rgba(248, 217, 155, 0.8);
  pointer-events: none;
}

.field-icon svg {
  width: 18px;
  height: 18px;
}

.hero-compact-form input {
  width: 100%;
  min-height: 40px;
  padding: 0 14px 0 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  outline: none;
  font-size: 16px;
}

.hero-compact-form input::placeholder {
  color: rgba(209, 219, 228, 0.48);
}

.hero-compact-form input:focus {
  border-color: rgba(248, 217, 155, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.choice-group {
  margin: 0;
  padding: 0;
  border: 0;
  display: grid;
  gap: 8px;
}

.choice-group legend {
  padding: 0;
  color: rgba(251, 248, 242, 0.92);
  font-size: 0.82rem;
  font-weight: 600;
}

.choice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

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

.choice-pill {
  position: relative;
  display: inline-flex;
  min-height: 34px;
  min-width: 0;
}

.choice-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-pill span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 10px;
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.choice-pill input:checked + span {
  color: #091118;
  border-color: rgba(248, 217, 155, 0.6);
  background: linear-gradient(135deg, #ffe9ba, var(--gold-strong));
}

.choice-pill input:focus-visible + span,
.choice-pill:hover span {
  border-color: rgba(248, 217, 155, 0.36);
}

.hero-showcase-form .form-submit {
  margin-top: 4px;
  min-height: 44px;
  font-size: 0.92rem;
}

.hero-media img,
.viewer-slide img,
.viewer-slide video,
.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trust-band {
  width: var(--container);
  margin: 24px auto 0;
  padding: 18px 26px;
  border-radius: 999px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05)),
    rgba(10, 20, 30, 0.54);
}

.trust-band p {
  margin: 0;
}

.hero-benefits-section {
  padding-top: 30px;
}

.hero-benefits-section .hero-points-wide {
  margin-top: 0;
}

.offer-shell {
  display: grid;
  gap: 18px;
  padding: 22px;
}

.offer-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 16px;
  align-items: stretch;
}

.offer-intro {
  display: grid;
  align-content: start;
  gap: 12px;
}

.offer-intro p:not(.eyebrow) {
  margin: 0;
  max-width: 58ch;
  color: var(--muted);
}

.offer-highlight {
  position: relative;
  min-height: 210px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.offer-highlight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-highlight::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 10, 14, 0.08), rgba(5, 10, 14, 0.82));
}

.offer-highlight figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  display: grid;
  gap: 6px;
}

.offer-highlight strong {
  display: block;
  font-size: 1.02rem;
  line-height: 1.3;
}

.offer-highlight span {
  display: block;
  color: rgba(251, 248, 242, 0.82);
}

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

.offer-card {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.offer-card:hover,
.offer-card:focus-within {
  border-color: var(--line-gold);
  background: rgba(255, 255, 255, 0.06);
}

.offer-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 16px;
}

.offer-card-icon svg {
  width: 22px;
  height: 22px;
}

.offer-card h3 {
  margin-bottom: 8px;
}

.offer-card p {
  margin: 0;
  color: var(--muted);
}

.offer-actions {
  margin-top: 2px;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-card);
}

.feature-card {
  padding: 22px;
  border-radius: var(--radius-lg);
}

.feature-card:hover,
.feature-card:focus-within {
  border-color: var(--line-gold);
  background-color: rgba(255, 255, 255, 0.06);
}

.feature-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 18px;
}

.feature-gold {
  color: #edc574;
  background: rgba(237, 197, 116, 0.14);
}

.feature-cyan {
  color: #4ec8ef;
  background: rgba(78, 200, 239, 0.14);
}

.feature-emerald {
  color: #34d39a;
  background: rgba(52, 211, 154, 0.14);
}

.feature-violet {
  color: #9ea3ff;
  background: rgba(158, 163, 255, 0.16);
}

.case-copy {
  justify-content: flex-start;
  gap: 18px;
}

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

.project-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  height: 100%;
  align-content: start;
  padding: 0 0 14px;
  border-radius: 26px;
  overflow: hidden;
}

.project-card-stage {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  border-radius: 24px 24px 18px 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(6, 13, 18, 0.72);
}

.project-card-slides {
  position: relative;
  min-height: 290px;
}

.project-card-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s ease;
}

.project-card-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.project-card-slide::before {
  background-image: var(--media-backdrop);
  background-position: center;
  background-size: cover;
  filter: blur(22px) saturate(0.9);
  transform: scale(1.08);
  opacity: 0.4;
}

.project-card-slide[data-kind="video"]::before {
  display: none;
}

.project-card-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.project-card-slide img,
.project-card-slide video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.project-card-slide img {
  max-width: 100%;
  max-height: 100%;
}

.project-card-slide video {
  max-width: 100%;
  max-height: 100%;
  background: transparent;
}

.project-card-slide[data-kind="video"] .viewer-video-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.04), transparent 58%),
    rgba(6, 13, 18, 0.4);
}

.project-card-slide[data-kind="video"] .viewer-video-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--media-backdrop);
  background-position: center;
  background-size: cover;
  filter: blur(28px) saturate(0.96);
  transform: scale(1.14);
  opacity: 0.5;
  pointer-events: none;
}

.project-card-slide[data-kind="video"] .viewer-video-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 13, 18, 0.22), rgba(6, 13, 18, 0.08) 24%, rgba(6, 13, 18, 0.08) 76%, rgba(6, 13, 18, 0.22)),
    linear-gradient(90deg, rgba(6, 13, 18, 0.18), transparent 18%, transparent 82%, rgba(6, 13, 18, 0.18));
  pointer-events: none;
}

.project-card-slide[data-kind="video"] .viewer-video-shell video {
  display: block;
  margin: auto;
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  background: transparent;
}

.project-card-thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 84px;
  gap: 8px;
  overflow-x: auto;
  padding: 0 14px 6px;
  scrollbar-width: thin;
  scrollbar-color: rgba(248, 217, 155, 0.36) rgba(255, 255, 255, 0.05);
}

.project-card-thumb {
  position: relative;
  display: grid;
  place-items: center;
  height: 66px;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
}

.project-card-thumb img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
  z-index: 0;
}

.project-card-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 6, 8, 0.08), rgba(3, 6, 8, 0.28));
}

.project-card-thumb span,
.thumb-fallback {
  position: absolute;
  z-index: 1;
}

.thumb-fallback {
  left: auto;
  bottom: auto;
  position: relative;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.project-card-thumb span {
  left: 8px;
  bottom: 6px;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-card-thumb.is-active {
  border-color: rgba(248, 217, 155, 0.45);
  box-shadow: 0 0 0 1px rgba(248, 217, 155, 0.18);
}

.project-card-body {
  display: grid;
  gap: 6px;
  padding: 0 14px;
}

.project-card-meta {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-card-title {
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.32;
  min-height: 2.7em;
}

.project-card-subtitle {
  color: var(--muted);
  font-size: 0.9rem;
  min-height: 1.5em;
}

.project-card-details {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin: 0 14px;
  padding-top: 10px;
}

.project-card-details summary {
  cursor: pointer;
  color: rgba(251, 248, 242, 0.88);
  font-weight: 600;
  list-style: none;
}

.project-card-details summary::-webkit-details-marker {
  display: none;
}

.project-card-details p {
  margin: 10px 0 0;
  color: var(--muted);
}

.project-card .viewer-nav:hover,
.project-card .viewer-nav:focus-visible {
  transform: translateY(-50%);
}

.project-card .viewer-nav.is-hidden {
  display: none;
}

.case-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}

.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.feature-list li {
  position: relative;
  padding-left: 22px;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffe8b8, var(--gold-strong));
}

.case-viewer {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.case-viewer-compact {
  gap: 10px;
  padding: 14px;
}

.viewer-stage {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(6, 13, 18, 0.68);
}

.viewer-stage-compact {
  min-height: 405px;
  border-radius: 24px;
}

.viewer-slides {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 560px;
}

.viewer-stage-compact .viewer-slides {
  min-height: 405px;
}

.viewer-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.viewer-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.viewer-stage-compact .viewer-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.viewer-stage-compact .viewer-slide img,
.viewer-stage-compact .viewer-slide video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 18px;
}

.viewer-slide video {
  background: #030608;
}

.project-card-slide[data-kind="video"] .viewer-play {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #091118;
  font-size: 0;
  line-height: 0;
  background: linear-gradient(135deg, #ffe9ba, var(--gold-strong));
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.32),
    0 0 0 12px rgba(6, 13, 18, 0.22);
  opacity: 1;
  pointer-events: auto;
}

.project-card-slide[data-kind="video"] .viewer-play svg {
  width: 30px;
  height: 30px;
  margin-left: 0;
  filter: drop-shadow(0 3px 10px rgba(9, 17, 24, 0.16));
}

.viewer-video-shell.is-playing .viewer-play {
  opacity: 0;
  pointer-events: none;
}

.viewer-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  color: var(--text);
  background: rgba(7, 16, 24, 0.72);
  transform: translateY(-50%);
}

.viewer-prev {
  left: 16px;
}

.viewer-next {
  right: 16px;
}

.viewer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 4px;
}

.viewer-meta strong {
  color: var(--text);
  font-size: 0.98rem;
}

.viewer-thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 116px;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(248, 217, 155, 0.36) rgba(255, 255, 255, 0.05);
}

.viewer-thumbs-compact {
  gap: 8px;
}

.thumb {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  height: 96px;
  padding: 0;
  border-radius: 18px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
}

.viewer-thumbs-compact .thumb {
  height: 72px;
  border-radius: 16px;
}

.thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(3, 6, 8, 0.8) 100%);
}

.thumb span {
  position: absolute;
  left: 10px;
  bottom: 8px;
  z-index: 1;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.thumb.is-active {
  border-color: rgba(248, 217, 155, 0.45);
  box-shadow: 0 0 0 1px rgba(248, 217, 155, 0.18);
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
  max-width: min(860px, 100%);
}

.section-heading h2 {
  max-width: 30ch;
}

.center-heading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.center-heading h2,
.center-heading .eyebrow {
  max-width: none;
}

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

.step-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 208px;
  padding: 24px;
  border-radius: var(--radius-lg);
}

.step-card:hover {
  border-color: var(--line-gold);
}

.step-card h3 {
  max-width: 19ch;
  min-height: 2.8em;
}

.step-card p {
  margin: 0;
  max-width: 40ch;
}

.step-number {
  display: inline-block;
  margin-bottom: 4px;
  color: var(--gold);
  font-size: 0.82rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.contact-layout {
  padding-bottom: 88px;
}

.contact-links {
  margin-top: 20px;
  display: grid;
  gap: 14px;
}

.mobile-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-chip {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(10, 20, 30, 0.5);
}

.contact-chip:hover,
.contact-chip:focus-visible {
  border-color: var(--line-gold);
}

.contact-chip strong {
  display: block;
}

.contact-chip div span {
  display: block;
}

.chip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  color: #ffffff;
}

.chip-phone .chip-icon {
  background: linear-gradient(135deg, #edc574, #ad7c1f);
}

.chip-whatsapp .chip-icon {
  background: linear-gradient(135deg, #25d366, #129c4a);
}

.chip-telegram .chip-icon {
  background: linear-gradient(135deg, #32a7e6, #198ed1);
}

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

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  outline: none;
  font-size: 16px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(209, 219, 228, 0.48);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(248, 217, 155, 0.42);
  background: rgba(255, 255, 255, 0.06);
}

.contact-form option {
  color: #07111a;
}

.form-submit {
  width: 100%;
  margin-top: 8px;
}

.form-note {
  margin: 0;
  font-size: 0.92rem;
}

.site-footer {
  width: var(--container);
  margin: 0 auto;
  padding: 32px 0 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.footer-title {
  margin: 0 0 10px;
  color: var(--gold);
}

.footer-block {
  display: grid;
  align-content: start;
  gap: 8px;
}

.site-footer p {
  margin: 0;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(251, 248, 242, 0.9);
}

.footer-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #ffffff;
  flex: 0 0 auto;
}

.footer-link-icon svg {
  width: 18px;
  height: 18px;
}

.footer-link-phone {
  background: linear-gradient(135deg, #edc574, #ad7c1f);
}

.footer-link-whatsapp {
  background: linear-gradient(135deg, #25d366, #129c4a);
}

.footer-link-telegram {
  background: linear-gradient(135deg, #32a7e6, #198ed1);
}

.footer-link:hover,
.footer-link:focus-visible,
.footer-block a:hover,
.footer-block a:focus-visible {
  color: var(--gold);
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

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

@media (max-height: 820px) and (min-width: 861px) {
  .hero.section {
    margin-top: 18px;
    padding-top: 20px;
  }

  .panel-large {
    min-height: 420px;
  }

  h1 {
    font-size: clamp(2rem, 3.1vw, 3.15rem);
  }

  .hero-copy,
  .hero-form-copy,
  .hero-compact-form {
    gap: 8px;
  }

  .hero-form-card {
    width: min(340px, 100%);
    padding: 14px;
  }

  .hero-points-wide {
    margin-top: 16px;
  }
}

@media (min-width: 1380px) {
  .projects-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .header-bar {
    grid-template-columns: 1fr;
    border-radius: 30px;
  }

  .site-nav,
  .header-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .split-layout,
  .site-footer {
    grid-template-columns: 1fr;
  }

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

  .panel-large {
    min-height: auto;
  }

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

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

  .hero-copy,
  .hero-showcase-form {
    padding-top: 0;
  }

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

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

}

@media (max-width: 860px) {
  :root {
    --container: min(100vw - 28px, 100%);
    --space-section: 78px;
  }

  .site-header {
    top: 8px;
    margin-top: 8px;
  }

  .header-bar {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 26px;
  }

  .brand-logo {
    width: min(210px, 56vw);
  }

  .site-nav,
  .header-actions {
    display: none;
  }

  .mobile-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .mobile-call,
  .menu-toggle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--text);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: var(--shadow);
  }

  .mobile-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-call svg {
    width: 22px;
    height: 22px;
  }

  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0;
  }

  .menu-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.28s ease, opacity 0.28s ease;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .mobile-menu {
    display: block;
    margin-top: 12px;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.28s ease, transform 0.32s ease;
  }

  .mobile-menu[hidden] {
    display: none;
  }

  .mobile-menu.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .mobile-menu-inner {
    padding: 18px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
      rgba(7, 16, 24, 0.88);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    box-shadow: var(--shadow);
    transform: translateY(-6px) scale(0.985);
    transform-origin: top center;
    transition: transform 0.34s ease, opacity 0.28s ease;
  }

  .mobile-menu.is-open .mobile-menu-inner {
    transform: translateY(0) scale(1);
  }

  .mobile-nav {
    display: grid;
    gap: 12px;
  }

  .mobile-nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
  }

  .mobile-menu-inner > * {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.28s ease, transform 0.32s ease;
  }

  .mobile-menu.is-open .mobile-menu-inner > * {
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-menu.is-open .mobile-nav {
    transition-delay: 0.02s;
  }

  .mobile-menu.is-open .mobile-contact-list {
    transition-delay: 0.08s;
  }

  .mobile-menu.is-open .mobile-menu-cta {
    transition-delay: 0.14s;
  }

  .mobile-nav-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .mobile-contact-list {
    display: grid;
    gap: 12px;
    margin-top: 14px;
  }

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

  .mobile-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 54px;
    padding: 0 14px;
    border-radius: 18px;
    color: #ffffff;
    box-shadow: none;
  }

  .mobile-social-link svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
  }

  .mobile-social-link span {
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1;
  }

  .mobile-menu-cta {
    width: 100%;
    margin-top: 14px;
  }

  .section {
    padding-top: var(--space-section);
  }

  .hero.section {
    margin-top: 18px;
    border-radius: 30px;
    background-position: 62% center;
  }

  h1 {
    max-width: none;
    font-size: clamp(2.35rem, 9vw, 4.2rem);
  }

  h2 {
    max-width: none;
  }

  .hero-points,
  .advantage-grid,
  .case-stats {
    grid-template-columns: 1fr;
  }

  .intro-visual {
    min-height: 240px;
  }

  .hero-showcase-form {
    min-height: auto;
  }

  .offer-highlight {
    min-height: 240px;
  }

  .hero-form-card {
    width: 100%;
    min-height: auto;
  }

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

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .step-card {
    min-height: auto;
  }

  .step-card h3 {
    max-width: none;
    min-height: 0;
  }

  .hero-actions-compact {
    align-items: flex-start;
  }

  .project-card {
    padding: 18px;
  }

  .offer-shell {
    padding: 18px;
  }

  .viewer-thumbs {
    grid-auto-columns: 104px;
  }

  .viewer-stage.viewer-stage-compact,
  .viewer-stage.viewer-stage-compact .viewer-slides {
    min-height: 340px;
  }

  .viewer-stage,
  .viewer-slides {
    min-height: 360px;
  }

  .viewer-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-card-stage,
  .project-card-slides {
    min-height: 220px;
  }

  .contact-layout {
    padding-bottom: 80px;
  }
}

@media (max-width: 520px) {
  :root {
    --container: min(100vw - 20px, 100%);
    --space-section: 68px;
  }

  .site-header {
    top: 6px;
    margin-top: 6px;
  }

  .header-bar,
  .mobile-menu-inner,
  .panel,
  .viewer-stage,
  .step-card,
  .feature-card,
  .contact-chip {
    border-radius: 22px;
  }

  .brand-logo {
    width: min(180px, 52vw);
  }

  .panel {
    padding: 18px;
  }

  .hero.section {
    margin-top: 14px;
    padding-top: 26px;
  }

  .hero.section {
    border-radius: 24px;
    background-position: 66% center;
  }

  .hero-form-card {
    padding: 14px;
    min-height: auto;
  }

  .hero-actions,
  .mobile-socials {
    width: 100%;
  }

  .hero-actions .button,
  .mobile-social-link {
    flex: 1 1 auto;
  }

  .hero-actions-compact {
    display: grid;
    gap: 10px;
  }

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

  .choice-grid-compact {
    grid-template-columns: 1fr;
  }

  .projects-grid {
    grid-template-columns: 1fr;
  }

  .viewer-thumbs {
    grid-auto-columns: 92px;
  }

  .viewer-stage.viewer-stage-compact,
  .viewer-stage.viewer-stage-compact .viewer-slides {
    min-height: 280px;
  }

  .mobile-call,
  .menu-toggle,
  .social-link {
    width: 44px;
    height: 44px;
  }

  .mobile-socials {
    grid-template-columns: 1fr;
  }

  .mobile-social-link {
    width: 100%;
    min-height: 50px;
    padding: 0 12px;
    border-radius: 16px;
  }

  .project-card-stage,
  .project-card-slides {
    min-height: 210px;
  }

  .viewer-stage,
  .viewer-slides {
    min-height: 300px;
  }

  .viewer-nav {
    width: 44px;
    height: 44px;
  }

  .hero-form-card {
    padding: 18px;
  }

  .intro-visual-caption {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .intro-visual-caption span {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.74rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
