:root {
  --bookifi-ink: #0d1f2d;
  --bookifi-ink-2: #183449;
  --bookifi-muted: #5d7081;
  --bookifi-line: #dce7ee;
  --bookifi-soft: #f4f8fb;
  --bookifi-white: #ffffff;
  --bookifi-green: #00a676;
  --bookifi-cyan: #27b8d8;
  --bookifi-coral: #f2675a;
  --bookifi-amber: #f6b44b;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body.growth-home {
  margin: 0;
  color: var(--bookifi-ink);
  background: var(--bookifi-white);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

.growth-home a {
  color: inherit;
}

.growth-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(13, 31, 45, .08);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
}

.growth-nav__inner,
.growth-section__inner,
.growth-footer__inner {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.growth-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 22px;
}

.growth-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.growth-brand img {
  width: 126px;
  height: auto;
  display: block;
}

.growth-nav__links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 18px;
  font-size: .94rem;
  font-weight: 700;
  color: var(--bookifi-ink-2);
}

.growth-nav__links a,
.growth-language a {
  text-decoration: none;
}

.growth-nav__links a:hover,
.growth-language a:hover {
  color: var(--bookifi-green);
}

.growth-nav__actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.growth-language {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .86rem;
  color: var(--bookifi-muted);
}

.growth-language img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.growth-btn,
.growth-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.growth-btn:hover,
.growth-text-link:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.growth-home .growth-btn--primary {
  color: var(--bookifi-white);
  background: var(--bookifi-green);
  box-shadow: 0 12px 26px rgba(0, 166, 118, .26);
}

.growth-home .growth-btn--primary:hover {
  color: var(--bookifi-white);
  background: #048f69;
}

.growth-home .growth-btn--dark {
  color: var(--bookifi-white);
  background: var(--bookifi-ink);
  box-shadow: 0 12px 28px rgba(13, 31, 45, .18);
}

.growth-home .growth-btn--dark:hover {
  color: var(--bookifi-white);
  background: #142f43;
}

.growth-home .growth-btn--light {
  color: var(--bookifi-ink);
  background: var(--bookifi-white);
  box-shadow: 0 10px 24px rgba(13, 31, 45, .18);
}

.growth-home .growth-btn--light:hover {
  color: var(--bookifi-ink);
}

.growth-home .growth-btn--outline {
  color: var(--bookifi-white);
  border: 1px solid rgba(255, 255, 255, .45);
  background: rgba(255, 255, 255, .12);
}

.growth-home .growth-btn--outline:hover {
  color: var(--bookifi-white);
  background: rgba(255, 255, 255, .18);
}

.growth-text-link {
  min-height: auto;
  padding: 0;
  color: var(--bookifi-green);
}

.growth-hero {
  position: relative;
  min-height: 560px;
  color: var(--bookifi-white);
  background-image:
    linear-gradient(90deg, rgba(9, 24, 36, .94) 0%, rgba(9, 24, 36, .80) 45%, rgba(9, 24, 36, .30) 100%),
    var(--hero-image);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.growth-hero__inner {
  width: min(1160px, calc(100% - 40px));
  min-height: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 0 28px;
}

.growth-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .92);
  font-size: .86rem;
  font-weight: 800;
}

.growth-hero h1 {
  max-width: 850px;
  margin: 0;
  color: var(--bookifi-white);
  font-size: 4.25rem;
  line-height: 1.03;
  font-weight: 900;
}

.growth-hero__lede {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 1.22rem;
}

.growth-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.growth-hero__proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 920px;
  margin-top: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .14);
}

.growth-hero-proof-band {
  padding: 18px 0;
  background: var(--bookifi-ink);
}

.growth-hero__proof span {
  min-height: 86px;
  padding: 16px;
  background: rgba(13, 31, 45, .28);
}

.growth-hero__proof strong,
.growth-hero__proof small {
  display: block;
}

.growth-hero__proof strong {
  color: var(--bookifi-white);
  font-size: 1rem;
}

.growth-hero__proof small {
  margin-top: 6px;
  color: rgba(255, 255, 255, .72);
}

.growth-section {
  padding: 88px 0;
}

.growth-section--soft {
  background: var(--bookifi-soft);
}

.growth-section--dark {
  color: var(--bookifi-white);
  background: var(--bookifi-ink);
}

.growth-section__kicker {
  margin: 0 0 12px;
  color: var(--bookifi-green);
  font-size: .85rem;
  font-weight: 900;
  text-transform: uppercase;
}

.growth-section h2 {
  max-width: 780px;
  margin: 0;
  color: inherit;
  font-size: 2.55rem;
  line-height: 1.12;
  font-weight: 900;
}

.growth-section__intro {
  max-width: 740px;
  margin: 18px 0 0;
  color: var(--bookifi-muted);
  font-size: 1.1rem;
}

.growth-section--dark .growth-section__intro,
.growth-section--dark .growth-section__kicker {
  color: rgba(255, 255, 255, .78);
}

.growth-proof-grid,
.growth-feature-grid,
.growth-sector-grid,
.growth-faq-grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.growth-proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.growth-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.growth-sector-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.growth-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.growth-proof,
.growth-feature,
.growth-sector,
.growth-faq {
  border: 1px solid var(--bookifi-line);
  border-radius: 8px;
  background: var(--bookifi-white);
}

.growth-proof,
.growth-sector,
.growth-faq {
  padding: 24px;
}

.growth-proof i,
.growth-sector i,
.growth-faq i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 8px;
  color: var(--bookifi-ink);
  background: #dff8ec;
}

.growth-proof:nth-child(2) i,
.growth-sector:nth-child(2) i,
.growth-faq:nth-child(2) i {
  background: #dcf5fb;
}

.growth-proof:nth-child(3) i,
.growth-sector:nth-child(3) i,
.growth-faq:nth-child(3) i {
  background: #fff0d5;
}

.growth-proof h3,
.growth-feature h3,
.growth-sector h3,
.growth-faq h3 {
  margin: 0;
  color: var(--bookifi-ink);
  font-size: 1.1rem;
  line-height: 1.25;
  font-weight: 900;
}

.growth-proof p,
.growth-feature p,
.growth-sector p,
.growth-faq p {
  margin: 12px 0 0;
  color: var(--bookifi-muted);
}

.growth-feature {
  overflow: hidden;
}

.growth-feature__media {
  height: 260px;
  background: #e7f1f5;
  overflow: hidden;
}

.growth-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.growth-feature__body {
  padding: 24px;
}

.growth-feature__tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 8px;
  color: #087453;
  background: #dff8ec;
  font-size: .8rem;
  font-weight: 900;
}

.growth-feature ul,
.growth-checks {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.growth-feature li,
.growth-checks li {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  color: var(--bookifi-ink-2);
}

.growth-feature li i,
.growth-checks li i {
  color: var(--bookifi-green);
  line-height: 1.5;
}

.growth-workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.growth-step {
  min-height: 168px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.growth-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--bookifi-ink);
  background: var(--bookifi-amber);
  font-weight: 900;
}

.growth-step h3 {
  margin: 0;
  color: var(--bookifi-white);
  font-size: 1rem;
  font-weight: 900;
}

.growth-step p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .72);
}

.growth-integration-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 38px;
  align-items: center;
  margin-top: 36px;
}

.growth-integration-panel {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.growth-integration-panel img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.growth-chip-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.growth-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 8px;
  color: rgba(255, 255, 255, .86);
  background: rgba(255, 255, 255, .08);
  font-weight: 800;
}

.growth-sector {
  min-height: 226px;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.growth-sector:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(13, 31, 45, .10);
  text-decoration: none;
}

.growth-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 34px;
}

.growth-compare__side {
  padding: 28px;
  border: 1px solid var(--bookifi-line);
  border-radius: 8px;
  background: var(--bookifi-white);
}

.growth-compare__side h3 {
  margin: 0;
  color: var(--bookifi-ink);
  font-size: 1.25rem;
  font-weight: 900;
}

.growth-compare__side p {
  margin: 14px 0 0;
  color: var(--bookifi-muted);
}

.growth-compare__side--win {
  border-color: rgba(0, 166, 118, .35);
  background: #f0fbf6;
}

.growth-quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.growth-quote {
  padding: 26px;
  border: 1px solid var(--bookifi-line);
  border-radius: 8px;
  background: var(--bookifi-white);
}

.growth-quote p {
  margin: 0;
  color: var(--bookifi-ink-2);
}

.growth-quote footer {
  margin-top: 18px;
  color: var(--bookifi-muted);
  font-weight: 800;
}

.growth-cta {
  padding: 72px 0;
  color: var(--bookifi-white);
  background:
    linear-gradient(90deg, rgba(13, 31, 45, .96), rgba(13, 31, 45, .72)),
    url("../img/theme/light/Portal-web.png") center/cover;
}

.growth-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.growth-cta h2 {
  margin: 0;
  color: var(--bookifi-white);
  font-size: 2.4rem;
  line-height: 1.14;
  font-weight: 900;
}

.growth-cta p {
  max-width: 700px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .82);
}

.growth-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.growth-footer {
  padding: 56px 0 30px;
  color: rgba(255, 255, 255, .82);
  background: #071722;
}

.growth-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 28px;
}

.growth-footer img {
  width: 130px;
  height: auto;
}

.growth-footer p {
  margin: 16px 0 0;
}

.growth-footer h3 {
  margin: 0 0 14px;
  color: var(--bookifi-white);
  font-size: .95rem;
  font-weight: 900;
}

.growth-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.growth-footer li {
  margin-top: 8px;
}

.growth-footer a {
  color: rgba(255, 255, 255, .82);
  text-decoration: none;
}

.growth-footer a:hover {
  color: var(--bookifi-white);
}

.growth-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: .9rem;
}

@media (max-width: 1040px) {
  .growth-nav__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .growth-nav__actions {
    width: 100%;
    justify-content: space-between;
  }

  .growth-hero,
  .growth-hero__inner {
    min-height: 560px;
  }

  .growth-hero h1 {
    font-size: 3.1rem;
  }

  .growth-sector-grid,
  .growth-workflow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .growth-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .growth-nav__inner,
  .growth-section__inner,
  .growth-footer__inner,
  .growth-hero__inner {
    width: min(100% - 28px, 1160px);
  }

  .growth-nav__links {
    justify-content: flex-start;
  }

  .growth-language {
    display: none;
  }

  .growth-nav__actions {
    flex-wrap: wrap;
  }

  .growth-hero {
    min-height: 0;
    background-position: 62% center;
  }

  .growth-hero__inner {
    min-height: 560px;
    padding: 64px 0 30px;
  }

  .growth-hero h1 {
    font-size: 2.3rem;
  }

  .growth-hero__lede {
    font-size: 1.03rem;
  }

  .growth-proof-grid,
  .growth-feature-grid,
  .growth-sector-grid,
  .growth-faq-grid,
  .growth-workflow,
  .growth-integration-grid,
  .growth-compare,
  .growth-quote-grid,
  .growth-cta__inner,
  .growth-footer__grid {
    grid-template-columns: 1fr;
  }

  .growth-hero__proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .growth-hero__proof {
    margin-top: 0;
  }

  .growth-section {
    padding: 62px 0;
  }

  .growth-section h2,
  .growth-cta h2 {
    font-size: 2rem;
  }

  .growth-feature__media {
    height: 210px;
  }

  .growth-cta__actions,
  .growth-footer__bottom {
    flex-direction: column;
  }

  .growth-btn {
    width: 100%;
  }
}
