:root {
  --ink: #071426;
  --ink-soft: #233247;
  --paper: #f6f7f5;
  --white: #ffffff;
  --line: #dfe4e7;
  --muted: #667386;
  --blue: #1468e8;
  --blue-light: #dcecff;
  --teal: #42c8b1;
  --pink: #ec345c;
  --max-width: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

.site-header,
.hero,
.company-section,
.capabilities-section,
.wishgenny-section,
.contact-section,
footer {
  width: min(calc(100% - 64px), var(--max-width));
  margin-inline: auto;
}

.site-header {
  min-height: 88px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(7, 20, 38, 0.12);
}

.brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 34px;
  height: 34px;
  position: relative;
  display: grid;
  place-items: center;
  border: 2px solid white;
  border-radius: 50%;
  background: conic-gradient(from 28deg, var(--blue), #6b57ed, var(--pink), #ff8364, var(--blue));
  box-shadow: 0 0 0 1px rgba(7, 20, 38, 0.12), 0 7px 16px rgba(20, 104, 232, 0.2);
}

.brand-mark::after {
  content: "";
  width: 3px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: -8px;
  border-radius: 0 0 4px 4px;
  background: var(--ink-soft);
  transform: translateX(-50%);
}

.brand-mark i {
  width: 10px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.74);
  transform: rotate(-26deg);
}

.brand-name {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  line-height: 0.9;
}

.brand-name strong {
  font-size: 36px;
  font-weight: 820;
  letter-spacing: -0.055em;
}

.brand-name small {
  margin-top: 5px;
  padding-top: 3px;
  border-top: 1px solid rgba(20, 104, 232, 0.42);
  color: var(--muted);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.18em;
  text-align: center;
}

.site-header .brand-name small {
  margin-top: 2px;
  padding-top: 0;
  border-top: 0;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.16em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
}

.site-nav a,
.text-link {
  transition: color 160ms ease;
}

.site-nav a:hover,
.text-link:hover {
  color: var(--blue);
}

.header-contact {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 17px;
  border: 1px solid rgba(7, 20, 38, 0.18);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.header-contact:hover {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}

.hero {
  min-height: 690px;
  padding: 82px 0 84px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.86fr);
  gap: 76px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(20, 104, 232, 0.12);
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(52px, 6.1vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.065em;
  font-weight: 760;
}

.hero h1 em {
  color: var(--blue);
  font-family: inherit;
  font-style: normal;
  font-weight: 760;
  letter-spacing: inherit;
}

.hero-intro {
  max-width: 620px;
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.65;
}

.hero-actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 24px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 760;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button-primary {
  background: var(--blue);
  color: white;
  box-shadow: 0 14px 32px rgba(20, 104, 232, 0.2);
}

.button-primary:hover {
  box-shadow: 0 18px 36px rgba(20, 104, 232, 0.3);
}

.button-dark {
  background: var(--ink);
  color: white;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 740;
}

.hero-visual {
  min-height: 500px;
  position: relative;
  display: grid;
  place-items: center;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(20, 104, 232, 0.16);
  border-radius: 50%;
}

.orbit-one {
  width: 490px;
  height: 490px;
}

.orbit-two {
  width: 360px;
  height: 360px;
  border-color: rgba(66, 200, 177, 0.26);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 30px;
  background: radial-gradient(circle, rgba(236, 52, 92, 0.12), rgba(20, 104, 232, 0.08) 42%, transparent 70%);
  filter: blur(16px);
}

.technology-core {
  width: 330px;
  height: 440px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.core-ring {
  position: absolute;
  left: 50%;
  top: 45%;
  border: 1px solid rgba(20, 104, 232, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.core-ring-one {
  width: 318px;
  height: 318px;
}

.core-ring-two {
  width: 286px;
  height: 286px;
  border-style: dashed;
  border-color: rgba(66, 200, 177, 0.38);
}

.candy-core {
  width: 238px;
  height: 238px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.68), transparent 14%),
    conic-gradient(from 18deg, var(--blue), #6557e8 29%, var(--pink) 54%, #ff785f 72%, var(--teal) 88%, var(--blue));
  box-shadow: 0 32px 70px rgba(20, 77, 150, 0.24), inset 0 -18px 38px rgba(7, 20, 38, 0.16);
}

.candy-shine {
  width: 74px;
  height: 31px;
  position: absolute;
  top: 30px;
  left: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
  transform: rotate(-27deg);
}

.candy-circuit {
  height: 2px;
  position: absolute;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.74);
}

.candy-circuit::before,
.candy-circuit::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  transform: translateY(-50%);
}

.candy-circuit::before {
  left: -7px;
}

.candy-circuit::after {
  right: -7px;
}

.circuit-one {
  width: 118px;
  left: 60px;
  top: 112px;
  transform: rotate(26deg);
}

.circuit-two {
  width: 94px;
  left: 72px;
  top: 146px;
  transform: rotate(-31deg);
}

.candy-stick {
  width: 19px;
  height: 150px;
  position: relative;
  z-index: 1;
  margin-top: -8px;
  border: 1px solid rgba(7, 20, 38, 0.1);
  border-radius: 0 0 10px 10px;
  background: linear-gradient(90deg, #dde5ea, white 48%, #c7d1d8);
  box-shadow: 8px 18px 30px rgba(7, 20, 38, 0.12);
  transform: rotate(-7deg);
}

.floating-note {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 15px;
  border: 1px solid rgba(7, 20, 38, 0.09);
  border-radius: 10px;
  background: white;
  box-shadow: 0 12px 30px rgba(15, 31, 52, 0.12);
  font-size: 11px;
  font-weight: 720;
}

.floating-note b {
  color: var(--blue);
}

.note-one {
  top: 90px;
  left: -6px;
}

.note-two {
  right: -8px;
  bottom: 128px;
}

.note-three {
  left: 42px;
  bottom: 52px;
}

.company-section {
  padding: 120px 0;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 68px;
  border-top: 1px solid var(--line);
}

.section-label {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.section-label span {
  color: var(--blue);
}

.section-label p {
  margin: 0;
}

.company-content h2,
.section-heading h2,
.wishgenny-copy h2,
.contact-section h2 {
  margin: 0;
  letter-spacing: -0.052em;
}

.company-content h2 {
  max-width: 880px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.05;
}

.company-details {
  margin: 54px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
}

.company-details p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.72;
}

.company-facts {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.company-facts div {
  padding: 28px 24px 28px 0;
}

.company-facts div + div {
  padding-left: 24px;
  border-left: 1px solid var(--line);
}

.company-facts dt {
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.company-facts dd {
  margin: 0;
  font-size: 15px;
  font-weight: 720;
}

.capabilities-section {
  width: 100%;
  max-width: none;
  padding: 108px max(32px, calc((100vw - var(--max-width)) / 2));
  background: var(--ink);
  color: white;
}

.section-heading {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 68px;
}

.light-label {
  color: #8693a4;
}

.light-label span {
  color: #6faaf9;
}

.section-heading h2 {
  max-width: 820px;
  font-size: clamp(42px, 4.8vw, 66px);
  line-height: 1.08;
}

.capability-grid {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.capability-card {
  min-height: 260px;
  padding: 28px 30px 34px 0;
  display: flex;
  flex-direction: column;
}

.capability-card + .capability-card {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.capability-card:nth-child(3),
.capability-card:nth-child(4) {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.capability-card:nth-child(3) {
  padding-left: 0;
  border-left: 0;
}

.capability-card > span {
  color: #7f8b9b;
  font-size: 12px;
  font-weight: 760;
}

.capability-card h3 {
  max-width: 300px;
  margin: auto 0 20px;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.capability-card p {
  max-width: 340px;
  margin: 0;
  color: #aeb8c5;
  font-size: 15px;
  line-height: 1.65;
}

.wishgenny-section {
  padding: 128px 0;
  display: grid;
  grid-template-columns: minmax(380px, 0.92fr) 1.08fr;
  gap: 110px;
  align-items: center;
}

.wishgenny-visual {
  min-height: 590px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(145deg, #e3fff9 0%, #bff2e9 43%, #eaf0ff 100%);
}

.wishgenny-visual::before,
.wishgenny-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.wishgenny-visual::before {
  width: 280px;
  height: 280px;
  left: -80px;
  top: -90px;
  background: rgba(236, 52, 92, 0.13);
}

.wishgenny-visual::after {
  width: 200px;
  height: 200px;
  right: -48px;
  bottom: -54px;
  background: rgba(20, 104, 232, 0.11);
}

.wishgenny-glow {
  position: absolute;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.2), 0 0 0 100px rgba(255, 255, 255, 0.12);
}

.app-icon-wrap {
  display: block;
  width: min(58%, 300px);
  position: relative;
  z-index: 2;
  padding: 8px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 28px 60px rgba(17, 104, 103, 0.2);
  color: inherit;
  text-decoration: none;
  transform: rotate(-3deg);
}

.app-icon-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 28px;
}

.store-pill {
  position: absolute;
  z-index: 3;
  right: -28px;
  bottom: 16px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 9px;
  border: 1px solid rgba(7, 20, 38, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 24px rgba(15, 31, 52, 0.1);
  font-size: 11px;
  font-weight: 760;
  white-space: nowrap;
  transform: rotate(3deg);
}

.store-pill span {
  color: var(--teal);
}

.product-kicker {
  margin: 48px 0 12px;
  color: var(--pink);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wishgenny-copy h2 {
  max-width: 640px;
  font-size: clamp(44px, 5vw, 70px);
  line-height: 1.02;
}

.wishgenny-description {
  max-width: 650px;
  margin: 30px 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.72;
}

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

.wishgenny-copy li {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 620;
}

.wishgenny-copy li span {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #dff8f3;
  color: #087a68;
  font-size: 12px;
}

.contact-section {
  margin-bottom: 34px;
  padding: 88px;
  border-radius: 24px;
  background: var(--blue);
  color: white;
}

.contact-eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

.contact-eyebrow span {
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(66, 200, 177, 0.2);
}

.contact-section h2 {
  max-width: 780px;
  font-size: clamp(44px, 5vw, 70px);
  line-height: 1.06;
}

.contact-section > a {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.45);
  padding-bottom: 6px;
  font-size: clamp(25px, 3.2vw, 42px);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.contact-section > a:hover {
  border-color: white;
}

.contact-meta {
  margin-top: 72px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 680;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contact-meta p {
  margin: 0;
}

footer {
  padding: 34px 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  color: var(--muted);
  font-size: 12px;
}

.footer-mark {
  width: 30px;
  height: 30px;
}

.footer-wordmark strong {
  color: var(--ink);
  font-size: 19px;
}

.footer-wordmark small {
  margin-top: 2px;
  padding-top: 0;
  border-top: 0;
  font-size: 7.5px;
  line-height: 1;
  letter-spacing: 0.14em;
}

.footer-brand p,
.footer-location p {
  margin: 4px 0 0;
}

.footer-location {
  text-align: right;
}

.footer-location b {
  color: var(--ink);
  font-size: 12px;
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .hero-copy {
    max-width: 820px;
  }

  .hero-visual {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .wishgenny-section {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .wishgenny-visual {
    min-height: 620px;
  }

  .wishgenny-copy {
    max-width: 820px;
  }
}

@media (max-width: 780px) {
  .site-header,
  .hero,
  .company-section,
  .wishgenny-section,
  .contact-section,
  footer {
    width: min(calc(100% - 40px), var(--max-width));
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 76px;
  }

  .site-nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 68px 0 84px;
  }

  .hero h1 {
    font-size: clamp(48px, 13vw, 68px);
  }

  .hero-intro {
    font-size: 17px;
  }

  .company-section,
  .section-heading {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .company-section {
    padding: 90px 0;
  }

  .company-details {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .company-facts,
  .capability-grid {
    grid-template-columns: 1fr;
  }

  .company-facts div + div,
  .capability-card + .capability-card {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .company-facts div {
    padding: 23px 0;
  }

  .capabilities-section {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .capability-grid {
    margin-top: 56px;
  }

  .capability-card {
    min-height: 230px;
    padding: 26px 0;
  }

  .capability-card + .capability-card {
    border-color: rgba(255, 255, 255, 0.16);
  }

  .wishgenny-section {
    padding: 90px 0;
  }

  .wishgenny-visual {
    min-height: 520px;
  }

  .contact-section {
    padding: 68px 42px;
  }

  .contact-meta,
  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-location {
    text-align: left;
  }
}

@media (max-width: 520px) {
  .site-header,
  .hero,
  .company-section,
  .wishgenny-section,
  .contact-section,
  footer {
    width: min(calc(100% - 28px), var(--max-width));
  }

  .brand-name strong {
    font-size: 30px;
  }

  .brand-name small {
    font-size: 7.5px;
  }

  .site-header .brand-name small {
    font-size: 10.5px;
  }

  .footer-wordmark strong {
    font-size: 18px;
  }

  .footer-wordmark small {
    font-size: 6.5px;
  }

  .header-contact {
    padding: 10px 14px;
  }

  .hero {
    padding-top: 54px;
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 58px);
  }

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

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 470px;
  }

  .orbit-one {
    width: 390px;
    height: 390px;
  }

  .orbit-two {
    width: 300px;
    height: 300px;
  }

  .technology-core {
    width: 270px;
    height: 400px;
  }

  .core-ring-one {
    width: 270px;
    height: 270px;
  }

  .core-ring-two {
    width: 244px;
    height: 244px;
  }

  .candy-core {
    width: 202px;
    height: 202px;
  }

  .candy-circuit {
    transform: scale(0.84) rotate(26deg);
  }

  .circuit-two {
    transform: scale(0.84) rotate(-31deg);
  }

  .candy-stick {
    height: 134px;
  }

  .note-one {
    left: 2px;
    top: 20px;
  }

  .note-two {
    right: 0;
    bottom: 98px;
  }

  .note-three {
    left: 10px;
    bottom: 20px;
  }

  .company-content h2,
  .section-heading h2,
  .wishgenny-copy h2,
  .contact-section h2 {
    font-size: 40px;
  }

  .wishgenny-visual {
    min-height: 430px;
  }

  .wishgenny-glow {
    width: 330px;
    height: 330px;
  }

  .app-icon-wrap {
    width: 60%;
  }

  .store-pill {
    right: -22px;
    bottom: 12px;
    padding: 10px 13px;
    font-size: 10px;
  }

  .product-kicker {
    margin-top: 38px;
  }

  .contact-section {
    padding: 52px 24px;
  }

  .contact-section > a {
    font-size: 22px;
    overflow-wrap: anywhere;
  }

  .contact-meta {
    margin-top: 56px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
