:root {
  --bg: #fbfcff;
  --panel: #ffffff;
  --ink: #0c1021;
  --muted: #51556b;
  --soft: #eef0f7;
  --line: #e5e7f1;
  --accent: #5627ff;
  --accent-2: #6d43ff;
  --accent-soft: #efeaff;
  --shadow: 0 24px 70px rgba(31, 34, 56, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 6%, rgba(86, 39, 255, 0.06), transparent 28rem),
    linear-gradient(180deg, #fff 0%, var(--bg) 46%, #fff 100%);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.modal-open {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.site-header {
  min-height: 88px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 24px clamp(24px, 6vw, 78px);
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid rgba(229, 231, 241, 0.7);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  font-size: 20px;
  font-weight: 800;
}

.brand-mark {
  width: 38px;
  height: 38px;
  color: var(--accent);
}

.brand-mark svg {
  color: #fff;
  fill: var(--accent);
  stroke-width: 4;
}

.brand-mark path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-cta,
.btn {
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.header-cta {
  justify-self: end;
  min-width: 145px;
  border: 0;
  padding: 13px 22px;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #6737ff);
  box-shadow: 0 12px 24px rgba(86, 39, 255, 0.2);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1fr);
  align-items: center;
  gap: clamp(28px, 3.6vw, 46px);
  min-height: 610px;
  padding: 74px clamp(24px, 6.25vw, 80px) 70px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(46px, 4.8vw, 56px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero h1 span {
  color: var(--accent);
}

.hero-lead {
  max-width: 490px;
  margin: 24px 0 24px;
  color: #3a3e51;
  font-size: clamp(23px, 2.45vw, 28px);
  font-weight: 800;
  line-height: 1.35;
}

.hero-body {
  max-width: 560px;
  margin: 0 0 40px;
  color: #2d3146;
  font-size: 15px;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 24px;
}

.btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 7px;
  border: 0;
  padding: 0 27px;
  font-size: 14px;
  font-weight: 800;
}

.btn:hover,
.header-cta:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #6d38ff);
  box-shadow: 0 18px 36px rgba(86, 39, 255, 0.2);
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.7;
  transform: none;
}

.btn-secondary {
  min-width: 168px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(86, 39, 255, 0.45);
}

.btn-secondary svg {
  width: 18px;
  height: 18px;
  color: var(--accent);
}

.trust-note,
.limited-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #464a60;
  font-size: 13px;
}

.trust-note svg,
.limited-note svg {
  width: 18px;
  height: 18px;
  color: #172036;
}

.hero-visual {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-gallery {
  position: relative;
  width: min(100%, 690px);
  min-height: 470px;
  margin: 0;
}

.product-shot {
  aspect-ratio: 1720 / 1234;
  display: block;
  object-fit: cover;
  object-position: left top;
  border: 1px solid rgba(12, 16, 33, 0.12);
  border-radius: 12px;
  box-shadow: 0 28px 70px rgba(24, 27, 42, 0.2);
}

.product-shot-main {
  width: 82%;
  aspect-ratio: 1706 / 1378;
}

.product-shot-secondary {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58%;
  aspect-ratio: 1702 / 1380;
  box-shadow: 0 24px 58px rgba(24, 27, 42, 0.24);
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  padding: 31px clamp(24px, 6.25vw, 80px);
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-strip article {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 70px;
}

.feature-strip svg {
  width: 31px;
  height: 31px;
  color: var(--accent);
  flex: 0 0 auto;
}

.feature-strip h3 {
  margin: 0 0 4px;
  font-size: 13px;
}

.feature-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.built-with {
  padding: 36px clamp(24px, 6.25vw, 80px) 35px;
}

.section-heading h2,
.conversion h2 {
  margin: 0 0 6px;
  font-size: 26px;
  line-height: 1.2;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  margin-top: 28px;
}

.capability-card,
.pricing-card,
.faq-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(44, 48, 76, 0.05);
}

.capability-card {
  min-height: 225px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 22px;
  text-align: center;
}

.capability-card svg {
  width: 50px;
  height: 50px;
  margin-bottom: 26px;
  color: var(--accent);
}

.capability-card h3 {
  margin: 0 0 12px;
  font-size: 15px;
}

.capability-card p {
  max-width: 150px;
  margin: 0;
  color: #2d3145;
  font-size: 14px;
  line-height: 1.7;
}

.mechanics {
  padding: 0 clamp(24px, 6.25vw, 80px) 35px;
}

.mechanics-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1.2fr);
  gap: 34px;
  align-items: center;
  margin-top: 24px;
  padding: 30px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(248, 250, 255, 0.86));
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(44, 48, 76, 0.06);
}

.mechanics-copy h3 {
  max-width: 390px;
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.25;
}

.mechanics-copy p:not(.eyebrow) {
  max-width: 430px;
  margin: 0;
  color: #2d3145;
  font-size: 14px;
  line-height: 1.75;
}

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

.mechanics-grid article {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #171a2c;
  font-size: 14px;
  font-weight: 800;
}

.mechanics-grid i {
  position: relative;
  width: 38px;
  height: 22px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #7960ff);
  box-shadow: 0 8px 16px rgba(86, 39, 255, 0.18);
}

.mechanics-grid i::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
}

.conversion {
  display: grid;
  grid-template-columns: 0.92fr 1.05fr;
  gap: 28px;
  padding: 0 clamp(24px, 6.25vw, 80px) 32px;
}

.pricing-card,
.faq-card {
  padding: 26px 24px;
}

.pricing-card > p,
.faq-card p {
  margin: 0 0 17px;
  color: #2d3145;
  font-size: 14px;
}

.price-line {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 16px 0 4px;
}

.price-line strong {
  color: var(--accent);
  font-size: 32px;
  line-height: 1;
}

.price-line del {
  color: #6f7180;
  font-size: 20px;
  font-weight: 700;
}

.price-line span {
  padding: 5px 9px;
  color: var(--accent);
  background: var(--accent-soft);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.btn-wide {
  width: 100%;
  margin: 0 0 18px;
}

.limited-note {
  font-size: 12px;
}

.faq-card {
  padding-bottom: 20px;
}

.faq-card h2 {
  margin-bottom: 10px;
}

details {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.48);
}

details:first-of-type {
  border-top: 1px solid var(--line);
}

summary {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  color: #191d2e;
  font-size: 14px;
  list-style: none;
}

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

summary::after {
  content: "+";
  font-size: 22px;
  line-height: 1;
}

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

details p {
  padding: 0 0 14px;
}

.site-footer {
  padding: 2px clamp(24px, 6.25vw, 80px) 22px;
  text-align: center;
}

.site-footer ul {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 4vw, 62px);
  flex-wrap: wrap;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  color: #20263c;
  font-size: 13px;
}

.site-footer li::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -2px;
  border: 1.7px solid #20263c;
  border-radius: 4px;
  transform: rotate(30deg);
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.reserve-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 180ms ease;
}

.reserve-modal[aria-hidden="true"] {
  opacity: 0;
  pointer-events: none;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 10, 24, 0.48);
  backdrop-filter: blur(8px);
}

.modal-dialog {
  position: relative;
  width: min(100%, 440px);
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transform: translateY(0);
  transition: transform 180ms ease;
}

.reserve-modal[aria-hidden="true"] .modal-dialog {
  transform: translateY(12px);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--muted);
  background: #fff;
  font-size: 24px;
  line-height: 1;
}

.modal-close:hover {
  color: var(--accent);
  border-color: rgba(86, 39, 255, 0.35);
}

.modal-dialog h2 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.2;
}

.modal-dialog > p:not(.eyebrow) {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 14px;
}

.thanks-dialog {
  text-align: center;
}

.thanks-dialog .eyebrow {
  margin-bottom: 12px;
}

.reserve-form {
  display: grid;
  gap: 12px;
}

.reserve-form label {
  color: #20263c;
  font-size: 13px;
  font-weight: 800;
}

.reserve-form input {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 0 15px;
  color: var(--ink);
  background: #fff;
  outline: none;
}

.reserve-form input:focus {
  border-color: rgba(86, 39, 255, 0.65);
  box-shadow: 0 0 0 4px rgba(86, 39, 255, 0.11);
}

.form-status {
  min-height: 20px;
  color: #b42318;
  font-size: 13px;
  font-weight: 700;
}

.chat-widget {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 15;
}

.chat-toggle {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #6737ff);
  box-shadow: 0 18px 40px rgba(86, 39, 255, 0.28);
  font-size: 14px;
  font-weight: 800;
}

.chat-toggle span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.chat-panel {
  position: absolute;
  right: 0;
  bottom: 64px;
  width: min(380px, calc(100vw - 40px));
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(24, 27, 42, 0.18);
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.chat-panel[aria-hidden="true"] {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}

.chat-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.chat-header h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
}

.chat-close {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--muted);
  background: #fff;
  font-size: 24px;
  line-height: 1;
}

.chat-copy {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
}

.chat-form {
  display: grid;
  gap: 10px;
}

.chat-form label {
  color: #20263c;
  font-size: 13px;
  font-weight: 800;
}

.chat-form input,
.chat-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  outline: none;
  resize: vertical;
}

.chat-form input {
  min-height: 48px;
}

.chat-form input:focus,
.chat-form textarea:focus {
  border-color: rgba(86, 39, 255, 0.65);
  box-shadow: 0 0 0 4px rgba(86, 39, 255, 0.11);
}

.chat-status {
  min-height: 20px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 940px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 48px;
  }

  .hero-visual {
    min-height: 390px;
  }

  .product-gallery {
    min-height: 430px;
  }

  .feature-strip,
  .capability-grid,
  .mechanics-panel,
  .conversion {
    grid-template-columns: repeat(2, 1fr);
  }

  .conversion {
    padding-top: 0;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .site-header {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 18px;
    padding: 20px;
  }

  .modal-dialog {
    padding: 30px 22px;
  }

  .header-cta {
    justify-self: stretch;
  }

  .hero {
    padding: 40px 20px 52px;
  }

  .hero h1 {
    font-size: 48px;
  }

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

  .hero-visual {
    min-height: auto;
    align-items: flex-start;
  }

  .product-gallery {
    display: grid;
    gap: 16px;
    min-height: 0;
  }

  .product-shot-main,
  .product-shot-secondary {
    position: static;
    width: 100%;
  }

  .feature-strip,
  .capability-grid,
  .mechanics-panel,
  .mechanics-grid,
  .conversion {
    grid-template-columns: 1fr;
  }

  .feature-strip {
    padding: 26px 20px;
  }

  .built-with,
  .mechanics,
  .conversion,
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .chat-widget {
    right: 16px;
    bottom: 16px;
  }
}
