:root {
  --ink: #f7f9ff;
  --muted: rgba(224, 234, 255, 0.66);
  --line: rgba(181, 215, 255, 0.18);
  --surface: #020817;
  --white: #ffffff;
  --blue: #1769ff;
  --cyan: #38d9ff;
  --violet: #8d5cff;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

body.solution-index-page,
body.solution-detail-page {
  color: var(--ink);
  background: #020817;
}

body.solution-index-page main,
body.solution-detail-page main {
  overflow: hidden;
}

body.solution-index-page ::selection,
body.solution-detail-page ::selection {
  color: #ffffff;
  background: #1769ff;
}

.solution-header {
  top: 0;
  width: min(1440px, calc(100% - 72px));
  height: 86px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(205, 224, 255, 0.12);
  border-radius: 0;
  background: rgba(2, 8, 23, 0.8);
  box-shadow: none;
}

.solution-header.is-scrolled {
  top: 8px;
  width: min(1320px, calc(100% - 28px));
  height: 70px;
  padding: 0 18px 0 24px;
  border: 1px solid rgba(185, 218, 255, 0.18);
  border-radius: 22px;
  background: rgba(2, 8, 23, 0.94);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.38);
}

.solution-brand {
  width: 178px;
}

.solution-brand img,
.footer-brand-row img {
  filter: brightness(0) invert(1);
}

.solution-navigation {
  gap: clamp(24px, 2.8vw, 44px);
}

.solution-navigation a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 750;
}

.header-consult {
  min-width: 126px;
  border-radius: 14px;
  border-color: rgba(111, 179, 255, 0.5);
  background: #1769ff;
  box-shadow: 0 12px 30px rgba(23, 105, 255, 0.22);
}

.header-consult:hover,
.header-consult:focus-visible {
  border-color: var(--cyan);
  background: #124ed0;
}

.menu-toggle {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.menu-toggle img {
  position: absolute;
  inset: 7px;
  display: block;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  object-fit: contain;
  transition: opacity 160ms cubic-bezier(0.2, 0, 0, 1), transform 160ms cubic-bezier(0.2, 0, 0, 1), filter 160ms cubic-bezier(0.2, 0, 0, 1);
}

.menu-toggle-close {
  opacity: 0;
  transform: scale(0.25);
  filter: blur(4px);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-open {
  opacity: 0;
  transform: scale(0.25);
  filter: blur(4px);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-close {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

.solution-hero {
  min-height: 820px;
  background: #020817;
  box-shadow: inset 0 -100px 120px rgba(0, 0, 0, 0.38);
}

.solution-hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(2, 8, 23, 0.42);
  content: "";
}

.solution-hero-media {
  opacity: 0.88;
  filter: saturate(1.08) contrast(1.03);
}

.solution-hero-overlay {
  z-index: 1;
  background-color: transparent;
  background-image: url('/img/home-flow/hero-aurora-bg.webp');
  background-position: center;
  background-size: cover;
  opacity: 0.18;
  mix-blend-mode: screen;
}

.solution-hero-copy {
  z-index: 2;
  width: min(1360px, calc(100% - 72px));
  padding-top: 174px;
}

.breadcrumbs {
  margin-bottom: 54px;
  color: rgba(224, 234, 255, 0.52);
}

.hero-package-number,
.section-kicker {
  color: #70a8ff;
  font-size: 12px;
  letter-spacing: 0.16em;
}

.hero-package-number::before,
.section-kicker::before {
  display: none;
}

.solution-hero h1 {
  max-width: 820px;
  margin-top: 24px;
  font-size: clamp(44px, 4.6vw, 68px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.06em;
}

.solution-hero h1 em {
  color: #38d9ff;
}

.solution-hero-copy > p {
  max-width: 700px;
  color: rgba(232, 239, 255, 0.72);
  font-size: 18px;
}

.button-primary,
.button-secondary {
  border-radius: 14px;
  transition: transform 180ms cubic-bezier(0.2, 0, 0, 1), border-color 180ms cubic-bezier(0.2, 0, 0, 1), background-color 180ms cubic-bezier(0.2, 0, 0, 1), box-shadow 180ms cubic-bezier(0.2, 0, 0, 1);
}

.button-primary {
  color: #ffffff;
  background: #1769ff;
  box-shadow: 0 14px 42px rgba(23, 105, 255, 0.32);
}

.button-secondary {
  border-color: rgba(194, 220, 255, 0.34);
  background: rgba(4, 13, 33, 0.7);
}

.button-primary:hover,
.button-primary:focus-visible,
.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--cyan);
  background-color: #124ed0;
  box-shadow: 0 18px 48px rgba(20, 100, 255, 0.34);
}

.hero-tags li {
  border-color: rgba(181, 215, 255, 0.24);
  color: rgba(232, 239, 255, 0.76);
  background: rgba(4, 13, 33, 0.72);
}

.package-proof {
  margin-top: -46px;
  border-color: rgba(181, 215, 255, 0.22);
  background: rgba(6, 17, 39, 0.94);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.package-proof div + div {
  border-left-color: rgba(181, 215, 255, 0.14);
}

.package-proof span {
  color: rgba(177, 199, 232, 0.52);
}

.package-proof strong {
  color: #f7f9ff;
}

.content-section,
.delivery-section {
  color: #f7f9ff;
}

.section-heading h2,
.delivery-copy h2 {
  color: #f7f9ff;
}

.section-heading p,
.delivery-copy p {
  color: var(--muted);
}

.audience-list article,
.problem-grid article,
.maintenance-list li,
.package-card,
.faq-list details,
.development-answer aside,
.development-related-grid > a {
  border-color: rgba(181, 215, 255, 0.18);
  color: #f7f9ff;
  background: rgba(8, 22, 48, 0.82);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.audience-list article > span,
.maintenance-list span {
  color: #70a8ff;
  background: rgba(23, 105, 255, 0.14);
}

.audience-list h3,
.problem-grid h3,
.package-card h3,
.faq-list summary {
  color: #f7f9ff;
}

.audience-list p,
.problem-grid p,
.maintenance-list li,
.package-card > p,
.package-card-meta,
.faq-list p {
  color: var(--muted);
}

.problem-grid strong,
.package-card > a,
.delivery-copy a,
.development-answer aside a,
.development-related-grid > a em {
  color: #70a8ff;
}

.feature-section,
.comparison-section,
.pricing-section,
.case-section {
  background: #050f24;
}

.feature-grid article,
.price-card,
.price-card.featured,
.case-card,
.development-case-grid article,
.delivery-grid article {
  border-color: rgba(181, 215, 255, 0.18);
  background: rgba(8, 22, 48, 0.82);
}

.feature-grid article:hover,
.package-card:hover,
.development-related-grid > a:hover {
  border-color: rgba(56, 217, 255, 0.56);
  background: rgba(12, 35, 72, 0.92);
  transform: translateY(-4px);
}

.price-card.featured,
.package-card.is-current {
  border-color: rgba(56, 217, 255, 0.64);
  box-shadow: 0 24px 66px rgba(23, 105, 255, 0.16);
}

.price-card a,
.price-card.featured a,
.submit-button {
  color: #ffffff;
  background: #1769ff;
}

.price-card a:hover,
.price-card a:focus-visible,
.submit-button:hover,
.submit-button:focus-visible {
  background: #124ed0;
}

.process-list::before {
  background: rgba(181, 215, 255, 0.18);
}

.process-list li::before {
  border-color: #020817;
  background: #1769ff;
  box-shadow: 0 0 0 1px rgba(112, 168, 255, 0.5), 0 0 22px rgba(23, 105, 255, 0.45);
}

.process-list p {
  color: var(--muted);
}

.package-mini-tags li {
  border: 1px solid rgba(112, 168, 255, 0.2);
  color: #9dc2ff;
  background: rgba(23, 105, 255, 0.12);
}

.package-card-top b {
  color: rgba(193, 211, 240, 0.52);
}

.package-card > a {
  border-top-color: rgba(181, 215, 255, 0.14);
}

.comparison-table-wrap {
  border-color: rgba(181, 215, 255, 0.2);
}

.comparison-table {
  background: rgba(6, 17, 39, 0.9);
}

.comparison-table th,
.comparison-table td {
  border-bottom-color: rgba(181, 215, 255, 0.1);
}

.comparison-table a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.delivery-grid article {
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
}

.solution-inquiry,
.development-intent-section {
  border: 1px solid rgba(181, 215, 255, 0.2);
  background-color: #061127;
  background-image: url('/img/home-flow/hero-aurora-bg.webp');
  background-position: center;
  background-size: cover;
  background-blend-mode: soft-light;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.solution-inquiry-form {
  border-color: rgba(181, 215, 255, 0.18);
  background: rgba(3, 12, 29, 0.8);
  backdrop-filter: blur(16px);
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  border-color: rgba(181, 215, 255, 0.2);
  background: rgba(2, 8, 23, 0.82);
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: #38d9ff;
  box-shadow: 0 0 0 3px rgba(56, 217, 255, 0.12);
}

.faq-list summary::after {
  width: 22px;
  height: 22px;
  background-image: url('/img/home-flow/icon-chevron-down.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transition: transform 180ms cubic-bezier(0.2, 0, 0, 1);
}

.faq-list details[open] summary::after {
  content: "";
  transform: translateY(-50%) rotate(180deg);
}

.faq-list details[open] summary {
  color: #70a8ff;
}

.inline-arrow-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  object-fit: contain;
  vertical-align: middle;
  filter: brightness(1.7) saturate(1.15);
}

.development-case-grid .case-copy strong,
.development-related-grid > a em,
.delivery-copy > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.development-answer-copy h2,
.development-related h2,
.development-answer aside strong,
.development-related-grid > a strong {
  color: #f7f9ff;
}

.development-answer-copy p,
.development-answer aside li,
.development-related-grid > a span {
  color: var(--muted);
}

.development-answer aside,
.development-related-grid > a {
  transition: transform 180ms cubic-bezier(0.2, 0, 0, 1), border-color 180ms cubic-bezier(0.2, 0, 0, 1), background-color 180ms cubic-bezier(0.2, 0, 0, 1);
}

.development-answer aside li::before,
.price-card li::before,
.inquiry-intro li::before {
  width: 15px;
  height: 15px;
  background-image: url('/img/home-flow/icon-publish.webp');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  content: "";
}

.maintenance-list span {
  overflow: hidden;
  color: transparent;
  background-image: url('/img/home-flow/icon-publish.webp');
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}

.case-image {
  background: #071429;
}

.case-image img {
  filter: saturate(0.96) contrast(1.02);
}

.solution-footer {
  border-top: 1px solid rgba(181, 215, 255, 0.12);
  background: #010611;
}

.footer-information a {
  text-decoration-color: rgba(112, 168, 255, 0.52);
}

@media (max-width: 900px) {
  .solution-header,
  .solution-header.is-scrolled {
    top: 0;
    width: 100%;
    height: 80px;
    padding: 0 20px;
    border: 0;
    border-bottom: 1px solid rgba(205, 224, 255, 0.12);
    border-radius: 0;
    background: rgba(2, 8, 23, 0.96);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
  }

  .solution-brand {
    width: 154px;
  }

  .solution-navigation {
    top: 80px;
    border-color: rgba(181, 215, 255, 0.18);
    background: rgba(2, 8, 23, 0.98);
  }

  .solution-hero {
    min-height: 740px;
  }

  .solution-hero-copy {
    width: min(100% - 40px, 720px);
    padding-top: 140px;
  }

  .package-proof div:nth-child(n + 3) {
    border-top-color: rgba(181, 215, 255, 0.14);
  }
}

@media (max-width: 640px) {
  .solution-hero,
  .solution-hero-copy {
    min-height: 720px;
  }

  .solution-hero-media {
    object-position: 62% center;
    opacity: 0.72;
  }

  .solution-hero::before {
    background: rgba(2, 8, 23, 0.56);
  }

  .solution-hero-overlay {
    opacity: 0.22;
  }

  .solution-hero-copy {
    width: calc(100% - 40px);
    padding: 110px 0 48px;
  }

  .breadcrumbs {
    margin-bottom: auto;
  }

  .solution-hero h1,
  .solution-index-hero h1 {
    font-size: clamp(32px, 9.2vw, 36px);
    line-height: 1.14;
  }

  .solution-hero-copy > p {
    font-size: 14px;
    line-height: 1.75;
  }

  .hero-actions {
    gap: 10px;
  }

  .button-primary,
  .button-secondary {
    min-height: 52px;
  }

  .package-proof {
    width: calc(100% - 24px);
    margin-top: -20px;
    border-radius: 20px;
  }

  .package-proof div {
    min-height: 92px;
  }

  .content-section,
  .feature-inner,
  .comparison-inner,
  .pricing-inner,
  .case-inner,
  .delivery-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section-heading h2,
  .development-answer-copy h2,
  .development-related h2,
  .delivery-copy h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .section-heading p,
  .development-answer-copy p,
  .delivery-copy p {
    font-size: 14px;
  }

  .audience-list article,
  .problem-grid article,
  .feature-grid article,
  .price-card,
  .package-card,
  .development-related-grid > a {
    border-radius: 20px;
  }

  .problem-grid article,
  .feature-grid article,
  .package-card {
    min-height: 0;
  }

  .package-card {
    padding: 26px;
  }

  .solution-inquiry {
    margin-bottom: 0;
    border-top: 1px solid rgba(181, 215, 255, 0.18);
    border-bottom: 1px solid rgba(181, 215, 255, 0.18);
  }

  .solution-inquiry-form {
    border-radius: 20px;
  }

  .footer-brand-row img {
    width: 168px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .menu-toggle img,
  .faq-list summary::after {
    transition: none;
  }
}
