:root {
  --ink: #101820;
  --muted: #5f6b73;
  --line: #dce8e8;
  --aqua: #34d1c6;
  --aqua-soft: #e7fbf8;
  --peach: #ffd7bf;
  --peach-soft: #fff2eb;
  --paper: #fbfefd;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(16, 24, 32, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 64px);
  background: rgba(251, 254, 253, 0.88);
  border-bottom: 1px solid rgba(220, 232, 232, 0.9);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.poster-topline,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--aqua);
  font-size: 0.78rem;
  letter-spacing: 0;
}

.nav-links {
  gap: 22px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 650;
}

.nav-links a:hover {
  color: var(--ink);
}

.hero-section {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(38px, 6vw, 76px) clamp(20px, 5vw, 64px) 36px;
  background: linear-gradient(135deg, var(--aqua-soft) 0%, var(--paper) 46%, var(--peach-soft) 100%);
}

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

.studio-label,
.eyebrow {
  margin: 0 0 12px;
  color: #0c9289;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 9vw, 7.4rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-text {
  max-width: 580px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button.primary {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(16, 24, 32, 0.18);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.62);
}

.poster-panel {
  width: min(100%, 520px);
  justify-self: end;
  padding: 16px;
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.poster-topline {
  justify-content: space-between;
  gap: 12px;
  padding: 4px 4px 14px;
  color: var(--muted);
  font-size: 0.9rem;
}

.poster-topline strong {
  color: var(--ink);
}

.poster-image {
  width: 100%;
  aspect-ratio: 9 / 14;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0 clamp(20px, 5vw, 64px);
  background: var(--line);
}

.trust-band div {
  min-height: 126px;
  padding: 28px;
  background: var(--white);
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band strong {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.trust-band span,
.section-heading p,
.workflow-card p,
.gallery-intro,
.contact-section p {
  color: var(--muted);
}

.product-section,
.gallery-section,
.contact-section {
  padding: clamp(54px, 8vw, 96px) clamp(20px, 5vw, 64px);
}

.section-heading {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: end;
  margin-bottom: 26px;
}

.section-heading h2,
.gallery-intro h2,
.contact-section h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-heading p:last-child {
  max-width: 590px;
  margin-bottom: 4px;
  font-size: 1rem;
}

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

.workflow-card {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.workflow-card.emphasized {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

.workflow-card.emphasized p {
  color: rgba(255, 255, 255, 0.72);
}

.step {
  display: inline-block;
  margin-bottom: 44px;
  color: #0c9289;
  font-weight: 900;
}

.workflow-card.emphasized .step {
  color: var(--peach);
}

.workflow-card h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  line-height: 1.15;
}

.gallery-section {
  background: #f4fbfa;
}

.gallery-intro {
  max-width: 650px;
  margin-bottom: 28px;
}

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

figure {
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(16, 24, 32, 0.08);
}

figure img {
  width: 100%;
  aspect-ratio: 9 / 14;
  object-fit: cover;
  border-radius: 6px;
}

figcaption {
  padding: 12px 2px 2px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 28px;
  align-items: center;
  background: linear-gradient(90deg, var(--white), var(--peach-soft));
}

.contact-section p {
  max-width: 520px;
  margin-bottom: 0;
}

.contact-card {
  display: block;
  padding: 24px;
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(16, 24, 32, 0.08);
  overflow-wrap: anywhere;
}

.contact-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.9rem;
}

.contact-card strong {
  font-size: 1.2rem;
}

.site-footer {
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(20px, 5vw, 64px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer a:hover {
  color: var(--ink);
}

@media (max-width: 900px) {
  .hero-section,
  .section-heading,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .poster-panel {
    justify-self: start;
    max-width: 430px;
  }

  .trust-band,
  .workflow-grid,
  .screenshot-row {
    grid-template-columns: 1fr;
  }

  .trust-band {
    gap: 1px;
  }

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

  .step {
    margin-bottom: 26px;
  }
}

@media (max-width: 640px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 18px;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .hero-section {
    min-height: auto;
    padding: 36px 18px 28px;
  }

  h1 {
    font-size: 3.05rem;
  }

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

  .trust-band,
  .product-section,
  .gallery-section,
  .contact-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .trust-band div,
  .workflow-card,
  .contact-card {
    padding: 20px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 18px;
  }
}

/* Generator safety overrides */
h1,
.hero h1,
[class*="hero"] h1 {
  font-size: clamp(2.35rem, 5vw, 4rem) !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  h1,
  .hero h1,
  [class*="hero"] h1 {
    font-size: clamp(2rem, 10vw, 2.8rem) !important;
    line-height: 1.08 !important;
  }
}

.user-policy-section {
  background: #f7f7fb !important;
  color: #191927 !important;
  padding: 56px 18px !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.user-policy-inner {
  max-width: 980px !important;
  margin: 0 auto !important;
  padding: 56px 72px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.user-policy-inner h2 {
  margin: 0 0 48px !important;
  color: #10101f !important;
  font-size: 30px !important;
  line-height: 1.2 !important;
  text-align: center !important;
  font-weight: 900 !important;
}

.user-policy-inner h3 {
  margin: 34px 0 14px !important;
  color: #000 !important;
  font-size: 22px !important;
  line-height: 1.3 !important;
  font-weight: 900 !important;
}

.user-policy-inner p {
  margin: 0 0 14px !important;
  color: #555 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

.user-policy-inner a {
  color: #d83260 !important;
  text-decoration: underline !important;
}

@media (max-width: 720px) {
  .user-policy-inner {
    padding: 34px 22px !important;
  }
}
