/* =====================================================================
   Bmatix GoBeyond — only what block attributes cannot express.
   Colours and spacing live on the blocks themselves; this file handles
   pills, chips, the chat bubbles, the logo row, the calculator and the
   responsive behaviour. Brand: #151f6d navy, #cceeff pale, #ff6900 orange.
   ===================================================================== */

/* --- hero ------------------------------------------------------------ */
.gb-hero .wp-block-columns { align-items: stretch; }
.gb-hero .gb-panel { height: 100%; }
.gb-hero .gb-panel-dark { display: flex; flex-direction: column; gap: 18px; }
.gb-hero .gb-panel-dark > * { margin: 0; }
.gb-hero .gb-panel-dark figure { flex: 1 1 auto; min-height: 200px; margin: 0; }
.gb-hero .gb-panel-dark figure img {
	width: 100%; height: 100%; min-height: 200px;
	object-fit: cover; border-radius: 16px; display: block;
}

/* a small badge-style label */
.gb-pill {
	display: inline-block; align-self: flex-start;
	padding: 10px 18px; border-radius: 100px;
	background: rgba(255, 255, 255, .12);
}
.gb-quote { border: 0; padding: 0; margin: 0; }
.gb-quote cite {
	display: block; margin-top: 8px; font-size: 12.5px;
	font-style: normal; color: rgba(255, 255, 255, .7);
}

/* --- client logos ---------------------------------------------------- */
.gb-logos .wp-block-columns { align-items: center; margin: 0; }
.gb-logos figure { margin: 0; text-align: center; }
.gb-logos img { max-height: 30px; width: auto; }

/* --- AI band --------------------------------------------------------- */
.gb-badge {
	display: inline-block; padding: 8px 18px; border-radius: 100px;
	background: rgba(204, 238, 255, .12); border: 1px solid rgba(204, 238, 255, .3);
}
.gb-ai .gb-chat { max-width: 760px; margin-inline: auto; display: flex; flex-direction: column; gap: 12px; }
.gb-ai .gb-ask { align-self: flex-end; max-width: 76%; border-bottom-right-radius: 6px !important; }
.gb-ai .gb-answer { align-self: flex-start; max-width: 82%; border-bottom-left-radius: 6px !important; border: 1px solid rgba(255, 105, 0, .42); }
.gb-ai .gb-ask p, .gb-ai .gb-answer p { margin: 0; }
.gb-ai .gb-answer p + p { margin-top: 6px; }
.gb-tile { height: 100%; }

/* --- cards, chips, links --------------------------------------------- */
.gb-card { box-shadow: 0 14px 34px rgba(21, 31, 109, .07); height: 100%; }
.gb-card > *:first-child { margin-top: 0; }
.gb-chip {
	display: inline-block; padding: 8px 16px; border-radius: 100px;
	background: #cceeff; margin: 0;
}
a.gb-underline { text-decoration: none; border-bottom: 2px solid #ff6900; color: inherit; }
a.gb-underline:hover { color: #ff6900; }
.gb-close a { color: inherit; text-decoration: none; }
.gb-close a:hover { text-decoration: underline; }
.gb-route .wp-block-columns { margin-top: 18px; }
.gb-route p { margin: 0; }
.gb-route p + p { margin-top: 4px; }

/* --- run-rate calculator --------------------------------------------- */
.gb-rr { display: flex; flex-wrap: wrap; gap: 14px; text-align: left; }
.gb-rr-controls,
.gb-rr-out { flex: 1 1 320px; padding: 30px; border-radius: 22px; }
.gb-rr-controls {
	background: #fff; border: 1px solid rgba(21, 31, 109, .1);
	box-shadow: 0 14px 34px rgba(21, 31, 109, .07);
	display: flex; flex-direction: column; gap: 20px;
}
.gb-rr-out { background: #151f6d; display: flex; flex-direction: column; justify-content: space-between; gap: 22px; }
.gb-field { display: flex; flex-direction: column; gap: 8px; }
.gb-field-head { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.gb-field label { font-size: 14px; font-weight: 600; color: #151f6d; }
.gb-field-head span { font-size: 16px; font-weight: 700; color: #ff6900; }
.gb-field input[type="range"] { width: 100%; margin: 0; accent-color: #ff6900; height: 20px; cursor: pointer; }
.gb-rr-label {
	margin: 0 0 4px; font-size: 11px; font-weight: 700; letter-spacing: .14em;
	text-transform: uppercase; color: #a9c9e8;
}
.gb-rr-label-accent { color: #ff6900; }
.gb-rr-big { margin: 0 0 14px; font-size: 40px; line-height: 1; font-weight: 700; letter-spacing: -.03em; color: #fff; }
.gb-rr-big small { font-size: 19px; font-weight: 600; color: #a9c9e8; }
.gb-rr-track { height: 8px; border-radius: 100px; background: rgba(204, 238, 255, .2); overflow: hidden; margin-bottom: 14px; }
.gb-rr-track > div { height: 8px; width: 15%; border-radius: 100px; background: #ff6900; transition: width .45s ease; }
.gb-rr-note { margin: 0; font-size: 14px; line-height: 1.55; color: #dbe2f5; }
.gb-rr-note strong { color: #cceeff; }
.gb-rr-after { padding-top: 18px; border-top: 1px solid rgba(204, 238, 255, .24); }
.gb-rr-after .gb-rr-big { margin-bottom: 8px; }

/* --- responsive ------------------------------------------------------ */
@media (max-width: 781px) {
	.gb-logos .wp-block-column { flex-basis: 33% !important; }
	.gb-ai .gb-ask,
	.gb-ai .gb-answer { max-width: 100%; }
}
