* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #101114;
  background: #f6f7f9;
  line-height: 1.6;
}

a {
  color: #0a4bd6;
  text-decoration: none;
}

header {
  background: #ffffff;
  border-bottom: 1px solid #e2e6ee;
}

.wrap {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  gap: 20px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  font-size: 0.95rem;
}

.ad-label {
  padding: 6px 10px;
  background: #f1f3f8;
  border-radius: 999px;
  font-size: 0.85rem;
  color: #3f4a5c;
}

.hero {
  background: linear-gradient(120deg, rgba(9, 13, 25, 0.8), rgba(24, 30, 45, 0.6)), url("https://images.unsplash.com/photo-1518770660439-4636190af475?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding: 110px 0 90px;
}

.hero .wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero p {
  max-width: 640px;
  color: #e5e9f2;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: #1b4dd8;
  color: #ffffff;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.button.secondary {
  background: #ffffff;
  color: #1b4dd8;
  border: 1px solid #d6def1;
}

.section {
  padding: 70px 0;
}

.split-section {
  display: flex;
  gap: 40px;
  align-items: stretch;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-section .text {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.split-section .visual {
  flex: 1 1 0;
  display: flex;
  align-items: stretch;
}

.visual-card {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #e2e6ee;
  display: flex;
  align-items: stretch;
}

.visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 14px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #e4e8f1;
}

.service-card .price {
  font-weight: 700;
  color: #143f9f;
}

.service-card figure {
  background: #dfe7f2;
  border-radius: 12px;
  overflow: hidden;
}

.service-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.note-band {
  background: #0f172a;
  color: #e2e8f0;
  padding: 50px 0;
}

.note-band a {
  color: #9cc6ff;
}

.form-panel {
  background: #ffffff;
  border-radius: 16px;
  padding: 26px;
  border: 1px solid #e4e8f1;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
  color: #1c2740;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #ccd5e4;
  font-size: 1rem;
  font-family: inherit;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

footer {
  background: #ffffff;
  border-top: 1px solid #e2e6ee;
  padding: 40px 0 50px;
  color: #3a4457;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.cookie-banner,
.sticky-cta {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: min(1040px, 92%);
  background: #ffffff;
  border: 1px solid #dce2ee;
  border-radius: 14px;
  padding: 14px 18px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  z-index: 1000;
  box-shadow: 0 12px 30px rgba(18, 24, 40, 0.12);
}

.cookie-banner {
  bottom: 20px;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sticky-cta {
  bottom: 90px;
}

.badge {
  background: #f0f4ff;
  color: #1b4dd8;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.page-hero {
  padding: 70px 0 50px;
  background: #eef2f9;
}

.page-hero .wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.two-column {
  display: flex;
  gap: 26px;
}

.two-column .column {
  flex: 1 1 0;
}

.legal-card {
  background: #ffffff;
  padding: 22px;
  border-radius: 14px;
  border: 1px solid #e4e8f1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.image-strip {
  background: #111827;
  color: #e2e8f0;
}

.image-strip .split-section {
  align-items: center;
}

.image-strip .visual-card {
  background: #1f2937;
}

.bg-innovation {
  background: linear-gradient(130deg, rgba(11, 20, 39, 0.85), rgba(22, 41, 71, 0.7)), url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f8fafc;
}

.bg-studio {
  background: linear-gradient(120deg, rgba(15, 23, 42, 0.75), rgba(30, 41, 59, 0.6)), url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f8fafc;
}

.bg-detail {
  background: #f1f5f9;
}

.small-text {
  font-size: 0.92rem;
  color: #4b5563;
}

.hidden {
  display: none;
}

@media (max-width: 900px) {
  .split-section,
  .split-section.reverse,
  .two-column {
    flex-direction: column;
  }

  .hero {
    padding: 90px 0 70px;
  }
}
