/* Synariz-inspired homepage layout. Scoped to .home-page so other pages stay as they are. */

.home-page {
  --home-ink: #071129;
  --home-muted: #657189;
  --home-blue: #3c82d7;
  --home-blue-2: #2b6cb0;
  --home-soft: #f5f8ff;
  --home-line: #dfe7f5;
  --home-dark: #06132f;
  color: var(--home-ink);
  background: #fff;
}

.home-page h1,
.home-page h2,
.home-page h3 {
  font-family: var(--font-body);
  font-weight: 680;
  letter-spacing: -0.047em;
}

.home-page .utility {
  display: none;
}

.home-page .site-header {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  padding-top: 0;
  animation: none;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(223, 231, 245, 0.8);
  box-shadow: none;
}

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

.home-page .nav-shell {
  width: min(1180px, calc(100% - 48px));
  min-height: 80px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.home-page .nav-sales {
  display: none;
}

.home-page .nav-cta {
  padding: 11px 16px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 690;
  background: linear-gradient(135deg, #4a90e2, #2b6cb0);
  box-shadow: 0 13px 27px rgba(20, 85, 242, 0.2);
}

.home-page .nav-cta span {
  display: none;
}

.home-page .home-header-cta {
  display: none;
}

.home-page .shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.home-page .button {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background: linear-gradient(135deg, #4a90e2, #2b6cb0);
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 690;
  box-shadow: 0 13px 27px rgba(20, 85, 242, 0.2);
  transition: 0.2s;
}

.home-page .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(20, 85, 242, 0.27);
  color: #fff;
}

.home-page .button.outline {
  background: #fff;
  color: var(--home-ink);
  box-shadow: none;
  border: 1px solid var(--home-line);
}

.home-page .button.outline:hover {
  border-color: #9cbcf2;
  background: #f4f8ff;
  color: var(--home-blue);
}

.home-page .button.white {
  background: #fff;
  color: #123ca7;
  box-shadow: 0 12px 30px rgba(1, 8, 28, 0.3);
}

.home-page .button-row {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.home-hero {
  min-height: 640px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 48px;
  padding: 48px 0 72px;
}

.home-hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #edf4ff;
  color: var(--home-blue);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 10px;
  font-weight: 780;
  font-family: var(--font-body);
}

.home-hero .eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.home-hero h1 {
  max-width: 16ch;
  margin: 0;
  font-size: clamp(40px, 4.4vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.home-hero h1 span {
  color: var(--home-blue);
}

.home-lede {
  max-width: 540px;
  margin: 22px 0 16px;
  color: #56637a;
  font-size: 17px;
  line-height: 1.65;
}

.home-promise {
  margin: 0 0 22px;
  color: var(--home-blue);
  font-size: 14px;
  font-weight: 780;
}

.home-bench {
  position: relative;
  min-height: 420px;
}

.home-bench::before {
  content: "";
  position: absolute;
  inset: 18px -18px -22px 18px;
  z-index: 0;
  border: 1px solid #d7e3f4;
  background:
    linear-gradient(#e8f0fb 1px, transparent 1px),
    linear-gradient(90deg, #e8f0fb 1px, transparent 1px);
  background-size: 22px 22px;
  background-color: #f7faff;
}

.home-bench__window {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #d4deec;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 50px rgba(21, 40, 72, 0.12);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.home-bench__chrome {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 0 14px;
  border-bottom: 1px solid var(--home-line);
  background: #f4f7fb;
}

.home-bench__dots {
  display: flex;
  gap: 6px;
}

.home-bench__dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c5d0de;
}

.home-bench__dots i:first-child { background: #e8a0a0; }
.home-bench__dots i:nth-child(2) { background: #e2c48a; }
.home-bench__dots i:last-child { background: #9dcea8; }

.home-bench__chrome strong {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.home-bench__chrome em {
  margin-left: auto;
  font-style: normal;
  font-size: 10px;
  font-weight: 750;
  color: var(--home-blue);
}

.home-bench__body {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 320px;
}

.home-bench__plan {
  position: relative;
  padding: 18px;
  background: #eef4fb;
}

.home-bench__plan svg {
  display: block;
  width: 100%;
  height: auto;
}

.home-bench__dim {
  position: absolute;
  color: var(--home-blue-2);
  font-size: 10px;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
}

.home-bench__dim--h {
  top: 22px;
  left: 50%;
  transform: translateX(-80%);
}

.home-bench__dim--v {
  left: 8px;
  top: 48%;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.home-bench__room {
  position: absolute;
  left: 22%;
  top: 38%;
  color: #4d6280;
  font-size: 10px;
  font-weight: 650;
}

.home-bench__flag {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 5px 8px;
  border-radius: 6px;
  background: #12355c;
  color: #fff;
  font-size: 9px;
  font-weight: 750;
}

.home-bench__sheet {
  padding: 18px 16px;
  border-left: 1px solid var(--home-line);
  background: #fff;
}

.home-bench__sheet small {
  display: block;
  color: #7d8aa0;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-bench__sheet b {
  display: block;
  margin-top: 6px;
  font-size: 28px;
  letter-spacing: -0.04em;
}

.home-bench__sheet p {
  margin: 4px 0 14px;
  color: #1aa37a;
  font-size: 11px;
  font-weight: 650;
}

.home-bench__sheet ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-bench__sheet li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid var(--home-line);
  color: #526173;
  font-size: 11px;
}

.home-bench__sheet strong {
  font-variant-numeric: tabular-nums;
  color: var(--home-ink);
}

.home-section {
  padding: 105px 0;
}

.home-soft,
.home-search {
  background: var(--home-soft);
}

.home-search {
  padding: 90px 0;
}

.home-title {
  max-width: 700px;
  margin-bottom: 42px;
}

.home-title--center {
  text-align: center;
  margin-inline: auto;
}

.home-title .eyebrow {
  color: var(--home-blue);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  font-weight: 780;
  margin: 0 0 18px;
  font-family: var(--font-body);
}

.home-title h2 {
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.06;
  margin: 0;
}

.home-copy {
  font-size: 16px;
  line-height: 1.7;
  color: var(--home-muted);
  max-width: 650px;
  margin: 17px 0 0;
}

.home-search__bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #d8e3f5;
  border-radius: 17px;
  padding: 9px 10px 9px 18px;
  box-shadow: 0 17px 45px rgba(30, 62, 120, 0.09);
}

.home-search__bar svg {
  color: var(--home-blue);
  width: 22px;
  height: 22px;
}

.home-search__bar input {
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 17px;
  color: var(--home-ink);
  background: transparent;
}

.home-search__bar .button {
  padding: 14px 18px;
  border-radius: 11px;
  font-size: 13px;
}

.home-prompts {
  display: flex;
  gap: 9px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 17px;
  font-size: 12px;
  color: #7e899b;
}

.home-prompts a {
  padding: 7px 10px;
  border: 1px solid #dfe7f5;
  border-radius: 999px;
  background: #fff;
}

.home-prompts a:hover {
  color: var(--home-blue);
  border-color: #a9c4f4;
}

.home-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--home-line);
}

.home-steps article {
  padding: 28px 38px 20px 0;
  border-right: 1px solid var(--home-line);
  position: relative;
}

.home-steps article + article {
  padding-left: 38px;
}

.home-steps article:last-child {
  border-right: 0;
}

.home-steps article > span {
  position: absolute;
  right: 22px;
  top: 29px;
  color: #99a5b7;
  font-size: 10px;
}

.home-steps i {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 12px;
  background: #eef4ff;
  color: var(--home-blue);
  font-style: normal;
  font-size: 19px;
  margin-bottom: 29px;
}

.home-steps h3 {
  font-size: 23px;
  margin: 0 0 9px;
}

.home-steps p {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--home-muted);
  max-width: 270px;
}

.home-link {
  display: flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  color: var(--home-blue);
  font-size: 14px;
  font-weight: 700;
  margin-top: 34px;
}

.home-remember {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.home-remember__card {
  padding: 35px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--home-line);
}

.home-timeline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 28px 0;
}

.home-timeline span {
  display: grid;
  place-items: center;
  text-align: center;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #c9daf6;
  color: var(--home-blue);
  font-size: 10px;
  font-weight: 800;
}

.home-timeline b {
  height: 1px;
  flex: 1;
  background: #b8cdef;
}

.home-pills {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}

.home-pills a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 18px;
  background: #fff;
  border: 1px solid var(--home-line);
  border-radius: 13px;
  font-size: 13px;
  font-weight: 650;
  transition: 0.2s;
}

.home-pills a:hover {
  transform: translateY(-2px);
  border-color: #adc6f4;
  box-shadow: 0 12px 24px rgba(30, 62, 120, 0.07);
}

.home-ai {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}

.home-ai blockquote {
  border-left: 3px solid var(--home-blue);
  margin: 28px 0;
  padding: 12px 0 12px 20px;
  color: #4f5c72;
  font-size: 17px;
  line-height: 1.5;
}

.home-parse {
  padding: 24px;
  border: 1px solid var(--home-line);
  background: linear-gradient(145deg, #fff, #f7f9ff);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(33, 57, 108, 0.1);
}

.home-parse > p {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 750;
  color: var(--home-blue);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
}

.home-parse > div {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  padding: 16px 3px;
  border-top: 1px solid var(--home-line);
  font-size: 13px;
}

.home-parse span {
  color: #8a95a8;
}

.home-parse strong {
  font-weight: 700;
}

.home-compare {
  max-width: 860px;
  margin: 28px auto 0;
  border: 1px solid var(--home-line);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 40px rgba(20, 40, 80, 0.06);
}

.home-compare__head,
.home-compare__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.home-compare__head {
  padding: 16px 22px;
  background: #0b245d;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-compare__row {
  padding: 16px 22px;
  border-top: 1px solid var(--home-line);
  font-size: 14px;
}

.home-compare__row span {
  color: var(--home-muted);
}

.home-compare__row strong {
  color: var(--home-ink);
}

.home-shop {
  background: radial-gradient(circle at 75% 30%, rgba(48, 85, 255, 0.3), transparent 35%),
    linear-gradient(135deg, #06132f, #0a0e32 64%, #2412a5);
  color: #fff;
  padding: 90px 0;
}

.home-shop .shell {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 80px;
}

.home-shop .eyebrow {
  color: #80b7ff;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  font-weight: 780;
  margin: 0 0 18px;
}

.home-shop h2 {
  max-width: 650px;
  font-size: clamp(36px, 4.4vw, 56px);
  color: #fff;
}

.home-shop p:not(.eyebrow) {
  color: #aab8d1;
  line-height: 1.7;
  max-width: 650px;
  margin: 20px 0 28px;
  font-size: 15px;
}

.home-benefits {
  display: grid;
  gap: 10px;
}

.home-benefits span {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 15px 18px;
  color: #dce7fb;
  font-size: 13px;
}

.home-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 90px auto;
  width: min(1180px, calc(100% - 48px));
  padding: 42px 48px;
  border-radius: 26px;
  border: 1px solid rgba(121, 164, 255, 0.18);
  background: radial-gradient(circle at 8% 5%, rgba(31, 119, 255, 0.3), transparent 34%),
    radial-gradient(circle at 92% 115%, rgba(98, 53, 255, 0.32), transparent 36%),
    linear-gradient(135deg, #050b1d 0%, #081a3d 56%, #0b2360 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.home-cta .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 11px;
  margin-bottom: 15px;
  border: 1px solid rgba(134, 175, 255, 0.18);
  border-radius: 999px;
  background: rgba(80, 132, 255, 0.08);
  color: #9ebfff;
}

.home-cta h2 {
  font-size: clamp(28px, 3.5vw, 45px);
  max-width: 720px;
  color: #f8fbff;
  margin: 0;
}

.home-cta .button.outline {
  background: rgba(255, 255, 255, 0.06);
  color: #eaf1ff;
  border-color: rgba(161, 190, 255, 0.28);
}

.home-page .footer {
  background: radial-gradient(circle at 12% 8%, rgba(22, 111, 255, 0.27), transparent 30%),
    linear-gradient(145deg, #030817 0%, #07142d 55%, #091d45 100%);
  color: #fff;
  border: 0;
}

.home-page .footer-panel,
.home-page .footer-bottom {
  background: transparent;
  border-color: rgba(150, 183, 240, 0.16);
  box-shadow: none;
}

.home-page .footer h2,
.home-page .footer a,
.home-page .footer p,
.home-page .footer span,
.home-page .footer-powered,
.home-page .footer-powered a {
  color: #d5def0;
}

.home-page .footer a:hover {
  color: #fff;
}

.home-page .footer-tags span {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #c8dbff;
}

.home-page .brand--footer img {
  filter: none;
}

@media (hover: hover) {
  .home-bench__window:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 58px rgba(21, 40, 72, 0.16);
  }

  .home-steps article:hover i {
    transform: translateY(-5px) rotate(-4deg);
    background: var(--home-blue);
    color: #fff;
  }

  .home-pills a:hover {
    color: var(--home-ink);
  }
}

@media (max-width: 1120px) {
  .home-page .site-header {
    height: 70px;
  }

  .home-page .nav-shell {
    width: min(1180px, calc(100% - 28px));
    min-height: 70px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    justify-content: flex-start;
  }

  .home-page .brand {
    width: 118px;
  }

  .home-page .home-header-cta {
    display: inline-flex;
    flex-shrink: 0;
    margin-left: auto;
    width: auto;
    min-height: 40px;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(20, 85, 242, 0.16);
  }

  .home-page .menu-toggle {
    display: block;
    width: 42px;
    height: 42px;
    margin-left: 8px;
    border-color: rgba(20, 32, 39, 0.14);
    border-radius: 10px;
    color: var(--home-ink);
    background: #fff;
  }

  .home-page .site-nav {
    top: calc(100% + 8px);
    left: 14px;
    right: 14px;
  }
}

@media (max-width: 980px) {
  .home-hero,
  .home-ai,
  .home-remember,
  .home-shop .shell {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .home-hero {
    min-height: auto;
    gap: 28px;
    padding: 36px 0 56px;
  }

  .home-hero h1 {
    max-width: none;
  }

  .home-hero .button-row,
  .home-title,
  .home-link {
    justify-content: center;
    margin-inline: auto;
    text-align: center;
  }

  .home-hero .button-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 100%;
  }

  .home-hero .button {
    width: 100%;
    min-height: 48px;
  }

  .home-lede,
  .home-copy,
  .home-steps p {
    margin-inline: auto;
    max-width: 540px;
  }

  .home-steps,
  .home-pills {
    grid-template-columns: 1fr;
  }

  .home-steps article,
  .home-steps article + article {
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
    padding: 26px 0;
  }

  .home-bench {
    margin: auto;
    width: min(560px, 100%);
    min-height: 0;
  }

  .home-compare__head,
  .home-compare__row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .home-cta {
    display: block;
  }

  .home-cta .button-row {
    margin-top: 24px;
    justify-content: stretch;
  }
}

@media (max-width: 680px) {
  .home-page .shell,
  .home-cta {
    width: min(100% - 28px, 1180px);
  }

  .home-page .nav-shell {
    width: min(100% - 28px, 1180px);
  }

  .home-page .brand {
    width: 108px;
  }

  .home-hero {
    padding: 28px 0 48px;
    gap: 24px;
  }

  .home-hero .eyebrow {
    margin-bottom: 20px;
    font-size: 9px;
  }

  .home-hero h1 {
    font-size: clamp(32px, 8.4vw, 40px);
    line-height: 1.12;
  }

  .home-lede {
    margin-top: 16px;
    font-size: 16px;
  }

  .home-promise {
    margin-bottom: 20px;
  }

  .home-hero .button-row {
    gap: 10px;
  }

  .home-hero .button {
    padding: 12px 10px;
    font-size: 13px;
    border-radius: 12px;
  }

  .home-bench {
    width: 100%;
    transform: none;
  }

  .home-bench::before {
    display: none;
  }

  .home-bench__window {
    border-radius: 14px;
  }

  .home-bench__chrome {
    min-height: 38px;
    padding: 0 10px;
    gap: 8px;
  }

  .home-bench__chrome strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    font-size: 11px;
  }

  .home-bench__body {
    grid-template-columns: 1fr;
  }

  .home-bench__plan {
    padding: 14px 14px 12px;
  }

  .home-bench__sheet {
    border-left: 0;
    border-top: 1px solid var(--home-line);
    padding: 14px;
  }

  .home-bench__sheet b {
    font-size: 24px;
  }

  .home-bench__sheet li:nth-child(n + 4) {
    display: none;
  }

  .home-search,
  .home-section {
    padding: 64px 0;
  }

  .home-title h2,
  .home-shop h2 {
    font-size: clamp(28px, 8vw, 37px);
  }

  .home-search__bar {
    grid-template-columns: auto 1fr;
    padding: 14px;
  }

  .home-search__bar .button {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .home-prompts {
    justify-content: center;
  }

  .home-timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .home-timeline b {
    display: none;
  }

  .home-timeline span {
    width: 100%;
    height: 62px;
    font-size: 9px;
    padding: 6px;
  }

  .home-remember__card {
    padding: 22px 16px;
  }

  .home-cta {
    margin: 48px 14px;
    padding: 32px 24px;
  }

  .home-cta .button-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-cta .button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .home-hero .button-row {
    grid-template-columns: 1fr;
  }
}