/* ReceptionGO — integration pages (/integration/<partner>).
   Loaded on top of /blog/blog.css, which already carries the site header,
   footer, typography and the shared .cta-box / .callout / table styles.
   Everything here is specific to an integration landing page. */

.wrap-int { max-width: 980px; margin: 0 auto; padding: 8px 24px 64px; }

/* ── hero ── */
.int-hero { text-align: center; padding: 18px 0 8px; }
.int-hero .crumbs { text-align: left; }

.int-lockup {
  display: flex; align-items: center; justify-content: center; gap: 18px;
  margin: 10px 0 26px;
}
.int-tile {
  display: flex; align-items: center; justify-content: center;
  height: 84px; min-width: 168px; padding: 0 26px;
  background: #fff; border: 1px solid #E3DAC7; border-radius: 16px;
  box-shadow: 0 10px 24px rgba(33, 28, 21, .05);
}
.int-tile img { max-height: 46px; max-width: 150px; width: auto; height: auto; display: block; }
.int-tile .wordmark {
  font-size: 24px; font-weight: 800; letter-spacing: -.03em; color: #211C15; line-height: 1;
}
.int-tile .wordmark span { color: #B4470A; }
.int-cross {
  font-size: 24px; font-weight: 400; color: #B6AC97; line-height: 1; flex: 0 0 auto;
}

.int-hero h1 { font-size: clamp(32px, 5vw, 50px); margin-bottom: 16px; }
.int-hero .lead { font-size: 18.5px; max-width: 60ch; margin: 0 auto 8px; }

.int-actions {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 12px; margin: 28px 0 10px;
}
.btn-primary, .btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 15px; font-weight: 700; text-decoration: none;
  padding: 13px 28px; border-radius: 9px; transition: background .15s, color .15s, border-color .15s;
}
.btn-primary { background: #B4470A; color: #fff; border: 1px solid #B4470A; }
.btn-primary:hover { background: #9A3412; border-color: #9A3412; color: #fff; }
.btn-ghost { background: transparent; color: #211C15; border: 1px solid #211C15; }
.btn-ghost:hover { background: rgba(33, 28, 21, .06); color: #211C15; }
.int-note { font-size: 13.5px; color: #8A8172; margin: 0; }

/* ── section rhythm ── */
.int-sec { margin-top: 56px; }
.int-sec > h2 {
  font-size: clamp(24px, 3vw, 32px); font-weight: 700; letter-spacing: -.025em;
  line-height: 1.2; margin: 0 0 12px;
}
.int-sec > p { margin: 0 0 16px; }
.int-sec > .sec-sub { color: #5D5546; font-size: 16.5px; max-width: 64ch; }

/* ── feature cards ── */
.int-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px; margin-top: 26px;
}
.int-card {
  background: #fff; border: 1px solid #E3DAC7; border-radius: 12px;
  padding: 22px 22px 20px;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.int-card:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgba(33, 28, 21, .07); border-color: #F0A964; }
.int-card .ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 10px; margin-bottom: 14px;
  background: rgba(180, 71, 10, .1); color: #9A3412;
}
.int-card .ico svg { width: 19px; height: 19px; }
.int-card h3 { font-size: 17px; font-weight: 700; letter-spacing: -.015em; margin: 0 0 6px; }
.int-card p { font-size: 14.5px; color: #5D5546; line-height: 1.6; margin: 0; }

/* ── numbered setup steps ── */
.int-steps { list-style: none; margin: 26px 0 0; padding: 0; counter-reset: step; }
.int-steps li {
  position: relative; counter-increment: step;
  padding: 0 0 26px 58px; margin: 0;
}
.int-steps li::before {
  content: counter(step);
  position: absolute; left: 0; top: 0;
  width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #FDEEE2; border: 2px solid #B4470A;
  color: #211C15; font-size: 15px; font-weight: 700; line-height: 1;
}
.int-steps li::after {
  content: ''; position: absolute; left: 17px; top: 38px; bottom: 2px;
  width: 2px; background: #E3DAC7;
}
.int-steps li:last-child { padding-bottom: 0; }
.int-steps li:last-child::after { display: none; }
.int-steps li:last-child::before { background: #9A3412; border-color: #9A3412; color: #fff; }
.int-steps .step-t { font-size: 16.5px; font-weight: 700; letter-spacing: -.01em; display: block; margin-bottom: 4px; }
.int-steps .step-d { font-size: 15px; color: #5D5546; margin: 0; }
.int-steps code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13.5px;
  background: #FAF6EE; border: 1px solid #EDE5D3; border-radius: 5px; padding: 1px 6px;
}

/* ── two-column intro (text + checklist) ── */
.int-split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; align-items: start; }
.int-split p { margin: 0 0 14px; }
.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li {
  position: relative; padding-left: 28px; margin-bottom: 11px;
  font-size: 15px; color: #5D5546; line-height: 1.55;
}
.check-list li::before {
  content: ''; position: absolute; left: 0; top: 5px;
  width: 16px; height: 16px; border-radius: 50%;
  background: #B4470A url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 11px 11px no-repeat;
}
.check-card {
  background: #fff; border: 1px solid #E3DAC7; border-radius: 12px; padding: 22px 22px 14px;
}
.check-card h3 {
  font-size: 12.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: #8A8172; margin: 0 0 14px;
}

/* ── FAQ ── */
.int-faq { margin-top: 22px; border-top: 1px solid #E3DAC7; }
.int-faq details { border-bottom: 1px solid #E3DAC7; }
.int-faq summary {
  list-style: none; cursor: pointer; padding: 18px 34px 18px 0; position: relative;
  font-size: 16.5px; font-weight: 600; letter-spacing: -.01em; color: #211C15;
}
.int-faq summary::-webkit-details-marker { display: none; }
.int-faq summary::after {
  content: ''; position: absolute; right: 6px; top: 50%; width: 9px; height: 9px;
  border-right: 2px solid #8A8172; border-bottom: 2px solid #8A8172;
  transform: translateY(-70%) rotate(45deg); transition: transform .2s;
}
.int-faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.int-faq summary:hover { color: #9A3412; }
.int-faq .faq-a { padding: 0 8px 20px 0; color: #5D5546; font-size: 15.5px; }
.int-faq .faq-a p { margin: 0 0 12px; }
.int-faq .faq-a p:last-child { margin: 0; }

/* ── other integrations ── */
.int-more { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.int-chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid #E3DAC7; border-radius: 999px;
  padding: 8px 16px; font-size: 14px; font-weight: 600; color: #5D5546;
}
.int-chip img { height: 16px; width: auto; }

@media (max-width: 760px) {
  .wrap-int { padding: 8px 18px 48px; }
  .int-split { grid-template-columns: 1fr; gap: 22px; }
  .int-lockup { gap: 12px; }
  .int-tile { height: 68px; min-width: 0; padding: 0 18px; border-radius: 13px; }
  .int-tile img { max-height: 34px; max-width: 108px; }
  .int-tile .wordmark { font-size: 19px; }
  .int-hero .lead { font-size: 16.5px; }
  .int-actions { gap: 10px; }
  .btn-primary, .btn-ghost { padding: 12px 22px; font-size: 14.5px; }
  .int-sec { margin-top: 44px; }
}
