:root {
  --inner-bg: #f2f8fc;
  --inner-surface: #ffffff;
  --inner-ink: #152355;
  --inner-muted: #4f5f84;
  --inner-line: rgba(31, 45, 104, 0.14);
  --inner-primary: #1f2d68;
  --inner-secondary: #7cb342;
  --inner-aqua: #00a7cf;
  --inner-warm: #f39b21;
  --inner-deep: #111f57;
  --inner-shadow-lg: 0 24px 44px rgba(17, 31, 87, 0.16);
  --inner-shadow-md: 0 14px 28px rgba(17, 31, 87, 0.12);
}

.modern-inner {
  background:
    radial-gradient(circle at 8% 14%, rgba(0, 167, 207, 0.14), transparent 33%),
    radial-gradient(circle at 92% 8%, rgba(124, 179, 66, 0.11), transparent 28%),
    linear-gradient(180deg, #edf6fb 0%, #f8fbff 100%);
  color: var(--inner-ink);
  font-family: "Manrope", "Segoe UI", sans-serif;
}

.modern-inner h1,
.modern-inner h2,
.modern-inner h3,
.modern-inner h4,
.modern-inner h5,
.modern-inner h6 {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  letter-spacing: -0.02em;
}

.inner-main {
  padding-top: 110px;
}

.inner-hero {
  padding: 34px 0 20px;
}

.inner-hero-box {
  background: linear-gradient(135deg, rgba(17, 31, 87, 0.96), rgba(31, 45, 104, 0.9));
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 34px;
  color: #fff;
  box-shadow: var(--inner-shadow-lg);
}

.inner-hero-box .eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 800;
  color: #8de3f7;
  margin-bottom: 12px;
}

.inner-hero-box h1 {
  color: #fff;
  margin-bottom: 10px;
  font-size: clamp(1.85rem, 3.8vw, 3rem);
}

.inner-hero-box p {
  color: rgba(230, 241, 255, 0.95);
  margin-bottom: 0;
  line-height: 1.7;
}

.section-pad {
  padding: 70px 0;
}

.section-head {
  margin-bottom: 28px;
}

.section-head span {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--inner-primary);
  display: inline-block;
  margin-bottom: 9px;
}

.section-head h2 {
  margin-bottom: 0;
  color: var(--inner-ink);
  font-size: clamp(1.55rem, 2.5vw, 2.5rem);
}

.about-story-wrap {
  background: var(--inner-surface);
  border: 1px solid var(--inner-line);
  border-radius: 22px;
  box-shadow: var(--inner-shadow-md);
  overflow: hidden;
}

.about-story-copy {
  padding: 30px;
}

.about-story-copy p {
  color: var(--inner-muted);
  line-height: 1.75;
}

.about-story-image {
  height: 100%;
  min-height: 340px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-story-image img.about-story-logo {
  width: 78%;
  height: auto;
  max-height: 280px;
  object-fit: contain;
  margin: 28px auto;
  display: block;
}

.story-chip {
  position: static;
  margin: 0 auto 24px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(8, 26, 63, 0.86);
  color: #f2f7ff;
  font-size: 0.85rem;
  text-align: center;
  max-width: 82%;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.info-card {
  background: var(--inner-surface);
  border: 1px solid var(--inner-line);
  border-radius: 18px;
  box-shadow: var(--inner-shadow-md);
  padding: 24px;
  height: 100%;
}

.info-card .icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background: linear-gradient(130deg, rgba(0, 167, 207, 0.16), rgba(124, 179, 66, 0.16));
  color: var(--inner-primary);
  font-size: 1.4rem;
}

.info-card h3 {
  font-size: 1.26rem;
  margin-bottom: 8px;
}

.info-card p {
  margin-bottom: 0;
  color: var(--inner-muted);
  line-height: 1.7;
}

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

.value-pill {
  border-radius: 14px;
  border: 1px solid var(--inner-line);
  background: rgba(255, 255, 255, 0.9);
  padding: 16px 14px;
  text-align: center;
  color: #314260;
  font-weight: 700;
}

.value-pill i {
  display: block;
  color: var(--inner-primary);
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.profile-download {
  margin-top: 24px;
}

.profile-download a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  padding: 14px 22px;
  background: linear-gradient(90deg, var(--inner-primary), var(--inner-aqua));
  box-shadow: 0 14px 24px rgba(0, 167, 207, 0.28);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.product-extended {
  background: var(--inner-surface);
  border: 1px solid var(--inner-line);
  border-radius: 20px;
  box-shadow: var(--inner-shadow-md);
  padding: 24px;
  height: 100%;
}

.product-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.product-top .badge-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
}

.badge-emergency {
  background: linear-gradient(120deg, #ef8f1f, #f3c15b);
}

.badge-salary {
  background: linear-gradient(120deg, #1f2d68, #00a7cf);
}

.badge-personal {
  background: linear-gradient(120deg, #6ba83a, #97cb4f);
}

.badge-business {
  background: linear-gradient(120deg, #00a7cf, #1f2d68);
}

.product-top h3 {
  margin: 0;
  font-size: 1.2rem;
}

.product-specs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-specs li {
  color: var(--inner-muted);
  margin-bottom: 7px;
  line-height: 1.55;
}

.product-specs li strong {
  color: #2e3f5f;
}

.requirements-wrap {
  margin-top: 16px;
  border-radius: 18px;
  border: 1px solid var(--inner-line);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--inner-shadow-md);
  padding: 24px;
}

.requirements-wrap h3 {
  margin-bottom: 10px;
}

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

.requirements-list li {
  position: relative;
  padding-left: 22px;
  color: #2f4060;
}

.requirements-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(120deg, var(--inner-primary), var(--inner-secondary));
}

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

.process-step {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 14px;
}

.process-step .step-no {
  color: #fce39e;
  letter-spacing: 0.08em;
  font-weight: 800;
  display: block;
  margin-bottom: 8px;
}

.process-step h4 {
  color: #fff;
  margin-bottom: 7px;
  font-size: 1.1rem;
}

.process-step p {
  color: rgba(233, 243, 255, 0.95);
  margin: 0;
  line-height: 1.6;
}

.process-section {
  margin-top: 28px;
  border-radius: 24px;
  background: linear-gradient(165deg, #111f57 0%, #1f2d68 100%);
  padding: 28px;
  box-shadow: var(--inner-shadow-lg);
}

.process-section .section-head h2,
.process-section .section-head span {
  color: #fff;
}

.inner-cta {
  margin-top: 24px;
  border-radius: 18px;
  border: 1px solid var(--inner-line);
  background: linear-gradient(120deg, rgba(31, 45, 104, 0.94), rgba(0, 167, 207, 0.88));
  box-shadow: var(--inner-shadow-md);
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.inner-cta h3 {
  color: #fff;
  margin-bottom: 6px;
}

.inner-cta p {
  color: rgba(241, 248, 255, 0.95);
  margin: 0;
}

.inner-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 20px;
  text-decoration: none;
  font-weight: 800;
  color: #0c2555;
  background: #fff;
}

@media (max-width: 1199px) {
  .value-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .inner-main {
    padding-top: 96px;
  }

  .section-pad {
    padding: 56px 0;
  }

  .about-story-copy,
  .inner-hero-box,
  .info-card,
  .product-extended,
  .requirements-wrap,
  .process-section,
  .inner-cta {
    padding: 20px;
  }

  .about-story-image {
    min-height: 240px;
  }

  .products-grid,
  .info-grid,
  .requirements-list {
    grid-template-columns: 1fr;
  }

  .inner-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .inner-main {
    padding-top: 86px;
  }

  .inner-hero {
    padding-top: 22px;
  }

  .inner-hero-box {
    border-radius: 18px;
  }

  .value-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }
}
