* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: #07182d;
  background: #f7fbff;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 54px);
  background: rgba(247, 251, 255, 0.86);
  border-bottom: 1px solid rgba(7, 24, 45, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  color: #07182d;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.nav {
  display: flex;
  gap: clamp(12px, 2vw, 28px);
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a {
  color: #3f5268;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 800;
}

.nav a:hover {
  color: #ff625c;
}

.hero {
  min-height: calc(100vh - 70px);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(300px, 1.12fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(34px, 5vw, 74px) clamp(18px, 5vw, 72px) clamp(26px, 4vw, 52px);
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 18%, rgba(40, 224, 255, 0.32), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #eaf8ff 58%, #dff4ff 100%);
}

.studio-mark,
.section-label {
  margin: 0 0 14px;
  color: #009ed6;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  letter-spacing: 0;
  line-height: 0.96;
  text-transform: uppercase;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(4rem, 12vw, 10.7rem);
}

.hero-text {
  max-width: 620px;
  color: #40536a;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.button,
.contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.primary {
  color: #ffffff;
  background: #ff625c;
  box-shadow: 0 16px 34px rgba(255, 98, 92, 0.24);
}

.ghost {
  color: #07182d;
  background: #ffffff;
  border: 1px solid rgba(7, 24, 45, 0.12);
}

.poster-stack {
  position: relative;
  min-height: 620px;
}

.poster-card {
  margin: 0;
  position: absolute;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(17, 72, 118, 0.2);
}

.poster-card img {
  height: 100%;
  object-fit: cover;
}

.main-shot {
  right: 0;
  top: 0;
  width: min(68%, 560px);
  aspect-ratio: 0.53;
}

.side-shot {
  left: 0;
  bottom: 8px;
  width: min(48%, 380px);
  aspect-ratio: 0.53;
  border: 6px solid #ffffff;
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(7, 24, 45, 0.08);
  border-top: 1px solid rgba(7, 24, 45, 0.08);
  border-bottom: 1px solid rgba(7, 24, 45, 0.08);
}

.proof-band div {
  padding: clamp(22px, 4vw, 46px);
  background: #ffffff;
}

.proof-band strong {
  display: block;
  margin-bottom: 8px;
  color: #07182d;
  font-size: 1.1rem;
}

.proof-band span,
.product-showcase p,
.workflow p,
.contact p,
figcaption {
  color: #5c6d7f;
  line-height: 1.55;
}

.product-showcase,
.workflow,
.gallery,
.contact {
  padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 72px);
}

.showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.72fr);
  align-items: start;
  gap: clamp(30px, 6vw, 86px);
}

.showcase-copy h2,
.workflow h2,
.gallery h2,
.contact h2 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: clamp(3.1rem, 7vw, 7.4rem);
}

.showcase-copy p {
  max-width: 620px;
  font-size: 1.1rem;
}

.feature-list {
  display: grid;
  gap: 14px;
  max-width: 690px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 14px;
  align-items: start;
  color: #23384d;
  font-weight: 800;
}

.feature-list span {
  width: 14px;
  height: 14px;
  margin-top: 5px;
  border-radius: 4px;
  background: #20d8f0;
  box-shadow: 0 0 0 5px rgba(32, 216, 240, 0.16);
}

.device-frame {
  margin: 0;
  padding: 12px;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #eaf8ff);
  box-shadow: 0 24px 60px rgba(24, 91, 145, 0.16);
}

.device-frame img,
.gallery figure img {
  border-radius: 6px;
}

.device-frame figcaption,
.gallery figcaption {
  padding: 12px 4px 2px;
  font-size: 0.9rem;
}

.workflow {
  background: #07182d;
  color: #ffffff;
}

.workflow .section-label {
  color: #20d8f0;
}

.workflow h2 {
  color: #ffffff;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.steps article {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.steps span {
  color: #ff7b73;
  font-weight: 900;
}

.steps h3 {
  margin: 18px 0 10px;
  font-size: 1.35rem;
}

.steps p {
  margin-bottom: 0;
  color: #c9d7e6;
}

.gallery {
  background: linear-gradient(180deg, #f7fbff, #ffffff);
}

.gallery-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

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

.gallery figure {
  margin: 0;
  padding: 10px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(18, 73, 122, 0.13);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  background: linear-gradient(135deg, #e9fbff, #ffffff 58%, #fff0ef);
  border-top: 1px solid rgba(7, 24, 45, 0.08);
}

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

.contact-link {
  color: #07182d;
  background: #20d8f0;
  box-shadow: 0 18px 36px rgba(32, 216, 240, 0.22);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 24px clamp(18px, 5vw, 72px);
  color: #647486;
  background: #ffffff;
  border-top: 1px solid rgba(7, 24, 45, 0.08);
  font-size: 0.92rem;
}

.footer span:first-child {
  color: #07182d;
  font-weight: 900;
}

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

  .hero {
    min-height: auto;
  }

  .poster-stack {
    min-height: 560px;
  }

  .main-shot {
    width: 64%;
  }

  .side-shot {
    width: 44%;
  }

  .proof-band,
  .steps,
  .gallery-track {
    grid-template-columns: 1fr;
  }

  .contact-link {
    justify-self: start;
  }
}

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

  .nav {
    width: 100%;
    justify-content: space-between;
  }

  h1 {
    font-size: clamp(3.2rem, 19vw, 5.4rem);
  }

  .showcase-copy h2,
  .workflow h2,
  .gallery h2,
  .contact h2 {
    font-size: clamp(2.7rem, 15vw, 4.6rem);
  }

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

  .poster-stack {
    min-height: 430px;
  }

  .main-shot {
    width: 70%;
  }

  .side-shot {
    width: 50%;
  }

  .steps article {
    padding: 22px;
  }
}

/* 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;
  }
}
