/*
Theme Name: AskSpot
Template: twentytwentyfive
Version: 0.9.27
Description: Motyw AskSpot - pelny brand (etap 2). Natywny block theme z biblioteka wzorcow, SEO/GEO. Plus Jakarta Sans + Inter, AskSpot Blue.
Author: AskSpot
Text Domain: askspot
*/

/* ==========================================================================
   Base
   ========================================================================== */
:root {
	--ask-line: var(--wp--preset--color--line, #EDEFF2);
	--ask-card-border: #E6EAF0;
	/* Design System aliases - values per design_handoff_askspot_design_system */
	--as-line: #E6EAF0;
	--as-line-soft: #E1E5EB;
	--as-surface: #EEF2F7;
	--as-dark: #1B2230;
	--as-dark-panel: #252E3D;
	--as-on-dark-muted: #AEB7C5;
	--as-on-dark-label: #8A93A8;
	--as-on-dark-link: #6E9BF0;
	--as-ease: cubic-bezier(.4, 0, .2, 1);
}

html { scroll-behavior: smooth; }

/* Template-part wrappers must not constrain sticky/full-bleed children. */
.wp-block-template-part { display: contents; }

/* Full-width sections sit flush (no paper strip from the global block gap),
   like the v3 reference. Regular flow content (articles) keeps its rhythm. */
.ask-main .wp-block-post-content > .alignfull { margin-block-start: 0; }

/* Kill the global flow gap: WordPress pushes every child of a plain (flow)
   group down by the 1.5rem block gap, which wrecks composed layouts. Revert
   to browser defaults (groups/divs 0, text keeps its native rhythm). The
   constrained-layout gap (article content) and flex/grid gaps stay intact.
   Kept early in this file so component rules below still win the cascade. */
:root :where(.is-layout-flow) > * { margin-block-start: revert; }

/* Same story at the site root: WordPress separates header / main / footer
   with the block gap, leaving a paper strip between the header bar and the
   first section. Sections carry their own padding, so drop it. */
.wp-site-blocks > * { margin-block-start: 0; }

/* Rows and grids assembled from core groups: WordPress injects a flow gap
   (margin-block-start) between siblings, which knocks items out of vertical
   alignment inside flex/grid rows. Neutralize it for these containers. */
.ask-statgrid > *,
.ask-stepsrow > *,
.ask-chips-dark > *,
.ask-channels > *,
.ask-chan > *,
.ask-fig > *,
.ask-fig-chat > *,
.ask-fig-nudge > *,
.ask-cs-track > *,
.ask-tsection__track > *,
.ask-team > * { margin-block-start: 0; }

/* Home: cards lean on hairline borders, not shadows (reference look). */
.home .wp-block-group.is-style-card,
.home .ask-tquote { box-shadow: none; }

::selection { background: var(--wp--preset--color--blue, #2766F0); color: #fff; }

/* WP core (6.6+) w global styles rysuje outline na KAZDYM :focus wewnatrz
   .wp-site-blocks — stad przypadkowe ramki po zwyklym kliknieciu (FAQ, karty,
   slidery). Wylaczamy ja w calosci; wskazniki fokusu dla klawiatury daja nasze
   wlasne reguly :focus-visible ponizej. */
.wp-site-blocks :focus:not(:focus-visible) { outline: none; }

:where(a):focus-visible,
:where(button):focus-visible,
.wp-block-button__link:focus-visible {
	outline: 2px solid var(--wp--preset--color--blue, #2766F0);
	outline-offset: 2px;
}

/* Smooth, readable body */
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

/* ==========================================================================
   Buttons - brand variations
   ========================================================================== */
/* Centered buttons row (logo bands, section footers). */
.ask-btns-center { justify-content: center; }

/* Primary CTA with a trailing arrow (design system: outcome verbs + arrow). */
.ask-btn-arrow .wp-block-button__link::after { content: " \2192"; }

.wp-block-button.is-style-secondary > .wp-block-button__link {
	background: #fff;
	color: var(--wp--preset--color--ink, #313A46);
	border: 1px solid #D6DBE2;
}
.wp-block-button.is-style-secondary > .wp-block-button__link:hover {
	border-color: var(--wp--preset--color--blue, #2766F0);
	color: var(--wp--preset--color--blue, #2766F0);
	background: #fff;
}

.wp-block-button.is-style-ghost > .wp-block-button__link {
	background: transparent;
	color: var(--wp--preset--color--blue, #2766F0);
	padding-left: .4rem;
	padding-right: .4rem;
}
.wp-block-button.is-style-ghost > .wp-block-button__link:hover {
	background: transparent;
	color: var(--wp--preset--color--blue-deep, #1A4FCC);
}

.wp-block-button.is-style-soft > .wp-block-button__link {
	background: var(--wp--preset--color--blue-tint, #EAF0FE);
	color: var(--wp--preset--color--blue-deep, #1A4FCC);
}
.wp-block-button.is-style-soft > .wp-block-button__link:hover {
	background: #DCE6FC;
	color: var(--wp--preset--color--blue-deep, #1A4FCC);
}

/* ==========================================================================
   Group surfaces - cards / panels
   ========================================================================== */
.wp-block-group.is-style-card {
	background: #fff;
	border: 1px solid var(--as-line, #E6EAF0);
	border-radius: var(--wp--custom--radius--card, 16px);
	padding: clamp(1.5rem, 3vw, 2.25rem);
	box-shadow: var(--wp--custom--shadow--md, 0 6px 16px -10px rgba(49,58,70,.3));
}

.wp-block-group.is-style-panel-dark {
	background: var(--wp--preset--color--ink, #313A46);
	color: #fff;
	border-radius: var(--wp--custom--radius--lg, 18px);
	padding: clamp(1.5rem, 3vw, 2.5rem);
}
.wp-block-group.is-style-panel-dark :where(h1,h2,h3,h4,p,li,cite) { color: #fff; }

.wp-block-group.is-style-panel-tint {
	background: var(--wp--preset--color--blue-tint, #EAF0FE);
	border: 1px solid #DCE8FB;
	border-radius: var(--wp--custom--radius--lg, 18px);
	padding: clamp(1.5rem, 3vw, 2.5rem);
}

/* ==========================================================================
   Check list
   ========================================================================== */
.wp-block-list.is-style-check {
	list-style: none;
	padding-left: 0;
	display: grid;
	gap: .7rem;
}
.wp-block-list.is-style-check li {
	position: relative;
	padding-left: 2rem;
	line-height: 1.45;
}
.wp-block-list.is-style-check li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .05em;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background-color: var(--wp--preset--color--blue-tint, #EAF0FE);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%232766F0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4 4 10-10'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}

/* Neutral variant for pain points / constraints: a quiet slate dash instead of
   a checkmark (checks are reserved for things delivered). */
.wp-block-list.is-style-dash {
	list-style: none;
	padding-left: 0;
	display: grid;
	gap: .7rem;
}
.wp-block-list.is-style-dash li {
	position: relative;
	padding-left: 1.7rem;
	line-height: 1.5;
}
.wp-block-list.is-style-dash li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .7em;
	width: 16px;
	height: 2px;
	border-radius: 2px;
	background: #C2CCDA;
}

/* ==========================================================================
   Bordered columns (feature cards in a row)
   ========================================================================== */
.wp-block-columns.is-style-bordered > .wp-block-column {
	background: #fff;
	border: 1px solid var(--ask-card-border);
	border-radius: var(--wp--custom--radius--lg, 18px);
	padding: clamp(1.25rem, 2.5vw, 1.75rem);
}

/* ==========================================================================
   Utilities - eyebrow label, pill, stat
   ========================================================================== */
.ask-eyebrow {
	font-family: var(--wp--preset--font-family--heading), sans-serif;
	font-weight: 600;
	font-size: .8125rem;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--wp--preset--color--blue, #2766F0);
}

.ask-pill {
	display: inline-block;
	border-radius: 999px;
	padding: .45rem .9rem;
	font-size: .85rem;
	font-weight: 600;
	background: var(--wp--preset--color--blue-tint, #EAF0FE);
	color: var(--wp--preset--color--blue-deep, #1A4FCC);
}

.ask-stat-number {
	font-family: var(--wp--preset--font-family--heading), sans-serif;
	font-weight: 700;
	letter-spacing: -.03em;
	line-height: 1;
	font-size: clamp(2.25rem, 4vw, 3rem);
	color: var(--wp--preset--color--blue, #2766F0);
}

/* ==========================================================================
   Header / footer / navigation
   ========================================================================== */
.wp-block-template-part .wp-block-site-title a { text-decoration: none; }

.wp-block-navigation { font-weight: 500; }
.wp-block-navigation a { color: var(--wp--preset--color--slate, #5E6A7A); }
.wp-block-navigation a:hover { color: var(--wp--preset--color--ink, #313A46); }

/* Polylang language switcher as compact pills */
.wp-block-polylang-language-switcher ul,
.lang_switcher_block ul,
ul.pll-switcher {
	list-style: none;
	display: flex;
	gap: 2px;
	margin: 0;
	padding: 3px;
	border: 1px solid #D6DBE2;
	border-radius: 999px;
}
.wp-block-polylang-language-switcher li { margin: 0; }
.wp-block-polylang-language-switcher a {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: .8rem;
	font-weight: 600;
	text-decoration: none;
	color: var(--wp--preset--color--slate, #5E6A7A);
}
.wp-block-polylang-language-switcher .current-lang a,
.wp-block-polylang-language-switcher a[aria-current="page"] {
	background: var(--wp--preset--color--ink, #313A46);
	color: #fff;
}

/* ==========================================================================
   Chat widget visual (hero / demos) - styled, static
   ========================================================================== */
.ask-widget {
	background: #fff;
	border: 1px solid var(--ask-card-border);
	border-radius: var(--wp--custom--radius--lg, 18px);
	box-shadow: 0 14px 30px -22px rgba(49, 58, 70, 0.14);
	overflow: hidden;
	max-width: 380px;
}
/* Animated demos are display-only: no typing, clicking or manual scrolling inside. */
.ask-chat {
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
}
.ask-bubble-bot {
	background: #EFEFF1;
	color: var(--wp--preset--color--ink, #313A46);
	border-radius: 18px 18px 18px 5px;
	padding: 12px 15px;
	font-size: 14px;
	line-height: 1.45;
	max-width: 85%;
}
.ask-bubble-user {
	background: var(--wp--preset--color--blue, #2766F0);
	color: #fff;
	border-radius: 18px 18px 5px 18px;
	padding: 12px 15px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
	max-width: 85%;
	margin-left: auto;
}

/* ==========================================================================
   Site header bar
   ========================================================================== */
.ask-bar { width: 100%; max-width: 1180px; margin-inline: auto; }

.ask-header {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	/* Sticky bar on every page, jak w referencji v3 (blur + translucent below). */
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(251, 252, 253, 0.85);
	backdrop-filter: saturate(140%) blur(14px);
	-webkit-backdrop-filter: saturate(140%) blur(14px);
	border-bottom: 1px solid var(--as-line, #E6EAF0);
	padding-top: 0.9rem;
	padding-bottom: 0.9rem;
	/* full-width bar: brand at the left edge, actions at the right edge */
	padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}
body.admin-bar .ask-header { top: var(--wp-admin--admin-bar--height, 32px); }
.ask-brand { flex: 1 1 0; gap: 0.55rem; align-items: center; }
.ask-nav { flex: 0 0 auto; }
.ask-header > * { margin-block: 0; }
.ask-brand__mark { display: inline-flex; }
.ask-brand__mark svg { height: 28px; width: auto; display: block; }
.ask-brand .wp-block-site-title { margin: 0; }
.ask-brand .wp-block-site-title a { text-decoration: none; }

.ask-header-actions { flex: 1 1 0; display: flex; align-items: center; justify-content: flex-end; gap: 0.9rem; }
.ask-login { font-size: 0.95rem; font-weight: 600; color: var(--wp--preset--color--ink, #313A46); text-decoration: none; white-space: nowrap; }
.ask-login:hover { color: var(--wp--preset--color--blue, #2766F0); }
.ask-nav__list { display: flex; gap: 1.4rem; list-style: none; margin: 0; padding: 0; }
.ask-nav__list li { margin: 0; }
.ask-nav__list a { text-decoration: none; font-weight: 500; font-size: 0.95rem; color: var(--wp--preset--color--slate, #5E6A7A); }
.ask-nav__list a:hover { color: var(--wp--preset--color--ink, #313A46); }
/* Current page (and its section parent on subpages) — wp_nav_menu context classes. */
.ask-nav__list li.current-menu-item > a,
.ask-nav__list li.current-menu-ancestor > a,
.ask-nav__list li.current-page-ancestor > a,
.ask-nav__list li.current_page_parent > a,
.ask-nav__list li.current_page_ancestor > a {
	color: var(--wp--preset--color--blue, #2766F0);
	font-weight: 600;
}

.ask-cta {
	display: inline-block;
	background: var(--wp--preset--color--blue, #2766F0);
	color: #fff;
	padding: 0.6rem 1.1rem;
	border-radius: var(--wp--custom--radius--md, 12px);
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none;
	white-space: nowrap;
}
.ask-cta:hover { background: var(--wp--preset--color--blue-deep, #1A4FCC); color: #fff; }

/* Language switcher (Polylang) - compact pills */
.ask-lang { list-style: none; display: inline-flex; gap: 2px; margin: 0; padding: 3px; border: 1px solid #D6DBE2; border-radius: 999px; }
.ask-lang li { margin: 0; list-style: none; }
.ask-lang a { display: inline-block; padding: 4px 9px; border-radius: 999px; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; text-decoration: none; color: var(--wp--preset--color--slate, #5E6A7A); }
.ask-lang .current-lang > a,
.ask-lang .current-lang a { background: var(--wp--preset--color--ink, #313A46); color: #fff; }

/* ==========================================================================
   Site footer
   ========================================================================== */
.ask-footer {
	/* Navy jak sekcje ciemne v3 (nie ink) + delikatna poswiata brandu. */
	background: radial-gradient(720px 420px at 85% -10%, rgba(39, 102, 240, 0.14), rgba(39, 102, 240, 0) 60%), var(--as-dark, #1B2230);
	color: #fff;
	margin-top: 5rem;
	padding: 4rem 1.25rem 2rem;
}
.ask-footer a { color: #C9D2E0; text-decoration: none; }
.ask-footer a:hover { color: #fff; }
.ask-footer__inner { display: flex; flex-wrap: wrap; gap: 2.5rem 3rem; justify-content: space-between; align-items: flex-start; }
.ask-footer__brand { max-width: 320px; }
.ask-footer__logo { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--wp--preset--font-family--heading); font-weight: 600; font-size: 1.5rem; color: #fff; }
.ask-footer__tagline { color: #8A93A8; margin: 0.75rem 0 0; line-height: 1.5; }
.ask-footer__cols { display: flex; gap: 3rem; flex-wrap: wrap; }
.ask-footer__col-title { font-family: var(--wp--preset--font-family--heading); font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: #8A93A8; margin: 0 0 0.8rem; }
.ask-footer__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem; }
.ask-footer__bottom { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; align-items: center; justify-content: space-between; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.ask-footer__legal { color: #8A93A8; font-size: 0.85rem; }
.ask-footer__legal-links { display: inline-flex; flex-wrap: wrap; gap: 0.35rem 1.25rem; }
.ask-footer__legal-links a { color: #AEB7C5; font-size: 0.85rem; text-decoration: none; }
.ask-footer__legal-links a:hover { color: #fff; text-decoration: underline; }

/* ==========================================================================
   Responsive
   ========================================================================== */
.ask-burger { display: none; flex-direction: column; justify-content: center; gap: 4px; width: 40px; height: 40px; padding: 8px; background: #fff; border: 1px solid #D6DBE2; border-radius: 10px; cursor: pointer; }
.ask-burger span { display: block; height: 2px; border-radius: 2px; background: var(--wp--preset--color--ink, #313A46); transition: transform 0.2s ease, opacity 0.2s ease; }
.ask-header.nav-open .ask-burger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.ask-header.nav-open .ask-burger span:nth-child(2) { opacity: 0; }
.ask-header.nav-open .ask-burger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 1120px) {
	.ask-nav__list { gap: 1rem; }
	.ask-header-actions { gap: 0.8rem; }
}
@media (max-width: 980px) {
	/* Seven nav items no longer fit inline: burger + dropdown from here down. */
	.ask-burger { display: flex; }
	.ask-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--as-line, #E6EAF0); box-shadow: 0 18px 30px -22px rgba(49, 58, 70, 0.4); padding: 0.75rem 1.25rem 1rem; }
	.ask-header.nav-open .ask-nav { display: block; }
	.ask-nav__list { flex-direction: column; gap: 0; }
	.ask-nav__list a { display: block; padding: 0.7rem 0.25rem; font-size: 1.05rem; color: var(--wp--preset--color--ink, #313A46); border-bottom: 1px solid var(--ask-line, #EDEFF2); }
	.ask-nav__list li:last-child a { border-bottom: 0; }
}
@media (max-width: 700px) {
	.ask-login { display: none; }
}
@media (max-width: 600px) {
	.ask-header { gap: 0.6rem; padding-inline: 1rem; }
	.ask-header-actions { gap: 0.5rem; }
	.ask-cta { padding: 0.55rem 0.8rem; font-size: 0.9rem; }
	.ask-lang a { padding: 4px 7px; }
}

/* ==========================================================================
   Sections - shared
   ========================================================================== */
.ask-section--dark { color: #fff; }
.ask-section--dark :where(h1, h2, h3, h4, h5, p, li, cite, figcaption) { color: #fff; }
.ask-section--dark .ask-eyebrow { color: #8FB0F6; }
.ask-section--dark a:not(.wp-element-button):not(.wp-block-button__link) { color: #8FB0F6; }

.ask-lede { color: var(--wp--preset--color--slate, #5E6A7A); font-size: 1.125rem; line-height: 1.6; }
.ask-section--dark .ask-lede { color: #AEB7C5; }

/* ==========================================================================
   Hero
   ========================================================================== */
.ask-hero__kpis { display: flex; gap: 2.5rem; flex-wrap: wrap; }
.ask-kpi__num { font-family: var(--wp--preset--font-family--heading); font-weight: 700; letter-spacing: -0.03em; line-height: 1; font-size: clamp(1.75rem, 3vw, 2.25rem); color: var(--wp--preset--color--blue, #2766F0); margin: 0; }
.ask-kpi__label { color: var(--wp--preset--color--slate, #5E6A7A); font-size: 0.95rem; margin: 0.25rem 0 0; max-width: 18ch; }

/* Chat widget visual */
.ask-widget__head { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid var(--wp--preset--color--line, #EDEFF2); font-family: var(--wp--preset--font-family--heading); font-weight: 600; color: var(--wp--preset--color--ink, #313A46); }
.ask-widget__body { padding: 18px; display: flex; flex-direction: column; gap: 12px; }
.ask-widget__input { display: flex; align-items: center; gap: 10px; margin: 4px 16px 14px; background: #F0F0F2; border-radius: 999px; padding: 11px 16px; color: var(--wp--preset--color--gray, #919191); font-size: 14px; }
.ask-widget__powered { text-align: center; padding: 0 12px 14px; font-size: 12.5px; color: var(--wp--preset--color--gray, #919191); }
.ask-widget__mini { border: 1px solid #EAEDF1; border-radius: 14px; padding: 11px; box-shadow: var(--wp--custom--shadow--sm); background: #fff; max-width: 210px; }
.ask-widget__mini b { font-family: var(--wp--preset--font-family--heading); }

/* ==========================================================================
   Client logos
   ========================================================================== */
.ask-logos { display: flex; flex-wrap: wrap; gap: 0.9rem 2.2rem; align-items: center; justify-content: center; }
.ask-logos > * { margin: 0; font-family: var(--wp--preset--font-family--heading); font-weight: 700; font-size: 1.05rem; color: #A6AEBC; letter-spacing: -0.01em; }

/* ==========================================================================
   Stats
   ========================================================================== */
.ask-stat__num { font-family: var(--wp--preset--font-family--heading); font-weight: 700; letter-spacing: -0.03em; line-height: 1; font-size: clamp(2.25rem, 4.5vw, 3.25rem); margin: 0; color: var(--wp--preset--color--blue, #2766F0); }
.ask-section--dark .ask-stat__num { color: #fff; }
.ask-stat__label { color: var(--wp--preset--color--slate, #5E6A7A); margin: 0.4rem 0 0; line-height: 1.4; }
.ask-section--dark .ask-stat__label { color: #AEB7C5; }

/* ==========================================================================
   Capability / feature / pillar cards
   ========================================================================== */
.ask-card-grid { gap: 1.25rem; }
.ask-card h3 { margin-top: 0; }
.ask-metric { font-weight: 700; color: var(--wp--preset--color--blue, #2766F0); margin: 0.75rem 0 0; }
.ask-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--wp--preset--color--blue-tint, #EAF0FE); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.ask-icon svg { width: 24px; height: 24px; }

/* ==========================================================================
   Steps
   ========================================================================== */
.ask-step__num { width: 38px; height: 38px; border-radius: 11px; background: var(--wp--preset--color--blue, #2766F0); color: #fff; font-family: var(--wp--preset--font-family--heading); font-weight: 700; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }

/* ==========================================================================
   Integration chips
   ========================================================================== */
.ask-int { display: flex; align-items: center; gap: 0.6rem; background: #fff; border: 1px solid var(--ask-card-border); border-radius: var(--wp--custom--radius--md, 12px); padding: 0.9rem 1.1rem; font-weight: 600; color: var(--wp--preset--color--ink, #313A46); text-decoration: none; }
.ask-int:hover { border-color: var(--wp--preset--color--blue, #2766F0); color: var(--wp--preset--color--blue, #2766F0); }

/* ==========================================================================
   Testimonials
   ========================================================================== */
/* Karta cytatu. Selektor podwojony (.ask-quote.wp-block-quote), aby chrome karty
   wygrywal z editorialowym stylem .ask-content :where(.wp-block-quote) oraz aby
   reset dla zagniezdzonego blockquote (wrapper) nie zerowal karty samej w sobie. */
.ask-quote,
.ask-quote.wp-block-quote { background: #fff; border: 1px solid var(--ask-card-border); border-radius: var(--wp--custom--radius--lg, 18px); padding: 1.5rem 1.6rem; margin-inline: 0; box-shadow: var(--wp--custom--shadow--md); font-style: normal; color: var(--wp--preset--color--slate, #5E6A7A); }
.ask-quote blockquote { margin: 0; border: 0; padding: 0; }
.ask-quote cite { display: block; margin-top: 1rem; font-style: normal; font-weight: 600; font-size: 0.9rem; color: var(--wp--preset--color--ink, #313A46); }

/* ==========================================================================
   FAQ accordion (core details blocks; details[name] keeps one open at a time)
   ========================================================================== */
.ask-faq .wp-block-details {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--as-line, #E6EAF0);
}
.ask-faq .wp-block-details:first-child { border-top: 1px solid var(--as-line, #E6EAF0); }
.ask-faq .wp-block-details summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	list-style: none;
	padding: 1.35rem 0.125rem;
	cursor: pointer;
	font-family: var(--wp--preset--font-family--heading, 'Plus Jakarta Sans', sans-serif);
	font-weight: 600;
	font-size: 1.0625rem;
	line-height: 1.4;
	color: var(--wp--preset--color--ink, #313A46);
}
.ask-faq .wp-block-details summary::-webkit-details-marker { display: none; }
/* Chromium matchuje :focus-visible po KLIKNIECIU w <summary>, wiec ramka wokol
   calego wiersza pojawiala sie przy zwyklym kliku. Wskaznik fokusu zyje na
   kropce rozwijania: czytelny dla klawiatury, dyskretny przy myszy. */
.ask-faq .wp-block-details summary:focus-visible { outline: none; }
.ask-faq .wp-block-details summary:focus-visible::after {
	outline: 2px solid var(--wp--preset--color--blue, #2766F0);
	outline-offset: 2px;
}
/* Disclosure dot: launcher-style plus in a tint circle; fills brand and
   rotates into a cross when the row is open. */
.ask-faq .wp-block-details summary::after {
	content: "";
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	color: var(--wp--preset--color--blue, #2766F0);
	background:
		linear-gradient(currentColor, currentColor) center / 12px 2px no-repeat,
		linear-gradient(currentColor, currentColor) center / 2px 12px no-repeat,
		var(--wp--preset--color--blue-tint, #EAF0FE);
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.ask-faq .wp-block-details summary:hover::after,
.ask-faq .wp-block-details[open] summary::after {
	background-color: var(--wp--preset--color--blue, #2766F0);
	color: #fff;
}
.ask-faq .wp-block-details[open] summary::after { transform: rotate(45deg); }
.ask-faq .wp-block-details > :where(p, ul, ol) {
	max-width: 44rem;
	margin: -0.35rem 0 0;
	padding: 0 3.5rem 1.35rem 0.125rem;
	color: var(--wp--preset--color--slate, #5E6A7A);
	line-height: 1.65;
}
.ask-faq .wp-block-details > :where(p, ul, ol) + :where(p, ul, ol) {
	margin-top: 0.75rem;
}
/* Smooth height reveal where the platform supports it; instant elsewhere. */
@supports (interpolate-size: allow-keywords) {
	@media (prefers-reduced-motion: no-preference) {
		.ask-faq { interpolate-size: allow-keywords; }
		.ask-faq .wp-block-details::details-content {
			height: 0;
			overflow: clip;
			transition: height 0.28s ease, content-visibility 0.28s allow-discrete;
		}
		.ask-faq .wp-block-details[open]::details-content { height: auto; }
	}
}
@media (max-width: 600px) {
	.ask-faq .wp-block-details summary { gap: 1rem; padding-block: 1.15rem; font-size: 1rem; }
	.ask-faq .wp-block-details summary::after { width: 28px; height: 28px; }
	.ask-faq .wp-block-details > :where(p, ul, ol) { padding-right: 0; }
}

/* ==========================================================================
   CTA band
   ========================================================================== */
.ask-cta-band { border-radius: var(--wp--custom--radius--lg, 18px); }

/* ==========================================================================
   Section title block helper
   ========================================================================== */
.ask-center { text-align: center; }
.ask-center .ask-lede { margin-inline: auto; max-width: 46rem; }

/* ==========================================================================
   Inner page hero + breadcrumbs
   ========================================================================== */
.ask-page-hero {
	position: relative;
	overflow: hidden;
	background: var(--wp--preset--color--paper, #FBFCFD);
	padding: 3.5rem 1.25rem 3rem;
}
/* Hero atmosphere (v3.1 reference): faint dot grid + soft neutral light,
   anchored top-right so it sits behind the aside, away from the copy. */
.ask-page-hero::before {
	content: "";
	position: absolute;
	inset: -40px;
	background-image: radial-gradient(#DCE3ED 1.2px, transparent 1.2px);
	background-size: 30px 30px;
	-webkit-mask-image: radial-gradient(115% 125% at 82% 0%, #000 0%, #000 38%, transparent 76%);
	mask-image: radial-gradient(115% 125% at 82% 0%, #000 0%, #000 38%, transparent 76%);
	pointer-events: none;
}
.ask-page-hero::after {
	content: "";
	position: absolute;
	top: -240px;
	right: -160px;
	width: 640px;
	height: 640px;
	border-radius: 50%;
	background: radial-gradient(closest-side, rgba(96, 116, 150, 0.12), rgba(96, 116, 150, 0) 72%);
	pointer-events: none;
}
.ask-page-hero .ask-bar { position: relative; z-index: 1; max-width: 1180px; margin-inline: auto; }
.ask-page-hero .ask-eyebrow { margin: 0 0 0.4rem; }
.ask-page-hero__title { font-family: var(--wp--preset--font-family--heading); font-weight: 700; letter-spacing: -0.03em; line-height: 1.05; font-size: clamp(2rem, 4.5vw, 3.25rem); margin: 0; color: var(--wp--preset--color--ink, #313A46); max-width: 22ch; }
.ask-page-hero__meta { color: var(--wp--preset--color--gray, #919191); font-size: 0.9rem; margin: 0.75rem 0 0; }
.ask-crumbs { font-size: 0.85rem; color: var(--wp--preset--color--gray, #919191); margin-bottom: 0.75rem; }
.ask-crumbs a { color: var(--wp--preset--color--slate, #5E6A7A); text-decoration: none; }
.ask-crumbs a:hover { color: var(--wp--preset--color--blue, #2766F0); }

/* Split hero: copy left, animated chat demo right (pages with _askspot_hero_chat).
   Mirrors the front-page hero composition: bigger display type, the conversion
   pair of buttons and a one-line proof strip balance the tall chat widget. */
.ask-page-hero--split { padding-top: 4.25rem; padding-bottom: 4rem; }
.ask-page-hero--split .ask-bar { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 400px); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.ask-page-hero--split .ask-page-hero__title { font-size: clamp(2.4rem, 4.6vw, 3.6rem); letter-spacing: -0.035em; }
.ask-page-hero--split .ask-page-hero__lede { max-width: 34rem; font-size: 1.15rem; }
.ask-page-hero__aside { min-width: 0; }
.ask-page-hero__aside .ask-widget { margin-inline: auto; }
.ask-page-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 1.9rem 0 0; }
.ask-page-hero__actions .ask-btn-primary::after { content: " \2192"; }
@media (max-width: 920px) {
	.ask-page-hero--split { padding-top: 3.25rem; padding-bottom: 3rem; }
	.ask-page-hero--split .ask-bar { grid-template-columns: 1fr; gap: 2.25rem; }
}

/* Centered hero (kontakt): copy and the form card below share one axis, so the
   hero atmosphere is re-anchored to the top center instead of the top right. */
.ask-page-hero--center { padding-bottom: 2.25rem; }
.ask-page-hero--center .ask-bar { text-align: center; }
.ask-page-hero--center .ask-page-hero__title { margin-inline: auto; }
.ask-page-hero--center .ask-page-hero__lede { margin-inline: auto; max-width: 44rem; }
.ask-page-hero--center::before {
	-webkit-mask-image: radial-gradient(120% 130% at 50% 0%, #000 0%, #000 42%, transparent 78%);
	mask-image: radial-gradient(120% 130% at 50% 0%, #000 0%, #000 42%, transparent 78%);
}
.ask-page-hero--center::after { right: 50%; transform: translateX(50%); top: -320px; }

/* Hero wpisu (blog): edytorial na jednej osi z kolumna artykulu — wiekszy,
   zbalansowany tytul i byline (znak marki + zespol + data + czas czytania)
   zamiast surowej linii meta. Dziedziczy atmosfere z wariantu --center. */
.ask-page-hero--article { padding-top: 4.25rem; padding-bottom: 2.75rem; }
.ask-page-hero--article .ask-page-hero__title { max-width: 21ch; font-size: clamp(2.15rem, 4.4vw, 3.1rem); line-height: 1.06; text-wrap: balance; }
.ask-page-hero--article .ask-page-hero__lede { font-size: 1.125rem; max-width: 40rem; }
.ask-page-hero__byline { display: flex; flex-wrap: wrap; align-items: center; gap: 0.65rem; margin: 1.6rem 0 0; font-size: 0.92rem; color: var(--wp--preset--color--slate, #5E6A7A); }
.ask-page-hero--center .ask-page-hero__byline { justify-content: center; }
.ask-byline__avatar { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 999px; background: var(--wp--preset--color--blue, #2766F0); box-shadow: 0 8px 18px -8px rgba(39, 102, 240, 0.55); }
.ask-byline__avatar img { width: 16px; height: 16px; display: block; }
.ask-byline__name { font-weight: 600; color: var(--wp--preset--color--ink, #313A46); }
.ask-byline__sep { width: 3px; height: 3px; border-radius: 999px; background: #C2CCDA; }
@media (max-width: 700px) {
	.ask-page-hero--article { padding-top: 3rem; padding-bottom: 2.25rem; }
}

/* Hero konwersji (kontakt, umów demo): split budowany w treści strony —
   copy i dowody po lewej, karta formularza po prawej. Kompakt: cała sekcja
   mieści się nad zgięciem MacBooka, a kolejna sekcja wystaje spod niej
   jako naturalna zachęta do scrolla. */
.ask-page-hero--form { padding-top: 2.25rem; padding-bottom: 2.5rem; }
/* Odpowiednik .ask-bar z hero szablonowego: tresc nad atmosfera (::before/::after),
   inaczej kropki maluja sie NA biale karcie formularza. */
.ask-page-hero--form .wp-block-columns { position: relative; z-index: 1; gap: clamp(2rem, 4.5vw, 4.25rem); }
.ask-page-hero--form .ask-page-hero__aside { min-width: 340px; }
.ask-page-hero--form .ask-page-hero__title { font-size: clamp(2.05rem, 3.6vw, 2.85rem); }
.ask-page-hero--form .ask-page-hero__lede { font-size: 1.05rem; max-width: 32rem; }
.ask-page-hero--form .ask-form {
	box-shadow: var(--wp--custom--shadow--lg, 0 18px 40px -20px rgba(39, 72, 150, 0.45));
	padding: clamp(1.4rem, 2vw, 1.85rem);
}
.ask-page-hero--form .ask-form .ask-field { margin-bottom: 0.7rem; }
.ask-page-hero--form .ask-form label { font-size: 0.85rem; margin-bottom: 0.3rem; }
.ask-page-hero--form .ask-form input[type="text"],
.ask-page-hero--form .ask-form input[type="email"],
.ask-page-hero--form .ask-form input[type="url"],
.ask-page-hero--form .ask-form textarea { padding: 8px 12px; font-size: 0.95rem; }
.ask-page-hero--form .ask-form textarea { height: 84px; min-height: 84px; }
.ask-page-hero--form .ask-form .wpcf7-form > p { margin: 0.25rem 0 0; font-size: 0; line-height: 0; }
.ask-page-hero--form .ask-form .wpcf7-submit { display: block; width: 100%; margin-top: 0; padding: 11px 24px; }
.ask-page-hero--form .ask-form .wpcf7-response-output:empty { display: none; margin: 0; padding: 0; }
@media (max-width: 781px) {
	.ask-page-hero--form .ask-page-hero__aside { min-width: 0; }
}

/* Dowody w copy hero (umów demo i kontakt — jedna anatomia na obu stronach):
   kafelek ikony + pogrubiony tytuł + linijka opisu lub akcji. */
.ask-hero-channels { margin-top: 1.9rem; }
.ask-channel { display: flex; align-items: flex-start; gap: 0.85rem; }
.ask-channel + .ask-channel { margin-top: 1.05rem; }
.ask-channel .ask-icon { width: 40px; height: 40px; border-radius: 10px; margin-bottom: 0; flex: none; }
.ask-channel .ask-icon svg { width: 20px; height: 20px; }
.ask-channel p { margin: 0; font-size: 0.95rem; color: var(--wp--preset--color--slate, #5E6A7A); line-height: 1.5; }
.ask-channel p strong { display: block; font-size: 1rem; color: var(--wp--preset--color--ink, #313A46); font-weight: 600; }
.ask-channel a { color: var(--wp--preset--color--blue, #2766F0); font-weight: 600; text-decoration: none; }
.ask-channel a::after { content: " \2192"; }
.ask-channel a:hover { color: var(--wp--preset--color--blue-deep, #1A4FCC); }

.ask-contact-cards .is-style-ghost > .wp-block-button__link { padding-left: 0; padding-right: 0; }

/* Inner content readability */
.ask-content :where(h2) { margin-top: 2.5rem; }
.ask-content :where(h3) { margin-top: 1.75rem; }

/* ==========================================================================
   Article (blog): reading layout
   Artykul blogowy to strona-dziecko Bloga (grupa blog/*) lub wpis — haka
   dostarcza klasa body .askspot-is-article (inc/template-helpers.php).
   Tresc trzyma lewa krawedz kontenera 1180 dokladnie jak hero (jedna os),
   wypelnia szeroka lewa kolumne, a prawa szyne zajmuje przyklejony spis
   tresci (scrollspy w askspot.js). Ponizej 1180px szyna znika.
   ========================================================================== */
.askspot-is-article .ask-main { display: grid; grid-template-columns: minmax(0, 1fr) 256px; column-gap: clamp(2.5rem, 4vw, 4.5rem); max-width: calc(1180px + 2.5rem); margin-inline: auto; padding-inline: 1.25rem; box-sizing: border-box; }
.askspot-is-article .ask-main > .wp-block-post-content { grid-column: 1; grid-row: 1; min-width: 0; padding-top: 1.5rem; }
:where(.askspot-is-article .ask-main) :where(p, li) { color: var(--wp--preset--color--slate, #5E6A7A); }

/* Tekst i media wypelniaja kolumne od lewej — nadpisuje wysrodkowane
   max-width layoutu WP (contentSize w page.html zostaje 820 dla zwyklych
   stron; artykuly rozpina ten override). Root padding WP (has-global-padding)
   tez do zera, inaczej tresc odjezdza 20px od osi hero. */
.askspot-is-article .wp-block-post-content > :where(:not(.alignfull)) { max-width: none; }
.askspot-is-article .ask-main .wp-block-post-content.has-global-padding { padding-inline: 0; }

/* Spis tresci: sticky szyna w prawej kolumnie siatki. */
.ask-toc { grid-column: 2; grid-row: 1; align-self: start; position: sticky; top: 6rem; margin-top: 1.5rem; font-size: 0.875rem; }
.ask-toc__label { margin: 0 0 0.8rem; font-family: var(--wp--preset--font-family--heading); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--wp--preset--color--gray, #919191); }
.ask-toc__list { list-style: none; margin: 0; padding: 0; border-left: 2px solid var(--as-line, #E6EAF0); }
.ask-toc__list li { margin: 0; }
.ask-toc a { display: block; padding: 0.4rem 0 0.4rem 0.95rem; margin-left: -2px; border-left: 2px solid transparent; color: var(--wp--preset--color--slate, #5E6A7A); line-height: 1.4; text-decoration: none; transition: color 0.15s ease, border-color 0.15s ease; }
.ask-toc a:hover { color: var(--wp--preset--color--ink, #313A46); }
.ask-toc a.is-active { border-color: var(--wp--preset--color--blue, #2766F0); color: var(--wp--preset--color--blue, #2766F0); font-weight: 600; }
@media (max-width: 1179px) {
	.ask-toc { display: none; }
	.askspot-is-article .ask-main { display: block; }
}

/* Skala i rytm dlugiego tekstu. Selektory z .askspot-is-article .ask-main
   wygrywaja i z homepage'owa skala naglowkow (home-v3.css, ladowany pozniej),
   i z marginesami layoutu WP (:root :where(...)). */
.askspot-is-article .wp-block-post-content { font-size: 1.0625rem; }
.askspot-is-article .wp-block-post-content > p { line-height: 1.78; text-wrap: pretty; }
.askspot-is-article .ask-main h2.wp-block-heading { font-size: clamp(1.55rem, 2.6vw, 1.9rem); line-height: 1.16; letter-spacing: -0.022em; margin-top: 3.25rem; margin-bottom: 0; }
.askspot-is-article .ask-main h3.wp-block-heading { font-size: 1.3rem; margin-top: 2.4rem; margin-bottom: 0; }
.askspot-is-article .wp-block-post-content > h2.wp-block-heading:first-child { margin-top: 0.75rem; }
.askspot-is-article :where(h2[id]) { scroll-margin-top: 5.5rem; }
.askspot-is-article .wp-block-post-content > ul:not(.is-style-check) { padding-left: 1.2rem; display: grid; gap: 0.55rem; }
.askspot-is-article .wp-block-post-content > ul:not(.is-style-check) li::marker { color: var(--wp--preset--color--blue, #2766F0); }
.askspot-is-article .wp-block-post-content > p a { color: var(--wp--preset--color--blue, #2766F0); font-weight: 500; text-decoration: underline; text-decoration-color: rgba(39, 102, 240, 0.35); text-underline-offset: 3px; }
.askspot-is-article .wp-block-post-content > p a:hover { color: var(--wp--preset--color--blue-deep, #1A4FCC); text-decoration-color: currentColor; }

/* ==========================================================================
   Article building blocks (blog patterns)
   ========================================================================== */
.ask-content :where(figure.wp-block-image) img { border-radius: var(--wp--custom--radius--card, 16px); }
.ask-content :where(.wp-block-quote) { border-left: 3px solid var(--wp--preset--color--blue, #2766F0); padding: 0.25rem 0 0.25rem 1.25rem; margin-inline: 0; color: var(--wp--preset--color--slate, #5E6A7A); }
.ask-content :where(.wp-element-caption) { color: var(--wp--preset--color--gray, #919191); font-size: 0.85rem; text-align: center; margin-top: 0.6rem; }

.ask-article-widget { margin-block: 2.75rem; }
.ask-article-widget .ask-widget { max-width: 380px; margin-inline: auto; }
.ask-article-widget__caption { color: var(--wp--preset--color--gray, #919191); font-size: 0.85rem; margin-top: 0.9rem; }

.ask-article-stats { margin-block: 2.75rem; padding: 2rem clamp(1.25rem, 3vw, 2.25rem); background: var(--wp--preset--color--surface, #EEF2F7); border: 1px solid var(--as-line, #E6EAF0); border-radius: var(--wp--custom--radius--lg, 18px); text-align: center; }
.ask-article-stats .ask-stat__num { font-size: clamp(1.9rem, 3vw, 2.4rem); }

.ask-article-callout { display: flex; gap: 1.1rem; align-items: center; margin-block: 2.75rem; }
.ask-article-callout .ask-icon { flex: none; margin-bottom: 0; }
.ask-article-callout__text { margin: 0; font-family: var(--wp--preset--font-family--heading); font-weight: 600; font-size: 1.15rem; line-height: 1.45; letter-spacing: -0.01em; color: var(--wp--preset--color--ink, #313A46); }

/* Product screenshots inside articles: card edge so white UI shots read on paper. */
.ask-article-shot { margin-block: 2.75rem; }
.ask-article-shot img { width: 100%; height: auto; border: 1px solid var(--as-line, #E6EAF0); border-radius: var(--wp--custom--radius--card, 16px); box-shadow: var(--wp--custom--shadow--md); }

.ask-article-video { margin-block: 2.75rem; }
.ask-article-video .wp-block-video { margin: 0; }
.ask-article-video video, .ask-article-video iframe { width: 100%; border-radius: var(--wp--custom--radius--card, 16px); box-shadow: var(--wp--custom--shadow--md); background: var(--wp--preset--color--ink, #313A46); }

/* Cytat w artykule: edytorialny pull quote — Jakarta w atramencie na karcie
   z brandowa krawedzia, bez ciezkiego cienia karty testimoniali. */
.askspot-is-article .ask-quote,
.askspot-is-article .ask-quote.wp-block-quote { border-left: 3px solid var(--wp--preset--color--blue, #2766F0); box-shadow: none; padding: 1.4rem 1.6rem; margin-block: 2.75rem; }
.askspot-is-article .ask-quote p { margin: 0; font-family: var(--wp--preset--font-family--heading); font-weight: 600; font-size: 1.2rem; line-height: 1.5; letter-spacing: -0.01em; color: var(--wp--preset--color--ink, #313A46); }

/* Panel CTA w tresci (tint): miekka zacheta — mocne, ciemne CTA zostaje
   w pasie zamykajacym szablonu. */
.ask-article-cta { margin-block: 3.25rem 0.5rem; text-align: center; }
.ask-article-cta h3 { margin-top: 0; font-size: 1.45rem; }
.ask-article-cta p { margin: 0.6rem auto 0; max-width: 34rem; }
.ask-article-cta .wp-block-buttons { margin-top: 1.4rem; justify-content: center; }

/* Pasek postepu czytania (askspot.js dokleja na wpisach). */
.ask-progress { position: fixed; inset: 0 0 auto 0; height: 3px; z-index: 90; pointer-events: none; }
.ask-progress__bar { height: 100%; transform-origin: 0 50%; transform: scaleX(0); background: var(--wp--preset--color--blue, #2766F0); }

@media (max-width: 700px) {
	.askspot-is-article .wp-block-post-content { font-size: 1rem; }
	.askspot-is-article .ask-main h2.wp-block-heading { margin-top: 2.5rem; }
}

/* Meta line under the page-hero title (date, reading time). */
.ask-page-hero__meta { color: var(--wp--preset--color--gray, #919191); font-size: 0.9rem; margin-top: 0.75rem; }
.ask-page-hero__lede { max-width: 52rem; margin: 1rem 0 0; font-size: 1.125rem; line-height: 1.6; color: var(--wp--preset--color--slate, #5E6A7A); }

/* ==========================================================================
   CTA band (template)
   ========================================================================== */
.ask-cta-band { background: var(--wp--preset--color--ink, #313A46); color: #fff; padding: 4.5rem 1.25rem; text-align: center; }
.ask-cta-band .ask-bar { max-width: 760px; margin-inline: auto; }
.ask-cta-band h2 { color: #fff; font-size: clamp(1.75rem, 3.5vw, 2.5rem); }
.ask-cta-band .ask-lede { color: #AEB7C5; margin: 0.75rem auto 0; }
.ask-cta-band__actions { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; margin-top: 1.75rem; }
.ask-cta--ghost { background: transparent; border: 1px solid rgba(255, 255, 255, 0.25); }
.ask-cta--ghost:hover { background: rgba(255, 255, 255, 0.08); border-color: #fff; }

/* ==========================================================================
   Children grid (index pages)
   ========================================================================== */
/* Full-bleed via native alignfull margins (the 100vw hack overflowed on mobile). */
.ask-fullbleed { max-width: none; margin-top: 2.5rem; }
.ask-children { box-sizing: border-box; display: grid; grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr)); gap: 1.25rem; padding-inline: 1.25rem; }
.ask-childcard { display: flex; flex-direction: column; gap: 0.5rem; background: #fff; border: 1px solid var(--ask-card-border); border-radius: var(--wp--custom--radius--lg, 18px); padding: 1.5rem; text-decoration: none; box-shadow: var(--wp--custom--shadow--md); transition: border-color 0.15s ease, transform 0.15s ease; }
.ask-childcard:hover { border-color: var(--wp--preset--color--blue, #2766F0); transform: translateY(-2px); }
.ask-childcard__logo { height: 40px; display: flex; align-items: center; margin-bottom: 0.35rem; }
.ask-childcard__logo img { max-height: 30px; max-width: 130px; object-fit: contain; object-position: left center; }
.ask-childcard__mono { width: 44px; height: 44px; border-radius: 12px; background: var(--wp--preset--color--blue-tint, #EAF0FE); color: var(--wp--preset--color--blue, #2766F0); display: inline-flex; align-items: center; justify-content: center; font-family: var(--wp--preset--font-family--heading); font-weight: 800; font-size: 1.15rem; margin-bottom: 0.35rem; }
.ask-childcard__title { font-family: var(--wp--preset--font-family--heading); font-weight: 700; font-size: 1.15rem; color: var(--wp--preset--color--ink, #313A46); }
.ask-childcard__desc { color: var(--wp--preset--color--slate, #5E6A7A); font-size: 0.95rem; line-height: 1.5; flex: 1; }
.ask-childcard__more { color: var(--wp--preset--color--blue, #2766F0); font-weight: 600; font-size: 0.9rem; }

/* ==========================================================================
   Case-study article components
   ========================================================================== */
/* Facts strip: segmented panel of client facts (label + value cells). */
.ask-cs-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); gap: 1px; background: var(--as-line, #E6EAF0); border: 1px solid var(--as-line, #E6EAF0); border-radius: var(--wp--custom--radius--card, 16px); overflow: hidden; }
.ask-cs-facts > * { margin-block-start: 0; background: #fff; padding: 1.1rem 1.3rem; }
.ask-cs-facts__label { margin: 0; font-family: var(--wp--preset--font-family--heading); font-weight: 700; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--wp--preset--color--gray, #919191); }
.ask-cs-facts__value { margin: 0.35rem 0 0; font-weight: 600; font-size: 0.95rem; color: var(--wp--preset--color--ink, #313A46); line-height: 1.45; }

/* Dark results band: navy variant of the stat band (white numbers, first in
   on-dark blue #6E9BF0, muted labels). */
.ask-statband.ask-statband--dark { background: radial-gradient(680px 460px at 85% -12%, rgba(39, 102, 240, 0.18), rgba(39, 102, 240, 0) 60%), var(--as-dark, #1B2230); border-top: 0; border-bottom: 0; color: #fff; }
.ask-statband--dark :where(h2, h3) { color: #fff; }
.ask-statband--dark .ask-statgrid .ask-stat__num, .ask-statband.ask-statband--dark .ask-statgrid .ask-stat__num { color: #fff; }
.ask-statband.ask-statband--dark .ask-statgrid > *:first-child .ask-stat__num { color: #6E9BF0; }
.ask-statband.ask-statband--dark .ask-statgrid .ask-stat__label { color: #AEB7C5; }

/* Two-step variant (wdrozenie w etapach): wider cards, checklists inside. */
.ask-stepsrow--2 .ask-stepcard { max-width: 480px; }
.ask-stepsrow--2 .ask-stepcard .is-style-check { margin-top: 1rem; gap: 0.6rem; }
.ask-stepsrow--2 .ask-stepcard .is-style-check li { font-size: 0.92rem; }

/* Eyebrow + lede na ciemnym pasie wynikow. */
.ask-statband--dark .ask-eyebrow { color: #8FB0F6; }
.ask-statband--dark .ask-lede { color: #AEB7C5; }

/* Result cards: the number leads, the claim and the proof follow. */
.ask-rescard .ask-stat__num { font-size: clamp(2.1rem, 3vw, 2.75rem); }
.ask-rescard h3 { font-size: 1.1rem; letter-spacing: -0.01em; margin: 0.5rem 0 0; }
.ask-rescard p:not(.ask-stat__num) { color: var(--wp--preset--color--slate, #5E6A7A); font-size: 0.95rem; line-height: 1.6; margin: 0.6rem 0 0; }

/* Closing testimonial: the homepage .ask-tquote card reused statically —
   the slider only initializes inside .ask-tsection, so a lone card stays put. */

/* Case studies index: light cards with the client cover image on top,
   blue key number and hairline border (brandbook: white surfaces, one blue). */
.ask-children--case { grid-template-columns: repeat(auto-fill, minmax(19rem, 1fr)); }
.ask-childcard--case { padding: 0.9rem 0.9rem 1.4rem; }
.ask-childcard--case .ask-childcard__cover img { aspect-ratio: 16 / 9; }
.ask-childcard__client { font-family: var(--wp--preset--font-family--heading); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--wp--preset--color--blue, #2766F0); padding-inline: 0.6rem; }
.ask-childcard__statline { display: flex; flex-direction: column; gap: 0.2rem; padding-inline: 0.6rem; }
.ask-childcard__statline b { font-family: var(--wp--preset--font-family--heading); font-weight: 700; font-size: 1.9rem; letter-spacing: -0.03em; line-height: 1; color: var(--wp--preset--color--blue, #2766F0); }
.ask-childcard__statline span { color: var(--wp--preset--color--slate, #5E6A7A); font-size: 0.85rem; line-height: 1.4; }
.ask-childcard--case .ask-childcard__title { font-size: 1.05rem; line-height: 1.35; padding-inline: 0.6rem; margin-top: 0.35rem; flex: 1; }
.ask-childcard__read { color: var(--wp--preset--color--gray, #919191); font-size: 0.82rem; padding-inline: 0.6rem; }
.ask-childcard__foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-inline: 0.6rem; margin-top: 0.35rem; }
.ask-childcard__foot .ask-childcard__read, .ask-childcard__foot .ask-childcard__more { padding-inline: 0; }
.ask-childcard--case .ask-childcard__more { padding-inline: 0.6rem; white-space: nowrap; }

/* Blog index: cover art + meta line. */
.ask-children--post { grid-template-columns: repeat(auto-fill, minmax(19rem, 1fr)); }
.ask-childcard--post { padding: 0.9rem 0.9rem 1.5rem; }
.ask-childcard__cover { position: relative; display: block; border-radius: 12px; overflow: hidden; margin-bottom: 0.75rem; background: var(--wp--preset--color--blue-tint, #EAF0FE); }
.ask-childcard__cover svg, .ask-childcard__cover img { display: block; width: 100%; height: auto; aspect-ratio: 40 / 21; object-fit: cover; }
/* Chip kategorii na okladce (seed: card_category) — pole, po ktorym filtruje listing. */
.ask-childcard__cat { position: absolute; top: 10px; left: 10px; z-index: 1; background: rgba(255, 255, 255, 0.94); border: 1px solid var(--as-line, #E6EAF0); border-radius: 999px; padding: 0.26rem 0.7rem; font-size: 0.72rem; font-weight: 600; line-height: 1.2; color: var(--wp--preset--color--ink, #313A46); }
.ask-childcard--post .ask-childcard__meta { color: var(--wp--preset--color--gray, #919191); font-size: 0.82rem; padding-inline: 0.6rem; }
.ask-childcard--post .ask-childcard__title, .ask-childcard--post .ask-childcard__desc, .ask-childcard--post .ask-childcard__more { padding-inline: 0.6rem; }

/* "Czytaj dalej" pod artykulem: do trzech kart wpisow (askspot/related-posts);
   sekcja renderuje sie dopiero, gdy blog ma wiecej niz jeden wpis. */
.ask-related { padding: 0 1.25rem 4.5rem; }
.ask-related .ask-eyebrow { margin: 0 0 0.5rem; text-align: center; }
.ask-related__title { text-align: center; margin: 0 0 2rem; font-size: clamp(1.6rem, 3vw, 2.1rem); }
.ask-related__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(17rem, 23rem)); justify-content: center; gap: 1.25rem; max-width: 1180px; margin-inline: auto; }

/* ==========================================================================
   Product figures - illustrative panels per "AskSpot Website Graphics"
   (Conversational Search, Guided Discovery, Conversion Nudges, Search
   understanding). Copy lives in core paragraphs; tiles/icons are decorative.
   ========================================================================== */
.ask-fig { background: var(--wp--preset--color--blue-tint, #EAF0FE); border-radius: var(--wp--custom--radius--lg, 18px); padding: clamp(1.25rem, 2.5vw, 1.75rem); }

.ask-fig-search { display: flex; align-items: center; gap: 0.75rem; background: #fff; border-radius: 14px; box-shadow: 0 6px 20px -10px rgba(39, 102, 240, 0.35); padding: 1rem 1.25rem; }
.ask-fig-search::before { content: ""; flex: none; width: 22px; height: 22px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232766F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m21 21-4-4'/%3E%3Cpath d='M18 4l.6 1.4L20 6l-1.4.6L18 8l-.6-1.4L16 6l1.4-.6Z'/%3E%3C/svg%3E") no-repeat center / contain; }
.ask-fig-search p { margin: 0; color: var(--wp--preset--color--gray, #919191); font-size: 1rem; }

.ask-fig-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.875rem; margin-top: 1.125rem; }
.ask-fig-tile { background: #fff; border-radius: 12px; padding: 0.875rem; }
.ask-fig-tile__img { aspect-ratio: 1; border-radius: 9px; background: linear-gradient(135deg, #F2F4F7, #E4E8EE); position: relative; }
.ask-fig-tile:nth-child(2n) .ask-fig-tile__img { background: linear-gradient(135deg, #E9EDF3, #DCE2EA); }
.ask-fig-tile__img::after { content: ""; position: absolute; right: 8px; bottom: 8px; width: 26px; height: 26px; border-radius: 7px; background: var(--wp--preset--color--blue-tint, #EAF0FE) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232766F0' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m21 21-3-3'/%3E%3C/svg%3E") no-repeat center / 14px; }
.ask-fig-tile__img img { position: absolute; inset: 9%; width: 82%; height: 82%; object-fit: contain; }
.ask-fig-tile__name { margin-top: 0.6rem; font-size: 0.8rem; font-weight: 600; line-height: 1.3; color: var(--wp--preset--color--ink, #313A46); }
.ask-fig-tile__price { margin-top: 0.15rem; font-family: var(--wp--preset--font-family--heading); font-weight: 700; font-size: 0.85rem; color: var(--wp--preset--color--ink, #313A46); }
.ask-fig-tile__stars { color: var(--wp--preset--color--warning, #F5A623); font-size: 0.8rem; letter-spacing: 2px; margin-top: 0.5rem; }
.ask-fig-tile__name + .ask-fig-tile__stars, .ask-fig-tile__price + .ask-fig-tile__stars { margin-top: 0.3rem; }

.ask-fig-chat { display: flex; flex-direction: column; gap: 0.9rem; }
.ask-fig-chat p { margin: 0; max-width: 82%; padding: 0.8rem 1rem; border-radius: 16px 16px 16px 4px; font-size: 0.95rem; line-height: 1.45; background: #fff; color: var(--wp--preset--color--ink, #313A46); align-self: flex-start; box-shadow: 0 4px 12px -8px rgba(0, 0, 0, 0.25); }
.ask-fig-chat p.ask-fig-msg--user { align-self: flex-end; background: var(--wp--preset--color--blue, #2766F0); color: #fff; border-radius: 16px 16px 4px 16px; font-weight: 500; }
.ask-fig-chat mark { background: #D7E6FD; color: var(--wp--preset--color--blue-deep, #1A4FCC); border-radius: 4px; padding: 1px 4px; font-weight: 600; }

.ask-fig-sugg { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.25rem; }
.ask-fig-sugg p { margin: 0; max-width: none; align-self: auto; background: transparent; box-shadow: none; border: 1.5px solid var(--wp--preset--color--blue, #2766F0); color: var(--wp--preset--color--blue, #2766F0); border-radius: 999px; padding: 8px 16px; font-size: 0.85rem; font-weight: 600; }
.ask-fig-typing { align-self: flex-start; display: inline-flex; gap: 5px; background: #fff; border-radius: 16px 16px 16px 4px; padding: 13px 16px; box-shadow: 0 4px 12px -8px rgba(0, 0, 0, 0.25); }
.ask-fig-typing span { width: 7px; height: 7px; border-radius: 50%; background: var(--wp--preset--color--blue, #2766F0); animation: asType 1.4s infinite; }
.ask-fig-typing span:nth-child(2) { animation-delay: 0.2s; }
.ask-fig-typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes asType { 0%, 60%, 100% { transform: translateY(0); opacity: 0.45; } 30% { transform: translateY(-4px); opacity: 1; } }

.ask-fig-nudge { position: relative; overflow: hidden; }
.ask-fig-nudge__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; }
.ask-fig-nudge__grid span { aspect-ratio: 0.8; border-radius: 12px; background: linear-gradient(160deg, #DCE3EC, #C4CEDB); position: relative; overflow: hidden; }
.ask-fig-nudge__grid span:nth-child(2) { background: linear-gradient(160deg, #E6EBF2, #CED7E2); }
/* Ghost product cards: photo area + two text lines, so the backdrop reads as a listing page. */
.ask-fig-nudge__grid span::before { content: ""; position: absolute; left: 10%; right: 10%; top: 9%; height: 52%; border-radius: 8px; background: rgba(255, 255, 255, 0.55); }
.ask-fig-nudge__grid span::after { content: ""; position: absolute; left: 10%; right: 34%; bottom: 13%; height: 7px; border-radius: 4px; background: rgba(255, 255, 255, 0.8); box-shadow: 0 -14px 0 0 rgba(255, 255, 255, 0.65); }
.ask-fig-nudge__pop { position: absolute; left: 50%; top: 44%; transform: translate(-50%, -50%); width: min(74%, 26rem); background: #fff; border-radius: 16px; box-shadow: 0 20px 50px -18px rgba(39, 72, 150, 0.5); padding: 1.1rem 1.25rem; }
.ask-fig-nudge__pop .ask-fig-nudge__from { display: flex; align-items: center; gap: 0.6rem; margin: 0 0 0.6rem; font-family: var(--wp--preset--font-family--heading); font-weight: 600; font-size: 0.95rem; color: var(--wp--preset--color--ink, #313A46); }
.ask-fig-nudge__from::before { content: ""; flex: none; width: 30px; height: 30px; border-radius: 9px; background: var(--wp--preset--color--blue, #2766F0) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Crect width='48' height='48' rx='14' fill='%232766F0'/%3E%3Ccircle cx='16' cy='22' r='4' fill='%23fff'/%3E%3Ccircle cx='27' cy='22' r='4' fill='%23fff'/%3E%3Ccircle cx='37' cy='22' r='4' fill='%23fff' opacity='.55'/%3E%3C/svg%3E") no-repeat center / cover; }
.ask-fig-nudge__pop .ask-fig-nudge__text { margin: 0; font-size: 1.05rem; line-height: 1.45; color: var(--wp--preset--color--ink, #313A46); }
.ask-fig-nudge__text strong { color: var(--wp--preset--color--blue, #2766F0); font-weight: 600; }
.ask-fig-nudge__launcher { position: absolute; right: 1.1rem; bottom: 1.1rem; width: 48px; height: 48px; border-radius: 50%; background: var(--wp--preset--color--blue, #2766F0); box-shadow: 0 12px 26px -8px rgba(39, 102, 240, 0.7); display: flex; align-items: center; justify-content: center; }
.ask-fig-nudge__launcher img { height: 24px; }

/* Search understanding: dark capability chips + example query card. */
.ask-chips-dark { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.875rem; max-width: 760px; margin-inline: auto; }
.ask-chip-dark { display: flex; align-items: center; justify-content: center; gap: 0.65rem; background: var(--wp--preset--color--ink, #313A46); color: #fff; border-radius: 12px; padding: 0.8rem 1.1rem; }
.ask-chip-dark p { margin: 0; font-family: var(--wp--preset--font-family--heading); font-weight: 600; font-size: 0.9rem; color: #fff; }
.ask-chip-dark svg { flex: none; stroke: #6E9BF0; }
.ask-querycard { display: flex; align-items: center; gap: 0.875rem; background: #fff; border: 1px solid var(--as-line, #E6EAF0); border-radius: 14px; box-shadow: 0 14px 36px -20px rgba(39, 72, 150, 0.4); padding: 1.1rem 1.5rem; max-width: 760px; margin: 1.5rem auto; }
.ask-querycard::before { content: ""; flex: none; width: 24px; height: 24px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232766F0' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m21 21-4-4'/%3E%3C/svg%3E") no-repeat center / contain; }
.ask-querycard p { margin: 0; font-family: var(--wp--preset--font-family--heading); font-weight: 600; font-size: clamp(1.05rem, 2vw, 1.25rem); letter-spacing: -0.01em; color: var(--wp--preset--color--ink, #313A46); }

/* Search-understanding flow: query -> capability tiles -> results, joined
   with the same dotted connectors as the steps section. */
.ask-flowcol { display: flex; flex-direction: column; align-items: center; }
.ask-flowcol > * { margin-block-start: 0; }
.ask-flowcol .ask-querycard { margin: 0; width: min(100%, 760px); }
.ask-flow-link { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; height: 44px; }
.ask-flow-link span { width: 8px; height: 8px; border-radius: 50%; background: var(--wp--preset--color--blue, #2766F0); }
.ask-flow-link span:nth-child(2) { opacity: 0.5; }
.ask-flow-link span:nth-child(3) { opacity: 0.25; }
.ask-flowcol .ask-chips-dark { width: min(100%, 760px); margin-inline: 0; }
.ask-fig-tiles--3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.875rem; width: min(100%, 560px); margin: 0; }
.ask-flow-caption { color: var(--wp--preset--color--gray, #919191); font-size: 0.85rem; margin: 0.9rem 0 0; }
@media (max-width: 781px) { .ask-flowcol .ask-fig-tiles--3 { grid-template-columns: repeat(3, 1fr); } }

/* Two-column module rows (copy + figure). */
.ask-module { align-items: center; }

/* Alternating section surface (paper -> surface) like the home v3 rhythm. */
.ask-section--alt { background: var(--wp--preset--color--surface, #EEF2F7); border-top: 1px solid var(--as-line, #E6EAF0); border-bottom: 1px solid var(--as-line, #E6EAF0); }

@media (max-width: 781px) {
	.ask-fig-tiles { grid-template-columns: repeat(2, 1fr); }
	.ask-chips-dark { grid-template-columns: 1fr; }
	.ask-fig-nudge__pop { position: static; transform: none; width: auto; margin-top: 0.75rem; }
}

/* ==========================================================================
   Lead form (Contact Form 7)
   ========================================================================== */
.ask-form { background: #fff; border: 1px solid var(--ask-card-border); border-radius: var(--wp--custom--radius--lg, 18px); padding: clamp(1.5rem, 3vw, 2.25rem); box-shadow: var(--wp--custom--shadow--md); }
.ask-form .ask-field { margin-bottom: 1rem; }
.ask-form label { display: block; font-size: 0.9rem; font-weight: 600; color: var(--wp--preset--color--ink, #313A46); margin-bottom: 0.4rem; }
.ask-form input[type="text"],
.ask-form input[type="email"],
.ask-form input[type="url"],
.ask-form textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #D6DBE2;
	border-radius: var(--wp--custom--radius--sm, 10px);
	padding: 12px 14px;
	font-size: 1rem;
	font-family: inherit;
	background: #fff;
	color: var(--wp--preset--color--ink, #313A46);
}
.ask-form input:focus,
.ask-form textarea:focus { outline: none; border-color: var(--wp--preset--color--blue, #2766F0); box-shadow: 0 0 0 3px var(--wp--preset--color--blue-tint, #EAF0FE); }
.ask-form textarea { min-height: 130px; resize: vertical; }
.ask-form .wpcf7-submit {
	background: var(--wp--preset--color--blue, #2766F0);
	color: #fff;
	border: none;
	border-radius: var(--wp--custom--radius--md, 12px);
	padding: 13px 28px;
	font-weight: 600;
	font-size: 1rem;
	cursor: pointer;
	margin-top: 0.5rem;
}
.ask-form .wpcf7-submit:hover { background: var(--wp--preset--color--blue-deep, #1A4FCC); }
.ask-form .wpcf7-not-valid-tip { color: var(--wp--preset--color--alert, #E5484D); font-size: 0.85rem; margin-top: 0.3rem; }
.ask-form .wpcf7-response-output { border-radius: var(--wp--custom--radius--sm, 10px); padding: 12px 14px; margin: 1rem 0 0; font-size: 0.9rem; }

/* ==========================================================================
   MOCKUP HOMEPAGE
   ========================================================================== */
:root { --ask-navy: #1B2230; }

/* --- Hero --- */
.ask-hero h1, .ask-hero .wp-block-heading { font-size: clamp(2.6rem, 5.3vw, 4.25rem); line-height: 1.02; letter-spacing: -0.035em; margin: 0; }
.ask-hero .ask-lede { font-size: 1.15rem; max-width: 34rem; }
.ask-hero__rating { display: flex; align-items: center; gap: 0.9rem; margin-top: 1.5rem; font-size: 0.95rem; color: var(--wp--preset--color--slate, #5E6A7A); flex-wrap: wrap; }
.ask-hero__rating .ask-stars { color: #F5A623; letter-spacing: 1px; }
.ask-hero__rating b { color: var(--wp--preset--color--ink, #313A46); }
.ask-hero__rating .ask-sep { width: 1px; height: 18px; background: #D6DBE2; display: inline-block; }

/* --- Chat widget "Your Assistant" --- */
.ask-widget { width: 380px; max-width: 100%; margin-left: auto; }
.ask-widget__head { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid var(--wp--preset--color--line, #EDEFF2); font-family: var(--wp--preset--font-family--heading); font-weight: 600; font-size: 1.05rem; color: var(--wp--preset--color--ink, #313A46); }
.ask-widget__icons { display: flex; gap: 14px; color: #9aa3b2; }
.ask-widget__body { padding: 20px 18px; display: flex; flex-direction: column; gap: 12px; min-height: 220px; }
.ask-widget__input { display: flex; align-items: center; gap: 10px; margin: 6px 16px 14px; background: #F0F0F2; border-radius: 999px; padding: 12px 16px; color: var(--wp--preset--color--gray, #919191); font-size: 14px; }
.ask-widget__input .ask-send { margin-left: auto; color: var(--wp--preset--color--ink, #313A46); }
.ask-widget__powered { text-align: center; padding: 0 12px 16px; font-size: 12.5px; color: var(--wp--preset--color--gray, #919191); display: flex; align-items: center; justify-content: center; gap: 6px; }
.ask-widget__powered b { color: var(--wp--preset--color--ink, #313A46); font-family: var(--wp--preset--font-family--heading); }
.ask-widget__pcard { border: 1px solid #EAEDF1; border-radius: 14px; padding: 11px; box-shadow: var(--wp--custom--shadow--sm); background: #fff; }

/* --- Stat band (surface, hairline rules top & bottom; first KPI is blue) --- */
.ask-statband { background: var(--as-surface, #EEF2F7); border-top: 1px solid var(--as-line, #E6EAF0); border-bottom: 1px solid var(--as-line, #E6EAF0); }
.ask-statgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.5rem; text-align: center; }
.ask-statgrid > * { display: flex; flex-direction: column; align-items: center; }
.ask-statgrid .ask-stat__num { color: var(--wp--preset--color--ink, #313A46); }
.ask-statgrid > *:first-child .ask-stat__num { color: var(--wp--preset--color--blue, #2766F0); }
.ask-statgrid .ask-stat__label { max-width: 22ch; }
@media (max-width: 820px) { .ask-statgrid { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 1.5rem; } }

/* --- Icon tile --- */
.ask-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--wp--preset--color--blue-tint, #EAF0FE); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.ask-icon svg { width: 24px; height: 24px; stroke: var(--wp--preset--color--blue, #2766F0); }

/* --- Navy sections --- */
.ask-navy { background: radial-gradient(680px 520px at 88% -10%, rgba(39,102,240,0.16), rgba(39,102,240,0) 60%), var(--ask-navy); color: #fff; }
.ask-navy :where(h1,h2,h3,h4,p,li,cite,figcaption) { color: #fff; }
.ask-navy .ask-eyebrow { color: #8FB0F6; }
.ask-navy .ask-lede { color: #AEB7C5; }

/* tabs - card buttons (one per capability), like the mockup */
.ask-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 2.5rem; }
.ask-tab { display: flex; align-items: center; justify-content: center; min-height: 68px; border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.06); color: #C7CED8; border-radius: 14px; padding: 16px 18px; font-family: var(--wp--preset--font-family--heading); font-weight: 600; font-size: 0.95rem; line-height: 1.3; text-align: center; transition: background .2s var(--as-ease), color .2s var(--as-ease), box-shadow .2s var(--as-ease); }
.ask-tab.is-active { background: #fff; color: var(--wp--preset--color--ink, #313A46); border-color: #fff; box-shadow: 0 10px 26px -12px rgba(0,0,0,0.55); }
@media (max-width: 860px) { .ask-tabs { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) {
	.ask-tabs { grid-template-columns: 1fr; gap: 10px; }
	.ask-tab { min-height: 0; padding: 13px 16px; }
}

/* dark case study card */
.ask-darkcard { background: var(--as-dark-panel, #252E3D); border: 1px solid rgba(255,255,255,0.07); border-radius: 18px; padding: 1.6rem; }
.ask-darkcard .ask-eyebrow { color: #8FB0F6; }
.ask-darkcard a { color: #8FB0F6; font-weight: 600; text-decoration: none; }

/* --- Testimonials (header row + 2-col quote card + controls) --- */
.ask-tsection__head { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 24px; margin-bottom: 2.75rem; }
.ask-tsection__intro { max-width: 560px; }
.ask-tsection__intro h2 { margin: 0.4rem 0 0; }
.ask-tsection__intro .ask-lede { margin-top: 1rem; }
.ask-tsection__all { background: var(--wp--preset--color--ink, #313A46); color: #fff; font-weight: 600; font-size: 0.95rem; padding: 14px 26px; border-radius: 12px; text-decoration: none; white-space: nowrap; align-self: center; }
.ask-tsection__all a { color: #fff; text-decoration: none; }
.ask-tsection__all:hover { background: #1E2530; color: #fff; }
.ask-tsection__viewport { overflow: hidden; }
.ask-tsection__track { display: flex; transition: transform .5s cubic-bezier(.4,0,.2,1); }
.ask-tquote { flex: 0 0 100%; box-sizing: border-box; display: grid; grid-template-columns: 1fr 320px; background: #fff; border: 1px solid var(--as-line, #E6EAF0); border-left: 4px solid var(--wp--preset--color--blue, #2766F0); border-radius: 18px; overflow: hidden; box-shadow: var(--wp--custom--shadow--md); }
.ask-tquote__body { padding: clamp(2rem, 4vw, 3.25rem) clamp(2rem, 4vw, 3.5rem); }
.ask-tquote__brand { font-family: var(--wp--preset--font-family--heading); font-weight: 800; font-size: 1.625rem; letter-spacing: -0.02em; color: #1E2530; margin-bottom: 1.5rem; }
.ask-tquote__text { font-family: var(--wp--preset--font-family--heading); font-size: clamp(1.25rem, 1.9vw, 1.75rem); font-weight: 500; line-height: 1.45; letter-spacing: -0.01em; color: var(--wp--preset--color--ink, #313A46); margin: 0; }
.ask-tquote__text span { color: var(--wp--preset--color--blue, #2766F0); }
.ask-tquote__author { background: #F4F7FC; border-left: 1px solid #EEF1F6; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.25rem; padding: clamp(2rem, 4vw, 2.75rem) 2rem; text-align: center; }
.ask-tquote__author img { width: 150px; height: 150px; border-radius: 24px; object-fit: cover; box-shadow: 0 16px 36px -18px rgba(20,30,60,0.4); }
.ask-tquote__initials { width: 150px; height: 150px; border-radius: 24px; background: var(--wp--preset--color--blue-tint, #EAF0FE); color: var(--wp--preset--color--blue-deep, #1A4FCC); display: flex; align-items: center; justify-content: center; font-family: var(--wp--preset--font-family--heading); font-weight: 800; font-size: 2.75rem; box-shadow: 0 16px 36px -18px rgba(20,30,60,0.4); }
.ask-tquote__name { font-family: var(--wp--preset--font-family--heading); font-weight: 700; font-size: 1.0625rem; color: #1E2530; }
.ask-tquote__role { font-size: 0.875rem; color: var(--wp--preset--color--slate, #5E6A7A); margin-top: 4px; line-height: 1.4; }
/* Nav grouped on the left — the AskSpot chat launcher overlaps the right edge. */
.ask-tsection__controls { display: flex; align-items: center; justify-content: flex-start; gap: 28px; margin-top: 2rem; }
.ask-tdots { display: flex; gap: 8px; align-items: center; }
.ask-tdots span { width: 8px; height: 8px; border-radius: 999px; background: #C6CDD8; }
.ask-tdots span.is-active { width: 24px; background: var(--wp--preset--color--blue, #2766F0); }
.ask-tnav { display: flex; gap: 12px; }
.ask-tnav__btn { width: 48px; height: 48px; border-radius: 50%; background: #fff; border: 1px solid #D6DBE2; display: flex; align-items: center; justify-content: center; color: #A8B0BE; cursor: pointer; transition: opacity .2s var(--as-ease); }
.ask-tnav__btn svg { width: 20px; height: 20px; }
.ask-tnav__btn--next { background: var(--wp--preset--color--blue, #2766F0); border-color: transparent; color: #fff; }
.ask-tnav__btn[disabled] { opacity: 0.4; cursor: default; }
@media (max-width: 760px) { .ask-tquote { grid-template-columns: 1fr; } .ask-tquote__author { border-left: 0; border-top: 1px solid #EEF1F6; } }

/* --- Case-study card slider (dark section) ---
   Same skeleton as the testimonials section: full-width head (intro left,
   all-link right), full-width slider below it, controls at the bottom. */
.ask-cases__head { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 24px; margin-bottom: 2.75rem; }
.ask-cases__intro { max-width: 560px; }
.ask-cases__intro h2 { margin: 0.4rem 0 0; }
.ask-cases__intro .ask-lede { margin-top: 1rem; }
.ask-cases__all { margin: 0; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.32); font-weight: 600; font-size: 0.95rem; padding: 13px 25px; border-radius: 12px; white-space: nowrap; align-self: center; }
.ask-cases__all a { color: #fff; text-decoration: none; }
.ask-cases__all:hover { background: rgba(255, 255, 255, 0.18); }
.ask-cases__controls { display: flex; align-items: center; justify-content: flex-start; gap: 28px; margin-top: 2rem; }
.ask-cases__nav { display: flex; gap: 12px; }
.ask-cs-arrow { width: 50px; height: 50px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.22); background: transparent; color: #fff; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s var(--as-ease), opacity .2s var(--as-ease); }
.ask-cs-arrow svg { width: 20px; height: 20px; }
.ask-cs-arrow--next { background: var(--wp--preset--color--blue, #2766F0); border-color: transparent; }
.ask-cs-arrow[disabled] { opacity: 0.4; cursor: default; }
.ask-cs-dots { display: flex; gap: 8px; align-items: center; }
.ask-cs-dots span { width: 8px; height: 8px; border-radius: 999px; background: rgba(255,255,255,0.28); cursor: pointer; transition: width .3s var(--as-ease), background .3s var(--as-ease); }
.ask-cs-dots span.is-active { width: 24px; background: var(--wp--preset--color--blue, #2766F0); }
.ask-cases__viewport { overflow: hidden; }
.ask-cs-track { display: flex; gap: 22px; transition: transform .5s cubic-bezier(.4,0,.2,1); }
.ask-cs-card { flex: none; width: 360px; max-width: 88vw; background: var(--as-dark-panel, #252E3D); border: 1px solid rgba(255,255,255,0.07); border-radius: 20px; padding: 20px; text-decoration: none; display: block; }
.ask-cs-card__media { height: 150px; border-radius: 13px; overflow: hidden; display: flex; align-items: center; justify-content: center; font-family: var(--wp--preset--font-family--heading); font-weight: 800; letter-spacing: 0.04em; }
.ask-cs-card__media img { width: 100%; height: 100%; object-fit: cover; }
.ask-cs-card__media--text { background: linear-gradient(135deg, #EAEFF5, #D2DAE6); color: #8A93A8; font-size: 24px; letter-spacing: 0.12em; }
.ask-cs-card h3 { color: #fff; font-size: 1.125rem; font-weight: 600; letter-spacing: -0.01em; line-height: 1.3; margin: 1.125rem 0 0; }
.ask-cs-card p { color: var(--as-on-dark-muted, #AEB7C5); font-size: 0.9rem; line-height: 1.6; margin: 0.875rem 0 0; }
.ask-cs-card__more { display: inline-flex; align-items: center; gap: 6px; color: var(--as-on-dark-link, #6E9BF0); font-weight: 600; font-size: 0.9rem; margin-top: 1.125rem; }

/* --- Idea marki band --- */
.ask-idea { background: radial-gradient(440px 380px at 92% 130%, rgba(39,102,240,0.30), rgba(39,102,240,0) 60%), var(--wp--preset--color--ink, #313A46); border-radius: 24px; padding: clamp(2.5rem, 5vw, 4.5rem); }
.ask-idea .ask-eyebrow { color: #8FB0F6; }
.ask-idea p { color: #fff; font-family: var(--wp--preset--font-family--heading); font-weight: 600; font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1.32; letter-spacing: -0.01em; max-width: 30ch; margin: 0.8rem 0 0; }
.ask-idea .ask-accent { color: #8FB0F6; }

/* --- Channels pills --- */
.ask-channels { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 2rem; }
.ask-chan { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid #E1E6EE; border-radius: 999px; padding: 12px 22px; font-weight: 600; color: var(--wp--preset--color--ink, #313A46); box-shadow: var(--wp--custom--shadow--sm); }
.ask-chan svg { width: 18px; height: 18px; stroke: var(--wp--preset--color--blue, #2766F0); }

/* --- Trust row (bezpieczenstwo): cztery gwarancje jako Info cards wg
   design systemu (components.md) — icon tile na brand.tint, tytul Jakarta,
   opis slate. Osobne biale karty, ten sam jezyk co reszta strony. --- */
.ask-trustbar.wp-block-group { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ask-trust.wp-block-group { display: grid; grid-template-columns: auto 1fr; column-gap: 14px; align-items: center; align-content: center; padding: 18px 20px; background: #fff; border: 1px solid var(--as-line, #E6EAF0); border-radius: var(--wp--custom--radius--card, 16px); box-shadow: var(--wp--custom--shadow--md, 0 6px 16px -10px rgba(49, 58, 70, 0.3)); }
.ask-trust > * { margin: 0; }
/* Na 4 kolumnach kazda karta rezerwuje 2 linie opisu — tytuly i ikony
   trzymaja jedna os niezaleznie od dlugosci tekstu. */
@media (min-width: 1081px) {
	.ask-trust__s.ask-trust__s { min-height: 2.9em; }
}
.ask-trust__ic { grid-row: 1 / 3; width: 46px; height: 46px; border-radius: 12px; background: var(--wp--preset--color--blue-tint, #EAF0FE); display: flex; align-items: center; justify-content: center; }
.ask-trust__ic svg { width: 22px; height: 22px; stroke: var(--wp--preset--color--blue, #2766F0); }
.ask-trust__t.ask-trust__t { font-family: var(--wp--preset--font-family--heading); font-size: 16px; font-weight: 700; letter-spacing: -0.01em; line-height: 1.25; color: var(--wp--preset--color--ink, #313A46); }
.ask-trust__s.ask-trust__s { font-size: 13px; line-height: 1.45; color: var(--wp--preset--color--slate, #5E6A7A); margin-top: 3px; }
@media (max-width: 1080px) {
	.ask-trustbar.wp-block-group { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
	.ask-trustbar.wp-block-group { grid-template-columns: 1fr; gap: 12px; }
	.ask-trust.wp-block-group { padding: 16px 18px; }
}

/* Filtry kategorii na listingu case studies: JS dodaje .is-filter, gdy obok
   pigulek jest siatka .ask-children--case; na pozostalych stronach pigulki
   zostaja dekoracyjne. Aktywny filtr = tint + niebieska ramka. */
.ask-channels.is-filter .ask-chan { cursor: pointer; user-select: none; transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, transform 0.15s ease; }
.ask-channels.is-filter .ask-chan:hover { border-color: var(--wp--preset--color--blue, #2766F0); transform: translateY(-1px); }
.ask-channels.is-filter .ask-chan:focus-visible { outline: 2px solid var(--wp--preset--color--blue, #2766F0); outline-offset: 2px; }
.ask-channels.is-filter .ask-chan.is-active { background: var(--wp--preset--color--blue-tint, #EAF0FE); border-color: var(--wp--preset--color--blue, #2766F0); color: var(--wp--preset--color--blue-deep, #1A4FCC); }
.ask-channels.is-filter .ask-chan.is-empty { display: none; }
.ask-childcard.is-hidden { display: none; }

/* --- Steps with ghost numbers --- */
.ask-step { position: relative; overflow: hidden; }
.ask-step__ghost { position: absolute; top: -0.5rem; right: 0.5rem; font-family: var(--wp--preset--font-family--heading); font-weight: 700; font-size: 6rem; line-height: 1; color: #EAF0FE; user-select: none; }
.ask-step__ic { width: 46px; height: 46px; border-radius: 12px; background: var(--wp--preset--color--blue, #2766F0); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 1rem; position: relative; }
.ask-step__ic svg { width: 22px; height: 22px; stroke: #fff; }
.ask-step .wp-block-heading { min-height: 2.7em; }
.ask-card-grid.is-layout-grid > .ask-card { height: 100%; }

/* --- "How it works" steps, 1:1 with the v3 standalone (icon tile + KROK
   label, dotted connectors, third card in brand blue) --- */
.ask-stepsrow { display: flex; align-items: stretch; justify-content: center; }
.ask-stepcard { position: relative; flex: 1; max-width: 340px; background: #fff; border: 1px solid var(--as-line, #E6EAF0); border-radius: 20px; padding: 32px; }
.ask-stepcard > * { margin-block-start: 0; }
.ask-stepcard__ic { width: 52px; height: 52px; border-radius: 15px; background: var(--wp--preset--color--blue-tint, #EAF0FE); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 24px; }
.ask-stepcard__ic svg { width: 25px; height: 25px; stroke: var(--wp--preset--color--blue, #2766F0); }
.ask-stepcard__num { position: absolute; top: 32px; right: 32px; margin: 0; font-family: var(--wp--preset--font-family--heading); font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: #C2CCDA; }
.ask-stepcard h3 { font-size: 20px; font-weight: 700; letter-spacing: -0.01em; margin: 0; color: var(--wp--preset--color--ink, #313A46); }
.ask-stepcard p:not(.ask-stepcard__num) { font-size: 15px; line-height: 1.6; color: var(--wp--preset--color--slate, #5E6A7A); margin: 11px 0 0; }
.ask-steps__link { flex: none; width: 56px; display: flex; align-items: center; justify-content: center; gap: 7px; margin-block-start: 0; }
.ask-steps__link span { width: 8px; height: 8px; border-radius: 50%; background: var(--wp--preset--color--blue, #2766F0); }
.ask-steps__link span:nth-child(2) { opacity: 0.5; }
.ask-steps__link span:nth-child(3) { opacity: 0.25; }
.ask-stepcard--brand { background: var(--wp--preset--color--blue, #2766F0); border-color: var(--wp--preset--color--blue, #2766F0); }
.ask-stepcard--brand .ask-stepcard__ic { background: rgba(255, 255, 255, 0.16); }
.ask-stepcard--brand .ask-stepcard__ic svg { stroke: #fff; }
.ask-stepcard--brand .ask-stepcard__num { color: rgba(255, 255, 255, 0.55); }
.ask-stepcard--brand h3 { color: #fff; }
.ask-stepcard--brand p:not(.ask-stepcard__num) { color: #D7E3FB; }
/* Four-step variant (product page): tighter cards, same anatomy. */
.ask-stepsrow--4 .ask-stepcard { max-width: none; padding: 26px; }
.ask-stepsrow--4 .ask-stepcard__num { top: 26px; right: 26px; }
.ask-stepsrow--4 .ask-stepcard h3 { font-size: 18px; }
.ask-stepsrow--4 .ask-steps__link { width: 40px; }
@media (max-width: 900px) {
	.ask-stepsrow { flex-direction: column; align-items: center; }
	.ask-stepcard { width: 100%; }
	.ask-steps__link { flex-direction: column; width: auto; height: 48px; }
}

/* --- Final CTA blue band --- */
.ask-ctablue { background: radial-gradient(700px 380px at 18% 0%, rgba(255,255,255,0.18), rgba(255,255,255,0) 55%), var(--wp--preset--color--blue, #2766F0); border-radius: 24px; padding: clamp(2.75rem, 5vw, 4.5rem); text-align: center; color: #fff; }
.ask-ctablue h2 { color: #fff; font-size: clamp(1.9rem, 3.6vw, 2.75rem); }
.ask-ctablue p { color: rgba(255,255,255,0.9); margin: 0.85rem auto 0; max-width: 36rem; }
.ask-ctablue__actions { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; margin-top: 1.9rem; }
/* Anchor variants (cta-band block); the wp:button variant is styled on the
   inner link in home-v3.css - keep the wrapper unstyled to avoid double boxes. */
.ask-ctablue a.ask-btn-white { background: #fff; color: var(--wp--preset--color--blue, #2766F0); font-weight: 600; border-radius: 12px; padding: 13px 26px; text-decoration: none; }
.ask-ctablue a.ask-btn-white:hover { background: #EAF0FE; }
.ask-ctablue a.ask-btn-outline { background: rgba(255,255,255,0.12); color: #fff; border: 1px solid rgba(255,255,255,0.55); font-weight: 600; border-radius: 12px; padding: 12px 24px; text-decoration: none; }
.ask-ctablue a.ask-btn-outline:hover { background: rgba(255,255,255,0.2); }

/* primary button with arrow (hero) */
.ask-btn-primary { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--wp--preset--color--blue, #2766F0); color: #fff; font-weight: 600; border-radius: 12px; padding: 0.85rem 1.5rem; text-decoration: none; }
.ask-btn-primary:hover { background: var(--wp--preset--color--blue-deep, #1A4FCC); color: #fff; }
.ask-btn-ghost { display: inline-flex; align-items: center; background: #fff; color: var(--wp--preset--color--ink, #313A46); border: 1px solid #D6DBE2; font-weight: 600; border-radius: 12px; padding: 0.85rem 1.5rem; text-decoration: none; }
.ask-btn-ghost:hover { border-color: var(--wp--preset--color--blue, #2766F0); color: var(--wp--preset--color--blue, #2766F0); }

/* CTA band wrapper (inner pages): 96px envelope — top 32px + main's 64px
   bottom padding, bottom 16px + the footer's 80px top margin. */
.ask-cta-wrap { padding: 2rem 1.25rem 1rem; }
.ask-cta-wrap .ask-bar { max-width: 1180px; margin-inline: auto; }

/* ==========================================================================
   Animated chat widget
   ========================================================================== */
.ask-chat__body { display: flex; flex-direction: column; gap: 12px; padding: 18px; height: 360px; overflow-y: auto; scrollbar-width: thin; }
/* Assistant row (avatar + name + time + speaker) */
.ask-arow { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--wp--preset--color--slate, #5E6A7A); align-self: flex-start; max-width: 100%; }
.ask-arow .ask-av { width: 22px; height: 22px; border-radius: 6px; background: #EAF0FE; display: inline-flex; align-items: center; justify-content: center; flex: none; }
.ask-arow .ask-av img { width: 15px; height: 15px; }
.ask-arow .ask-aname { font-weight: 600; color: var(--wp--preset--color--ink, #313A46); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ask-arow .ask-spk { margin-left: 4px; color: #9aa3b2; flex: none; }
.ask-umsg { display: flex; flex-direction: column; align-items: flex-end; align-self: flex-end; max-width: 88%; gap: 4px; }
.ask-meta { font-size: 11px; color: var(--wp--preset--color--gray, #919191); }
/* Composer typewriter: placeholder text span + blinking caret */
.ask-widget__input .ask-ph { flex: 1 1 auto; min-width: 0; white-space: nowrap; overflow: hidden; }
.ask-widget__input .ask-ph.is-typing { color: var(--wp--preset--color--ink, #313A46); }
.ask-caret { display: none; width: 2px; height: 15px; background: var(--wp--preset--color--ink, #313A46); margin: 0 0 0 1px; flex: none; }
.ask-caret.is-on { display: inline-block; animation: askBlink 1s steps(1) infinite; }
@keyframes askBlink { 0%, 50% { opacity: 1; } 51%, 100% { opacity: 0; } }

/* Suggestion pills - contextual reply step (appended after a bot turn, aligned right) */
.ask-sugg { display: flex; flex-wrap: wrap; gap: 7px; align-self: flex-end; justify-content: flex-end; max-width: 100%; }
.ask-sugg span { border: 1.5px solid var(--wp--preset--color--blue, #2766F0); color: var(--wp--preset--color--blue, #2766F0); border-radius: 999px; padding: 7px 14px; font-size: 13px; font-weight: 600; }
/* input icon row */
.ask-send { display: inline-flex; gap: 12px; align-items: center; }
.ask-botgrp { display: flex; flex-direction: column; gap: 6px; align-self: flex-start; max-width: 90%; }
.ask-botgrp .ask-b { align-self: flex-start; }
.ask-b { font-size: 14px; line-height: 1.45; padding: 11px 15px; border-radius: 18px; max-width: 86%; }
.ask-b--user { align-self: flex-end; background: var(--wp--preset--color--blue, #2766F0); color: #fff; border-radius: 18px 18px 5px 18px; font-weight: 500; }
.ask-b--bot { align-self: flex-start; background: #EFEFF1; color: var(--wp--preset--color--ink, #313A46); border-radius: 18px 18px 18px 5px; }
.ask-b.ask-typing { display: inline-flex; gap: 5px; align-items: center; width: auto; }
/* Assistant reply that is a picture (virtual try-on / visualisation preview). */
.ask-b--img { padding: 6px; max-width: 74%; }
.ask-b--img img { display: block; width: 100%; border-radius: 14px 14px 4px 14px; background: #fff; }
.ask-b--img em { display: block; font-style: normal; font-size: 12px; color: var(--wp--preset--color--slate, #5E6A7A); padding: 6px 6px 3px; }
.ask-typing span { width: 7px; height: 7px; border-radius: 50%; background: #9aa3b2; display: inline-block; animation: askType 1.4s infinite; }
.ask-typing span:nth-child(2) { animation-delay: 0.2s; }
.ask-typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes askType { 0%,60%,100% { transform: translateY(0); opacity: 0.4; } 30% { transform: translateY(-4px); opacity: 1; } }

.ask-pslider { position: relative; align-self: stretch; margin: 2px -2px 0; }
.ask-pslider__track { display: flex; gap: 10px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; padding: 2px; }
.ask-pslider__track::-webkit-scrollbar { display: none; }
.ask-pcard { flex: 0 0 200px; background: #fff; border: 1px solid var(--as-line, #E6EAF0); border-radius: 14px; padding: 12px; }
.ask-pcard__img { background: #fff; border-radius: 10px; overflow: hidden; aspect-ratio: 1.15; display: flex; align-items: center; justify-content: center; }
.ask-pcard__img img { width: 100%; height: 100%; object-fit: contain; }
.ask-pcard__price { font-family: var(--wp--preset--font-family--heading); font-weight: 700; font-size: 14px; color: var(--wp--preset--color--ink, #313A46); margin-top: 10px; }
.ask-pcard__name { font-size: 13px; color: var(--wp--preset--color--ink, #313A46); line-height: 1.35; margin-top: 3px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ask-pcard__rating { color: var(--wp--preset--color--warning, #F5A623); font-size: 12.5px; margin-top: 5px; }
.ask-pcard__rating span { color: var(--wp--preset--color--gray, #919191); }
.ask-pcard__feats { display: flex; flex-direction: column; gap: 7px; margin-top: 9px; }
.ask-pcard__feats span { display: flex; gap: 7px; align-items: flex-start; font-size: 12.5px; line-height: 1.3; color: var(--wp--preset--color--slate, #5E6A7A); }
.ask-pcard__feats svg { flex: none; margin-top: 1px; }
.ask-pcard__feats em { font-style: normal; }
.ask-pcard__actions { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 12px; padding-top: 11px; border-top: 1px solid #EEF1F5; }
.ask-pcard__actions button { background: none; border: 0; cursor: pointer; display: inline-flex; align-items: center; gap: 5px; font-family: inherit; font-weight: 600; font-size: 13px; color: var(--wp--preset--color--blue, #2766F0); padding: 0; }
.ask-pcard__actions svg { flex: none; }
.ask-pslider__arrow { position: absolute; right: -2px; top: 42%; transform: translateY(-50%); width: 30px; height: 30px; border-radius: 50%; background: #fff; border: 1px solid var(--as-line, #E6EAF0); display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 2; }
/* Add-to-cart confirmation card (brand tint + check, stands out from bubbles). */
.ask-cartok { align-self: flex-start; display: flex; align-items: center; gap: 11px; background: var(--wp--preset--color--blue-tint, #EAF0FE); border: 1px solid #DCE8FB; border-radius: 14px; padding: 11px 14px; max-width: 92%; }
.ask-cartok__ic { flex: none; width: 30px; height: 30px; border-radius: 50%; background: #fff; display: inline-flex; align-items: center; justify-content: center; }
.ask-cartok__body { display: flex; flex-direction: column; gap: 2px; }
.ask-cartok__body b { font-size: 13.5px; font-weight: 600; color: var(--wp--preset--color--blue-deep, #1A4FCC); }
.ask-cartok__body em { font-style: normal; font-size: 12.5px; color: var(--wp--preset--color--slate, #5E6A7A); }
/* Tracking-link line inside the order card (demo widget: link-styled, non-interactive). */
.ask-cartok__link { font-size: 13px; font-weight: 600; color: var(--wp--preset--color--blue, #2766F0); margin-top: 3px; }

.ask-status { align-self: flex-start; display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid #EAEDF1; border-radius: 14px; padding: 12px 14px; max-width: 92%; font-size: 13.5px; color: var(--wp--preset--color--ink, #313A46); }
.ask-status svg { flex: none; }

/* ==========================================================================
   Logo marquee
   ========================================================================== */
.ask-marquee { overflow: hidden; margin-top: 1.75rem; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.ask-marquee__track { display: flex; align-items: center; gap: 3.75rem; width: max-content; animation: askMarquee 42s linear infinite; }
.ask-marquee:hover .ask-marquee__track { animation-play-state: paused; }
.ask-logo { flex: 0 0 auto; }
.ask-logo img { height: 30px; width: auto; max-width: 132px; object-fit: contain; filter: grayscale(1); opacity: 0.5; transition: filter 0.2s ease, opacity 0.2s ease; }
.ask-logo:hover img { filter: grayscale(0); opacity: 1; }
@keyframes askMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ask-eyebrow--muted { color: var(--wp--preset--color--gray, #919191); }

/* ==========================================================================
   Tab panels
   ========================================================================== */
.ask-tabwrap [data-panel] { display: none !important; }
.ask-tabwrap [data-panel].is-active { display: grid !important; }
.ask-tab { cursor: pointer; user-select: none; }

/* ==========================================================================
   Team cards (About)
   ========================================================================== */
.ask-team { display: grid; grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr)); gap: 1.5rem; }
.ask-team figure, .ask-team .wp-block-image { margin: 0; }
.ask-team img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 16px; filter: grayscale(1); transition: filter 0.25s ease; display: block; }
.ask-team .ask-team-card:hover img { filter: grayscale(0); }
.ask-team-card__name { font-family: var(--wp--preset--font-family--heading); font-weight: 700; font-size: 1.05rem; color: var(--wp--preset--color--ink, #313A46); margin: 0.85rem 0 0.1rem; }
.ask-team-card__role { color: var(--wp--preset--color--blue, #2766F0); font-size: 0.9rem; font-weight: 600; }
.ask-team-card__bio { color: var(--wp--preset--color--slate, #5E6A7A); font-size: 0.9rem; line-height: 1.5; margin-top: 0.5rem; }

/* ==========================================================================
   About page - founding-brief pull quote & values grid
   ========================================================================== */
/* Story: narrow centered setup line + the founding brief as a large centered
   quote (kills theme.json's core/quote left rule); the number sits in brand blue. */
.ask-story-setup { max-width: 40rem; margin-inline: auto; }
.ask-brief.wp-block-quote { border-left: 0; padding: 0; margin-inline: auto; max-width: 52rem; text-align: center; }
.ask-brief p { font-family: var(--wp--preset--font-family--heading); font-weight: 700; font-size: clamp(1.5rem, 2.6vw, 2.05rem); line-height: 1.35; letter-spacing: -0.02em; color: var(--wp--preset--color--ink, #313A46); margin: 0; }
.ask-brief strong { color: var(--wp--preset--color--blue, #2766F0); font-weight: inherit; }

/* Values: icon chip + copy rows, no card chrome. Icon spans both text rows;
   any extra blocks an editor adds stay in the text column. */
.ask-values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.75rem 4rem; }
.wp-block-group.ask-values > * { margin-block-start: 0; }
.ask-value { display: grid; grid-template-columns: 46px 1fr; column-gap: 1.25rem; align-items: start; }
.wp-block-group.ask-value > * { margin-block-start: 0; grid-column: 2; }
.ask-value .ask-icon { grid-column: 1; grid-row: 1 / span 2; margin-bottom: 0; }
.ask-value h3 { font-size: 1.15rem; margin: 0 0 0.45rem; padding-top: 0.2rem; }
.ask-value p { margin: 0; color: var(--wp--preset--color--slate, #5E6A7A); }
@media (max-width: 781px) {
	.ask-values { grid-template-columns: 1fr; gap: 1.75rem; }
}

/* ==========================================================================
   Dark tabbed section (2 columns + checklists)
   ========================================================================== */
.ask-navy-cols { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; margin-top: 2rem; background: var(--as-dark-panel, #252E3D); border: 1px solid rgba(255,255,255,0.06); border-radius: 24px; padding: clamp(1.75rem, 4vw, 3.25rem); }
@media (max-width: 860px) { .ask-navy-cols { grid-template-columns: 1fr; padding: clamp(1.5rem, 5vw, 2rem); } }
.ask-navy-left h3 { color: #fff; margin-top: 0; font-size: 1.6rem; }
.ask-navy-left p { color: #AEB7C5; }
.ask-navy-left .ask-metric { color: #fff; font-weight: 700; margin-top: 1rem; }
.ask-checklist { list-style: none; padding: 0; margin: 1.25rem 0; display: grid; gap: 0.7rem; }
.ask-checklist li { position: relative; padding-left: 2rem; color: #C9D2E0; line-height: 1.45; }
.ask-checklist li::before { content: ""; position: absolute; left: 0; top: 0.05em; width: 22px; height: 22px; border-radius: 999px; background-color: rgba(255,255,255,0.1); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%238FB0F6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4 4 10-10'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }
.ask-tabwrap .ask-widget { max-width: 100%; margin: 0 auto; }

/* ==========================================================================
   Security pillars (icon + tinted left rule + uppercase brand label)
   ========================================================================== */
.ask-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 36px 30px; }
@media (max-width: 700px) { .ask-pillars { grid-template-columns: 1fr; } }
.ask-pillar { border-left: 2px solid var(--wp--preset--color--blue-tint, #EAF0FE); padding-left: 22px; }
.ask-pillar__ic { display: block; margin-bottom: 14px; }
.ask-pillar__ic svg { width: 26px; height: 26px; stroke: var(--wp--preset--color--blue, #2766F0); }
.ask-pillar__label { font-family: var(--wp--preset--font-family--heading); font-weight: 700; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--wp--preset--color--blue, #2766F0); margin: 0 0 10px; }
.ask-pillar p { font-size: 14.5px; line-height: 1.6; color: var(--wp--preset--color--slate, #5E6A7A); margin: 0; }
.ask-pillar p strong { color: var(--wp--preset--color--ink, #313A46); }

/* ==========================================================================
   Security bento (v3): 12-col grid — two illustrated feature cards on top,
   three icon cards below. Cards reuse the is-style-card surface; the
   illustrations are decorative inline SVG (aria-hidden) built from tokens.
   ========================================================================== */
.ask-sec-bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.ask-sec-bento > * { margin-block-start: 0; min-width: 0; }
.ask-sec-bento > .ask-card { height: 100%; box-sizing: border-box; }
.ask-seccard--w7 { grid-column: span 7; }
.ask-seccard--w5 { grid-column: span 5; }
.ask-seccard--w4 { grid-column: span 4; }
.ask-seccard__split { display: flex; align-items: center; gap: 26px; height: 100%; }
.ask-seccard__split > * { margin-block-start: 0; }
.ask-seccard__body { flex: 1 1 auto; min-width: 0; }
.ask-seccard__vis { flex: 0 0 auto; }
.ask-seccard__vis svg { display: block; }
.ask-seccard__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.ask-seccard__chips > * { margin: 0; }
/* Sekcyjny wizual w kolumnie (np. pierscien UE na stronie bezpieczenstwa). */
.ask-secvis { display: flex; justify-content: center; }
.ask-secvis svg { display: block; height: auto; }
@media (max-width: 980px) {
	.ask-seccard--w7, .ask-seccard--w5 { grid-column: span 12; }
	.ask-seccard--w4 { grid-column: span 6; }
}
@media (max-width: 700px) {
	.ask-seccard--w4 { grid-column: span 12; }
	.ask-seccard__split { flex-direction: column; align-items: flex-start; }
	.ask-seccard__vis { align-self: center; }
}

/* ==========================================================================
   HubSpot meetings embed (book a consultation)
   ========================================================================== */
.meetings-iframe-container { min-height: 660px; border: 1px solid var(--wp--preset--color--line, #E6EAF0); border-radius: 16px; overflow: hidden; background: #fff; box-shadow: 0 6px 16px -10px rgba(49, 58, 70, 0.3); }
.meetings-iframe-container iframe { display: block; }

/* ==========================================================================
   Cookie notice
   ========================================================================== */
.ask-cookie { position: fixed; left: 20px; bottom: 20px; z-index: 9990; max-width: 400px; display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--wp--preset--color--line, #E6EAF0); border-radius: 16px; padding: 14px 16px; box-shadow: 0 18px 40px -20px rgba(39, 72, 150, 0.45); }
.ask-cookie[hidden] { display: none; }
.ask-cookie__text { margin: 0; font-size: 0.85rem; line-height: 1.5; color: var(--wp--preset--color--slate, #5E6A7A); }
.ask-cookie__text a { color: var(--wp--preset--color--blue, #2766F0); text-decoration: underline; }
.ask-cookie__accept { flex: 0 0 auto; font: 600 0.85rem/1 var(--wp--preset--font-family--body, Inter, sans-serif); color: #fff; background: var(--wp--preset--color--blue, #2766F0); border: 0; border-radius: 12px; padding: 10px 16px; cursor: pointer; transition: background 0.15s ease; }
.ask-cookie__accept:hover { background: var(--wp--preset--color--blue-deep, #1A4FCC); }
@media (max-width: 500px) { .ask-cookie { left: 12px; right: 12px; bottom: 12px; flex-wrap: wrap; } }
