@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-VariableFont.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Italic-VariableFont.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --ink: #17212a;
  --muted: #5f6a74;
  --paper: #f6f8fb;
  --panel: #ffffff;
  --line: #d8e0e8;
  --primary: #1678d6;
  --primary-dark: #125fa9;
  --secondary: #e8f0f8;
  --accent-soft: #f2f6fb;
  --shadow: 0 20px 60px rgba(23, 33, 42, 0.1);
  --brand-gradient: linear-gradient(135deg, #1678d6 0%, #4f8fe0 100%);
  --radius: 8px;
  --page-pad: 5rem;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "Inter", "Segoe UI Variable", "Segoe UI", sans-serif;
    line-height: 1.6;
}

main {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
}

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

a {
  color: inherit;
}

.text-primary {
  color: var(--primary) !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem var(--page-pad);
  background: rgba(251, 250, 246, 0.94);
  border-bottom: 1px solid rgba(223, 231, 224, 0.82);
  backdrop-filter: blur(14px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ink);
  font-size: 1.22rem;
  font-weight: 800;
  text-decoration: none;
}

.brand img,
.footer-brand img {
  border-radius: 6px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.site-nav a {
  padding: 0.6rem 0.85rem;
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: var(--secondary);
  color: var(--primary);
}

.site-nav .nav-cta {
  background: var(--brand-gradient);
  color: #fff;
  box-shadow: 0 12px 26px rgba(22, 120, 214, 0.22);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  min-height: calc(100vh - 74px);
  padding: clamp(3.5rem, 3vw, 5rem) var(--page-pad) 3rem;
  background:
    linear-gradient(135deg, rgba(232, 240, 248, 0.96), rgba(246, 248, 251, 0.8) 48%),
    radial-gradient(circle at 88% 12%, rgba(22, 120, 214, 0.1), transparent 34%),
    radial-gradient(circle at 16% 22%, rgba(79, 143, 224, 0.08), transparent 26%);
}

.hero h1,
.page-hero h1,
.article h1 {
  max-width: 850px;
  margin: 0;
  font-family: "Inter", "Segoe UI Variable", "Segoe UI", sans-serif;
  font-size: clamp(2.55rem, 8vw, 5.75rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-lede,
.page-hero p,
.article-header p {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2.5vw, 1.35rem);
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.75rem 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.78rem 1rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: var(--brand-gradient);
  color: #fff;
  box-shadow: 0 14px 28px rgba(22, 120, 214, 0.24);
}

.button.primary:hover,
.button.primary:focus-visible {
  filter: brightness(1.04) saturate(1.05);
}

.button.secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
}

.button.light {
  background: #fff;
  color: var(--primary);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(22, 120, 214, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  color: var(--primary);
  font-size: 0.86rem;
  font-weight: 800;
}

.hero-visual {
  margin: 0;
}

.hero-visual img,
.proof-media img,
.steps img,
.article-image {
  border: 1px solid rgba(23, 32, 29, 0.09);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.section {
  padding: clamp(3.5rem, 8vw, 6rem) var(--page-pad);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 2rem;
}

.section-intro {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
}

.section h2,
.page-hero h1,
.article h1 {
  margin-top: 0;
}

.section h2,
.page-hero h1,
.page-hero h2,
.article h1,
.article-body h2 {
    font-family: "Inter", "Segoe UI Variable", "Segoe UI", sans-serif;
}

.page-hero h2,
.section h2 {
    max-width: 840px;
    font-size: clamp(2rem, 5vw, 3.6rem);
    line-height: 1.05;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 5rem);
  background: #fff;
}

.problem-copy {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.problem-visual {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
}

.problem-visual img {
  width: 100%;
  height: auto;
}

.pain-grid,
.benefit-grid,
.feature-list {
  display: grid;
  gap: 1rem;
}

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

.pain-grid article,
.benefit-grid article,
.feature-list article,
.post-card,
.contact-form,
.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.pain-grid article,
.benefit-grid article,
.feature-list article {
  padding: 1.25rem;
}

.card-number,
.post-meta {
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.workflow {
  background: var(--paper);
}

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

.steps article {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.steps img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.benefits {
  background: linear-gradient(180deg, #edf7fb 0%, #f9fbfd 100%);
}

.setup-showcase {
  background: linear-gradient(180deg, #eef5fb 0%, #f7fafe 100%);
}

.setup-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 1.4rem;
  align-items: start;
}

.setup-grid-reverse {
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
}

.setup-visual {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
}

.setup-visual img {
  width: 100%;
  height: auto;
}

.setup-steps {
  display: grid;
  gap: 1rem;
}

.setup-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.15rem 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.setup-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 0.7rem;
  border-radius: 999px;
  background: var(--brand-gradient);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
}

.setup-step h3 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}

.setup-step p {
  margin: 0;
  color: var(--muted);
}

.cloud-setup-showcase {
  background: #fff;
}

.solutions {
  background: #fff;
}

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

.solution-grid article {
  padding: clamp(1.25rem, 3vw, 1.7rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(232, 245, 247, 0.95), rgba(255, 255, 255, 0) 58%),
    #fff;
}

.solution-grid article:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(122, 77, 255, 0.1), rgba(255, 255, 255, 0) 58%),
    #fff;
}

.solution-grid ul {
  display: grid;
  gap: 0.5rem;
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.solution-label {
  display: inline-flex;
  margin-bottom: 0.7rem;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: var(--brand-gradient);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.solution-label.cloud {
  background: linear-gradient(135deg, #125fa9 0%, #4f8fe0 100%);
  color: #fff;
}

.benefit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.features {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 4rem);
  background: #fff;
}

.feature-copy {
  position: sticky;
  top: 110px;
  align-self: start;
}

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

.proof {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: var(--brand-gradient);
  color: #fff;
}

.cta-band .eyebrow,
.cta-band p {
  color: rgba(255, 255, 255, 0.78);
}

.faq-list {
  display: grid;
  gap: 0.8rem;
  max-width: 900px;
}

.faq summary {
  min-height: 56px;
  padding: 1rem 3rem 1rem 1rem;
  font-weight: 850;
  cursor: pointer;
}

.faq details {
  position: relative;
}

.faq details::after {
  content: "+";
  position: absolute;
  top: 0.9rem;
  right: 1rem;
  color: var(--primary);
  font-size: 1.35rem;
  font-weight: 900;
}

.faq details[open]::after {
  content: "-";
}

.faq details p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: var(--muted);
}

.blog-preview,
.blog-list {
  background: #fff;
}

.post-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.3rem;
}

.post-card h2,
.post-card h3 {
  margin: 0.2rem 0;
}

.post-card a,
.text-link {
  color: var(--primary);
  font-weight: 850;
}

.text-link {
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 3vw, 1.5rem);
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  color: var(--ink);
  font-weight: 800;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-height: 46px;
  padding: 0.75rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.hidden {
  display: none;
}

.article-longform {
  background: #fff;
}

.article-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding: clamp(3.2rem, 8vw, 5rem) var(--page-pad);
  
}

.article-hero-copy {
  display: grid;
  gap: 1rem;
}

.article-hero-copy .text-link {
  width: fit-content;
}

.article-hero-copy h1 {
  max-width: 13ch;
}

.article-hero-visual {
  margin: 0;
}

.article-band {
  padding: 0 var(--page-pad) 2rem;
  background: #fff;
}

.article-shell {
  width: min(100%, 980px);
  margin: 0 auto;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.meta-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.35rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.meta-tag.primary {
  border-color: rgba(22, 120, 214, 0.18);
  background: rgba(22, 120, 214, 0.08);
  color: var(--primary);
}

.meta-time {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.article-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: -1.2rem;
}

.article-stat,
.insight-card,
.checklist-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.article-stat {
  padding: 1.25rem;
}

.article-stat-number,
.insight-number {
  margin: 0 0 0.4rem;
  color: var(--primary);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 900;
  line-height: 1;
}

.article-stat-label {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.article-flow {
  display: grid;
  gap: 2.2rem;
  padding: 1.5rem var(--page-pad) 5rem;
}

.article-body {
  background: #fff;
}

.article-body > div {
  display: grid;
  gap: 1rem;
}

.article-body p {
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.section-label {
  margin: 0;
  color: var(--primary);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-pullquote {
  margin: 0.5rem 0 0;
  padding: 1.3rem 1.4rem;
  border: 1px solid rgba(22, 120, 214, 0.16);
  border-left: 4px solid var(--primary);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(232, 240, 248, 0.72), rgba(255, 255, 255, 0.96));
}

.article-pullquote p,
.article-pullquote span {
  margin: 0;
}

.article-pullquote p {
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.5;
}

.article-pullquote span {
  display: inline-block;
  margin-top: 0.75rem;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.insight-grid,
.checklist-grid {
  display: grid;
  gap: 1rem;
}

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

.insight-card {
  padding: 1.25rem;
}

.insight-card h3,
.scenario-card h3 {
  margin: 0;
  font-size: 1.15rem;
}

.scenario-card {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #173865 0%, #125fa9 100%);
  color: #fff;
}

.scenario-card p {
    color: #ccc !important;
}
.scenario-card h3 {
  color: #fff;
}

.scenario-label {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cost-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.cost-table-header {
  padding: 1rem 1.15rem;
  background: var(--brand-gradient);
  color: #fff;
  font-size: 0.94rem;
  font-weight: 850;
}

.cost-row,
.cost-total {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.15rem;
}

.cost-row {
  border-top: 1px solid var(--line);
}

.cost-row:nth-child(odd) {
  background: var(--accent-soft);
}

.cost-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(22, 120, 214, 0.08);
  color: var(--primary);
  font-size: 1.05rem;
}

.cost-desc {
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 700;
}

.cost-val {
  color: var(--primary);
  font-size: 1rem;
  font-weight: 900;
  white-space: nowrap;
}

.cost-total {
  grid-template-columns: 1fr auto;
  background: rgba(22, 120, 214, 0.08);
}

.cost-total .label,
.cost-total .total-val {
  color: var(--ink);
  font-weight: 900;
}

.cost-total .total-val {
  color: var(--primary);
  font-size: 1.3rem;
}

.checklist-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 1rem 1.1rem;
}

.checklist-item i {
  color: var(--primary);
  font-size: 1.1rem;
}

.checklist-item p {
  color: var(--ink);
  font-size: 0.97rem;
  font-weight: 700;
}

.checklist-item-primary {
  background: linear-gradient(180deg, rgba(22, 120, 214, 0.08), rgba(255, 255, 255, 1));
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem var(--page-pad);
  border-top: 1px solid var(--line);
  background: #fff;
}

.site-footer p {
  max-width: 430px;
  color: var(--muted);
}

.footer-company {
  display: grid;
  gap: 0.7rem;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--primary);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  border-color: rgba(22, 120, 214, 0.3);
  background: var(--secondary);
  color: var(--primary-dark);
}

.footer-social-link i {
  font-size: 1rem;
  line-height: 1;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-content: start;
}

.site-footer nav a {
  color: var(--muted);
  font-weight: 800;
  text-decoration: none;
}

.page-hero,
.article-header {
  padding: clamp(3.5rem, 8vw, 6rem) var(--page-pad) clamp(2rem, 5vw, 4rem);
}

.article {
  background: #fff;
}

.article-image {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.article-body {
  width: min(820px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 clamp(4rem, 8vw, 6rem);
}

.article-body h2 {
  margin-top: 2rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.article-body p {
  color: var(--muted);
  font-size: 1.05rem;
}

.article-cta {
  margin-top: 2.5rem;
  padding: 1.5rem;
  border: 1px solid rgba(22, 120, 214, 0.18);
  border-radius: var(--radius);
  background: var(--secondary);
}

@media (max-width: 980px) {
  .hero,
  .split-section,
  .setup-grid,
  .features,
  .proof,
  .contact,
  .article-hero,
  .article-stats,
  .insight-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .feature-copy {
    position: static;
  }

  .pain-grid,
  .steps,
  .benefit-grid,
  .solution-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cost-row,
  .cost-total {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  :root {
    --page-pad: 1rem;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.8rem;
  }

  .hero h1,
  .page-hero h1,
  .article h1 {
    font-size: clamp(2.35rem, 13vw, 4rem);
  }

  .article-band,
  .article-flow {
    padding-inline: 1rem;
  }

  .pain-grid,
  .steps,
  .benefit-grid,
  .solution-grid,
  .feature-list {
    grid-template-columns: 1fr;
  }

  .setup-step {
    grid-template-columns: 1fr;
  }

  .cta-band,
  .post-card,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .button {
    width: 100%;
  }

  .hero-actions .button {
    width: auto;
  }
}
