:root {
	/* colors */
	--ink:        #14181F;
	--body:       #5B6470;
	--muted:      #60636E;
	--subtle:     #8A93A5;
	--faded:      #AEB6C4;
	--accent:     #1A53FF;
	--white:      #FFFFFF;
	--background: #FBFCFE;
	--surface:    #F3F7FF;
	--tech-bg:    #EDF3FF;
	--border:     #E6ECF6;

  	--tier-s: #7698FF;
	--tier-l: #4875FF;
	--tier-c: #1A53FF;

	/* brand gradient + its inversion (for smooth hover swap) */
	--grad-brand: linear-gradient(122.5deg, #3D6FFF 6.86%, #8A4FFF 37.92%, #FF5C9D 67.26%, #FF9E5C 93.14%);
	--grad-brand-rev: linear-gradient(122.5deg, #FF9E5C 6.86%, #FF5C9D 37.92%, #8A4FFF 67.26%, #3D6FFF 93.14%);

	--grad-brand-true: linear-gradient(93deg, #3D6FFF 0%, #8A4FFF 36%, #FF5C9D 70%, #FF9E5C 100%);

	--grad-word: linear-gradient(93deg, #8A4FFF 0%, #FF5C9D 53%, #FF9E5C 100%);

	/* shadows */
	--shadow-nav:    0 5px 16px -6px rgba(26, 83, 255, .20);
	--shadow-btn:    0 8px 26px -8px rgba(26, 83, 255, .22);
	--shadow-btn-hi: 0 14px 34px -10px rgba(26, 83, 255, .38);
	--shadow-card:   0 26px 60px -28px rgba(20, 41, 89, .35);
	--shadow-media:  0 26px 70px -30px rgba(20, 41, 89, .30);

	/* type */
	--font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--font-display: 'Plus Jakarta Sans', var(--font-body);

	/* motion */
	--ease: cubic-bezier(.4, 0, .2, 1);
	--dur:  .4s;
}

/* ----------------------------------------------------------- 2. BASE ---- */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
	margin: 0;
	background: var(--background);
	color: var(--body);
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

h1, h2, h3, p, ul { margin: 0; }
ul { padding: 0; list-style: none; }
img { max-width: 100%; height: auto; display: block; }
figure { margin: 0; }
a { color: inherit; text-decoration: none; }
em { font-style: normal; }

/* ------------------------------------------------------ 3. CONTAINER ---- */
.container {
	width: 88%;
	max-width: 1520px;
	padding: 0 40px;
	margin-inline: auto;
}

@media (max-width: 767px) {
	.container { width: 100%; padding: 0 20px; }
}
@media (min-width: 768px) and (max-width: 1199px) {
	.container { width: 100%; padding: 0 48px; }
}


.title {
	color: var(--ink);
	font-family: var(--font-display);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -.035em;
}

/* Statement / Tech — у Figma це Bold 700, не ExtraBold */
.title--statement { font-weight: 700; }

/* Heading/Feature — заголовок рядка в Offerings */
.title--feature {
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: -.025em;
}
@media (min-width:768px) {
  .title--feature {
    line-height: 1.1;
  }
}
@media (min-width: 1200px) {
  .title--feature {
    line-height: 1.24;
  }
}

/* Heading/Card — назва послуги */
.title--card {
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -.02em;
}

/* градієнтний текст усередині заголовка */
.grad {
	background-image: var(--grad-brand-true);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.hero__title .grad {
	background-image:
		linear-gradient(105deg, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, .32) 50%, rgba(255, 255, 255, 0) 58%),
		var(--grad-word);
	background-size: 220% 100%, 100% 100%;
	background-position: 120% 0%, 0% 0%;
	background-repeat: no-repeat;
}


/* mobile 390 */
.hero__title         { font-size: clamp(45px, 11.5vw, 140px); line-height: 1;}
.final__title        { font-size: 34px; line-height: 1; }
.future__title       { font-size: 30px; }
.offerings__title    { font-size: 30px; }
.services__title     { font-size: 30px; }
.intro__title        { font-size: 28px; }
.straight__title     { font-size: 28px; }
.tech__bad,
.tech__good          { font-size: 24px; }
.offerings__subtitle { font-size: 24px; }
.services__name      { font-size: 20px; }

/* tablet 768 */
@media (min-width: 768px) {
	.hero__title         {  font-size: clamp(84px, 9vw, 140px); }
	.final__title        { font-size: 48px; }
	.future__title       { font-size: 42px; }
	.offerings__title    { font-size: 40px; }
	.services__title     { font-size: 40px; }
	.intro__title        { font-size: 40px; }
	.straight__title     { font-size: 36px; }
	.tech__bad,
	.tech__good          { font-size: 30px; }
	.offerings__subtitle { font-size: 28px; }
	.services__name      { font-size: 20px; }
}

/* desktop 1200+ (еталон — фрейм 1920) */
@media (min-width: 1200px) {
	.hero__title         { font-size: clamp(84px, 7.3vw, 140px); line-height: 1; }
	.final__title        { font-size: clamp(60px, 4.6vw, 88px); }
	.services__title     { font-size: 64px; line-height: 1.25; }
	.future__title       { font-size: 58px; }
	.offerings__title    { font-size: 58px; }
	.straight__title     { font-size: 58px; }
	.intro__title        { font-size: 54px; }
	.tech__bad,
	.tech__good          { font-size: 52px; }
	.offerings__subtitle { font-size: 38px; }
	.services__name      { font-size: 20px; }
}

/* --------------------------------------------------------- 6. BUTTON ---- */
.btn { display: flex; }
.btn .wp-block-button { display: flex; }

.btn .wp-block-button__link {
	position: relative;
	z-index: 0;
	isolation: isolate;
	overflow: hidden; 
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 57px;
	padding: 18px 34px;
	border: 0;
	border-radius: 999px;
	background: none;
	font-family: var(--font-body);
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;

	transition: color var(--dur) var(--ease),
	            box-shadow var(--dur) var(--ease);
}

.btn .has_btn__arrow  a .btn__label:after {
  content:"";
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.33878 12.1703L4.93821 10.7818L8.6147 7.10529H0V5.06481H8.6147L4.93821 1.39435L6.33878 -0.000177741L12.424 6.08505L6.33878 12.1703Z' fill='white'/%3E%3C/svg%3E") center no-repeat;
  background-size: contain;
  width:13px ;
  height: 13px;
  display: inline-block;
    transition: transform var(--dur) var(--ease);
    margin-left: 4px;
    margin-top: 2px;
}



.btn__label {
	display: inline-flex;
	align-items: center;
	will-change: transform;
}

.btn .wp-block-button__link::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: var(--gsize, calc(100% + 64px));
	aspect-ratio: 1 / 1;
	z-index: -1;
	transform: translate(-50%, -50%) rotate(var(--angle, 0deg));
	background-image: var(--grad-brand-true);
	transition: opacity var(--dur) var(--ease);
	will-change: transform;
}

/* -- btn--gradient : основна ------------------------------------------- */
.btn--gradient .wp-block-button__link {
	color: var(--white);
	box-shadow: var(--shadow-btn);
}
.btn--gradient .wp-block-button__link:hover,
.btn--gradient .wp-block-button__link:focus-visible {
	box-shadow: var(--shadow-btn-hi);
}

/* -- btn--outline :  ------------------------------------------- */
.btn--outline .wp-block-button__link {
	color: var(--ink);
	box-shadow: inset 0 0 0 1.5px var(--ink);
}
.btn--outline .wp-block-button__link::before { opacity: 0; }

.btn--outline .wp-block-button__link:hover,
.btn--outline .wp-block-button__link:focus-visible {
	color: var(--white);
	box-shadow: inset 0 0 0 1.5px transparent, var(--shadow-btn);
}
.btn--outline .wp-block-button__link:hover::before,
.btn--outline .wp-block-button__link:focus-visible::before { opacity: 1; }

/* -- btn--sm :------------------------------------------------- */
.btn--sm .wp-block-button__link {
	min-height: 48px;
	padding: 15px 27px;
	font-size: 15px;
	font-weight: 600;
	box-shadow: var(--shadow-nav);
}


.btn__arrow {
	display: inline-block;
	transition: transform var(--dur) var(--ease);
  margin-left:4px;
  margin-top:2px;
}
.wp-block-button__link:hover .btn__arrow { transform: translateX(4px); }

/* --------------------------------------------------------- 7. EYEBROW --- */
.eyebrow {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	color: var(--accent);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .16em;
	
}
.eyebrow::before {
	content: "";
	flex: 0 0 auto;
	width: 26px;
	height: 3px;
	margin-top: .5em;
	border-radius: 2px;
	background-image: var(--grad-brand);
}

@media (min-width: 768px) {
	.eyebrow { align-items: center; line-height: 1; }
	.eyebrow::before { margin-top: 0; }
}

/* ------------------------------------------------------------ 8. PILL --- */
.pill {
	display: inline-flex;
	align-items: center;
	padding: 11px 21px;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: var(--surface);
	color: var(--muted);
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	transition: border-color var(--dur) var(--ease), background-color var(--dur) var(--ease);
}
.pill:hover { border-color: #CBD9F2; background: #EAF1FF; }

/* ============================================================== 9. NAV === */
.nav {
	position: sticky;
	top: 0;
	z-index: 50;
	background: var(--background);
	border-bottom: 1px solid var(--border);
}
.nav__content .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 64px;
}

.nav__brand { display: flex; align-items: center; gap: 4px; }
.nav__logo-mark img,
.nav__logo-mark svg { width: 34px; height: auto; overflow: visible; }
.nav__logo-type img { width: 83px; height: auto; }

.nav__links { display: none; }

.nav__link {
	color: var(--muted);
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	transition: color var(--dur) var(--ease);
}
.nav__link:hover { color: var(--ink); }

.nav__btn { display: none; }

.nav__burger {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
}
.nav__burger-line {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background: var(--ink);
	transition: background-color var(--dur) var(--ease);
}

/* mobile menu open state */
.nav.is-open .nav__burger-line:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav.is-open .nav__burger-line:nth-child(2) { opacity: 0; }
.nav.is-open .nav__burger-line:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }


@media (max-width: 767px) {
	.nav.is-open .nav__links {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		position: fixed;
		top: 64px;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 76px 24px 50px;
		background: var(--background);
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	.nav.is-open .nav__menu-links {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 40px;
	}
	.nav.is-open .nav__link {
		color: var(--ink);
		font-size: 30px;
		font-weight: 500;
		line-height: 1;
		text-align: center;
	}

	.nav.is-open .nav__menu-bottom {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px;
		width: 100%;
		margin-top: 40px; 
	}
	.nav.is-open .nav__menu-contacts {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}
	.nav.is-open .nav__menu-contact {
		color: var(--muted);
		font-size: 16px;
		line-height: 1;
		text-align: center;
	}
}

@media (min-width: 768px) {
	.nav__menu-links { display: contents; }
	.nav__link--menu,
	.nav__menu-bottom { display: none; }
}



@media (min-width: 768px) {
	.nav__content .container { min-height: 72px; }
	.nav__links { display: flex; align-items: center; gap: 28px; margin-inline-start: auto; }
	.nav__btn   { display: flex; }
	.nav__burger { display: none; }
}
@media (min-width: 1200px) {
	.nav__content .container { min-height: 84px; }
	.nav__links { gap: 38px; margin-inline-start: 0; }
}

/* ============================================================ 10. HERO === */
.hero {
	position: relative;
	overflow: hidden;
	background: var(--background);
}
.hero__content .container {
	position: relative;
	z-index: 2;
	padding-top: 48px;
	padding-bottom: 56px;
}

.hero__blob {
	position: absolute;
	z-index: 1;
	border-radius: 50%;
	pointer-events: none;
	will-change: transform;
}
.hero__blob--a {
	width: 540px; height: 540px;
	top: -255px; right: -235px;
	background: radial-gradient(circle closest-side, #CFE0FF 0%, rgba(207, 224, 255, .8) 40%, rgba(207, 224, 255, 0) 100%);
	opacity: .55;
}
.hero__blob--b {
	width: 460px; height: 460px;
	top: -20px; left: -250px;
	background: radial-gradient(circle closest-side, #CDF6F1 0%, rgba(205, 246, 241, .8) 40%, rgba(205, 246, 241, 0) 100%);
	opacity: .5;
}
.hero__blob--c {
	width: 400px; height: 400px;
	top: 55%; left: 30%;
	background: radial-gradient(circle closest-side, #FFDCE9 0%, rgba(255, 220, 233, .8) 40%, rgba(255, 220, 233, 0) 100%);
	opacity: .45;
}

.hero__eyebrow { margin-bottom: 16px; margin-bottom: 30px; }
.hero__eyebrow span, .hero__eyebrow mark {
  display: none
}
.hero__title   { margin-bottom: 16px; margin-bottom: 30px; }

.hero__sub {
	margin-bottom: 16px;
  margin-bottom: 30px;
	color: var(--body);
	font-size: 18px;
	line-height: 1.45;
}

.hero__ctas {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	gap: 12px;
  max-width:300px
}
.hero__ctas .btn,
.hero__ctas .wp-block-button { width: 100%; }
.hero__ctas .wp-block-button__link { width: 100%; padding-inline: 12px; font-size: 16px; }

@media (min-width: 768px) {
  .hero__ctas {
    grid-template-columns: 1fr 1fr;
    max-width:none
  }
	.hero__content .container { padding-top: 72px; padding-bottom: 80px; }
	.hero__blob--a { width: 740px; height: 740px; top: -310px; right: -270px; }
	.hero__blob--b { width: 620px; height: 620px; top: -15px; left: -310px; }
	.hero__blob--c { width: 560px; height: 560px; top: 58%; left: 34%; }
	.hero__title {  margin-bottom: 38px; }
	.hero__sub   {font-size: 23px; margin-bottom: 38px;}

	.hero__ctas  { display: flex; flex-wrap: wrap; gap: 14px; }
	.hero__ctas .btn,
	.hero__ctas .wp-block-button { width: auto; }
	.hero__ctas .wp-block-button__link { width: auto; padding-inline: 34px; font-size: 17px; }
  .hero__eyebrow {
    margin-bottom: 38px;
  }
  .hero__eyebrow span, .hero__eyebrow mark {
    display: inline
  }
}
@media (min-width: 1200px) {
	.hero__content .container { padding-top: 96px; padding-bottom: 104px; }
	.hero__blob--a { width: 800px; height: 800px; top: -310px; right: -210px; }
	.hero__blob--b { width: 680px; height: 680px; top: -25px; left: -345px; }
	.hero__blob--c { width: 640px; height: 640px; top: 56%; left: 36%; }
	.hero__eyebrow { }
	.hero__title   {  }
	.hero__sub     {  max-width: none;  }
}

/* =========================================================== 11. INTRO === */
.intro { background: var(--background); }
.intro__content .container {
	padding-top: 56px;
	padding-bottom: 56px;
	text-align: center;
}

.intro__pills {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	margin-bottom: 18px;
}

.intro__title { margin-bottom: 18px; }

.intro__text {
	color: var(--body);
	font-size: 16px;
	line-height: 1.6;
}

@media (min-width: 768px) {
	.intro__content .container { padding-top: 72px; padding-bottom: 72px; }
	.intro__pills { flex-direction: row; justify-content: center; gap: 12px; margin-bottom: 22px; }
	.intro__title { margin-bottom: 22px; line-height: 1.05; }
	.intro__text  { font-size: 18px; }
}
@media (min-width: 1200px) {
	.intro__content .container { padding-top: 120px; padding-bottom: 120px; }
	.intro__pills { gap: 14px; margin-bottom: 26px; }
	.intro__title { max-width: 900px; margin: 0 auto 26px; line-height: 1.25;}
	.intro__text  { max-width: 880px; margin-inline: auto; font-size: 18px; }
}

/* ========================================================== 12. FUTURE === */
.future { background: var(--surface); }
.future__content .container {
	padding-top: 48px;
	padding-bottom: 48px;
}

.future__eyebrow { margin-bottom: 16px; }
.future__title   { margin-bottom: 16px; }
.future__desc    { color: var(--body); font-size: 16px; line-height: 1.6; }

/* колаж */
.future__gallery {
	position: relative;
	width: 100%;
	max-width: 350px;
	margin: 16px auto 0;
	aspect-ratio: 1 / 1;
}
.future__img { position: absolute; }
.future__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 14px;
	box-shadow: var(--shadow-card);
}
.future__img--1 { top: 0;      left: 25.5%; width: 63.8%; aspect-ratio: 1 / 1;     z-index: 1; }
.future__img--2 { top: 36.2%;  left: 0;     width: 63.8%; aspect-ratio: 300 / 250; z-index: 2; }
.future__img--3 { top: 53.2%;  left: 59.6%; width: 40%;   aspect-ratio: 188 / 156; z-index: 3; }

@media (min-width: 768px) {
	.future__content .container { padding-top: 64px; padding-bottom: 64px; }
	.future__eyebrow { margin-bottom: 16px; }
	.future__title   { margin-bottom: 16px; }
	.future__gallery { max-width: 672px; margin-top: 28px; }
	.future__img img { border-radius: 20px; }
}
@media (min-width: 1200px) {
	.future__content .container {
		display: flex;
		align-items: center;
		gap: 90px;
		padding-top: 140px;
		padding-bottom: 140px;
	}
	.future__text { flex: 1 1 auto; max-width: 640px; }
	.future__eyebrow { margin-bottom: 18px; }
	.future__title   { margin-bottom: 18px; }
	.future__desc    { max-width: 500px; }
	.future__gallery { flex: 0 0 470px; width: 470px; max-width: none; margin: 0; }
}

/* ======================================================= 13. OFFERINGS === */
.offerings { background: var(--background); overflow: hidden; }
.offerings__content .container {
	padding-top: 56px;
	padding-bottom: 56px;
}

.offerings__head { margin-bottom: 32px; text-align: center; }
.offerings__eyebrow { justify-content: center; margin-bottom: 16px; }

.offerings__row { display: flex; flex-direction: column; gap: 0; }
.offerings__row + .offerings__row { margin-top: 32px; }

.offerings__img { order: -1; margin-bottom: 12px; }
.offerings__img img {
	width: 100%;
	aspect-ratio: 350 / 241;
	object-fit: cover;
	border: 1px solid var(--border);
	border-radius: 20px;
	box-shadow: var(--shadow-media);
}

.offerings__txt { display: flex; flex-direction: column; gap: 12px; }

.offerings__index {
	color: var(--accent);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.offerings__desc { color: var(--body); font-size: 15px; line-height: 1.55; }

@media (min-width: 768px) {
	.offerings__content .container { padding-top: 72px; padding-bottom: 72px; }
	.offerings__head { margin-bottom: 40px; }
	.offerings__row  { gap: 8px; }
	.offerings__row + .offerings__row { margin-top: 40px; }
	.offerings__txt  { gap: 10px; }
	.offerings__img img { aspect-ratio: 672 / 464; border-radius: 26px; }
}
@media (min-width: 1200px) {
  .offerings__eyebrow {  margin-bottom: 26px; }
	.offerings__content .container { padding-top: 120px; padding-bottom: 120px; }
	.offerings__head { margin-bottom: 69px; }

	.offerings__row {
		flex-direction: row;
		align-items: center;
		gap: 80px;
	}
	.offerings__row + .offerings__row { margin-top: 64px; }
	.offerings__row--reverse { flex-direction: row-reverse; }

	.offerings__txt { flex: 1 1 0; gap: 16px; }
	.offerings__img { order: 0; flex: 0 1 600px; margin-bottom: 0; }
	.offerings__img img { aspect-ratio: 600 / 414; border-radius: 30px; }

	.offerings__subtitle { max-width: 500px; }
	.offerings__desc { max-width: 520px; font-size: 16px; line-height: 1.6; }
}

/* ======================================================== 14. SERVICES === */
.services { background: var(--surface); }
.services__content .container {
	padding-top: 56px;
	padding-bottom: 56px;
}

.services__eyebrow { margin-bottom: 16px; }
.services__title   { margin-bottom: 16px; }
.services__lead    { margin-bottom: 16px; color: var(--body); font-size: 16px; line-height: 1.6; }

.services__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	padding-top: 0;

}

.services__item { display: flex; flex-direction: column; gap: 10px; }

.services__num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background-image: var(--grad-brand);
	color: var(--white);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .16em;
	text-indent: .16em;
}

.services__caption {
	color: var(--accent);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .12em;
}

.services__desc { color: var(--body); font-size: 15px; line-height: 1.55; }

@media (min-width: 768px) {
	.services__content .container { padding-top: 64px; padding-bottom: 64px; }
	.services__lead { margin-bottom: 16px; font-size: 18px; }
	.services__grid { grid-template-columns: repeat(2, 1fr); gap: 24px 20px; }
}
@media (min-width: 1200px) {
  .services__grid {
    padding-top: 32px;
    border-top: 1px solid var(--border);
  }
	.services__content .container { padding-top: 120px; padding-bottom: 120px; }
	.services__eyebrow { margin-bottom: 14px; }
	.services__title   { margin-bottom: 14px; }
	.services__lead    { margin-bottom: 14px; }

	.services__grid { grid-template-columns: repeat(4, 1fr); gap: 0; padding-top: 48px; }
	.services__item { padding: 0 32px; }
	.services__item:first-child { padding-left: 0; }
	.services__item + .services__item { border-left: 1px solid var(--border); }
}

/* ============================================================ 15. TECH === */
.tech { background: var(--background); }
.tech__content .container {
	padding-top: 48px;
	padding-bottom: 48px;
}

.tech__bad  { color:var(--body); }
.tech__good { margin-top: 12px; }

.tech__line { display: inline; }

.tech__divider { display: none; }

@media (min-width: 768px) {
	.tech__content .container { padding-top: 56px; padding-bottom: 56px; }
	.tech__good { margin-top: 16px; }
}
@media (min-width: 1200px) {
  .tech__bad  { color: var(--faded); }
	.tech { background: var(--tech-bg); }
	.tech__content .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 60px;
		padding-top: 130px;
		padding-bottom: 130px;
	}
	.tech__bad, .tech__good { line-height: 1.27; }
	.tech__line { display: block; }
	.tech__good { margin-top: 0; text-align: right; }
	.tech__good .tech__line { width: fit-content; margin-left: auto; }
	.tech__divider {
		display: block;
		align-self: stretch;
		width: 1px;
		background: var(--border);
	}
}

/* ======================================================== 16. STRAIGHT === */
.straight { background: var(--surface); }
.straight__content .container {
	padding-top: 56px;
	padding-bottom: 56px;
	text-align: center;
}

.straight__eyebrow { justify-content: center; margin-bottom: 12px; }
.straight__title   { margin-bottom: 16px; }

.straight__text {
	margin-bottom: 16px;
	color: var(--body);
	font-size: 16px;
	line-height: 1.6;
}

.straight__btn { justify-content: center; }

@media (min-width: 768px) {
	.straight__content .container { padding-top: 64px; padding-bottom: 64px; }
	.straight__text { font-size: 18px; }
}
@media (min-width: 1200px) {
	.straight { background: var(--background); }
	.straight__content .container { padding-top: 120px; padding-bottom: 120px; }
	.straight__eyebrow { margin-bottom: 20px; }
	.straight__title   { margin-bottom: 20px; line-height: 1.25; }
	.straight__text { max-width: 780px; margin: 0 auto 40px; }
}

/* =========================================================== 17. FINAL === */
.final { background: var(--background); }
.final__content .container {
	padding-top: 48px;
	padding-bottom: 48px;
}

.final__card {
	position: relative;
	overflow: hidden;
	padding: 40px 24px;

	border-radius: 24px;
	background: var(--surface);
	text-align: center;
}

.final__blob {
	position: absolute;
	z-index: 1;
	border-radius: 50%;
	pointer-events: none;
	will-change: transform;
}
.final__blob--a {
	width: 460px; height: 460px;
	top: -250px; right: -200px;
	background: radial-gradient(circle closest-side, #CFE0FF 0%, rgba(207, 224, 255, .8) 40%, rgba(207, 224, 255, 0) 100%);
	opacity: .55;
}
.final__blob--b {
	width: 400px; height: 400px;
	top: -30px; left: -230px;
	background: radial-gradient(circle closest-side, #CDF6F1 0%, rgba(205, 246, 241, .8) 40%, rgba(205, 246, 241, 0) 100%);
	opacity: .5;
}

.final__eyebrow,
.final__title,
.final__text,
.final__btn { position: relative; z-index: 2; }

.final__eyebrow { justify-content: center; margin-bottom: 16px; }
.final__title   { margin-bottom: 16px; }

.final__text {
	margin-bottom: 16px;
	color: #54526B;
	font-size: 16px;
	line-height: 1.6;
 
}

.final__btn { justify-content: center; }

@media (min-width: 768px) {
	.final__content .container { padding-top: 64px; padding-bottom: 64px; }
	.final__card { padding: 56px 40px; border-radius: 28px; }
	.final__text { font-size: 18px; }
}
@media (min-width: 1200px) {
  
	.final__content .container { padding-top: 0; padding-bottom: 120px; }
	.final__card { padding: 120px 80px; border-radius: 30px; border: 1px solid var(--border); }
	.final__blob--a { width: 770px; height: 770px; top: -350px; right: -200px; }
	.final__blob--b { width: 660px; height: 660px; top: -60px;  left: -290px; }
	.final__eyebrow { margin-bottom: 30px; }
	.final__title   { margin-bottom: 30px; }
	.final__text    { max-width: 650px; margin: 0 auto 40px; font-size: 20px; line-height: 1.5; }
}

/* ========================================================== 18. FOOTER === */
.footer {
	background: var(--surface);
	border-top: 1px solid var(--border);
}
.footer__content .container {
	padding-top: 48px;
	padding-bottom: 32px;
}

.footer__grid {
	display: flex;
	flex-direction: column;
	gap: 27px;
	margin-bottom: 40px;
}

.footer__brand { display: flex; flex-direction: column; gap: 16px; }
.footer__logo  { display: flex; align-items: center; gap: 4px; }
.footer__logo-mark img { width: 34px; height: auto; }
.footer__logo-type img { width: 83px; height: auto; }

.footer__about { max-width: 470px; color: var(--muted); font-size: 16px; line-height: 1.6; }

.footer__col { display: flex; flex-direction: column; gap:7px; }

.footer__heading {
	color: var(--subtle);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .12em;
}

.footer__list { display: flex; flex-direction: column; gap: 2px; }

.footer__link {
	color: var(--muted);
	font-size: 16px;
	font-weight: 500;
	transition: color var(--dur) var(--ease);
}
.footer__link:hover { color: var(--accent); }

.footer__bottom {
	display: flex;

	align-items: center;
	gap: 20px;
	padding-top: 19px;

}

.footer__copy { color: var(--subtle); font-size: 13px; font-weight: 500; line-height: 1; }

.footer__socials { display: flex; align-items: center; gap: 12px; }

.footer__social {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: var(--white);
	transition: border-color var(--dur) var(--ease),
	            box-shadow var(--dur) var(--ease),
	            transform var(--dur) var(--ease);
}
.footer__social:hover {
	border-color: transparent;
	box-shadow: var(--shadow-nav);
	transform: translateY(-2px);
}
.footer__social-icon img { width: 19px; height: 19px; }
.footer__copy-more {
  display: none
}

@media (min-width: 768px) {
  .footer__list {  gap: 4px; }
  .footer__grid {
   flex-direction: row;
   flex-wrap: wrap; 
  }
  .footer__brand {
    width: 100%;
    padding-bottom: 5px;
  }
 
  .footer__col {  gap: 11px; }
	.footer__content .container { padding-top: 64px; padding-bottom: 36px; }
	
	.footer__bottom {
		flex-direction: row;
		align-items: center;
	
		padding-top: 11px;
	}
  .footer__copy-more {
    display: inline
  }
}
@media (min-width: 1024px) {
  .footer__col {  gap: 18px; }
  .footer__grid {
		display: grid;
		grid-template-columns: 2fr 1fr 1fr;
		gap: 40px;
		margin-bottom: 56px;
	}
}
@media (min-width: 1200px) {
  .footer__bottom {
    padding-top: 24px;
    border-top: 1px solid var(--border);
  }
	.footer__content .container { padding-top: 90px; padding-bottom: 36px; }
	.footer__grid { margin-bottom: 68px; }

  .footer__list { gap: 7px; }
  .footer__brand { gap: 23px; }
}

/* ------------------------------------------------- 19. REDUCED MOTION --- */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
	}
}

/* ------------------------------------------- 20. ЕКРАННА РОЗКЛАДКА ----
   Десктоп: hero — рівно один екран (мінус шапка); короткі statement-
   секції дихають (min-height + вертикальне центрування); контентні
   Offerings / Services — природної висоти з єдиним ритмом 120px.
   Мобайл і планшет не чіпаємо. */
/* hero — рівно один екран на ВСІХ брейкпоінтах (мінус висота шапки) */
.hero {
	display: flex;
	align-items: center;
  
	min-height: calc(100vh - 64px);  
	min-height: calc(100svh - 64px); 
  
}
.hero__content { width: 100%; }

@media (min-width: 768px) {
	.hero {
		min-height: calc(100vh - 72px);
		min-height: calc(100svh - 72px); /* планшет: шапка 72px */
	}
}

@media (min-width: 1200px) {
	.hero {
		min-height: calc(100vh - 84px);
		min-height: calc(100svh - 84px); /* десктоп: шапка 84px */
	}

  /*
	.intro,
	.tech,
	.straight {
		display: flex;
		align-items: center;
		min-height: 78vh;
	}
  */
	.intro__content,
	.tech__content,
	.straight__content { width: 100%; }
/*
	.final {
		display: flex;
		align-items: center;
		min-height: 88vh;
	}
    */
	.final__content { width: 100%; }
}

/* ==========================================================================
   ABOUT PAGE (about.html)
   Реюз: .hero (модифікатор --about), .final (модифікатор --about);
   .process і .case — нові секції; шапка/футер — без змін.
   Значення 1:1 з Figma «About»: Mobile 390 / Tablet 768 / Desktop 1920.
   ========================================================================== */

/* На about градієнтний рядок «of a backflip» бере повний бренд-градієнт.
   Клас стоїть на <html>: animations.js читає --grad-word саме з нього
   для по-буквених зрізів у hero-інтро. */
.page-about { --grad-word: var(--grad-brand-true); }

/* ------------------------------------------------ A1. HERO --about ------ */
/* на about hero не тримає екран: висота по контенту */
.hero.hero--about { justify-content: center;  }

.hero--about .hero__content .container {
	padding-top: 48px;
	padding-bottom: 48px;
	text-align: center;
}
.hero--about .hero__eyebrow { justify-content: center; /* margin-bottom: 18px; */ }

/* Display: 40 / 88 / 140. У Figma line-height «normal» (≈1.26),
   і лише на десктопі H1 стиснутий до 1 */
.hero--about .hero__title {
  /*
	margin-bottom: 30px;
	font-size: 40px;
  */
  font-size: clamp(50px, 12vw, 140px);
	line-height: 1.26;
}
.hero.hero--about .hero__ctas {
  max-width:none
}
.hero--about .hero__sub {
	margin-inline:  auto ;
	
	line-height: 1.6;
}

/* мобайл, як у макеті 390: коротший підзаголовок (той самий прийом,
   що у .hero__eyebrow span на головній) */
.hero__sub-more { display: none; }

/* одна кнопка по центру (замість грід-пари головної) */
.hero--about .hero__ctas { display: flex; justify-content: center; }
.hero--about .hero__ctas .btn,
.hero--about .hero__ctas .wp-block-button { width: auto; }
.hero--about .hero__ctas .wp-block-button__link { width: auto; padding-inline: 34px; font-size: 17px; }

/* «of a backflip» бере повний бренд-градієнт (з синього), а не зріз --grad-word;
   шар блику лишається — розміри/позиції успадковуються від .hero__title .grad */
.hero--about .hero__title .grad {
	background-image:
		linear-gradient(105deg, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, .32) 50%, rgba(255, 255, 255, 0) 58%),
		var(--grad-brand-true);
}

@media (min-width: 768px) {
	.hero__sub-more { display: inline; }

	.hero--about .hero__content .container { padding-top: 80px; padding-bottom: 72px; }
	.hero--about .hero__eyebrow { margin-bottom: 20px; }
	.hero--about .hero__title   { margin-bottom: 20px; font-size: 88px; }
	.hero--about .hero__sub     { max-width: 672px; margin-inline:  auto ;   }
}
@media (min-width: 1200px) {
	.hero--about .hero__content .container { padding-top: 130px; padding-bottom: 110px; }
	.hero--about .hero__eyebrow { margin-bottom: 24px; }
	.hero--about .hero__title   { margin-bottom: 24px; font-size: clamp(88px, 7.3vw, 140px); line-height: 1; }
	.hero--about .hero__sub     { max-width: 1200px; margin-bottom: 24px; font-size: 23px; line-height: 1.45; }
}

/* --------------------------------------------------- A2. PROCESS -------- */
.process { background: var(--surface); }
.process__content .container {
	padding-top: 24px;
	padding-bottom: 56px;
}

.process__head    { margin-bottom: 24px; }
.process__eyebrow { margin-bottom: 16px; }

/* Display/H3 58 → Display/H2 64 з планшета */
.process__title { font-size: 58px; line-height: 1.26; }

.process__step { padding: 22px 0; }
.process__step + .process__step { border-top: 1px solid var(--border); }

/* номер кроку — градієнтний текст, Display 64 на всіх брейкпоінтах */
.process__num {
	margin-bottom: 8px;
	background-image: var(--grad-brand-true);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 64px;
	line-height: 1.26;
	letter-spacing: -.035em;
}

/* Heading/Feature 38 — однаковий на всіх брейкпоінтах */
.process__name { margin-bottom: 8px; font-size: 38px; line-height: 1.26; }
.process__desc { color: var(--body); font-size: 16px; line-height: 1.6; }

@media (min-width: 768px) {
	.process__content .container { padding-bottom: 80px; }
	.process__head  { margin-bottom: 32px; }
	.process__title { font-size: 64px; }

	.process__step {
		display: flex;
    flex-direction: row!important;
		align-items: flex-start;
		gap: 24px;
		padding: 28px 0;
	}
	.process__num  { flex: 0 0 80px; margin-bottom: 0; }
	.process__body { flex: 1 1 auto; min-width: 0; }
}
@media (min-width: 1200px) {
	.process__content .container { padding-top: 40px; padding-bottom: 120px; }
	.process__head { margin-bottom: 48px; }

	.process__step { gap: 40px; padding: 36px 0; }
	.process__num  { flex-basis: 140px; }
	.process__name { margin-bottom: 10px; }
	.process__desc { font-size: 18px; }
}

/* ------------------------------------------------ A3. CASE STUDY -------- */
/* Смуга surface, відбита від Process шаром фону сторінки: у макеті між
   ними 56 / 72 / 96 px «повітря» кольору --background. Тому відступ —
   margin, а не padding: він показує фон body. */
.case { margin-top: 56px; background: var(--surface); }
.case__content .container {
	padding-top: 48px;
	padding-bottom: 48px;
	text-align: center;
}

.case__eyebrow { justify-content: center; margin-bottom: 16px; }

/* Display/CTA 36 → 52 → 88 */
.case__quote {
	margin-bottom: 16px;
	font-size: 36px;
	line-height: 1.26;
	letter-spacing: -.025em;
}

/* Heading/Feature — Bold 700, не ExtraBold */
.case__name {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.26;
	letter-spacing: -.025em;
}

.case__org {
	margin-top: 4px;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: .16em; /* трекінг лише на мобілці — так у макеті 390 */
}

@media (min-width: 768px) {
	.case { margin-top: 72px; }
	.case__content .container { padding-top: 72px; padding-bottom: 72px; }
	.case__eyebrow { margin-bottom: 20px; }
	.case__quote   { margin-bottom: 20px; font-size: 52px; letter-spacing: -.035em; }
	.case__name    { font-size: 26px; }
	.case__org     { font-size: 18px; letter-spacing: normal; }
}
@media (min-width: 1200px) {
	.case { margin-top: 96px; }
	.case__quote { font-size: 88px; }
	.case__name  { font-size: 38px; }
	.case__org   { font-size: 16px; }
}

/* ----------------------------------------------- A4. FINAL --about ------ */
/* картка на about — чистий surface: без блобів і без бордера */
.final--about .final__content .container { padding-top: 56px; padding-bottom: 56px; }
.final--about .final__card    { padding: 44px 24px; }
.final--about .final__eyebrow { margin-bottom: 16px; }
.final--about .final__title   { margin-bottom: 16px; font-size: 58px; line-height: 1.26; }
.final--about .final__text    { margin-bottom: 16px; color: var(--body); }

@media (min-width: 768px) {
	.final--about .final__content .container { padding-top: 72px; padding-bottom: 72px; }
	.final--about .final__card  { padding: 56px 40px; }
	.final--about .final__title { font-size: 88px; }
}
@media (min-width: 1200px) {
	.final--about .final__content .container { padding-top: 96px; padding-bottom: 96px; }
	.final--about .final__card    { padding: 88px 80px; border: 0; border-radius: 28px; }
	.final--about .final__eyebrow { margin-bottom: 20px; }
	.final--about .final__title   { margin-bottom: 20px; }
	.final--about .final__text    { max-width: none; margin-bottom: 20px; font-size: 18px; }
}

/* ==========================================================================
   WORK WITH US MODAL + CF7 FORM
   Відкривається кнопкою в шапці (js/main.js). Розмітка форми — 1:1 як
   рендерить Contact Form 7 (wpcf7-form-control-wrap і т.д.), тож стилі
   застосуються і до живої форми у WP без правок.
   ========================================================================== */

/* копія кнопки шапки всередині мобільного меню: видима лише у
   відкритому фулскрін-меню < 768px (десктоп показує окрему .nav__btn).
   Капсула природної ширини по центру — як у макеті 565-4522. */
.nav__btn--menu { display: none; }
@media (max-width: 767px) {
	.nav.is-open .nav__btn--menu { display: flex; }
}

/* -------------------------------------------------------- M1. MODAL ----- */
.modal {
	position: fixed;
	inset: 0;
	z-index: 100;
	display: none;
}
.modal.is-open { display: block; }

/* скрол — на обгортці, діалог росте природно */
.modal.is-open { overflow-y: auto; overscroll-behavior: contain; }

.modal__overlay {
	position: fixed;
	inset: 0;
	background: rgba(11, 16, 32, .5);
}

.modal__dialog {
	position: relative;
	z-index: 1;
	width: min(640px, calc(100% - 24px));
	margin: 24px auto;
	padding: 28px 20px 32px;
	border-radius: 24px;
	background: var(--white);
	box-shadow: 0 30px 80px -20px rgba(11, 16, 32, .35);
	outline: none;
}
@media (min-width: 768px) {
	.modal__dialog { margin: 48px auto; padding: 44px 48px 48px; border-radius: 28px; }
}

/* блокування скролу сторінки під модалкою */
.modal-lock, .modal-lock body { overflow: hidden; }

.modal__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
}

.modal__close {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease);
}
.modal__close img { width: 22px; height: 22px; }
.modal__close:hover { opacity: .7; transform: rotate(90deg); }

/* Display/H3 58 з макета; на мобілці — компактніше */
.modal__title { margin-bottom: 16px; font-size: 34px; }
.modal__sub   { margin-bottom: 22px; color: var(--body); font-size: 16px; line-height: 1.6; }
@media (min-width: 768px) {
	.modal__title { margin-bottom: 22px; font-size: 58px; line-height: 1.26; }
	.modal__sub   { margin-bottom: 22px; }
}

/* ----------------------------------------------------- M2. CF7 FORM ----- */
.form form { display: flex; flex-direction: column; gap: 16px; }

.form__row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}
@media (min-width: 560px) {
	.form__row { grid-template-columns: 1fr 1fr; }
}

.form__field { margin: 0; }
.form__field p { margin: 0; }

.form__label {
	display: block;
	margin-bottom: 6px;
	color: var(--ink);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
}
.form__label--lg { margin-bottom: 8px; font-size: 15px; font-weight: 600; }

/* CF7 обгортка контролу */
.form .wpcf7-form-control-wrap { display: block; }

.form .input {
	display: block;
	width: 100%;
	height: 44px;
	padding: 0 12px;
	border: 1px solid var(--border);
	border-radius: 8px;
	background: var(--white);
	color: var(--ink);
	font-family: var(--font-body);
	font-size: 15px;
	line-height: normal;
	transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.form .input::placeholder { color: var(--muted); opacity: 1; }
.form .input:focus {
	outline: none;
	border-color: var(--accent);
	box-shadow: 0 0 0 3px rgba(26, 83, 255, .12);
}

/* select — рідна стрілка, той самий бокс */
.form select.input { appearance: auto; color: var(--muted); }
.form select.input:valid { color: var(--ink); }

/* date — фірмова іконка календаря замість дефолтної */
.form .wpcf7-date { color: var(--muted); }
.form .wpcf7-date::-webkit-calendar-picker-indicator {
	width: 17px;
	height: 17px;
	background: url("../img/icon-calendar.svg") center / contain no-repeat;
	cursor: pointer;
	opacity: 1;
}

.form textarea.input {
	height: 104px;
	padding: 14px 16px;
	border-radius: 12px;
	font-size: 16px;
	line-height: 1.6;
	resize: vertical;
}

/* чекбокс згоди — CF7-розмітка (wpcf7-list-item) */
.form__field-checkbox { margin-top: 16px; }
.form__field-checkbox .wpcf7-list-item { display: block; margin: 0; }
.form__field-checkbox label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
}
.form__field-checkbox input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin: 1px 0 0;
	border: 1.5px solid var(--border);
	border-radius: 6px;
	background: var(--white);
	cursor: pointer;
	transition: border-color var(--dur) var(--ease);
}
.form__field-checkbox input[type="checkbox"]:checked {
	border-color: transparent;
	background-image:
		url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpath d='M1 5.2 4.2 8.4 11 1.6' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
		var(--grad-brand-true);
	background-repeat: no-repeat, no-repeat;
	background-position: center, center;
	background-size: 12px 10px, cover;
}
.form__field-checkbox .wpcf7-list-item-label {
	color: var(--muted);
	font-size: 15px;
	line-height: 1.55;
}

/* сабмит — та сама градієнтна капсула, що і .btn--gradient
   (обгортка p.btn.btn--gradient вже дає ::before-шар і магніт із JS) */
.form__field-btn { margin-top: 0; }
.form__btn button { min-width: 179px; }

/* службові стани CF7 на живому WP: помилки валідації та respond-бокс */
.form .wpcf7-not-valid-tip {
	display: block;
	margin-top: 6px;
	color: #E5484D;
	font-size: 13px;
	line-height: 1.3;
}
.form .wpcf7-not-valid { border-color: #E5484D; }
.wpcf7-form .wpcf7-response-output {
	margin: 4px 0 0;


	border-radius: 12px;
	color: var(--body);
	font-size: 15px;
	line-height: 1.5;
}
.wpcf7-form.sent .wpcf7-response-output { border-color: #4CC38A; color: #1F7A50; }
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output { border-color: #E5484D; color: #B3383D; }

.form .hidden-fields-container {
  border:none;
  padding:0
}
.form .screen-reader-response {
  display:none
}


/* ==========================================================================
   OFFERINGS PAGE (offerings.html)
   Реюз: .final (модифікатор --offerings), .eyebrow, .btn, .title/.title--card,
   .container. Нове: .phead, .tiers (+ таби), .diff (table + swiper),
   .addons (.ch-акордеон, .pack). Шапка/футер — без змін.
   Значення 1:1 з Figma «Offerings»: Mobile 390 / Tablet 768 / Desktop 1920.
   ========================================================================== */

/* Колонки тарифів у таблиці порівняння: у макеті це один акцент із різною
   непрозорістю (60 / 80 / 100 %) поверх білого — тут уже змішані плоскі. */




/* ------------------------------------------- O0. СПІЛЬНІ ДРІБНИЦІ -------- */
/* Label/Caption — синій капс над блоком (BEST FOR, KEY ADVANTAGE, NOTES…) */
.caption {
	color: var(--accent);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .12em;
}

/* Список з чек-іконкою. Розмітка — звичайний wp:list, іконка з ::before,
   тож у редакторі це редагується як простий список. */
.feats { display: flex; flex-direction: column; gap: 8px; }
.feats li {
	display: flex;
	gap: 10px;
	color: var(--body);
	font-size: 15px;
	line-height: 1.55;
}
.feats li::before {
	content: "";
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: .2em;
	background: url("../img/icon-check.svg") center / contain no-repeat;
}

/* Кнопка-тариф: суцільний акцент, на hover проступає бренд-градієнт
   (той самий обертовий шар ::before, що і в .btn--gradient) */
.btn--accent .wp-block-button__link {
	background-color: var(--accent);
	color: var(--white);
	box-shadow: var(--shadow-btn);
}
.btn--accent .wp-block-button__link::before { opacity: 0; }
.btn--accent .wp-block-button__link:hover,
.btn--accent .wp-block-button__link:focus-visible { box-shadow: var(--shadow-btn-hi); }
.btn--accent .wp-block-button__link:hover::before,
.btn--accent .wp-block-button__link:focus-visible::before { opacity: 1; }

/* ------------------------------------------------ O1. PAGE HEADER -------- */
.phead { background: var(--background); }
.phead__content .container {
	padding-top: 48px;
	padding-bottom: 40px;
	text-align: center;
}

.phead__eyebrow { justify-content: center; margin-bottom: 16px; }
.phead__title   { margin-bottom: 16px; font-size: 32px; line-height: 1.26; }
.phead__sub     { color: var(--body); font-size: 16px; line-height: 1.6; }

@media (min-width: 768px) {
	.phead__content .container { padding-top: 72px; padding-bottom: 56px; }
	.phead__title { font-size: 64px; }
	.phead__sub   { font-size: 18px; }
}
@media (min-width: 1200px) {
	.phead__content .container { padding-top: 120px; padding-bottom: 64px; }
}

/* ----------------------------------------------------- O2. TIERS --------- */
.tiers { background: var(--background); }
.tiers__content .container {
	padding-top: 8px;
	padding-bottom: 56px;
}

/* сегмент-контрол; на десктопі ховається, бо там усі три картки в ряд */
.tiers__tabs {
	display: flex;
	gap: 4px;
	margin-bottom: 20px;
	padding: 4px;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: var(--surface);
}
.tiers__tab {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 6px;
	border-radius: 999px;
	color: var(--muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	transition: color var(--dur) var(--ease),
	            background-color var(--dur) var(--ease),
	            box-shadow var(--dur) var(--ease);
}
.tiers__tab.is-active {
	background: var(--white);
	color: var(--ink);
	box-shadow: 0 2px 6px -1px rgba(20, 41, 89, .14);
}
.tiers__tab:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

.tiers__row { display: flex; flex-direction: column; }

.tier {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 24px;
	border: 1px solid var(--border);
	border-radius: 24px;
	background: var(--white);
}

/* до 1200 видно лише активний таб */
@media (max-width: 1199px) {
	.tier { display: none; }
	.tier.is-active { display: flex; }
}

.tier__name  { margin-bottom: 8px; font-size: 20px; }
.tier__price {
	margin-bottom: 8px;
	color: var(--ink);
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 44px;
	line-height: 1.26;
	letter-spacing: -.03em;
}
.tier__per {
	margin-left: 6px;
	color: var(--muted);
	font-family: var(--font-body);
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
}
/* «/ cycle» на мобілці, «/ campaign cycle» на десктопі — як у макетах */
.tier__per-more { display: none; }

.tier__cap  { margin-bottom: 16px; }
.tier__best { margin-bottom: 20px; color: var(--ink); font-size: 16px; font-weight: 600; line-height: 1.55; }
.tier__desc { color: var(--body); font-size: 15px; line-height: 1.55; }

.tier__adv {
	padding: 14px 16px;
	border-radius: 12px;
	background: var(--surface);
  width: 100%;
}
.tier__adv-cap  { margin-bottom: 16px; }
.tier__adv-text { color: var(--ink); font-size: 15px; line-height: 1.55; }

@media (min-width: 768px) {
	.tiers__content .container { padding-bottom: 72px; }
	.tiers__tabs { margin-bottom: 16px; padding: 5px; }
	.tiers__tab  { padding: 12px 8px; }
	.tier { gap: 30px; padding: 28px; }
}
@media (min-width: 1200px) {
	.tiers__content .container { padding-bottom: 88px; }
	.tiers__tabs { display: none; }

	/* картки натуральної висоти і вирівняні по верху — як у макеті */
	.tiers__row { flex-direction: row; align-items: flex-start; gap: 24px; }
	.tier { flex: 1 1 0; min-width: 0; padding: 36px; }
	.tier__per-more { display: inline; }
}

/* ------------------------------------------------ O3. WHAT'S THE DIFF ---- */
.diff { background: var(--surface); }
.diff__content .container {
	padding-top: 24px;
	padding-bottom: 48px;
}

.diff__eyebrow { margin-bottom: 16px; }
.diff__title   { margin-bottom: 16px; font-size: 26px; line-height: 1.26; }

/* -- мобайл: слайдер (da/wp-swiper-slides), кожен слайд — wp:table ------- */
.diff__table { display: none; }

.diff__slider .wp-swiper__slide-content { padding: 0; }

/* підпис таблиці працює як синя шапка слайда: figcaption піднято order:-1 */
.diff__card {
	display: flex;
	flex-direction: column;
	margin: 0;
	overflow: hidden;
	border-radius: 16px;
}
.diff__card figcaption {
	order: -1;
	margin: 0;
	padding: 16px 18px;
	background: var(--accent);
	color: var(--white);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .1em;
	text-align: left;
	text-transform: uppercase;
}
.diff__card table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid var(--border);
	border-top: 0;
	background: var(--white);
}
.diff__card td {
	padding: 12px 18px;
	border-bottom: 1px solid rgba(91, 100, 112, .1);
	font-size: 15px;
	line-height: 1.55;
	text-align: left;
	word-break: normal;
}
.diff__card td:first-child {
	width: 122px;
	border-bottom-color: var(--border);
	background: var(--white);
	color: var(--accent);
}
.diff__card td:last-child { background: #EDF2FF; color: var(--body); }
.diff__card tr:last-child td { border-bottom: 0; }

/* пагінація свайпера — крапки з макета, стрілки не використовуються */
.diff__slider .swiper-button-prev,
.diff__slider .swiper-button-next { display: none; }
.diff__slider .swiper-pagination {
	position: static;
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 16px;
}
.diff__slider .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 !important;
	background: #C6D3EE;
	opacity: 1;
}
.diff__slider .swiper-pagination-bullet-active { background: var(--accent); }

/* -- планшет і десктоп: справжня таблиця --------------------------------- */
@media (min-width: 768px) {
	.diff__content .container { padding-top: 64px; padding-bottom: 64px; }
	.diff__title { font-size: 54px; }

	.diff__slider { display: none; }

	.diff__table {
		display: block;
		margin: 0;
		overflow: hidden;
		border: 1px solid var(--border);
		border-radius: 24px;
		background: var(--white);
	}
	.diff__table table {
		width: 100%;
		border-collapse: collapse;
		table-layout: fixed;
	}
	.diff__table th,
	.diff__table td { text-align: left; vertical-align: middle; word-break: normal; }

	.diff__table thead th {
		padding: 24px;
		border-left: 1px solid rgba(230, 236, 246, .2);
		color: var(--white);
		font-family: var(--font-display);
		font-size: 20px;
		font-weight: 700;
		line-height: 1.26;
		letter-spacing: -.02em;
	}
	/* назва тарифу + ціна: у макеті між ними 12px, на планшеті ціна
	   переїжджає на свій рядок (колонка 174px) */
	.diff__table thead th strong { margin-left: 6px; font-weight: 800; letter-spacing: -.03em; }
	.diff__table thead th:first-child {
		width: 150px;
		padding: 26px 20px 26px 28px;
		border-left: 0;
		background: var(--ink);
		font-family: var(--font-body);
		font-size: 12px;
		line-height: 1.3;
		letter-spacing: .12em;
	}
	.diff__table thead th:nth-child(2) { background: var(--tier-s); }
	.diff__table thead th:nth-child(3) { background: var(--tier-l); }
	.diff__table thead th:nth-child(4) { background: var(--tier-c); }

	.diff__table tbody td {
		padding: 22px 24px;
		border-bottom: 1px solid rgba(91, 100, 112, .1);
		color: var(--body);
		font-size: 16px;
		line-height: 1.4;
	}
	.diff__table tbody td:first-child {
		padding: 22px 16px 22px 28px;
		border-bottom-color: var(--border);
		background: var(--white);
		color: var(--ink);
		font-size: 12px;
		font-weight: 700;
		line-height: 1.3;
		letter-spacing: .1em;
	}
	.diff__table tbody td:nth-child(2) { background: rgba(118, 152, 255, .1); }
	.diff__table tbody td:nth-child(3) { background: rgba(72, 117, 255, .1); }
	.diff__table tbody td:nth-child(4) { background: rgba(26, 83, 255, .1); }
	.diff__table tbody tr:last-child td { border-bottom: 0; }
}
@media (min-width: 768px) and (max-width: 1199px) {
	.diff__table thead th strong { display: block; margin-left: 0; }
}
@media (min-width: 1200px) {
	.diff__content .container { padding-top: 80px; padding-bottom: 80px; }
	.diff__table thead th:first-child,
	.diff__table tbody td:first-child { width: 300px; }
}

/* ---------------------------------------------------- O4. ADD-ONS -------- */
.addons { background: var(--background); }
.addons__content .container {
	padding-top: 48px;
	padding-bottom: 64px;
}

.addons__head    { margin-bottom: 32px; }
.addons__eyebrow { margin-bottom: 16px; }
.addons__title   { margin-bottom: 16px; font-size: 32px; line-height: 1.26; }
.addons__lead    { color: var(--body); font-size: 15px; line-height: 1.6; }

.addons__grp + .addons__grp { margin-top: 32px; }
.addons__grp-title { margin-bottom: 12px; font-size: 20px; }
.addons__grp-lead  { margin-bottom: 16px; color: var(--body); font-size: 15px; line-height: 1.6; }

.addons__list { display: flex; flex-direction: column; gap: 16px; }

/* -- канал: до 1200 акордеон, на десктопі завжди розкритий -------------- */
.ch {
	padding: 20px;
	border: 1px solid var(--border);
	border-radius: 20px;
	background: var(--white);
  width: 100%;
}
.ch__hr {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
}
.ch__hr:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

.ch__logo { flex: 0 0 auto; width: 26px; height: 26px; }
.ch__logo img { width: 26px; height: 26px; object-fit: contain; }

.ch__txt   { flex: 1 1 auto; min-width: 0; }
.ch__name  { font-size: 17px; }
.ch__price { color: var(--accent); font-size: 15px; font-weight: 700; line-height: 1.4; }

/* шеврон — ::after на шапці: у блоках не потрібен зайвий порожній елемент */
.ch__hr::after {
	content: "";
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M5 8l5 5 5-5' fill='none' stroke='%2314181F' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	transition: transform var(--dur) var(--ease);
}
.ch.is-open .ch__hr::after { transform: rotate(180deg); }

.ch__body { display: none; padding-top: 16px; }
.ch.is-open .ch__body { display: block; }

.ch__desc { margin-bottom: 16px; color: var(--body); font-size: 15px; line-height: 1.6; }
.ch__cols { display: flex; flex-direction: column; gap: 20px; }
.ch__col .caption { margin-bottom: 12px; }

/* -- креатив-пакети ------------------------------------------------------ */
.addons__packs { display: flex; flex-direction: column; gap: 16px; }

.pack {
	padding: 20px;
	border: 1px solid var(--border);
	border-radius: 20px;
	background: var(--white);
}
.pack__hr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}
.pack__name  { flex: 1 1 auto; min-width: 0; font-size: 17px; }
.pack__price { flex: 0 0 auto; color: var(--accent); font-size: 17px; font-weight: 700; line-height: 1.4; }

@media (min-width: 768px) {
	.addons__content .container { padding-top: 64px; padding-bottom: 80px; }
	.addons__head { margin-bottom: 40px; }
	.addons__title { font-size: 64px; }
	.addons__lead,
	.addons__grp-lead { font-size: 16px; }
	.addons__grp + .addons__grp { margin-top: 40px; }
	.addons__grp-lead { margin-bottom: 20px; }

	.addons__list,
	.addons__packs { gap: 20px; }

	.ch { padding: 28px; border-radius: 24px; }
	.ch__cols { flex-direction: row; flex-wrap: wrap; gap: 24px; }
	.ch__col  { flex: 0 0 calc(50% - 12px); min-width: 0; }

	.pack { padding: 28px; }
	.pack__name { font-size: 20px; }
}
@media (min-width: 1200px) {
	.addons__content .container { padding-top: 88px; padding-bottom: 96px; }
	.addons__head { margin-bottom: 48px; }
	.addons__grp + .addons__grp { margin-top: 48px; }

	.ch { padding: 36px; }
	/* на десктопі акордеон не потрібен: заголовок статичний, тіло розкрите */
	.ch__hr    { cursor: default; }
	.ch__hr::after { display: none; }
	.ch__txt   { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
	.ch__name  { font-size: 20px; }
	.ch__price { font-size: 17px; }
	.ch__body  { display: block; padding-top: 22px; }
	.ch__desc  { margin-bottom: 22px; font-size: 16px; }

	.addons__packs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding-top: 7px; }
}

/* ------------------------------------------- O5. FINAL --offerings ------- */
.final--offerings .final__content .container { padding-top: 8px; padding-bottom: 56px; }
.final--offerings .final__card    { padding: 44px 24px; }
.final--offerings .final__eyebrow { margin-bottom: 16px; }
.final--offerings .final__title   { margin-bottom: 16px; font-size: 40px; line-height: 1.26; }
.final--offerings .final__text    { margin-bottom: 16px; color: var(--body); }

@media (min-width: 768px) {
	.final--offerings .final__content .container { padding-bottom: 72px; }
	.final--offerings .final__card  { padding: 56px 40px; }
	.final--offerings .final__title { font-size: 54px; }
}
@media (min-width: 1200px) {
	.final--offerings .final__content .container { padding-bottom: 96px; }
	.final--offerings .final__card    { padding: 80px; border: 0; border-radius: 28px; }
	.final--offerings .final__title   { font-size: 88px; }
	.final--offerings .final__text    { max-width: none; margin-bottom: 16px; font-size: 18px; }
}

/* мобайл (макет 390): підзаголовок шапки коротший — той самий прийом,
   що у .hero__sub-more на about */
.phead__sub-more { display: none; }
@media (min-width: 768px) {
	.phead__sub-more { display: inline; }
}




/*animations*/
@media (prefers-reduced-motion: no-preference) {
	.has-anim .hero__eyebrow,
	.has-anim .hero__title,
	.has-anim .hero__sub,
	.has-anim .hero__ctas .btn,
 
	.has-anim .intro .pill,
	.has-anim .intro__title,
	.has-anim .intro__text,
 
	.has-anim .future__eyebrow,
	.has-anim .future__title,
	.has-anim .future__desc,
	.has-anim .future__img,
 
	.has-anim .offerings__eyebrow,
	.has-anim .offerings__title,
	.has-anim .offerings__txt,
	.has-anim .offerings__img,
 
	.has-anim .services__eyebrow,
	.has-anim .services__title,
	.has-anim .services__lead,
	.has-anim .services__item,
 
	.has-anim .tech__line,
	.has-anim .tech__tag,
	.has-anim .tech__divider,
 
	.has-anim .straight__eyebrow,
	.has-anim .straight__title,
	.has-anim .straight__text,
	.has-anim .straight__btn,
 
	.has-anim .final__card,
 
	.has-anim .process__eyebrow,
	.has-anim .process__title,
	.has-anim .process__step,
 
	.has-anim .case__eyebrow,
	.has-anim .case__quote,
	.has-anim .case__attribution,
 
	.has-anim .tiers__tabs,
	.has-anim .tiers__row,
	.has-anim .diff__eyebrow,
	.has-anim .diff__title,
	.has-anim .diff__table,
	.has-anim .diff__slider,
	.has-anim .addons__head,
	.has-anim .addons__grp { visibility: hidden; }
}
 
/* .tech__bad целиком прячется только на десктопе: там едет весь блок,
   на мобилке — только его строки (.tech__line выше) */
@media (prefers-reduced-motion: no-preference) and (min-width: 1200px) {
	.has-anim .tech__bad { visibility: hidden; }
}




/*blog*/
.blog__content {
  position: relative;
  width: 100%;
  z-index: 5;
}
 
/* на мобилке заголовок прижат влево — так в макете 390 */
.blog-head__title {
	margin: 0;
	color: var(--ink);
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 32px;
	line-height: 1.15;
	letter-spacing: -.03em;
}
 
@media (min-width: 768px) {

	.blog-head__title { font-size: 64px; line-height: 1.26; letter-spacing: -.035em; text-align: center; }
 
}
@media (min-width: 1200px) {

	.blog-head__title { font-size: clamp(84px, 7.3vw, 140px); line-height: 1.3; }
 

}

/* ================================================== B2. СЕКЦИЯ БЛОГА ===== */
/* .blog висит на wp-block-columns — это внешняя обёртка листинга,
   поэтому вертикальные отступы секции живут на ней. */
.blog {
	padding-bottom: 88px;
  padding-top: 55px;
	background: var(--background);
}
.blog__query {
  padding-top: 40px;
}




@media (min-width: 768px) {
	.blog { padding-top: 80px; padding-bottom: 104px; }
	.blog__query {
    padding-top: 76px;
  }
}
@media (min-width: 1200px) {
	.blog { padding-top: 80px; padding-bottom: 80px; }
	.blog__query {
    padding-top: 100px;
  }
}

/* ----------------------------------------------------- B3. СЕТКА -------- */
.blog__grid.wp-block-post-template {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	max-width: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* гасим блочные отступы, которые ядро вешает на элементы потока:
   .wp-block-post-template.is-layout-flow > li{margin-block-start:24px}
   иначе в грид-сетке к каждому ряду приезжают лишние 24px */
.blog__grid.wp-block-post-template > li,
.blog__grid.wp-block-post-template > .blog__card {
	margin-block-start: 0;
	margin-block-end: 0;
}

@media (min-width: 650px) {
	.blog__grid.wp-block-post-template { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
	.blog__grid.wp-block-post-template { grid-template-columns: repeat(3, 1fr); }
}

/* ---------------------------------------------------- B4. КАРТОЧКА ------ */
/* Карточка — это <li>, который post-template генерирует сам:
   свой класс на него в Гутенберге повесить нельзя, поэтому цепляемся
   за .blog__grid > li. .blog__card оставлен для ручной вёрстки.
   В карточке два разных зазора: 16px превью → заголовок и 12px
   заголовок → текст. Базовый gap 12, разница добирается margin'ом. */
.blog__grid > li,
.blog__grid > .blog__card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
	margin: 0;
	padding: 0;
	border-radius: 20px;

}

/* -- превью с датой ------------------------------------------------------ */
.blog__grid .blog__media.wp-block-group {
	position: relative;
	display: block;
	margin: 0;
	overflow: hidden;
	border-radius: 12px;
	background: var(--surface);
}

/* синий налёт снизу: в макете градиент гаснет на 28.2% высоты */
.blog__grid .blog__media::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(to top, var(--thumb-veil) 0%, rgba(71, 107, 255, 0) 28.2%);
}

.blog__media .blog__thumb { display: block; margin: 0; }
.blog__media .blog__thumb img {
	display: block;
	width: 100%;
	height: 200px;
	max-width: none;
	object-fit: cover;
	border-radius: 12px;
	transition: transform .6s var(--ease);
}

/* на десктопе превью в макете выше: 220 против 200.
   Правило должно идти ПОСЛЕ базового — специфичность та же. */
@media (min-width: 1200px) {
	.blog__media .blog__thumb img { height: 220px; }
}

.blog__media .blog__date {
	position: absolute;
	z-index: 2;
	left: 10px;
	bottom: 10px;
	margin: 0;
	color: var(--white);
	font-family: var(--font-body);
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
}
.blog__media .blog__date time,
.blog__media .blog__date a { color: inherit; text-decoration: none; }

/* -- заголовок и текст --------------------------------------------------- */
/* min-height по числу строк из макета: 2 строки заголовка и 3 текста —
   так карточки в ряду держат одну высоту при любой длине контента */
.blog__grid .blog__title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;

	margin: 4px 0 0;
	color: var(--ink);
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 20px;
	line-height: 1.26;
	letter-spacing: -.02em;
	transition: color var(--dur) var(--ease);
}
.blog__grid .blog__title a { color: inherit; text-decoration: none; }

.blog__grid .blog__excerpt {
	margin: 0;
	color: var(--body);
	font-size: 15px;
	line-height: 1.55;
}
.blog__excerpt .wp-block-post-excerpt__excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;

	margin: 0;
}
/* «Читать далее» в макете нет */
.blog__excerpt .wp-block-post-excerpt__more-text { display: none; }

/* -- ховер --------------------------------------------------------------- */
@media (hover: hover) {
	.blog__grid > li:hover .blog__thumb img,
	.blog__card:hover .blog__thumb img { transform: scale(1.04); }
	.blog__grid > li:hover .blog__title,
	.blog__card:hover .blog__title { color: var(--accent); }
}

/* -------------------------------------------------- B5. ПАГИНАЦИЯ ------- */
.blog__pagination.wp-block-query-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 64px 0 0;
}

.blog__pagination .wp-block-query-pagination-numbers {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}

/* одна пилюля на все элементы пагинации */
.blog__pagination.wp-block-query-pagination .page-numbers,
.blog__pagination.wp-block-query-pagination .wp-block-query-pagination-previous,
.blog__pagination.wp-block-query-pagination .wp-block-query-pagination-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: 40px;
	height: 40px;
	margin: 0;
	padding: 0 4px;
	border: 1.5px solid var(--border);
	border-radius: 999px;
	background: transparent;
	color: var(--body);
	font-family: var(--font-body);
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: color var(--dur) var(--ease),
	            border-color var(--dur) var(--ease),
	            background-color var(--dur) var(--ease);
}

.blog__pagination.wp-block-query-pagination .wp-block-query-pagination-previous,
.blog__pagination.wp-block-query-pagination .wp-block-query-pagination-next { padding: 0 16px; }

/* стрелки — псевдоэлементами, чтобы не зависеть от подписи кнопки в WP */

.blog__pagination .wp-block-query-pagination-previous::before,
	.blog__pagination .wp-block-query-pagination-next::after {
  background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.33878 12.1703L4.93821 10.7818L8.6147 7.10529H0V5.06481H8.6147L4.93821 1.39435L6.33878 -0.000177741L12.424 6.08505L6.33878 12.1703Z' fill='%235B6470'/%3E%3C/svg%3E") center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.blog__pagination .wp-block-query-pagination-previous::before {
	content: "";
	margin-right: 8px;
  transform: scaleX(-1);
}
.blog__pagination .wp-block-query-pagination-next::after {
	content: "";
	margin-left: 8px;
}

/* текущая страница */
.blog__pagination .page-numbers.current {
	border-color: transparent;
	background: var(--violet-100);
	color: var(--ink);
}

/* многоточие — та же пилюля, но не кликается */
.blog__pagination .page-numbers.dots { color: var(--body); cursor: default; }

/* «Prev» на первой странице WP не выводит; если тема отдаёт его
   заглушкой — показывается приглушённым, как в макете */
.blog__pagination .wp-block-query-pagination-previous[aria-disabled="true"],
.blog__pagination .page-numbers.is-disabled {
	color: var(--subtle);
	pointer-events: none;
}

@media (hover: hover) {
	.blog__pagination a.page-numbers:hover,
	.blog__pagination a.wp-block-query-pagination-previous:hover,
	.blog__pagination a.wp-block-query-pagination-next:hover {
		border-color: #CBD9F2;
		background: var(--surface);
		color: var(--ink);
	}
	.blog__pagination .page-numbers.current:hover {
		border-color: transparent;
		background: var(--violet-100);
		color: var(--ink);
	}
}

.blog__pagination a:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 2px;
}

/* мобайл: Prev/Next сжимаются в круглые стрелки (макет 390) */
@media (max-width: 767px) {
	.blog__pagination .wp-block-query-pagination-previous,
	.blog__pagination .wp-block-query-pagination-next {
		width: 40px;
		padding: 0;
		font-size: 0;
    position: relative;
    color: transparent!important;
    overflow: hidden;
	}
	.blog__pagination .wp-block-query-pagination-previous::before,
	.blog__pagination .wp-block-query-pagination-next::after {
		margin: 0;
		font-size: 15px;
    color: var(--body)!important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	}
  .blog__pagination .wp-block-query-pagination-previous::before {
    transform: translate(-50%, -50%) scaleX(-1);
  }

}

@media (min-width: 768px) {
	.blog__pagination.wp-block-query-pagination { margin-top: 72px; }
}


@media (min-width: 1200px) {
	.blog__grid.wp-block-post-template,
	.blog__pagination.wp-block-query-pagination,
	.blog-head__title {  }
	.blog__pagination.wp-block-query-pagination { margin-top: 72px; }
}
*/

/* -------------------------------------------- B6. REDUCED MOTION -------- */
@media (prefers-reduced-motion: reduce) {
	.blog__media .blog__thumb img { transition: none; }
	.blog__grid > li:hover .blog__thumb img,
	.blog__card:hover .blog__thumb img { transform: none; }
}


/*.blog-article */
.blog-article {
	padding: 40px 0;
	background: var(--background);
}

/* ========================================= A2. ВЕРТИКАЛЬНЫЙ РИТМ ========= */
/* Отступы висят на самих элементах, а не на «прямых детях контейнера»,
   поэтому работают на ЛЮБОЙ глубине: абзацы в голом <div>, в wp:group,
   в колонке, в media-text — везде одинаковый шаг.

   Вес каждого правила ниже — ровно 0-2-0: два класса (.blog-article
   и .container) плюс :where(), который не добавляет веса. Значит,
   между собой правила решает ПОРЯДОК СВЕРХУ ВНИЗ, а 0-2-0 гарантированно
   бьёт layout-стили ядра (они приходят как 0-1-0 и печатаются в <head>
   ПОСЛЕ темы, так что одинакового веса не хватило бы).

   Читать как каскад:
     0) гасим blockGap ядра → 1) базовый шаг → 2) крупные отбивки →
     3) обложка → 4) сбросы для раскладок → 5) первый элемент контейнера.
   Новое правило дописывайте в нужное место по смыслу, а не в конец. */

/* -- 0. снимаем собственный blockGap ядра -------------------------------- */
/* WP вешает на группы и колонки .wp-container-core-…-is-layout-N
   со своим margin-block-start. Ритм статьи задаём сами. */
.blog-article [class*="wp-container-"] > * + * { margin-block-start: 0; }

/* -- 1. базовый шаг ------------------------------------------------------ */
.blog-article .container :where(
	p, h1, h2, h3, h4, h5, h6,
	ul, ol, dl, figure, blockquote, pre, table, hr, details,
	.wp-block-group, .wp-block-columns, .wp-block-buttons, .wp-block-embed,
	.wp-block-media-text, .wp-block-cover, .wp-block-gallery, .wp-block-details,
	.wp-block-video, .wp-block-audio, .wp-block-pullquote, .wp-block-table
) { margin-top: 24px; }

/* нижние отступы гасим отдельным правилом: у ядра .wp-block-image{margin:0 0 1em}
   и подобные весят 0-1-0, наши 0-2-0 их перекрывают */
.blog-article .container :where(
	p, h1, h2, h3, h4, h5, h6,
	ul, ol, dl, figure, blockquote, pre, table, hr, details,
	.wp-block-group, .wp-block-columns, .wp-block-buttons, .wp-block-embed,
	.wp-block-media-text, .wp-block-cover, .wp-block-gallery, .wp-block-details,
	.wp-block-video, .wp-block-audio, .wp-block-pullquote, .wp-block-table
) { margin-bottom: 0; }

/* -- 2. крупные отбивки -------------------------------------------------- */
.blog-article .container :where(h2) { margin-top: 48px; }
.blog-article .container :where(h3) { margin-top: 40px; }
.blog-article .container :where(h4, h5, h6) { margin-top: 32px; }
.blog-article .container :where(blockquote, .wp-block-pullquote) { margin-top: 40px; }
.blog-article .container :where(hr) { margin-top: 48px; }

/* заголовок сразу под заголовком не разрывает блок */
.blog-article .container :where(h2 + h3, h3 + h4) { margin-top: 20px; }

/* абзацы внутри цитаты жмутся плотнее */
.blog-article .container :where(blockquote) :where(p + p) { margin-top: 12px; }

/* вложенный список ближе к своему пункту */
.blog-article .container :where(li) > :where(ul, ol) { margin-top: 12px; }

/* -- 3. обложка ---------------------------------------------------------- */
.blog-article .container :where(.blog-article__feature-img) { margin-top: 40px; }
.blog-article .container :where(.blog-article__feature-img + *) { margin-top: 32px; }

/* -- 4. сбросы для раскладок --------------------------------------------- */
/* дети сеток и флексов разведены своим gap, margin им не нужен */
.blog-article .container :where(.wp-block-columns) > :where(.wp-block-column),
.blog-article .container :where(.wp-block-gallery) > :where(figure, .wp-block-image),
.blog-article .container :where(.wp-block-buttons) > :where(.wp-block-button),
.blog-article .container :where(.wp-block-media-text) > :where(figure, .wp-block-media-text__content),
.blog-article .container :where(ul, ol) > :where(li) { margin-top: 0; }

/* -- 5. первый элемент любого контейнера --------------------------------- */
/* Именно это правило делает ритм независимым от вложенности: первый
   абзац в диве, группе или колонке не отбивается сверху. */
.blog-article .container :where(:first-child) { margin-top: 0; }

/* ---------------------------------------------------- A3. ЗАГОЛОВОК ----- */
/* h1 несёт класс .title из style.css — оттуда font-family, вес 800 и цвет.
   Здесь только размер, интерлиньяж и выравнивание по центру. */
.blog-article h1 {
	font-size: 32px;
	line-height: 1.15;
	letter-spacing: -.03em;
	text-align: center;
}

/* ------------------------------------------------- A4. ЗАГОЛОВКИ H2+ ---- */
.blog-article h2,
.blog-article h3,
.blog-article h4,
.blog-article h5,
.blog-article h6 {
	color: var(--ink);
	font-family: var(--font-display);
	font-weight: 700;
	line-height: 1.26;
	letter-spacing: -.025em;
}

.blog-article h2 { font-size: 26px; }
.blog-article h3 { font-size: 22px; }
.blog-article h4 { font-size: 19px; }
.blog-article h5,
.blog-article h6 { font-size: 17px; letter-spacing: -.02em; }

/* --------------------------------------------------------- A5. ТЕКСТ ---- */
.blog-article p {
	color: var(--body);
	font-size: 16px;
	line-height: 1.6;
}

.blog-article strong,
.blog-article b { color: var(--ink); font-weight: 700; }

.blog-article em,
.blog-article i { font-style: italic; }

.blog-article a {
	color: var(--accent);
	text-decoration: underline;
	text-underline-offset: .18em;
	text-decoration-thickness: 1px;
	transition: opacity var(--dur) var(--ease);
}
.blog-article a:hover { opacity: .7; }

/* ссылка внутри заголовка остаётся чернильной */
.blog-article h1 a,
.blog-article h2 a,
.blog-article h3 a,
.blog-article h4 a { color: inherit; text-decoration: none; }

/* --------------------------------------------------------- A6. СПИСКИ --- */
/* В макете маркер — длинное тире, не точка. base style.css уже снял
   list-style и padding с ul, ol сбрасываем здесь. */
.blog-article ul,
.blog-article ol {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 0;
	list-style: none;
}

.blog-article li {
	position: relative;
	padding-left: 28px;
	color: var(--body);
	font-size: 16px;
	line-height: 1.6;
}

.blog-article ul > li::before {
	content: "—";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--body);
}

.blog-article ol { counter-reset: blog-article-ol; }
.blog-article ol > li { counter-increment: blog-article-ol; }
.blog-article ol > li::before {
	content: counter(blog-article-ol) ".";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--accent);
	font-weight: 700;
}

.blog-article li > ul > li::before { content: "·"; }

/* ------------------------------------------------------ A7. КАРТИНКИ ---- */
/* Обложка кадрируется под пропорции макета, картинки внутри контента —
   нет: редактор может залить вертикальный кадр, резать его нельзя. */
.blog-article__feature-img {
	overflow: hidden;
	border-radius: 16px;
	background: var(--surface);
}
/* вес 0-3-1: ниже есть общее .blog-article .container img{height:auto} (0,2,1),
   обложка обязана быть тяжелее, иначе кадрирование слетает */
.blog-article .container .blog-article__feature-img img {
	display: block;
	width: 100%;
	min-height: 220px;
  max-height: 480px;
	max-width: none;
	object-fit: cover;
}

.blog-article .container :where(figure) img,
.blog-article .container img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
}

/* ------------------------------------------------------------------------
   ОПЦИЯ: в макете картинка внутри статьи — широкий баннер (1200×420).
   По умолчанию не кадрируем: редактор может залить вертикальный кадр.
   Раскомментируйте, если картинки в контенте всегда должны быть баннером.
   ------------------------------------------------------------------------ */
/*
.blog-article figure img { height: 220px; object-fit: cover; }
@media (min-width: 768px)  { .blog-article figure img { height: 340px; } }
@media (min-width: 1200px) { .blog-article figure img { height: 420px; } }
*/

.blog-article figcaption {
	margin-top: 12px;
	color: var(--subtle);
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

/* видео и эмбеды тем же радиусом */
.blog-article iframe,
.blog-article video {
	display: block;
	width: 100%;
	border: 0;
	border-radius: 16px;
}

/* галерея и колонки: разводим своим gap, а не margin'ами */
.blog-article .wp-block-gallery { gap: 16px; }
.blog-article .wp-block-columns { gap: 32px; }

/* ----------------------------------------------------- A8. ЦИТАТА ------- */
.blog-article blockquote {
	padding: 4px 0 4px 24px;
	border-left: 3px solid var(--accent);
}
.blog-article blockquote p {
	color: var(--ink);
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 20px;
	line-height: 1.45;
	letter-spacing: -.02em;
}
.blog-article blockquote cite {
	display: block;
	margin-top: 12px;
	color: var(--muted);
	font-family: var(--font-body);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
}

/* ------------------------------------------------------- A9. ПРОЧЕЕ ----- */
.blog-article hr {
	height: 1px;
	border: 0;
	background: var(--border);
}
/* core/separator ядро режет до 100px и гасит до 40% прозрачности
   (.wp-block-separator:not(.is-style-wide):not(.is-style-dots) — 0,3,0),
   поэтому селектор ниже намеренно тяжелее */
.blog-article hr.wp-block-separator:not(.is-style-dots) {
	width: 100%;
	max-width: none;
	border-bottom: 0;
	opacity: 1;
}

.blog-article code {
	padding: .15em .4em;
	border-radius: 6px;
	background: var(--surface);
	color: var(--ink);
	font-size: .92em;
}
.blog-article pre {
	overflow-x: auto;
	padding: 20px;
	border: 1px solid var(--border);
	border-radius: 12px;
	background: var(--surface);
	font-size: 14px;
	line-height: 1.6;
}
.blog-article pre code { padding: 0; background: none; }

.blog-article table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	border-radius: 12px;
}
.blog-article th,
.blog-article td {
	padding: 14px 16px;
	border-bottom: 1px solid var(--border);
	color: var(--body);
	font-size: 15px;
	line-height: 1.5;
	text-align: left;
}
.blog-article th {
	background: var(--surface);
	color: var(--ink);
	font-weight: 700;
}
.blog-article tr:last-child td { border-bottom: 0; }

/* ========================================================= TABLET 768 === */
@media (min-width: 768px) {
  .blog-article .container :where(figure) img, .blog-article .container img {
    aspect-ratio: auto!important;
  }
	.blog-article { padding: 60px 0; }

	.blog-article .container :where(.blog-article__feature-img) { margin-top: 56px; }
	.blog-article .container :where(.blog-article__feature-img + *) { margin-top: 40px; }
	.blog-article .container :where(:first-child) { margin-top: 0; }
	.blog-article .container .blog-article__feature-img img { height: 380px; }

	.blog-article h1 { font-size: 64px; line-height: 1.26; letter-spacing: -.035em; }

	.blog-article h2 { font-size: 32px; }
	.blog-article h3 { font-size: 26px; }
	.blog-article h4 { font-size: 21px; }

	.blog-article blockquote { padding-left: 28px; }
	.blog-article blockquote p { font-size: 24px; }
}

/* ======================================================= DESKTOP 1200 === */
@media (min-width: 1200px) {
	.blog-article { padding: 80px 0; }

	/* в макете колонка статьи 1200px — уже общего контейнера сайта (1440),
	   иначе строка текста уезжает за комфортную длину */
	.blog-article > .container { max-width: 1280px; }

	.blog-article .container :where(.blog-article__feature-img) { margin-top: 64px; }
	.blog-article .container :where(.blog-article__feature-img + *) { margin-top: 48px; }
	.blog-article .container :where(:first-child) { margin-top: 0; }
	.blog-article .container .blog-article__feature-img img { height: 480px; }

	.blog-article h2 { font-size: 38px; }
	.blog-article h3 { font-size: 30px; }
	.blog-article h4 { font-size: 23px; }
}




/* ==========================================================================
   CONTACT PAGE (contact-us)
   ========================================================================== */
 
.contact-us :where(p, h1, h2, ul, li) { margin: 0; }
.hero__content {
  position: relative;
  z-index: 2;
}
.contact-us .hero__blob--a,
.contact-us .hero__blob--b { display: none; }
 
.contact-us .hero__blob--c {
	width: 260px; height: 260px;
	top: 150px; left: 15%;
	background: radial-gradient(circle closest-side, #CFE0FF 0%, rgba(207, 224, 255, .8) 40%, rgba(207, 224, 255, 0) 100%);
	opacity: .6;
}
 
@media (min-width: 768px) {
	.contact-us .hero__blob--a,
	.contact-us .hero__blob--b { display: block; }
	.contact-us .hero__blob--c { display: none; }
 
	.contact-us .hero__blob--a { width: 360px; height: 360px; top: 50px;  right: 8px;   left: auto; }
	.contact-us .hero__blob--b { width: 320px; height: 320px; top: 350px; left: -50px; }
}
@media (min-width: 1200px) {
	.contact-us .hero__blob--a { width: 560px; height: 560px; top: 100px; right: -40px; }
	.contact-us .hero__blob--b { width: 480px; height: 480px; top: 400px; left: -100px; }
}
 
.contact-us .container { padding-top: 48px; padding-bottom: 64px; }
 
@media (min-width: 768px)  { .contact-us .container { padding-top: 64px; padding-bottom: 96px; } }
@media (min-width: 1200px) { .contact-us .container { padding-top: 80px; padding-bottom: 120px; } }
 
/* ------------------------------------------------- C3. ШАПКА СТОРІНКИ --- */
.contact-us__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	text-align: center;
}
 
.contact-us__eyebrow { justify-content: center; width: 100%; }
 
/* Display/H2 Mobile 32 → Display/H3 58 → Display/H2 64 */
.contact-us__title {
	font-size: 32px;
	line-height: 1.15;
	letter-spacing: -.03em;
	text-wrap: balance;
}
 
.contact-us__sub {
	color: var(--body);
	font-size: 16px;
	line-height: 1.6;
	text-wrap: balance;
}
 
@media (min-width: 768px) {
	.contact-us__title { font-size: 58px; line-height: 1.1; letter-spacing: -.035em; }
	.contact-us__sub   { font-size: 23px; line-height: 1.45; }
}
@media (min-width: 1200px) {
	.contact-us__head  { gap: 24px; max-width: 800px; margin-inline: auto; }
	.contact-us__title { font-size: 64px; line-height: 1.26; }
	.contact-us__sub   { max-width: 640px; }
}
 
.contact-us__row {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 40px;
	margin-top: 40px;
}


.contact-us__card     { order: 1; }
.contact-us__contacts { order: 2; }
 
@media (min-width: 768px) {
	.contact-us__row  { gap: 48px; margin-top: 56px; align-items: center; }
	.contact-us__card { width: 100%; max-width: 640px; }
}
@media (min-width: 1200px) {
	.contact-us__row {
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
		gap: 40px;
		margin-top: 48px;
	}
	.contact-us__contacts { order: 1; flex: 0 1 384px; min-width: 260px; padding-top: 18px; }
	.contact-us__card     { order: 2; flex: 1 1 640px; min-width: 0; max-width: 640px; }
}
 
.contact-us__contacts {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
 
.contact-us__contacts-title {
	font-weight: 700;
	font-size: 26px;
	line-height: 1.15;
	letter-spacing: -.025em;
}
 
.contact-us__items {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.contact-us__items li {
	color: var(--body);
	font-size: 16px;
	line-height: 1.6;
}
.contact-us__items a { transition: color var(--dur) var(--ease); }
.contact-us__items a:hover { color: var(--accent); }
 
.contact-us__note {
	color: var(--accent);
	font-size: 18px;
	line-height: 1.6;
}
 
@media (min-width: 768px) {
	.contact-us__contacts       { gap: 20px; align-items: center; text-align: center; }
	.contact-us__contacts-title { font-size: 38px; }
 
	.contact-us__items {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 24px;
	}
	.contact-us__items li { display: flex; align-items: center; }
	.contact-us__items li + li::before {
		content: "";
		flex: 0 0 auto;
		width: 1px;
		height: 14px;
		margin-right: 24px;
		border-radius: 1px;
		background: var(--body);
	}
}
 
@media (min-width: 1200px) {
	.contact-us__contacts { align-items: flex-start; text-align: left; }
	.contact-us__items    { flex-direction: column; align-items: flex-start; gap: 10px; }
	.contact-us__items li + li::before { display: none; }
}
 
.contact-us__card {
	padding: 20px;
	border-radius: 20px;
	background: var(--white);
	box-shadow: 0 30px 80px -20px rgba(11, 16, 32, .12);
}
 

.contact-us__card .form__field-btn,
.contact-us__card .form__btn,
.contact-us__card .form__btn button { width: 100%; }
 
@media (min-width: 768px) {
	.contact-us__card { padding: 36px; border-radius: 28px; }
}
@media (min-width: 1200px) {
	.contact-us__card { padding: 44px 48px; }
	.contact-us__card .form__field-btn,
	.contact-us__card .form__btn { width: auto; }
	.contact-us__card .form__btn button { width: auto; min-width: 179px; }
}




/* ==========================================================================
   FAQ SECTION (homepage, core wp:accordion)
   Reuse: .eyebrow, .title, .container. New: .faq__* plus a skin for the
   core accordion markup (wp-block-accordion / -item / -heading / -panel).
   Values 1:1 with Figma «Index»: Mobile 390 / Tablet 768 / Desktop 1920.
   ========================================================================== */
.faq { background: var(--background); }
.faq__content .container {
	padding-top: 56px;
	padding-bottom: 56px;
}

/* ------------------------------------------------------- F1. HEADING ---- */
.faq__head {
	margin-bottom: 32px;
	text-align: center;
}
.faq__eyebrow { justify-content: center; margin-bottom: 12px; }

/* Display/H2 Mobile 30 → Display/H3 40 → Display/H3 58 */
.faq__title {
	font-size: 30px;
	line-height: 1.15;
	letter-spacing: -.03em;
}

@media (min-width: 768px) {
	.faq__content .container { padding-top: 80px; padding-bottom: 80px; }
	.faq__head    { margin-bottom: 48px; }
	.faq__eyebrow { margin-bottom: 16px; }
	.faq__title   { font-size: 40px; line-height: 1.12; letter-spacing: -.035em; }
}
@media (min-width: 1200px) {
	.faq__content .container { padding-top: 120px; padding-bottom: 120px; }
	.faq__head    { max-width: 1200px; margin-inline: auto; margin-bottom: 64px; }
	.faq__eyebrow { margin-bottom: 20px; }
	.faq__title   { font-size: 58px; line-height: 1.26; }
}

/* ------------------------------------------------------ F2. THE LIST ---- */
/* the list is narrower than the section: 640 on tablet, 900 on desktop */
.faq__list { width: 100%; }

@media (min-width: 768px)  { .faq__list { max-width: 640px; margin-inline: auto; } }
@media (min-width: 1200px) { .faq__list { max-width: 900px; } }

/* row: hairline between items, none under the last one */
.faq__list .wp-block-accordion-item {
	padding: 24px 0;
	border-bottom: 1px solid var(--border);
}
.faq__list .wp-block-accordion-item:last-child { border-bottom: 0; }

@media (min-width: 1200px) {
	.faq__list .wp-block-accordion-item { padding: 32px 0; }
}

/* --------------------------------------------------- F3. QUESTION ROW --- */
.faq__list .wp-block-accordion-heading { margin: 0; }

.faq__list .wp-block-accordion-heading__toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	padding: 0;
	border: 0;
	background: none;
	color: var(--ink);
	font-family: var(--font-body);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	cursor: pointer;
	transition: color var(--dur) var(--ease);
}
.faq__list .wp-block-accordion-heading__toggle:hover { color: var(--accent); }

@media (min-width: 768px) {
	.faq__list .wp-block-accordion-heading__toggle { font-size: 18px; }
}

/* plus/minus drawn with two bars: the vertical one rotates away on open,
   so the icon reads as a real morph instead of a glyph swap */
.faq__list .wp-block-accordion-heading__toggle-icon {
	position: relative;
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	font-size: 0;          /* hides the literal "+" that the block prints */
	line-height: 0;
}
.faq__list .wp-block-accordion-heading__toggle-icon::before,
.faq__list .wp-block-accordion-heading__toggle-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	border-radius: 1px;
	background: currentColor;
	transform: translate(-50%, -50%);
	transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease);
}
.faq__list .wp-block-accordion-heading__toggle-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.faq__list [aria-expanded="true"] .wp-block-accordion-heading__toggle-icon::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(0deg);
}

/* ------------------------------------------------------- F4. ANSWER ----- */
.faq__list .wp-block-accordion-panel { padding: 0; }
.faq__list .wp-block-accordion-panel p {
	margin: 12px 0 0;
	color: var(--body);
	font-size: 16px;
	line-height: 1.6;
}
.faq__list .wp-block-accordion-panel p + p { margin-top: 12px; }

@media (min-width: 1200px) {
	.faq__list .wp-block-accordion-panel p { margin-top: 16px; }
}
