@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  -webkit-text-size-adjust: 100%;
  font-kerning: normal;
}

main {
  display: block;
  flex: 1;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

figure > img {
  display: block;
}

ul, ol {
  margin-left: 1rem;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6,
blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 0.5rem;
}

p {
  margin-bottom: 1rem;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

body {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #2D3436;
  background-color: #F7F9F9;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Literata", Georgia, serif;
  font-weight: 700;
  line-height: 1.3;
  color: #1A1A2E;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

a {
  color: #0D7377;
  text-decoration: none;
  transition: color 0.15s ease;
}
a:visited {
  color: rgb(7.9772727273, 70.5681818182, 73.0227272727);
}
a:hover {
  color: #E8846B;
  text-decoration: underline;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: background-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-primary {
  background-color: #E8846B;
  color: white;
}
.btn-primary:hover, .btn-primary:visited:hover {
  background-color: rgb(225.1403508772, 95.3157894737, 62.8596491228);
  color: white;
}
.btn-primary:visited {
  color: white;
}

.btn-secondary {
  background-color: #0D7377;
  color: white;
}
.btn-secondary:hover, .btn-secondary:visited:hover {
  background-color: rgb(7.9772727273, 70.5681818182, 73.0227272727);
  color: white;
}
.btn-secondary:visited {
  color: white;
}

.btn-outline {
  background-color: transparent;
  color: #0D7377;
  border: 2px solid #0D7377;
}
.btn-outline:hover {
  background-color: #0D7377;
  color: white;
}

.btn-large {
  padding: 1rem 2rem;
  font-size: 18px;
}

.card {
  position: relative;
  overflow: hidden;
}
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  opacity: 0.15;
  pointer-events: none;
  mix-blend-mode: overlay;
  z-index: 1;
}
.card > * {
  position: relative;
  z-index: 2;
}
.card {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
}

.cta-box {
  position: relative;
  overflow: hidden;
}
.cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  opacity: 0.15;
  pointer-events: none;
  mix-blend-mode: overlay;
  z-index: 1;
}
.cta-box > * {
  position: relative;
  z-index: 2;
}
.cta-box {
  background-color: white;
  border: 2px solid rgb(98.1363636364, 232.5909090909, 237.8636363636);
  border-radius: 6px;
  padding: 2rem;
  margin: 2rem 0;
  text-align: center;
}
.cta-box h3 {
  margin-top: 0;
  color: #1A1A2E;
}
.cta-box p {
  color: #2D3436;
}

.features-list,
.issues-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.features-list li,
.issues-list li {
  padding: 0.5rem 0;
}
.features-list li::before,
.issues-list li::before {
  font-weight: 700;
  margin-right: 0.5rem;
}

.features-list li::before {
  content: "✓";
  color: #2D7D46;
}

.issues-list li::before {
  content: "⚠";
  color: #C4880D;
}

.status-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin: 1rem 0;
}

.status-native {
  background-color: rgb(173.75, 225.75, 190);
  color: #2D7D46;
}

.status-limited {
  background-color: rgb(248.966507177, 221.1196172249, 164.033492823);
  color: rgb(148.1722488038, 102.8133971292, 9.8277511962);
}

.status-discontinued,
.status-missing {
  background-color: rgb(232.9150197628, 202.5849802372, 202.5849802372);
  color: #B44D4D;
}

.status-zapier {
  background-color: rgb(98.1363636364, 232.5909090909, 237.8636363636);
  color: rgb(7.9772727273, 70.5681818182, 73.0227272727);
}

* {
  box-sizing: border-box;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: white;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: none;
  min-height: 56px;
  line-height: 56px;
}
.site-header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 1.5rem;
}

html {
  scroll-padding-top: 76px;
}

body {
  padding-top: 56px;
}

.site-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Literata", Georgia, serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #1A1A2E;
  letter-spacing: -0.5px;
}
.site-title:visited {
  color: #1A1A2E;
}
.site-title:hover {
  color: #0D7377;
  text-decoration: none;
}

.site-logo {
  display: block;
  position: relative;
  top: 2px;
}

.site-nav .nav-links {
  display: flex;
  align-items: center;
  margin-right: -0.8rem;
}
.site-nav .page-link {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #2D3436;
  padding: 0 0.8rem;
}
.site-nav .page-link:hover {
  color: #0D7377;
}
.site-nav .nav-dropdown {
  display: inline-block;
}
.site-nav .nav-dropdown .dropdown-toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: inherit;
}
.site-nav .nav-dropdown .dropdown-toggle .arrow {
  display: inline-block;
  font-size: 0.7rem;
  margin-left: 0.3rem;
  transition: transform 0.2s ease;
}
.site-nav .nav-dropdown .dropdown-toggle:hover {
  color: #0D7377;
}
.site-nav .nav-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 56px;
  right: 0;
  background: white;
  box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  border-radius: 0 0 0 6px;
  padding: 0.75rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
  width: max-content;
  max-width: 500px;
}
.site-nav .nav-dropdown .dropdown-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.2rem;
  color: #2D3436;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  font-size: 0.9rem;
  border-radius: 4px;
  line-height: 1.3;
}
.site-nav .nav-dropdown .dropdown-menu a:hover {
  background: #0D7377;
  color: white;
}
.site-nav .nav-dropdown .dropdown-menu a:hover .dropdown-logo {
  filter: brightness(0) invert(1);
}
.site-nav .nav-dropdown .dropdown-menu a.priority-integration {
  font-weight: 500;
}
.site-nav .nav-dropdown .dropdown-menu a .dropdown-logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%);
  transition: filter 0.2s ease;
}
.site-nav .nav-dropdown .dropdown-menu .dropdown-separator {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0.5rem 0.2rem;
  background: none !important;
  cursor: default;
  position: relative;
}
.site-nav .nav-dropdown .dropdown-menu .dropdown-separator::before, .site-nav .nav-dropdown .dropdown-menu .dropdown-separator::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgb(197.7272727273, 205.1515151515, 207.2727272727);
}
.site-nav .nav-dropdown .dropdown-menu .dropdown-separator:hover {
  background: none !important;
}
.site-nav .nav-dropdown .dropdown-menu .dropdown-separator .coming-soon-badge {
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgb(114.5454545455, 132.3636363636, 137.4545454545);
  background: rgb(211.6363636364, 217.2575757576, 218.8636363636);
  padding: 0.15rem 0.6rem;
  border-radius: 10px;
  margin: 0 0.75rem;
  white-space: nowrap;
  line-height: 1;
}
.site-nav .nav-dropdown.open .dropdown-menu {
  display: grid;
}
.site-nav .nav-dropdown.open .dropdown-toggle .arrow {
  transform: rotate(180deg);
}

.site-nav .nav-dropdown-more {
  display: none;
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 64px;
  }
  body {
    padding-top: 44px;
  }
  .site-header {
    min-height: 44px;
    line-height: 44px;
  }
  .site-header .wrapper {
    padding: 0 1rem;
  }
  .site-title {
    font-size: 1.2rem;
  }
  .page-link-desktop {
    display: none;
  }
  .site-nav .nav-dropdown-more {
    display: inline-block;
  }
  .site-nav .nav-dropdown-more .dropdown-menu-more {
    grid-template-columns: 1fr;
    min-width: 0;
    width: auto;
    right: 0;
    left: auto;
  }
  .site-nav .nav-dropdown-more .dropdown-menu-more a {
    justify-content: flex-start;
  }
  .site-nav {
    position: static;
    background: none;
    border: none;
  }
  .site-nav .nav-links {
    display: flex;
    align-items: center;
    gap: 0;
  }
  .site-nav .page-link {
    font-size: 0.85rem;
    padding: 0 0.5rem;
  }
  .site-nav .nav-dropdown {
    position: static;
  }
  .site-nav .nav-dropdown .dropdown-toggle {
    font-size: 0.85rem;
  }
  .site-nav .nav-dropdown .dropdown-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 44px;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    grid-template-columns: repeat(3, 1fr);
    padding: 1rem;
    justify-content: center;
  }
  .site-nav .nav-dropdown .dropdown-menu a {
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.5rem 0.25rem;
    font-size: 0.75rem;
    text-align: center;
    white-space: normal;
  }
  .site-nav .nav-dropdown .dropdown-menu a .dropdown-logo {
    width: 24px;
    height: 24px;
  }
  .site-nav .nav-dropdown.open .dropdown-menu {
    display: grid;
  }
  .site-nav .nav-dropdown.open .dropdown-toggle .arrow {
    transform: rotate(180deg);
  }
}
@media (max-width: 390px) {
  .site-nav .nav-dropdown .dropdown-toggle .arrow {
    display: none;
  }
}
.site-footer {
  background-color: #1A1A2E;
  color: #F7F9F9;
  border-top: none;
  padding: 3rem 0 1.5rem;
}
.site-footer .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.site-footer .footer-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
}
@media (max-width: 1000px) {
  .site-footer .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.site-footer .footer-brand .footer-title {
  font-family: "Literata", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  text-decoration: none;
}
.site-footer .footer-brand .footer-title:hover {
  color: #E8846B;
}
.site-footer .footer-brand .footer-description {
  margin-top: 1rem;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}
.site-footer .footer-brand .footer-contact {
  margin-top: 1rem;
}
.site-footer .footer-brand .footer-contact a {
  color: #E8846B;
  text-decoration: none;
}
.site-footer .footer-brand .footer-contact a:hover {
  text-decoration: underline;
}
.site-footer .footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 720px) {
  .site-footer .footer-links {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .site-footer .footer-links {
    grid-template-columns: 1fr;
  }
}
.site-footer .footer-col {
  padding-left: 0;
}
.site-footer .footer-col h4 {
  font-family: "Literata", Georgia, serif;
  font-size: 1rem;
  font-weight: 500;
  color: white;
  margin-bottom: 1rem;
}
.site-footer .footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 2;
  column-gap: 1.5rem;
  text-align: left;
}
.site-footer .footer-col ul.integration-links {
  column-count: 1;
}
@media (max-width: 600px) {
  .site-footer .footer-col ul.integration-links {
    column-count: 2;
  }
}
.site-footer .footer-col li {
  margin-bottom: 0.25rem;
}
.site-footer .footer-col a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.15s ease;
}
.site-footer .footer-col a:hover {
  color: #E8846B;
}
.site-footer .footer-bottom {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.site-footer .footer-bottom p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.page-content {
  padding: 2rem 0;
}
.page-content .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.page-content:has(.page-layout) .wrapper {
  max-width: 700px !important;
}

.home-page-wrapper {
  margin: 0;
  padding: 0;
}
.home-page-wrapper .page-content {
  padding: 0;
}
.home-page-wrapper .wrapper {
  max-width: none;
  padding: 0;
}

.integration-landing {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.integration-features,
.custom-content,
.custom-section {
  max-width: 650px;
  margin: 4rem auto;
  text-align: center;
}
.integration-features h2,
.custom-content h2,
.custom-section h2 {
  font-family: "Literata", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 200;
  margin-bottom: 1.5rem;
  color: #1A1A2E;
}

.post {
  padding: 3rem 0;
}

.post-header {
  margin-bottom: 2rem;
}

.post-title {
  font-family: "Literata", Georgia, serif;
  color: #1A1A2E;
}

.post-meta {
  font-size: 14px;
  color: rgb(91.3636363636, 105.5757575758, 109.6363636364);
}

.post-content h2, .post-content h3, .post-content h4 {
  margin-top: 3rem;
}
.post-content p {
  margin-bottom: 1.25rem;
}
.post-content ul, .post-content ol {
  margin-bottom: 1.25rem;
}
.post-content li + li {
  margin-top: 0.25rem;
}

.blog-index h1 {
  font-family: "Literata", Georgia, serif;
  color: #1A1A2E;
  margin-bottom: 2rem;
}
.blog-index .post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-index .post-list li {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgb(183.8181818182, 193.0454545455, 195.6818181818);
}
.blog-index .post-list li:last-child {
  border-bottom: none;
}
.blog-index .post-list .post-meta {
  display: block;
  margin-bottom: 0.25rem;
}
.blog-index .post-list h2 {
  font-family: "Literata", Georgia, serif;
  font-size: 1.5rem;
  margin: 0 0 0.5rem 0;
}
.blog-index .post-list h2 a {
  color: #1A1A2E;
  text-decoration: none;
}
.blog-index .post-list h2 a:hover {
  color: #0D7377;
}
.blog-index .post-list p {
  color: #2D3436;
  margin: 0;
}

pre,
code {
  font-size: 14px;
  border-radius: 4px;
}

code {
  background-color: rgb(144.1136363636, 239.1590909091, 242.8863636364);
  padding: 0.1em 0.3em;
}

pre {
  background-color: #1A1A2E;
  padding: 1rem;
  overflow-x: auto;
}
pre code {
  background-color: transparent;
  padding: 0;
  color: #F7F9F9;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}
table th, table td {
  padding: 0.5rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgb(169.9090909091, 180.9393939394, 184.0909090909);
}
table th {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  background-color: rgb(134.9181818182, 237.8454545455, 241.8818181818);
  color: #1A1A2E;
}
table tr:hover td {
  background-color: rgb(252.8285714286, 253.3714285714, 253.3714285714);
}

blockquote {
  border-left: 3px solid #0D7377;
  padding-left: 1.5rem;
  margin: 1.5rem 0;
  color: rgb(79.7727272727, 92.1818181818, 95.7272727273);
  font-style: italic;
}

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

.text-muted {
  color: rgb(102.9545454545, 118.9696969697, 123.5454545455);
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.homepage {
  max-width: 100%;
  margin: 0 auto;
}

.hero {
  text-align: center;
  padding: 0;
  margin: 6rem 0 8rem;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.hero-headline {
  font-family: "Literata", Georgia, serif;
  font-size: 3rem;
  font-weight: 200;
  color: #1A1A2E;
  margin: 0;
  line-height: 1.3;
  max-width: 800px;
  margin: 0 auto;
}
.hero-headline .kallio-name {
  font-weight: 700;
}

.integration-hero .hero-subheadline {
  font-size: 18px;
  color: rgb(79.7727272727, 92.1818181818, 95.7272727273);
  margin-top: 1rem;
  font-weight: 300;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.integration-hero .phone-name,
.integration-hero .crm-name {
  font-weight: 400;
}

@media (max-width: 800px) {
  .hero-headline {
    font-size: 2.5rem;
  }
}
@media (max-width: 640px) {
  .hero-headline {
    font-size: 2rem;
  }
}
@media (max-width: 530px) {
  .hero-headline {
    font-size: 1.5rem;
  }
}
.benefits {
  margin: 8rem auto;
  max-width: 650px;
}

.benefit-row {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 6rem;
}
.benefit-row:last-child {
  margin-bottom: 0;
}
.benefit-row.reverse {
  flex-direction: row-reverse;
}

.benefit-image {
  flex-shrink: 0;
  width: 180px;
}
.benefit-image img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(1px 4px 4px rgba(0, 0, 0, 0.3));
}

.benefit-content {
  flex: 1;
}
.benefit-content h3 {
  font-family: "Literata", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 200;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #1A1A2E;
}
.benefit-content p {
  color: #2D3436;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.benefit-content p:last-child {
  margin-bottom: 0;
  color: #1A1A2E;
  font-weight: 500;
}

@media (max-width: 768px) {
  .benefits {
    margin: 6rem auto;
  }
  .benefit-row,
  .benefit-row.reverse {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
    margin-bottom: 4rem;
  }
  .benefit-image {
    width: 120px;
  }
  .benefit-content h3 {
    font-size: 1.4rem;
  }
}
.signup {
  margin-bottom: 4rem;
}

.signup-container {
  position: relative;
  overflow: hidden;
}
.signup-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  opacity: 0.15;
  pointer-events: none;
  mix-blend-mode: overlay;
  z-index: 1;
}
.signup-container > * {
  position: relative;
  z-index: 2;
}
.signup-container {
  max-width: 600px;
  margin: 0 auto;
  background: white;
  border: 1.5px solid #D5DBDB;
  border-radius: 6px;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}
.signup-container > * {
  position: relative;
  z-index: 2;
}
.signup-container h2 {
  font-size: 1.75rem;
  margin: 0 0 0.5rem 0;
  color: #1A1A2E;
  text-align: center;
}

.signup-description {
  color: #2D3436;
  text-align: center;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.signup-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.form-group label {
  font-weight: 500;
  color: #1A1A2E;
  font-size: 0.9rem;
}
.form-group input {
  padding: 0.75rem 1rem;
  border: 1.5px solid #D5DBDB;
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
  color: #2D3436;
  background: #F7F9F9;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.form-group input:focus {
  outline: none;
  border-color: #0D7377;
  background: white;
  box-shadow: 0 0 0 3px rgba(13, 115, 119, 0.1);
}
.form-group input::placeholder {
  color: #9BA4A4;
}

.form-row {
  display: flex;
  gap: 1rem;
}
.form-row .form-group {
  flex: 1;
  min-width: 0;
}

.signup-button {
  background: #E8846B;
  color: white;
  border: none;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  margin-top: 0.5rem;
}
.signup-button:hover {
  background: rgb(228.5701754386, 113.6578947368, 84.9298245614);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}
.signup-button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.form-status {
  display: none;
  text-align: center;
  padding: 0.75rem;
  margin-top: 1rem;
  margin-bottom: 0;
  border-radius: 4px;
}
.form-status.visible {
  display: block;
}

.form-success {
  background: #e8f5e9;
  color: #2D7D46;
  border: 1px solid #2D7D46;
}

.form-error {
  background: #ffebee;
  color: #B44D4D;
  border: 1px solid #B44D4D;
}

@media (max-width: 768px) {
  .signup-container {
    padding: 1.5rem;
  }
  .form-row {
    flex-direction: column;
  }
}
.simple-visual {
  margin: 5rem 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}

.mobile-only {
  display: none;
}

.visual-systems, .visual-kallio {
  width: 210px;
  height: 210px;
  position: relative;
}
.visual-systems.single-system, .visual-kallio.single-system {
  display: flex;
  align-items: center;
  justify-content: center;
}
.visual-systems.animated-grid, .visual-kallio.animated-grid {
  display: grid;
  grid-template-columns: 100px 100px;
  grid-template-rows: 100px 100px;
  gap: 10px;
}

.visual-single-system {
  width: 100px;
  height: 100px;
  position: absolute;
  background: #1A1A2E;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #F7F9F9;
  transition: background 0.2s ease-in-out, transform 0.2s ease-in-out;
  text-decoration: none;
}
.visual-single-system:link, .visual-single-system:visited, .visual-single-system:hover, .visual-single-system:active {
  color: #F7F9F9;
  text-decoration: none;
}
.visual-single-system img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  filter: brightness(0) invert(1);
}
.visual-single-system .system-name {
  font-size: 0.8rem;
  text-align: center;
}
.visual-single-system.mobile-only {
  display: none;
}
.visual-single-system:nth-child(1) {
  top: 0;
  left: 0;
}
.visual-single-system:nth-child(2) {
  top: 0;
  right: 0;
}
.visual-single-system:nth-child(3) {
  bottom: 0;
  left: 0;
}
.visual-single-system:nth-child(4) {
  bottom: 0;
  right: 0;
}
.visual-single-system.highlighted {
  background: #E8846B;
  transform: scale(1.08);
  box-shadow: 0 0 20px -5px #E8846B;
}
.visual-single-system.more-systems {
  background: #1A1A2E;
  cursor: default;
  transition: none;
}
.visual-single-system.more-systems .more-text {
  font-size: 0.7rem;
  text-align: center;
  color: #F7F9F9;
  opacity: 0.7;
  line-height: 1.2;
}
.visual-single-system.more-options {
  width: 100px;
  height: 100px;
  background: #1A1A2E;
  cursor: default;
  transition: none;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  padding: 0.5rem;
}
.visual-single-system.more-options .more-text {
  font-size: 2rem;
  text-align: center;
  color: #F7F9F9;
  opacity: 0.7;
  line-height: 1;
}
.visual-single-system.more-options .more-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0.3rem;
  width: 60%;
  flex-shrink: 0;
}
.visual-single-system.more-options .more-grid .grid-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.visual-single-system.more-options .more-label {
  font-size: 0.6rem;
  color: #F7F9F9;
  opacity: 0.7;
  text-align: center;
  line-height: 1;
}
.visual-single-system.integration-system {
  width: 210px;
  height: 210px;
  position: relative;
  background: #1A1A2E;
}
.visual-single-system.integration-system:hover {
  background: #E8846B;
  transform: scale(1.04);
}
.visual-single-system.integration-system img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  filter: brightness(0) invert(1);
}
.visual-single-system.integration-system .system-name {
  font-size: 1.2rem;
}
.visual-single-system.integration-system .system-initial {
  font-size: 4rem;
  font-weight: 700;
  color: white;
  line-height: 1;
}
.visual-single-system.integration-system .more-options-text {
  font-size: 0.7rem;
  color: #F7F9F9;
  opacity: 0.7;
  margin-top: 0.5rem;
  display: block;
}

.visual-kallio {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  background: #0D7377;
  border-radius: 4px;
  color: #F7F9F9;
  box-shadow: 0 0 20px -5px #0D7377;
}

.kallio-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 12px;
}

.kallio-logo {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  top: 2px;
}

.kallio-wordmark {
  font-family: "Literata", Georgia, serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: white;
}

.data-flow {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.flow-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.flow-text-container {
  overflow: hidden;
  position: relative;
  height: 1.6em;
  width: 100%;
}

.flow-text {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
  white-space: nowrap;
  position: absolute;
  width: 100%;
  text-align: center;
  transition: transform 2.6s linear, opacity 0.3s ease;
}

@media (max-width: 720px) {
  .simple-visual {
    flex-direction: column;
    align-items: center;
  }
  .mobile-only, .visual-single-system.mobile-only {
    display: flex;
  }
  .visual-systems, .visual-kallio {
    width: 430px;
    height: 100px;
    margin: 5px 0;
    display: flex;
  }
  .visual-systems.single-system, .visual-kallio.single-system {
    width: 430px;
    gap: 5px;
  }
  .visual-systems.animated-grid, .visual-kallio.animated-grid {
    display: flex;
    flex-direction: row;
    grid-template-columns: unset;
    grid-template-rows: unset;
    gap: 0;
  }
  .visual-single-system {
    width: 100px;
    height: 100px;
    position: relative;
    margin-right: 10px;
  }
  .visual-single-system:last-child {
    margin-right: 0;
  }
  .visual-single-system.integration-system {
    width: 320px;
    height: 100px;
    margin-right: 0;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 1.5rem;
    gap: 1.5rem;
  }
  .visual-single-system.integration-system img {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
  }
  .visual-single-system.integration-system .system-name {
    font-size: 1rem;
  }
  .visual-single-system.integration-system .system-initial {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
  .visual-single-system.integration-system .more-options-text {
    display: none;
  }
  .visual-single-system.more-options {
    width: 100px;
    height: 100px;
  }
  .visual-kallio {
    width: 430px;
    height: 100px;
    flex-direction: row;
    justify-content: space-around;
    padding: 0 1rem;
  }
  .kallio-brand {
    flex-direction: column;
    gap: 0.2rem;
    margin-bottom: 0;
  }
  .kallio-logo {
    width: 24px;
    height: 24px;
    margin: 0;
  }
  .kallio-wordmark {
    font-size: 1.1rem;
  }
  .data-flow {
    flex-direction: row;
    gap: 2rem;
    width: auto;
    align-items: center;
  }
  .flow-row {
    width: 140px;
  }
  .flow-row.to-phone {
    justify-content: flex-end;
  }
  .flow-row.from-phone {
    justify-content: flex-start;
  }
  .flow-text-container {
    height: auto;
    width: auto;
  }
  .flow-text {
    font-size: 1rem;
    white-space: nowrap;
    position: relative;
    width: auto;
    text-align: right;
  }
}
@media (max-width: 500px) {
  .visual-single-system {
    width: 70px;
    height: 70px;
  }
  .visual-single-system img {
    width: 30px;
    height: 30px;
    margin-bottom: 6px;
  }
  .visual-single-system .system-name {
    font-size: 0.7rem;
  }
  .visual-systems, .visual-kallio {
    height: 70px;
    width: 310px;
  }
  .kallio-logo {
    width: 24px;
    height: 24px;
  }
  .kallio-wordmark {
    font-size: 0.9rem;
  }
  .data-flow {
    gap: 1.5rem;
  }
  .flow-text {
    font-size: 0.8rem;
  }
  .visual-systems.single-system {
    width: 310px;
  }
  .visual-single-system.integration-system {
    width: 230px;
    height: 70px;
    padding: 0 1rem;
    gap: 1rem;
  }
  .visual-single-system.integration-system img {
    width: 35px;
    height: 35px;
    margin-bottom: 0;
  }
  .visual-single-system.integration-system .system-name {
    font-size: 0.8rem;
  }
  .visual-single-system.integration-system .system-initial {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .visual-single-system.more-options {
    width: 70px;
    height: 70px;
    padding: 0.3rem;
    gap: 0.2rem;
  }
  .visual-single-system.more-options .more-label {
    font-size: 0.5rem;
  }
  .visual-single-system.more-options .more-grid {
    gap: 0.2rem;
  }
}
.homepage .simple-visual .flow-row.to-phone .flow-text,
.integration-landing .flow-row.to-phone .flow-text,
.system-page .simple-visual .flow-row.to-phone .flow-text {
  animation: drift-right 3s linear forwards;
}
.homepage .simple-visual .flow-row.from-phone .flow-text,
.integration-landing .flow-row.from-phone .flow-text,
.system-page .simple-visual .flow-row.from-phone .flow-text {
  animation: drift-left 3s linear forwards;
}
@keyframes drift-right {
  0% {
    transform: translateX(-15%);
    opacity: 0;
  }
  10% {
    transform: translateX(-10%);
    opacity: 1;
  }
  90% {
    transform: translateX(10%);
    opacity: 1;
  }
  100% {
    transform: translateX(15%);
    opacity: 0;
  }
}
@keyframes drift-left {
  0% {
    transform: translateX(15%);
    opacity: 0;
  }
  10% {
    transform: translateX(10%);
    opacity: 1;
  }
  90% {
    transform: translateX(-10%);
    opacity: 1;
  }
  100% {
    transform: translateX(-15%);
    opacity: 0;
  }
}
@media (max-width: 720px) {
  .homepage .simple-visual .flow-row.to-phone .flow-text,
  .integration-landing .flow-row.to-phone .flow-text,
  .system-page .simple-visual .flow-row.to-phone .flow-text {
    animation: drift-down 3s linear forwards;
  }
  .homepage .simple-visual .flow-row.from-phone .flow-text,
  .integration-landing .flow-row.from-phone .flow-text,
  .system-page .simple-visual .flow-row.from-phone .flow-text {
    animation: drift-up 3s linear forwards;
  }
  @keyframes drift-down {
    0% {
      transform: translateY(-15%);
      opacity: 0;
    }
    10% {
      transform: translateY(-10%);
      opacity: 1;
    }
    90% {
      transform: translateY(10%);
      opacity: 1;
    }
    100% {
      transform: translateY(15%);
      opacity: 0;
    }
  }
  @keyframes drift-up {
    0% {
      transform: translateY(15%);
      opacity: 0;
    }
    10% {
      transform: translateY(10%);
      opacity: 1;
    }
    90% {
      transform: translateY(-10%);
      opacity: 1;
    }
    100% {
      transform: translateY(-15%);
      opacity: 0;
    }
  }
}

.system-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.system-hero {
  text-align: center;
  padding: 3rem 0 2rem;
}
.system-hero .hero-headline {
  font-family: "Literata", Georgia, serif;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1.2;
  color: #2D3436;
  max-width: 800px;
  margin: 0 auto 1rem;
}
.system-hero .hero-headline .system-name,
.system-hero .hero-headline .kallio-name {
  font-weight: 700;
}

.system-page .simple-visual {
  margin: 3rem 0;
}

.integration-links {
  max-width: 700px;
  margin: 4rem auto;
  padding: 0 2rem;
  text-align: center;
}
.integration-links p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: rgb(79.7727272727, 92.1818181818, 95.7272727273);
}
.integration-links p a {
  color: #0D7377;
  text-decoration: none;
}
.integration-links p a:hover {
  text-decoration: underline;
}

.value-proposition {
  max-width: 1000px;
  margin: 4rem auto;
  padding: 0 2rem;
}
.value-proposition .value-content {
  text-align: center;
}
.value-proposition .value-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #2D3436;
}
.value-proposition .value-content > p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 3rem;
  color: rgb(79.7727272727, 92.1818181818, 95.7272727273);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.value-proposition .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  text-align: left;
  margin-top: 3rem;
}
.value-proposition .benefits-grid .benefit-item h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #0D7377;
}
.value-proposition .benefits-grid .benefit-item p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #2D3436;
  margin: 0;
}

.research-content {
  max-width: 800px;
  margin: 4rem auto;
  padding: 0 2rem;
}
.research-content h2 {
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: #2D3436;
}
.research-content h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.research-content p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.research-content ul, .research-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.research-content ul li, .research-content ol li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.research-content table {
  width: 100%;
  margin: 2rem 0;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.research-content table thead {
  background: rgb(169.9090909091, 180.9393939394, 184.0909090909);
}
.research-content table thead th {
  padding: 0.75rem;
  text-align: left;
  font-weight: 600;
  border-bottom: 2px solid rgb(102.9545454545, 118.9696969697, 123.5454545455);
}
.research-content table tbody tr {
  border-bottom: 1px solid rgb(169.9090909091, 180.9393939394, 184.0909090909);
}
.research-content table tbody tr:hover {
  background: rgb(178.2545454545, 188.203030303, 191.0454545455);
}
.research-content table tbody td {
  padding: 0.75rem;
  vertical-align: top;
}

.integration-status-table {
  max-width: 900px;
  margin: 4rem auto;
  padding: 0 2rem;
}
.integration-status-table h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.integration-status-table table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.integration-status-table table thead {
  background: #0D7377;
  color: white;
}
.integration-status-table table thead th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
}
.integration-status-table table tbody tr {
  border-bottom: 1px solid rgb(169.9090909091, 180.9393939394, 184.0909090909);
  transition: background 0.2s ease;
}
.integration-status-table table tbody tr:hover {
  background: hsl(12, 73.0994152047%, 101.4705882353%);
}
.integration-status-table table tbody tr.status-native .status-badge {
  background: #28a745;
}
.integration-status-table table tbody tr.status-limited .status-badge {
  background: #ffc107;
  color: #333;
}
.integration-status-table table tbody tr.status-missing .status-badge {
  background: #dc3545;
}
.integration-status-table table tbody tr.status-discontinued .status-badge {
  background: #6c757d;
}
.integration-status-table table tbody tr.status-zapier .status-badge {
  background: #ff4a00;
}
.integration-status-table table tbody td {
  padding: 1rem;
}
.integration-status-table table tbody td.system-name-cell {
  font-weight: 500;
  font-size: 1.05rem;
}
.integration-status-table table tbody td.status-cell {
  width: 150px;
}
.integration-status-table table tbody td.action-cell {
  width: 150px;
  text-align: right;
}
.integration-status-table .status-badge {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  color: white;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.integration-status-table .view-integration-link {
  color: #0D7377;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.integration-status-table .view-integration-link:hover {
  color: rgb(7.9772727273, 70.5681818182, 73.0227272727);
  text-decoration: underline;
}

@media (max-width: 720px) {
  .system-hero {
    padding: 2rem 0 1rem;
  }
  .system-hero .hero-headline {
    font-size: 2rem;
  }
  .value-proposition {
    padding: 0 1rem;
  }
  .value-proposition .value-content h2 {
    font-size: 1.6rem;
  }
  .value-proposition .value-content > p {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .value-proposition .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
  }
  .research-content {
    padding: 0 1rem;
  }
  .research-content h2 {
    font-size: 1.6rem;
  }
  .research-content table {
    font-size: 0.8rem;
  }
  .research-content table thead th,
  .research-content table tbody td {
    padding: 0.5rem;
  }
  .integration-status-table {
    padding: 0 1rem;
  }
  .integration-status-table h2 {
    font-size: 1.6rem;
  }
  .integration-status-table table {
    font-size: 0.85rem;
  }
  .integration-status-table table thead th,
  .integration-status-table table tbody td {
    padding: 0.75rem 0.5rem;
  }
  .integration-status-table table .system-name-cell {
    font-size: 0.95rem;
  }
  .integration-status-table table .status-cell {
    width: 120px;
  }
  .integration-status-table table .action-cell {
    width: auto;
  }
  .integration-status-table .status-badge {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
  }
  .integration-status-table .view-integration-link {
    font-size: 0.85rem;
  }
}
@media (max-width: 500px) {
  .integration-status-table table {
    font-size: 0.8rem;
  }
  .integration-status-table table .action-cell {
    display: none;
  }
  .integration-status-table table tr {
    cursor: pointer;
  }
}

/*# sourceMappingURL=main.css.map */