:root {
	--v26-bg: #eef3f8;
	--v26-surface: rgba(255, 255, 255, 0.82);
	--v26-text: #21344d;
	--v26-text-soft: #5d6d82;
	--v26-line: rgba(16, 35, 60, 0.1);
	--v26-primary: #f26d32;
	--v26-primary-strong: #d9561e;
	--v26-secondary: #1b4f86;
	--v26-shadow: 0 20px 60px rgba(16, 35, 60, 0.12);
	--v26-radius-xl: 32px;
	--v26-radius-lg: 24px;
	--v26-radius-md: 18px;
	--v26-shell: min(1180px, calc(100vw - 32px));
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.landing-v26 {
	margin: 0;
	background:
		radial-gradient(circle at top left, rgba(242, 109, 50, 0.22), transparent 28%),
		radial-gradient(circle at top right, rgba(27, 79, 134, 0.16), transparent 24%),
		linear-gradient(180deg, #f7fafc 0%, #eef3f8 42%, #e8eef5 100%);
	color: var(--v26-text);
	font-family: "Sarabun", sans-serif;
	line-height: 1.65;
}

img {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	font: inherit;
}

.v26-shell {
	width: var(--v26-shell);
	margin: 0 auto;
}

.v26-page {
	min-height: 100vh;
}

main#top {
	display: flex;
	flex-direction: column;
}

.v26-hero {
	order: 1;
}

#services {
	order: 2;
}

#check {
	order: 3;
}

#steps {
	order: 4;
}

#cardtype {
	order: 5;
}

#review {
	order: 6;
}

#contact {
	order: 7;
}

.v26-header {
	position: sticky;
	top: 0;
	z-index: 40;
	padding: 18px 0;
	backdrop-filter: blur(14px);
}

.v26-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 20px;
	border: 1px solid var(--v26-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 12px 40px rgba(16, 35, 60, 0.08);
}

.v26-brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.v26-brand__mark {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background: linear-gradient(135deg, var(--v26-primary), #ff935f);
	color: #fff;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 700;
	letter-spacing: 0.08em;
	box-shadow: 0 16px 32px rgba(242, 109, 50, 0.28);
}

.v26-brand__text {
	display: flex;
	flex-direction: column;
	line-height: 1.05;
}

.v26-brand__text strong {
	font-family: "Space Grotesk", "Sarabun", sans-serif;
	font-size: 1.05rem;
}

.v26-brand__text small {
	color: var(--v26-text-soft);
	font-size: 0.8rem;
}

.v26-nav {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.v26-nav a {
	padding: 10px 14px;
	border-radius: 999px;
	color: var(--v26-text-soft);
	font-weight: 600;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.v26-nav a:hover,
.v26-nav a:focus-visible {
	background: rgba(242, 109, 50, 0.1);
	color: var(--v26-primary-strong);
	transform: translateY(-1px);
}

.v26-nav-toggle {
	display: none;
	align-items: center;
	gap: 8px;
	justify-content: center;
	position: relative;
	z-index: 3;
	padding: 10px 14px;
	border: 1px solid var(--v26-line);
	border-radius: 999px;
	background: #fff;
	color: var(--v26-text);
	cursor: pointer;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

.v26-nav-toggle__icon {
	display: grid;
	gap: 4px;
}

.v26-nav-toggle__icon span {
	display: block;
	width: 16px;
	height: 2px;
	background: var(--v26-text);
	border-radius: 999px;
}

.v26-nav-toggle__label {
	font-weight: 700;
}

.v26-hero,
.v26-section {
	padding: 12px 0 26px;
}

.v26-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 28px;
	align-items: center;
}

.v26-hero__content {
	position: relative;
	padding: 40px;
	border-radius: var(--v26-radius-xl);
	background: linear-gradient(145deg, rgba(16, 35, 60, 0.98), rgba(26, 68, 115, 0.96));
	color: #f6f8fb;
	box-shadow: 0 28px 80px rgba(16, 35, 60, 0.22);
	overflow: hidden;
}

.v26-hero__content::after {
	content: "";
	position: absolute;
	inset: auto -70px -70px auto;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 146, 97, 0.55), transparent 70%);
}

.v26-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 16px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #d9e7f8;
	font-family: "Space Grotesk", "Sarabun", sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.v26-hero h1,
.v26-section-head h2,
.v26-process__content h2,
.v26-review-copy h2,
.v26-cta-panel__content h2 {
	margin: 0 0 14px;
	font-family: "Space Grotesk", "Sarabun", sans-serif;
	font-size: clamp(2rem, 4vw, 4.1rem);
	line-height: 1.04;
	letter-spacing: -0.04em;
}

.v26-hero h1 {
	max-width: 11ch;
}

.v26-lead,
.v26-section-head p,
.v26-review-copy p,
.v26-cta-panel__content p {
	margin: 0;
	font-size: 1.02rem;
}

.v26-lead {
	color: rgba(255, 255, 255, 0.8);
}

.v26-hero__actions,
.v26-inline-actions,
.v26-cta-panel__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.v26-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 999px;
	font-weight: 700;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.v26-btn:hover,
.v26-btn:focus-visible {
	transform: translateY(-1px);
}

.v26-btn--primary {
	background: linear-gradient(135deg, var(--v26-primary), #ff935f);
	color: #fff;
	box-shadow: 0 16px 32px rgba(242, 109, 50, 0.28);
}

.v26-btn--secondary {
	background: rgba(16, 35, 60, 0.06);
	border: 1px solid rgba(16, 35, 60, 0.12);
	color: var(--v26-text);
}

.v26-hero__content .v26-btn--secondary,
.v26-review-copy .v26-btn--secondary {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.16);
	color: #fff;
}

.v26-hero__highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.v26-hero__highlights li {
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	font-size: 0.92rem;
}

.v26-stat-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.v26-stat-card {
	padding: 16px;
	border-radius: var(--v26-radius-md);
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.v26-stat-card strong {
	display: block;
	font-family: "Space Grotesk", "Sarabun", sans-serif;
	font-size: 1.2rem;
}

.v26-stat-card span {
	display: block;
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.9rem;
}

.v26-hero__visual {
	display: grid;
	gap: 18px;
}

.v26-visual-stack {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.v26-media-card,
.v26-contact-card,
.v26-service-card,
.v26-check-card,
.v26-product-card,
.v26-contact-box,
.v26-review-slider,
.v26-cta-panel,
.v26-section-head,
.v26-process,
.v26-footer__inner {
	background: var(--v26-surface);
	border: 1px solid var(--v26-line);
	backdrop-filter: blur(16px);
	box-shadow: var(--v26-shadow);
}

.v26-media-card,
.v26-contact-card,
.v26-service-card,
.v26-check-card,
.v26-product-card,
.v26-contact-box,
.v26-review-slider,
.v26-cta-panel,
.v26-process {
	border-radius: var(--v26-radius-xl);
	overflow: hidden;
}

.v26-media-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.v26-media-card--hero {
	min-height: 420px;
}

.v26-contact-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 252, 0.94));
}

.v26-contact-card p {
	margin: 0 0 16px;
	font-size: 1rem;
	color: var(--v26-text);
}

.v26-contact-card img {
	max-width: 180px;
}

.v26-section-head {
	padding: 28px 30px;
	margin-bottom: 20px;
	border-radius: var(--v26-radius-xl);
}

.v26-section-head .v26-eyebrow {
	margin-bottom: 12px;
	background: rgba(242, 109, 50, 0.12);
	color: var(--v26-primary-strong);
}

.v26-section-head h2,
.v26-process__content h2,
.v26-review-copy h2,
.v26-cta-panel__content h2 {
	color: var(--v26-text);
	font-size: clamp(1.8rem, 3vw, 3rem);
}

.v26-section-head p,
.v26-review-copy p,
.v26-cta-panel__content p,
.v26-service-card p,
.v26-check-card p,
.v26-product-card p,
.v26-contact-box p {
	color: var(--v26-text-soft);
}

.v26-card-grid {
	display: grid;
	gap: 18px;
}

.v26-card-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v26-faq-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.v26-faq-card {
	padding: 24px;
	border-radius: var(--v26-radius-xl);
	background: var(--v26-surface);
	border: 1px solid var(--v26-line);
	backdrop-filter: blur(16px);
	box-shadow: var(--v26-shadow);
}

.v26-faq-card h3 {
	margin: 0 0 10px;
	font-size: 1.2rem;
	font-family: "Space Grotesk", "Sarabun", sans-serif;
}

.v26-faq-card p {
	margin: 0;
	color: var(--v26-text-soft);
}

.v26-service-card {
	padding: 24px;
}

.v26-service-card__number {
	display: inline-flex;
	padding: 8px 10px;
	border-radius: 999px;
	background: rgba(27, 79, 134, 0.1);
	color: var(--v26-secondary);
	font-family: "Space Grotesk", sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.v26-service-card h3,
.v26-check-card h3,
.v26-product-card h3,
.v26-contact-box h3 {
	margin: 14px 0 10px;
	font-size: 1.3rem;
	font-family: "Space Grotesk", "Sarabun", sans-serif;
}

.v26-service-card ul,
.v26-check-card ul {
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.v26-service-card li,
.v26-check-card li {
	position: relative;
	padding-left: 18px;
	margin-top: 10px;
	color: var(--v26-text);
}

.v26-service-card li::before,
.v26-check-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--v26-primary);
}

.v26-check-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 18px;
}

.v26-check-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 0.9fr);
	align-items: stretch;
}

.v26-check-card--accent {
	grid-template-columns: 1fr;
	background: linear-gradient(160deg, rgba(20, 45, 76, 0.96), rgba(32, 83, 138, 0.94));
}

.v26-check-card__content {
	padding: 26px;
}

.v26-check-card--accent .v26-check-card__content h3,
.v26-check-card--accent .v26-check-card__content p,
.v26-check-card--accent .v26-check-card__content li {
	color: #f7fbff;
}

.v26-chip {
	display: inline-flex;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(242, 109, 50, 0.12);
	color: var(--v26-primary-strong);
	font-size: 0.84rem;
	font-weight: 700;
}

.v26-check-card--accent .v26-chip {
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.v26-image-stack {
	display: grid;
	grid-template-rows: 1fr 1fr;
	background: rgba(16, 35, 60, 0.04);
}

.v26-process {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.v26-process__content {
	padding: 30px;
}

.v26-step-list {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 14px;
}

.v26-step-list li {
	display: grid;
	gap: 4px;
	padding: 16px 18px;
	border: 1px solid rgba(16, 35, 60, 0.08);
	border-radius: var(--v26-radius-md);
	background: rgba(255, 255, 255, 0.7);
}

.v26-step-list strong {
	font-size: 1rem;
}

.v26-step-list span {
	color: var(--v26-text-soft);
}

.v26-text-link {
	color: var(--v26-secondary);
	font-weight: 700;
}

.v26-process__media {
	padding: 18px;
	background: linear-gradient(180deg, rgba(242, 109, 50, 0.08), rgba(27, 79, 134, 0.08));
}

.v26-media-card--tall {
	min-height: 520px;
}

.v26-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.v26-product-card__image {
	aspect-ratio: 1 / 1;
	background: linear-gradient(180deg, #fff, #f4f7fb);
	padding: 16px;
}

.v26-product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.v26-product-card__body {
	padding: 20px;
}

.v26-product-tag {
	display: inline-flex;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(27, 79, 134, 0.08);
	color: var(--v26-secondary);
	font-size: 0.78rem;
	font-weight: 700;
}

.v26-product-note {
	margin-top: 18px;
	padding: 22px 24px;
	border-radius: var(--v26-radius-xl);
	border: 1px solid rgba(16, 35, 60, 0.08);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(240, 246, 252, 0.96));
	box-shadow: 0 18px 44px rgba(16, 35, 60, 0.08);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.v26-product-note strong {
	display: block;
	margin-bottom: 6px;
	font-family: "Space Grotesk", "Sarabun", sans-serif;
	font-size: 1.05rem;
	color: var(--v26-text);
}

.v26-product-note p {
	margin: 0;
	max-width: 720px;
	color: var(--v26-text-soft);
}

.v26-review-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
	gap: 18px;
	align-items: start;
}

.v26-review-copy {
	padding: 30px;
	border-radius: var(--v26-radius-xl);
	background: linear-gradient(145deg, rgba(16, 35, 60, 0.98), rgba(26, 68, 115, 0.96));
	color: #fff;
	box-shadow: 0 28px 80px rgba(16, 35, 60, 0.22);
}

.v26-review-copy .v26-eyebrow {
	background: rgba(255, 255, 255, 0.14);
	color: #dce8f7;
}

.v26-review-copy p {
	color: rgba(255, 255, 255, 0.78);
}

.v26-review-slider {
	padding: 16px;
}

.v26-review-frame {
	position: relative;
	aspect-ratio: 4 / 3;
	border-radius: var(--v26-radius-lg);
	overflow: hidden;
	background: #dfe6ef;
}

.v26-review-slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transform: scale(1.02);
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.v26-review-slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.v26-review-dots {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 16px;
}

.v26-review-dots button {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(16, 35, 60, 0.18);
	cursor: pointer;
}

.v26-review-dots button.is-active {
	background: var(--v26-primary);
}

.v26-section--cta {
	padding-bottom: 36px;
}

.v26-cta-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 28px 30px;
	margin-bottom: 18px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 252, 0.94));
}

.v26-contact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.v26-contact-box {
	padding: 22px;
}

.v26-contact-box a,
.v26-footer__meta a {
	color: var(--v26-secondary);
	font-weight: 700;
}

.v26-footer {
	padding: 0 0 28px;
}

.v26-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 24px 28px;
	border-radius: var(--v26-radius-xl);
	background: linear-gradient(145deg, rgba(16, 35, 60, 0.98), rgba(26, 68, 115, 0.96));
	color: rgba(255, 255, 255, 0.88);
}

.v26-footer__inner strong {
	display: block;
	font-family: "Space Grotesk", "Sarabun", sans-serif;
	font-size: 1rem;
	color: #fff;
}

.v26-footer__inner p {
	margin: 8px 0 0;
}

.v26-footer__meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px 18px;
}

.v26-footer__meta a {
	color: #fff;
}

.v26-line-widget {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 80;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}

.v26-line-widget__toggle {
	display: none;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border: 1px solid rgba(11, 165, 89, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 40px rgba(16, 35, 60, 0.16);
	color: var(--v26-text);
	font-weight: 700;
	cursor: pointer;
}

.v26-line-widget__toggle-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	height: 32px;
	padding: 0 10px;
	border-radius: 999px;
	background: linear-gradient(135deg, #00b85c, #0fce75);
	color: #fff;
	font-size: 0.72rem;
	letter-spacing: 0.08em;
}

.v26-line-widget__panel {
	width: min(250px, calc(100vw - 36px));
	padding: 18px;
	border-radius: 26px;
	border: 1px solid rgba(11, 165, 89, 0.12);
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(18px);
	box-shadow: 0 24px 64px rgba(16, 35, 60, 0.18);
}

.v26-line-widget__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.v26-line-widget__copy strong {
	display: block;
	margin: 0 0 8px;
	font-family: "Space Grotesk", "Sarabun", sans-serif;
	font-size: 1.08rem;
	color: var(--v26-text);
}

.v26-line-widget__profile {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}

.v26-line-widget__profile:focus-visible strong,
.v26-line-widget__profile:hover strong {
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.v26-line-widget__copy p {
	margin: 0;
	color: var(--v26-text-soft);
	font-size: 0.94rem;
}

.v26-line-widget__eyebrow {
	display: inline-flex;
	margin: 0 0 10px;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(11, 165, 89, 0.08);
	color: #02914a;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.v26-line-widget__qr {
	margin: 14px 0 16px;
	padding: 12px;
	border-radius: 22px;
	background: linear-gradient(180deg, #f4fff9, #ffffff);
	border: 1px solid rgba(11, 165, 89, 0.08);
}

.v26-line-widget__qr-link {
	display: block;
	border-radius: 16px;
	overflow: hidden;
}

.v26-line-widget__qr img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
}

.v26-line-widget__close {
	flex: 0 0 auto;
	padding: 8px 12px;
	border: 0;
	border-radius: 999px;
	background: rgba(16, 35, 60, 0.08);
	color: var(--v26-text);
	font-weight: 700;
	cursor: pointer;
}

.v26-line-widget__panel .v26-btn {
	width: 100%;
	justify-content: center;
}

.v26-line-widget.is-collapsed .v26-line-widget__panel {
	display: none;
}

.v26-line-widget.is-collapsed .v26-line-widget__toggle {
	display: inline-flex;
}

@media (max-width: 1180px) {
	.v26-hero__grid,
	.v26-review-layout,
	.v26-process,
	.v26-check-grid {
		grid-template-columns: 1fr;
	}

	.v26-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.v26-card-grid--three,
	.v26-faq-grid,
	.v26-contact-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.v26-header__inner {
		border-radius: 28px;
	}

	.v26-line-widget__toggle {
		display: none;
	}

	.v26-nav-toggle {
		display: inline-flex;
	}

	.v26-nav {
		display: none;
		width: 100%;
		padding-top: 8px;
		border-top: 1px solid var(--v26-line);
	}

	.v26-nav.is-open {
		display: grid;
	}

	.v26-nav a {
		padding: 12px 10px;
	}

	.v26-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.v26-product-note {
		flex-direction: column;
		align-items: flex-start;
	}

	.v26-cta-panel,
	.v26-footer__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.v26-footer__meta {
		justify-content: flex-start;
	}
}

@media (max-width: 680px) {
	:root {
		--v26-shell: min(1180px, calc(100vw - 20px));
	}

	.v26-line-widget {
		right: 12px;
		bottom: 12px;
		left: auto;
		align-items: flex-end;
	}

	.v26-line-widget__panel {
		width: min(210px, calc(100vw - 24px));
		padding: 14px;
	}

	.v26-line-widget__copy p {
		font-size: 0.84rem;
	}

	.v26-line-widget__qr {
		margin: 10px 0 12px;
		padding: 10px;
	}

	.v26-header {
		padding: 10px 0 14px;
	}

	.v26-header__inner,
	.v26-hero__content,
	.v26-section-head,
	.v26-service-card,
	.v26-check-card__content,
	.v26-process__content,
	.v26-review-copy,
	.v26-review-slider,
	.v26-cta-panel,
	.v26-contact-box,
	.v26-footer__inner {
		padding-left: 18px;
		padding-right: 18px;
	}

	.v26-hero h1 {
		max-width: none;
		font-size: clamp(2rem, 11vw, 3rem);
	}

	.v26-hero__actions,
	.v26-inline-actions,
	.v26-cta-panel__actions {
		flex-direction: column;
	}

	.v26-btn {
		width: 100%;
	}

	.v26-stat-grid,
	.v26-visual-stack,
	.v26-product-grid {
		grid-template-columns: 1fr;
	}

	.v26-check-card {
		grid-template-columns: 1fr;
	}

	.v26-media-card--hero {
		min-height: 280px;
	}

	.v26-media-card--tall {
		min-height: 320px;
	}
}

.v26-histats {
	width: min(100%, 1180px);
	margin: 18px auto 0;
	padding: 0 24px 28px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	flex-wrap: wrap;
	color: rgba(255, 255, 255, 0.86);
}

.v26-histats__label {
	display: inline-flex;
	align-items: center;
	padding: 0.42rem 0.9rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(12px);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

#histats_counter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
}

#histats_counter a,
#histats_counter img,
#histats_counter span,
#histats_counter div {
	max-width: 100%;
}

@media (max-width: 1024px) {
	.v26-histats {
		justify-content: flex-start;
	}
}

@media (max-width: 680px) {
	.v26-histats {
		padding-left: 18px;
		padding-right: 18px;
		justify-content: center;
	}
}
.v26-footer__meta .v26-histats {
	width: 100%;
	margin: 6px 0 0;
	padding: 0;
	justify-content: flex-end;
}

@media (max-width: 1024px) {
	.v26-footer__meta .v26-histats {
		justify-content: flex-start;
	}
}

@media (max-width: 680px) {
	.v26-footer__meta .v26-histats {
		justify-content: flex-start;
	}
}
