/* =========================
   Shared inner-page blocks
   Home keeps its own home.css untouched
========================= */

/* Hero */
.page-main .hero,
.services-page .hero {
  position: relative;
  padding: 72px 0 28px;
  overflow: hidden;
}

.page-main .hero::before,
.services-page .hero::before {
  content: "";
  position: absolute;
  right: -150px;
  top: -150px;
  width: 760px;
  height: 650px;
  background: radial-gradient(
    circle,
    rgba(73, 94, 255, 0.16),
    rgba(96, 40, 255, 0.06) 48%,
    transparent 72%
  );
  z-index: -1;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 34px;
  align-items: center;
}

.hero-copy {
  padding-top: 18px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #dce7ff;
  color: #1648e8;
  background: #fff;
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 0 0 5px rgba(23, 82, 255, 0.08);
}

h1 {
  font-size: clamp(44px, 4.25vw, 59px);
  line-height: 1.02;
  letter-spacing: -0.065em;
  margin: 20px 0 14px;
  max-width: 650px;
}

.lead {
  max-width: 560px;
  margin: 0 0 24px;
  color: #24324e;
  font-size: 16px;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.hero-actions .play-svg-icon {
  width: auto;
  height: 16px;
}

/* Trust strip with SVG icons */
.trust-strip {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  gap: 0;
  margin-top: 24px;
  color: #66708c;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.trust-strip span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-right: 8px;
  margin-right: 5px;
  white-space: nowrap;
}

/* Removed old auto icon: ◎ */
.trust-strip span::before {
  content: none !important;
  display: none !important;
}

.trust-strip span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background: #dfe5f2;
}

.trust-icon {
  width: 16px;
  height: 16px;
  display: block;
  object-fit: contain;
  flex: 0 0 16px;
}

/* Hero visual */
.hero-visual {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-art {
  position: relative;
  z-index: 2;
  width: min(100%, 640px);
  max-width: none;
  transform-origin: center center;
  filter: drop-shadow(0 22px 55px rgba(37, 58, 184, 0.1));
}

.planet-animated {
  animation: planetFloat 6s ease-in-out infinite;
  will-change: transform, filter;
}

@keyframes planetFloat {
  0%,
  100% {
    transform: translateY(0) scale(1) rotate(0deg);
    filter: drop-shadow(0 22px 45px rgba(43, 78, 255, 0.22));
  }

  50% {
    transform: translateY(-18px) scale(1.025) rotate(1.2deg);
    filter: drop-shadow(0 34px 70px rgba(92, 64, 255, 0.36));
  }
}

/* Floating orbs */
.orb {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 50%;
  background: radial-gradient(
    circle at 28% 24%,
    #fff,
    #62b8ff 35%,
    #1755ff 72%,
    #5133ff
  );
  box-shadow: 0 12px 28px rgba(15, 85, 255, 0.22);
}

.orb-a {
  width: 29px;
  height: 29px;
  left: 35%;
  top: 8%;
}

.orb-b {
  width: 42px;
  height: 42px;
  right: 12%;
  top: 22%;
}

.orb-c {
  width: 31px;
  height: 31px;
  left: 30%;
  bottom: 24%;
}

.orb-d {
  width: 25px;
  height: 25px;
  right: 7%;
  bottom: 35%;
}

/* Mini cards */
.mini-card {
  position: absolute;
  z-index: 4;
  width: 174px;
  min-height: 136px;
  padding: 18px 18px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(220, 230, 255, 0.95);
  box-shadow: 0 18px 45px rgba(30, 60, 140, 0.13);
  backdrop-filter: blur(16px);
}

.mini-card small {
  display: block;
  margin-bottom: 8px;
  color: #26324f;
  font-size: 11px;
  font-weight: 800;
}

.mini-card b {
  display: block;
  margin-bottom: 7px;
  color: #071026;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.mini-card em {
  display: block;
  margin-bottom: 12px;
  color: #31926b;
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
}

.mini-chart {
  width: 100%;
  height: 48px;
  display: block;
  overflow: visible;
}

.mini-chart circle {
  fill: #7134ff;
}

.m1 {
  left: 2%;
  top: 3%;
}

.m2 {
  right: -1%;
  top: 0;
}

.m3 {
  left: 0;
  bottom: 25%;
}

.m4 {
  right: 2%;
  bottom: 22%;
}

/* Cards */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.service-card,
.page-card,
.metric-card,
.quote-card,
.article-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
  box-shadow: 0 12px 35px rgba(19, 55, 120, 0.055);
  transition: 0.25s ease;
}

.service-card:hover,
.page-card:hover,
.article-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.service-card,
.page-card {
  padding: 20px 16px;
}

.icon,
.page-icon {
  width: 47px;
  height: 47px;
  margin-bottom: 13px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #eef5ff, #fff);
  border: 1px solid #dce7ff;
  color: var(--blue);
  font-size: 24px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.service-card h3,
.page-card h3 {
  margin: 0 0 9px;
  font-size: 16px;
  line-height: 1.15;
}

.service-card p,
.page-card p,
.article-card p {
  margin: 0 0 15px;
  color: var(--muted);
  font-size: 12px;
}

.learn {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
}

/* Pills */
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: #33415f;
  font-weight: 850;
  font-size: 12px;
}

.pill.active {
  color: #fff;
  border: 0;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 14px 32px rgba(49, 91, 255, 0.22);
}

/* CTA */
.cta {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, #071846 0%, #0630b4 46%, #6420ff 100%);
  color: #fff;
  padding: 28px 38px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 26px;
  box-shadow: 0 24px 60px rgba(7, 24, 70, 0.22);
}

.cta h2 {
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.06;
  margin: 0 0 10px;
}

.cta p {
  color: #dce7ff;
  max-width: 520px;
  margin: 0 0 18px;
}

.cta-art {
  max-height: 185px;
  justify-self: end;
  filter: drop-shadow(0 20px 40px rgba(50, 89, 255, 0.35));
}

/* Pricing cards */
.price-card {
  position: relative;
  min-width: 0;
  padding: 24px 20px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 35px rgba(19, 55, 120, 0.055);
}

.price-card.popular {
  padding-top: 42px;
  border-color: #315bff;
  box-shadow: 0 18px 50px rgba(49, 91, 255, 0.18);
}

.badge {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 8px;
  border-radius: 14px 14px 0 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  font-size: 10px;
  font-weight: 950;
}

.price {
  margin: 18px 0;
  color: #071026;
  font-size: 34px;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -0.05em;
}

.price span {
  color: #5c6680;
  font-size: 14px;
  font-weight: 850;
}

.price-card ul,
.check-list {
  padding: 0;
  margin: 15px 0;
  list-style: none;
}

.price-card li,
.check-list li {
  position: relative;
  padding-left: 20px;
  margin: 9px 0;
  color: #52607a;
  font-size: 12px;
  line-height: 1.3;
}

.price-card li::before,
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #075cff;
  font-weight: 950;
}

/* Stats */
.stat-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(25, 51, 120, 0.08);
}

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

.stat-item b {
  display: block;
  font-size: 26px;
  letter-spacing: -0.05em;
}

.stat-item span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

/* FAQ */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 50px;
}

.faq-grid details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.faq-grid summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 16px;
  color: #1238c6;
  font-size: 12px;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
}

.faq-grid summary::after {
  content: "›";
  font-size: 18px;
}

.faq-grid p {
  margin: 0;
  padding: 0 16px 13px;
  color: var(--muted);
  font-size: 12px;
}

/* Logo row */
.logo-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: #78839d;
  font-weight: 900;
  opacity: 0.9;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

/* Responsive */


/* Home visual language reused on inner pages */
.page-main,
.services-page{
  background:linear-gradient(180deg,#fff 0%,#f7fbff 48%,#fff 100%);
}
.page-main .section,
.services-page .section{
  scroll-margin-top:96px;
}
.page-main .hero-grid,
.services-page .hero-grid{
  isolation:isolate;
}
/* .page-main .section h2,
.services-page .section h2{
  color:#071026;
} */
.page-main .service-card,
.page-main .page-card,
.page-main .metric-card,
.page-main .quote-card,
.page-main .article-card,
.services-page .service-card,
.services-page .page-card,
.services-page .metric-card,
.services-page .quote-card,
.services-page .article-card{
  background:rgba(255,255,255,.94);
  border-color:rgba(220,230,255,.96);
  box-shadow:0 14px 40px rgba(25,51,120,.07);
}

@media (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 430px;
  }

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

  .stat-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

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

  .cta-art {
    max-height: 150px;
    justify-self: start;
  }
}

@media (max-width: 780px) {
  h1 {
    font-size: 42px;
  }

  .hero-visual {
    min-height: 330px;
  }

  .mini-card {
    display: none;
  }

  .cards-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .stat-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo-row {
    overflow-x: auto;
  }

  .cta {
    padding: 24px;
  }

  .trust-strip {
    flex-wrap: wrap;
    gap: 10px 16px;
  }

  .trust-strip span {
    padding-right: 0;
    margin-right: 0;
  }

  .trust-strip span::after {
    display: none;
  }

  .hero-actions .btn {
    width: 100%;
  }
}

/* ===== 3Q shared visual system v2.2.5 ===== */
.hero-actions .btn,
.btn.btn-ghost,
.btn.btn-primary{
  min-height:54px;
}
.btn.btn-ghost{
  background:rgba(255,255,255,.88);
  border-color:#dbe6fb;
  box-shadow:0 10px 28px rgba(18,54,124,.06);
}
.btn.btn-ghost:hover{
  border-color:#c8d8fb;
  background:#fff;
}
.btn .play,
.btn .calendar-icon{
  width:29px;
  height:29px;
  flex:0 0 29px;
  border:1px solid #d6e0f4;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#071a45;
  background:#fff;
  font-size:13px;
  line-height:1;
}
.btn .play svg,
.btn .play-svg-icon{
  width:13px;
  height:13px;
  display:block;
}
.trust-strip{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0;
  margin-top:24px;
  color:#66708c;
  font-size:12px;
  line-height:1;
  font-weight:850;
}
.trust-strip span{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding-right:10px;
  margin-right:7px;
  min-height:18px;
  white-space:nowrap;
}
.trust-strip span::before{
  content:"";
  width:16px;
  height:16px;
  flex:0 0 16px;
  display:inline-block;
  background:linear-gradient(135deg,#075cff,#6420ff);
  opacity:.42;
  mask:center/contain no-repeat;
  -webkit-mask:center/contain no-repeat;
}
.trust-strip span:has(.trust-icon)::before{display:none}
.trust-strip span:nth-child(1)::before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 2a8 8 0 1 1 0 16 8 8 0 0 1 0-16Zm1 3v4.4l3.2 3.2-1.4 1.4L11 12.2V7h2Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm0 2a8 8 0 1 1 0 16 8 8 0 0 1 0-16Zm1 3v4.4l3.2 3.2-1.4 1.4L11 12.2V7h2Z'/%3E%3C/svg%3E");
}
.trust-strip span:nth-child(2)::before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 2h6v3h2a3 3 0 0 1 3 3v6a5 5 0 0 1-5 5h-1v3h-4v-3H9a5 5 0 0 1-5-5V8a3 3 0 0 1 3-3h2V2Zm-2 8a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm6 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm-4 5h6v-2H9v2Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 2h6v3h2a3 3 0 0 1 3 3v6a5 5 0 0 1-5 5h-1v3h-4v-3H9a5 5 0 0 1-5-5V8a3 3 0 0 1 3-3h2V2Zm-2 8a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm6 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm-4 5h6v-2H9v2Z'/%3E%3C/svg%3E");
}
.trust-strip span:nth-child(3)::before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.9 9h-3.1a15.8 15.8 0 0 0-1.1-5A8.03 8.03 0 0 1 18.9 11ZM12 4.1c.7 1 1.4 2.8 1.7 4.9h-3.4c.3-2.1 1-3.9 1.7-4.9ZM4.3 13h3.9c.1 1.7.5 3.3 1.1 5A8.02 8.02 0 0 1 4.3 13Zm3.9-2H4.3a8.02 8.02 0 0 1 5-5 15.8 15.8 0 0 0-1.1 5Zm3.8 8.9c-.7-1-1.4-2.8-1.7-4.9h3.4c-.3 2.1-1 3.9-1.7 4.9Zm2.1-6.9H9.9a13.1 13.1 0 0 1 0-2h4.2a13.1 13.1 0 0 1 0 2Zm.6 5a15.8 15.8 0 0 0 1.1-5h3.1a8.03 8.03 0 0 1-4.2 5Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.9 9h-3.1a15.8 15.8 0 0 0-1.1-5A8.03 8.03 0 0 1 18.9 11ZM12 4.1c.7 1 1.4 2.8 1.7 4.9h-3.4c.3-2.1 1-3.9 1.7-4.9ZM4.3 13h3.9c.1 1.7.5 3.3 1.1 5A8.02 8.02 0 0 1 4.3 13Zm3.9-2H4.3a8.02 8.02 0 0 1 5-5 15.8 15.8 0 0 0-1.1 5Zm3.8 8.9c-.7-1-1.4-2.8-1.7-4.9h3.4c-.3 2.1-1 3.9-1.7 4.9Zm2.1-6.9H9.9a13.1 13.1 0 0 1 0-2h4.2a13.1 13.1 0 0 1 0 2Zm.6 5a15.8 15.8 0 0 0 1.1-5h3.1a8.03 8.03 0 0 1-4.2 5Z'/%3E%3C/svg%3E");
}
.trust-strip span:nth-child(4)::before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18Zm0 2a7 7 0 1 1 0 14A7 7 0 0 1 12 5Zm4 4-5.2 5.2L8 11.4 6.6 12.8l4.2 4.2 6.6-6.6L16 9Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18Zm0 2a7 7 0 1 1 0 14A7 7 0 0 1 12 5Zm4 4-5.2 5.2L8 11.4 6.6 12.8l4.2 4.2 6.6-6.6L16 9Z'/%3E%3C/svg%3E");
}
.trust-strip span:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:50%;
  width:1px;
  height:16px;
  transform:translateY(-50%);
  background:#dfe5f2;
}
.trust-icon{
  width:16px;
  height:16px;
  flex:0 0 16px;
  display:block;
  object-fit:contain;
}
.logos,
.logos-shared{
  padding:20px 0 18px;
  border-top:1px solid rgba(222,232,248,.9);
  border-bottom:1px solid rgba(222,232,248,.9);
  background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(248,251,255,.8));
}
.logos-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(310px,348px);
  align-items:center;
  gap:34px;
}
.logos-left{min-width:0}
.logos-title{
  margin-bottom:15px;
  color:#8b96b2;
  font-size:10px;
  line-height:1;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.095em;
}
.brand-logos{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  min-width:0;
}
.logo-word{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#78839d;
  font-size:16px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.03em;
  opacity:.86;
  white-space:nowrap;
}
.logo-icon{
  width:18px;
  height:18px;
  flex:0 0 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#8b96b2;
  background:currentColor;
  opacity:.9;
  overflow:hidden;
  mask:center/contain no-repeat;
  -webkit-mask:center/contain no-repeat;
}
.logo-icon.has-media{
  background:none;
  color:inherit;
  opacity:1;
  mask:none;
  -webkit-mask:none;
}
.logo-icon-img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.logo-airtable .logo-icon,
.logo-word:nth-child(1) .logo-icon{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 2.5 6.2 12 10.5l9.5-4.3L12 2Zm-10 6.7v8.6l9 4.2v-8.8l-9-4Zm20 0-9 4v8.8l9-4.2V8.7Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 2.5 6.2 12 10.5l9.5-4.3L12 2Zm-10 6.7v8.6l9 4.2v-8.8l-9-4Zm20 0-9 4v8.8l9-4.2V8.7Z'/%3E%3C/svg%3E");
}
.logo-brex .logo-icon,
.logo-word:nth-child(5) .logo-icon{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 6.5h7v3H6v8h11v-4h3v7H3v-14Zm11-3h7v7h-3V8.8l-7.7 7.7-2.1-2.1L16 6.5h-2V3.5Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 6.5h7v3H6v8h11v-4h3v7H3v-14Zm11-3h7v7h-3V8.8l-7.7 7.7-2.1-2.1L16 6.5h-2V3.5Z'/%3E%3C/svg%3E");
}
.logo-shippo .logo-icon,
.logo-word:nth-child(7) .logo-icon{
  border-radius:50%;
  mask-image:radial-gradient(circle at center,#000 58%,transparent 60%);
  -webkit-mask-image:radial-gradient(circle at center,#000 58%,transparent 60%);
}
.logo-deel .logo-icon,
.logo-ramp .logo-icon,
.logo-mixpanel .logo-icon,
.logo-webflow .logo-icon,
.logo-calcom .logo-icon,
.logo-word:nth-child(2) .logo-icon,
.logo-word:nth-child(3) .logo-icon,
.logo-word:nth-child(4) .logo-icon,
.logo-word:nth-child(6) .logo-icon,
.logo-word:nth-child(8) .logo-icon{display:none}
.logo-word .logo-icon.has-media{display:inline-flex !important}
.stats-card{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(94px,1fr));
  gap:0;
  min-height:80px;
  padding:17px 18px;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(220,230,255,.98);
  border-radius:18px;
  box-shadow:0 14px 40px rgba(25,51,120,.08);
  backdrop-filter:blur(16px);
}
.stat{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  align-items:center;
  gap:10px;
  min-width:0;
  color:#59657d;
  font-size:10px;
  font-weight:800;
  line-height:1.18;
}
.stat-icon{
  width:38px;
  height:38px;
  border-radius:50%;
  background:linear-gradient(135deg,#eef3ff,#fbfcff);
  border:1px solid #e3eaff;
  box-shadow:inset 0 0 0 5px rgba(88,83,255,.045);
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.stat-icon:before{
  content:"";
  position:absolute;
  inset:10px;
  background:linear-gradient(135deg,#075cff,#6420ff);
  mask:center/contain no-repeat;
  -webkit-mask:center/contain no-repeat;
}
.stat-icon.has-media:before{display:none}
.stat-icon-img{
  width:20px;
  height:20px;
  object-fit:contain;
  display:block;
  position:relative;
  z-index:1;
}
.stat-grid .stat-icon:before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h7v7H4V4Zm2 2v3h3V6H6Zm7-2h7v7h-7V4Zm2 2v3h3V6h-3ZM4 13h7v7H4v-7Zm2 2v3h3v-3H6Zm7-2h7v7h-7v-7Zm2 2v3h3v-3h-3Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h7v7H4V4Zm2 2v3h3V6H6Zm7-2h7v7h-7V4Zm2 2v3h3V6h-3ZM4 13h7v7H4v-7Zm2 2v3h3v-3H6Zm7-2h7v7h-7v-7Zm2 2v3h3v-3h-3Z'/%3E%3C/svg%3E");
}
.stat-nodes .stat-icon:before,
.stat-chart .stat-icon:before,
.stat-spark .stat-icon:before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a3 3 0 0 1 1 5.83V11h2.17a3 3 0 1 1 0 2H13v2.17a3 3 0 1 1-2 0V13H8.83a3 3 0 1 1 0-2H11V8.83A3 3 0 0 1 12 3Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a3 3 0 0 1 1 5.83V11h2.17a3 3 0 1 1 0 2H13v2.17a3 3 0 1 1-2 0V13H8.83a3 3 0 1 1 0-2H11V8.83A3 3 0 0 1 12 3Z'/%3E%3C/svg%3E");
}
.stat-thumb .stat-icon:before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h4v12Zm2-11 3.2-6.4c.4-.8 1.5-.8 2-.1.3.4.4.8.3 1.3L15.7 9H20a2 2 0 0 1 2 2.3l-1.1 7A3 3 0 0 1 18 21h-7V10Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h4v12Zm2-11 3.2-6.4c.4-.8 1.5-.8 2-.1.3.4.4.8.3 1.3L15.7 9H20a2 2 0 0 1 2 2.3l-1.1 7A3 3 0 0 1 18 21h-7V10Z'/%3E%3C/svg%3E");
}
.stat b{
  display:block;
  margin-bottom:5px;
  color:#071026;
  font-size:17px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.03em;
}
.stat small{
  display:block;
  color:#536079;
  font-size:9px;
  line-height:1.15;
  font-weight:800;
}
#services .service-card__icon,
.services-offer .service-card__icon,
.service-card .service-card__icon,
.service-card .icon{
  width:76px;
  height:62px;
  min-width:76px;
  margin:0 0 16px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  overflow:visible;
  box-shadow:none;
}
#services .service-card__icon-img,
.services-offer .service-card__icon-img,
.service-card .service-card__icon-img,
.service-card .icon img,
.service-card .card-icon__img{
  width:76px;
  height:62px;
  max-width:76px;
  max-height:62px;
  object-fit:contain;
  display:block;
}
.card-icon__fallback{
  width:62px;
  height:62px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  color:#075cff;
}
@media (max-width:1180px){
  .logos-inner{grid-template-columns:1fr;gap:18px}
  .brand-logos{justify-content:flex-start;flex-wrap:wrap}
  .stats-card{width:min(100%,430px);grid-column:auto}
}
@media (max-width:780px){
  .logos,.logos-shared{padding:18px 0}
  .brand-logos{gap:16px 22px}
  .logo-word{font-size:15px}
  .stats-card{grid-template-columns:1fr;gap:14px;width:100%;padding:16px}
  .stat{grid-template-columns:36px 1fr}
  .stat-icon{width:36px;height:36px}
  .trust-strip{gap:10px 16px}
  .trust-strip span{padding-right:0;margin-right:0}
  .trust-strip span::after{display:none}
}

/* JS FAQ accordion */
.faq-accordion details,
.faq-accordion .faq-accordion-item{
  overflow:hidden;
}
.faq-accordion details > summary,
.faq-accordion .faq-accordion-item > summary{
  user-select:none;
}
.faq-accordion details > summary::after,
.faq-accordion .faq-accordion-item > summary::after{
  content:"+" !important;
  transform:none !important;
  transition:transform .22s ease, color .22s ease;
}
.faq-accordion details.is-open > summary::after,
.faq-accordion .faq-accordion-item.is-open > summary::after{
  content:"−" !important;
  transform:none !important;
}
.faq-accordion-panel{
  display:block;
  overflow:hidden;
  max-height:0;
  opacity:0;
  transition:max-height .3s ease, opacity .22s ease;
  will-change:max-height,opacity;
}
.faq-accordion details.is-open .faq-accordion-panel,
.faq-accordion .faq-accordion-item.is-open .faq-accordion-panel{
  opacity:1;
}
@media (prefers-reduced-motion: reduce){
  .faq-accordion-panel{
    transition:none;
  }
}



/* FAQ accordion fix 2.2.10: one card opens without stretching the paired grid card; use arrows instead of plus/minus. */
.faq-grid,
.services-faq-grid{
  align-items:start !important;
}
.faq-grid > details,
.services-faq-grid > details,
.faq details,
.faq-accordion details{
  align-self:start !important;
}
.faq-accordion details > summary::after,
.faq-accordion .faq-accordion-item > summary::after{
  content:"›" !important;
  font-size:18px !important;
  line-height:1 !important;
  transform:none !important;
  transition:transform .22s ease,color .22s ease !important;
}
.faq-accordion details.is-open > summary::after,
.faq-accordion .faq-accordion-item.is-open > summary::after,
.faq-accordion details[open] > summary::after{
  content:"⌄" !important;
  transform:none !important;
}

/* FAQ accordion click/open fix 2.2.43 */
.faq-accordion > details[open] > .faq-accordion-panel{
  opacity:1;
  max-height:1200px;
}
.faq-accordion > details > summary{
  cursor:pointer;
}
