:root {
  --blue: #0b66f6;
  --blue-deep: #082d63;
  --cyan: #16b8ff;
  --ink: #0f2542;
  --muted: #617085;
  --line: #dfe7f1;
  --soft: #f3f7fc;
  --white: #ffffff;
  --green: #28c784;
  --shadow: 0 24px 70px rgba(8, 45, 99, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}

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

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(223, 231, 241, 0.8);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--blue-deep), var(--blue));
  color: white;
  font-weight: 900;
  letter-spacing: -1.5px;
  box-shadow: 0 12px 24px rgba(11, 102, 246, 0.22);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-text strong {
  font-size: 1.08rem;
}

.brand-text small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.75rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 700;
  font-size: 0.95rem;
}

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

.nav-cta {
  padding: 11px 18px;
  border-radius: 12px;
  background: var(--blue);
  color: white !important;
}

.menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  padding: 9px;
  cursor: pointer;
}

.menu-btn span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
  border-radius: 999px;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 18% 20%, rgba(22, 184, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 72px;
  align-items: center;
  padding: 92px 0;
}

.eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--blue);
}

.eyebrow::before,
.section-label::before {
  content: "";
  width: 30px;
  height: 2px;
  background: currentColor;
}

.hero h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(2.9rem, 6vw, 5.3rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hero-copy > p {
  max-width: 650px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--blue), #0052ce);
  color: white;
  box-shadow: 0 14px 28px rgba(11, 102, 246, 0.22);
}

.btn-secondary {
  background: white;
  border: 1px solid var(--line);
}

.verification {
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid rgba(40, 199, 132, 0.25);
  border-radius: 14px;
  background: rgba(40, 199, 132, 0.07);
}

.verification-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--green);
  color: white;
  font-weight: 900;
}

.verification div {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.verification small {
  color: var(--muted);
}

.hero-panel {
  position: relative;
  border-radius: 28px;
  background: linear-gradient(145deg, #0b326d, #071b3b);
  color: white;
  box-shadow: var(--shadow);
  padding: 20px;
}

.panel-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 4px 18px;
  color: #c6d6ed;
  font-size: 0.86rem;
  font-weight: 700;
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(40, 199, 132, 0.12);
}

.company-card {
  display: grid;
  gap: 18px;
  padding: 28px;
  border-radius: 20px;
  background: white;
  color: var(--ink);
}

.company-logo {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: white;
  font-weight: 900;
  font-size: 1.5rem;
}

.company-data {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.company-data:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.company-data span {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.company-data strong,
.company-data a {
  display: block;
  margin-top: 4px;
  font-size: 1.02rem;
  font-weight: 800;
}

.company-data a {
  color: var(--blue);
  word-break: break-word;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
}

.orb-one {
  width: 360px;
  height: 360px;
  right: -120px;
  top: -160px;
  background: rgba(11, 102, 246, 0.08);
}

.orb-two {
  width: 250px;
  height: 250px;
  left: -100px;
  bottom: -140px;
  background: rgba(22, 184, 255, 0.1);
}

.section {
  padding: 110px 0;
}

.section-soft {
  background: var(--soft);
}

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

.section h2 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.section-copy {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-copy p:first-child {
  margin-top: 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading p {
  color: var(--muted);
  font-size: 1.05rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  min-height: 270px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
  box-shadow: 0 14px 40px rgba(8, 45, 99, 0.05);
}

.service-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(11, 102, 246, 0.09);
  color: var(--blue);
  font-weight: 900;
}

.service-card h3 {
  margin: 52px 0 10px;
  font-size: 1.25rem;
}

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

.brand-section {
  display: grid;
}

.brand-box {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 48px;
  align-items: center;
  padding: 58px;
  border-radius: 28px;
  background: linear-gradient(135deg, #f4f9ff 0%, #e8f4ff 100%);
  border: 1px solid #d6e9ff;
}

.jd-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 220px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--blue), #0c83ff);
  color: white;
  box-shadow: 0 20px 50px rgba(11, 102, 246, 0.22);
}

.jd-logo span {
  font-size: 4.6rem;
  font-weight: 950;
  letter-spacing: -0.08em;
}

.jd-logo small {
  max-width: 70px;
  font-weight: 800;
  line-height: 1.05;
}

.brand-box p {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.06rem;
}

.text-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--blue);
  font-weight: 900;
}

.contact-section {
  color: white;
  background:
    radial-gradient(circle at 80% 10%, rgba(22, 184, 255, 0.26), transparent 30%),
    linear-gradient(135deg, #0a2a5a, #071b3b);
}

.section-label.light {
  color: #8fd9ff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 70px;
  align-items: center;
}

.contact-grid p {
  max-width: 600px;
  color: #c3d0e2;
  font-size: 1.05rem;
}

.contact-card {
  display: grid;
  gap: 0;
  overflow: hidden;
  border-radius: 22px;
  background: white;
  color: var(--ink);
}

.contact-card a,
.contact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 22px;
  border-bottom: 1px solid var(--line);
}

.contact-card a:hover {
  background: var(--soft);
}

.contact-card a:last-child,
.contact-row:last-child {
  border-bottom: 0;
}

.contact-card span,
.contact-row span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.contact-card strong,
.contact-row strong {
  text-align: right;
  word-break: break-word;
}

footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  background: white;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.footer-grid p {
  margin: 4px 0 0;
  color: var(--muted);
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  color: var(--muted);
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .menu-btn {
    display: block;
  }

  .nav {
    position: absolute;
    top: 78px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: white;
    box-shadow: var(--shadow);
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    padding: 12px 14px;
  }

  .hero-grid,
  .split,
  .contact-grid,
  .brand-box {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 42px;
    padding: 74px 0;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 12vw, 4.6rem);
  }

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

  .service-card {
    min-height: auto;
  }

  .brand-box {
    padding: 30px;
  }

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

  .footer-meta {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .section {
    padding: 78px 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .verification {
    align-items: flex-start;
  }

  .company-card {
    padding: 22px;
  }

  .contact-card a,
  .contact-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .contact-card strong,
  .contact-row strong {
    text-align: left;
  }
}
