@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Roboto:wght@400;500;700&family=Roboto+Slab:wght@400;600;700&family=Space+Mono:wght@400;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  background: #f2f4fa;
  color: #080d29;
}
.container {
  width: min(1110px, 88%);
  margin: auto;
}


.navbar {
  height: 78px;
  background: #2b304d;
  display: flex;
  align-items: center;
  padding: 0 88px;
  gap: 38px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.logo {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 7px;
}

.logo span {
  width: 11px;
  height: 11px;
  background: #ff302c;
  border-radius: 3px;
  display: inline-block;
}

.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 54px;
}

.nav-links a {
  color: #d9dceb;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}

.nav-links a:first-child {
  color: white;
}

.nav-btn,
.btn-red {
  background: #ff2a27;
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  padding: 16px 24px;
  border-radius: 12px;
  box-shadow: 0 18px 38px rgba(255, 42, 39, 0.32);
  display: inline-block;
}

.nav-btn {
  margin-left: 24px;
}

.menu-btn {
  display: none;
  background: transparent;
  border: none;
  color: white;
  font-size: 30px;
  margin-left: auto;
}

.hero {
  min-height: 760px;
  color: white;
  background:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px),
    radial-gradient(circle at 83% 7%, rgba(45, 70, 220, 0.58), transparent 27%),
    #070d2b;
  background-size: 72px 72px, 72px 72px, auto, auto;
}

.hero-inner {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 80px;
  padding-top: 22px;
}

.eyebrow {
  font-family: "Space Mono", monospace;
  font-size: 13px;
  letter-spacing: 3px;
  color: #8fa1ff;
  font-weight: 700;
  margin-bottom: 24px;
}

.eyebrow.blue {
  color: #4f63b5;
}

.hero h1 {
  font-size: 78px;
  line-height: 1.06;
  letter-spacing: -4px;
  font-weight: 800;
  margin-bottom: 30px;
}

.hero h1 span {
  color: #ff2c29;
}

.hero-text {
  font-size: 18px;
  line-height: 1.65;
  color: #d9ddec;
  max-width: 620px;
  margin-bottom: 38px;
  font-weight: 500;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.btn-dark {
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  padding: 16px 24px;
  border-radius: 10px;
  border: 1px solid #667095;
}

.code-card {
  max-width: 560px;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #101742;
  border: 1px solid rgba(134, 148, 210, 0.35);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.28);
}

.code-top {
  height: 52px;
  background: #202856;
  display: flex;
  align-items: center;
  padding: 0 22px;
  gap: 11px;
  font-family: "Space Mono", monospace;
  color: #8f9bdd;
  font-size: 14px;
}

.dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.red {
  background: #ff5b56;
}

.yellow {
  background: #ffbd35;
}

.green {
  background: #28d362;
}

.code-body {
  padding: 32px 28px;
}

.code-body pre {
  font-family: "Space Mono", monospace;
  color: white;
  font-size: 16px;
  line-height: 2;
  white-space: pre-wrap;
}

.code-body pre span {
  color: #93a1e8;
}

.code-body pre em {
  color: #3effb6;
  font-style: normal;
}

.code-body p {
  margin-top: 20px;
  display: inline-block;
  font-family: "Space Mono", monospace;
  color: #43f0c4;
  font-size: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(67, 240, 196, 0.6);
  border-radius: 7px;
}

.trusted {
  background: white;
  padding: 22px 0;
  border-bottom: 1px solid #e3e7f0;
}

.trusted-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  color: #a3a9ba;
  font-size: 12px;
}

.trusted-row span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
}

.trusted-row b {
  font-weight: 800;
}

.services,
.models,
.cta {
  background: #f2f4fa;
  padding: 80px 0;
}

.services h2,
.models h2,
.why h2,
.work h2 {
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 16px;
  font-weight: 800;
}

.section-text {
  color: #586175;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.6;
}

.service-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card {
  background: white;
  border: 1px solid #d9deea;
  border-radius: 12px;
  padding: 24px 26px;
  min-height: 170px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
}

.icon {
  width: 52px;
  height: 52px;
  background: #eef1ff;
  color: #2d47d8;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.icon svg {
  width: 22px;
  height: 22px;
  stroke: #2d47d8;
  stroke-width: 2;
  fill: none;
}

.card h3,
.model-card h3,
.why h3,
.timeline h3 {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 10px;
}

.card p,
.model-card p,
.why p,
.timeline p {
  color: #596275;
  font-size: 14px;
  line-height: 1.7;
}

.work {
  background: #070d2b;
  color: white;
  padding: 90px 0 95px;
}

.work-text {
  color: #cfd5ec;
  max-width: 700px;
  font-size: 16px;
  line-height: 1.6;
}

.timeline {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 35px;
  right: 35px;
  height: 2px;
  background: #343b61;
}

.timeline div {
  position: relative;
  z-index: 1;
}

.timeline span {
  width: 30px;
  height: 30px;
  background: #111843;
  border: 2px solid #303864;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ff302c;
  font-size: 10px;
  font-weight: 800;
  margin-bottom: 25px;
}

.timeline p {
  color: #c3cada;
}

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

.model-card {
  background: white;
  border: 1px solid #d9deea;
  border-top: 4px solid #2547d8;
  border-radius: 12px;
  padding: 32px;
  min-height: 195px;
}

.model-card small {
  display: block;
  margin-top: 24px;
  color: #20337b;
  font-family: "Space Mono", monospace;
  font-size: 12px;
  font-weight: 700;
}

.why {
  background: white;
  padding: 90px 0;
}

.why-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #d9deea;
  border-radius: 12px;
  overflow: hidden;
}

.why-grid div {
  padding: 34px 40px;
  border-right: 1px solid #d9deea;
  border-bottom: 1px solid #d9deea;
}

.why-grid div:nth-child(even) {
  border-right: 0;
}

.why-grid div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.why h3::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 3px;
  background: #ff302c;
  margin-right: 12px;
  vertical-align: middle;
}

.cta {
  padding: 92px 0 120px;
}

.cta-box {
  background:
    radial-gradient(circle at 90% 100%, rgba(255, 46, 46, 0.6), transparent 18%),
    linear-gradient(135deg, #1b1d8d, #2639c6);
  border-radius: 14px;
  color: white;
  text-align: center;
  padding: 65px 20px;
}

.cta-box h2 {
  font-size: 38px;
  margin-bottom: 14px;
}

.cta-box p {
  max-width: 600px;
  margin: 0 auto 28px;
  color: #e4e8ff;
  font-size: 16px;
}

.footer {
  background: #070d2b;
  color: white;
  padding: 70px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 100px;
}

.footer p {
  max-width: 390px;
  margin-top: 18px;
  color: #b7bdd1;
  line-height: 1.6;
}

.footer h4 {
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.footer a {
  display: block;
  color: #b7bdd1;
  margin-bottom: 11px;
  text-decoration: none;
}

.footer-bottom {
  margin-top: 60px;
  border-top: 1px solid #202843;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  color: #78829e;
  font-size: 13px;
}

@media (max-width: 900px) {
  .navbar {
    padding: 0 22px;
    height: 70px;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: #2b304d;
    padding: 20px;
    flex-direction: column;
    gap: 18px;
  }

  .nav-links.show {
    display: flex;
  }

  .nav-btn {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding: 90px 0;
    gap: 60px;
  }

  .hero h1 {
    font-size: 52px;
    letter-spacing: -2px;
  }

  .hero-text {
    font-size: 18px;
  }

  .service-grid,
  .model-grid,
  .timeline,
  .why-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .timeline::before {
    display: none;
  }

  .why-grid div,
  .why-grid div:nth-child(even),
  .why-grid div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid #d9deea;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 14px;
  }
}

/* ==========================================================
   Shared header/footer styles copied from styles.css
   ========================================================== */

:root {
  --site-primary: #00796B;
  --site-primary-light: #E0F2F1;
  --site-primary-dark: #004D40;
  --site-border: #E0E0E0;
  --site-text: #212121;
  --site-footer-bg: #1A1A2E;
  --site-teal-light: #B2DFDB;
  --site-shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);
  --site-shadow-lg: 0 8px 24px rgba(0,0,0,.12);
  --site-radius-sm: 6px;
  --site-radius-md: 10px;
  --site-transition: .22s ease;
  --site-header-h: 68px;
  --site-font-body: "Roboto", sans-serif;
  --site-font-heading: "Roboto Slab", serif;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: var(--site-header-h);
  background: #fff;
  border-bottom: 1px solid var(--site-border);
  box-shadow: var(--site-shadow-sm);
}

.header .container,
.footer .container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: var(--site-header-h);
}

.header .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.header .logo img {
  height: 60px;
  width: auto;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 14px;
  font-family: var(--site-font-body);
  font-size: .9rem;
  font-weight: 500;
  color: var(--site-text);
  border-radius: var(--site-radius-sm);
  white-space: nowrap;
  transition: background var(--site-transition), color var(--site-transition);
}

.nav-link:hover,
.nav-link.active {
  background: var(--site-primary-light);
  color: var(--site-primary);
}

.nav-link .arrow {
  font-size: .65rem;
  transition: transform var(--site-transition);
}

.dropdown-trigger {
  cursor: pointer;
}

.dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 220px;
  padding: 6px 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--site-border);
  border-radius: var(--site-radius-md);
  box-shadow: var(--site-shadow-lg);
  z-index: 1002;
}

.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown {
  display: block;
}

.has-dropdown:hover .arrow {
  transform: rotate(180deg);
}

.dropdown li a {
  display: block;
  padding: 10px 18px;
  font-family: var(--site-font-body);
  font-size: .9rem;
  color: var(--site-text);
  transition: background var(--site-transition), color var(--site-transition);
}

.dropdown li a:hover {
  background: var(--site-primary-light);
  color: var(--site-primary);
}

.header .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 999px;
  font-family: var(--site-font-body);
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
}

.header .btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--site-shadow-lg);
}

.header .btn-primary {
  color: #fff;
  background: var(--site-primary);
  border: 2px solid var(--site-primary);
}

.header .btn-primary:hover {
  background: var(--site-primary-dark);
  border-color: var(--site-primary-dark);
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 8px;
  border: none;
  background: none;
  border-radius: var(--site-radius-sm);
  transition: background var(--site-transition);
}

.hamburger:hover {
  background: #f5f5f5;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--site-text);
  border-radius: 2px;
  transition: transform .3s ease, opacity .3s ease;
}

body.nav-open .hamburger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.nav-open .hamburger span:nth-child(2) {
  opacity: 0;
}

body.nav-open .hamburger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.4);
  z-index: 998;
}

body.nav-open .mobile-nav-overlay {
  display: block;
}

.footer {
  background: var(--site-footer-bg);
  color: rgba(255,255,255,.82);
  padding: 60px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.6fr;
  gap: 40px;
  margin-bottom: 48px;
}

.footer-brand p {
  margin-top: 12px;
  max-width: none;
  color: rgba(255,255,255,.72);
  font-size: .88rem;
  line-height: 1.7;
}

.footer-col h4 {
  margin-bottom: 16px;
  font-family: var(--site-font-heading);
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #fff;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
  list-style: none;
}

.footer-col ul li a {
  display: block;
  margin-bottom: 0;
  color: rgba(255,255,255,.72);
  font-size: .88rem;
  transition: opacity var(--site-transition), color var(--site-transition);
}

.footer-col ul li a:hover {
  color: var(--site-teal-light);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  color: rgba(255,255,255,.82);
  font-size: .88rem;
}

.footer-contact-icon {
  flex-shrink: 0;
  margin-top: 1px;
  font-size: 1rem;
}

.footer-contact-item a {
  color: var(--site-teal-light);
}

.footer-contact-item a:hover {
  text-decoration: underline;
}

.footer-hub-title {
  margin: 20px 0 10px;
  color: var(--site-teal-light);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.footer-hub-list {
  list-style: none;
  padding: 0;
}

.footer-hub-list li {
  margin-bottom: 0;
  padding: 4px 0;
  color: rgba(255,255,255,.7);
  font-size: .84rem;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.55);
  font-size: .82rem;
}

.footer-bottom p {
  margin-top: 0;
  color: inherit;
}

.footer-bottom a {
  margin-bottom: 0;
  color: rgba(255,255,255,.72);
}

.footer-bottom a:hover {
  color: var(--site-teal-light);
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  color: rgba(255,255,255,.72);
}

.social-link:hover {
  color: var(--site-teal-light);
}

.code-body pre {
  overflow-wrap: anywhere;
}

@media (max-width:1200px) {
  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero-inner {
    gap: 48px;
    padding: 72px 0;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 8vw, 4.9rem);
  }
}

@media (max-width:968px) {
  .nav {
    position: fixed;
    top: var(--site-header-h);
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: 24px;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform .3s ease;
    z-index: 999;
    box-shadow: var(--site-shadow-lg);
  }

  body.nav-open .nav {
    transform: translateX(0);
  }

  .nav-list {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .nav-item {
    width: 100%;
  }

  .nav-link {
    width: 100%;
    padding: 14px 4px;
    font-size: 1rem;
    border-radius: 0;
    border-bottom: 1px solid var(--site-border);
  }

  .dropdown {
    position: static;
    min-width: 0;
    width: 100%;
    padding: 0 0 0 16px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    animation: none;
  }

  .has-dropdown:hover .dropdown {
    display: none;
  }

  .has-dropdown.open .dropdown {
    display: block;
  }

  .dropdown li a {
    padding: 10px 8px;
    border-bottom: 1px solid var(--site-border);
  }

  .nav .btn {
    width: 100%;
    margin-top: 20px;
    justify-content: center;
  }

  .hamburger {
    display: flex;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .code-card {
    max-width: 100%;
  }

  .service-grid,
  .model-grid,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline::before {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

@media (max-width:768px) {
  :root {
    --site-header-h: 60px;
  }

  .header .container,
  .footer .container {
    width: min(100%, calc(100% - 32px));
  }

  .header .logo img {
    height: 52px;
  }

  .hero-inner {
    padding: 42px 0 56px;
    gap: 28px;
  }

  .hero h1 {
    margin-bottom: 22px;
    font-size: clamp(2.35rem, 12vw, 3.4rem);
    letter-spacing: -2px;
  }

  .hero-text {
    margin-bottom: 28px;
    font-size: 1rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-buttons a {
    width: 100%;
    text-align: center;
  }

  .trusted-row {
    justify-content: flex-start;
    gap: 14px 20px;
  }

  .services,
  .models,
  .why {
    padding: 64px 0;
  }

  .work {
    padding: 72px 0;
  }

  .cta {
    padding: 72px 0 92px;
  }

  .service-grid,
  .model-grid,
  .timeline,
  .why-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .timeline div,
  .why-grid div,
  .card,
  .model-card {
    min-height: auto;
  }

  .why-grid div,
  .why-grid div:nth-child(even),
  .why-grid div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid #d9deea;
  }

  .why-grid div:last-child {
    border-bottom: 0;
  }

  .cta-box {
    padding: 48px 20px;
  }

  .cta-box h2 {
    font-size: 2rem;
  }
}

@media (max-width:560px) {
  :root {
    --site-header-h: 56px;
  }

  .header .container,
  .footer .container {
    width: min(100%, calc(100% - 24px));
  }

  .header .logo img {
    height: 46px;
  }

  .nav {
    padding: 20px 16px 28px;
  }

  .container {
    width: min(1110px, calc(100% - 24px));
  }

  .hero h1 {
    font-size: 2rem;
    letter-spacing: -1.4px;
  }

  .eyebrow {
    margin-bottom: 18px;
    font-size: 12px;
    letter-spacing: 2.2px;
  }

  .code-top {
    padding: 0 16px;
    font-size: 12px;
  }

  .code-body {
    padding: 24px 18px;
  }

  .code-body pre {
    font-size: 14px;
    line-height: 1.8;
  }

  .card,
  .model-card,
  .why-grid div {
    padding: 22px 20px;
  }

  .timeline {
    gap: 24px;
  }

  .timeline span {
    margin-bottom: 18px;
  }

  .cta-box h2 {
    font-size: 1.7rem;
  }

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