:root {
  --blue: #005de8;
  --blue-2: #54a3ff;
  --blue-dark: #031b43;
  --black: #03050a;
  --ink: #0d1424;
  --muted: #667085;
  --line: #dbe6f5;
  --white: #ffffff;
  --soft: #f5f9ff;
  --soft-2: #eaf4ff;
  --glass: rgba(255, 255, 255, 0.72);
  --radius: 28px;
  --radius-sm: 18px;
  --shadow: 0 30px 90px rgba(3, 27, 67, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f7fbff 0%, #ffffff 38%, #f6faff 100%);
  font-family: "Roobert", "Manrope", "Avenir Next", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

.ambient-field {
  position: fixed;
  z-index: -1;
  pointer-events: none;
  opacity: 0.62;
}

.field-one {
  top: 18%;
  left: -8%;
  width: 44vw;
  height: 52vh;
  background:
    linear-gradient(115deg, rgba(0, 93, 232, 0.1), rgba(0, 93, 232, 0) 62%),
    repeating-linear-gradient(120deg, rgba(0, 93, 232, 0.08) 0 1px, transparent 1px 28px);
  transform: rotate(-8deg);
  animation: fieldDrift 18s ease-in-out infinite alternate;
}

.field-two {
  right: -10%;
  bottom: 5%;
  width: 42vw;
  height: 46vh;
  background:
    linear-gradient(245deg, rgba(84, 163, 255, 0.12), rgba(84, 163, 255, 0) 64%),
    repeating-linear-gradient(55deg, rgba(3, 27, 67, 0.055) 0 1px, transparent 1px 34px);
  transform: rotate(9deg);
  animation: fieldDriftReverse 22s ease-in-out infinite alternate;
}

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

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 18px;
  left: clamp(14px, 4vw, 56px);
  right: clamp(14px, 4vw, 56px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 72px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(219, 230, 245, 0.78);
  border-radius: 999px;
  color: var(--black);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 22px 70px rgba(3, 27, 67, 0.12);
  backdrop-filter: blur(24px);
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(255, 255, 255, 0.94);
}

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

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, var(--black), var(--blue-dark));
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 16px 38px rgba(3, 27, 67, 0.18);
  animation: markFloat 6s ease-in-out infinite;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.08;
}

.brand strong {
  font-weight: 800;
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 500;
}

.site-nav {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(245, 249, 255, 0.86);
  font-size: 0.86rem;
  font-weight: 600;
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: #344054;
  transition: color 160ms ease, background 160ms ease;
}

.site-nav a:hover {
  color: var(--blue);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 24px rgba(3, 27, 67, 0.08);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--white);
  background:
    linear-gradient(135deg, var(--blue), #0042a8);
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(7, 87, 200, 0.24);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--black);
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 132px clamp(18px, 6vw, 96px) 54px;
  background:
    linear-gradient(116deg, rgba(234, 244, 255, 0.92) 0%, rgba(255, 255, 255, 0.96) 42%, rgba(237, 246, 255, 0.82) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 96px clamp(12px, 4vw, 56px) 28px;
  border: 1px solid rgba(219, 230, 245, 0.78);
  border-radius: 44px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.2)),
    repeating-linear-gradient(90deg, rgba(0, 93, 232, 0.045) 0 1px, transparent 1px 72px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 30px 110px rgba(3, 27, 67, 0.08);
  animation: heroFrame 12s ease-in-out infinite alternate;
}

.hero-image {
  position: absolute;
  inset: auto 0 0 auto;
  width: min(58vw, 900px);
  height: 78%;
  object-fit: cover;
  object-position: center;
  border-radius: 38px 0 0 0;
  opacity: 0.2;
  filter: saturate(1.08) contrast(1.06);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(255, 255, 255, 0.46) 100%),
    linear-gradient(180deg, rgba(234, 244, 255, 0.66), rgba(255, 255, 255, 0));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(820px, 100%);
  color: var(--ink);
  animation: heroRise 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.eyebrow,
.section-kicker,
.tag {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

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

h1 {
  max-width: 900px;
  margin-bottom: 24px;
  color: var(--black);
  font-size: clamp(3.7rem, 9.7vw, 8.6rem);
  line-height: 0.92;
  font-weight: 800;
  letter-spacing: -0.04em;
  background: linear-gradient(115deg, #03050a 0%, #0d1424 44%, #005de8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

h2 {
  margin-bottom: 0;
  color: var(--black);
  font-size: clamp(2.15rem, 4.7vw, 4.35rem);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.035em;
}

h3 {
  color: var(--black);
  font-size: 1.14rem;
  line-height: 1.34;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.hero-lead {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.9;
}

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

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-trust span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #344054;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 600;
  box-shadow: 0 10px 28px rgba(6, 31, 72, 0.06);
}

.hero-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.hero-socials a,
.social-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(219, 230, 245, 0.95);
  border-radius: 999px;
  color: #344054;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(3, 27, 67, 0.055);
  backdrop-filter: blur(16px);
  transition: transform 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.hero-socials a:hover,
.social-links a:hover {
  color: var(--blue);
  border-color: rgba(0, 93, 232, 0.26);
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(0, 93, 232, 0.12);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, background 180ms ease, border 180ms ease, box-shadow 180ms ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.3) 42%, transparent 68%);
  transform: translateX(-120%);
  transition: transform 580ms ease;
}

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

.btn:hover::after {
  transform: translateX(120%);
}

.btn-primary {
  color: var(--white);
  background:
    linear-gradient(135deg, var(--blue), #003a9a);
  box-shadow: 0 18px 44px rgba(7, 87, 200, 0.24);
}

.btn-secondary {
  color: var(--blue-dark);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(16px);
}

.btn-light {
  color: var(--blue-dark);
  background: var(--white);
}

.hero-panel {
  position: absolute;
  z-index: 3;
  right: clamp(18px, 6vw, 88px);
  bottom: clamp(34px, 7vw, 88px);
  width: min(380px, calc(100% - 36px));
  padding: 22px;
  border: 1px solid rgba(219, 230, 245, 0.88);
  border-radius: 34px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
  animation: panelFloat 7s ease-in-out infinite;
}

.hero-panel div:first-child {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.hero-panel span,
.metrics small {
  display: block;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  color: var(--black);
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
}

.panel-bars {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 84px;
  margin: 24px 0 18px;
}

.panel-bars i {
  flex: 1;
  min-width: 0;
  border-radius: 999px 999px 6px 6px;
  background: linear-gradient(180deg, #9dccff, var(--blue));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transform-origin: bottom;
  animation: barPulse 2.8s ease-in-out infinite;
}

.panel-bars i:nth-child(2) {
  animation-delay: 140ms;
}

.panel-bars i:nth-child(3) {
  animation-delay: 280ms;
}

.panel-bars i:nth-child(4) {
  animation-delay: 420ms;
}

.panel-bars i:nth-child(5) {
  animation-delay: 560ms;
}

.hero-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.logo-strip {
  width: min(1180px, calc(100% - 36px));
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin: 0 auto;
  padding: 28px 0 12px;
  background: var(--white);
}

.logo-strip span {
  display: grid;
  min-height: 58px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #475467;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(245, 249, 255, 0.88));
  box-shadow: 0 12px 36px rgba(3, 27, 67, 0.05);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.logo-strip span:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(3, 27, 67, 0.09);
}

.metrics {
  width: min(1180px, calc(100% - 36px));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 20px auto 0;
  padding-bottom: 54px;
  background: var(--white);
}

.metrics div {
  min-height: 156px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 251, 255, 0.9));
  box-shadow: 0 20px 60px rgba(3, 27, 67, 0.07);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.metrics div:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 76px rgba(3, 27, 67, 0.12);
}

.metrics strong {
  display: block;
  margin-top: 12px;
  color: var(--black);
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.metrics span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.55;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(72px, 10vw, 126px) 0;
}

.split,
.section-heading,
.growth-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
}

.split p,
.section-heading p,
.growth-copy p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.86;
}

.growth-system {
  margin: 0 clamp(12px, 2vw, 28px);
  border: 1px solid rgba(219, 230, 245, 0.72);
  border-radius: 44px;
  background:
    linear-gradient(135deg, rgba(245, 249, 255, 0.96), rgba(255, 255, 255, 0.76));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.growth-system h2 {
  color: var(--black);
}

.growth-board {
  display: grid;
  gap: 14px;
}

.growth-board article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 30px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 60px rgba(3, 27, 67, 0.07);
  backdrop-filter: blur(18px);
}

.growth-board span,
.service-card span {
  color: var(--blue);
  font-weight: 700;
}

.growth-board strong {
  display: block;
  margin: 18px 0 8px;
  color: var(--black);
  font-size: 1.08rem;
}

.growth-board p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

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

.service-card {
  display: flex;
  min-height: 292px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.9));
  box-shadow: 0 20px 60px rgba(3, 27, 67, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 93, 232, 0.18);
  box-shadow: 0 34px 94px rgba(3, 27, 67, 0.14);
}

.service-card h3 {
  margin: 40px 0 14px;
}

.service-card p,
.timeline p,
.portfolio-grid span {
  color: var(--muted);
  line-height: 1.68;
}

.service-card a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 700;
}

.process {
  margin: 0 clamp(12px, 2vw, 28px);
  border-radius: 44px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(0, 93, 232, 0.22), rgba(0, 93, 232, 0) 42%),
    linear-gradient(180deg, #05070c, #091120);
  box-shadow: 0 36px 110px rgba(3, 5, 10, 0.2);
}

.process h2,
.process h3 {
  color: var(--white);
}

.process .section-kicker {
  color: #8ec4ff;
}

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

.timeline article {
  min-height: 252px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    #10151f;
}

.timeline span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 46px;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  font-weight: 700;
}

.offers {
  padding-top: clamp(72px, 9vw, 116px);
}

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

.offer-grid article {
  min-height: 342px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.9));
  box-shadow: 0 20px 60px rgba(3, 27, 67, 0.07);
}

.offer-grid .is-featured {
  color: var(--white);
  background:
    linear-gradient(135deg, var(--blue), #003a9a);
  box-shadow: 0 34px 94px rgba(0, 93, 232, 0.24);
}

.offer-grid .is-featured .tag,
.offer-grid .is-featured h3,
.offer-grid .is-featured li {
  color: var(--white);
}

.offer-grid h3 {
  margin: 20px 0 28px;
  font-size: 1.34rem;
}

.offer-grid ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer-grid li {
  color: var(--muted);
  line-height: 1.55;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  gap: 16px;
  margin-top: 48px;
}

.portfolio-grid article {
  min-height: 320px;
  padding: 30px;
  border-radius: 34px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(0, 93, 232, 0.12), rgba(0, 93, 232, 0)),
    var(--black);
  box-shadow: var(--shadow);
}

.portfolio-grid article:nth-child(2) {
  margin-top: 32px;
  background: linear-gradient(135deg, var(--blue), #003a9a);
}

.portfolio-grid article:nth-child(3) {
  background: var(--blue-dark);
}

.portfolio-grid h3,
.portfolio-grid strong {
  color: var(--white);
}

.portfolio-grid strong {
  display: block;
  margin: 72px 0 12px;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.95;
  font-weight: 800;
}

.portfolio-grid span {
  color: rgba(255, 255, 255, 0.78);
}

.tag {
  color: var(--blue);
}

.portfolio-grid .tag {
  color: #9dcbff;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 clamp(12px, 2vw, 28px);
  padding: clamp(44px, 7vw, 78px) clamp(22px, 7vw, 96px);
  border-radius: 44px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, var(--blue), #003a9a);
  box-shadow: 0 34px 94px rgba(0, 93, 232, 0.22);
}

.cta-band h2 {
  max-width: 900px;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.55rem);
}

.cta-band .section-kicker {
  color: rgba(255, 255, 255, 0.8);
}

.contact {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(28px, 7vw, 98px);
  align-items: start;
}

.contact-copy ul {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  color: var(--black);
  font-weight: 700;
}

.contact-details {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.contact-details a,
.contact-details p {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(219, 230, 245, 0.92);
  border-radius: 24px;
  color: var(--black);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 44px rgba(3, 27, 67, 0.06);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.contact-details a:hover,
.contact-details p:hover {
  border-color: rgba(0, 93, 232, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 24px 64px rgba(3, 27, 67, 0.1);
}

.contact-details span {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 255, 0.92));
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
  transform-style: preserve-3d;
}

label {
  display: grid;
  gap: 8px;
  color: var(--black);
  font-size: 0.88rem;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 15px 16px;
  color: var(--black);
  background: rgba(255, 255, 255, 0.86);
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  outline: 4px solid rgba(7, 87, 200, 0.12);
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--blue-dark);
  font-weight: 600;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  padding: 30px clamp(18px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--black);
}

.site-footer p {
  margin: 0;
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-weight: 600;
}

.reveal {
  opacity: 0;
  transform: translateY(26px) scale(0.985);
  transition: opacity 800ms ease, transform 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.reveal.is-visible .service-card,
.reveal.is-visible .timeline article,
.reveal.is-visible .offer-grid article,
.reveal.is-visible .portfolio-grid article,
.reveal.is-visible .growth-board article {
  animation: itemLift 680ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.reveal.is-visible .service-card:nth-child(2),
.reveal.is-visible .timeline article:nth-child(2),
.reveal.is-visible .offer-grid article:nth-child(2),
.reveal.is-visible .portfolio-grid article:nth-child(2),
.reveal.is-visible .growth-board article:nth-child(2) {
  animation-delay: 90ms;
}

.reveal.is-visible .service-card:nth-child(3),
.reveal.is-visible .timeline article:nth-child(3),
.reveal.is-visible .offer-grid article:nth-child(3),
.reveal.is-visible .portfolio-grid article:nth-child(3),
.reveal.is-visible .growth-board article:nth-child(3) {
  animation-delay: 180ms;
}

.reveal.is-visible .service-card:nth-child(4),
.reveal.is-visible .timeline article:nth-child(4) {
  animation-delay: 270ms;
}

.reveal.is-visible .service-card:nth-child(5) {
  animation-delay: 360ms;
}

.reveal.is-visible .service-card:nth-child(6) {
  animation-delay: 450ms;
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes itemLift {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes panelFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes markFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-2px) rotate(-2deg);
  }
}

@keyframes barPulse {
  0%,
  100% {
    transform: scaleY(0.92);
    opacity: 0.88;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes fieldDrift {
  from {
    transform: translate3d(0, 0, 0) rotate(-8deg);
  }
  to {
    transform: translate3d(18px, -16px, 0) rotate(-5deg);
  }
}

@keyframes fieldDriftReverse {
  from {
    transform: translate3d(0, 0, 0) rotate(9deg);
  }
  to {
    transform: translate3d(-18px, 16px, 0) rotate(6deg);
  }
}

@keyframes heroFrame {
  from {
    opacity: 0.72;
  }
  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn,
  .service-card,
  .hero-panel,
  .brand-mark,
  .panel-bars i,
  .ambient-field,
  .reveal {
    animation: none;
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto auto;
  }

  .site-nav {
    justify-self: end;
  }

  .header-cta {
    display: none;
  }

  .hero-panel {
    width: 320px;
  }
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 66px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 10px;
    border-radius: 24px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px 16px;
  }

  .hero {
    min-height: auto;
    padding-top: 128px;
  }

  .hero-image {
    width: 100%;
    height: 54%;
    border-radius: 0;
    opacity: 0.14;
  }

  .hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 24px;
  }

  .logo-strip,
  .metrics,
  .service-grid,
  .timeline,
  .portfolio-grid,
  .offer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split,
  .section-heading,
  .growth-inner,
  .contact {
    grid-template-columns: 1fr;
  }

  .portfolio-grid article:nth-child(2) {
    margin-top: 0;
  }

  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 12px;
    left: 12px;
    right: 12px;
    padding-left: 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand strong {
    font-size: 0.92rem;
  }

  .brand small {
    font-size: 0.72rem;
  }

  .hero {
    padding: 118px 16px 38px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.25rem);
  }

  h2 {
    font-size: 1.86rem;
  }

  .hero-lead,
  .split p,
  .section-heading p,
  .growth-copy p,
  .contact-copy p {
    font-size: 0.98rem;
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .hero-trust {
    display: grid;
    grid-template-columns: 1fr;
  }

  .panel-bars {
    height: 68px;
  }

  .logo-strip,
  .metrics,
  .service-grid,
  .timeline,
  .portfolio-grid,
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .logo-strip,
  .metrics,
  .section {
    width: calc(100% - 32px);
  }

  .logo-strip {
    padding-top: 18px;
  }

  .metrics {
    padding-bottom: 34px;
  }

  .metrics div,
  .service-card,
  .timeline article,
  .portfolio-grid article,
  .offer-grid article {
    min-height: auto;
    padding: 22px;
  }

  .section {
    padding: 64px 0;
  }

  .growth-system,
  .process,
  .cta-band {
    margin-right: 8px;
    margin-left: 8px;
    border-radius: 28px;
  }

  .service-card h3 {
    margin-top: 34px;
  }

  .portfolio-grid strong {
    margin-top: 42px;
  }

  .contact-form {
    padding: 20px;
  }

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