* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  overflow-anchor: none;
}
h1,
h2,
h3,
h4,
.section-h2,
.sol-hero h1,
.page-hero h1,
.panel-title,
.demo-cta h2,
.sol-card-title,
.featured-article h3,
.step-card h4,
.feature-card h4 {
  font-family: "Sora", "Century Gothic", "Gill Sans MT", sans-serif;
}
.page {
  display: none;
}
.page.active {
  display: block !important;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.nav-links {
  display: flex;
  gap: 4px;
}
.nav-link:hover {
  color: white;
  background: rgba(255, 255, 255, 0.07);
}
.dropdown-item {
  display: block;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s;
}
.dropdown-item:hover {
  background: rgba(255, 255, 255, 0.08);
  color: white;
}
.nav-cta {
  background: #3a9fd6;
  color: white;
  padding: 9px 20px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
}
.sol-hero {
  background: #152840;
  color: white;
  padding: 96px 64px 88px;
  position: relative;
  overflow: hidden;
}
.hero-noise {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 128px;
}
.sol-hero-inner {
  position: relative;
  z-index: 1;
}
.sol-hero h1 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}
.sol-hero h1 em {
  color: #3a9fd6;
  font-style: normal;
}
.sol-hero p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  max-width: 560px;
  line-height: 1.75;
  margin-bottom: 32px;
}
.sol-hero-stats {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.sol-hero-stat {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 16px 22px;
  text-align: center;
}
.sol-hero-stat .n {
  font-size: 28px;
  font-weight: 800;
  color: #f0a500;
}
.sol-hero-stat .l {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-top: 4px;
}
.eyebrow-light {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #7dd3f8;
  font-weight: 700;
  margin-bottom: 10px;
}
.btn-primary {
  background: #3a9fd6;
  color: white;
  padding: 13px 26px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  border: none;
  cursor: pointer;
}
.btn-gold {
  background: #f0a500;
  color: white;
  padding: 13px 26px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  border: none;
  cursor: pointer;
}
.btn-outline {
  background: transparent;
  color: white;
  padding: 13px 26px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #0f1e2e;
  border-bottom: 3px solid #3a9fd6;
}
.stat-box {
  padding: 28px 14px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  color: white;
}
.stat-box:last-child {
  border-right: none;
}
.stat-num {
  font-size: 30px;
  font-weight: 800;
  color: #f0a500;
  letter-spacing: -0.5px;
}
.stat-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-top: 6px;
  line-height: 1.5;
}
.logos-section {
  padding: 24px 0;
  background: #f4f8fb;
  border-bottom: 1px solid #dce8f0;
  overflow: hidden;
}
.logos-eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #7a9ab5;
  margin-bottom: 16px;
  text-align: center;
}
.logos-track-wrapper {
  overflow: hidden;
}
.logos-track {
  display: flex;
  gap: 14px;
  width: max-content;
  align-items: center;
  animation: scroll-logos 130s linear infinite;
}
@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.cis-ticker-wrapper {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
}
.cis-ticker {
  display: flex;
  gap: 14px;
  width: max-content;
  align-items: center;
  animation: scroll-logos 80s linear infinite;
}
.cis-ticker:hover {
  animation-play-state: paused;
}
.cis-ticker .logo-chip {
  height: 60px;
  padding: 0 30px;
}
.cis-ticker .logo-chip img {
  height: 34px;
  max-width: 150px;
}
.logo-chip img {
  height: 28px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  display: block;
}
.product-strip {
  display: flex;
  background: #0f1e2e;
}
.product-pill {
  flex: 1;
  text-align: center;
  padding: 18px 6px;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transition: all 0.2s;
}
.product-pill:last-child {
  border-right: none;
}
.product-pill:hover:not(.active) {
  color: rgba(255, 255, 255, 0.75);
}
.product-panel {
  display: none;
  background: #0f1e2e;
  color: white;
  padding: 56px 64px;
  position: relative;
  overflow: hidden;
}
.product-panel.active {
  display: block;
}
.product-panel::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(58, 159, 214, 0.12) 0%,
    transparent 70%
  );
}
.panel-eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #7dd3f8;
  font-weight: 700;
  margin-bottom: 10px;
}
.panel-title {
  color: white;
  font-size: 30px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.3px;
}
.panel-body {
  color: rgba(255, 255, 255, 0.65);
  max-width: 540px;
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
.proof-grid {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}
.proof-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 16px 18px;
}
.proof-card .pnum {
  font-size: 24px;
  font-weight: 800;
  color: #3a9fd6;
}
.proof-card .plab {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
  line-height: 1.4;
}
.panel-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.feature-tag {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
}
.quotes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 24px;
}
.quote-card {
  background: white;
  border-radius: 10px;
  padding: 28px 28px 28px 32px;
  border: 1px solid #dce8f0;
  border-left: 4px solid #3a9fd6;
  transition: box-shadow 0.2s,
    transform 0.2s;
}
.quote-card:hover {
  box-shadow: 0 8px 32px rgba(30, 111, 168, 0.1);
  transform: translateY(-2px);
}
.quote-text {
  font-size: 13px;
  color: #2a4a62;
  line-height: 1.75;
  font-style: italic;
}
.quote-attr {
  font-size: 11px;
  font-weight: 700;
  color: #0f1e2e;
}
.quote-org {
  font-weight: 400;
  color: #7a9ab5;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.news-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid #dce8f0;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  transition: box-shadow 0.2s,
    transform 0.2s;
}
.news-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.news-card-body {
  padding: 18px;
}
.news-headline {
  font-size: 13px;
  color: #0f1e2e;
  line-height: 1.5;
  font-weight: 600;
}
.news-tag {
  display: inline-block;
  background: #e8f4fb;
  color: #1e6fa8;
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 4px;
  margin-top: 10px;
  font-weight: 600;
}
.demo-cta {
  background: #0f1e2e;
  color: white;
  padding: 80px 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.demo-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 70% 100% at 50% 50%,
    rgba(58, 159, 214, 0.1) 0%,
    transparent 70%
  );
}
.demo-cta h2 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
  letter-spacing: -0.3px;
}
.demo-cta p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 15px;
  margin-bottom: 28px;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}
.footer-links {
  display: flex;
  gap: 20px;
}
.footer-links a {
  color: #3a5a75;
  text-decoration: none;
  cursor: pointer;
}
.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}
.page-hero {
  background: #0f1e2e;
  color: white;
  padding: 72px 64px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 60% 100% at 80% 0%,
    rgba(58, 159, 214, 0.15) 0%,
    transparent 60%
  );
}
.page-hero h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
  letter-spacing: -0.3px;
}
.page-hero h1 em {
  color: #3a9fd6;
  font-style: normal;
}
.page-hero p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 580px;
  line-height: 1.75;
  position: relative;
  z-index: 1;
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.four-col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.feature-card {
  background: white;
  border: 1px solid #dce8f0;
  border-radius: 12px;
  padding: 28px;
  transition: all 0.2s;
  border-left: 4px solid transparent;
}
.feature-card:hover {
  border-left-color: #3a9fd6;
  box-shadow: 0 6px 24px rgba(30, 111, 168, 0.08);
  transform: translateY(-2px);
}
.feature-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: #0f1e2e;
  margin-bottom: 10px;
}
.feature-card p {
  font-size: 13px;
  color: #4a6175;
  line-height: 1.65;
}
.benefit-list {
  list-style: none;
  margin-top: 16px;
}
.benefit-list li {
  font-size: 13px;
  color: #4a6175;
  padding: 8px 0 8px 22px;
  position: relative;
  border-bottom: 1px solid #f0f4f8;
  line-height: 1.55;
}
.benefit-list li:last-child {
  border-bottom: none;
}
.benefit-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #3a9fd6;
  font-size: 11px;
  top: 10px;
}
.dark-band {
  background: #0f1e2e;
  color: white;
  padding: 64px;
  position: relative;
  overflow: hidden;
}
.dark-band .eyebrow {
  color: #7dd3f8;
}
.dark-band p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.8;
}
.step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
  position: relative;
  z-index: 1;
}
.step-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 26px;
}
.step-num {
  font-size: 30px;
  font-weight: 800;
  color: #3a9fd6;
  margin-bottom: 10px;
}
.step-card h4 {
  font-size: 14px;
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
}
.step-card p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
}
.mockup-card {
  background: white;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.mock-header {
  background: #f4f8fb;
  border-bottom: 1px solid #e2eaf2;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.mock-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.mock-dot.red {
  background: #ff5f57;
}
.mock-dot.amber {
  background: #febc2e;
}
.mock-dot.green {
  background: #28c840;
}
.mock-balance {
  font-size: 34px;
  font-weight: 900;
  color: #0f1e2e;
  line-height: 1;
  margin-bottom: 4px;
}
.mock-bar-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #4a6175;
  margin-bottom: 7px;
}
.mock-bar-row span:first-child {
  width: 70px;
  flex-shrink: 0;
}
.mock-bar-row span:last-child {
  width: 36px;
  text-align: right;
  flex-shrink: 0;
  font-weight: 600;
}
.mock-bar {
  flex: 1;
  height: 6px;
  background: #e8edf2;
  border-radius: 3px;
  overflow: hidden;
}
.mock-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #1e6fa8, #3a9fd6);
  border-radius: 3px;
}
.pay-ch {
  display: flex;
  align-items: center;
  background: #f4f8fb;
  border: 1px solid #dce8f0;
  border-radius: 7px;
  padding: 9px 12px;
  font-size: 11px;
  font-weight: 600;
  color: #2a4a62;
  transition: all 0.3s;
}
.active-ch {
  background: #e8f4fb;
  border-color: #1e6fa8;
  color: #1e6fa8;
}
.u-bar {
  flex: 1;
  background: #dce8f0;
  border-radius: 2px 2px 0 0;
}
.active-bar {
  background: linear-gradient(180deg, #3a9fd6, #1e6fa8);
}
.assist-step {
  font-size: 11px;
  padding: 8px 12px;
  border-radius: 7px;
  background: #f4f8fb;
  border: 1px solid #dce8f0;
  color: #4a6175;
}
.done {
  background: #dcfce7;
  border-color: #86efac;
  color: #166534;
}
.active-step {
  background: #fff8ec;
  border-color: #f0a500;
  color: #b87800;
  font-weight: 600;
}
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}
.sol-card {
  border: 1px solid #dce8f0;
  border-radius: 14px;
  padding: 28px;
  cursor: pointer;
  transition: all 0.25s;
  border-left: 4px solid transparent;
}
.sol-card:hover {
  border-left-color: #3a9fd6;
  box-shadow: 0 8px 32px rgba(30, 111, 168, 0.1);
  transform: translateY(-3px);
}
.sol-card.featured {
  grid-column: span 3;
  background: #0f1e2e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 4px solid #3a9fd6;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 44px;
  align-items: center;
  padding: 36px 40px;
}
.featured-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.fstat {
  background: rgba(58, 159, 214, 0.12);
  border-radius: 10px;
  padding: 20px 12px;
  text-align: center;
}
.fstat .n {
  font-size: 24px;
  font-weight: 800;
  color: #7dd3f8;
}
.fstat .l {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 5px;
  line-height: 1.4;
}
.sol-card-tag {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #1e6fa8;
  margin-bottom: 8px;
}
.sol-card.featured .sol-card-tag {
  color: #7dd3f8;
}
.sol-card-title {
  font-size: 18px;
  font-weight: 800;
  color: #0f1e2e;
  margin-bottom: 10px;
}
.sol-card.featured .sol-card-title {
  color: white;
}
.sol-card-desc {
  font-size: 13px;
  color: #4a6175;
  line-height: 1.65;
}
.sol-card.featured .sol-card-desc {
  color: rgba(255, 255, 255, 0.65);
}
.sol-bullets {
  list-style: none;
  margin-top: 12px;
}
.sol-bullets li {
  font-size: 12px;
  color: #4a6175;
  padding: 4px 0 4px 16px;
  position: relative;
}
.sol-bullets li::before {
  content: "\2192";
  position: absolute;
  left: 0;
  color: #3a9fd6;
  font-size: 10px;
  top: 6px;
}
.sol-card.featured .sol-bullets li {
  color: rgba(255, 255, 255, 0.6);
}
.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
}
.article-card {
  background: white;
  border: 1px solid #dce8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s;
}
.article-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.article-body {
  padding: 18px;
}
.article-date {
  font-size: 10px;
  color: #7a9ab5;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 7px;
}
.article-title {
  font-size: 13px;
  font-weight: 700;
  color: #0f1e2e;
  line-height: 1.45;
  margin-bottom: 8px;
}
.article-excerpt {
  font-size: 12px;
  color: #4a6175;
  line-height: 1.6;
}
.article-tag {
  display: inline-block;
  background: #e8f4fb;
  color: #1e6fa8;
  font-size: 10px;
  padding: 3px 9px;
  border-radius: 4px;
  margin-top: 12px;
  font-weight: 600;
}
.featured-article {
  background: #0f1e2e;
  color: white;
  border-radius: 12px;
  padding: 36px;
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
}
.featured-article::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(58, 159, 214, 0.15) 0%,
    transparent 70%
  );
}
.featured-article .article-date {
  color: #7dd3f8;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.featured-article h3 {
  font-size: 22px;
  font-weight: 800;
  margin: 10px 0 14px;
}
.featured-article p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 28px;
}
.team-card {
  background: white;
  border-radius: 12px;
  border: 1px solid #dce8f0;
  text-align: center;
  padding: 24px 16px;
  transition: all 0.2s;
}
.team-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
  transform: translateY(-2px);
}
.team-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f1e2e, #1e6fa8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  color: white;
  margin: 0 auto 14px;
  overflow: hidden;
}
.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.team-name {
  font-size: 13px;
  font-weight: 700;
  color: #0f1e2e;
}
.team-title {
  font-size: 11px;
  color: #7a9ab5;
  margin-top: 4px;
}
.partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.partner-chip {
  background: white;
  border: 1px solid #dce8f0;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #2a4a62;
}
.stat-num,
.mock-balance,
.proof-card .pnum,
.sol-hero-stat .n,
.step-num {
  font-variant-numeric: tabular-nums;
}
.nav-link {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s,
    background 0.2s;
  white-space: nowrap;
}
.caret {
  font-size: 8px;
  opacity: 0.5;
  transition: transform 0.2s ease;
}
.nav-item:hover .caret {
  transform: rotate(180deg);
}
.nav-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 64px;
}
.dropdown::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 10px;
}
.nav-item:hover .dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
}
/* Buttons: hover lift + glow + arrow nudge */
.btn-primary,
.btn-gold,
.btn-outline,
.nav-cta {
  transition: transform 0.16s ease,
    box-shadow 0.22s ease,
    background 0.2s ease,
    filter 0.2s ease,
    border-color 0.2s ease;
}
.btn-outline:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.55);
  transform: translateY(-1px);
}
.nav-cta:hover {
  filter: brightness(1.08);
  box-shadow: 0 6px 18px rgba(58, 159, 214, 0.42);
  transform: translateY(-1px);
}
/* Softer resting shadows on cards */
.feature-card,
.news-card,
.article-card,
.team-card,
.quote-card,
.partner-chip {
  box-shadow: 0 1px 2px rgba(15, 30, 46, 0.04),
    0 2px 8px rgba(15, 30, 46, 0.03);
}
.sol-card:not(.featured) {
  box-shadow: 0 1px 2px rgba(15, 30, 46, 0.04),
    0 2px 8px rgba(15, 30, 46, 0.03);
}
.partner-chip {
  transition: transform 0.18s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.partner-chip:hover {
  transform: translateY(-2px);
  border-color: #bcd5e6;
  box-shadow: 0 6px 18px rgba(30, 111, 168, 0.1);
}
.logo-slot-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 18px;
  max-width: 820px;
}
.logo-plate {
  background: white;
  border: 1px solid #dce8f0;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(15, 30, 46, 0.04),
    0 2px 8px rgba(15, 30, 46, 0.03);
  transition: transform 0.18s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.logo-plate:hover {
  transform: translateY(-2px);
  border-color: #bcd5e6;
  box-shadow: 0 6px 18px rgba(30, 111, 168, 0.1);
}
.logo-plate image-slot {
  width: 100%;
  height: 88px;
  display: block;
  padding: 16px;
}
.logo-chip:hover {
  border-color: #9cc4dd;
  color: #1e6fa8;
}
/* Icon chips — replace bare emoji with branded line icons */
.feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    rgba(58, 159, 214, 0.14),
    rgba(58, 159, 214, 0.05)
  );
  border: 1px solid rgba(58, 159, 214, 0.14);
  margin-bottom: 18px;
  font-size: 0;
}
.feature-icon svg {
  width: 25px;
  height: 25px;
  color: #1e6fa8;
}
.feature-card:hover .feature-icon {
  background: linear-gradient(
    135deg,
    rgba(58, 159, 214, 0.22),
    rgba(58, 159, 214, 0.08)
  );
}
.sol-card-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    rgba(58, 159, 214, 0.14),
    rgba(58, 159, 214, 0.05)
  );
  border: 1px solid rgba(58, 159, 214, 0.14);
  margin-bottom: 16px;
  font-size: 0;
}
.sol-card-icon svg {
  width: 27px;
  height: 27px;
  color: #1e6fa8;
}
.product-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  margin-bottom: 7px;
}
.product-icon svg {
  width: 22px;
  height: 22px;
  color: currentColor;
}
/* Branded chevron thumbnail for article/news image tiles */
.article-img {
  height: 100px;
  background: linear-gradient(135deg, #0f1e2e, #1e6fa8);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 0 !important;
}
.article-img.wp-icon::after {
  display: none !important;
}
.article-img.wp-icon::before {
  display: none !important;
}
.article-img.wp-icon {
  font-size: 0 !important;
  background: linear-gradient(135deg, #0f1e2e, #1e6fa8);
}
.article-img.wp-icon svg {
  position: relative;
  z-index: 1;
}
.article-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 72% 22%,
    rgba(255, 255, 255, 0.07),
    transparent 58%
  );
}
.article-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 52px;
  opacity: 0.95;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='40' viewBox='0 0 60 40'%3E%3Cpath d='M5 5 L21 20 L5 35' fill='none' stroke='%237dd3f8' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35 5 L19 20 L35 35' fill='none' stroke='%23f0a500' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
/* Scroll reveal (safe: only hides once JS adds the class) */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.reveal.in {
  opacity: 1;
  transform: none;
}
@media print {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
/* ===== Billie AI ===== */
.skill-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
}
.skill-card {
  background: white;
  border: 1px solid #dce8f0;
  border-radius: 14px;
  padding: 24px;
  border-top: 3px solid #3a9fd6;
  transition: all 0.25s;
}
.skill-card:hover {
  box-shadow: 0 10px 32px rgba(30, 111, 168, 0.12);
  transform: translateY(-3px);
}
.skill-card h4 {
  font-size: 15px;
  font-weight: 800;
  color: #0f1e2e;
  margin: 14px 0 8px;
}
.skill-card p {
  font-size: 13px;
  color: #4a6175;
  line-height: 1.6;
}
.skill-status {
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 10px;
  border-radius: 20px;
  margin-top: 14px;
}
.skill-ico,
.train-ico {
  width: 50px;
  height: 50px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    rgba(58, 159, 214, 0.14),
    rgba(58, 159, 214, 0.05)
  );
  border: 1px solid rgba(58, 159, 214, 0.14);
}
.skill-ico svg,
.train-ico svg {
  width: 25px;
  height: 25px;
  color: #1e6fa8;
}
.train-ico {
  margin-bottom: 18px;
}
.bil-thread {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.bil-bubble {
  max-width: 84%;
  font-size: 11.5px;
  line-height: 1.5;
  padding: 9px 12px;
  border-radius: 14px;
}
.bil-row.them .bil-bubble {
  background: #eef2f6;
  color: #1f2d3a;
  border-bottom-left-radius: 4px;
}
.bil-row.me .bil-bubble {
  background: #1e6fa8;
  color: white;
  border-bottom-right-radius: 4px;
}
.bil-meta {
  font-size: 9px;
  color: #93a7b8;
  text-align: center;
  margin: 2px 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
}
.bil-row {
  display: flex;
  opacity: 0;
  transform: translateY(8px) scale(0.96);
  animation: bilPop 0.32s cubic-bezier(0.18, 0.9, 0.3, 1.3) forwards;
}
.bil-row.them {
  transform-origin: left bottom;
}
.bil-row.me {
  justify-content: flex-end;
  transform-origin: right bottom;
}
@keyframes bilPop {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.bil-typing .bil-bubble {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 11px 13px;
}
.bil-typing .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9fb3c4;
  animation: bilDot 1.2s infinite ease-in-out;
}
.bil-typing .dot:nth-child(2) {
  animation-delay: 0.18s;
}
.bil-typing .dot:nth-child(3) {
  animation-delay: 0.36s;
}
@keyframes bilDot {
  0%,
  60%,
  100% {
    transform: translateY(0);
    opacity: 0.45;
  }
  30% {
    transform: translateY(-4px);
    opacity: 1;
  }
}
.sec-band {
  background: #0f1e2e;
  color: white;
  padding: 72px 64px;
  position: relative;
  overflow: hidden;
}
.sec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 28px;
  position: relative;
  z-index: 1;
}
.sec-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  padding: 22px;
}
.sec-card h4 {
  font-size: 14px;
  font-weight: 800;
  color: white;
  margin-bottom: 12px;
}
.sec-card ul {
  list-style: none;
}
.sec-card li {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.5;
  padding: 5px 0 5px 18px;
  position: relative;
}
.sec-card li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #7dd3f8;
  font-weight: 700;
}
@media (max-width: 880px) {
  .sol-card.featured {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .logo-slot-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .skill-grid {
    grid-template-columns: 1fr;
  }
  .sec-grid {
    grid-template-columns: 1fr 1fr;
  }
}
/* ======================= V2 CRAFT ENHANCEMENTS ======================= */
body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background: var(--eg-base);
  color: var(--eg-text);
}
/* ---- Section backgrounds ---- */
.white-section {
  padding: 64px;
  background: var(--eg-base);
}
.gray-section {
  padding: 64px;
  background: var(--eg-base-2);
}
.section-divider {
  height: 1px;
  margin: 0 64px;
  background: var(--eg-line);
}
.tab-bar {
  display: flex;
  border-bottom: 2px solid #dce8f0;
  padding: 0 64px;
  background: var(--eg-base);
  border-bottom-color: var(--eg-line-2);
}
.tab {
  padding: 16px 22px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  white-space: nowrap;
  color: var(--eg-text-3);
  transition: color 0.2s;
}
.tab:hover {
  color: var(--eg-text-2);
}
.tab.active {
  color: var(--eg-glow);
  border-bottom-color: var(--eg-glow);
}
.solution-banner {
  padding: 14px 64px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  background: #0a1626;
  color: var(--eg-text-2);
  border-bottom: 1px solid var(--eg-line);
}
/* ---- Headings & body text ---- */
.section-h2 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 6px;
  letter-spacing: -0.3px;
  color: var(--eg-text);
}
.section-h2::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 2px;
  margin-top: 12px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, var(--eg-glow), transparent);
  box-shadow: 0 0 14px rgba(92, 198, 255, 0.5);
}
.eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--eg-glow);
}
.page-hero h1 em,
.sol-hero h1 em,
.panel-title em {
  color: var(--eg-glow);
}
/* ---- Generic light cards -> glass ---- */
.feature-card,
.news-card,
.article-card,
.team-card,
.quote-card,
.partner-chip,
.skill-card,
.sol-card:not(.featured) {
  background: var(--eg-surface);
  border-color: var(--eg-line);
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4),
    0 10px 30px rgba(0, 0, 0, 0.28) !important;
}
.feature-card h4,
.sol-card-title,
.news-headline,
.article-title,
.team-name,
.skill-card h4,
.quote-attr {
  color: var(--eg-text);
}
.feature-card p,
.article-excerpt,
.quote-text,
.sol-card-desc,
.skill-card p,
.partner-chip {
  color: var(--eg-text-2);
}
.benefit-list li,
.sol-bullets li {
  color: var(--eg-text-2);
  border-bottom-color: var(--eg-line);
}
.team-title,
.article-date,
.quote-org {
  color: var(--eg-text-3);
}
.quote-card {
  border-left-color: var(--eg-glow);
}
/* hover glow */
.feature-card:hover,
.news-card:hover,
.article-card:hover,
.team-card:hover,
.quote-card:hover,
.skill-card:hover,
.sol-card:not(.featured):hover,
.partner-chip:hover {
  border-color: rgba(92, 198, 255, 0.45) !important;
  box-shadow: 0 0 0 1px rgba(92, 198, 255, 0.18),
    0 16px 40px rgba(0, 0, 0, 0.45),
    0 0 30px rgba(92, 198, 255, 0.12) !important;
}
.feature-card:hover {
  border-left-color: var(--eg-glow);
}
/* tags & pills */
.article-tag,
.news-tag {
  background: rgba(92, 198, 255, 0.12);
  color: var(--eg-glow);
}
.news-source {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--eg-glow);
}
.skill-status.live {
  background: rgba(54, 200, 120, 0.15);
  color: #5fe0a0;
}
.skill-status.soon {
  background: rgba(255, 255, 255, 0.08);
  color: var(--eg-text-3);
}
.skill-card {
  border-top-color: var(--eg-glow);
}
.skill-card.soon {
  border-top-color: rgba(255, 255, 255, 0.14);
}
/* callout */
.callout-box {
  border-left: 4px solid #3a9fd6;
  border-radius: 0 8px 8px 0;
  padding: 18px 22px;
  font-size: 14px;
  line-height: 1.7;
  margin: 24px 0 0;
  background: rgba(92, 198, 255, 0.07);
  border-left-color: var(--eg-glow);
  color: var(--eg-text-2);
}
/* feature/sol icon chips */
.feature-icon,
.sol-card-icon,
.skill-ico,
.train-ico {
  background: linear-gradient(
    135deg,
    rgba(92, 198, 255, 0.2),
    rgba(92, 198, 255, 0.05)
  );
  border-color: rgba(92, 198, 255, 0.22);
}
.feature-icon svg,
.sol-card-icon svg,
.skill-ico svg,
.train-ico svg {
  color: var(--eg-glow);
}
/* dark surfaces already dark — deepen + glow accent */
.product-strip,
.product-panel,
.demo-cta,
.page-hero,
.dark-band,
.sec-band,
.stats-strip,
.featured-article,
.sol-card.featured {
  background: var(--eg-base-2);
}
.product-panel,
.dark-band,
.sec-band,
.demo-cta,
.page-hero {
  background: var(--eg-base-2);
}
.stats-strip {
  border-bottom-color: var(--eg-glow);
  box-shadow: 0 0 30px rgba(92, 198, 255, 0.08);
}
.proof-card .pnum,
.step-num,
.panel-eyebrow,
.eyebrow-light,
.dark-band .eyebrow,
.featured-article .article-date {
  color: var(--eg-glow);
}
.product-pill.active {
  border-bottom: 3px solid #3a9fd6;
  color: var(--eg-glow);
  border-bottom-color: var(--eg-glow);
  background: rgba(92, 198, 255, 0.08);
}
/* Sticky nav: depth + smooth dropdowns */
/* nav */
.nav {
  padding: 0 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  position: sticky;
  top: 0;
  z-index: 200;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05),
    0 10px 30px rgba(0, 0, 0, 0.22);
  background: rgba(7, 13, 21, 0.82);
  backdrop-filter: blur(14px) saturate(140%);
  border-bottom-color: var(--eg-line);
}
.dropdown {
  position: absolute;
  left: 0;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  min-width: 180px;
  padding: 8px;
  z-index: 300;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: block;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.16s ease,
    visibility 0.16s ease;
  background: #0c1828;
  border-color: var(--eg-line-2);
}
.nav-cta {
  background: linear-gradient(135deg, var(--eg-brand), #1466b0);
  box-shadow: 0 0 0 1px rgba(92, 198, 255, 0.2);
}
/* animated underline on nav links */
.nav-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 16px;
  height: 2px;
  background: var(--eg-glow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
  border-radius: 2px;
  opacity: 0.9;
}
.nav-link:hover::after {
  transform: scaleX(1);
}
/* buttons — glow lift */
.btn-primary {
  background: linear-gradient(135deg, var(--eg-brand), #1466b0);
}
.btn-primary:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(92, 198, 255, 0.4);
}
.btn-gold:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(240, 165, 0, 0.35);
}
.text-link {
  background: none;
  border: none;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 20px;
  transition: gap 0.16s ease,
    color 0.16s ease;
  color: var(--eg-glow);
}
.text-link:hover {
  gap: 9px;
  color: #9fe0ff;
}
/* footer deepen */
.footer {
  color: #3a5a75;
  padding: 32px 64px;
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  background: #04080e;
  border-top: 1px solid var(--eg-line);
}
/* ---- Energy Grid canvas motif ---- */
.eg-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.sol-hero,
.page-hero,
.demo-cta,
.dark-band,
.sec-band,
.product-panel {
  position: relative;
}
.sol-hero .sol-hero-inner,
.page-hero h1,
.page-hero p,
.demo-cta > *:not(.eg-canvas),
.product-panel > *:not(.eg-canvas) {
  position: relative;
  z-index: 1;
}
/* keep existing hero mesh subtle above canvas */
.hero-mesh {
  position: absolute;
  inset: 0;
  background: radial-gradient(
      ellipse 60% 80% at 80% 20%,
      rgba(80, 170, 220, 0.2) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 40% 60% at 10% 80%,
      rgba(40, 130, 180, 0.16) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 30% 40% at 50% 50%,
      rgba(240, 175, 30, 0.07) 0%,
      transparent 60%
    );
  opacity: 0.5;
  z-index: 0;
}
/* glass refinement on hero stat tiles / fstats */
.sol-hero-stat,
.fstat,
.proof-card,
.step-card,
.sec-card {
  background: rgba(255, 255, 255, 0.045);
  border-color: var(--eg-line);
  backdrop-filter: blur(8px);
}
/* magnetic / kinetic micro-interaction baseline */
.btn-primary,
.btn-gold,
.btn-outline,
.nav-cta,
.sol-card,
.feature-card,
.news-card,
.article-card,
.team-card,
.quote-card,
.skill-card,
.partner-chip {
  will-change: transform;
}
/* keep intentionally-light surfaces light: logos + device screens */
.logo-chip {
  border: 1px solid #e2ebf2;
  border-radius: 8px;
  height: 52px;
  padding: 0 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 1px 2px rgba(15, 30, 46, 0.04);
  transition: border-color 0.2s ease,
    color 0.2s ease;
  background: #fff;
}
/* (phone mockup + .mockup-card keep their own inline/white styling) */
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .mockup-card {
    animation: none !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
  .eg-canvas {
    opacity: 0.6;
  }
}
/* ---- Readability: lift dark inline body text onto the dark theme ---- */
[style*="color:#4a6175"],
[style*="color: #4a6175"],
[style*="color:#2a4a62"],
[style*="color: #2a4a62"],
[style*="color:#4A6175"],
[style*="color:#2A4A62"] {
  color: #b3c3d2 !important;
}
/* but keep the intentionally-light device mockups dark-on-light */
.mockup-card [style*="color:#4a6175"],
.phone-screen [style*="color:#4a6175"],
.mockup-card [style*="color: #4a6175"],
.phone-screen [style*="color: #4a6175"],
.mockup-card [style*="color:#2a4a62"],
.phone-screen [style*="color:#2a4a62"] {
  color: #4a6175 !important;
}
/* ============================================================
   ENERGY GRID — dark, high-contrast theme (V3)
   Re-skins the finalized markup. Brand blues retained,
   raised to a luminous cyan accent on deep navy surfaces.
   ============================================================ */
/* slightly brighter dim tokens overall */
:root {
  --eg-base: #070d15;
  --eg-base-2: #0a1320;
  --eg-surface: #0e1d2e;
  --eg-surface-2: #12263c;
  --eg-line: rgba(255, 255, 255, 0.09);
  --eg-line-2: rgba(255, 255, 255, 0.14);
  --eg-brand: #3a9fd6;
  --eg-glow: #5cc6ff;
  --eg-gold: #f0a500;
  --eg-text: #e8eef4;
  --eg-text-3: rgba(232, 238, 244, 0.42);
  --eg-text-2: rgba(232, 238, 244, 0.74);
}
.feature-card p,
.article-excerpt,
.quote-text,
.sol-card-desc,
.skill-card p,
.benefit-list li,
.sol-bullets li {
  color: #c2d0dd;
}
.product-panel .panel-body,
.dark-band p,
.sec-card li {
  color: rgba(232, 238, 244, 0.74);
}
/* PDF viewer modal */
.pdf-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(8, 15, 24, 0.78);
  backdrop-filter: blur(4px);
  padding: 32px;
}
.pdf-modal.open {
  display: flex;
  flex-direction: column;
}
.pdf-modal-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 14px;
}
.pdf-modal-title {
  color: white;
  font-size: 16px;
  font-weight: 700;
  font-family: "Sora", "Century Gothic", sans-serif;
  letter-spacing: -0.2px;
}
.pdf-modal-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pdf-download-btn {
  background: #f0a500;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: background 0.2s;
}
.pdf-download-btn:hover {
  background: #d99500;
}
.pdf-close-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.pdf-close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.pdf-frame-wrap {
  flex: 1;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}
.pdf-frame-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
@keyframes pdfspin {
  to {
    transform: rotate(360deg);
  }
}
/* ============================================================
   RESPONSIVE — mobile & tablet
   ============================================================ */
html,
body {
  overflow-x: hidden;
  max-width: 100%;
}
/* Touch polish: no gray tap flash, no 300ms delay on iOS/Android */
.nav-link,
.dropdown-item,
.nav-logo,
.nav-cta,
.nav-hamburger,
.product-pill,
.tab,
.btn-primary,
.btn-gold,
.btn-outline,
.text-link,
.news-card,
.sol-card,
.footer-links a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
/* Drawer-only CTA hidden on desktop */
.nav-cta-drawer {
  display: none;
}
/* Hamburger button (hidden on desktop) */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 9px;
  flex-shrink: 0;
}
.nav-hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background: #e8eef4;
  border-radius: 2px;
  transition: transform 0.25s ease,
    opacity 0.2s ease;
}
.nav.open .nav-hamburger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav.open .nav-hamburger span:nth-child(2) {
  opacity: 0;
}
.nav.open .nav-hamburger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
/* ---------- Tablet ---------- */
@media (max-width: 1024px) {
  .nav {
    padding: 0 28px;
  }
  .white-section,
  .gray-section,
  .dark-band,
  .sec-band {
    padding: 48px 32px;
  }
  .sol-hero {
    padding: 64px 32px 56px;
  }
  .page-hero {
    padding: 56px 32px;
  }
  .product-panel {
    padding: 44px 32px;
  }
  .demo-cta {
    padding: 60px 32px;
  }
  .section-divider {
    margin: 0 32px;
  }
  .tab-bar {
    padding: 0 32px;
  }
  .footer {
    padding: 28px 32px;
  }
  .four-col,
  .team-grid,
  .partners-grid,
  .sec-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .three-col,
  .news-grid,
  .articles-grid,
  .skill-grid,
  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ---------- Mobile nav (drawer) ---------- */
@media (max-width: 860px) {
  .nav {
    padding: 0 18px;
    height: 60px;
  }
  .nav-hamburger {
    display: flex;
  }
  .nav-links {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: #0c1828;
    border-bottom: 1px solid var(--eg-line-2);
    padding: 10px 14px 18px;
    max-height: calc(100dvh - 60px);
    overflow-y: auto;
    z-index: 199;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.22s ease,
      transform 0.22s ease,
      visibility 0.22s;
  }
  .nav.open .nav-links {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .nav-item {
    display: block;
    height: auto;
    border-bottom: 1px solid var(--eg-line);
    padding: 4px 0;
  }
  .nav-item:last-child {
    border-bottom: none;
  }
  .nav-link {
    height: auto;
    padding: 13px 10px;
    font-size: 13px;
    color: #e8eef4;
  }
  .nav-link .caret {
    display: none;
  }
  .nav-link::after {
    display: none !important;
  }
  .dropdown {
    position: static;
    display: block;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    background: transparent;
    border: none;
    padding: 0 0 6px 10px;
    min-width: 0;
  }
  .dropdown::before {
    display: none;
  }
  .dropdown-item {
    padding: 9px 12px;
    font-size: 12.5px;
  }
  /* Hide the in-bar CTA on mobile so it can't overlap the logo; show it in the drawer instead */
  .nav > .nav-cta {
    display: none;
  }
  .nav-cta-drawer {
    display: block;
    width: 100%;
    margin: 12px 0 2px;
    padding: 14px 16px;
    font-size: 12px;
    text-align: center;
  }
}
/* ---------- Phone ---------- */
@media (max-width: 600px) {
  .white-section,
  .gray-section,
  .dark-band,
  .sec-band {
    padding: 40px 18px;
  }
  .sol-hero {
    padding: 44px 18px 40px;
  }
  .page-hero {
    padding: 44px 18px;
  }
  .product-panel {
    padding: 36px 18px;
  }
  .demo-cta {
    padding: 48px 18px;
  }
  .solution-banner {
    padding: 12px 18px;
    font-size: 12.5px;
  }
  .section-divider {
    margin: 0 18px;
  }
  .footer {
    padding: 24px 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .footer-links {
    flex-wrap: wrap;
    gap: 14px;
  }
  /* Typography */
  .sol-hero h1 {
    font-size: 30px;
  }
  .sol-hero p {
    font-size: 15px;
  }
  .page-hero h1 {
    font-size: 27px;
  }
  .panel-title {
    font-size: 23px;
  }
  .demo-cta h2 {
    font-size: 26px;
  }
  .section-h2 {
    font-size: 22px;
  }
  .featured-article h3 {
    font-size: 19px;
  }
  .featured-article {
    padding: 26px 22px;
  }
  /* Collapse all multi-column grids to single column */
  .two-col,
  .three-col,
  .four-col,
  .news-grid,
  .articles-grid,
  .team-grid,
  .partners-grid,
  .skill-grid,
  .solutions-grid,
  .sec-grid,
  .quotes-grid,
  .step-grid,
  .featured-stats {
    grid-template-columns: 1fr !important;
  }
  .featured-stats {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .sol-card.featured {
    grid-column: auto;
  }
  /* Inline grids -> single column (hero, product panels, intro, contact, events) */
  .sol-hero-inner > div[style*="grid-template-columns"],
  .product-panel > div[style*="grid-template-columns"],
  div[style*="grid-template-columns:1fr 1fr"],
  div[style*="grid-template-columns:1fr 280px"],
  div[style*="grid-template-columns:1fr 340px"],
  div[style*="grid-template-columns:repeat(3,1fr)"] {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
  /* 4-up strips -> 2-up */
  .stats-strip,
  .proof-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .stat-box {
    padding: 20px 10px;
  }
  .stat-num {
    font-size: 24px;
  }
  /* Product pills stay in a row but tighten */
  .product-strip {
    flex-wrap: wrap;
  }
  .product-pill {
    flex: 1 1 50%;
    padding: 14px 4px;
    font-size: 9px;
  }
  /* Tabs scroll horizontally */
  .tab-bar {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
  }
  .tab-bar::-webkit-scrollbar {
    display: none;
  }
  .tab {
    flex-shrink: 0;
    padding: 14px 16px;
  }
  /* Hero phone mockup: center under text */
  .sol-hero-inner > div[style*="grid-template-columns"] > div:last-child {
    justify-self: center;
  }
  /* Logo plate grid */
  .logo-slot-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* PDF modal */
  .pdf-modal {
    padding: 14px;
  }
  .pdf-modal-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .pdf-modal-actions {
    justify-content: space-between;
  }
  /* Hero CTA buttons full width */
  .sol-hero-inner .btn-outline,
  .sol-hero-inner .btn-gold {
    flex: 1 1 100%;
    text-align: center;
  }
}
@media (max-width: 380px) {
  .stats-strip,
  .proof-grid {
    grid-template-columns: 1fr !important;
  }
  .sol-hero h1 {
    font-size: 26px;
  }
}
/* ===== Extracted inline styles ===== */
.is-1 {
  height: 30px;
  width: auto;
  display: block;
}
.is-2 {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 48px;
  align-items: center;
}
.is-3 {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.is-4 {
  position: relative;
  z-index: 2;
  animation: float 4s ease-in-out infinite;
}
.is-5 {
  width: 220px;
  background: #1a1a2e;
  border-radius: 36px;
  padding: 10px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  margin: 0 auto;
}
.is-6 {
  width: 60px;
  height: 16px;
  background: #1a1a2e;
  border-radius: 0 0 12px 12px;
  margin: 0 auto 0;
  position: relative;
  z-index: 2;
}
.is-7 {
  background: #f4f8fb;
  border-radius: 26px;
  overflow: hidden;
  min-height: 380px;
}
.is-8 {
  background: #0f1e2e;
  padding: 10px 16px 12px;
}
.is-9 {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.is-10 {
  font-size: 13px;
  font-weight: 700;
  color: white;
}
.is-11 {
  margin: 12px 12px 8px;
  background: linear-gradient(135deg, #1e6fa8, #3a9fd6);
  border-radius: 14px;
  padding: 14px;
}
.is-12 {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 4px;
}
.is-13 {
  font-size: 28px;
  font-weight: 800;
  color: white;
  line-height: 1;
}
.is-14 {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 4px;
}
.is-15 {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  height: 5px;
  margin-top: 10px;
  overflow: hidden;
}
.is-16 {
  background: white;
  height: 100%;
  border-radius: 4px;
  width: 38%;
  transition: width 1s ease;
}
.is-17 {
  margin: 0 12px 8px;
  background: #fff8ec;
  border: 1px solid #f0a500;
  border-radius: 10px;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.is-18 {
  font-size: 16px;
}
.is-19 {
  font-size: 10px;
  font-weight: 700;
  color: #b87800;
}
.is-20 {
  font-size: 9px;
  color: #9a6600;
  margin-top: 1px;
}
.is-21 {
  margin: 0 12px 8px;
  background: white;
  border-radius: 10px;
  padding: 10px 12px;
  border: 1px solid #dce8f0;
}
.is-22 {
  font-size: 9px;
  color: #7a9ab5;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
  font-weight: 600;
}
.is-23 {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 28px;
  margin-bottom: 4px;
}
.is-24 {
  flex: 1;
  background: #dce8f0;
  border-radius: 2px 2px 0 0;
  height: 50%;
}
.is-25 {
  flex: 1;
  background: #dce8f0;
  border-radius: 2px 2px 0 0;
  height: 70%;
}
.is-26 {
  flex: 1;
  background: #dce8f0;
  border-radius: 2px 2px 0 0;
  height: 45%;
}
.is-27 {
  flex: 1;
  background: #dce8f0;
  border-radius: 2px 2px 0 0;
  height: 80%;
}
.is-28 {
  flex: 1;
  background: #dce8f0;
  border-radius: 2px 2px 0 0;
  height: 60%;
}
.is-29 {
  flex: 1;
  background: #dce8f0;
  border-radius: 2px 2px 0 0;
  height: 75%;
}
.is-30 {
  flex: 1;
  background: linear-gradient(180deg, #3a9fd6, #1e6fa8);
  border-radius: 2px 2px 0 0;
  height: 100%;
}
.is-31 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.is-32 {
  font-size: 9px;
  color: #7a9ab5;
}
.is-33 {
  font-size: 11px;
  font-weight: 700;
  color: #0f1e2e;
}
.is-34 {
  margin: 0 12px 12px;
}
.is-35 {
  background: #1e6fa8;
  border-radius: 10px;
  padding: 11px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.is-36 {
  font-size: 12px;
  font-weight: 700;
  color: white;
}
.is-37 {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 20px;
  background: rgba(58, 159, 214, 0.3);
  border-radius: 50%;
  filter: blur(12px);
}
.is-38 {
  grid-template-columns: repeat(4, 1fr);
}
.is-39 {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.is-40 {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid #f0a500;
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  position: relative;
  z-index: 1;
}
.is-41 {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #f0a500;
  font-weight: 700;
  margin-bottom: 5px;
}
.is-42 {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.is-43 {
  margin-top: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid #3a9fd6;
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  position: relative;
  z-index: 1;
}
.is-44 {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #7dd3f8;
  font-weight: 700;
  margin-bottom: 5px;
}
.is-45 {
  font-size: 10px;
  color: #7a9ab5;
  margin-left: 8px;
  font-weight: 600;
}
.is-46 {
  padding: 18px;
}
.is-47 {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7a9ab5;
  margin-bottom: 4px;
}
.is-48 {
  font-size: 11px;
  color: #4a6175;
  margin-bottom: 16px;
}
.is-49 {
  width: 72%;
}
.is-50 {
  width: 65%;
}
.is-51 {
  width: 80%;
}
.is-52 {
  margin-top: 16px;
  background: #fff8ec;
  border: 1px solid #f0a500;
  border-radius: 7px;
  padding: 9px 12px;
  font-size: 11px;
  color: #b87800;
  font-weight: 600;
}
.is-53 {
  margin-top: 12px;
  width: 100%;
  background: #1e6fa8;
  color: white;
  border: none;
  border-radius: 7px;
  padding: 10px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.is-54 {
  font-size: 18px;
  line-height: 1.2;
}
.is-55 {
  margin-top: 16px;
}
.is-56 {
  background: white;
  color: #0f1e2e;
  border: none;
  padding: 11px 22px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.is-57 {
  font-size: 11px;
  font-weight: 600;
  color: #0f1e2e;
  margin-bottom: 12px;
}
.is-58 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.is-59 {
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
}
.is-60 {
  margin-left: auto;
  font-size: 10px;
  color: #4a6175;
}
.is-61 {
  margin-top: 14px;
  background: #f4f8fb;
  border-radius: 7px;
  padding: 10px;
  font-size: 11px;
  color: #4a6175;
  text-align: center;
  border: 1px solid #dce8f0;
}
.is-62 {
  color: #0f1e2e;
}
.is-63 {
  margin-top: 20px;
}
.is-64 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 10px;
}
.is-65 {
  background: #f4f8fb;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #dce8f0;
}
.is-66 {
  font-size: 9px;
  color: #7a9ab5;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 600;
}
.is-67 {
  font-size: 16px;
  font-weight: 800;
  color: #c0392b;
  margin-top: 2px;
}
.is-68 {
  font-size: 16px;
  font-weight: 800;
  color: #0f1e2e;
  margin-top: 2px;
}
.is-69 {
  font-size: 16px;
  font-weight: 800;
  color: #1e6fa8;
  margin-top: 2px;
}
.is-70 {
  font-size: 16px;
  font-weight: 800;
  color: #0e7a45;
  margin-top: 2px;
}
.is-71 {
  font-size: 10px;
  font-weight: 400;
  color: #7a9ab5;
}
.is-72 {
  font-size: 10px;
  color: #4a6175;
  background: #f4f8fb;
  border-radius: 6px;
  padding: 8px;
  border: 1px solid #dce8f0;
  text-align: center;
}
.is-73 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}
.is-74 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e6fa8, #3a9fd6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: white;
  flex-shrink: 0;
}
.is-75 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0e7a45, #1aaa60);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: white;
  flex-shrink: 0;
}
.is-76 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6a3080, #9a50c0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: white;
  flex-shrink: 0;
}
.is-77 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b87800, #f0a500);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: white;
  flex-shrink: 0;
}
.is-78 {
  font-size: 14px;
  color: #4a6175;
  max-width: 600px;
  margin-bottom: 32px;
  line-height: 1.75;
}
.is-79 {
  margin-bottom: 28px;
}
.is-80 {
  font-size: 14px;
  padding: 15px 36px;
  position: relative;
  z-index: 1;
}
.is-81 {
  color: rgb(91, 114, 134);
}
.is-82 {
  color: rgb(92, 114, 134);
}
.is-83 {
  font-size: 14px;
  color: #4a6175;
  line-height: 1.8;
}
.is-84 {
  margin-top: 12px;
}
.is-85 {
  margin-bottom: 14px;
}
.is-86 {
  color: #fff;
}
.is-87 {
  margin-top: 8px;
}
.is-88 {
  margin-top: 14px;
}
.is-89 {
  font-size: 14px;
  line-height: 1.8;
}
.is-90 {
  padding: 16px 16px 18px;
}
.is-91 {
  min-height: 268px;
  justify-content: flex-end;
}
.is-92 {
  font-size: 14px;
  color: #4a6175;
  max-width: 640px;
  margin-bottom: 8px;
  line-height: 1.75;
}
.is-93 {
  position: relative;
  z-index: 1;
}
.is-94 {
  color: white;
}
.is-95 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.62);
  max-width: 620px;
  line-height: 1.75;
}
.is-96 {
  background: white;
  padding: 0;
}
.is-97 {
  padding: 64px;
  background: white;
  border-bottom: 1px solid #dce8f0;
}
.is-98 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.is-99 {
  font-size: 14px;
  color: rgb(20, 97, 159);
  line-height: 1.8;
  margin-top: 10px;
}
.is-100 {
  padding: 64px;
  background: #f4f8fb;
}
.is-101 {
  color: rgb(20, 97, 158);
}
.is-102 {
  text-decoration: none;
  display: block;
}
.is-103 {
  padding: 64px;
  background: white;
  border-top: 1px solid #dce8f0;
}
.is-104 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 8px;
}
.is-105 {
  border: 1px solid #dce8f0;
  border-radius: 12px;
  padding: 28px;
  border-top: 4px solid #1e6fa8;
}
.is-106 {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1e6fa8;
  font-weight: 700;
  margin-bottom: 8px;
}
.is-107 {
  font-size: 15px;
  font-weight: 800;
  color: #0f1e2e;
  margin-bottom: 6px;
}
.is-108 {
  font-size: 12px;
  color: #7a9ab5;
}
.is-109 {
  border: 1px solid #dce8f0;
  border-radius: 12px;
  padding: 28px;
  border-top: 4px solid #f0a500;
}
.is-110 {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f0a500;
  font-weight: 700;
  margin-bottom: 8px;
}
.is-111 {
  font-size: 12px;
  color: #7a9ab5;
  margin-bottom: 10px;
}
.is-112 {
  font-size: 11px;
  font-weight: 700;
  color: #f0a500;
}
.is-113 {
  padding: 64px;
  background: white;
}
.is-114 {
  font-size: 14px;
  color: #4a6175;
  max-width: 680px;
  line-height: 1.75;
  margin-bottom: 40px;
}
.is-115 {
  margin-bottom: 36px;
}
.is-116 {
  margin-bottom: 16px;
}
.is-117 {
  animation-duration: 56s;
}
.is-118 {
  margin-top: 48px;
  background: #f4f8fb;
  border-radius: 12px;
  padding: 28px;
  border-left: 4px solid #3a9fd6;
  max-width: 540px;
}
.is-119 {
  font-size: 14px;
  font-weight: 700;
  color: #0f1e2e;
  margin-bottom: 8px;
}
.is-120 {
  font-size: 13px;
  color: #4a6175;
  line-height: 1.65;
  margin-bottom: 16px;
}
.is-122 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 8px;
}
.is-123 {
  margin-bottom: 32px;
}
.is-124 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0f1e2e;
  margin-bottom: 10px;
}
.is-125 {
  font-size: 14px;
  color: rgb(9, 19, 32);
  line-height: 1.9;
}
.is-126 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0f1e2e;
  margin-bottom: 12px;
}
.is-127 {
  display: flex;
  gap: 10px;
}
.is-128 {
  background: #f4f8fb;
  border: 1px solid #dce8f0;
  border-radius: 7px;
  padding: 9px 16px;
  font-size: 12px;
  font-weight: 700;
  color: #0f1e2e;
  text-decoration: none;
}
.is-129 {
  background: #f4f8fb;
  border-radius: 14px;
  padding: 36px;
}
.is-130 {
  font-size: 14px;
  font-weight: 700;
  color: #0f1e2e;
  margin-bottom: 22px;
}
.is-131 {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: rgb(9, 19, 32);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 6px;
}
.is-132 {
  background: white;
  border: 1px solid #dce8f0;
  border-radius: 7px;
  padding: 11px 16px;
  font-size: 13px;
  color: #aaa;
}
.is-133 {
  margin-bottom: 22px;
}
.is-134 {
  background: white;
  border: 1px solid #dce8f0;
  border-radius: 7px;
  padding: 11px 16px;
  font-size: 13px;
  color: #aaa;
  height: 90px;
}
.is-135 {
  width: 100%;
  padding: 13px;
}
.is-136 {
  display: block;
  text-decoration: none;
}
.is-137 {
  cursor: pointer;
}
.is-138 {
  display: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  color: #4a6175;
  font-size: 14px;
  font-family: "Sora", sans-serif;
}
.is-139 {
  width: 34px;
  height: 34px;
  border: 3px solid #dce8f0;
  border-top-color: #1e6fa8;
  border-radius: 50%;
  animation: pdfspin 0.8s linear infinite;
}
