:root {
  color-scheme: dark;
  --bg: #10100f;
  --bg-soft: #171614;
  --panel: #211f1b;
  --panel-strong: #2c2923;
  --text: #f5f1e8;
  --muted: #b9b0a1;
  --faint: #81796d;
  --line: rgba(245, 241, 232, 0.14);
  --accent: #e6b45f;
  --accent-strong: #f25f3d;
  --green: #94a989;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(120deg, rgba(148, 169, 137, 0.14), transparent 34%),
    linear-gradient(230deg, rgba(242, 95, 61, 0.12), transparent 38%),
    var(--bg);
  color: var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body[dir="rtl"] {
  direction: rtl;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(16, 16, 15, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 42%),
    linear-gradient(145deg, var(--accent), var(--accent-strong) 56%, #4b3429);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16), 0 10px 24px rgba(242, 95, 61, 0.22);
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.site-nav a,
.language-select {
  min-height: 38px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--muted);
  background: transparent;
  font: inherit;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  text-decoration: none;
  font-size: 0.94rem;
}

.site-nav a:hover,
.language-select:hover {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.language-select {
  width: 150px;
  padding: 0 10px;
  outline: none;
}

.language-select option {
  color: #10100f;
}

.section-band {
  padding: clamp(64px, 9vw, 120px) clamp(20px, 5vw, 72px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
  min-height: calc(100vh - 75px);
  padding-top: clamp(40px, 7vw, 80px);
}

.hero-copy {
  max-width: 760px;
}

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

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

h1 {
  margin-bottom: 12px;
  font-size: clamp(4rem, 12vw, 10.5rem);
  line-height: 0.86;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  max-width: 820px;
  font-size: clamp(2.1rem, 4.5vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.hero-subtitle {
  margin-bottom: 18px;
  max-width: 680px;
  color: var(--text);
  font-size: clamp(1.45rem, 3vw, 2.65rem);
  line-height: 1.06;
  font-weight: 760;
}

.hero-body,
.section-heading p,
.workflow-copy p,
.privacy-copy p,
.download-section p,
.site-footer p {
  color: var(--muted);
  font-size: 1.06rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid var(--line);
  text-decoration: none;
  font-weight: 800;
}

.button.primary {
  border-color: transparent;
  background: var(--text);
  color: var(--bg);
}

.button.secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.button:hover {
  transform: translateY(-1px);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 0.92rem;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
}

.hero-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 650px;
}

.phone {
  width: min(100%, 290px);
  border-radius: 38px;
  box-shadow: var(--shadow);
}

.hero-phone {
  position: absolute;
}

.main-phone {
  width: min(58vw, 338px);
  transform: rotate(-2deg) translateX(-44px);
  z-index: 2;
}

.side-phone {
  width: min(48vw, 278px);
  transform: rotate(6deg) translate(128px, 46px);
  opacity: 0.82;
  filter: saturate(0.9) brightness(0.82);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 38px;
}

.looks-section,
.privacy-section {
  background: rgba(255, 255, 255, 0.025);
  border-block: 1px solid var(--line);
}

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

.look-card,
.step {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.look-card {
  overflow: hidden;
}

.look-media {
  display: grid;
  place-items: end center;
  height: clamp(300px, 34vw, 460px);
  padding: 26px 20px 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(230, 180, 95, 0.1), rgba(148, 169, 137, 0.04)),
    var(--panel);
}

.look-media img {
  width: min(100%, 238px);
  height: auto;
  max-height: 100%;
  object-fit: contain;
  border-radius: 30px 30px 0 0;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
}

.look-card h3,
.look-card p {
  padding-inline: 18px;
}

.look-card h3 {
  padding-top: 18px;
}

.look-card p,
.step p {
  color: var(--muted);
}

.workflow-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: start;
}

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

.step {
  min-height: 210px;
  padding: 18px;
}

.step span {
  display: block;
  margin-bottom: 42px;
  color: var(--green);
  font-weight: 900;
}

.privacy-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 0.9fr);
  gap: clamp(30px, 7vw, 94px);
  align-items: center;
}

.privacy-phone {
  width: min(100%, 300px);
  justify-self: center;
}

.privacy-copy {
  max-width: 760px;
}

.text-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--accent);
  font-weight: 800;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.download-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.download-section div {
  max-width: 780px;
}

.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #0c0c0b;
}

.site-footer p {
  margin: 8px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--muted);
}

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

.footer-links a:hover {
  color: var(--text);
}

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

  .site-nav {
    display: none;
  }

  .hero,
  .workflow-section,
  .privacy-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-stage {
    min-height: 540px;
  }

  .main-phone {
    transform: rotate(-2deg) translateX(-54px);
  }

  .side-phone {
    transform: rotate(6deg) translate(108px, 48px);
  }

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

  .look-card {
    display: grid;
    grid-template-columns: minmax(180px, 240px) 1fr;
    align-items: stretch;
  }

  .look-media {
    height: 310px;
    padding: 22px 16px 0;
  }

  .look-media img {
    width: min(100%, 180px);
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand {
    font-size: 0.98rem;
  }

  .language-select {
    width: 128px;
  }

  .section-band {
    padding-inline: 16px;
  }

  h1 {
    font-size: clamp(3.7rem, 19vw, 5.6rem);
  }

  .hero-actions,
  .download-section,
  .site-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-stage {
    min-height: 440px;
    overflow: hidden;
  }

  .main-phone {
    width: 245px;
    transform: rotate(-2deg) translateX(-52px);
  }

  .side-phone {
    width: 205px;
    transform: rotate(6deg) translate(88px, 44px);
  }

  .look-card {
    display: block;
  }

  .look-media {
    height: 330px;
    padding-top: 22px;
  }

  .look-media img {
    width: min(74vw, 210px);
  }
}
