* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #1b1b1b;
  --muted: #5b5f66;
  --accent: #1f6feb;
  --accent-dark: #134ea8;
  --paper: #f7f6f3;
  --soft: #ece8e2;
  --sand: #f0ede8;
  --night: #0e141b;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #ffffff;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 6%;
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 15px;
}

.nav-links a:hover {
  color: var(--accent);
}

.ad-label {
  font-size: 12px;
  color: var(--muted);
}

.hero {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 50px 6% 70px;
  gap: 36px;
  background: var(--paper);
}

.hero-text,
.hero-media {
  flex: 1 1 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero h1 {
  font-size: 40px;
  margin-bottom: 18px;
}

.hero p {
  color: var(--muted);
  max-width: 520px;
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--accent);
  color: #ffffff;
  font-weight: 600;
  transition: background 0.2s ease;
}

.btn:hover {
  background: var(--accent-dark);
}

.btn-ghost {
  background: transparent;
  border: 1px solid var(--accent);
  color: var(--accent);
}

.btn-ghost:hover {
  background: var(--accent);
  color: #ffffff;
}

.section {
  display: flex;
  flex-direction: column;
  padding: 70px 6%;
  gap: 30px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-text,
.split-media {
  flex: 1 1 340px;
}

.split-text h2 {
  font-size: 30px;
  margin-bottom: 12px;
}

.split-text p {
  color: var(--muted);
  margin-bottom: 10px;
}

.media-card {
  background: #d9d7d2;
  border-radius: 18px;
  overflow: hidden;
}

.media-card img {
  width: 100%;
  height: 100%;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 240px;
  border: 1px solid #e2e2e2;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card h3 {
  font-size: 20px;
}

.price {
  font-weight: 700;
  color: var(--accent);
}

.inline-cta {
  color: var(--accent);
  font-weight: 600;
}

.sticky-cta {
  display: flex;
  justify-content: center;
  position: sticky;
  top: 20px;
  align-self: flex-start;
  background: var(--night);
  padding: 16px;
  border-radius: 16px;
  color: #ffffff;
  max-width: 280px;
}

.form-wrap {
  background: var(--soft);
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-wrap label {
  font-weight: 600;
}

.form-wrap input,
.form-wrap select,
.form-wrap textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  font-size: 15px;
}

.footer {
  background: var(--night);
  color: #ffffff;
  padding: 40px 6%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
}

.footer a:hover {
  color: #ffffff;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
}

.bg-ink {
  background: var(--night);
  color: #ffffff;
}

.bg-sand {
  background: var(--sand);
}

.bg-soft {
  background: var(--soft);
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1511379938547-c1f69419868d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  min-height: 340px;
  background-color: #d6d3cf;
}

.bg-process {
  background-image: url("https://images.unsplash.com/photo-1516321497487-e288fb19713f?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  min-height: 280px;
  background-color: #d4d1cb;
}

.bg-studio {
  background-image: url("https://images.unsplash.com/photo-1519999482648-25049ddd37b1?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  min-height: 260px;
  background-color: #cfcac4;
}

.bg-team {
  background-image: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  min-height: 260px;
  background-color: #d5d2cc;
}

.bg-edit {
  background-image: url("https://images.unsplash.com/photo-1518770660439-4636190af475?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  min-height: 260px;
  background-color: #d0cbc6;
}

.image-shell {
  background: #d9d7d2;
  border-radius: 18px;
  overflow: hidden;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  padding: 16px 20px;
  display: none;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.simple-header {
  padding: 50px 6% 30px;
  background: var(--paper);
}

.simple-header h1 {
  font-size: 34px;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.column {
  flex: 1 1 280px;
}

@media (max-width: 860px) {
  .hero h1 {
    font-size: 32px;
  }
  .sticky-cta {
    position: static;
    width: 100%;
  }
}
