:root {
  --ink: #08090f;
  --muted: #5e6372;
  --line: #e5e7ee;
  --soft: #f7f8fb;
  --blue: #0011eb;
  --green: #20a36b;
  --paper: #ffffff;
  --text-black: var(--ink);
  --text-charcoal: #303442;
  --border-grey: var(--line);
  --font-ibm-plex-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --line-height-lg: 1.55;
  --fluid-14-16: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
  --fluid-18-24: clamp(1.125rem, 1.018rem + 0.54vw, 1.5rem);
  --fluid-21-40: clamp(1.3125rem, 0.973rem + 1.7vw, 2.5rem);
  --fluid-24-48: clamp(1.5rem, 1.071rem + 2.14vw, 3rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--blue);
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(229, 231, 238, 0.78);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}

.nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 72px;
  gap: 24px;
}

.nav-brand {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.nav-brand img {
  width: 34px;
  height: 34px;
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.nav-actions {
  justify-content: flex-end;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: var(--ink);
  color: white;
  font-weight: 700;
}

.button:hover {
  color: white;
  background: var(--blue);
  border-color: var(--blue);
}

.button.secondary {
  background: white;
  color: var(--ink);
}

.button.secondary:hover {
  color: var(--blue);
  border-color: var(--blue);
}

.hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 75% 24%, rgba(32, 163, 107, 0.13), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
}

.hero-inner {
  max-width: 920px;
  padding: 72px 0;
}

.badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(48px, 8vw, 92px);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero p {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.section {
  padding: 92px 0;
}

.text-center {
  text-align: center;
}

.customBGHeroSection {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  overflow: hidden;
  background: white;
}

.banner-home {
  position: relative;
  height: clamp(7.25rem, 0.3929rem + 34.2857vw, 55.25rem);
}

.animated-left-lines,
.animated-right-lines {
  z-index: 2;
  height: clamp(7.25rem, 0.3929rem + 34.2857vw, 55.25rem);
  width: 100%;
  display: flex;
  min-height: clamp(190px, 36vw, 620px);
  align-items: center;
}

.animated-left-lines-div,
.animated-right-lines-div {
  display: flex;
  align-items: center;
}

.animated-chip {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}

.animated-chip-div {
  position: relative;
  z-index: 900;
  display: flex;
  width: clamp(5.3125rem, 1.3401rem + 18.6937vw, 31.25rem);
  height: auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.animated-chip-div svg {
  width: 100%;
  height: auto;
}

.center-logo path {
  fill: url("#shineGradient");
}

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

.section-header {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-header.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-header p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
}

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

.feature-card,
.step-card,
.blog-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.feature-card {
  min-height: 260px;
  padding: 24px;
}

.feature-card img {
  height: 92px;
  margin-bottom: 22px;
}

.feature-card h3,
.step-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}

.feature-card p,
.step-card p,
.step-card li {
  color: var(--muted);
}

.ql-step {
  position: relative;
  max-width: 384px;
  margin-bottom: 3.5rem;
}

.ql-step-left {
  margin-left: 0;
}

.ql-step-right {
  margin-left: 220px;
}

.ql-step-wide {
  width: 560px;
}

.ql-tab {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 250px;
  padding: 10px 16px;
  border: 1px solid var(--border-grey);
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  background: #fff;
  color: var(--text-charcoal);
  font-weight: 400;
  position: relative;
  z-index: 3;
}

.ql-card {
  position: relative;
  border: 1px solid var(--border-grey);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding-left: 22px;
  padding-right: 22px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  transition: border-color 0.4s ease;
  background-color: white;
}

.ql-card-connector {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: -1;
  overflow: visible;
}

.ql-connector-svg {
  display: block;
  overflow: visible;
}

.line-break {
  border-color: #cacaca;
  border-top: 0.2px solid;
}

.ql-card h5 {
  font-size: var(--fluid-14-16);
  color: var(--text-black);
  font-weight: 700;
  margin-bottom: 0.25rem;
  margin-top: 0.75rem;
}

.ql-card p,
.ql-card li {
  font-size: var(--fluid-14-16);
  font-weight: 400;
  color: var(--text-black);
  line-height: 1.3;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  align-items: center;
  gap: 56px;
}

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

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

.step-card {
  padding: 24px;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-weight: 800;
}

.step-card ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

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

.blog-card {
  overflow: hidden;
}

.blog-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.blog-card-body {
  padding: 24px;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.blog-meta img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  object-fit: contain;
}

.blog-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.16;
}

.blog-card p {
  color: var(--muted);
}

.link-arrow {
  color: var(--blue);
  font-weight: 800;
}

.site-footer {
  padding: 36px 0 32px;
  background: var(--ink);
  color: white;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}

.footer-logo-lockup {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  font-size: 28px;
  font-weight: 800;
}

.footer-logo-lockup img {
  width: 128px;
  height: 128px;
  margin: 0;
}

.footer-brand h2 {
  max-width: 420px;
  font-size: clamp(34px, 5vw, 58px);
}

.footer-links {
  display: flex;
  gap: 22px;
  padding-top: 52px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.copyright {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.58);
}

.article-header {
  padding: 76px 0 42px;
}

.article-header h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

.article-description {
  max-width: 780px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 20px;
}

.article-hero {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.article-hero img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 240px;
  gap: 64px;
  align-items: start;
  padding: 64px 0 100px;
}

.article-content {
  font-size: 18px;
}

.article-content a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-content p,
.article-content li {
  color: #303442;
}

.article-content h2 {
  margin-top: 48px;
  font-size: 34px;
  line-height: 1.08;
}

.article-content .intro {
  padding: 24px;
  border-left: 4px solid var(--blue);
  background: var(--soft);
}

.article-content .blog-img {
  width: 100%;
  margin: 42px 0;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.block-quote {
  margin: 36px 0;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 24px;
  line-height: 1.35;
}

.author-card {
  position: sticky;
  top: 104px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.author-card img {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  object-fit: contain;
}

.author-card h3 {
  margin: 14px 0 4px;
}

.author-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.footnotes {
  margin-top: 48px;
  border-top: 1px solid var(--line);
  font-size: 15px;
}

@media (max-width: 860px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  .nav {
    grid-template-columns: 1fr auto;
  }

  .nav-brand {
    justify-self: start;
  }

  .nav-links {
    display: none;
  }

  .nav-actions {
    gap: 12px;
    font-size: 13px;
  }

  .hero-inner,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .feature-grid,
  .steps-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .customBGHeroSection {
    min-height: 260px;
  }

  .section {
    padding: 64px 0;
  }

  .footer-grid {
    flex-direction: column;
  }

  .footer-links {
    padding-top: 0;
  }

  .author-card {
    position: static;
  }
}

@media (max-width: 560px) {
  .nav-actions a:not(.button) {
    display: none;
  }

  .footer-logo-lockup img {
    width: 96px;
    height: 96px;
  }
}
