/* Search landing pages: focused, readable product explanations. */
.solution-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 9%, rgba(58, 150, 255, .18), transparent 29rem),
    radial-gradient(circle at 90% 18%, rgba(110, 86, 238, .16), transparent 32rem),
    linear-gradient(180deg, #f7f9ff 0%, #f5f5f7 42%, #eef4ff 100%);
}
.solution-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(56, 85, 138, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(56, 85, 138, .035) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000, transparent 75%);
}
.solution-page header.nav,
.solution-page header.nav.stuck {
  background: rgba(250, 252, 255, .78);
  border-bottom-color: rgba(0, 0, 0, .06);
  backdrop-filter: blur(24px) saturate(165%);
  -webkit-backdrop-filter: blur(24px) saturate(165%);
}
.solution-main { padding-bottom: 40px; }
.solution-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  align-items: center;
  gap: clamp(40px, 7vw, 90px);
  min-height: 630px;
  padding-block: clamp(70px, 9vw, 118px);
}
.breadcrumbs { margin-bottom: 24px; color: #74757c; font-size: 13px; }
.breadcrumbs a { color: #5f6470; }
.solution-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border: 1px solid rgba(0, 113, 227, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  color: #006edb;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.solution-hero h1 {
  max-width: 780px;
  margin: 18px 0 22px;
  color: #171719;
  font-size: clamp(48px, 6.6vw, 82px);
  line-height: .98;
  letter-spacing: -.065em;
}
.solution-hero .lead {
  max-width: 680px;
  color: #565860;
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.5;
}
.solution-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.solution-proof { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 22px; color: #74757c; font-size: 13px; }
.solution-proof span::before { content: "✓"; margin-right: 7px; color: #078b67; font-weight: 800; }
.hero-panel,
.solution-card,
.step,
.code-panel,
.faq details,
.related-card,
.solution-cta {
  border: 1px solid rgba(255, 255, 255, .92);
  background: linear-gradient(145deg, rgba(255, 255, 255, .84), rgba(238, 245, 255, .57));
  box-shadow: 0 24px 64px rgba(48, 72, 120, .11), inset 0 1px 0 #fff;
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
}
.hero-panel { position: relative; overflow: hidden; padding: 26px; border-radius: 30px; }
.hero-panel::after { content: ""; position: absolute; width: 220px; height: 220px; right: -100px; top: -100px; border-radius: 50%; background: radial-gradient(circle, rgba(94, 92, 230, .2), transparent 70%); }
.panel-label { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 22px; color: #777982; font-size: 12px; font-weight: 650; text-transform: uppercase; letter-spacing: .08em; }
.panel-label span:last-child { color: #087f62; }
.metric-stack { display: grid; gap: 12px; }
.metric-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: end; padding: 16px; border: 1px solid rgba(41, 74, 128, .08); border-radius: 16px; background: rgba(255, 255, 255, .65); }
.metric-row span { color: #72747b; font-size: 13px; }
.metric-row strong { color: #1d1d1f; font-size: 24px; letter-spacing: -.04em; }
.metric-row i { grid-column: 1 / -1; display: block; height: 5px; overflow: hidden; border-radius: 99px; background: #e4e8f1; }
.metric-row i::after { content: ""; display: block; width: var(--fill, 72%); height: 100%; border-radius: inherit; background: linear-gradient(90deg, #0071e3, #6558e8); }
.flow-stack { display: grid; gap: 10px; }
.flow-node { position: relative; z-index: 1; padding: 16px 18px; border: 1px solid rgba(41, 74, 128, .09); border-radius: 16px; background: rgba(255, 255, 255, .72); }
.flow-node b { display: block; color: #1d1d1f; font-size: 15px; }
.flow-node span { color: #73757d; font-size: 13px; }
.flow-arrow { text-align: center; color: #4872d6; font-weight: 800; }
.solution-section { padding-block: clamp(48px, 7vw, 88px); }
.solution-section.compact { padding-top: 18px; }
.section-head { max-width: 760px; margin-bottom: 32px; }
.section-head h2 { margin: 12px 0 15px; color: #1d1d1f; font-size: clamp(34px, 5vw, 56px); line-height: 1.03; letter-spacing: -.05em; }
.section-head p { color: #62646b; font-size: 18px; line-height: 1.6; }
.solution-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.solution-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.solution-card { padding: 26px; border-radius: 24px; }
.solution-card .card-index { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-bottom: 20px; border-radius: 11px; background: #e9f2ff; color: #006edb; font-size: 12px; font-weight: 750; }
.solution-card h3 { margin: 0 0 10px; color: #222226; font-size: 21px; letter-spacing: -.035em; }
.solution-card p { color: #62646b; line-height: 1.65; }
.solution-card a { color: #006edb; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; counter-reset: step; }
.step { position: relative; padding: 28px; border-radius: 24px; counter-increment: step; }
.step::before { content: "0" counter(step); display: block; margin-bottom: 34px; color: #4d69b7; font-size: 12px; font-weight: 750; letter-spacing: .1em; }
.step h3 { margin-bottom: 9px; color: #202024; font-size: 20px; letter-spacing: -.03em; }
.step p { color: #65676e; line-height: 1.62; }
.code-panel { overflow: hidden; border-radius: 24px; background: #111216; color: #e9edf7; box-shadow: 0 30px 70px rgba(23, 29, 49, .18); }
.code-head { display: flex; justify-content: space-between; padding: 13px 18px; border-bottom: 1px solid rgba(255, 255, 255, .08); color: #9da4b5; font: 12px var(--mono); }
.code-panel pre { padding: 24px; overflow-x: auto; font: 13px/1.75 var(--mono); }
.code-panel .code-key { color: #7dd3fc; }
.code-panel .code-value { color: #86efac; }
.code-panel .code-comment { color: #7f8797; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 6vw, 70px); align-items: center; }
.copy h2 { margin-bottom: 16px; color: #1d1d1f; font-size: clamp(34px, 4.6vw, 52px); line-height: 1.04; letter-spacing: -.05em; }
.copy p { margin: 12px 0; color: #5f6169; font-size: 17px; line-height: 1.68; }
.copy ul { margin: 18px 0 0 20px; color: #50525a; }
.copy li { margin: 9px 0; padding-left: 4px; }
.copy code { padding: 2px 6px; border-radius: 6px; background: rgba(48, 78, 135, .08); color: #244e9d; font: .86em var(--mono); }
.compare { width: 100%; overflow: hidden; border-collapse: separate; border-spacing: 0; border: 1px solid rgba(44, 67, 110, .1); border-radius: 22px; background: rgba(255, 255, 255, .72); }
.compare th, .compare td { padding: 16px 18px; border-bottom: 1px solid rgba(44, 67, 110, .09); text-align: left; }
.compare th { color: #50525a; font-size: 13px; }
.compare td { color: #60626a; }
.compare tr:last-child td { border-bottom: 0; }
.compare td:first-child { color: #232328; font-weight: 650; }
.faq { display: grid; gap: 10px; max-width: 860px; }
.faq details { border-radius: 18px; }
.faq summary { padding: 19px 22px; color: #26262a; font-weight: 650; cursor: pointer; }
.faq details p { padding: 0 22px 20px; color: #63656c; line-height: 1.65; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.related-card { display: block; padding: 22px; border-radius: 20px; color: inherit; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.related-card:hover { transform: translateY(-2px); text-decoration: none; box-shadow: 0 28px 72px rgba(48, 72, 120, .15); }
.related-card strong { display: block; margin-bottom: 7px; color: #232328; font-size: 18px; }
.related-card span { color: #666871; font-size: 14px; line-height: 1.5; }
.solution-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: clamp(28px, 5vw, 52px); border-radius: 30px; }
.solution-cta h2 { max-width: 690px; color: #1d1d1f; font-size: clamp(32px, 4.5vw, 50px); line-height: 1.04; letter-spacing: -.05em; }
.solution-page footer { margin-top: 70px; background: rgba(248, 250, 255, .66); border-top-color: rgba(255, 255, 255, .86); }
.solution-page .foot { color: #74757c; font-family: var(--sans); }
.solution-page .foot a { color: #61636b; }
@media (max-width: 900px) {
  .solution-hero, .split { grid-template-columns: 1fr; }
  .solution-hero { min-height: 0; }
  .hero-panel { max-width: 660px; }
  .solution-grid, .steps { grid-template-columns: 1fr 1fr; }
  .related-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .solution-page .nav-links { background: rgba(248, 250, 255, .97); }
  .solution-hero { padding-top: 48px; }
  .solution-hero h1 { font-size: clamp(42px, 14vw, 60px); }
  .solution-grid, .solution-grid.two, .steps { grid-template-columns: 1fr; }
  .solution-cta { align-items: flex-start; flex-direction: column; }
  .compare { display: block; overflow-x: auto; }
}
@media (prefers-reduced-transparency: reduce) {
  .hero-panel, .solution-card, .step, .faq details, .related-card, .solution-cta { background: #fff; backdrop-filter: none; }
}
