* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Hanken Grotesk", Inter, Arial, sans-serif;
  color: #1f130d;
  background: #fff7ed;
  overflow-x: hidden;
}

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

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0;
  color: #fff7ed;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff7ed;
  background: #ea580c;
  box-shadow: 0 12px 24px rgba(124, 45, 18, 0.3);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  color: rgba(255, 247, 237, 0.74);
  font-size: 0.94rem;
  font-weight: 700;
}

.demo-button,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.demo-button,
.secondary-button {
  color: #431407;
  background: #fff7ed;
}

.primary-button {
  color: #431407;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(67, 20, 7, 0.22);
}

.secondary-button {
  border: 1px solid rgba(255, 247, 237, 0.32);
  color: #fff7ed;
  background: rgba(255, 247, 237, 0.08);
}

.hero {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 100vh;
  overflow: hidden;
  padding: 150px 24px 0;
  background:
    radial-gradient(
      circle at 22% 72%,
      rgba(251, 146, 60, 0.5),
      transparent 28%
    ),
    radial-gradient(
      circle at 80% 64%,
      rgba(249, 115, 22, 0.48),
      transparent 25%
    ),
    linear-gradient(145deg, #7c2d12 0%, #9a3412 48%, #431407 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(67, 20, 7, 0.18), rgba(67, 20, 7, 0.38)),
    repeating-linear-gradient(
      90deg,
      rgba(255, 247, 237, 0.03) 0 1px,
      transparent 1px 92px
    );
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(860px, 100%);
  text-align: center;
}

.eyebrow {
  color: #fed7aa;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 840px;
  margin: 22px auto 0;
  color: #fffaf4;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero p {
  max-width: 650px;
  margin: 22px auto 0;
  color: rgba(255, 247, 237, 0.76);
  font-size: 1.08rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.website-preview {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
  margin-top: 70px;
  overflow: hidden;
  border: 12px solid #111827;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  background: #fff7ed;
  box-shadow: 0 36px 80px rgba(67, 20, 7, 0.45);
}

.browser-bar {
  display: flex;
  gap: 8px;
  align-items: center;
  height: 38px;
  padding: 0 18px;
  background: #111827;
}

.browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fb923c;
}

.browser-bar span:nth-child(2) {
  background: #fed7aa;
}

.browser-bar span:nth-child(3) {
  background: #fdba74;
}

.website-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.2;
  object-fit: cover;
}

.dashboard-section {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 1.05fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(82px, 10vw, 130px) 0;
  color: #1f130d;
}

.dashboard-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 24px 54px rgba(67, 20, 7, 0.12);
}

.dashboard-content h2 {
  max-width: 580px;
  margin: 0;
  color: #1f130d;
  font-size: clamp(2.35rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.dashboard-content p {
  max-width: 640px;
  margin: 24px 0 0;
  color: #5f4a3f;
  font-size: 1.03rem;
  line-height: 1.65;
}

.benefit-list {
  display: grid;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ead8ca;
}

.benefit-list li {
  position: relative;
  padding: 22px 0 22px 32px;
  border-bottom: 1px solid #ead8ca;
  color: #4b382f;
  font-size: 1rem;
  line-height: 1.5;
}

.benefit-list li::before {
  content: "✓";
  position: absolute;
  top: 24px;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1.5px solid #ea580c;
  border-radius: 50%;
  color: #ea580c;
  font-size: 0.72rem;
  font-weight: 900;
}

.feature-showcase {
  position: relative;
  overflow: hidden;
  margin: clamp(42px, 7vw, 82px) 0;
  padding: clamp(78px, 9vw, 120px) clamp(24px, 6vw, 72px);
  color: #fff7ed;
  background:
        linear-gradient(120deg, rgba(18, 12, 9, 0.96), rgba(48, 31, 22, 0.9)),
        url("assets/images/mise-feature-bg.jpg")
        center / cover;
  clip-path: polygon(0 5%, 28% 0, 100% 7%, 100% 94%, 68% 100%, 0 93%);
  box-shadow: 0 34px 80px rgba(18, 12, 9, 0.28);
}

.feature-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(251, 146, 60, 0.16),
      transparent 28%
    ),
    radial-gradient(
      circle at 84% 72%,
      rgba(120, 72, 38, 0.28),
      transparent 32%
    ),
    linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.28));
  pointer-events: none;
}

.showcase-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 120px minmax(280px, 0.9fr) minmax(260px, 0.9fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  margin-bottom: 54px;
}

.showcase-label {
  color: #fdba74;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.showcase-header h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.35rem, 4.5vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.showcase-header p {
  align-self: center;
  color: rgba(255, 247, 237, 0.76);
  font-size: 1rem;
  line-height: 1.65;
}

.showcase-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(420px, 1.1fr);
  gap: 24px;
  align-items: stretch;
}

.operation-panel,
.module-pill {
  border: 1px solid rgba(255, 247, 237, 0.12);
  border-radius: 18px;
  background: rgba(255, 247, 237, 0.075);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.operation-panel {
  display: grid;
  gap: 18px;
  align-self: stretch;
  min-height: 390px;
  padding: clamp(22px, 4vw, 34px);
}

.panel-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.panel-topline span {
  color: rgba(255, 247, 237, 0.72);
  font-size: 0.9rem;
  font-weight: 900;
}

.panel-topline strong {
  color: #ffffff;
}

.status-lanes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  min-height: 230px;
}

.status-lanes div {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(255, 247, 237, 0.12);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.18);
}

.status-lanes strong {
  color: #fdba74;
  font-size: 0.92rem;
}

.status-lanes span {
  min-height: 42px;
  padding: 12px;
  border-radius: 10px;
  color: #fff7ed;
  background: rgba(255, 247, 237, 0.12);
  font-weight: 800;
}

.module-list {
  display: grid;
  gap: 14px;
}

.module-pill {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  padding: 20px;
}

.module-pill > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: #431407;
  background: #fdba74;
  font-size: 0.82rem;
  font-weight: 900;
}

.module-pill h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.15;
}

.module-pill p {
  margin: 8px 0 0;
  color: rgba(255, 247, 237, 0.74);
  line-height: 1.55;
}

.card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #1f130d;
}

.period-tabs {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: #fff7ed;
  font-size: 0.78rem;
  font-weight: 800;
}

.period-tabs span {
  padding: 7px 10px;
  border-radius: 999px;
  color: #8a6a59;
}

.period-tabs .active {
  color: #ffffff;
  background: #ea580c;
}

.orders-table {
  display: grid;
  grid-template-columns: 1fr 0.7fr 1fr;
  gap: 0;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid #f0ded0;
  border-radius: 14px;
  color: #6b5145;
  font-size: 0.92rem;
}

.orders-table span {
  padding: 16px;
  border-bottom: 1px solid #f0ded0;
  background: #fffaf4;
}

.orders-table span:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.revenue-card {
  position: relative;
  display: grid;
  align-content: start;
  background: linear-gradient(135deg, #ffffff 0%, #fff7ed 100%);
}

.metric-label {
  color: #8a6a59;
  font-size: 0.86rem;
  font-weight: 800;
}

.revenue-card strong {
  margin-top: 10px;
  color: #1f130d;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1;
}

.metric-change {
  margin-top: 8px;
  color: #16a34a;
  font-size: 0.9rem;
  font-weight: 800;
}

.mini-chart {
  display: flex;
  align-items: end;
  gap: 12px;
  height: 138px;
  margin-top: 42px;
}

.mini-chart span {
  flex: 1;
  min-width: 18px;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, #fb923c 0%, #fed7aa 100%);
}

.faq-section {
  padding: clamp(72px, 9vw, 140px) 0;
  color: #1f130d;
}

.faq-wrap {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(320px, 1.3fr);
  gap: clamp(28px, 6vw, 86px);
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.faq-header h2 {
  margin: 18px 0 0;
  font-size: clamp(2.2rem, 4.4vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(67, 20, 7, 0.06);
}

.faq-item summary {
  position: relative;
  display: block;
  padding: 22px 54px 22px 24px;
  color: #1f130d;
  font-size: 1.08rem;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "⌄";
  position: absolute;
  top: 50%;
  right: 24px;
  color: #7a6358;
  font-size: 1.1rem;
  transform: translateY(-50%);
}

.faq-item[open] summary::after {
  content: "⌃";
}

.faq-item p {
  margin: -8px 0 0;
  padding: 0 54px 24px 24px;
  color: #6b5145;
  line-height: 1.6;
}

.site-footer {
  color: #fff7ed;
  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(251, 146, 60, 0.18),
      transparent 26%
    ),
    linear-gradient(145deg, #431407 0%, #7c2d12 100%);
}

.footer-content {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) minmax(220px, 0.8fr);
  gap: clamp(28px, 6vw, 80px);
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 44px;
}

.footer-content p {
  max-width: 460px;
  margin: 18px 0 0;
  color: rgba(255, 247, 237, 0.72);
  line-height: 1.7;
}

.footer-links {
  display: grid;
  align-content: start;
  justify-items: end;
  gap: 14px;
}

.footer-links a {
  color: rgba(255, 247, 237, 0.76);
  font-weight: 800;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-bottom {
  text-align: center;
  gap: 18px;
  margin: 0 auto;
  padding: 24px 0 30px;
  border-top: 1px solid rgba(255, 247, 237, 0.16);
  color: rgba(255, 247, 237, 0.62);
  font-size: 0.94rem;
}

.footer-bottom a {
  text-decoration: underline !important;
}

@media (max-width: 860px) {
  .site-header {
    flex-wrap: wrap;
    gap: 18px;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 18px;
  }

  .hero {
    padding-top: 180px;
  }

  .dashboard-section {
    grid-template-columns: 1fr;
  }

  .showcase-header {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

  .status-lanes {
    min-height: auto;
  }

  .faq-wrap,
  .footer-content {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-items: start;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-header {
    width: calc(100% - 32px);
  }

  .nav-links {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .demo-button {
    min-height: 40px;
    padding: 0 16px;
    font-size: 0.88rem;
  }

  .hero {
    padding: 190px 16px 0;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 13vw, 3.4rem);
  }

  .hero-actions {
    width: min(100%, 320px);
    flex-direction: column;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .website-preview {
    margin-top: 48px;
    border-width: 8px;
    border-radius: 16px 16px 0 0;
  }

  .website-preview img {
    aspect-ratio: 4 / 3;
  }

  .dashboard-section {
    width: calc(100% - 32px);
    padding: 68px 0;
  }

  .dashboard-image img {
    aspect-ratio: 4 / 3;
  }

  .benefit-list {
    margin-top: 30px;
  }

  .feature-showcase {
    width: calc(100% - 32px);
    padding: 70px 20px;
    clip-path: polygon(0 3%, 35% 0, 100% 4%, 100% 96%, 62% 100%, 0 97%);
  }

  .status-lanes {
    grid-template-columns: 1fr;
  }

  .module-pill {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .faq-wrap,
  .footer-content,
  .footer-bottom {
    width: calc(100% - 32px);
  }

  .card-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .orders-table {
    grid-template-columns: 1fr;
  }

  .orders-table span {
    border-bottom: 1px solid #f0ded0;
  }

  .orders-table span:nth-last-child(-n + 3) {
    border-bottom: 1px solid #f0ded0;
  }

  .faq-item summary {
    padding: 20px 48px 20px 20px;
    font-size: 1rem;
  }

  .faq-item p {
    padding: 0 48px 22px 20px;
  }
}
