/*!
Theme Name: activeinsights
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: activeinsights
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

activeinsights is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
   scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

a,
button,
input,
textarea,
select,
div {
  -webkit-tap-highlight-color: transparent;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
  font-weight: 500;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


.wow {
    visibility: hidden;
}


/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 4px 0;
    font-size: 14px;
    font-style: italic;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

:root {
  --font-sans: "Graphik LCG", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

:root body {
	-webkit-font-smoothing: antialiased;
	font-family: var(--font-sans);
    background: rgb(235 246 255);
	margin: 0;
}

.btn{
	background-color: rgb(26, 75, 255);
	border-radius: 50px;
	color: rgb(255, 255, 255);
	font-size: 16px;
	padding: 8px 16px;
  text-decoration: none;
    display: block;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

.btn > span{
  display: block;
  transform: translateY(0);
  transition: 0.3s;
}

.btn  .text-hover{
  transform: translateY(50px);
}

.btn:hover{
 color: rgb(255, 255, 255);
}

.btn--light {
    padding: 7px 19px;
    border-radius: 999px;
    border: 1px solid rgba(1, 7, 30, 0.16);
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: rgb(1, 7, 30);
}
.site-header .btn{
  height: 40px;
  transform: translateY(0);
  transition: 0.3s;
  color: #fff;
}
.btn:hover .text-hover{
  transform: translateY(-24px);
  transition: 0.2s;
}

.btn:hover .text{
  transform: translateY(-50px);
   transition: 0.2s;
}
/* ===== Header base ===== */
.site-header {
  position: relative;
  z-index: 1000;
  padding: 0 16px
}
.site-header.is-fixed{
  position: fixed;
  width: 100%;
  z-index: 999;
}
.site-header__inner {
  position: relative;
}

/* коли меню відкрите — робимо inner повноекранним */
.site-header__inner.is-menu-open {
    position: relative;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1000;
    max-width: 100%;
    left: 50%;
    border-radius: 32px;
    height: calc(100vh - 64px);
    transition: 0.2s;
}
.site-header__inner{
   transition: 0.2s;
}

/* ховаємо основну навігацію в режимі оверлею */
.site-header__inner.is-menu-open .primary-nav {
  display: none;
}

/* topbar лишається зверху */


.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand__mark svg { width: 28px; height: 28px; }
.brand__text { font-weight: 600; color: #01071e; }

/* toggle */
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,0.8);
  cursor: pointer;
}
.menu-toggle svg { width: 22px; height: 22px; }

/* ===== Overlay panel ===== */
.mobile-menu {
  /* в звичайному режимі (desktop) він може бути hidden */
}

.site-header__inner.is-menu-open .mobile-menu[hidden] {
  display: block;
}

/* робимо оверлей “центрованим” */
.site-header__inner.is-menu-open .mobile-menu {
  position: fixed;
  inset: 0;
  display: block;
  padding: 84px 18px 36px;
}

.site-header__inner.is-menu-open .menu-open{
  /* opacity: 0;
  pointer-events: none;
  z-index: -1; */
}

/* контейнер меню */
.mobile-menu__inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

/* кнопка закриття */
.menu-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 0;
  background: #eaebec;
  cursor: pointer;
  display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}



/* CTA під меню */
.mobile-menu__cta {
  margin-top: 26px;
  display: flex;
  justify-content: center;
}

/* body lock */
body.ai-menu-lock {
  overflow: hidden;
}

/* optional: ховаємо mobile-menu в desktop, якщо треба */
@media (min-width: 960px) {
  /* overlay показуємо тільки коли відкрито */
  .mobile-menu { display: none; }
  .site-header__inner.is-menu-open .mobile-menu {display: flex;
        align-items: center;
        padding: 0; }
}

  .site-header__inner.is-menu-open .mobile-menu__inner{
    max-width: 100%;
    width: 100%;
  }

.site-header__inner{
	background-color: rgb(255 255 255);
    border-radius: 5.34726% / 75%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px 10px;
    margin: 0 auto;
	margin-top: 16px;
	padding: 12px;
	position: fixed;
    left: 50%;
    transform: translateX(-50%);
	z-index: 99;
  width: max-content;
}
.site-header__inner .topbar{
	display: flex;
	column-gap: 32px;
	justify-content: space-between;
  position: relative;
    z-index: 1;
}
.site-header a {
    text-decoration: none;
    display: flex;
    align-items: center;
}
.site-header .brand__mark {
    display: inline-block;
    position: relative;
    top: 3px;
    left: 6px;
}
.site-header .brand__mark svg{ 
	width: 28px;
	height: 28px;
}
.site-header .brand__text{
	font-size: 17.6px;
	letter-spacing: -0.352px;
	color: rgb(1, 7, 30);
	text-decoration: none;
	font-weight: 600;
	padding-left: 16px;
}

.primary-nav a{
	font-size: 16px;
	color: rgb(1 7 30 / 64%);
	text-decoration: none;
	letter-spacing: -0.01em;
	padding: 8px 16px;
  transition: 0.2s;
}

.primary-nav a:hover{
  color: #01071e;
  transition: 0.2s;
}

.primary-nav ul.primary-nav__list{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

.site-header .header-actions {
    display: flex;
	column-gap: 8px;
}
.site-header .menu-toggle{
	background-color: rgba(1, 7, 30, 0.08);
	border-radius: 50px;
	width: 40px;
	height: 40px;
	border: none;
	padding: 0;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    padding-top: 21px;
     transition: 0.2s;

}

.site-header .menu-toggle span{
  transition: 0.2s;
}
.site-header .menu-toggle .hover{
  transform: translateY(50px);

}
.site-header .menu-toggle:hover{
  background-color: #01071e;
  transition: 0.2s;
}
.site-header .menu-toggle .hover svg{
  filter: invert(1);
}

.site-header .menu-toggle:hover .hover{
  transform: translateY(-23px);
}

.site-header .menu-toggle:hover .default{
  transform: translateY(-50px);
}

  .site-header__inner.is-menu-open .close{
    display: none;
  }

    .site-header__inner .menu-toggle .open{
      display: none;
    }

    .site-header__inner.is-menu-open .open{
    display: block;
  }

.site-header .menu-toggle svg{
	width: 24px;
	height: 24px;
}

.menu-item-has-children:hover > .sub-menu{
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}

.site-header  a[href="#"]{
  pointer-events: none;
  cursor: pointer;
}
.site-header .sub-menu {
  opacity: 0;
    position: absolute;
    background: #fff;
    list-style: none;
    padding: 12px;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 14px 16px -6px;
    border-radius: 12px;
    transition: 0.3s;
     pointer-events: none;
}
.site-header .sub-menu li{
   transition: 0.3s;
   border-radius: 12px;
}

.site-header .sub-menu li a{
  font-size: 14px;
  padding: 6px 16px;
}

.site-header .sub-menu li:hover{
  background: rgb(26, 75, 255);
    color: #fff;
    transition: 0.2s;
}

.site-header .sub-menu li:hover > a{
   color: #fff;
}



/* список меню по центру */
.mobile-nav__list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: grid;
  gap: 14px;
  justify-items: center;
}

.mobile-nav__list a {
  display: inline-block;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -2.4px;
  font-weight: 500;
  color: #01071e;
  text-decoration: none;
}

.mobile-nav__list .current-menu-item > a,
.mobile-nav__list a:hover {
  
}
.mobile-nav__list > li > a{
  transition: 0.2s;
}

.mobile-nav__list > li > a::after{
  content: '';
  display: inline-block;
  width: 0;
  height: 4px;
  background: #01071e;
  margin-left: 10px;
  transition: width 0.2s ease;
}

.mobile-nav__list > li > a:hover::after{
  width: 50px;
}

.mobile-nav__list .menu-item{

width: 100%;
}

.mobile-nav__list .menu-item a,
.mobile-nav__list .menu-item ul{
  display: block;
  width: 50%;
}
.mobile-nav__list .menu-item  a{
  justify-content: end;
    display: flex;
}
.mobile-nav__list .menu-item ul{
  justify-content: start;
    display: flex;
    flex-direction: column;
    position: relative;
    right: -50%;
    padding: 0;
}
.mobile-nav__list .sub-menu{
  opacity: 1;
  position: relative;
  box-shadow: none;

}
.mobile-nav__list .sub-menu li a{
  color: rgba(1, 7, 30, 0.64);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.16px;
  line-height: 24px; justify-content: start;
    display: flex;
    width: 100%;
    gap: 8px;
  transition: transform .2s ease;
}

.mobile-nav__list .sub-menu li:hover{
  background: transparent;
  
}
.mobile-nav__list .sub-menu li:hover a{
  transform: translateX(10px);
  color: rgba(1, 7, 30, 0.64);
}



.mobile-nav__list .sub-menu li > a::before{
  content: "›";
  font-size: 24px;
  line-height: 1;
  opacity: 0;
  transform: translateY(-2px);
  transition: opacity .2s ease, transform .2s ease;
}

.mobile-nav__list .sub-menu li > a:hover::before{
  opacity: 1;
}




.page-frame{
	padding-top: 96px;
	padding-left: 16px;
	padding-right: 16px;
}

.page-container{
	background: rgb(255, 255, 255);
	border-radius: 96px;
	padding: 32px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	gap: 64px;
	position: relative;
	overflow: hidden;
	padding-bottom: 55px;
	margin-bottom: 16px;
}

span.blue{
	color: rgb(26, 75, 255);
}

span.pink{
	color: rgb(255, 0, 171);
}

.hero-section{
	background-color: rgb(235, 246, 255);
	border-radius: 64px;
	padding: 128px;
	position: relative;
    overflow: hidden;
}

.hero__content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 48px;
}

.hero-section .hero__eyebrow{
	font-size: 17.6px;
	font-weight: 500;
	letter-spacing: -0.352px;
	line-height: 22px;
	text-align: center;
	color: rgb(1, 7, 30);
	margin: 0;
}

.hero-section .hero__titles {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 8px;
    z-index: 11;
}


.hero-section .hero__title{
	text-align: center;
	color: rgb(1, 7, 30);
	font-size: 96px;
	font-weight: 600;
	letter-spacing: -5.76px;
	line-height: 100px;
	margin: 0;
}	

.hero-section .hero__subheading{
	font-size: 17.6px;
	font-weight: 500;
	letter-spacing: -0.352px;
	line-height: 22px;
	text-align: center;
	color: rgb(1, 7, 30);
	margin: 0;;
}

.hero-section  .hero__cta{
	text-align: center;
  z-index: 2;
}

.hero-section  .hero__cta .btn{
	background-color: rgb(1, 7, 30);
	height: 72px;
	font-size: 20px;
	letter-spacing: -0.6px;
	text-decoration: none;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 32px;
	font-weight: 500;
  padding-top: 27px;
  z-index: 2;
}

.hero-section  .hero__cta .btn:hover .text-hover{
  transform: translateY(-30px);
}

.hero-section  .hero__bg {
    position: absolute;
    right: -90px;
    top: 220px;
    width: 1560px;
    height: 100%;
    z-index: 1;
}

.hero__color_frame{
	position: absolute;
	top: -96px;
    right: -96px;
	background-image: url(assets/img/logo.svg);
	width: 668px;
	height: 674px;
}

.hero__color_frame svg{
	width: 100%;
	height: 100%;
}

/* Breakout: секція на всю ширину вікна, навіть якщо всередині контейнера з padding */
.logo-ticker__breakout{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Внутрішній “рейл” */
.logo-ticker__swiper{
  width: 100%;
  overflow: hidden;
}

/* Swiper відступи/слайди */
.logo-ticker__swiper .swiper-slide{
  width: auto !important;
}

/* елемент логотипа не має розтягуватись на 100% */
.logo-ticker__item{
  width: auto;
  flex: 0 0 auto;
}

/* логотип обмежуємо по висоті */
.logo-ticker__item img{
  height: 80px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  display: block;
}

/* якщо треба, щоб на тачі не виділялось */
.logo-ticker, .logo-ticker *{
  -webkit-user-drag: none;
  user-select: none;
}

/* =========================
   Clients Slider (Framer-like)
   ========================= */

:root{
  --ai-blue: #1a4bff;
  --ai-sky: #1495ff;
  --ai-pink: #ff00ab;
  --ai-dark: #01071e;

  --clients-bg: #ffffff;
  --clients-card-bg: #f3f4f7;

  --clients-radius: 48px;
  --clients-inner-radius: 38px;

  --clients-card-h: 520px;
  --clients-card-w: min(820px, 72vw);
  --clients-gap: 24px;

  --clients-border-inset: 18px;
  --clients-border-size: 10px;
}

/* section spacing */

.clients__head{
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
}

.clients__kicker{
  width: 32px;
  height: 8px;
  border-radius: 999px;
  background: rgb(20, 149, 255);
  margin: 0 auto;
  margin-top: 24px;
}

.clients__title{
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -2.4px;
  color: rgb(1, 7, 30);
  margin-top: 20px;
}

.clients__subtitle{
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.16px;
  line-height: 24px;
  color: rgba(1, 7, 30, 0.64);
  margin-top: 12px;
}

/* ==== breakout: щоб слайдер виходив за padding контейнера ==== */
.clients__slider-wrap{
  position: relative;
}
.clients__slider.swiper-horizontal {
    border-radius: 48px;
}

/* якщо у тебе page-container з padding, цей клас можна юзати так само, як робив для ticker */
.clients__breakout{
  width: calc(100% + var(--page-pad, 40px) * 2);
  margin-left: calc(var(--page-pad, 40px) * -1);
  margin-right: calc(var(--page-pad, 40px) * -1);
}

/* Swiper base */
.clients__slider{
  position: relative;
  overflow: visible; /* щоб шматок наступної картки було видно */
}

.clients__slider .swiper-wrapper{
  align-items: stretch;
}

/* ВАЖЛИВО: щоб не було 100% ширини */
.clients__slider .swiper-slide{
  width: auto !important;
  height: auto;
}

/* ==== card ==== */
.clients-card{
  position: relative;
  display: block;
  width: var(--clients-card-w);
  height: var(--clients-card-h);
  background: var(--clients-card-bg);
  border-radius: var(--clients-radius);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transform: translateZ(0);
  height: 460px;
}

/* центральний контент */
.clients-card__inner{
  height: 100%;
  width: 100%;
  padding: 48px;
  box-sizing: border-box;
  position: relative;
  display: flex;
 align-items: center;
  justify-content: center;
}

.clients-card__logo{
  display: grid;
  place-items: center;
  transition: 0.2s;
}

.clients-card__logo img{
  max-width: 460px;
  width: auto;
  height: 200px;
  object-fit: contain;
  display: block;
}

/* optional description */
.clients-card__text{
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.16px;
	line-height: 24px;
	color: rgba(1, 7, 30, 0.64);
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 140px;
	padding: 0px 76px;
	display: none;
}

/* button look (як “pill”) */
.clients-card__cta{
  margin-top: 22px;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 75px;
  display: none;
}
.clients-card__cta .btn{
	font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(1, 7, 30, 0.08);
  color: var(--ai-dark);
  font-weight: 400;
  font-size: 14px;
  height: 45px;
    padding-top: 30px;
}

.clients-card__cta .btn:hover .text-hover{
  transform: translateY(-20px);
}

/* ===== "New" badge ===== */
.clients-card__badge{
  position: absolute;
  top: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: var(--ai-pink);
  display: grid;
  place-items: center;
  transform: rotate(30deg);
  z-index: 2;
}
.clients-card__badge span{
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

/* ==== blue border appears on hover (Framer-like) ==== */
.clients-card::after{
  content:"";
  position:absolute;
  inset: var(--clients-border-inset);
  border-radius: 48px;
  border: var(--clients-border-size) solid rgba(26, 75, 255, 0);
  transform: scale(1.5);

  transition: border-color .3s ease, transform .2s ease;
  pointer-events:none;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-width: 16px;

  box-sizing: border-box;
}

.clients__slider .swiper-slide:hover .clients-card::after{

  border-color: rgba(26, 75, 255, 1);
  transform: scale(1);
}

.clients__slider .swiper-slide:hover .clients-card__text{
	display: block;
}

.clients__slider .swiper-slide:hover .clients-card__cta{
	display: block;
}

.clients__slider .swiper-slide:hover .clients-card__logo{
	transform: translateY(-100px) scale(0.5);
	transition: 0.2s;
}

/* ==== controls: hidden until hover ==== */
.clients__nav,
.clients__pagination{
  opacity: 1;
  transition: opacity .2s ease;
}



/* ==== arrows ==== */
.clients__nav{
  position:relative;
  inset: 0;
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding: 0 28px;
  z-index: 5;
}

.clients__arrow{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 0;
  background: rgba(1, 7, 30, 0.9);
  backdrop-filter: blur(6px);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: transform .15s ease, opacity .15s ease;
  opacity: 0.25;
  padding: 0;
	padding-left: 3px;
	cursor: pointer;
}

.clients__arrow:active{
  transform: scale(.98);
}

/* pseudo icon arrow */
.clients__arrow::before{
  content:"";
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.clients__arrow--prev::before{
  transform: rotate(135deg);
}

.clients__arrow--prev{
	left: 24px;
    top: -247px;
	position: absolute;
}

.clients__arrow--next{
	right: 24px;
    top: -247px;
	position: absolute;
	padding: 0;
}

.clients__arrow--next::before{
	position: relative;
	right: 1px;
}

/* disabled look */
.clients__arrow.swiper-button-disabled{
  opacity: 0;
  cursor: default;
}

.clients__pagination{
	padding: 10px 5px 10px 5px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	background: rgba(0, 0, 0, 0.2);
    height: 30px;
	width: auto !important;
    display: flex;
    position: absolute;
    z-index: 999;
    left: 50% !important;
    transform: translateX(-50%);
	border-radius: 50px;
	backdrop-filter: blur(4px);
	bottom: 20px !important;
	padding-left: 5px;
}

.clients__pagination .swiper-pagination-bullet{
	border-radius: 50%;
    background: rgb(255, 255, 255);
    cursor: pointer;
    border: none;
    place-content: center;
    place-items: center;
    padding: 0px;
    width: 10px;
    height: 10px;
    opacity: 0.5;
}
.clients__pagination .swiper-pagination-bullet-active{
	opacity: 1;
}



/* Swiper uses transforms; gap can be ignored by some configs.
   If gap не працює — використовуй spaceBetween в JS. */

/* =========================
   Responsive
   ========================= */

/* tablet */
@media (max-width: 1024px){
  :root{
    --clients-card-w: min(760px, 86vw);
    --clients-card-h: 480px;
  }

  .clients{ padding: 72px 0; }
  .clients-card__inner{ padding: 42px; }
  .clients__nav{ padding: 0 18px; }
  .clients__arrow{ width: 70px; height: 70px; }
}

/* mobile */
@media (max-width: 640px){
  :root{
    --clients-card-w: 88vw;
    --clients-card-h: 420px;

    --clients-border-inset: 14px;
    --clients-border-size: 8px;
  }

  .clients{ padding: 56px 0; }
  .clients__head{ margin-bottom: 22px; }
  .clients-card__inner{ padding: 28px; }

  /* на мобілці краще показувати controls завжди (бо hover нема) */
  .clients__nav,
  .clients__pagination{
    opacity: 1;
    pointer-events: auto;
  }

  .clients__arrow{ width: 62px; height: 62px; }
  .clients__pagination{ bottom: 16px; }
}


/* =========================
   Stats (Card_2)
   ========================= */

:root{
  --ai-blue: #1a4bff;
  --ai-sky: #1495ff;
  --ai-pink: #ff00ab;
  --ai-dark: #01071e;

  --stats-radius: 56px;
  --stats-card-bg: #fff;
  --stats-text: rgba(1, 7, 30, 0.64);
  --stats-divider: rgba(1,7,30,.08);
}

.stats{
  padding: 35px 0;
  padding-bottom: 12px;
}

.stats__card{
  background: var(--stats-card-bg);
  border-radius: var(--stats-radius);
  padding: 60px 40px;
  overflow: hidden;
}

.stats__grid{
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: flex-start;
  gap: 31px;
  margin: 0 auto;
}

.stats__divider{
  width: 1px;
  height: 324px;
  background: var(--stats-divider);
  justify-self: center;
}

.stats__item{
  text-align: center;
  
}

.stats__icon{
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: var(--ai-blue);
  display: grid;
  place-items: center;
  margin: 0 auto;
}
.stats__icon svg{
  width: 24px;
  height: 24px;
  fill: #fff;
}

.stats__value{
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
 
}

.stats__number{

   font-weight: 500;
  color: rgb(1, 7, 30);
 	font-size: 88px;
	letter-spacing: -2.64px;
}

.stats__suffix{
  font-size: 56px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.stats__label {
  font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: rgba(1, 7, 30, 0.64);
    padding: 0 57px;
    margin-top: 4px;
}

/* team row (middle block) */
.stats__team{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
 flex-wrap: wrap;
    flex-direction: column;
}

.stats__faces{
  display: flex;
  align-items: center;
  column-gap: 17px;
}

.stats__face{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  overflow: hidden;
  background: #eee;
  margin-left: -8px;
}
.stats__face:first-child{ margin-left: 0; }

.stats__face img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(1);
}

.stats__team-link{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(1,7,30,.18);
  display: grid;
  place-items: center;
  text-decoration: none;
  color: var(--ai-dark);
  transition: transform .15s ease, background .15s ease;
}
.stats__team-link:hover{
  transform: translateX(2px);
  background: rgba(1,7,30,.04);
}
.stats__team-arrow{
  font-size: 12px;
  line-height: 1;
}

/* =========================
   Industries Card
   ========================= */

:root{
  --ai-blue: #1a4bff;
  --ai-sky:  #1495ff;
  --ai-pink: #ff00ab;
  --ai-dark: #01071e;

  --ind-frame: #eaf4ff;       /* світло-блакитний фон навколо */
  --ind-card: #ffffff;
  --ind-radius: 90px;
  --ind-inner-radius: 70px;
}

.industries{
  padding: 36px 0;
  padding-bottom: 0;
}

/* зовнішня "рамка" */
.industries__card{
 position: relative;
}

/* внутрішня біла карта */
.industries__inner{

  padding: 36px 64px 41px;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* маленький індикатор */
.industries__kicker{
  width: 32px;
  height: 8px;
  border-radius: 999px;
  background: var(--ai-sky);
  margin: 0 auto 32px;
}

.industries__title{
  	margin: 0 auto;
    max-width: 770px;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -2.4px;
    line-height: 48px;
    color: var(--ai-dark);
}

.industries__text{
  margin: 24px auto 0;
  max-width: 770px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.16px;
  font-weight: 400;
  color: rgba(1, 7, 30, 0.64);
}

/* pills wrap */
.industries__pills{
  margin: 49px auto 0;
  max-width: 980px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  opacity: 0.9;
    transform: scale(0.9);
}

/* pill */
.industries-pill{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 18px;
  border-radius: 999px;
  border: 1px solid rgba(1, 7, 30, 0.16);
  background: rgba(0,0,0,0);
  text-decoration: none;
  color: rgba(1, 7, 30, 0.64);
  transition: transform .15s ease, border-color .15s ease, color .15s ease, background-color .15s ease;
  user-select: none;
}

.industries-pill__label{
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.16px;
  font-weight: 400;
  color: rgba(1, 7, 30, 0.64);
  text-decoration-color:rgba(1, 7, 30, 0.64);
}

.industries-pill__icon{
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.industries-pill__icon svg {
    width: 24px;
    height: 24px;
    position: relative;
    transform: translate(-8px, -6px);
    opacity: 0.7;
}


a.industries-pill:hover{
  transform: translateY(-1px);
  border-color: rgba(26, 75, 255, 0.35);
  color: rgba(1, 7, 30, 0.9);
}

/* декоративні кути (як на скріні) */
.industries__corner{
  position: absolute;
  z-index: 1;
  width: 280px;
  height: 280px;
  pointer-events: none;
}

.industries__corner--tl{
	width: 1082px;
    height: 1655px;
    position: absolute;
    top: -1009px;
    left: -614px;
    transform: rotate(6deg);
}

.industries__corner--br{
    width: 1082px;
    height: 1655px;
    position: absolute;
    bottom: -1009px;
    right: -598px;
    transform: rotate(56deg);
}

/* responsive */
@media (max-width: 1024px){
  .industries__inner{
    padding: 72px 42px 62px;
  }
  .industries__title{
    font-size: 42px;
    letter-spacing: -1.6px;
  }
}

@media (max-width: 640px){
  .industries__card{
    border-radius: 56px;
    padding: 14px;
  }
  .industries__inner{
    border-radius: 44px;
    padding: 54px 18px 44px;
  }
  .industries__title{
    font-size: 32px;
    letter-spacing: -1px;
  }
  .industries__pills{
    margin-top: 30px;
    gap: 10px;
  }
  .industries__corner{
    width: 200px;
    height: 200px;
  }
}


/* responsive */
@media (max-width: 1024px){
  .stats__card{ padding: 56px 26px; }
  .stats__number{ font-size: 72px; }
  .stats__suffix{ font-size: 48px; }
  .stats__divider{ height: 190px; }
}

@media (max-width: 760px){
  .stats__grid{
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .stats__divider{
    width: 70%;
    height: 1px;
  }
  .stats__item{ padding: 0; }
}

/* =========================
   News & Blog
   ========================= */

.news-blog{
  padding: 72px 0 10px;
}

.news-blog__head{
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}

.news-blog__kicker{
  width: 32px;
  height: 8px;
  border-radius: 999px;
  background: rgb(20, 149, 255);
  margin: 0 auto 32px;
}

.news-blog__title{
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -2.4px;
  color: rgb(1, 7, 30);
}

.news-blog__subtitle{
  margin: 24px auto 0;
  max-width: 620px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: rgba(1, 7, 30, 0.64);
}

.news-blog__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
  max-width: 1400px;
    margin: 0 auto;
}

.news-card{
  min-width: 0;
}

.news-card__meta{
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 24px;
  color: rgb(1, 7, 30);
  font-size: 11px;
}

.news-card__dot{
  font-size: 11px;
  line-height: 1;
}

.news-card__tags{
  margin-left: auto;
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}

.news-pill{
  display: inline-flex;
  align-items: center;
  height: 23px;
  border-radius: 999px;
  background: rgba(1, 7, 30, 0.08);
  color: rgb(1, 7, 30);
  font-size: 11px;
  white-space: nowrap;
  padding: 4px 5px;
}

.news-card__thumb{
  display: block;
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  min-width: 224px;
    height: 320px;
  background: rgba(1, 7, 30, 0.06);
}

.news-card__thumb img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.news-card__placeholder{
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(1,7,30,0.08) 0px,
      rgba(1,7,30,0.08) 2px,
      rgba(1,7,30,0.02) 2px,
      rgba(1,7,30,0.02) 14px
    );
}

.news-card__title{
  margin: 24px 0 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 31.92px;
  letter-spacing: -0.72px;
  color: rgb(1, 7, 30);
  max-width: 540px;
}

.news-card__title a{
  color: inherit;
  text-decoration: none;
}

.news-card__title a:hover{
  color: #01071ea3;
}

.news-blog__cta{
  display: flex;
  justify-content: center;
  margin-top: 31px;
}

.news-blog__cta .btn{
  height: 40px;
}

.news-blog__cta .btn:hover{
  color: inherit;
}



.contact-block { 
	padding: 0; 
}
.contact-block__card {
    background: #fff;
    border-radius: 32px;
    padding: 72px 0;
    max-width: 1400px;
    margin: 0 auto;
}

.contact-block__head{ 
	text-align:center; 
	max-width: 860px; 
	margin: 0 auto 47px; 
}
.contact-block__kicker{
  width: 32px; 
  height: 8px; 
  border-radius: 999px;
  margin: 0 auto 32px;
  background: rgb(20,149,255);
}
.contact-block__title{ 
	margin: 0;
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -2.4px;
    color: rgb(1, 7, 30);
 }
.contact-block__subtitle{ 
	margin: 24px auto 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.16px;
    color: rgba(1, 7, 30, 0.64);
}

.contact-block .cf7-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 21px 18px;
  margin: 0 auto;
}

.contact-block .cf7-field br{
	display: none;
}

.contact-block .cf7-field p{
	margin: 0;
}

.contact-block .cf7-field label{
  display:block;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 6px;
}

.contact-block .cf7-field input,
.contact-block .cf7-field select,
.contact-block .cf7-field textarea{
  width:100%;
  border: 1px solid #f3f4f7;
  background: #f3f4f7;
  font-size: 20px;
  border-radius: 16px;
  padding: 16px 15px;
  outline: none;
  letter-spacing: 1px;
  color: #140a1f;
}

.contact-block .cf7-field input::placeholder,
.contact-block .cf7-field textarea::placeholder{
	color: #09103452;
}

.contact-block .cf7-field select{
	color: #09103452;
	padding: 18px 15px;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%2309103452' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center; /* 👈 ось тут рухаєш */
  background-size: 16px;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}


.contact-block .cf7-field textarea{
  height: 126px;
    resize: none;
	padding-top: 11px;
}

.contact-block .cf7-field--full{ 
	grid-column: 1 / -1; 
	margin-bottom: -6px;
}

.contact-block .cf7-field--note{
  background: rgba(20,149,255,.08);
  border-radius: 16px;
  padding: 14px 16px;
  margin-top: 3px;
}

.contact-block .cf7-field--note .wpcf7-form-control-wrap{ display:block; }
.contact-block .cf7-field--note .wpcf7-checkbox span{ 
	margin: 0;
    display: flex;
    align-items: center;
    justify-content: start;
 }
.contact-block .cf7-field--note input[type="checkbox"]{ 
	width: 21px;
    margin-right: 11px;
    height: 17px;
}

.contact-block .cf7-actions{ 
	display:flex; 
	justify-content:center; 
	padding-top: 33px; 
}

.contact-block .cf7-actions > p{
	position: relative;
}

.contact-block .wpcf7-spinner{
	position: absolute;
    top: 23px;
    right: -60px;
}
.contact-block .cf7-actions .wpcf7-submit,
.contact-block .cf7-actions #form-send{
	border: 0;
    border-radius: 999px;
    padding: 26px 38px;
    background: rgb(26, 75, 255);
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.6px;
}

.contact-block .cf7-actions input[type="submit"]{
  display:none;
}

.contact-block .cf7-actions #form-send{
  height: 72px;
  font-weight: 500;
  padding-top: 22px;
}

.contact-block .cf7-actions #form-send:hover .text-hover{ 
  transform: translateY(-30px);
}

.wpcf7 form .wpcf7-response-output{
    width: max-content;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 12px;
}


.site-footer {
  background: rgb(1, 7, 30);
  color: rgba(255,255,255,0.78);
}

.site-footer__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 94px 76px 94px;
}

.site-footer__cols {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 32px;
}

.footer-col__title {
  color: #fff;
  font-size: 17.6px;
  letter-spacing: -0.352px;
  font-weight: 500;
  margin: 0 0 14px;
}

.footer-nav,
.footer-widget .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.footer-widget li a,
.footer-nav a,
.footer-contacts__link {
  color: rgba(255, 255, 255, 0.64);
  text-decoration: none;
  font-size: 16px;
  letter-spacing: -0.16px;
  line-height: 24px;
   transition: .3s;
}
.footer-widget li a:hover,
.footer-nav a:hover,
.footer-contacts__link:hover {
  color: rgba(255,255,255,0.9);
  transition: .2s;
}

.footer-contacts {
  display: grid;
  gap: 16px;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: -6px;
  transform: translateX(-6px);
}


.footer-social__link {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  opacity: 0.9;
}

.footer-social__link:hover { opacity: 1; }

.footer-social__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.site-footer__bottom {
  margin-top: 47px;
}

.site-footer__note {
  margin: 0;
  font-size: 11.2px;
  color: rgba(255, 255, 255, 0.64);
  letter-spacing: -0.224px;
}


/* Contact Page layout */
.ai-contact  .ai-pagehead__breadcrumbs .ai-breadcrumbs{
  gap: 7px;
    align-items: center;
    font-size: 12.8px;
    line-height: 19.2px;
}

.ai-contact .ai-pagehead {
    padding: 0 0 16px;
}

.ai-contact .ai-pagehead__title{
  font-size: 48px;
  line-height: 48px;
  margin: 24px 0 24px;
  letter-spacing: -2.4px;
  font-weight: 500;
}
.ai-contact .ai-pagehead__divider{
  height: 1px;
  background: rgba(1,7,30,.10);
}
 
.ai-contact .ai-grid{
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  padding: 40px 0 70px;
}

/* Sidebar */
.ai-contact .ai-sidenav__title{
  font-size: 14px;
  font-weight: 600;
  color: rgba(1,7,30,.85);
  margin: 0 0 10px;
}
.ai-contact .ai-sidenav__list{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 3px;
}
.ai-contact .ai-sidenav__list a{
  display: inline-block;
  color: #1a4bff;
  text-decoration: none;
  transition: opacity .2s ease;
}
.ai-contact .ai-sidenav__list a:hover{ opacity: .75; }

/* Content */
.ai-contact .ai-contact__section{
  padding: 0;
  scroll-margin-top: 110px; /* під fixed header */
}
.ai-contact .ai-contact__top{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 8px;
}
.ai-contact .ai-contact__lead-title {
    font-size: 24px;
    line-height: 31.92px;
    margin: 0 0 0;
    font-weight: 500;
    color: rgba(1, 7, 30, .95);
    max-width: 870px;
    margin-bottom: 40px;
    letter-spacing: -0.72px;
}
.ai-contact .ai-contact__lead-text{
  margin: 10px 0 0;
  color: rgba(1,7,30,.64);
}

.ai-contact  .contact-block .cf7-actions #form-send {
    height: 72px;
    font-weight: 500;
    padding: 0 32px;
    padding-top: 24px;
}

.ai-contact .contact-block .cf7-actions #form-send:hover .text-hover {
    transform: translateY(-25px);
}


/* Hide native submit if using custom button proxy */
.ai-contact__form input.wpcf7-submit{
  display: none !important;
}

/* Locations */
.ai-contact .ai-contact__section-title{
font-size: 24px;
    font-weight: 500;
    line-height: 31.92px;
    letter-spacing: -0.72px;
    margin-bottom: 24px;
    color: rgb(1, 7, 30);
    margin: 70px 0 24px;
}

.ai-contact .ai-locations{
  border: 1px solid rgba(1,7,30,.10);
  border-radius: 24px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ai-contact .ai-locations__item{
  padding: 30px;
  background: #fff;
  border-right: 1px solid #e9eaec;
  border-bottom: 1px solid #e9eaec;
}
.ai-contact  .ai-locations__item:nth-child(2n){
  border-right: 0;
}
.ai-contact .ai-locations__item:last-child,
.ai-contact .ai-locations__item:nth-last-child(2){
  border-bottom: 0;
}

.ai-contact .ai-locations__head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
}
.ai-contact .ai-locations__title{
  font-size: 17.6px;
  font-weight: 500;
  color: rgb(1, 7, 30);
}
.ai-contact .ai-locations__subtitle{
  font-style: italic;
  color: rgba(1, 7, 30, 0.64);
  margin-top: 1px;
}
.ai-contact .ai-locations__flag {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    object-fit: cover;
    border: 1px solid #e9eaec;
    padding: 2px;
}

.ai-contact .ai-locations__text{
color: rgba(1, 7, 30, 0.64);
    line-height: 24px;
    font-size: 16px;
    letter-spacing: -0.16px;
    padding-right: 30%;
}
.ai-contact .ai-locations__meta{
  margin-top: 8px;
  color: rgba(1,7,30,.64);
}
.ai-contact .ai-locations__meta a{
  color: rgba(1,7,30,.64);
  text-decoration: none;
}
.ai-contact .ai-locations__meta a:hover{ text-decoration: underline; }

.ai-sidebar .widget {
  margin: 0;
}

.ai-sidebar .widget + .widget {
  margin-top: 24px;
}

.ai-sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ai-sidebar .widget ul li + li {
  margin-top: 12px;
}

.ai-sidebar .widget a {
  color: rgb(26, 75, 255);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
}

.ai-sidebar .widget a:hover {
  text-decoration: underline;
}

.ai-sidebar .widget .current-menu-item > a,
.ai-sidebar .widget .current_page_item > a {
  color: rgb(1, 7, 30);
}

.ai-sidebar .widget p {
  margin: 0;
}

.ai-sidebar .widget-title,
.ai-sidebar .ai-sidenav__title {
  margin: 0 0 16px;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.72px;
    margin-bottom: 24px;
    color: rgb(1, 7, 30);
}

@media(max-width: 1200px){
  .site-header__inner{
    max-width: calc(100% - 32px);
    width: 100%;
  }
  .primary-nav{
    display: none;
  }
   .clients__slider .swiper-slide {
    width: 100% !important;
  }

  .clients-card {
    width: 100%;
  }
  .stats__grid{
    grid-template-columns: 1fr;
  }
  .stats__divider{
    width: 324px;
    height: 1px;
  }
  .site-footer__cols { 
    grid-template-columns: repeat(2, minmax(0,1fr)); 
  }
}


@media (max-width: 1023px){
  .page-container{
    padding: 16px;
    border-radius: 48px;
  }
  .hero-section .hero__title{
    font-size: 84px;
    line-height: 84px;
  }
  .clients__title,
  .industries__title,
  .news-blog__title,
  .contact-block__title{
    font-size: 42px;
    line-height: 42px;
  }
  .clients__subtitle,
  .industries__text,
 .news-blog__subtitle,
 .contact-block__subtitle{
    font-size: 14px;
    line-height: 21px;
  }
  .clients{
    padding: 0;
  }
  .industries-pill{
    padding: 9px 14px;
  }
  .industries-pill__label{
    font-size: 10px;
  }
  .industries-pill__icon svg {
    width: 20px;
    height: 20px;
    transform: translate(-8px, -4px);
  } 
  .news-blog__grid{
    grid-template-columns: 1fr;
  }
  .news-card__meta,
  .news-pill{
    font-size: 10px;
  }
  .news-card{
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(1, 7, 30, 0.08);
  }
  .news-card__title{
    font-size: 21px;
    line-height: 28px;
  }

  .ai-contact .ai-grid{
    display: block;
  }
  .ai-contact .ai-sidebar{
    margin-bottom: 24px;
  }

}



@media (max-width: 767px) {
  .site-header .brand__text{
    display: none;
  }
  .site-header__inner{
    border-radius: 48px;
  }
  .mobile-nav__list{
    gap: 0;
  }
  .mobile-nav__list a{
    font-size: 21px;
    line-height: 28px;
  }
  .mobile-nav__list .menu-item a, .mobile-nav__list .menu-item ul{
    width: 100%;
  }
  .mobile-nav__list .menu-item a{
    justify-content: start;
  }
  .mobile-nav__list .menu-item ul{
    right: unset;
  }
  .mobile-nav__list .sub-menu li a{
    text-align: left;
    gap: 0;
    font-size: 14px;
  }
  .mobile-nav__list .sub-menu li > a::before{
    display: none;
  }
  .mobile-nav__list .sub-menu li > a:hover::before{
    display: block;
        left: -11px;
        position: relative;
  }
  .site-header__inner.is-menu-open .mobile-menu{
    display: flex;
    padding: 36px 18px 36px;
    align-items: center;
  }
  .site-header__inner.is-menu-open{
    height: calc(100vh - 32px);
  }
  body.ai-menu-lock .page-frame {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.page-frame {
  opacity: 1;
  transition: opacity 0.2s ease;
}
  .hero-section{
    padding: 32px;
    border-radius: 32px;
  }
  .hero-section .hero__title {
        font-size: 68px;
        line-height: 68px;
    }
    .hero-section .hero__bg{
      right: -392px;
    }
    .hero__color_frame {
    top: -165px;
    right: -448px;
}
  .clients-card{
    height: 600px;
  }
  .clients-card__text{
    font-size: 14px;
    line-height: 21px;
  }
  .clients__slider .swiper-slide:hover .clients-card__logo{
    transform: translateY(-195px) scale(0.5);
  }
  .stats__grid{
    justify-content: center;
  }
  .stats__card{
    padding: 0;
  }
  .stats__faces{
   display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    max-width: 196px;
  }
  .stats__face{
    width: 32px;
    height: 32px;
    margin: 0;
  }
  .industries__inner{
    padding: 0 0 44px;
  }
  .news-card__tags{
    justify-content: flex-end;
  }
  .contact-block__card{
    padding-top: 36px;
    padding-bottom: 32px;
  }
  .contact-block .cf7-grid{
    grid-template-columns: 1fr; 
  }
  .site-footer__cols { 
    grid-template-columns: 1fr; 
  }
  .ai-contact .ai-locations{
    grid-template-columns: 1fr;
  }
   .ai-contact .ai-locations__item:nth-last-child(2) {
    border-bottom: 1px solid #e9eaec;
}
.ai-contact .ai-locations__item{
  border-right: none;
}
}

