:root {
  --bg: #0b1220;
  --panel: #111a2e;
  --panel-2: #f7f9fc;
  --text: #e8eefc;
  --muted: #a7b4d3;
  --brand: #3b82f6;
  --brand-2: #1d4ed8;
  --line: #dbe4f0;
  --dark-line: rgba(255, 255, 255, 0.08);
  --card-shadow: 0 14px 40px rgba(10, 19, 36, 0.08);
  --radius: 18px;
  --max: 1150px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: #132033;
  background: #ffffff;
  line-height: 1.55;
}

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

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

.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.section {
  padding: 72px 0;
}

.section-alt {
  background: #f7f9fc;
  border-top: 1px solid #edf2f8;
  border-bottom: 1px solid #edf2f8;
}

.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-2);
  margin-bottom: 14px;
}

h1,
h2,
h3 {
  margin: 0 0 14px;
  line-height: 1.15;
}

h1 {
  font-size: clamp(2.2rem, 5vw, 4.2rem);
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

h3 {
  font-size: 1.2rem;
}

p {
  margin: 0 0 14px;
}

.topbar {
  background: var(--bg);
  color: var(--text);
  border-bottom: 1px solid var(--dark-line);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(10px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 1.05rem;
}

.brand-logo {
  display: block;
  height: 30px;
  width: auto;
}

.brand span {
  color: #7db0ff;
}

.nav-links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  align-items: center;
  color: var(--muted);
  font-size: 0.96rem;
}

.nav-links a:hover {
  color: #ffffff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

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

.btn-primary {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 10px 24px rgba(59, 130, 246, 0.28);
}

.btn-secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
}

.hero {
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.24), transparent 32%),
    radial-gradient(circle at 20% 10%, rgba(59, 130, 246, 0.10), transparent 26%),
    var(--bg);
  color: var(--text);
  padding: 84px 0 72px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: center;
}

.hero p.lead {
  font-size: 1.08rem;
  color: var(--muted);
  max-width: 700px;
  margin-bottom: 26px;
}

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

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 6px;
}

.hero-point {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 14px;
  font-size: 0.94rem;
  color: #dbe7ff;
}

.mockup-box {
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}

.placeholder {
  min-height: 420px;
  border-radius: 20px;
  border: 2px dashed rgba(125, 176, 255, 0.35);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 28px;
  color: #bfd7ff;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(59, 130, 246, 0.03));
}

.placeholder strong {
  display: block;
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 8px;
}

.placeholder small {
  display: block;
  max-width: 280px;
}

.hero-image-frame {
  overflow: hidden;
  border-radius: 20px;
}

.hero-image {
  display: block;
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.trust-band {
  background: #fff;
  border-bottom: 1px solid #edf2f8;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 26px 0;
}

.trust-item {
  border: 1px solid #edf2f8;
  border-radius: 16px;
  padding: 16px;
  background: #fff;
  box-shadow: var(--card-shadow);
}

.trust-item strong {
  display: block;
  margin-bottom: 6px;
  color: #0f1f38;
}

.trust-item span {
  font-size: 0.95rem;
  color: #51627a;
}

.intro-copy {
  max-width: 760px;
  margin-bottom: 32px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.card {
  background: #fff;
  border: 1px solid #e6edf7;
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--card-shadow);
}

.card p {
  color: #506279;
}

.deliverables {
  margin: 14px 0 0;
  padding-left: 18px;
  color: #27405f;
}

.deliverables li {
  margin-bottom: 8px;
}

.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: center;
}

.image-panel {
  background: var(--panel-2);
  border: 1px solid #e7eef7;
  border-radius: 22px;
  padding: 18px;
}

.image-placeholder {
  min-height: 340px;
  border-radius: 18px;
  border: 2px dashed #b9c9de;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
  color: #547090;
  background: linear-gradient(180deg, #ffffff, #f6f9fd);
}

.about-image-frame {
  overflow: hidden;
  border-radius: 18px;
}

.about-image {
  display: block;
  width: 100%;
  min-height: 340px;
  object-fit: cover;
}

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

.work-card {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e6edf7;
  background: #fff;
  box-shadow: var(--card-shadow);
}

.work-image {
  min-height: 180px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 18px;
  background: linear-gradient(135deg, #eef5ff, #f8fbff);
  border-bottom: 1px solid #e6edf7;
  color: #5a7290;
  font-size: 0.95rem;
}

.work-image-photo {
  padding: 0;
}

.work-image-photo img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
}

.work-copy {
  padding: 18px;
}

.work-copy p {
  color: #51627a;
  font-size: 0.95rem;
}

.cta {
  background: linear-gradient(180deg, #0e1830, #0b1220);
  color: var(--text);
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 28px;
  align-items: start;
}

.cta p {
  color: var(--muted);
}

.cta-eyebrow {
  color: #9ec0ff;
}

.cta-panel {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 24px;
}

.contact-list {
  margin: 16px 0 20px;
  padding-left: 18px;
}

.contact-list li {
  margin-bottom: 8px;
  color: #d7e5ff;
}

.contact-side-image {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.contact-side-logo {
  display: block;
  width: min(100%, 260px);
  height: auto;
}

.cta-panel-title {
  color: #fff;
}

.cta-panel-title {
  margin-bottom: 10px;
}

.cta-panel-copy {
  margin-bottom: 16px;
}

.contact-form-status {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-size: 0.95rem;
}

.contact-form-status-success {
  background: rgba(26, 184, 115, 0.14);
  border-color: rgba(69, 214, 148, 0.34);
  color: #d9ffef;
}

.contact-form-status-error {
  background: rgba(255, 180, 64, 0.12);
  border-color: rgba(255, 205, 116, 0.34);
  color: #ffe7b3;
}

.contact-form {
  display: block;
  margin-top: 8px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field span {
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
}

.form-field input,
.form-field select,
.form-field textarea {
  display: block;
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(7, 13, 25, 0.62);
  color: #ffffff;
  font: inherit;
  line-height: 1.4;
  padding: 14px 15px;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #8ea3c8;
}

.form-field select {
  background-image:
    linear-gradient(45deg, transparent 50%, #9ec0ff 50%),
    linear-gradient(135deg, #9ec0ff 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(50% - 3px),
    calc(100% - 14px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 38px;
}

.form-field textarea {
  min-height: 180px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: rgba(125, 176, 255, 0.75);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.form-actions {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  flex-wrap: wrap;
}

.form-note {
  margin: 0;
  color: #c7d8f4;
  font-size: 0.92rem;
  max-width: 28rem;
}

.form-honeypot {
  display: none !important;
}

.form-actions .btn {
  min-width: 180px;
}

.footer {
  padding: 24px 0 40px;
  background: #09101e;
  color: #93a6c8;
  font-size: 0.92rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-inner {
  display: flex;
  justify-content: center;
}

.footer-top-link {
  min-width: 160px;
}

@media (max-width: 980px) {
  .hero-grid,
  .split,
  .cta-grid,
  .cards,
  .work-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .hero-points {
    grid-template-columns: 1fr;
  }

  .nav {
    padding: 14px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    gap: 14px;
  }

  .placeholder {
    min-height: 280px;
  }

  .hero-image {
    min-height: 280px;
  }

  .image-placeholder {
    min-height: 240px;
  }

  .about-image {
    min-height: 240px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

}
