:root {
  --surface-0: #f3f5f8;
  --surface-1: #e7ecf3;
  --surface-2: #d8e1ed;
  --ink-strong: #0b1a2e;
  --ink: #18314d;
  --ink-soft: #51657d;
  --brand: #0ea5a6;
  --brand-deep: #0b8d8e;
  --accent: #ff8a3d;
  --line: rgba(16, 36, 60, 0.14);
  --card: rgba(255, 255, 255, 0.8);
  --card-solid: #ffffff;
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --shadow-lg: 0 26px 70px rgba(10, 22, 38, 0.14);
  --shadow-md: 0 14px 30px rgba(10, 22, 38, 0.12);
  --max-width: 1260px;
  --gutter: clamp(1rem, 4vw, 2.6rem);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  line-height: 1.5;
  background:
    radial-gradient(circle at 8% 2%, rgba(14, 165, 166, 0.17), transparent 36%),
    radial-gradient(circle at 92% 12%, rgba(255, 138, 61, 0.18), transparent 34%),
    linear-gradient(165deg, var(--surface-0) 0%, #eef2f7 46%, var(--surface-1) 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

.site-shell {
  width: min(var(--max-width), calc(100% - (var(--gutter) * 2)));
  margin: 0 auto;
}

main#home {
  width: 100%;
  margin: 0;
}

.section-block {
  margin-top: 0;
}

.section-block + .section-block {
  margin-top: -1px;
}

.hero-card + .section-block {
  margin-top: -2px;
}

.clients-section + .why-retail {
  margin-top: 0;
}

.why-retail + .journey-tools {
  margin-top: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  backdrop-filter: blur(12px);
  background: rgba(8, 26, 47, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0;
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  text-decoration: none;
  color: #ffffff;
}

.brand-word {
  font-size: clamp(1.5rem, 2.2vw, 2.25rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.025em;
}

.brand-icon {
  position: relative;
  width: clamp(28px, 3.3vw, 38px);
  height: clamp(28px, 3.3vw, 38px);
}

.mark {
  position: absolute;
  width: 70%;
  height: 70%;
  border-radius: 999px;
}

.mark-a {
  left: 0;
  bottom: 0;
  background: #4c63b8;
}

.mark-b {
  right: 0;
  top: 0;
  background: #59bec0;
}

.plus {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  font-size: clamp(20px, 2.8vw, 30px);
}

.start-link,
.contact-btn,
.submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  border: 0;
  padding: 0.74rem 1.9rem;
  font-family: inherit;
  font-size: clamp(0.95rem, 1.25vw, 1.2rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.start-link {
  color: #082e2f;
  background: linear-gradient(135deg, #86f5f5 0%, #54d9db 100%);
  box-shadow: 0 8px 18px rgba(12, 152, 153, 0.38);
}

.start-link:hover,
.start-link:focus-visible,
.contact-btn:hover,
.contact-btn:focus-visible,
.submit-btn:hover,
.submit-btn:focus-visible {
  transform: translateY(-1px);
}

.hero-card {
  --parallax-y: 0px;
  --overlay-shift: 0px;
  --hero-content-left: clamp(0.8rem, 5vw, 4.5rem);
  position: relative;
  z-index: 3;
  min-height: clamp(560px, 82vh, 780px);
  margin-top: 0;
  overflow: hidden;
  background-image:
    radial-gradient(circle at 14% 22%, rgba(121, 243, 255, 0.22), transparent 32%),
    radial-gradient(circle at 82% 12%, rgba(255, 138, 61, 0.2), transparent 34%),
    linear-gradient(150deg, rgba(7, 20, 39, 0.55) 0%, rgba(13, 37, 66, 0.4) 46%, rgba(11, 30, 57, 0.55) 100%),
    url("assets/images/hero-bg.png");
  background-size: 140% 140%, 140% 140%, 100% 100%, cover;
  background-position: center calc(30% + var(--parallax-y)), center calc(50% + var(--parallax-y)), center, center calc(50% + var(--parallax-y));
  background-repeat: no-repeat;
}

.hero-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 72px;
  background: linear-gradient(to bottom, transparent 0%, #0b1a2e 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 30% 30%, rgba(0, 0, 0, 0.9), transparent 68%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(6, 20, 35, 0.7) 0%, rgba(6, 20, 35, 0.5) 37%, rgba(6, 20, 35, 0.28) 72%, rgba(6, 20, 35, 0.16) 100%),
    linear-gradient(180deg, rgba(14, 165, 166, 0.14) 0%, rgba(255, 138, 61, 0.06) 100%);
  transform: translate3d(0, var(--overlay-shift), 0);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: min(760px, 65%);
  margin-left: var(--hero-content-left);
  padding: clamp(2rem, 6vw, 4.1rem) 0 clamp(4.2rem, 8vw, 6.2rem);
  color: #f4f8ff;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  font-size: clamp(2rem, 4.8vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 0.95;
}

.wordmark-plus {
  position: relative;
  width: clamp(34px, 5.2vw, 64px);
  height: clamp(34px, 5.2vw, 64px);
}

.wordmark-plus .mark {
  width: 68%;
  height: 68%;
}

.wordmark-plus .plus {
  font-size: clamp(24px, 3.6vw, 48px);
}

.hero-content h1 {
  margin: 0.8rem 0 1rem;
  font-size: clamp(1.7rem, 3.4vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -0.018em;
  text-shadow: 0 3px 16px rgba(3, 11, 20, 0.44);
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero-content p {
  margin: 0.72rem 0 0;
  max-width: 54ch;
  font-size: clamp(0.98rem, 1.16vw, 1.2rem);
  color: rgba(244, 248, 255, 0.86);
}

.contact-btn {
  margin-top: 1.05rem;
  color: #072526;
  background: linear-gradient(135deg, #7ff4f4 0%, #43cbcd 100%);
  box-shadow: 0 10px 22px rgba(10, 144, 145, 0.35);
}

.capability-rail {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 0.58rem;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding: 0.92rem clamp(0.8rem, 3.8vw, 2rem);
  color: rgba(244, 248, 255, 0.94);
  font-size: clamp(0.78rem, 1.02vw, 0.98rem);
  font-weight: 700;
  background: linear-gradient(180deg, rgba(6, 20, 35, 0.14) 0%, rgba(6, 20, 35, 0.74) 88%);
}

.capability-rail span:not(:last-child)::after {
  content: " •";
  margin-left: 0.45rem;
}

.why-retail {
  position: relative;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(140deg, #f5fbff 0%, #eef5ff 54%, #e7f8f8 100%);
}

/* Smooth gradient fade from dark clients section */
/* Smooth gradient fade into dark journey section */
.clients-section {
  min-height: clamp(680px, 92vh, 900px);
  margin-top: 0;
  position: relative;
  z-index: 1;
  background-color: #0b1a2e;
  background-image: url("assets/images/clients-bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: min(calc(var(--max-width) * 1.1), calc((100% - (var(--gutter) * 2)) * 1.1)) auto;
}

.why-inner {
  position: relative;
  z-index: 2;
  padding: clamp(0.5rem, 1.5vw, 1rem) clamp(1.25rem, 3vw, 2.1rem) clamp(1.6rem, 2.5vw, 2rem);
}

.why-inner h2 {
  margin: 0;
  color: var(--ink-strong);
  font-size: clamp(1.85rem, 3.4vw, 2.9rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.why-copy {
  margin: 0.8rem 0 1.2rem;
  max-width: 56ch;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.34vw, 1.2rem);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.78rem;
}

.why-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1rem;
  background: rgba(255, 255, 255, 0.76);
}

.why-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, #153252 0%, #254f7f 100%);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 0.68rem;
}

.why-card h3 {
  margin: 0;
  color: var(--ink-strong);
  font-size: clamp(1.02rem, 1.3vw, 1.2rem);
  line-height: 1.2;
}

.why-card p {
  margin: 0.55rem 0 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.journey-tools {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  min-height: clamp(440px, 58vh, 680px);
  background-image: url("assets/images/tablet-bg.jpg");
  background-size: auto 145%;
  background-position: center calc(50% + 216px);
  color: #f6f8ff;
}

.journey-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(100deg, rgba(6, 14, 26, 0.93) 0%, rgba(6, 14, 26, 0.85) 45%, rgba(6, 14, 26, 0.8) 78%, rgba(6, 14, 26, 0.74) 100%),
    linear-gradient(180deg, rgba(14, 165, 166, 0.12) 0%, rgba(255, 138, 61, 0.08) 100%);
}

/* Consistent bottom-floor gradient — matches hero-card::after treatment */
.journey-tools::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 72px;
  background: linear-gradient(to bottom, transparent 0%, #0b1a2e 100%);
  pointer-events: none;
  z-index: 2;
}

.journey-inner {
  position: relative;
  z-index: 1;
  padding: clamp(1.4rem, 2vw, 1.8rem) clamp(1.3rem, 3.2vw, 2.1rem) clamp(3.2rem, 8vw, 6rem);
}

.journey-inner h2 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(1.8rem, 3.6vw, 2.95rem);
  line-height: 1.05;
  letter-spacing: -0.022em;
}

.journey-copy {
  margin: 0.82rem 0 1.3rem;
  max-width: 48ch;
  color: rgba(244, 248, 255, 0.8);
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.78rem;
}

.journey-card {
  border-radius: var(--radius-md);
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}

.journey-icon {
  height: 56px;
  display: flex;
  align-items: flex-end;
  margin-left: 1.6rem;
  margin-bottom: 2.8rem;
}

.journey-icon img {
  height: 42px;
  width: auto;
  display: block;
}

.journey-icon-attract img {
  height: 56px;
}

.journey-tag {
  margin: 0;
  color: #79f3ff;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.journey-card h3 {
  margin: 0.5rem 0 0;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
}

.journey-card p {
  margin: 0.58rem 0 0;
  color: rgba(244, 248, 255, 0.86);
  font-size: 0.95rem;
}

.contact-capture {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  min-height: clamp(500px, 62vh, 720px);
  background-image:
    url("assets/images/desktop-bg.jpg"),
    linear-gradient(152deg, #10355a 0%, #173e6a 53%, #12495b 100%);
  background-size: 82%, cover;
  background-position: 78% center, center;
  background-repeat: no-repeat, no-repeat;
  color: #ffffff;
  overflow: hidden;
}

.contact-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(100deg, rgba(8, 20, 36, 0.95) 0%, rgba(11, 30, 54, 0.88) 40%, rgba(11, 30, 54, 0.74) 72%, rgba(11, 30, 54, 0.58) 100%),
    linear-gradient(180deg, rgba(14, 165, 166, 0.1) 0%, rgba(255, 138, 61, 0.06) 100%);
}

/* Consistent bottom-floor gradient */
.contact-capture::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 72px;
  background: linear-gradient(to bottom, transparent 0%, #0b1a2e 100%);
  pointer-events: none;
  z-index: 2;
}

.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.2rem, 2.7vw, 2rem);
}

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

.contact-copy h2 {
  margin: 0;
  max-width: 36ch;
  font-size: clamp(1.3rem, 2.25vw, 2.1rem);
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.9);
}

.contact-mail {
  display: inline-block;
  margin-top: 0.9rem;
  color: #93f5ff;
  font-weight: 700;
  text-decoration: none;
}

.lead-form {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.82rem;
}

.field {
  display: grid;
  gap: 0.28rem;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.field input,
.field textarea,
.phone-input select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: rgba(7, 20, 36, 0.92);
  color: #ffffff;
  min-height: 48px;
  padding: 0.72rem 0.8rem;
  font-size: 0.96rem;
  font-family: inherit;
}

.field textarea {
  resize: vertical;
  min-height: 118px;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.phone-input {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 0.5rem;
}

.phone-input select {
  appearance: none;
}

.field input:focus,
.field textarea:focus,
.phone-input select:focus {
  outline: 2px solid #7cf5f7;
  outline-offset: 1px;
}

.submit-btn {
  justify-self: start;
  margin-top: 0.3rem;
  color: #0b2a2c;
  background: linear-gradient(135deg, #86f5f5 0%, #45d0d1 100%);
  box-shadow: 0 9px 20px rgba(10, 144, 145, 0.35);
}

.lead-status {
  margin: 0;
  align-self: center;
  color: #c4fcff;
  font-size: 0.9rem;
}

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.invest-future {
  margin-top: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: clamp(380px, 42vw, 520px);
  background-image: url("assets/images/billboards-bg.jpeg");
  background-size: cover;
  background-position: center;
  color: #f4f8ff;
}

.invest-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(100deg, rgba(6, 14, 26, 0.93) 0%, rgba(6, 14, 26, 0.82) 42%, rgba(6, 14, 26, 0.58) 75%, rgba(6, 14, 26, 0.42) 100%),
    linear-gradient(180deg, rgba(14, 165, 166, 0.12) 0%, rgba(255, 138, 61, 0.08) 100%);
}

/* Consistent bottom-floor gradient */
.invest-future::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 72px;
  background: linear-gradient(to bottom, transparent 0%, #0b1a2e 100%);
  pointer-events: none;
  z-index: 2;
}

.invest-inner {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: center;
  padding: clamp(2.2rem, 6vw, 4.2rem) clamp(1.25rem, 3vw, 2.1rem);
}

.invest-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  line-height: 0.98;
  letter-spacing: -0.026em;
}

.invest-copy p {
  margin: 0.75rem 0 0;
  color: rgba(244, 248, 255, 0.82);
  max-width: 42ch;
}

.invest-copy .contact-btn {
  margin-top: 1rem;
}

.invest-footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(4, 16, 30, 0.58);
}

.invest-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  padding: 0.85rem 0;
}

.brand-footer .brand-word {
  font-size: clamp(1.25rem, 2vw, 1.8rem);
}

.invest-tel {
  margin: 0;
  color: rgba(244, 248, 255, 0.64);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 200ms ease;
}

.invest-tel:hover {
  color: #00ffff;
  text-decoration: underline;
}

.invest-footer-contacts {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}

.invest-email {
  margin: 0;
  color: rgba(244, 248, 255, 0.64);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms ease;
}

.invest-email:hover {
  color: #00ffff;
  text-decoration: underline;
}

.invest-disclaimer {
  margin: 0.5rem 0 0;
  color: rgba(244, 248, 255, 0.64);
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.1px;
}

.invest-copyright {
  margin: 0;
  color: rgba(244, 248, 255, 0.64);
  font-size: 0.92rem;
}

@media (max-width: 1120px) {
  .hero-content {
    max-width: min(760px, 76%);
    margin-left: clamp(1rem, 3vw, 2.2rem);
  }

  .capability-rail {
    white-space: normal;
    flex-wrap: wrap;
    line-height: 1.35;
  }
}

@media (max-width: 920px) {
  .site-header {
    position: static;
  }

  .site-header-inner {
    padding: 0.72rem 0;
  }

  .start-link {
    padding: 0.58rem 1rem;
    font-size: 0.88rem;
  }

  .hero-card {
    min-height: auto;
    border-radius: 0;
  }

  .hero-content {
    max-width: 100%;
    margin-left: 0;
    padding: 1.2rem 1rem 1.5rem;
  }

  .hero-content h1 {
    max-width: 12ch;
  }

  .capability-rail {
    position: static;
    background: rgba(6, 20, 35, 0.72);
    padding: 0.8rem 1rem;
    font-size: 0.8rem;
  }

  .capability-rail span:not(:last-child)::after {
    content: "";
    margin: 0;
  }

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

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

  .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  :root {
    --gutter: 0.7rem;
  }

  .brand-word {
    font-size: 1.34rem;
  }

  .brand-icon {
    width: 26px;
    height: 26px;
  }

  .plus {
    font-size: 18px;
  }

  .hero-content h1 {
    margin-top: 0.72rem;
    font-size: clamp(1.55rem, 8vw, 2.1rem);
    max-width: 12.2ch;
  }

  .hero-content p {
    font-size: 0.95rem;
    line-height: 1.42;
  }

  .contact-btn,
  .submit-btn {
    width: 100%;
  }

  .lead-form {
    grid-template-columns: 1fr;
  }

  .field {
    grid-column: 1 / -1;
  }

  .phone-input {
    grid-template-columns: 84px 1fr;
  }

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

@media (prefers-reduced-motion: no-preference) {
  .hero-content,
  .why-inner,
  .journey-tools,
  .contact-capture,
  .invest-future {
    animation: revealUp 720ms ease both;
  }

  .why-inner {
    animation-delay: 80ms;
  }

  .journey-tools {
    animation-delay: 150ms;
  }

  .contact-capture {
    animation-delay: 220ms;
  }

  .invest-future {
    animation-delay: 300ms;
  }
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
