@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #101114;
  --page: #f7f7f8;
  --shell: calc(100% - 9.25vw);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  background: var(--page);
  color: #111218;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }
svg { fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
:focus-visible { outline: 2px solid #ffffff; outline-offset: 4px; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.shell { width: var(--shell); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 8px 12px;
  transform: translateY(-200%);
  background: #fff;
  color: #111;
}

.skip-link:focus { transform: translateY(0); }

.header {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  color: #f6f6f7;
}

.header__inner { display: flex; align-items: center; justify-content: space-between; height: clamp(82px, 7.5vw, 144px); }

.brand {
  display: inline-block;
  color: #f8f8f9;
  font-size: clamp(20px, 1.8vw, 35px);
  font-weight: 700;
  letter-spacing: -1.3px;
  line-height: 1;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button svg { width: 17px; height: 17px; }
.button:hover { transform: translateY(-2px); }

.button--outline {
  min-height: 46px;
  padding-inline: 22px;
  border-color: rgb(255 255 255 / 65%);
  border-radius: 24px;
  color: #f5f5f6;
}

.header__button {
  min-height: clamp(46px, 3.8vw, 73px);
  padding-inline: clamp(22px, 1.8vw, 35px);
  font-size: clamp(12px, .9vw, 17px);
}

.header__button svg { width: clamp(17px, 1.1vw, 21px); height: clamp(17px, 1.1vw, 21px); }

.button--outline:hover { border-color: #fff; background: rgb(255 255 255 / 9%); }
.button--primary { background: #fff; color: #111217; box-shadow: 0 5px 16px rgb(0 0 0 / 12%); }
.button--primary:hover { background: #e8e8ea; }
.hero {
  position: relative;
  min-height: clamp(690px, 48vw, 920px);
  overflow: hidden;
  color: #f6f6f7;
  background-color: #151618;
  background-image: linear-gradient(90deg, rgb(14 15 17 / 21%) 0%, rgb(13 14 16 / 4%) 48%, rgb(14 15 17 / 23%) 100%), url("assets/images/hero-laptop.jpg");
  background-position: center, center 52%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  background: linear-gradient(0deg, rgb(0 0 0 / 35%), transparent);
  content: "";
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 1;
  min-height: clamp(690px, 48vw, 920px);
  padding-top: clamp(156px, 15vw, 286px);
}
.hero__content { max-width: 626px; }

.eyebrow {
  color: #74757b;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.25px;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow--dark { color: #bebfc3; }

.hero h1 {
  margin-top: 0;
  font-size: clamp(54px, 4.2vw, 80px);
  font-weight: 700;
  letter-spacing: -2.2px;
  line-height: 1.11;
}

.hero__copy {
  margin-top: clamp(26px, 3.15vw, 60px);
  color: #d6d6d8;
  font-size: clamp(15px, 1.2vw, 23px);
  font-weight: 400;
  line-height: 1.55;
}

.hero__actions { display: flex; align-items: center; gap: clamp(12px, 1.6vw, 30px); margin-top: clamp(27px, 3vw, 57px); }

.hero__actions .button {
  min-height: clamp(52px, 4.2vw, 80px);
  padding-inline: clamp(26px, 2.2vw, 42px);
  border-radius: clamp(13px, 1.1vw, 21px);
  font-size: clamp(12px, .9vw, 17px);
}

.hero__actions .button svg { width: clamp(17px, 1.1vw, 21px); height: clamp(17px, 1.1vw, 21px); }

@media (min-width: 761px) {
  .hero__actions .button { min-width: clamp(180px, 15vw, 286px); }
}

.services { padding: clamp(37px, 3.5vw, 67px) 0 clamp(43px, 4vw, 76px); background: #fafafb; }
.section-heading { display: flex; align-items: end; justify-content: space-between; }

.section-heading h2 {
  margin-top: 12px;
  font-size: clamp(33px, 2.4vw, 46px);
  font-weight: 700;
  letter-spacing: -1.25px;
  line-height: 1.08;
}

.services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 1.1vw, 21px); margin-top: clamp(26px, 1.7vw, 32px); }

.service-card {
  display: flex;
  flex-direction: column;
  min-height: clamp(218px, 12vw, 250px);
  padding: clamp(23px, 1.6vw, 30px) clamp(24px, 1.8vw, 34px) clamp(18px, 1.3vw, 25px);
  border-radius: 13px;
  background: #f1f1f3;
}

.service-card__icon { width: clamp(29px, 1.8vw, 34px); height: clamp(29px, 1.8vw, 34px); stroke-width: 1.8; }
.service-card h3 { margin-top: clamp(18px, 1.2vw, 23px); font-size: clamp(18px, 1.3vw, 25px); font-weight: 700; letter-spacing: -0.55px; line-height: 1.2; }
.service-card p { margin-top: clamp(10px, .8vw, 15px); color: #696a72; font-size: clamp(11px, .8vw, 15px); line-height: 1.56; }

.metrics { padding: 38px 0 33px; color: #f4f4f5; background: #151618; }
.metrics__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.metric { display: flex; flex-direction: column; }
.metric strong { font-size: 38px; font-weight: 400; letter-spacing: -1.25px; line-height: 1; }
.metric__infinity { font-size: 51px !important; line-height: .75 !important; }
.metric span { margin-top: 13px; color: #bdbec2; font-size: 12px; }

.contact { padding: 32px 0 34px; color: #f4f4f5; background: #17181a; }
.contact__inner { display: flex; align-items: center; justify-content: space-between; }
.contact h2 { margin-top: 13px; font-size: 27px; font-weight: 600; letter-spacing: -1px; line-height: 1.15; }
.contact__action { display: flex; flex-direction: column; align-items: flex-end; }
.contact__action .button { min-height: 46px; padding-inline: 21px; border-radius: 13px; font-size: 10px; }

@media (max-width: 1000px) {
  :root { --shell: min(100% - 64px, 1240px); }
  .hero h1 { font-size: 47px; }
  .services__grid { gap: 12px; }
  .service-card { padding: 24px 20px 18px; }
}

@media (max-width: 1000px) {
  :root { --shell: min(100% - 40px, 1240px); }
  .header__inner { height: 70px; }
  .brand { font-size: 17px; }
  .header__button { min-height: 39px; padding-inline: 15px; font-size: 10px; }
  .header__button svg { width: 14px; height: 14px; }
  .hero {
    min-height: clamp(650px, 100svh, 760px);
    background: #17181a;
  }
  .hero::before {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 64%;
    background-image: linear-gradient(180deg, #17181a 0%, rgb(23 24 26 / 88%) 13%, rgb(23 24 26 / 12%) 30%, rgb(12 13 15 / 45%) 100%), url("assets/images/hero-laptop.jpg");
    background-position: center, 65% center;
    background-size: cover, cover;
    background-repeat: no-repeat;
    content: "";
  }
  .hero::after { z-index: 0; height: 28%; background: linear-gradient(0deg, rgb(0 0 0 / 36%), transparent); }
  .hero__inner { min-height: clamp(650px, 100svh, 760px); padding-top: clamp(106px, 14vw, 140px); }
  .hero__content { max-width: min(100%, 540px); }
  .hero h1 { max-width: 100%; margin-top: 0; font-size: clamp(28px, 5vw, 48px); letter-spacing: -1px; line-height: 1.1; }
  .hero__copy { max-width: 33ch; margin-top: 19px; font-size: 13px; line-height: 1.55; }
  .desktop-break { display: none; }
  .hero__actions {
    position: absolute;
    z-index: 1;
    bottom: clamp(22px, 4vw, 34px);
    left: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: min(100%, 320px);
    margin-top: 0;
  }
  .hero__actions .button { width: 100%; min-width: 0; min-height: 50px; padding-inline: 18px; border-radius: 12px; font-size: 12px; }
  .hero__actions .button svg { width: 17px; height: 17px; }
  .button { min-height: 49px; padding-inline: 18px; font-size: 11px; }
  .section-heading { display: block; }
  .services { padding: 35px 0 40px; }
  .section-heading h2 { font-size: 34px; }
  .services__grid { grid-template-columns: 1fr; gap: 12px; margin-top: 26px; }
  .service-card { min-height: 190px; padding: 21px 18px 17px; border-radius: 10px; }
  .service-card__icon { width: 25px; height: 25px; }
  .service-card h3 { margin-top: 18px; font-size: 16px; }
  .service-card p { margin-top: 9px; font-size: 10px; }
  .metrics { padding: 36px 0; }
  .metrics__grid { grid-template-columns: repeat(2, 1fr); gap: 31px 18px; }
  .metric strong { font-size: 32px; }
  .metric span { margin-top: 8px; font-size: 10px; }
  .contact { padding: 37px 0; }
  .contact__inner { display: block; }
  .contact h2 { max-width: 450px; font-size: 25px; }
  .contact__action { align-items: flex-start; margin-top: 27px; }
}

@media (max-width: 560px) {
  :root { --shell: min(100% - 32px, 1240px); }
  .hero { min-height: clamp(660px, 100svh, 760px); }
  .hero__inner { min-height: clamp(660px, 100svh, 760px); padding-top: 106px; }
  .eyebrow { font-size: 8px; letter-spacing: 1.8px; }
  .hero h1 { font-size: clamp(28px, 8.2vw, 32px); }
  .hero__copy { max-width: 31ch; font-size: 12px; }
  .services__grid { grid-template-columns: 1fr; }
  .service-card { min-height: 190px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 1ms !important; }
}
