html, body, #main {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 1.1s cubic-bezier(0.22, 1, 0.36, 1), transform 1.1s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal-left { opacity: 0; transform: translateX(-24px); transition: opacity 1.1s cubic-bezier(0.22, 1, 0.36, 1), transform 1.1s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal-right { opacity: 0; transform: translateX(24px); transition: opacity 1.1s cubic-bezier(0.22, 1, 0.36, 1), transform 1.1s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal-scale { opacity: 0; transform: scale(0.975); transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal.visible, .reveal-left.visible, .reveal-right.visible, .reveal-scale.visible { opacity: 1; transform: none; }

.stagger-1 { transition-delay: 0.12s; }
.stagger-2 { transition-delay: 0.2s; }
.stagger-3 { transition-delay: 0.28s; }
.stagger-4 { transition-delay: 0.36s; }
.stagger-5 { transition-delay: 0.44s; }
.stagger-6 { transition-delay: 0.52s; }

.hero-content { opacity: 0; transform: translateX(-28px); transition: opacity 1.15s cubic-bezier(0.22, 1, 0.36, 1), transform 1.15s cubic-bezier(0.22, 1, 0.36, 1); }
.hero-image { opacity: 0; transform: translateX(28px) scale(0.985); transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.12s, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.12s; }
.hero-loaded .hero-content, .hero-loaded .hero-image { opacity: 1; transform: none; }

.solutions-preview-card { transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease; }
.solutions-preview-card:hover { transform: translateY(-3px); box-shadow: 0 10px 26px rgba(0, 0, 0, 0.07); }

.feature-card { transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1); }
.feature-card:hover { transform: translateY(-2px); }

.feature-icon.number { transition: background 0.45s ease, color 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1); }
.feature-card:hover .feature-icon.number { background: var(--token-8e90913a-c1fd-4753-aea7-4ea05e1068d8, #1aa4e0); color: #fff; transform: scale(1.03); }

.dilemma-icon { transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1); }
.dilemma-item:hover .dilemma-icon { transform: scale(1.04); }

.onboarding-point { transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1); }
.onboarding-point:hover { transform: translateX(3px); }

.compare-col { position: relative; transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1); }
.compare-col:hover { transform: translateY(-1px); }

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-left, .reveal-right, .reveal-scale, .hero-content, .hero-image { opacity: 1; transform: none; transition: none; }
  .solutions-preview-card:hover, .feature-card:hover, .compare-col:hover, .onboarding-point:hover { transform: none; }
  .feature-card:hover .feature-icon.number, .dilemma-item:hover .dilemma-icon { transform: none; }
}

:root {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: var(--token-24b51f6b-c881-423f-9dac-e04095d50278, #171a1f);
  background: var(--token-37e51053-33a9-4f16-9281-c630075ba280, #fff);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  --token-37e51053-33a9-4f16-9281-c630075ba280: rgb(255, 255, 255);
  --token-c35d4081-fdcf-4803-9478-f6b7280b87cf: #F0F5F4;
  --token-2d927d09-2f75-45da-8e0a-93e19bcc437f: rgb(241, 242, 252);
  --token-77a26bd9-088d-4fad-a7be-054944f0828a: rgb(224, 229, 228);
  --token-a54aba71-5527-491c-b7eb-8e8ec3c86d7a: rgb(185, 193, 191);
  --token-a58a263c-096f-4a58-be52-1c2c497dd23d: rgb(95, 110, 107);
  --token-d5dd8c45-21b1-4128-8c83-fef994e98549: rgb(59, 74, 70);
  --token-794d9e51-56e2-4e08-a137-5c374f7cf08f: rgb(60, 74, 71);
  --token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868: rgb(13, 81, 110);
  --token-24b51f6b-c881-423f-9dac-e04095d50278: rgb(23, 26, 31);
  --token-8e90913a-c1fd-4753-aea7-4ea05e1068d8: rgb(26, 164, 224);
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

.rethink-section {
  background: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
}

.rethink-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
}

.rethink-left {
  max-width: 700px;
  padding: 100px 80px;
  color: #fff;
}

.rethink-left h2 {
  font-family: "Inter", "Inter Placeholder", sans-serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -.0416667em;
  line-height: 1.08;
}

.rethink-left p {
  margin-top: 24px;
  font-family: "Inter", "Inter Placeholder", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  max-width: 640px;
}

.rethink-right {
  position: relative;
  overflow: hidden;
}

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

.compare-section {
  background: var(--token-8e90913a-c1fd-4753-aea7-4ea05e1068d8, #1aa4e0);
  padding: 80px 20px;
}

.compare-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
}

.compare-col {
  color: #fff;
}

.compare-col h3 {
  font-family: "Inter-SemiBold", "Inter", sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.25;
  margin-bottom: 12px;
}

.compare-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.compare-list li {
  position: relative;
  padding-left: 28px;
  font-family: "Inter", "Inter Placeholder", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

.compare-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.12);
}

.rethink-section,
.compare-section,
.collab-section {
  width: 100%;
}

.dilemma {
  background: var(--token-37e51053-33a9-4f16-9281-c630075ba280, #fff);
  padding: 94px 0 142px;
}

.dilemma-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dilemma-title {
  font-family: "Inter-SemiBold", "Inter", sans-serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -.0416667em;
  line-height: 1.08;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, rgb(13, 81, 110));
  text-align: center;
}

.dilemma-subtitle {
  margin-top: 20px;
  max-width: 1063px;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -.01875em;
  line-height: 1.5em;
  text-align: center;
  color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, rgb(59, 74, 70));
}

.dilemma-items {
  margin-top: 70px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 118px;
}

.dilemma-item {
  flex: 0 0 26%;
  max-width: 322px;
  text-align: center;
}

.dilemma-icon {
  width: 75px;
  height: 74px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  color: var(--token-8e90913a-c1fd-4753-aea7-4ea05e1068d8, rgb(26, 164, 224));
}

.dilemma-item-title {
  font-family: "Inter-SemiBold", "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -.0416667em;
  line-height: 1.2;
  color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, rgb(59, 74, 70));
}

@media (min-width: 1440px) {
  .nav-container {
    max-width: 1356px;
    padding: 20px 30px;
    min-height: 126px;
  }

  .hero-section {
    padding: 111px 0 100px;
    background: var(--token-c35d4081-fdcf-4803-9478-f6b7280b87cf, #F0F5F4);
  }

  .hero-section .hero-wrapper {
    max-width: 1320px;
    padding: 0 30px;
  }

  .section-content {
    max-width: 1320px;
    padding: 0 30px;
  }

  .rethink-grid {
    max-width: 1440px;
    margin: 0 auto;
  }

  .rethink-left {
    padding: 100px 30px;
  }

  .compare-grid {
    max-width: 1320px;
    padding: 0 30px;
  }

  .collab-grid {
    max-width: 1320px;
    padding: 0 30px;
  }

  .solutions-preview-inner {
    max-width: 1320px;
    padding: 0 30px;
  }

  .onboarding-grid {
    max-width: 1320px;
    padding: 0 30px;
  }
}

.collab-section {
  background: #fff;
  padding: 99px 0 145px;
}

.collab-grid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.collab-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

.collab-text {
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
}

.collab-text h2 {
  font-family: "Inter-SemiBold", "Inter", sans-serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -.0416667em;
  line-height: 1.08;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
}

.collab-text p {
  margin-top: 18px;
  font-family: "Inter", "Inter Placeholder", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, #3b4a46);
  max-width: 520px;
}

.collab-points {
  margin-top: 28px;
  display: grid;
  gap: 22px;
}

.collab-point {
  display: grid;
  grid-template-columns: minmax(140px, 170px) 1fr;
  align-items: start;
  column-gap: 28px;
  row-gap: 6px;
}

.collab-point-icon {
  flex-shrink: 0;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
}

.collab-point-title {
  font-family: "Inter-SemiBold", "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  line-height: 1.45;
}

.collab-point-desc {
  font-family: "Inter", "Inter Placeholder", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, #3b4a46);
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo .logo-full {
  height: 60px;
  width: auto;
}

.nav-links {
  display: flex;
  gap: 40px;
  align-items: center;
}

.nav-link {
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  color: #171a1f;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.2s;
  letter-spacing: -0.01em;
}

.nav-link:hover {
  color: #1aa4e0;
}

.nav-cta {
  font-family: 'Inter', sans-serif;
  background: #1aa4e0;
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 8px;
  transition: background 0.2s, transform 0.1s;
  font-weight: 500;
}

.nav-cta:hover {
  background: #1591c7;
  transform: translateY(-1px);
}

.hero-section {
  padding: 80px 20px 100px;
  background: #fff;
}

.hero-section .hero-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-content h1 {
  font-family: 'Inter', sans-serif;
  font-size: 58px;
  font-weight: 600;
  color: var(--token-8e90913a-c1fd-4753-aea7-4ea05e1068d8, #1aa4e0);
  margin-bottom: 24px;
  line-height: 1.08;
  letter-spacing: -0.0416667em;
  text-align: left;
}

.hero-content p {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  margin-bottom: 32px;
  line-height: 1.5;
  font-weight: 400;
}

.hero-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.btn-primary {
  font-family: 'Inter', sans-serif;
  background: var(--token-8e90913a-c1fd-4753-aea7-4ea05e1068d8, #1aa4e0);
  color: #fff;
  padding: 16px 32px;
  border: none;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s, transform 0.1s;
  letter-spacing: -0.01em;
}

.btn-primary:hover {
  background: #1591c7;
  transform: translateY(-1px);
}

.section {
  padding: 80px 20px;
  background: #fff;
}

.section-content {
  max-width: 1400px;
  margin: 0 auto;
}

.section-title {
  font-family: 'Inter', sans-serif;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.section-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: var(--token-a58a263c-096f-4a58-be52-1c2c497dd23d, #5f6e6b);
  text-align: center;
  margin-bottom: 60px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.section-subtitle a,
.story-content a,
.contact-form-head a,
.rethink-left a,
.onboarding-text a,
.pricing-notes a {
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  text-decoration-color: var(--token-8e90913a-c1fd-4753-aea7-4ea05e1068d8, #1aa4e0);
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.section-subtitle a:visited,
.story-content a:visited,
.contact-form-head a:visited,
.rethink-left a:visited,
.onboarding-text a:visited,
.pricing-notes a:visited {
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
}

.section-subtitle a:hover,
.story-content a:hover,
.contact-form-head a:hover,
.rethink-left a:hover,
.onboarding-text a:hover,
.pricing-notes a:hover,
.section-subtitle a:focus-visible,
.story-content a:focus-visible,
.contact-form-head a:focus-visible,
.rethink-left a:focus-visible,
.onboarding-text a:focus-visible,
.pricing-notes a:focus-visible {
  color: var(--token-8e90913a-c1fd-4753-aea7-4ea05e1068d8, #1aa4e0);
  text-decoration-color: var(--token-8e90913a-c1fd-4753-aea7-4ea05e1068d8, #1aa4e0);
}

.bg-dark .section-subtitle a,
.bg-dark .section-subtitle a:visited,
.rethink-left a,
.rethink-left a:visited {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.7);
}

.bg-dark .section-subtitle a:hover,
.bg-dark .section-subtitle a:focus-visible,
.rethink-left a:hover,
.rethink-left a:focus-visible {
  color: var(--token-c35d4081-fdcf-4803-9478-f6b7280b87cf, #F0F5F4);
  text-decoration-color: #fff;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 60px;
}

.feature-card {
  text-align: center;
  padding: 20px;
}

.feature-icon {
  font-size: 56px;
  margin-bottom: 24px;
  display: block;
  line-height: 1;
}

.feature-icon.number {
  font-family: 'Inter', sans-serif;
  width: 72px;
  height: 72px;
  background: rgb(224, 229, 228);
  color: var(--token-a58a263c-096f-4a58-be52-1c2c497dd23d, #7f8c89);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  margin: 0 auto 24px;
  letter-spacing: -0.02em;
}

.feature-title {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.feature-description {
  font-family: 'Inter', sans-serif;
  color: var(--token-a58a263c-096f-4a58-be52-1c2c497dd23d, #5f6e6b);
  line-height: 1.6;
  font-size: 17px;
}

.bg-dark {
  background: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  color: #fff;
}

.bg-dark .section-title,
.bg-dark .feature-title {
  color: #fff;
}

.bg-dark .section-subtitle,
.bg-dark .feature-description {
  color: rgba(255, 255, 255, 0.85);
}

.bg-light {
  background: var(--token-c35d4081-fdcf-4803-9478-f6b7280b87cf, #F0F5F4);
}

.bg-light .section-title {
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
}

.btn-secondary {
  font-family: 'Inter', sans-serif;
  background: transparent;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  padding: 16px 32px;
  border: 2px solid var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  border-radius: 8px;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s, color 0.2s, transform 0.1s;
  letter-spacing: -0.01em;
}
.btn-secondary:hover {
  background: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  color: #fff;
  transform: translateY(-1px);
}
.hero-ctas { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }

.solutions-preview { padding: 80px 20px; background: var(--token-c35d4081-fdcf-4803-9478-f6b7280b87cf, #F0F5F4); }
.solutions-preview-inner { max-width: 1320px; margin: 0 auto; padding: 0 30px; }
.solutions-preview-title {
  font-family: 'Inter', sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  letter-spacing: -0.0416667em;
  line-height: 1.08;
  text-align: center;
}
.solutions-preview-subtitle {
  margin-top: 18px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, #3b4a46);
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.solutions-preview-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}
.solutions-preview-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px;
}
.solutions-preview-icon {
  color: var(--token-8e90913a-c1fd-4753-aea7-4ea05e1068d8, #1aa4e0);
  margin-bottom: 16px;
}
.solutions-preview-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
.solutions-preview-card p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, #3b4a46);
}
.solutions-preview-cta { text-align: center; margin-top: 40px; }

.onboarding-section { background: #fff; padding: 99px 0 145px; }
.onboarding-grid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.onboarding-image img { width: 100%; height: auto; display: block; border-radius: 0; }
.onboarding-text { color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e); }
.onboarding-text h2 {
  font-family: "Inter-SemiBold", "Inter", sans-serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -.0416667em;
  line-height: 1.08;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
}
.onboarding-text p {
  margin-top: 18px;
  font-family: "Inter", "Inter Placeholder", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, #3b4a46);
  max-width: 520px;
}
.onboarding-points { margin-top: 28px; display: grid; gap: 22px; }
.onboarding-point { display: flex; align-items: flex-start; gap: 14px; }
.onboarding-point-icon { flex-shrink: 0; color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e); }
.onboarding-point-title {
  font-family: "Inter-SemiBold", "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
}
.onboarding-point-desc {
  margin-top: 4px;
  font-family: "Inter", "Inter Placeholder", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, #3b4a46);
}

.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.content-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.site-footer {
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
  padding: 3rem 2rem;
}

.footer-content {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.footer-logo-img {
  height: 80px;
  width: auto;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
  margin-bottom: 20px;
}

.footer-links a {
  font-family: 'Inter', sans-serif;
  color: #4b5563;
  font-size: 0.92rem;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--token-8e90913a-c1fd-4753-aea7-4ea05e1068d8, #1aa4e0);
}

.footer-copyright {
  color: #6b7280;
  font-size: 0.875rem;
}

.footer-disclaimer {
  margin-top: 1.5rem;
  font-size: 0.8rem;
  line-height: 1.6;
  color: #9ca3af;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.features-grid.four-col {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  
  .features-grid.four-col {
    grid-template-columns: repeat(2, 1fr);
  }

  .solutions-preview-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  
  .hero-section .hero-wrapper,
  .two-column {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .hero-content h1 {
    font-size: 2rem;
  }
  
  .section {
    padding: 3rem 1.5rem;
  }
  
  .section-title {
    font-size: 1.75rem;
  }
  
  .features-grid,
  .features-grid.four-col {
    grid-template-columns: 1fr;
  }
  
  .footer-logo {
    flex-direction: column;
  }

  .rethink-grid {
    grid-template-columns: 1fr;
  }

  .rethink-left {
    padding: 60px 24px;
    max-width: 100%;
  }

  .rethink-left h2 {
    font-size: 32px;
  }

  .rethink-left p {
    font-size: 18px;
  }

  .compare-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .compare-col h3 {
    font-size: 28px;
  }

  .compare-col p {
    font-size: 18px;
  }

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

  .collab-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .collab-text h2 {
    font-size: 32px;
  }

  .collab-point {
    grid-template-columns: 1fr;
    row-gap: 4px;
  }

  .solutions-preview-title {
    font-size: 32px;
  }

  .solutions-preview-cards {
    grid-template-columns: 1fr;
  }

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

  .onboarding-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .onboarding-text h2 {
    font-size: 32px;
  }
}

.placeholder-image {
  background: var(--token-c35d4081-fdcf-4803-9478-f6b7280b87cf, #F0F5F4);
  border-radius: 20px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed var(--token-a54aba71-5527-491c-b7eb-8e8ec3c86d7a, #b9c1bf);
}
.placeholder-image span {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: var(--token-a58a263c-096f-4a58-be52-1c2c497dd23d, #7f8c89);
  font-style: italic;
}
.placeholder-image.dark {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}
.placeholder-image.dark span { color: rgba(255, 255, 255, 0.6); }
.placeholder-image.tall { min-height: 500px; }
.rethink-right .placeholder-image,
.collab-image .placeholder-image {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 18px;
}

.use-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.use-case-card {
  background: var(--token-c35d4081-fdcf-4803-9478-f6b7280b87cf, #F0F5F4);
  border-radius: 16px;
  padding: 32px;
  text-align: left;
}
.use-case-icon {
  color: var(--token-8e90913a-c1fd-4753-aea7-4ea05e1068d8, #1aa4e0);
  margin-bottom: 20px;
}
.use-case-title {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.use-case-problem,
.use-case-solution {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, #3b4a46);
  margin-bottom: 12px;
}
.use-case-problem strong,
.use-case-solution strong {
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 50px;
}
.outcome-item { text-align: center; }
.outcome-icon {
  color: var(--token-8e90913a-c1fd-4753-aea7-4ea05e1068d8, #1aa4e0);
  margin-bottom: 16px;
}
.outcome-title {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
.outcome-desc {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}

.hero-section.hero-centered {
  text-align: center;
  padding: 100px 20px 80px;
  background: var(--token-c35d4081-fdcf-4803-9478-f6b7280b87cf, #F0F5F4);
}
.hero-section.hero-centered .hero-content.centered {
  max-width: 900px;
  margin: 0 auto;
}
.hero-section.hero-centered .hero-content h1 {
  text-align: center;
  font-size: 52px;
}
.hero-section.hero-centered .hero-content p {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 32px;
}

.philosophy-section {
  background: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  padding: 80px 20px;
}
.philosophy-content {
  max-width: 1000px;
  margin: 0 auto;
}
.philosophy-shell {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 44px;
  align-items: center;
}
.philosophy-callout {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  padding: 36px 40px;
  text-align: left;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}
.philosophy-label {
  display: inline-block;
  margin-bottom: 18px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}
.philosophy-image img {
  width: 100%;
  display: block;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}
.philosophy-quote {
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  letter-spacing: -0.02em;
}

.beliefs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 50px;
}
.belief-card {
  text-align: center;
  padding: 24px;
}
.belief-icon {
  color: var(--token-8e90913a-c1fd-4753-aea7-4ea05e1068d8, #1aa4e0);
  margin-bottom: 20px;
}
.belief-title {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.belief-desc {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, #3b4a46);
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 50px;
}
.approach-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.approach-icon {
  flex-shrink: 0;
  color: var(--token-8e90913a-c1fd-4753-aea7-4ea05e1068d8, #1aa4e0);
}
.approach-content { flex: 1; }
.approach-title {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.approach-desc {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, #3b4a46);
}

.story-section { max-width: 900px; margin: 0 auto; }
.story-content {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, #3b4a46);
}
.story-content p { margin-bottom: 20px; }
.story-content p:last-child { margin-bottom: 0; }
.story-lead {
  font-size: 22px;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  font-weight: 500;
}

.credibility-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.credibility-card {
  text-align: center;
  padding: 24px;
}
.credibility-icon {
  color: var(--token-8e90913a-c1fd-4753-aea7-4ea05e1068d8, #1aa4e0);
  margin-bottom: 20px;
}
.credibility-title {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.credibility-desc {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, #3b4a46);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 50px;
}
.value-card {
  text-align: center;
  padding: 20px;
}
.value-icon {
  color: var(--token-8e90913a-c1fd-4753-aea7-4ea05e1068d8, #1aa4e0);
  margin-bottom: 16px;
}
.value-title {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
.value-desc {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, #3b4a46);
}

@media (max-width: 1024px) {
  .use-case-grid,
  .beliefs-grid,
  .credibility-grid { grid-template-columns: repeat(2, 1fr); }
  .outcomes-grid,
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .use-case-grid,
  .beliefs-grid,
  .credibility-grid,
  .outcomes-grid,
  .values-grid { grid-template-columns: 1fr; }
  .hero-section.hero-centered .hero-content h1 { font-size: 32px; }
  .philosophy-shell { grid-template-columns: 1fr; }
  .philosophy-callout { padding: 28px 24px; }
  .philosophy-quote { font-size: 24px; }
  .placeholder-image { min-height: 280px; }
  .placeholder-image.tall { min-height: 320px; }
}

.pricing-section { padding: 0 20px 80px; background: var(--token-c35d4081-fdcf-4803-9478-f6b7280b87cf, #F0F5F4); }
.pricing-container { max-width: 1200px; margin: 0 auto; }

.pricing-toggle-input { display: none; }

.pricing-toggle {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  padding-bottom: 48px;
}
.pricing-toggle-monthly-label,
.pricing-toggle-annual-label { font-size: 15px; font-weight: 500; color: var(--token-a58a263c-096f-4a58-be52-1c2c497dd23d, #7f8c89); transition: color 0.2s; }
.pricing-toggle-monthly-label { color: var(--token-24b51f6b-c881-423f-9dac-e04095d50278, #171a1f); }
.pricing-toggle-input:checked ~ .pricing-toggle .pricing-toggle-monthly-label { color: var(--token-a58a263c-096f-4a58-be52-1c2c497dd23d, #7f8c89); }
.pricing-toggle-input:checked ~ .pricing-toggle .pricing-toggle-annual-label { color: var(--token-24b51f6b-c881-423f-9dac-e04095d50278, #171a1f); }

.pricing-toggle-switch {
  position: relative; width: 52px; height: 28px;
  background: var(--token-77a26bd9-088d-4fad-a7be-054944f0828a, #e0e5e4);
  border-radius: 14px; cursor: pointer; transition: background 0.2s;
}
.pricing-toggle-input:checked ~ .pricing-toggle .pricing-toggle-switch { background: var(--token-8e90913a-c1fd-4753-aea7-4ea05e1068d8, #1aa4e0); }
.pricing-toggle-knob {
  position: absolute; top: 3px; left: 3px; width: 22px; height: 22px;
  background: #fff; border-radius: 50%; transition: transform 0.2s;
}
.pricing-toggle-input:checked ~ .pricing-toggle .pricing-toggle-knob { transform: translateX(24px); }

.pricing-save-badge {
  display: inline-block; background: #e6f7ee; color: #15803d;
  font-size: 12px; font-weight: 600; padding: 2px 8px; border-radius: 10px; margin-left: 4px;
}

.price-annual { display: none; }
.pricing-toggle-input:checked ~ .pricing-cards .price-monthly { display: none; }
.pricing-toggle-input:checked ~ .pricing-cards .price-annual { display: inline; }

.pricing-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pricing-cards-early { grid-template-columns: repeat(2, 1fr); max-width: 860px; margin: 0 auto; }

.pricing-card {
  background: #fff; border-radius: 16px; padding: 40px 32px;
  border: 1px solid var(--token-77a26bd9-088d-4fad-a7be-054944f0828a, #e0e5e4);
  display: flex; flex-direction: column; position: relative;
}
.pricing-card-highlighted {
  border: 2px solid var(--token-8e90913a-c1fd-4753-aea7-4ea05e1068d8, #1aa4e0);
  box-shadow: 0 8px 32px rgba(26, 164, 224, 0.12);
}
.pricing-card-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--token-8e90913a-c1fd-4753-aea7-4ea05e1068d8, #1aa4e0); color: #fff;
  font-size: 13px; font-weight: 600; padding: 4px 16px; border-radius: 12px; white-space: nowrap;
}
.pricing-card-name {
  font-size: 22px; font-weight: 600; color: var(--token-24b51f6b-c881-423f-9dac-e04095d50278, #171a1f);
  margin-bottom: 6px;
}
.pricing-card-desc {
  font-size: 14px; color: var(--token-a58a263c-096f-4a58-be52-1c2c497dd23d, #7f8c89);
  margin-bottom: 24px; line-height: 1.5;
}
.pricing-card-price { margin-bottom: 24px; }
.price-amount { font-size: 48px; font-weight: 700; color: var(--token-24b51f6b-c881-423f-9dac-e04095d50278, #171a1f); letter-spacing: -0.03em; }
.price-period { font-size: 18px; font-weight: 400; color: var(--token-a58a263c-096f-4a58-be52-1c2c497dd23d, #7f8c89); }
.price-billed { display: block; font-size: 13px; color: var(--token-a58a263c-096f-4a58-be52-1c2c497dd23d, #7f8c89); margin-top: 2px; }

.pricing-card-cta {
  display: block; text-align: center; padding: 14px 24px;
  background: var(--token-8e90913a-c1fd-4753-aea7-4ea05e1068d8, #1aa4e0); color: #fff;
  border-radius: 8px; font-size: 16px; font-weight: 600; text-decoration: none;
  transition: background 0.2s, transform 0.1s; margin-bottom: 12px;
}
.pricing-card-cta:hover { background: #1591c7; transform: translateY(-1px); }

.pricing-card-trial { font-size: 13px; color: var(--token-a58a263c-096f-4a58-be52-1c2c497dd23d, #7f8c89); text-align: center; margin-bottom: 28px; }

.pricing-card-highlights {
  list-style: none; padding: 0; margin: 0;
  border-top: 1px solid var(--token-77a26bd9-088d-4fad-a7be-054944f0828a, #e0e5e4);
  padding-top: 24px; flex: 1;
}
.pricing-card-highlights li {
  font-size: 14px; color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, #3b4a46);
  padding: 6px 0 6px 22px; position: relative; line-height: 1.5;
}
.pricing-card-highlights li::before {
  content: "\2713"; position: absolute; left: 0; color: var(--token-8e90913a-c1fd-4753-aea7-4ea05e1068d8, #1aa4e0); font-weight: 700;
}

.pricing-card-highlights li.pricing-feature-unavailable {
  color: var(--token-a58a263c-096f-4a58-be52-1c2c497dd23d, #7f8c89);
}

.pricing-card-highlights li.pricing-feature-unavailable::before {
  content: "\2014";
  color: var(--token-a58a263c-096f-4a58-be52-1c2c497dd23d, #7f8c89);
}

.pricing-notes {
  width: 100%;
  margin: 24px 0 0;
  background: #fff;
  border: 1px solid var(--token-77a26bd9-088d-4fad-a7be-054944f0828a, #e0e5e4);
  border-radius: 16px;
  padding: 28px 32px;
}

.pricing-notes h2 {
  font-size: 24px;
  font-weight: 600;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  margin-bottom: 12px;
}

.pricing-notes p {
  font-size: 16px;
  color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, #3b4a46);
  line-height: 1.6;
}

.pricing-notes p + p {
  margin-top: 10px;
}

.pricing-comparison { padding: 80px 20px; background: #fff; }
.pricing-comparison-content { max-width: 1200px; margin: 0 auto; }
.pricing-comparison-content h2 {
  text-align: center; font-size: 36px; font-weight: 600; margin-bottom: 48px;
  color: var(--token-24b51f6b-c881-423f-9dac-e04095d50278, #171a1f);
}

.pricing-table-wrapper { overflow-x: auto; }

.pricing-table {
  width: 100%; border-collapse: collapse; font-size: 14px;
}
.pricing-table th {
  text-align: center; font-size: 15px; font-weight: 600; padding: 16px 20px;
  color: var(--token-24b51f6b-c881-423f-9dac-e04095d50278, #171a1f);
  border-bottom: 2px solid var(--token-77a26bd9-088d-4fad-a7be-054944f0828a, #e0e5e4);
}
.pricing-table th:first-child { text-align: left; }
.pricing-table td { padding: 12px 20px; border-bottom: 1px solid #f0f0f0; color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, #3b4a46); }
.pricing-table td:first-child { font-weight: 500; color: var(--token-24b51f6b-c881-423f-9dac-e04095d50278, #171a1f); }
.pricing-table td:not(:first-child) { text-align: center; }
.pricing-table-category td {
  font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  background: var(--token-c35d4081-fdcf-4803-9478-f6b7280b87cf, #F0F5F4);
  padding: 14px 20px; border-bottom: none;
}

.pricing-enterprise {
  padding: 80px 20px;
  background: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
}
.pricing-enterprise-content {
  max-width: 900px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
}
.pricing-enterprise-text h2 { font-size: 32px; font-weight: 600; color: #fff; margin-bottom: 12px; }
.pricing-enterprise-text p { font-size: 17px; color: rgba(255,255,255,0.85); line-height: 1.6; max-width: 560px; }

.contact-page {
  background: var(--token-c35d4081-fdcf-4803-9478-f6b7280b87cf, #F0F5F4);
  padding: 72px 20px 90px;
}
.contact-shell {
  max-width: 1120px;
  margin: 0 auto;
}
.contact-hero {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  min-height: 280px;
  margin-bottom: 28px;
  background: #0d516e;
}
.contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,38,53,0.78) 0%, rgba(8,38,53,0.52) 42%, rgba(8,38,53,0.18) 100%);
}
.contact-hero-image {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}
.contact-hero-content {
  position: absolute;
  inset: auto auto 0 0;
  z-index: 1;
  max-width: 640px;
  padding: 32px;
}
.contact-hero-content h1 {
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: #fff;
  margin-bottom: 12px;
}
.contact-hero-content p {
  font-size: 19px;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
}
.contact-form-card {
  background: #fff;
  border: 1px solid #dce5e3;
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 20px 50px rgba(13,81,110,0.08);
}
.contact-form-head {
  margin-bottom: 22px;
}
.contact-form-head h2 {
  font-size: 32px;
  line-height: 1.15;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  margin-bottom: 8px;
}
.contact-form-head p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, #3b4a46);
}
.contact-steps {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.contact-step-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6b7c79;
  font-size: 14px;
  font-weight: 600;
}
.contact-step-item.is-active,
.contact-step-item.is-complete {
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
}
.contact-step-number {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid #c8d4d1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f7faf9;
}
.contact-step-item.is-active .contact-step-number,
.contact-step-item.is-complete .contact-step-number {
  border-color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  background: rgba(13,81,110,0.08);
}
.contact-step-divider {
  flex: 1;
  height: 1px;
  background: #dce5e3;
}
.contact-step-panel {
  display: none;
}
.contact-step-panel.is-active {
  display: block;
}
.contact-step-error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 18px;
  font-size: 14px;
}
.contact-required {
  color: #b91c1c;
}
.contact-alert-success {
  background: #e8f7ee;
  color: #166534;
  border: 1px solid #bde7ca;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 16px;
  font-size: 14px;
}
.contact-validation {
  color: #b91c1c;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 16px;
  font-size: 14px;
}
.contact-validation:empty {
  display: none;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.contact-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact-field.has-error label,
.contact-field.has-error .contact-checkbox-label {
  color: #991b1b;
}
.contact-field-full {
  grid-column: 1 / -1;
}
.contact-field label {
  font-size: 14px;
  font-weight: 600;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
}
.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  border: 1px solid #c8d4d1;
  border-radius: 10px;
  padding: 12px 12px;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  color: #171a1f;
  background: #fff;
}
.contact-field textarea {
  resize: vertical;
  min-height: 132px;
}
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: #1aa4e0;
  box-shadow: 0 0 0 3px rgba(26, 164, 224, 0.14);
}
.contact-field.has-error input,
.contact-field.has-error select,
.contact-field.has-error textarea,
.contact-field input.input-validation-error,
.contact-field select.input-validation-error,
.contact-field textarea.input-validation-error {
  border-color: #dc2626;
  background: #fff8f8;
  box-shadow: 0 0 0 3px rgba(220,38,38,0.08);
}
.contact-field.has-error input:focus,
.contact-field.has-error select:focus,
.contact-field.has-error textarea:focus {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220,38,38,0.14);
}
.contact-error {
  color: #b91c1c;
  font-size: 13px;
  min-height: 18px;
}
.contact-checkbox .contact-checkbox-label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, #3b4a46);
}
.contact-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
.contact-submit {
  width: 100%;
  justify-content: center;
}
.contact-actions {
  display: flex;
  gap: 14px;
  margin-top: 18px;
}
.contact-back,
.contact-next,
.contact-submit {
  min-height: 52px;
}
.contact-back {
  display: none;
}
.contact-next,
.contact-submit {
  flex: 1;
}

@media (max-width: 1024px) {
  .pricing-cards { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .pricing-enterprise-content { flex-direction: column; text-align: center; }
  .pricing-enterprise-text p { margin: 0 auto; }
  .contact-hero-content { max-width: 560px; padding: 28px; }
  .contact-hero-content h1 { font-size: 40px; }
}

@media (max-width: 768px) {
  .pricing-comparison-content h2 { font-size: 28px; }
  .pricing-table { font-size: 13px; }
  .pricing-table th, .pricing-table td { padding: 10px 12px; }
  .price-amount { font-size: 36px; }
  .pricing-card { padding: 32px 24px; }
  .contact-page { padding: 52px 14px 64px; }
  .contact-hero { min-height: 240px; margin-bottom: 20px; }
  .contact-hero-image { min-height: 240px; }
  .contact-hero-content { padding: 22px; }
  .contact-hero-content h1 { font-size: 34px; }
  .contact-hero-content p { font-size: 17px; }
  .contact-form-card { padding: 20px; border-radius: 18px; }
  .contact-form-head h2 { font-size: 28px; }
  .contact-steps { gap: 10px; }
  .contact-step-item { font-size: 13px; }
  .contact-grid { grid-template-columns: 1fr; gap: 14px; }
  .contact-actions { flex-direction: column; }
  .contact-back,
  .contact-next,
  .contact-submit { width: 100%; }
}

.legal-page {
  background: #fff;
  padding: 80px 20px;
}

.legal-container {
  max-width: 900px;
  margin: 0 auto;
}

.legal-container h1 {
  font-family: 'Inter', sans-serif;
  font-size: 46px;
  font-weight: 600;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  line-height: 1.15;
  margin-bottom: 10px;
}

.legal-container h2 {
  font-family: 'Inter', sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  margin-top: 26px;
  margin-bottom: 8px;
}

.legal-container p {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, #3b4a46);
  line-height: 1.7;
}

.legal-container p + p {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .footer-links {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
  }

  .legal-page {
    padding: 56px 20px;
  }

  .legal-container h1 {
    font-size: 34px;
  }

  .legal-container h2 {
    font-size: 22px;
  }
}

.blog-index-page {
  background: #f7faf9;
  padding: 72px 20px 96px;
}
.blog-index-shell {
  max-width: 1220px;
  margin: 0 auto;
}
.blog-index-hero {
  max-width: 860px;
  margin-bottom: 40px;
}
.blog-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--token-8e90913a-c1fd-4753-aea7-4ea05e1068d8, #1aa4e0);
  margin-bottom: 16px;
}
.blog-index-hero h1,
.blog-post-hero h1 {
  font-size: 56px;
  line-height: 1.04;
  letter-spacing: -0.045em;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
}
.blog-index-hero p,
.blog-post-dek {
  margin-top: 18px;
  font-size: 20px;
  line-height: 1.7;
  color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, #3b4a46);
}
.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.blog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dce5e3;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 54px rgba(13, 81, 110, 0.08);
}
.blog-card-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}
.blog-card-meta,
.blog-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7c79;
}
.blog-card h2 {
  margin-top: 16px;
  font-size: 28px;
  line-height: 1.18;
  letter-spacing: -0.03em;
}
.blog-card h2 a,
.blog-side-link,
.blog-spotlight-links a {
  color: var(--token-24b51f6b-c881-423f-9dac-e04095d50278, #171a1f);
  text-decoration: none;
}
.blog-card p {
  margin-top: 14px;
  color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, #3b4a46);
}
.blog-card-link {
  margin-top: auto;
  padding-top: 18px;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  font-weight: 600;
  text-decoration: none;
}
.blog-index-cta,
.blog-cta-box {
  margin-top: 40px;
  background: #fff;
  border: 1px solid #dce5e3;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(13, 81, 110, 0.06);
}
.blog-index-cta,
.blog-cta-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.blog-cta-actions {
  margin-top: 26px;
}
.blog-topic-page .blog-index-cta {
  margin-top: 48px;
}
.blog-topic-page .blog-cta-actions {
  flex: 0 0 auto;
  flex-wrap: nowrap;
}
.blog-topic-page .blog-cta-actions .btn-primary,
.blog-topic-page .blog-cta-actions .btn-secondary {
  min-width: 160px;
  white-space: nowrap;
  text-align: center;
}
.blog-cta-box h2,
.blog-index-cta h2,
.blog-spotlight-copy h2 {
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
}
.blog-index-cta p,
.blog-cta-box p,
.blog-spotlight-copy p {
  margin-top: 12px;
  color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, #3b4a46);
}
.blog-post-page {
  background: #fff;
  padding: 0 20px 96px;
}
.blog-post-hero {
  max-width: 1160px;
  margin: 0 auto;
  padding: 56px 0 28px;
}
.blog-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 14px;
  color: #6b7c79;
}
.blog-breadcrumbs a {
  color: #6b7c79;
  text-decoration: none;
}
.blog-post-meta {
  margin-top: 24px;
}
.blog-post-figure {
  margin-top: 30px;
}
.blog-post-figure img {
  display: block;
  width: 100%;
  min-height: 320px;
  max-height: 580px;
  object-fit: cover;
  border-radius: 24px;
}
.blog-post-grid {
  display: grid;
  grid-template-columns: minmax(0, 760px) 280px;
  gap: 56px;
  max-width: 1160px;
  margin: 0 auto;
  padding-top: 34px;
}
.blog-post-body {
  font-size: 18px;
  color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, #3b4a46);
}
.blog-lead,
.blog-post-body p,
.blog-post-body li,
.blog-post-body td,
.blog-post-body th {
  line-height: 1.8;
}
.blog-post-body p + p,
.blog-post-body p + .blog-stat,
.blog-post-body p + .blog-table-wrap,
.blog-post-body p + blockquote,
.blog-post-body h2 + p,
.blog-post-body h3 + p {
  margin-top: 16px;
}
.blog-post-body h2 {
  margin-top: 34px;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
}
.blog-post-body h3 {
  margin-top: 20px;
  font-size: 23px;
  line-height: 1.24;
  color: var(--token-24b51f6b-c881-423f-9dac-e04095d50278, #171a1f);
}
.blog-stat,
.blog-side-card {
  background: #f7faf9;
  border: 1px solid #dce5e3;
  border-radius: 20px;
  padding: 22px;
}
.blog-stat {
  margin-top: 24px;
}
.blog-stat strong {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  color: var(--token-24b51f6b-c881-423f-9dac-e04095d50278, #171a1f);
}
.blog-stat p {
  margin-top: 10px;
}
.blog-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
}
.blog-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dce5e3;
}
.blog-table th,
.blog-table td {
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #dce5e3;
}
.blog-table th {
  background: #f7faf9;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.blog-quote {
  margin-top: 24px;
  padding: 18px 0 18px 22px;
  border-left: 4px solid var(--token-8e90913a-c1fd-4753-aea7-4ea05e1068d8, #1aa4e0);
  font-size: 28px;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
}
.blog-faq-list {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}
.blog-faq-item {
  border: 1px solid #dce5e3;
  border-radius: 18px;
  padding: 22px;
}
.blog-faq-item p {
  margin-top: 10px;
}
.blog-post-sidebar {
  position: sticky;
  top: 110px;
  align-self: start;
  display: grid;
  gap: 18px;
}
.blog-side-list {
  display: grid;
  gap: 12px;
  margin: 14px 0 0;
  padding-left: 20px;
  color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, #3b4a46);
}
.blog-side-link {
  display: block;
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.5;
}
.blog-spotlight {
  background: #fff;
  padding: 0 20px 96px;
}
.blog-spotlight-shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}
.blog-spotlight-image a {
  display: block;
}
.blog-spotlight-image img {
  display: block;
  width: 100%;
  min-height: 420px;
  max-height: 520px;
  object-fit: cover;
  border-radius: 26px;
}
.blog-spotlight-copy {
  max-width: 560px;
}
.blog-spotlight-feature {
  display: block;
  margin-top: 26px;
  padding: 24px;
  background: #f7faf9;
  border: 1px solid #dce5e3;
  border-radius: 22px;
  text-decoration: none;
}
.blog-spotlight-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--token-8e90913a-c1fd-4753-aea7-4ea05e1068d8, #1aa4e0);
}
.blog-spotlight-feature h3 {
  margin-top: 12px;
  font-size: 28px;
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: var(--token-24b51f6b-c881-423f-9dac-e04095d50278, #171a1f);
}
.blog-spotlight-feature p {
  margin-top: 12px;
  color: var(--token-d5dd8c45-21b1-4128-8c83-fef994e98549, #3b4a46);
}
.blog-spotlight-links {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}
.blog-spotlight-links a {
  font-size: 17px;
  line-height: 1.55;
  color: var(--token-5457870b-0ec5-47b5-b9ec-5c0b7d4dc868, #0d516e);
}
.blog-spotlight-actions {
  margin-top: 24px;
}

@media (max-width: 1100px) {
  .blog-card-grid,
  .blog-post-grid,
  .blog-spotlight-shell {
    grid-template-columns: 1fr;
  }
  .blog-post-sidebar {
    position: static;
  }
  .blog-spotlight-copy {
    max-width: none;
  }
}

@media (max-width: 768px) {
  .blog-index-page,
  .blog-post-page {
    padding-left: 14px;
    padding-right: 14px;
  }
  .blog-spotlight {
    padding: 0 14px 64px;
  }
  .blog-spotlight-shell {
    padding: 0;
    gap: 24px;
  }
  .blog-spotlight-image img {
    min-height: 260px;
    max-height: 340px;
    border-radius: 22px;
  }
  .blog-index-hero h1,
  .blog-post-hero h1 {
    font-size: 40px;
  }
  .blog-index-hero p,
  .blog-post-dek,
  .blog-post-body {
    font-size: 17px;
  }
  .blog-card-grid {
    grid-template-columns: 1fr;
  }
  .blog-card h2,
  .blog-cta-box h2,
  .blog-index-cta h2,
  .blog-spotlight-copy h2,
  .blog-post-body h2 {
    font-size: 28px;
  }
  .blog-spotlight-feature h3 {
    font-size: 24px;
  }
  .blog-quote {
    font-size: 22px;
  }
  .blog-index-cta,
  .blog-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .blog-cta-actions .btn-primary,
  .blog-cta-actions .btn-secondary {
    width: 100%;
    justify-content: center;
  }
}
