:root {
  --red-800: #9e0f14;
  --red-700: #bf1b22;
  --red-600: #df2a34;
  --green-800: #0d5f2a;
  --green-700: #137737;
  --green-600: #1c9a46;
  --ink-900: #121417;
  --ink-700: #2b323a;
  --paper: #ffffff;
  --line: #0f1419;
  --soft: #eef3ee;
  --shadow: 0 12px 0 rgba(18, 20, 23, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", "Segoe UI", sans-serif;
  color: var(--ink-900);
  line-height: 1.5;
  overflow-x: hidden;
  background:
    linear-gradient(0deg, rgba(223, 42, 52, 0.03), rgba(223, 42, 52, 0.03)),
    linear-gradient(180deg, #ffffff 0%, #f6faf7 100%);
}

h1,
h2,
h3,
p,
ul,
ol {
  margin: 0;
}

a {
  color: inherit;
}

.container {
  width: min(1180px, 94vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  border-bottom: 3px solid var(--line);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0;
}

.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.brand-name {
  font-family: "Bebas Neue", "Montserrat", sans-serif;
  font-size: 2.3rem;
  letter-spacing: 0.04em;
  color: var(--red-800);
  text-decoration: none;
}

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

.nav-phone {
  background: var(--green-800);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  padding: 10px 12px;
  border: 2px solid var(--line);
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 800;
}

.lang-btn {
  border: 2px solid var(--line);
  background: #fff;
  font-weight: 900;
  padding: 5px 10px;
  cursor: pointer;
}

.lang-btn.active {
  background: var(--red-700);
  color: #fff;
}

.intro-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(100deg, rgba(158, 15, 20, 0.35) 0%, rgba(223, 42, 52, 0.22) 52%, rgba(13, 95, 42, 0.28) 100%),
    url("img/demo6/6_fokep.jpg") center / cover;
  border-bottom: 3px solid var(--line);
}

.hero,
.metrics,
.deal-strip {
  position: relative;
}

.hero {
  padding: 30px 0 14px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 16px;
}

.hero-copy {
  background: #fff;
  border: 3px solid var(--line);
  padding: 18px;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  color: var(--green-800);
  margin-bottom: 8px;
}

h1,
h2 {
  font-family: "Bebas Neue", "Montserrat", sans-serif;
  line-height: 1.03;
  letter-spacing: 0.02em;
}

h1 {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  margin-bottom: 10px;
}

h2 {
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  margin-bottom: 10px;
}

h3 {
  font-size: 1.02rem;
  font-weight: 900;
}

.hero-urgency {
  display: inline-block;
  background: var(--red-700);
  color: #fff;
  font-weight: 900;
  padding: 8px 12px;
  border: 2px solid var(--line);
  margin-bottom: 10px;
}

.lead {
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--ink-700);
}

.hero-cta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.btn {
  min-height: 50px;
  padding: 8px 10px;
  border: 2px solid var(--line);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.btn-primary {
  background: var(--red-700);
  color: #fff;
}

.btn-ghost {
  background: #fff;
  color: var(--ink-900);
}

.hero-cta [data-lang-key="ctaSecondary"] {
  white-space: pre-line;
}

.hero-cta [data-lang-key="ctaEmail"] {
  font-size: 0.95rem;
  line-height: 1.2;
  white-space: pre-line;
}

.price-wall {
  display: grid;
  gap: 8px;
}

.price-wall-item {
  background: #fff;
  border: 3px solid var(--line);
  padding: 12px;
}

.price-wall-main {
  background: #101417;
  color: #fff;
}

.price-wall-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.price-wall-value {
  font-size: clamp(1.2rem, 2.8vw, 2rem);
  font-weight: 900;
  margin-top: 4px;
}

.price-wall-note {
  margin-top: 6px;
  color: #96ffb6;
  font-weight: 800;
}

.metrics {
  padding: 10px 0 18px;
}

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

.metric {
  background: #fff;
  border: 3px solid var(--line);
  padding: 10px;
  text-align: center;
}

.metric-value {
  font-family: "Bebas Neue", "Montserrat", sans-serif;
  font-size: 2.1rem;
  color: var(--red-800);
}

.metric-label {
  font-size: 0.84rem;
  font-weight: 800;
}

.deal-strip {
  padding: 0 0 22px;
}

.deal-strip-head {
  color: #fff;
  margin-bottom: 8px;
  display: inline-block;
  background: rgba(16, 20, 23, 0.62);
  border: 2px solid rgba(255, 255, 255, 0.65);
  padding: 10px 12px;
}

.deal-strip-head h2 {
  color: #fff;
  margin-bottom: 4px;
}

.deal-strip-head p {
  color: #f3f6fa;
}

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

.deal-card {
  background: #fff;
  border: 3px solid var(--line);
  padding: 12px;
}

.deal-card-primary {
  background: #121417;
  color: #fff;
}

.deal-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  background: var(--green-700);
  color: #fff;
  padding: 4px 8px;
  border: 2px solid var(--line);
  margin-bottom: 6px;
}

.deal-price {
  font-size: 1.32rem;
  font-weight: 900;
  margin: 6px 0;
  color: var(--red-800);
}

.deal-card-primary .deal-price {
  color: #fff;
}

.deal-desc {
  font-size: 0.9rem;
  font-weight: 600;
}

section {
  padding: 30px 0;
}

.section-head {
  margin-bottom: 14px;
  max-width: 80ch;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.notice {
  border: 3px solid var(--line);
  background: #f2fff4;
  padding: 14px;
}

.notice ul {
  margin-top: 8px;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

.steps {
  border: 3px solid var(--line);
  background: #fff;
  padding: 12px 12px 12px 30px;
  display: grid;
  gap: 8px;
}

.price-list,
.included-list,
.ref-list,
.support-list {
  display: grid;
  gap: 7px;
  padding-left: 18px;
}

.small-info {
  margin-top: 10px;
  font-weight: 800;
}

.comparison {
  background: var(--soft);
  border-top: 3px solid var(--line);
  border-bottom: 3px solid var(--line);
}

.table-wrap {
  overflow: auto;
  border: 3px solid var(--line);
  background: #fff;
}

table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

th,
td {
  border-bottom: 2px solid #1d232a;
  border-right: 2px solid #1d232a;
  padding: 10px;
  text-align: left;
  font-size: 0.92rem;
}

th:last-child,
td:last-child {
  border-right: 0;
}

th {
  background: #101417;
  color: #fff;
  font-weight: 900;
}

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

.feature-grid article {
  border: 3px solid var(--line);
  background: #fff;
  padding: 10px;
}

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

.demo-card {
  border: 3px solid var(--line);
  background: #fff;
}

.demo-open-btn {
  all: unset;
  display: block;
  width: 100%;
  cursor: pointer;
}

.demo-open-btn:focus-visible {
  outline: 3px dashed var(--red-700);
  outline-offset: -3px;
}

.demo-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.demo-card-body {
  padding: 10px;
}

.demo-title {
  margin-bottom: 4px;
}

.demo-meta {
  font-weight: 900;
  color: var(--green-800);
}

.interior-card {
  border: 3px solid var(--line);
  background: #fff;
}

.interior-open-btn {
  all: unset;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  cursor: pointer;
}

.interior-open-btn:focus-visible {
  outline: 3px dashed var(--red-700);
  outline-offset: -3px;
}

.interior-media {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.interior-card-body {
  padding: 12px;
  display: grid;
  gap: 6px;
}

.interior-card-meta {
  font-size: 0.9rem;
  font-weight: 700;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10px;
}

.contact-card {
  border: 3px solid var(--line);
  background: #fff;
  padding: 12px;
}

.contact-card p {
  margin-bottom: 8px;
}

.form-wrap iframe {
  border: 0;
  width: 100%;
}

.site-footer {
  border-top: 3px solid var(--line);
  background: #fff;
}

.footer-wrap {
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.footer-logo {
  width: 132px;
  height: auto;
  object-fit: contain;
}

.footer-credit {
  font-size: 0.8rem;
}

.footer-credit a {
  text-decoration: none;
}

.footer-credit a:hover {
  text-decoration: underline;
}

.bg-shape {
  display: none;
}

.bg-shape-1 {
  top: 0;
  right: 0;
  width: 220px;
  height: 220px;
  background: linear-gradient(135deg, rgba(223, 42, 52, 0.18), rgba(223, 42, 52, 0));
}

.bg-shape-2 {
  left: 0;
  bottom: 0;
  width: 240px;
  height: 240px;
  background: linear-gradient(45deg, rgba(28, 154, 70, 0.16), rgba(28, 154, 70, 0));
}

.section-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
}

.gallery-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.86);
}

.gallery-panel {
  position: relative;
  z-index: 1;
  width: min(980px, 94vw);
  max-height: 92vh;
  margin: 4vh auto;
  background: #fff;
  border: 3px solid var(--line);
  padding: 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
}

.gallery-close,
.gallery-nav {
  border: 2px solid var(--line);
  background: #fff;
  font-weight: 900;
  cursor: pointer;
}

.gallery-close {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 6px 10px;
}

.gallery-nav {
  padding: 9px 10px;
}

.gallery-figure {
  margin: 0;
  min-width: 0;
}

.gallery-figure img,
.gallery-figure video {
  width: 100%;
  height: min(66vh, 620px);
  object-fit: contain;
  background: #f3f4f7;
  border: 2px solid var(--line);
}

.gallery-figure figcaption {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-weight: 700;
}

.gallery-thumbs {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.gallery-thumb {
  width: 80px;
  flex: 0 0 80px;
  border: 2px solid transparent;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.gallery-thumb img,
.gallery-thumb video {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 2px solid var(--line);
}

.gallery-thumb.active {
  border-color: var(--red-700);
}

body.gallery-open {
  overflow: hidden;
}

@media (max-width: 1080px) {
  .hero-grid,
  .feature-grid,
  .demo-grid,
  .deal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .brand-name {
    font-size: 1.6rem;
  }

  .nav-wrap,
  .nav-actions {
    flex-direction: row;
    align-items: center;
  }

  .nav-wrap {
    justify-content: space-between;
    gap: 8px;
  }

  .brand {
    min-width: 0;
    gap: 8px;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
  }

  .nav-actions {
    margin-left: auto;
    gap: 6px;
    flex-shrink: 0;
  }

  .nav-phone {
    padding: 8px 10px;
    font-size: 0.95rem;
    white-space: nowrap;
  }

  .lang-switch {
    margin-left: 2px;
  }

  .hero-grid,
  .two-col,
  .contact-grid,
  .feature-grid,
  .demo-grid,
  .deal-grid,
  .metrics-grid {
    grid-template-columns: 1fr;
  }

  .interior-open-btn {
    grid-template-columns: 1fr;
  }

  .interior-media {
    min-height: 200px;
    height: 200px;
  }

  .gallery-panel {
    grid-template-columns: 1fr 1fr;
    padding-top: 46px;
  }

  .gallery-figure {
    order: 1;
    grid-column: 1 / -1;
  }

  .gallery-prev {
    order: 2;
  }

  .gallery-next {
    order: 3;
  }

  .gallery-thumbs {
    order: 4;
    grid-column: 1 / -1;
  }

  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .footer-wrap > * {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
