:root {
  --bg: #f6f8ff;
  --surface: #ffffff;
  --surface-dark: #07133f;
  --ink: #0a1024;
  --muted: #5b6680;
  --blue: #06166d;
  --blue-light: #2347ff;
  --cyan: #44d7ff;
  --line: rgba(6, 22, 109, 0.13);
  --shadow: 0 24px 70px rgba(6, 22, 109, 0.13);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(35, 71, 255, 0.13), transparent 32rem),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 45%, #ffffff 100%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 10rem;
}

.brand img {
  width: min(12rem, 42vw);
  max-height: 2.8rem;
  object-fit: contain;
}

.brand-fallback {
  display: none;
  align-items: center;
  min-height: 2.5rem;
  color: var(--blue);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(0.7rem, 2vw, 1.6rem);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav a:hover {
  color: var(--blue);
}

.lang-toggle {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.55rem 0.8rem;
  color: var(--blue);
  background: #fff;
  cursor: pointer;
  font-weight: 800;
}

.section {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  min-height: auto;
  padding-top: clamp(2rem, 4vw, 4rem);
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--blue-light);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 1.35rem;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 1;
  letter-spacing: -0.065em;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

h3 {
  margin-bottom: 0.8rem;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.hero-text,
.section-heading p,
.split p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  border: 0;
  border-radius: 999px;
  padding: 0.9rem 1.25rem;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-light));
  box-shadow: 0 16px 38px rgba(6, 22, 109, 0.24);
}

.button.secondary {
  color: var(--blue);
  background: #fff;
  border: 1px solid var(--line);
}

.hero-card {
  position: relative;
  overflow: hidden;
  min-height: 28rem;
  padding: 2rem;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(68, 215, 255, 0.16), transparent),
    var(--surface-dark);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-card::before,
.hero-card::after {
  position: absolute;
  content: "";
  inset: auto -20% -22% 20%;
  height: 16rem;
  border: 1px solid rgba(68, 215, 255, 0.3);
  border-radius: 999px;
  transform: rotate(-12deg);
}

.hero-card::after {
  inset: 16% -30% auto 10%;
  height: 11rem;
}

.hero-card p,
.hero-card li {
  color: rgba(255, 255, 255, 0.72);
}

.hero-card h2 {
  position: relative;
  z-index: 1;
  margin-top: 7rem;
  font-size: clamp(2rem, 3.3vw, 2.75rem);
}

.hero-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.8rem;
  padding-left: 1.1rem;
}

.circuit-orb {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--cyan) 0 0.35rem, transparent 0.38rem),
    repeating-linear-gradient(90deg, transparent 0 1.2rem, rgba(68, 215, 255, 0.28) 1.25rem 1.32rem),
    repeating-linear-gradient(0deg, transparent 0 1.2rem, rgba(68, 215, 255, 0.18) 1.25rem 1.32rem);
  opacity: 0.9;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.trust-strip article {
  display: grid;
  align-content: start;
  gap: 0.55rem;
  padding: 1.5rem;
  border-right: 1px solid var(--line);
}

.trust-strip article:last-child {
  border-right: 0;
}

.trust-strip strong {
  color: var(--blue);
  font-size: 1.1rem;
  line-height: 1.2;
}

.trust-strip span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.help-strip {
  transform: translateY(-0.5rem);
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 5rem);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 2rem;
}

.section-heading.narrow {
  max-width: 720px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.service-card {
  min-height: 18rem;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
}

.service-card.featured {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #142aa0);
}

.service-card span {
  display: inline-flex;
  margin-bottom: 3rem;
  color: var(--blue-light);
  font-weight: 800;
}

.service-card.featured span,
.service-card.featured p {
  color: rgba(255, 255, 255, 0.72);
}

.service-card p {
  color: var(--muted);
  line-height: 1.65;
}

.process {
  padding: 4rem clamp(1.2rem, 4vw, 3rem);
  color: #fff;
  background: var(--surface-dark);
  border-radius: calc(var(--radius) + 10px);
}

.process .eyebrow,
.process p {
  color: rgba(255, 255, 255, 0.72);
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.pill-list span {
  padding: 0.75rem 1rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.contact-list {
  display: grid;
  gap: 1rem;
  margin: 2rem 0 0;
}

.contact-list div {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.contact-list dt {
  color: var(--blue);
  font-weight: 800;
}

.contact-list dd {
  margin: 0.3rem 0 0;
  color: var(--muted);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: clamp(1.2rem, 4vw, 2rem);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

label,
label span {
  display: grid;
  gap: 0.45rem;
  color: var(--ink);
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 0.9rem 1rem;
  color: var(--ink);
  background: #fbfcff;
  font: inherit;
}

textarea {
  resize: vertical;
}

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

.honeypot {
  position: absolute;
  left: -9999px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem clamp(1rem, 4vw, 4rem);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer div {
  display: flex;
  gap: 1rem;
}

.legal-page {
  width: min(860px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 5rem 0;
}

.legal-page p,
.legal-page li {
  color: var(--muted);
  line-height: 1.75;
}

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

  .hero {
    min-height: auto;
  }

  .service-grid,
  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 1280px) and (min-width: 901px) {
  .section,
  .trust-strip {
    width: min(1120px, calc(100% - 3rem));
  }

  .site-header {
    padding: 0.75rem clamp(1.5rem, 3vw, 3rem);
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.82fr);
    gap: 2.2rem;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  h1 {
    max-width: 680px;
    font-size: clamp(3.4rem, 4.8vw, 4.25rem);
  }

  .hero-text {
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-card {
    min-height: 25rem;
    padding: 1.6rem;
  }

  .hero-card h2 {
    margin-top: 5.5rem;
    font-size: clamp(2rem, 3vw, 2.35rem);
  }
}

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

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

  h1 {
    font-size: clamp(2.5rem, 15vw, 4rem);
  }

  .hero-card {
    min-height: 25rem;
  }

  .service-grid,
  .trust-strip,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .trust-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip article:last-child {
    border-bottom: 0;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
