/* HubDB / HubSpot integration pages */
.flowella-hubdb-integration .wrap { max-width: 1320px; margin: 0 auto; padding: 0 40px; }
.flowella-hubdb-integration .wrap-narrow { max-width: 760px; margin: 0 auto; padding: 0 40px; }
.flowella-hubdb-integration .s { padding: 72px 0; }
.flowella-hubdb-integration .s.tint { background: #F1F9FD; }
.flowella-hubdb-integration .eyebrow {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: #0E6EA6; margin-bottom: 12px;
}
.flowella-hubdb-integration .h-display {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(1.75rem, 3.2vw, 2.75rem);
  line-height: 1.15; letter-spacing: -.02em; margin: 0 0 16px;
  color: #0F172A;
}
.flowella-hubdb-integration .lede { font-size: 1.05rem; line-height: 1.6; color: #475569; max-width: 62ch; }
.flowella-hubdb-integration .lede p { margin: 0 0 12px; }
.flowella-hubdb-integration .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 600; font-size: 14.5px; padding: 12px 22px; border-radius: 12px;
  border: 1px solid transparent; text-decoration: none; line-height: 1;
}
.flowella-hubdb-integration .btn-lg { padding: 16px 28px; font-size: 15.5px; border-radius: 14px; }
.flowella-hubdb-integration .btn-primary { background: #0E6EA6; color: #fff; }
.flowella-hubdb-integration .btn-primary:hover { background: #0B5483; }
.flowella-hubdb-integration .btn-ghost { background: transparent; color: #0F172A; border-color: #CBD5E1; }
.flowella-hubdb-integration .btn-ghost:hover { background: #F1F5F9; }

/* Hero */
.int-hero {
  background: linear-gradient(160deg, #0B5483 0%, #0E6EA6 45%, #0F172A 120%);
  color: #fff; padding: 120px 0 72px;
}
.int-hero .eyebrow { color: #7DD3FC; }
.int-hero-headline h1,
.int-hero-headline .h-display,
.int-hero-headline { color: #fff; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.12; margin: 0 0 18px; font-family: "Poppins", system-ui, sans-serif; letter-spacing: -.02em; }
.int-hero-lede,
.int-hero-lede.lede { color: rgba(255,255,255,.88); }
.int-hero-lede a { color: #fff; text-decoration: underline; }
.int-partner-logo { height: 36px; width: auto; margin-bottom: 20px; filter: brightness(0) invert(1); }
.int-hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 20px; }
.int-hero .btn-ghost { color: #fff; border-color: rgba(255,255,255,.35); }
.int-hero .btn-ghost:hover { background: rgba(255,255,255,.1); }
.int-rating {
  display: inline-flex; align-items: center; gap: 10px;
  color: rgba(255,255,255,.92); font-size: 14px; text-decoration: none;
  padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
}
.int-rating .stars { color: #FBBF24; letter-spacing: 1px; }
.int-rating:hover { background: rgba(255,255,255,.16); }
.crumbs { display: flex; gap: 8px; align-items: center; font-size: 13px; margin-bottom: 28px; color: rgba(255,255,255,.7); }
.crumbs a { color: rgba(255,255,255,.9); text-decoration: none; }
.crumbs .div { opacity: .5; }

/* Stats */
.int-stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.int-stat b { display: block; font-size: 2rem; color: #0E6EA6; letter-spacing: -.02em; }
.int-stat span { color: #64748B; font-size: 14px; }

/* Screenshot */
.int-shot-figure {
  margin: 0; border-radius: 16px; overflow: hidden;
  box-shadow: 0 24px 60px -24px rgba(15,23,42,.35); border: 1px solid #E2E8F0; background: #fff;
}
.int-shot-figure img { width: 100%; height: auto; display: block; }
.int-shot-figure figcaption { padding: 14px 18px; font-size: 14px; color: #64748B; background: #F8FAFC; }

/* Pillars */
.int-pillar-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center;
}
.int-pillar-grid--flip { direction: rtl; }
.int-pillar-grid--flip > * { direction: ltr; }
.int-pillar-media img {
  width: 100%; height: auto; border-radius: 14px; border: 1px solid #E2E8F0;
  box-shadow: 0 16px 40px -20px rgba(15,23,42,.3); background: #fff;
}
.int-kb-link a { color: #0E6EA6; font-weight: 600; text-decoration: none; }
.int-kb-link a:hover { text-decoration: underline; }

/* Steps */
.int-step-list { list-style: none; margin: 32px 0 0; padding: 0; display: grid; gap: 20px; }
.int-step-list li {
  display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: start;
  padding: 22px; border-radius: 16px; background: #fff; border: 1px solid #E2E8F0;
}
.int-step-num {
  width: 48px; height: 48px; border-radius: 14px; background: #0E6EA6; color: #fff;
  display: grid; place-items: center; font-weight: 700; font-size: 18px;
}
.int-step-list h3 { margin: 0 0 6px; font-size: 1.15rem; }
.int-step-list p { margin: 0 0 8px; color: #475569; }
.int-step-list a { color: #0E6EA6; font-weight: 600; text-decoration: none; }

/* Personas / cards */
.int-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
.int-card {
  background: #fff; border: 1px solid #E2E8F0; border-radius: 16px; padding: 24px;
  box-shadow: 0 8px 24px -18px rgba(15,23,42,.25);
}
.int-card h3 { margin: 0 0 10px; font-size: 1.2rem; }
.int-card p { margin: 0 0 14px; color: #475569; }
.int-card a { color: #0E6EA6; font-weight: 600; text-decoration: none; }

/* Gallery */
.int-gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 28px; }
.int-gallery-item {
  margin: 0; border-radius: 14px; overflow: hidden; border: 1px solid #E2E8F0; background: #fff;
}
.int-gallery-item img { width: 100%; height: auto; display: block; aspect-ratio: 16 / 9; object-fit: cover; object-position: top; }
.int-gallery-item figcaption { padding: 12px 14px; font-size: 13px; color: #64748B; }

/* Proof */
.int-quote { margin: 0; }
.int-quote-body { font-family: "Fraunces", Georgia, serif; font-size: clamp(1.25rem, 2.2vw, 1.65rem); line-height: 1.45; color: #0F172A; }
.int-quote footer { margin-top: 20px; display: flex; flex-direction: column; gap: 4px; color: #64748B; font-size: 14px; }
.int-quote cite { font-style: normal; font-weight: 700; color: #0F172A; }

/* Docs */
.int-docs-list { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.int-docs-list a {
  display: inline-flex; padding: 10px 14px; border-radius: 999px; background: #fff;
  border: 1px solid #E2E8F0; color: #0E6EA6; font-weight: 600; text-decoration: none; font-size: 14px;
}
.int-docs-list a:hover { border-color: #0E6EA6; background: #F1F9FD; }

/* FAQ */
.int-faq-list { margin-top: 24px; display: grid; gap: 10px; }
.int-faq-item {
  background: #fff; border: 1px solid #E2E8F0; border-radius: 14px; padding: 4px 18px;
}
.int-faq-item summary {
  cursor: pointer; font-weight: 600; padding: 14px 0; list-style: none;
}
.int-faq-item summary::-webkit-details-marker { display: none; }
.int-faq-answer { padding: 0 0 16px; color: #475569; }
.int-faq-answer p { margin: 0 0 8px; }

/* CTA */
.int-cta { background: linear-gradient(160deg, #0B5483 0%, #0E6EA6 55%, #128C7E 130%); color: #fff; }
.int-cta .eyebrow { color: #A5F3FC; }
.int-cta-heading h2,
.int-cta-heading { color: #fff; font-size: clamp(1.75rem, 3vw, 2.5rem); margin: 0 0 12px; font-family: "Poppins", system-ui, sans-serif; }
.int-cta .lede { color: rgba(255,255,255,.88); }
.int-cta .btn-ghost { color: #fff; border-color: rgba(255,255,255,.35); }
.int-cta-tertiary { margin-top: 18px; }
.int-cta-tertiary a { color: #fff; font-weight: 600; }

/* Listing */
.int-listing-hero { padding-top: 120px; }
.int-listing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.int-listing-card {
  display: block; background: #fff; border: 1px solid #E2E8F0; border-radius: 18px;
  padding: 28px; text-decoration: none; color: inherit;
  transition: transform .12s, box-shadow .12s, border-color .12s;
}
.int-listing-card:hover {
  transform: translateY(-2px); border-color: #0E6EA6;
  box-shadow: 0 18px 40px -24px rgba(14,110,166,.45);
}
.int-listing-card.is-featured { border-color: #FF7A59; box-shadow: 0 12px 32px -20px rgba(255,122,89,.5); }
.int-listing-logo { height: 32px; width: auto; margin-bottom: 16px; }
.int-listing-card h2 { margin: 0 0 10px; font-size: 1.35rem; }
.int-listing-card p { margin: 0 0 16px; color: #475569; }
.int-listing-cta { color: #0E6EA6; font-weight: 600; font-size: 14px; }
.int-badge {
  display: inline-block; margin-bottom: 12px; font-size: 11px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; padding: 4px 8px; border-radius: 6px;
  background: #EEF2F7; color: #475569;
}
.int-badge--mkt { background: #FFF1EC; color: #C2410C; }

@media (max-width: 960px) {
  .int-stats-grid,
  .int-pillar-grid,
  .int-pillar-grid--flip,
  .int-card-grid,
  .int-gallery-grid,
  .int-listing-grid { grid-template-columns: 1fr; direction: ltr; }
  .flowella-hubdb-integration .wrap,
  .flowella-hubdb-integration .wrap-narrow { padding: 0 20px; }
  .int-hero { padding: 100px 0 56px; }
}
