:root {
  --navy: #071a4d;
  --blue: #0b66f0;
  --cyan: #11c5ed;
  --violet: #6024f4;
  --ink: #0a1735;
  --muted: #64718a;
  --line: #dce4ef;
  --soft: #f4f8fd;
  --white: #fff;
  --max: 1240px;
}


/* =========================================================
   GLOBAL
   ========================================================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.55;
}

body,
button,
input,
textarea {
  -webkit-font-smoothing: antialiased;
}

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

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

img {
  max-width: 100%;
}


/* =========================================================
   HEADER / NAVIGATION
   ========================================================= */

.topbar {
  height: 84px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e7edf5;
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* Header Logo */

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.brand img {
  width: auto;
  height: auto;
  max-height: 70px;
  max-width: 190px;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  display: block;
}


/* Navigation */

.nav nav {
  display: flex;
  gap: 29px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #34425a;
}

.nav nav a {
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

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

.nav-button {
  padding: 12px 18px;
  border-radius: 30px;
  background: var(--navy);
  color: #fff !important;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.nav-button:hover {
  background: #0a235f;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(7, 26, 77, 0.15);
}

.nav-button span {
  color: var(--cyan);
  margin-left: 7px;
}

.menu {
  display: none;
  border: 0;
  background: transparent;
  font-size: 25px;
  color: var(--navy);
  cursor: pointer;
  padding: 5px;
}


/* =========================================================
   HERO
   ========================================================= */

.hero {
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      #f8fbff 0%,
      #fff 100%
    );
  border-bottom: 1px solid #edf2f7;
}

.hero-grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 50px;
  padding: 72px 0 90px;
}

.kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #52627c;
}

.kicker span {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background:
    linear-gradient(
      135deg,
      var(--cyan),
      var(--violet)
    );
  margin-right: 9px;
}

.hero h1 {
  font:
    700 clamp(52px, 6.1vw, 82px) / 0.98
    "Space Grotesk",
    sans-serif;
  letter-spacing: -0.06em;
  margin: 18px 0 25px;
  color: var(--navy);
}

h1 strong,
h2 strong {
  background:
    linear-gradient(
      90deg,
      var(--blue),
      var(--violet)
    );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-text {
  max-width: 650px;
  font-size: 18px;
  color: var(--muted);
  margin: 0;
}

.actions {
  display: flex;
  gap: 12px;
  margin: 31px 0 36px;
  flex-wrap: wrap;
}

.button {
  border: 0;
  border-radius: 999px;
  padding: 14px 21px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  font:
    600 14px
    "DM Sans",
    Arial,
    sans-serif;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

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

.primary {
  background: var(--navy);
  color: #fff;
  box-shadow:
    0 12px 28px rgba(7, 26, 77, 0.16);
}

.primary:hover {
  background: #0a235f;
  box-shadow:
    0 16px 34px rgba(7, 26, 77, 0.20);
}

.primary span {
  color: var(--cyan);
}

.secondary {
  border: 1px solid #cad5e5;
  color: var(--navy);
  background: #fff;
}

.secondary:hover {
  border-color: #9fb4d0;
  box-shadow: 0 8px 20px rgba(7, 26, 77, 0.06);
}

.micro-proof {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 9px;
  letter-spacing: 0.15em;
  font-weight: 800;
  color: #718098;
}

.micro-proof i {
  height: 13px;
  width: 1px;
  background: #ccd6e4;
}


/* =========================================================
   HERO ART
   ========================================================= */

.hero-art {
  height: 530px;
  position: relative;
  display: grid;
  place-items: center;
}

.halo {
  position: absolute;
  border-radius: 50%;
  filter: blur(3px);
}

.h1 {
  width: 430px;
  height: 430px;
  background:
    radial-gradient(
      circle,
      rgba(17, 197, 237, 0.14),
      rgba(96, 36, 244, 0.06) 45%,
      transparent 70%
    );
}

.h2 {
  width: 260px;
  height: 260px;
  background:
    radial-gradient(
      circle,
      rgba(11, 102, 240, 0.12),
      transparent 70%
    );
}

.orbit {
  position: absolute;
  border: 1px solid rgba(11, 102, 240, 0.2);
  border-radius: 50%;
  transform: rotate(-25deg);
}

.o1 {
  width: 450px;
  height: 180px;
}

.o2 {
  width: 380px;
  height: 290px;
  transform: rotate(28deg);
}

.hub {
  width: 190px;
  height: 190px;
  background: #fff;
  border: 1px solid #d5e0ef;
  border-radius: 46px;
  box-shadow:
    0 28px 70px rgba(7, 26, 77, 0.13);
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
  padding: 18px;
}

.hub img {
  width: 105px;
  height: 105px;
  object-fit: cover;
  border-radius: 25px;
}

.hub-label {
  position: absolute;
  bottom: -38px;
  background: var(--navy);
  color: white;
  border-radius: 20px;
  padding: 7px 14px;
  font-size: 8px;
  letter-spacing: 0.14em;
  text-align: center;
  box-shadow:
    0 8px 20px rgba(7, 26, 77, 0.15);
}

.hub-label span {
  color: var(--cyan);
}

.signal {
  position: absolute;
  background: #fff;
  border: 1px solid #dbe4ef;
  box-shadow:
    0 12px 30px rgba(7, 26, 77, 0.09);
  border-radius: 13px;
  padding: 10px 13px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 11px;
  z-index: 3;
}

.signal b {
  color: var(--blue);
  font-size: 9px;
}

.s1 {
  top: 13%;
  left: 6%;
}

.s2 {
  top: 23%;
  right: 2%;
}

.s3 {
  bottom: 22%;
  left: 0;
}

.s4 {
  bottom: 11%;
  right: 11%;
}

.dot {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow:
    0 0 0 5px rgba(17, 197, 237, 0.08);
}

.d1 {
  top: 13%;
  right: 28%;
}

.d2 {
  bottom: 18%;
  right: 2%;
  background: var(--violet);
}

.d3 {
  top: 31%;
  left: 19%;
  background: var(--blue);
}


/* =========================================================
   MARQUEE
   ========================================================= */

.marquee {
  overflow: hidden;
  border-bottom: 1px solid #e9eef5;
  background: #fff;
}

.marquee div {
  white-space: nowrap;
  padding: 16px 0;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.22em;
  font-weight: 800;
  color: #6e7d94;
}

.marquee b {
  color: var(--cyan);
  margin: 0 18px;
}


/* =========================================================
   GENERAL SECTIONS
   ========================================================= */

.section {
  padding: 120px 0;
}

.section h2,
.section-title h2,
.split-title h2,
.company h2,
.contact h2 {
  font:
    700 clamp(42px, 5vw, 68px) / 1.02
    "Space Grotesk",
    sans-serif;
  letter-spacing: -0.055em;
  margin: 18px 0;
  color: var(--navy);
}

.section-intro {
  display: grid;
  grid-template-columns: 1.1fr 0.7fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 65px;
}

.section-intro > p,
.section-title > p {
  color: var(--muted);
  font-size: 16px;
}


/* =========================================================
   ARCHITECTURE
   ========================================================= */

.architecture {
  height: 520px;
  position: relative;
  display: grid;
  place-items: center;
  border: 1px solid #e1e8f2;
  border-radius: 30px;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(17, 197, 237, 0.08),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      #fbfdff,
      #f3f7fc
    );
  overflow: hidden;
}

.architecture::before,
.architecture::after {
  content: "";
  position: absolute;
  border: 1px dashed #cbd8e8;
  border-radius: 50%;
}

.architecture::before {
  width: 610px;
  height: 300px;
  transform: rotate(16deg);
}

.architecture::after {
  width: 300px;
  height: 500px;
  transform: rotate(-22deg);
}

.core-platform {
  width: 205px;
  height: 205px;
  border-radius: 50%;
  background: var(--navy);
  display: grid;
  place-items: center;
  position: relative;
  z-index: 4;
  box-shadow:
    0 20px 70px rgba(7, 26, 77, 0.25);
}

.core-ring {
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 1px solid rgba(17, 197, 237, 0.5);
}

.core-word {
  text-align: center;
  color: #fff;
  font:
    700 15px / 1.25
    "Space Grotesk",
    sans-serif;
  letter-spacing: 0.08em;
}

.core-word strong {
  color: var(--cyan);
  font-size: 10px;
}

.arch-card {
  position: absolute;
  background: #fff;
  border: 1px solid #dbe4ef;
  border-radius: 15px;
  padding: 15px 17px;
  min-width: 215px;
  z-index: 5;
  box-shadow:
    0 12px 28px rgba(7, 26, 77, 0.07);
}

.arch-card span {
  font-size: 9px;
  color: var(--blue);
  font-weight: 800;
}

.arch-card b {
  display: block;
  font:
    600 18px
    "Space Grotesk",
    sans-serif;
  margin-top: 4px;
}

.arch-card small {
  font-size: 10px;
  color: var(--muted);
}

.l1 {
  left: 7%;
  top: 17%;
}

.l2 {
  left: 7%;
  bottom: 17%;
}

.r1 {
  right: 7%;
  top: 17%;
}

.r2 {
  right: 7%;
  bottom: 17%;
}

.connector {
  height: 1px;
  width: 22%;
  position: absolute;
  background:
    linear-gradient(
      90deg,
      #c4d3e7,
      #0b66f0,
      #c4d3e7
    );
  z-index: 3;
}

.c1 {
  left: 23%;
  top: 37%;
  transform: rotate(15deg);
}

.c2 {
  left: 23%;
  bottom: 37%;
  transform: rotate(-15deg);
}

.c3 {
  right: 23%;
  top: 37%;
  transform: rotate(-15deg);
}

.c4 {
  right: 23%;
  bottom: 37%;
  transform: rotate(15deg);
}


/* =========================================================
   AI AGENTS
   ========================================================= */

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

.section-title {
  max-width: 850px;
  margin-bottom: 55px;
}

.agent-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.agent-grid article {
  background: #fff;
  border: 1px solid #dce5f0;
  border-radius: 20px;
  padding: 27px;
  min-height: 330px;
  position: relative;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.agent-grid article:hover {
  transform: translateY(-6px);
  box-shadow:
    0 20px 45px rgba(7, 26, 77, 0.09);
}

.agent-number {
  position: absolute;
  right: 21px;
  top: 21px;
  color: #9aa8bb;
  font-size: 10px;
}

.agent-icon {
  font-size: 31px;
  color: var(--blue);
  height: 85px;
}

.agent-grid h3 {
  font:
    600 23px
    "Space Grotesk",
    sans-serif;
  margin: 0 0 12px;
  color: var(--navy);
}

.agent-grid p {
  font-size: 13px;
  color: var(--muted);
}

.agent-grid a {
  font-size: 12px;
  font-weight: 700;
  color: var(--blue);
  position: absolute;
  bottom: 26px;
}


/* =========================================================
   SOLUTIONS
   ========================================================= */

.solutions {
  background: #fff;
}

.split-title {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: end;
  margin-bottom: 48px;
}

.split-title h2 {
  max-width: 780px;
  margin-left: auto;
}

.solution-list {
  border-top: 1px solid var(--line);
}

.solution-list > div {
  display: grid;
  grid-template-columns: 60px 1fr 1.15fr 35px;
  gap: 20px;
  align-items: center;
  padding: 27px 5px;
  border-bottom: 1px solid var(--line);
}

.solution-list span {
  font-size: 10px;
  color: var(--blue);
  font-weight: 800;
}

.solution-list h3 {
  font:
    600 21px
    "Space Grotesk",
    sans-serif;
  margin: 0;
  color: var(--navy);
}

.solution-list p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
}

.solution-list b {
  font-size: 20px;
  color: var(--blue);
}


/* =========================================================
   INDUSTRIES
   ========================================================= */

.industries {
  background: var(--navy);
  color: #fff;
  padding: 120px 0;
}

.light .kicker {
  color: #9eabc1;
}

.industries h2 {
  color: #fff;
}

.industries .section-intro > p {
  color: #aab6c9;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.industry-grid div {
  padding: 27px 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font:
    600 20px
    "Space Grotesk",
    sans-serif;
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 7px;
}

.industry-grid span {
  font-size: 9px;
  color: var(--cyan);
  padding-top: 4px;
}

.industry-grid small {
  grid-column: 2;
  color: #8998b0;
  font:
    400 11px
    "DM Sans",
    sans-serif;
}


/* =========================================================
   COMPANY
   ========================================================= */

.company {
  padding: 120px 0;
}

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

.company h2 {
  font-size: 70px;
}

.large {
  font-size: 22px;
  line-height: 1.5;
  color: #42516a;
  margin: 0 0 45px;
}

.values {
  border-top: 1px solid var(--line);
}

.values div {
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 25px;
}

.values b {
  font:
    600 15px
    "Space Grotesk",
    sans-serif;
}

.values span {
  font-size: 12px;
  color: var(--muted);
}


/* =========================================================
   CONTACT
   ========================================================= */

.contact {
  background: var(--soft);
  padding: 110px 0;
}

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


/* Left side */

.contact-copy {
  padding-top: 5px;
}

.contact h2 {
  font:
    700 clamp(42px, 5vw, 62px) / 1.02
    "Space Grotesk",
    sans-serif;
  letter-spacing: -0.055em;
  margin: 18px 0 22px;
  color: var(--navy);
  max-width: 720px;
}

.contact-copy > p {
  color: var(--muted);
  max-width: 580px;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.email {
  display: inline-flex;
  align-items: center;
  margin-top: 25px;
  font-size: 14px;
  font-weight: 700;
  color: var(--blue);
  border-bottom: 1px solid #a9c4ee;
  padding-bottom: 5px;
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.email:hover {
  color: var(--violet);
  border-color: var(--violet);
}


/* =========================================================
   CONTACT FORM CARD
   ========================================================= */

.contact-form {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #dce5ef;
  border-radius: 24px;
  padding: 34px;
  display: grid;
  gap: 17px;
  box-shadow:
    0 22px 60px rgba(7, 26, 77, 0.08);
}


/* =========================================================
   FORM HEADING
   ========================================================= */

.form-heading {
  padding-bottom: 17px;
  margin-bottom: 2px;
  border-bottom: 1px solid #edf1f6;
}

.form-heading span {
  display: block;
  margin-bottom: 8px;

  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--blue);
}

.form-heading h3 {
  margin: 0;

  font:
    600 23px / 1.25
    "Space Grotesk",
    sans-serif;

  color: var(--navy);
  letter-spacing: -0.025em;
}

.form-heading p {
  margin: 7px 0 0;

  font-size: 12px;
  line-height: 1.5;
  color: var(--muted);
}


/* =========================================================
   FORM LABELS
   ========================================================= */

.contact-form label {
  display: block;

  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #506078;
}


/* =========================================================
   INPUTS / TEXTAREA
   ========================================================= */

.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;

  margin-top: 8px;

  border: 1px solid #d5dfeb;
  background: #fbfdff;
  border-radius: 11px;

  padding: 13px 14px;

  font-family: "DM Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--ink);

  outline: none;

  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.contact-form input {
  height: 48px;
}

.contact-form textarea {
  min-height: 125px;
  resize: vertical;
  line-height: 1.5;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #9aa7b9;
}


/* Focus */

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #77a7ec;
  background: #fff;

  box-shadow:
    0 0 0 4px rgba(11, 102, 240, 0.08),
    0 5px 18px rgba(7, 26, 77, 0.04);
}


/* =========================================================
   SUBMIT BUTTON
   ========================================================= */

.contact-form .submit-button {
  width: 100%;
  min-height: 51px;

  margin-top: 4px;

  border: 0;
  border-radius: 999px;

  justify-content: center;

  background: var(--navy);
  color: #fff;

  box-shadow:
    0 12px 28px rgba(7, 26, 77, 0.16);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.contact-form .submit-button:hover {
  background: #0a235f;

  transform: translateY(-2px);

  box-shadow:
    0 16px 34px rgba(7, 26, 77, 0.20);
}

.contact-form .submit-button:active {
  transform: translateY(0);
}

.contact-form .submit-button span {
  color: var(--cyan);
}


/* =========================================================
   FORM NOTE
   ========================================================= */

.form-note {
  display: flex;
  align-items: center;
  gap: 7px;

  margin-top: -2px;

  font-size: 10px;
  line-height: 1.4;
  color: #8996a9;
}

.form-note span {
  color: #11a86b;
  font-size: 8px;
}


/* =========================================================
   FORM VALIDATION
   ========================================================= */

.contact-form input:invalid:not(:placeholder-shown),
.contact-form textarea:invalid:not(:placeholder-shown) {
  border-color: #e1a0a0;
}

.contact-form input:valid:not(:placeholder-shown),
.contact-form textarea:valid:not(:placeholder-shown) {
  border-color: #c9d9e9;
}


/* =========================================================
   FOOTER
   ========================================================= */

footer {
  background: #06163f;
  color: #fff;
  padding: 35px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 35px;
  align-items: center;
}


/* Footer Logo */

.footer-brand {
  display: flex;
  align-items: center;
}

.footer-brand img {
  width: auto;
  height: auto;
  max-height: 100px;
  max-width: 240px;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  display: block;
}

.footer-grid div:not(.footer-brand) {
  display: grid;
  gap: 4px;
}

.footer-grid b {
  font-size: 12px;
}

.footer-grid span {
  font-size: 10px;
  color: #91a0b9;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

  .nav nav {
    gap: 15px;
  }

  .hero-grid,
  .section-intro,
  .company-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-top: 55px;
  }

  .hero-art {
    height: 470px;
  }

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

  .company h2 {
    font-size: 58px;
  }

  .contact h2 {
    font-size: 54px;
  }

  .contact-grid {
    gap: 55px;
    align-items: start;
  }

  .contact-copy {
    max-width: 760px;
  }

  .contact-form {
    width: 100%;
    max-width: 700px;
  }

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

  .split-title {
    display: block;
  }

  .split-title h2 {
    margin-left: 0;
  }

  .architecture {
    height: 580px;
  }

  .footer-brand img {
    max-height: 85px;
    max-width: 210px;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 720px) {

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

  .topbar {
    height: 72px;
  }

  /* Header logo */

  .brand img {
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 50px;
    object-fit: contain;
  }

  /* Mobile menu */

  .menu {
    display: block;
  }

  .nav nav {
    display: none;
    position: absolute;
    top: 71px;
    right: 16px;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 15px;
    padding: 16px;
    min-width: 210px;
    box-shadow:
      0 20px 40px rgba(7, 26, 77, 0.13);
  }

  .nav nav.open {
    display: flex;
  }

  .nav nav a {
    padding: 9px 4px;
  }

  .nav nav .nav-button {
    text-align: center;
    margin-top: 4px;
  }


  /* Hero */

  .hero-grid {
    min-height: auto;
    padding: 55px 0 70px;
  }

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

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

  .hero-art {
    height: 400px;
  }

  .h1 {
    width: 320px;
    height: 320px;
  }

  .h2 {
    width: 210px;
    height: 210px;
  }

  .o1 {
    width: 330px;
    height: 145px;
  }

  .o2 {
    width: 300px;
    height: 220px;
  }

  .hub {
    width: 165px;
    height: 165px;
    border-radius: 38px;
  }

  .hub img {
    width: 90px;
    height: 90px;
  }

  .signal {
    transform: scale(0.88);
  }

  .s1 {
    left: 0;
  }

  .s2 {
    right: 0;
  }

  .s3 {
    left: 0;
  }

  .s4 {
    right: 0;
  }

  .micro-proof {
    flex-wrap: wrap;
  }


  /* Sections */

  .section,
  .industries,
  .company,
  .contact {
    padding: 80px 0;
  }

  .section-intro {
    gap: 20px;
    margin-bottom: 40px;
  }

  .section h2,
  .section-title h2,
  .split-title h2,
  .company h2,
  .contact h2 {
    font-size: 42px;
  }


  /* Agents */

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


  /* Industries */

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


  /* Solutions */

  .solution-list > div {
    grid-template-columns: 35px 1fr 25px;
  }

  .solution-list p {
    display: none;
  }

  .solution-list h3 {
    font-size: 18px;
  }


  /* Architecture */

  .architecture {
    height: 570px;
  }

  .arch-card {
    min-width: 170px;
    padding: 13px 14px;
  }

  .l1,
  .l2 {
    left: 3%;
  }

  .r1,
  .r2 {
    right: 3%;
  }

  .core-platform {
    width: 165px;
    height: 165px;
  }

  .c1,
  .c2 {
    left: 22%;
    width: 20%;
  }

  .c3,
  .c4 {
    right: 22%;
    width: 20%;
  }


  /* Company */

  .company-grid {
    gap: 45px;
  }

  .company h2 {
    font-size: 52px;
  }

  .large {
    font-size: 18px;
  }

  .values div {
    grid-template-columns: 1fr;
    gap: 6px;
  }


  /* Contact */

  .contact-grid {
    gap: 40px;
  }

  .contact h2 {
    font-size: 42px;
    line-height: 1.04;
  }

  .contact-copy > p {
    font-size: 15px;
  }

  .email {
    font-size: 13px;
  }

  .contact-form {
    padding: 24px;
    border-radius: 19px;
    gap: 16px;
  }

  .form-heading {
    padding-bottom: 15px;
  }

  .form-heading h3 {
    font-size: 20px;
  }

  .contact-form input {
    height: 47px;
  }

  .contact-form textarea {
    min-height: 120px;
  }

  .contact-form .submit-button {
    min-height: 50px;
  }


  /* Footer */

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

  .footer-brand img {
    max-width: 200px;
    max-height: 75px;
  }

}