/* ── HEADER ── */
.brand-header {
  background: #0a0f1e;
  border-top: 2px solid #2d6be4;
}

.header-main {
  padding: 24px 40px 0 40px;
}

.header-row1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-area {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo-icon {
  width: 38px;
  height: 38px;
  background: #2d6be4;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.logo-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-name {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.01em;
  line-height: 1;
}

.brand-name span {
  color: #4d87f0;
}

.brand-sub {
  font-size: 11px;
  color: #4a5568;
  margin-top: 3px;
  letter-spacing: 0.03em;
  font-weight: 400;
}

.header-badge {
  background: #0d1530;
  border: 1px solid #1e2d4f;
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 600;
  color: #4d87f0;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.header-divider {
  height: 1px;
  background: #1e2d4f;
  margin: 20px 0 0 0;
}

.header-row2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 40px 18px 40px;
  background: #0d1530;
}

.header-tagline {
  font-size: 12px;
  color: #4a5568;
  font-weight: 400;
}

.header-cta {
  background: #2d6be4;
  color: #ffffff;
  border: none;
  padding: 9px 20px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  letter-spacing: 0.01em;
}

.header-cta svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
}

/* ── FOOTER ── */
.footer {
  background: #0a0f1e;
  padding: 36px 40px 0 40px;
  font-family: "Inter", sans-serif;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 28px;
  border-bottom: 1px solid #1e2d4f;
}

.footer-brand-name {
  font-size: 15px;
  font-weight: 700;
  color: #e8edf5;
  letter-spacing: -0.01em;
}

.footer-brand-name span {
  color: #4d87f0;
}

.footer-desc {
  font-size: 12px;
  color: #4a5568;
  line-height: 1.65;
  margin-top: 8px;
  max-width: 230px;
}

.footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 14px;
  background: #0d1530;
  border: 1px solid #1e2d4f;
  border-radius: 6px;
  padding: 7px 12px;
  text-decoration: none;
}

.footer-contact svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: #2d6be4;
  stroke-width: 2;
  stroke-linecap: round;
  flex-shrink: 0;
}

.footer-contact span {
  font-size: 11px;
  color: #8a96b0;
}

.footer-col-label {
  font-size: 10px;
  font-weight: 600;
  color: #4a5568;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.footer-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #8a96b0;
  margin-bottom: 10px;
  text-decoration: none;
}

.footer-link svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: #2d6be4;
  stroke-width: 2;
  stroke-linecap: round;
  flex-shrink: 0;
}

.footer-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 18px 0 22px 0;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-bottom__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.footer-copyright {
  font-size: 11px;
  color: #4a5568;
}

.footer-copyright strong {
  color: #8a96b0;
}

.footer-site {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #0d1530;
  border: 1px solid #1e2d4f;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 11px;
  color: #8a96b0;
  text-decoration: none;
}

.footer-site svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: #2d6be4;
  stroke-width: 2;
  stroke-linecap: round;
}

/* ── HOW IT WORKS — TWO COLUMN WITH VIDEO ── */
.how-it-works__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.how-it-works__video-title {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
  text-align: center;
}

@media (max-width: 768px) {
  .how-it-works__layout {
    grid-template-columns: 1fr;
  }
}
