.solution-page {
  min-height: 100vh;
  background: #f5f8fd;
  color: #071d4d;
}

.solution-page .site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(0, 28, 88, 0.06);
}

.solution-page main {
  overflow: hidden;
}

.solution-hero {
  display: grid;
  grid-template-columns: minmax(330px, 0.86fr) minmax(520px, 1.14fr);
  gap: clamp(40px, 7vw, 106px);
  align-items: center;
  padding: clamp(70px, 9vw, 118px) clamp(24px, 7vw, 100px);
  background: #fff;
}

.solution-back {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 42px;
  color: #1262db;
  font-size: 0.88rem;
  font-weight: 850;
}

.solution-back:hover {
  color: #003fae;
}

.solution-hero-copy h1 {
  max-width: 670px;
  margin: 0 0 20px;
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.solution-hero-copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 0 0 30px;
  color: #5c6f91;
  font-size: 1.08rem;
  line-height: 1.72;
}

.solution-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.solution-page-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 26px;
  color: #4c648c;
  font-size: 0.83rem;
  font-weight: 750;
}

.solution-page-meta span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}

.solution-page-meta svg {
  width: 17px;
  color: #1262db;
}

.solution-quick-offer {
  display: flex;
  width: fit-content;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  margin: -4px 0 22px;
  padding: 13px 15px;
  border: 1px solid #d6e4f7;
  border-radius: 13px;
  background: #f4f8ff;
}

.solution-quick-offer div {
  display: flex;
  gap: 7px;
  align-items: baseline;
}

.solution-quick-offer strong {
  color: #071d4d;
  font-family: Sora, Inter, sans-serif;
  font-size: 1.08rem;
}

.solution-quick-offer span {
  color: #52698d;
  font-size: 0.78rem;
  font-weight: 700;
}

.solution-quick-offer b {
  color: #8ca0bc;
}

.solution-quick-offer em {
  padding: 6px 9px;
  border-radius: 999px;
  background: #e2f6ea;
  color: #08753b;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 850;
}

.solution-hero-media {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  border-radius: 20px;
  background: #00133f;
  box-shadow: 0 28px 70px rgba(0, 35, 115, 0.18);
}

.solution-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.solution-hero-media span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(0, 19, 63, 0.88);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 850;
}

.solution-outcomes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0 clamp(24px, 7vw, 100px) clamp(54px, 6vw, 78px);
  background: #fff;
}

.solution-outcomes article {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid #d9e4f2;
  border-radius: 15px;
  background: #f8faff;
}

.solution-outcomes article > svg {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  color: #1262db;
}

.solution-outcomes strong {
  display: block;
  margin-bottom: 6px;
  font-family: Sora, Inter, sans-serif;
  font-size: 0.94rem;
}

.solution-outcomes p {
  margin: 0;
  color: #5c6f91;
  font-size: 0.84rem;
  line-height: 1.55;
}

.solution-benefits {
  padding: clamp(70px, 8vw, 104px) clamp(24px, 7vw, 100px);
}

.solution-section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.solution-section-heading h2 {
  margin: 0 0 12px;
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(2rem, 3.8vw, 3.35rem);
  letter-spacing: -0.045em;
}

.solution-section-heading p:not(.eyebrow) {
  margin: 0;
  color: #5c6f91;
  font-size: 1rem;
  line-height: 1.7;
}

.solution-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.solution-benefit-card {
  min-height: 220px;
  padding: 26px;
  border: 1px solid #d7e1ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 37, 112, 0.06);
}

.solution-benefit-card > i {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 12px;
  background: #e8f1ff;
  color: #1262db;
}

.solution-benefit-card > i svg {
  width: 22px;
}

.solution-benefit-card h3 {
  margin: 0 0 10px;
  font-family: Sora, Inter, sans-serif;
  font-size: 1.18rem;
  letter-spacing: -0.02em;
}

.solution-benefit-card p {
  margin: 0;
  color: #5c6f91;
  font-size: 0.92rem;
  line-height: 1.6;
}

.solution-proof {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
  padding: clamp(70px, 8vw, 108px) clamp(24px, 7vw, 100px);
  background: #00133f;
  color: #fff;
}

.solution-proof-copy h2 {
  margin: 0 0 14px;
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  letter-spacing: -0.045em;
}

.solution-proof-copy > p:not(.eyebrow) {
  max-width: 550px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.solution-proof-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-proof-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.83);
  font-size: 0.91rem;
  line-height: 1.5;
}

.solution-proof-list svg {
  flex: 0 0 auto;
  width: 18px;
  margin-top: 2px;
  color: #71beff;
}

.solution-start {
  padding: clamp(70px, 8vw, 104px) clamp(24px, 7vw, 100px);
  background: #edf4ff;
}

.solution-start-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: stretch;
}

.solution-process-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-process-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px;
  border: 1px solid #d3dfef;
  border-radius: 15px;
  background: #fff;
}

.solution-process-list li > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  background: #1262db;
  color: #fff;
  font-family: Sora, Inter, sans-serif;
  font-weight: 850;
}

.solution-process-list strong {
  display: block;
  margin: 2px 0 6px;
  font-family: Sora, Inter, sans-serif;
  font-size: 1rem;
}

.solution-process-list p {
  margin: 0;
  color: #5c6f91;
  font-size: 0.88rem;
  line-height: 1.55;
}

.solution-included {
  padding: clamp(26px, 4vw, 40px);
  border-radius: 18px;
  background: #00133f;
  color: #fff;
  box-shadow: 0 24px 54px rgba(0, 30, 95, 0.16);
}

.solution-included h3 {
  margin: 0 0 24px;
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(1.45rem, 2.5vw, 2.05rem);
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.solution-included ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-included li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
}

.solution-included li svg {
  width: 18px;
  color: #71beff;
}

.solution-faq {
  padding: clamp(70px, 8vw, 104px) clamp(24px, 7vw, 100px) 12px;
  background: #fff;
}

.solution-faq-list {
  max-width: 930px;
  border-top: 1px solid #d8e2ef;
}

.solution-faq details {
  border-bottom: 1px solid #d8e2ef;
}

.solution-faq summary {
  display: flex;
  min-height: 68px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 4px;
  color: #071d4d;
  font-family: Sora, Inter, sans-serif;
  font-size: 0.98rem;
  font-weight: 780;
  list-style: none;
}

.solution-faq summary::-webkit-details-marker {
  display: none;
}

.solution-faq summary svg {
  width: 19px;
  flex: 0 0 auto;
  color: #1262db;
  transition: transform 180ms ease;
}

.solution-faq details[open] summary svg {
  transform: rotate(180deg);
}

.solution-faq details p {
  max-width: 760px;
  margin: -4px 0 20px;
  padding-right: 34px;
  color: #5c6f91;
  font-size: 0.92rem;
  line-height: 1.65;
}

.solution-page-cta {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  margin: clamp(52px, 7vw, 84px) clamp(24px, 7vw, 100px) clamp(64px, 8vw, 100px);
  padding: clamp(30px, 4vw, 52px);
  border-radius: 18px;
  background: #eaf2ff;
}

.solution-page-cta h2 {
  margin: 0 0 8px;
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  letter-spacing: -0.035em;
}

.solution-page-cta p {
  margin: 0;
  color: #5c6f91;
}

.solution-page-cta small {
  display: block;
  margin-top: 10px;
  color: #5c6f91;
  font-size: 0.78rem;
  line-height: 1.5;
}

.solution-contact-dock {
  position: fixed;
  z-index: 32;
  right: 22px;
  bottom: 20px;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border-radius: 999px;
  background: #0b9b50;
  color: #fff;
  box-shadow: 0 18px 44px rgba(0, 102, 55, 0.28);
  font-size: 0.84rem;
  font-weight: 900;
}

.solution-contact-dock:hover {
  background: #078544;
  transform: translateY(-1px);
}

.solution-contact-dock svg {
  width: 19px;
}

.solution-price {
  display: flex;
  gap: 18px;
  align-items: baseline;
  margin-top: 20px;
}

.solution-price strong {
  font-family: Sora, Inter, sans-serif;
  font-size: 1.75rem;
}

.solution-price span {
  color: #5c6f91;
  font-size: 0.88rem;
}

.solution-page-footer {
  padding: 26px 24px 36px;
  color: #5c6f91;
  text-align: center;
  font-size: 0.84rem;
}

.solution-page-footer a {
  color: #1262db;
  font-weight: 800;
}

.custom-solution .solution-hero {
  background: linear-gradient(135deg, #fff 0%, #eff5ff 100%);
}

.custom-solution-visual {
  display: grid;
  min-height: 390px;
  padding: 36px;
  place-items: center;
  border-radius: 20px;
  background:
    radial-gradient(circle at 78% 16%, rgba(52, 143, 255, 0.55), transparent 26%),
    #00133f;
  box-shadow: 0 28px 70px rgba(0, 35, 115, 0.18);
}

.custom-solution-visual-inner {
  display: grid;
  width: min(100%, 440px);
  gap: 14px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.custom-solution-visual-inner span {
  color: #8ccaff;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.custom-solution-visual-inner strong {
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.1;
}

.custom-solution-visual-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.custom-solution-visual-inner div {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.custom-solution-visual-inner small {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
}

.solution-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.solution-process article {
  padding: 26px;
  border: 1px solid #d7e1ef;
  border-radius: 16px;
  background: #fff;
}

.solution-process b {
  display: block;
  margin-bottom: 18px;
  color: #1262db;
  font-family: Sora, Inter, sans-serif;
  font-size: 1.4rem;
}

.solution-process h3 {
  margin: 0 0 8px;
  font-family: Sora, Inter, sans-serif;
  font-size: 1.12rem;
}

.solution-process p {
  margin: 0;
  color: #5c6f91;
  font-size: 0.92rem;
  line-height: 1.6;
}

@media (max-width: 1080px) {
  .solution-hero,
  .solution-proof {
    grid-template-columns: 1fr;
  }

  .solution-hero-copy {
    max-width: 800px;
  }

  .solution-hero-media,
  .custom-solution-visual {
    min-height: 330px;
  }

  .solution-hero-media img {
    min-height: 330px;
  }

  .solution-outcomes {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .solution-hero {
    gap: 34px;
    padding: 66px 18px 54px;
  }

  .solution-back {
    margin-bottom: 30px;
  }

  .solution-benefits {
    padding: 64px 18px;
  }

  .solution-benefit-grid,
  .solution-proof-list,
  .solution-process,
  .solution-start-grid {
    grid-template-columns: 1fr;
  }

  .solution-outcomes {
    padding: 0 18px 54px;
  }

  .solution-proof {
    gap: 32px;
    padding: 64px 18px;
  }

  .solution-page-cta {
    flex-direction: column;
    align-items: flex-start;
    margin: 46px 18px 68px;
    padding: 28px 22px;
  }

  .solution-page-cta .button {
    width: 100%;
  }

  .solution-start,
  .solution-faq {
    padding-right: 18px;
    padding-left: 18px;
  }

  .solution-quick-offer {
    width: 100%;
  }

  .solution-quick-offer em {
    width: 100%;
    text-align: center;
  }

  .solution-page-footer {
    padding-bottom: 92px;
  }

  .solution-contact-dock {
    right: 14px;
    bottom: 12px;
    left: 14px;
    min-height: 52px;
    border-radius: 11px;
  }

  .solution-hero-media img,
  .solution-hero-media,
  .custom-solution-visual {
    min-height: 230px;
  }
}

.solution-use-case {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  padding: 0 clamp(24px, 7vw, 100px) clamp(65px, 7vw, 95px);
  background: #fff;
}

.solution-use-case-screen {
  margin: 0;
  overflow: hidden;
  border: 1px solid #dbe6f6;
  border-radius: 18px;
  background: #edf4ff;
  box-shadow: 0 25px 65px rgba(0, 35, 115, 0.09);
}

.solution-use-case-screen img {
  width: 100%;
  min-height: 275px;
  object-fit: cover;
}

.solution-use-case-screen figcaption {
  padding: 11px 16px;
  color: #60708f;
  font-size: 0.76rem;
}

.solution-use-case-copy h2 {
  max-width: 500px;
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(2rem, 3.1vw, 3.3rem);
}

.solution-use-case-copy > p:not(.eyebrow) {
  color: #5c6f91;
}

.solution-use-case-copy .button {
  margin-top: 12px;
}

@media (max-width: 1080px) {
  .solution-use-case {
    grid-template-columns: 1fr;
  }

  .solution-use-case-copy {
    order: -1;
  }
}

@media (max-width: 720px) {
  .solution-use-case {
    padding: 0 18px 65px;
  }

  .solution-use-case-copy .button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
