:root {
	--sevtech-radius-card: 8px;
	--sevtech-radius-section: 16px;
	--sevtech-shadow-soft: 0 2px 19px rgba(0, 0, 0, 0.06);
}

@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/open-sans-v43-cyrillic_cyrillic-ext_latin_latin-ext_math_symbols-regular.woff2") format("woff2");
}

@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/open-sans-v43-cyrillic_cyrillic-ext_latin_latin-ext_math_symbols-600.woff2") format("woff2");
}

@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/open-sans-v43-cyrillic_cyrillic-ext_latin_latin-ext_math_symbols-700.woff2") format("woff2");
}

@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("../fonts/open-sans-v43-cyrillic_cyrillic-ext_latin_latin-ext_math_symbols-800.woff2") format("woff2");
}

* {
	box-sizing: border-box;
}

html,
body {
	min-height: 100%;
}

body {
	margin: 0;
	overflow-x: hidden;
}

.wp-site-blocks {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	padding-left: 0;
	padding-right: 0;
}

.wp-site-blocks > main {
	flex: 1 0 auto;
}

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

.sevtech-site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: #f4f4f6;
	box-shadow: var(--sevtech-shadow-soft);
}

.sevtech-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 72px;
	gap: 32px;
}

.sevtech-logo {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	line-height: 1;
	text-decoration: none;
}

.sevtech-logo-image {
	display: block;
	width: 180px;
	max-width: none;
	height: auto;
}

.sevtech-header-phone {
	flex: 0 0 auto;
	color: #1e2430;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}

.sevtech-header-menu {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	align-items: center;
	justify-content: flex-end;
}

.sevtech-header-nav {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 18px 47px;
}

.sevtech-header-nav a {
	color: #1e2430;
	font-size: 16px;
	text-decoration: none;
}

.sevtech-header-mobile-menu {
	position: relative;
	display: none;
}

.sevtech-header-mobile-menu summary {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 999px;
	background: #fff;
	cursor: pointer;
	list-style: none;
	box-shadow: var(--sevtech-shadow-soft);
}

.sevtech-header-mobile-menu summary::-webkit-details-marker {
	display: none;
}

.sevtech-burger,
.sevtech-burger::before,
.sevtech-burger::after {
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 999px;
	background: #1e2430;
	content: "";
}

.sevtech-burger {
	position: relative;
}

.sevtech-burger::before,
.sevtech-burger::after {
	position: absolute;
	left: 0;
}

.sevtech-burger::before {
	top: -6px;
}

.sevtech-burger::after {
	top: 6px;
}

.sevtech-header-mobile-panel {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	z-index: 30;
	display: grid;
	min-width: 220px;
	gap: 6px;
	padding: 14px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(27, 50, 102, 0.16);
    user-select: none;
}

.sevtech-header-mobile-panel a,
.sevtech-header-mobile-panel span {
	display: block;
	padding: 10px 12px;
	border-radius: 6px;
	color: #1e2430;
	text-decoration: none;
	white-space: nowrap;
}

.sevtech-header-mobile-panel a:hover {
	background: #edf1f9;
}

.sevtech-site-main {
	margin-top: 0;
}

.sevtech-section {
	margin-top: 72px;
}

.sevtech-section:first-child {
	margin-top: 0;
}

.sevtech-hero {
	position: relative;
	overflow: hidden;
	min-height: 720px;
	padding: 56px 48px 40px;
	border-radius: var(--sevtech-radius-section);
	background:
		linear-gradient(135deg, rgba(14, 0, 210, 0.96), rgba(34, 87, 245, 0.9) 48%, rgba(20, 210, 230, 0.72)),
		#2257f5;
	color: #fff;
}

.sevtech-hero-content {
	position: relative;
	z-index: 2;
	display: grid;
	justify-items: center;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.sevtech-hero h1 {
	width: 100%;
	max-width: 960px;
	margin: 0 0 24px;
	color: #fff;
	overflow-wrap: break-word;
	hyphens: auto;
}

.sevtech-hero p {
	max-width: 720px;
	margin: 0 0 28px;
	font-size: 20px;
	line-height: 1.45;
}

.sevtech-hero-visual {
	position: relative;
	display: grid;
	width: min(1240px, 100%);
	margin: 48px auto 0;
}

.sevtech-hero-image {
	display: block;
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 24px 55px rgba(10, 22, 70, 0.22);
}

.sevtech-prefix-hero {
	position: relative;
	overflow: hidden;
	padding: 56px 48px 0;
	border-radius: var(--sevtech-radius-section);
	background:
		radial-gradient(circle at 24% 72%, rgba(0, 173, 255, 0.84) 0, rgba(0, 173, 255, 0.46) 22%, rgba(0, 173, 255, 0) 42%),
		radial-gradient(circle at 70% 42%, rgba(23, 218, 229, 0.78) 0, rgba(23, 218, 229, 0.36) 26%, rgba(23, 218, 229, 0) 48%),
		linear-gradient(135deg, rgba(33, 0, 198, 0.98), rgba(34, 87, 245, 0.92) 62%, rgba(44, 125, 249, 0.98));
	color: #fff;
}

.sevtech-prefix-hero-square {
	border-radius: 0;
}

.sevtech-prefix-hero-content {
	position: relative;
	z-index: 2;
	display: grid;
	justify-items: center;
	max-width: 1120px;
	margin: 0 auto;
	text-align: center;
}

.sevtech-prefix-hero h2 {
	max-width: 1040px;
	margin: 0;
	color: inherit;
	font-size: clamp(38px, 4.4vw, var(--wp--preset--font-size--h-2));
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.1;
	overflow-wrap: break-word;
}

.sevtech-prefix-hero-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px 22px;
	margin-top: 36px;
}

.sevtech-prefix-hero-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 13px 28px;
	border-radius: 999px;
	background: #fff;
	color: #1e2430;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

.sevtech-prefix-hero-visual {
	position: relative;
	z-index: 1;
	height: clamp(300px, 33vw, 486px);
	margin: 24px 0 0;
	background-image: url("../images/sections/prefix-hero-bg.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: min(1520px, 108%) auto;
	pointer-events: none;
}

.sevtech-window-body {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 16px;
	padding: 20px;
}

.sevtech-window-nav,
.sevtech-window-panel,
.sevtech-window-line {
	border-radius: 6px;
	background: #edf1f9;
}

.sevtech-window-nav {
	min-height: 214px;
}

.sevtech-window-panel {
	min-height: 62px;
	margin-bottom: 12px;
}

.sevtech-window-line {
	height: 12px;
	margin-bottom: 10px;
}

.sevtech-chip-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 64px;
}

.sevtech-chip {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 36px;
	padding: 8px 16px;
	border-radius: 999px;
	background: #fff;
	color: #1e2430;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.sevtech-chip-icon {
	display: inline-grid;
	width: 18px;
	height: 18px;
	place-items: center;
	color: #2257f5;
	font-size: 14px;
	line-height: 1;
}

.sevtech-chip-icon img {
	display: block;
	max-width: 18px;
	max-height: 18px;
	object-fit: contain;
}

.sevtech-intro-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 72px;
}

.sevtech-card,
.is-style-sevtech-card {
	position: relative;
	min-height: 210px;
	padding: 28px;
	border-radius: var(--sevtech-radius-card);
	background: #fff;
	color: #41454c;
}

.sevtech-card h3,
.sevtech-card h4 {
	margin-top: 0;
	margin-bottom: 14px;
	color: #1e2430;
	font-size: 20px;
	line-height: 1.2;
}

.sevtech-card p {
	margin: 0;
	color: #5c6069;
	font-size: 15px;
	line-height: 1.45;
}

.sevtech-icon {
	display: inline-grid;
	width: 40px;
	height: 40px;
	margin-bottom: 22px;
	place-items: center;
	border-radius: 50%;
	background: #eef4ff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	color: #2257f5;
	font-weight: 700;
}

.sevtech-icon img {
	max-width: 42px;
	max-height: 42px;
	object-fit: contain;
}

.sevtech-intro-grid .sevtech-card:nth-child(4n+1) .sevtech-icon,
.sevtech-feature-grid .sevtech-card:nth-child(4n+1) .sevtech-icon {
	background-image: url("../images/icons/icon-01.svg");
	color: transparent;
}

.sevtech-intro-grid .sevtech-card:nth-child(4n+2) .sevtech-icon,
.sevtech-feature-grid .sevtech-card:nth-child(4n+2) .sevtech-icon {
	background-image: url("../images/icons/icon-02.svg");
	color: transparent;
}

.sevtech-intro-grid .sevtech-card:nth-child(4n+3) .sevtech-icon,
.sevtech-feature-grid .sevtech-card:nth-child(4n+3) .sevtech-icon {
	background-image: url("../images/icons/icon-03.svg");
	color: transparent;
}

.sevtech-intro-grid .sevtech-card:nth-child(4n+4) .sevtech-icon,
.sevtech-feature-grid .sevtech-card:nth-child(4n+4) .sevtech-icon {
	background-image: url("../images/icons/icon-04.svg");
	color: transparent;
}

.wp-block-sevtech-service-card.sevtech-card {
	display: flex;
	min-height: 400px;
	flex-direction: column;
	justify-content: flex-end;
	padding: 128px 40px 40px;
}

.wp-block-sevtech-service-card.sevtech-card .sevtech-icon {
	position: absolute;
	top: 0;
	left: 50%;
	width: 138px;
	height: 138px;
	margin-bottom: 0;
	border: 22px solid #edf1f9;
	border-radius: 50%;
	background: #fff;
	background-image: none;
	color: #2257f5;
	font-size: 38px;
	transform: translate(-50%, -44%);
}

.sevtech-intro-grid .wp-block-sevtech-service-card.sevtech-card .sevtech-icon,
.sevtech-feature-grid .wp-block-sevtech-service-card.sevtech-card .sevtech-icon {
	background-image: none;
	color: #2257f5;
}

.wp-block-sevtech-service-card.sevtech-card .sevtech-icon img {
	max-width: 42px;
	max-height: 42px;
}

.is-layout-flex > .wp-block-sevtech-service-card,
.is-layout-flex > .wp-block-sevtech-notched-card,
.wp-block-group-is-layout-flex > .wp-block-sevtech-service-card,
.wp-block-group-is-layout-flex > .wp-block-sevtech-notched-card {
	flex: 1 1 280px;
	width: auto;
	min-width: min(280px, 100%);
}

.is-layout-flex > .wp-block-sevtech-small-hero-card,
.wp-block-group-is-layout-flex > .wp-block-sevtech-small-hero-card,
.editor-styles-wrapper .is-layout-flex > .wp-block-sevtech-small-hero-card,
.editor-styles-wrapper .wp-block-group-is-layout-flex > .wp-block-sevtech-small-hero-card {
	flex: 1 1 460px;
	width: auto;
	min-width: min(460px, 100%);
	max-width: 100%;
}

.sevtech-product-section {
	margin-top: 72px;
}

.sevtech-product-layout {
	display: grid;
	grid-template-columns: 1fr 1.45fr;
	gap: 18px;
}

.sevtech-product-primary {
	display: flex;
	min-height: 420px;
	flex-direction: column;
	justify-content: space-between;
	padding: 32px;
	border-radius: var(--sevtech-radius-card);
	background: #2257f5;
	color: #fff;
}

.sevtech-product-primary h3 {
	margin: 0 0 24px;
	color: #fff;
}

.sevtech-product-primary p {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 17px;
	line-height: 1.5;
}

.sevtech-product-visual {
	min-height: 420px;
	border-radius: var(--sevtech-radius-card);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(220, 230, 255, 0.62)),
		#dce6ff;
	overflow: hidden;
}

.sevtech-product-visual-inner {
	display: grid;
	height: 100%;
	min-height: 420px;
	place-items: center;
	padding: 24px;
}

.sevtech-device {
	width: min(520px, 92%);
	min-height: 290px;
	border: 12px solid #fff;
	border-radius: 14px;
	background: #f8fbff;
	box-shadow: 0 22px 54px rgba(27, 50, 102, 0.2);
}

.sevtech-device-screen {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 16px;
	height: 100%;
	min-height: 266px;
	padding: 18px;
}

.sevtech-product-image {
	display: block;
	width: min(100%, 720px);
	border-radius: 8px;
	box-shadow: 0 22px 54px rgba(27, 50, 102, 0.2);
}

.sevtech-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 18px;
}

.sevtech-showcase-section {
	margin-top: 72px;
}

.sevtech-showcase-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.sevtech-showcase-card {
	position: relative;
	display: flex;
	min-height: 520px;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	padding: 40px;
	border-radius: var(--sevtech-radius-card);
	background: #dce6ff;
	color: #1e2430;
	text-decoration: none;
}

.sevtech-showcase-card-dark {
	background: #111317;
	color: #fff;
}

.sevtech-showcase-card h3 {
	position: relative;
	z-index: 2;
	margin: 0 0 18px;
	color: inherit;
	font-size: 34px;
}

.sevtech-showcase-card p {
	position: relative;
	z-index: 2;
	margin: 0;
	color: inherit;
	font-size: 17px;
	line-height: 1.5;
}

.sevtech-showcase-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sevtech-showcase-card-light .sevtech-showcase-image {
	opacity: 0.92;
}

.sevtech-showcase-card-dark .sevtech-showcase-image {
	opacity: 0.72;
}

.sevtech-showcase-card-content {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 18px;
	margin-top: auto;
}

.sevtech-showcase-link {
	display: inline-flex;
	width: max-content;
	min-height: 44px;
	align-items: center;
	padding: 10px 22px;
	border-radius: 999px;
	background: #fff;
	color: #1e2430;
	font-weight: 700;
	text-decoration: none;
}

.sevtech-notched-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin-top: 72px;
}

.sevtech-notched-card {
	position: relative;
	display: flex;
	min-height: 400px;
	flex-direction: column;
	justify-content: flex-end;
	padding: 128px 40px 40px;
	border-radius: var(--sevtech-radius-card);
	background: #fff;
	color: #1e2430;
	text-decoration: none;
}

.sevtech-notched-icon {
	position: absolute;
	top: 0;
	left: 50%;
	display: grid;
	width: 96px;
	height: 96px;
	place-items: center;
	border: 22px solid #edf1f9;
	border-radius: 50%;
	background: #fff;
	color: #2257f5;
	font-size: 40px;
	font-weight: 800;
	transform: translate(-50%, -44%);
}

.sevtech-notched-icon img {
	max-width: 42px;
	max-height: 42px;
	object-fit: contain;
}

.sevtech-notched-card h3 {
	margin: 0 0 20px;
	color: #1e2430;
	font-size: 30px;
	line-height: 1.14;
}

.sevtech-notched-card p {
	margin: 0;
	color: #5c6069;
	font-size: 17px;
	line-height: 1.45;
}

.sevtech-small-hero-card {
	position: relative;
	display: flex;
	min-height: 540px;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	padding: 34px 40px 40px;
	border-radius: var(--sevtech-radius-card);
	background: #2257f5;
	background-position: center;
	background-size: cover;
	color: #fff;
	text-decoration: none;
}

.sevtech-small-hero-card::before {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 77px;
    height: 77px;
    border-bottom: 16px solid #edf1f9;
    border-left: 16px solid #edf1f9;
    border-bottom-left-radius: 50%;
    background: #edf1f9;
    content: "";
}

.sevtech-small-hero-card > * {
	position: relative;
	z-index: 1;
}

.sevtech-small-hero-card-no-corner::before {
	display: none;
}

.sevtech-small-hero-arrow {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: grid;
    width: 90px;
    height: 90px;
    place-items: center;
    background: #2257f5;
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    border-bottom-left-radius: 50%;
}

.sevtech-small-hero-arrow img {
	max-width: 34px;
	max-height: 34px;
	object-fit: contain;
}

.sevtech-small-hero-card-no-corner {
	padding-top: 34px;
}

.sevtech-small-hero-card h3 {
	max-width: 440px;
	margin: 0;
	color: inherit;
	font-size: 34px;
	line-height: 1.12;
}

.sevtech-small-hero-title-image {
	display: block;
	width: auto;
	max-width: min(72%, 260px);
	max-height: 96px;
	object-fit: contain;
	object-position: left center;
}

.sevtech-small-hero-card p {
	max-width: 480px;
	margin: auto 0 34px;
	margin: auto 0 0px;
	color: inherit;
	font-size: 18px;
	line-height: 1.45;
}

.sevtech-small-hero-button {
	display: inline-flex;
	min-height: 64px;
	align-items: center;
	justify-content: center;
	padding: 16px 30px;
	border-radius: 999px;
	background: #fff;
	color: #1e2430;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	margin-top: 34px;
}

.sevtech-clients {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 18px;
}

.sevtech-clients-panel {
	min-height: 340px;
	padding: 36px;
	border-radius: var(--sevtech-radius-card);
	background: #111317;
	color: #fff;
}

.sevtech-logo-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.sevtech-client-logo {
	display: grid;
	min-height: 78px;
	place-items: center;
	padding: 16px;
	border-radius: var(--sevtech-radius-card);
	background: #fff;
	color: #5c6069;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

.sevtech-client-logo img {
	display: block;
	max-width: 150px;
	max-height: 46px;
	object-fit: contain;
}

.sevtech-cta {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: center;
	padding: 48px;
	border-radius: var(--sevtech-radius-section);
	background: #2257f5;
	color: #fff;
}

.sevtech-cta h2 {
	margin: 0;
	color: #fff;
}

.sevtech-cta-placeholder {
	display: grid;
	gap: 12px;
}

.sevtech-input-placeholder {
	height: 42px;
	border-radius: 999px;
	background: #fff;
	opacity: 0.95;
}

.sevtech-site-footer {
	margin-top: 72px;
	padding: 56px 0 44px;
	background: #111317;
	color: #fff;
}

.sevtech-footer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 32px;
	width: min(100% - 48px, var(--wp--style--global--wide-size));
	margin-right: auto;
	margin-left: auto;
}

.sevtech-footer-column h3 {
	margin: 0 0 22px;
	color: #fff;
	font-size: 18px;
}

.sevtech-footer-column ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sevtech-footer-grid a,
.sevtech-footer-grid span {
	color: #fff;
	text-decoration: none;
}

.sevtech-footer-phone {
	display: inline-block;
	margin-bottom: 18px;
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.1;
	text-decoration: none;
}

.sevtech-footer-nav {
	gap: 10px;
	align-items: flex-start;
}

.sevtech-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 12px;
}

.sevtech-footer-muted {
	color: rgba(255, 255, 255, 0.64);
	font-size: 14px;
}

.sevtech-footer-meta {
	width: min(100% - 48px, var(--wp--style--global--wide-size));
	margin: 34px auto 0;
	color: rgba(255, 255, 255, 0.64);
	font-size: 14px;
	line-height: 1.45;
}

.wp-block-button .wp-block-button__link {
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.wp-block-button .wp-block-button__link:hover {
	transform: translateY(-1px);
}

.wp-block-post-title.alignwide {
	width: min(100% - 48px, var(--wp--style--global--wide-size));
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 1180px) {
	.sevtech-intro-grid,
	.sevtech-feature-grid,
	.sevtech-notched-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sevtech-product-layout,
	.sevtech-clients,
	.sevtech-cta,
	.sevtech-showcase-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	:root {
		--wp--preset--font-size--hero: 30px;
		--wp--preset--font-size--h-2: 32px;
		--wp--preset--font-size--h-3: 26px;
	}

	.sevtech-header-inner {
		flex-wrap: wrap;
		min-height: 64px;
		gap: 16px;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.sevtech-logo-image {
		width: 170px;
	}

	.sevtech-header-menu {
		width: auto;
		flex: 0 0 auto;
		margin-left: auto;
	}

	.sevtech-header-nav {
		display: none;
	}

	.sevtech-header-mobile-menu {
		display: block;
	}

	.sevtech-header-phone {
		display: none;
	}

	.sevtech-hero {
		min-height: auto;
		padding: 36px 18px 28px;
	}

	.sevtech-hero p {
		font-size: 17px;
	}

	.sevtech-hero h1 {
		line-height: 1.12;
	}

	.sevtech-hero-visual {
		grid-template-columns: 1fr;
		margin-top: 32px;
	}

	.sevtech-prefix-hero {
		min-height: auto;
		padding: 34px 18px 0;
	}

	.sevtech-prefix-hero h2 {
		max-width: 100%;
		font-size: 30px;
		line-height: 1.14;
	}

	.sevtech-prefix-hero-actions {
		width: 100%;
		gap: 12px;
		margin-top: 24px;
	}

	.sevtech-prefix-hero-button {
		width: min(100%, 320px);
		min-height: 48px;
		padding: 12px 20px;
		font-size: 15px;
	}

	.sevtech-prefix-hero-visual {
		height: clamp(150px, 44vw, 210px);
		margin: 18px -18px 0;
		background-position: center top;
		background-size: 620px auto;
	}

	.sevtech-window-small {
		display: none;
	}

	.sevtech-window-main {
		min-height: 280px;
	}

	.sevtech-chip-list {
		margin-top: 30px;
		justify-content: flex-start;
	}

	.sevtech-intro-grid,
	.sevtech-feature-grid,
	.sevtech-notched-grid,
	.sevtech-footer-grid,
	.sevtech-logo-grid {
		grid-template-columns: 1fr;
	}

	.sevtech-section,
	.sevtech-product-section,
	.sevtech-site-footer {
		margin-top: 48px;
	}

	.sevtech-product-primary,
	.sevtech-product-visual,
	.sevtech-product-visual-inner {
		min-height: 300px;
	}

	.sevtech-showcase-card,
	.sevtech-notched-card,
	.wp-block-sevtech-service-card.sevtech-card {
		min-height: 320px;
		padding-right: 28px;
		padding-left: 28px;
	}

	.sevtech-small-hero-card {
		min-height: 420px;
		padding: 28px 24px 28px;
	}

	.sevtech-small-hero-card h3 {
		font-size: 27px;
	}

	.sevtech-small-hero-card p,
	.sevtech-small-hero-button {
		font-size: 16px;
	}

	.sevtech-cta {
		padding: 32px 20px;
	}
}
