.gluciq-page-shell,
.gluciq-legal-shell {
	--gluciq-surface: #f7fbf8;
	--gluciq-surface-strong: #ffffff;
	--gluciq-border: rgba(16, 47, 40, 0.1);
	--gluciq-text: #102f28;
	--gluciq-text-soft: #55706a;
	--gluciq-accent: #1ab089;
	--gluciq-accent-strong: #0b8f6f;
	max-width: 1180px;
	margin: 0 auto;
	padding: 40px 20px 88px;
	color: var(--gluciq-text);
}

.gluciq-page-hero,
.gluciq-legal-shell > .gluciq-page-card:first-child {
	padding: 36px;
	border: 1px solid var(--gluciq-border);
	border-radius: 32px;
	background:
		radial-gradient(circle at top right, rgba(26, 176, 137, 0.1), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 248, 0.98));
	box-shadow: 0 18px 65px rgba(16, 47, 40, 0.07);
}

.gluciq-page-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	color: var(--gluciq-accent-strong);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.gluciq-page-shell h1,
.gluciq-legal-shell h1 {
	margin-bottom: 18px;
	color: var(--gluciq-text);
	font-size: clamp(2.25rem, 4vw, 3.8rem);
	line-height: 1.05;
}

.gluciq-page-lead,
.gluciq-legal-shell .gluciq-page-lead {
	max-width: 760px;
	margin-bottom: 0;
	color: var(--gluciq-text-soft);
	font-size: 1.1rem;
	line-height: 1.72;
}

.gluciq-page-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.gluciq-page-actions br {
	display: none;
}

.gluciq-page-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--gluciq-accent), #3ec7a5);
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 16px 34px rgba(26, 176, 137, 0.18);
	transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.gluciq-page-button:hover,
.gluciq-page-button:focus-visible {
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 18px 40px rgba(26, 176, 137, 0.24);
}

.gluciq-page-button.is-secondary {
	background: #ffffff;
	color: var(--gluciq-text);
	border: 1px solid var(--gluciq-border);
	box-shadow: none;
}

.gluciq-page-section {
	margin-top: 28px;
}

.gluciq-page-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 18px;
	margin-top: 20px;
}

.gluciq-page-grid--two-up > * {
	grid-column: span 6;
}

.gluciq-page-grid--three-up > * {
	grid-column: span 4;
}

.gluciq-page-grid--four-up > * {
	grid-column: span 3;
}

.gluciq-page-card {
	padding: 24px;
	border: 1px solid var(--gluciq-border);
	border-radius: 26px;
	background: var(--gluciq-surface-strong);
	box-shadow: 0 18px 55px rgba(16, 47, 40, 0.05);
}

.gluciq-page-card h2,
.gluciq-page-card h3 {
	margin-bottom: 12px;
	color: var(--gluciq-text);
	font-size: 1.25rem;
	line-height: 1.3;
}

.gluciq-page-card p,
.gluciq-page-card li,
.gluciq-legal-shell p,
.gluciq-legal-shell li {
	color: var(--gluciq-text-soft);
	line-height: 1.72;
}

.gluciq-page-card ul,
.gluciq-legal-shell ul {
	margin: 0;
	padding-left: 18px;
}

.gluciq-page-note {
	margin-top: 20px;
	padding: 18px 20px;
	border-left: 4px solid var(--gluciq-accent);
	border-radius: 18px;
	background: var(--gluciq-surface);
	color: var(--gluciq-text-soft);
}

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

.gluciq-price-card {
	padding: 26px;
	border: 1px solid var(--gluciq-border);
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 18px 55px rgba(16, 47, 40, 0.05);
}

.gluciq-price-card.is-featured {
	border-color: rgba(26, 176, 137, 0.34);
	background: linear-gradient(180deg, rgba(236, 252, 247, 0.96), rgba(255, 255, 255, 0.98));
}

.gluciq-price-card__eyebrow {
	display: inline-flex;
	margin-bottom: 14px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(26, 176, 137, 0.11);
	color: var(--gluciq-accent-strong);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gluciq-price-card__price {
	margin: 0 0 10px;
	color: var(--gluciq-text);
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1;
}

.gluciq-price-card__meta {
	margin-bottom: 14px;
	color: var(--gluciq-text-soft);
}

.gluciq-price-card ul {
	margin-bottom: 0;
}

.gluciq-legal-shell .gluciq-page-card {
	margin-top: 18px;
}

.gluciq-legal-meta {
	margin: 12px 0 0;
	color: #5a6f69;
	font-size: 0.92rem;
	line-height: 1.6;
}

.gluciq-footer-legal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 16px;
	margin-top: 12px;
}

.gluciq-footer-legal a {
	color: #4b625d;
	font-size: 0.88rem;
	font-weight: 600;
	text-decoration: none;
}

.gluciq-footer-legal a:hover,
.gluciq-footer-legal a:focus-visible {
	color: var(--gluciq-indigo);
	text-decoration: underline;
}

.sk-footer-7-top {
	padding: 44px 24px 28px !important;
}

.sk-footer-7-bottom {
	padding: 16px 24px !important;
}

.sk-footer-7-bottom .elementor-widget-wrap {
	gap: 8px !important;
}

.sk-main-navigation.has-header-7 .nav > li > a:focus-visible,
.sk-header-7-action-link a:focus-visible,
.gluciq-page-button:focus-visible,
.gluciq-footer-legal a:focus-visible,
a:focus-visible {
	outline: 2px solid var(--gluciq-indigo);
	outline-offset: 3px;
}

.sk-price-7-card .card-price,
.sk-price-7-card .card-price span {
	font-variant-numeric: tabular-nums;
}

.sk-hero-7-title .char,
.sk-hero-7-title-ani .char,
.tx-title .char {
	letter-spacing: 0 !important;
	word-spacing: normal !important;
}

@media (max-width: 1199px) {
	.gluciq-page-pricing {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gluciq-page-grid--four-up > * {
		grid-column: span 6;
	}
}

@media (max-width: 991px) {
	.gluciq-page-grid--two-up > *,
	.gluciq-page-grid--three-up > *,
	.gluciq-page-grid--four-up > * {
		grid-column: span 12;
	}
}

@media (max-width: 767px) {
	.gluciq-page-shell,
	.gluciq-legal-shell {
		padding: 24px 16px 68px;
	}

	.gluciq-page-hero,
	.gluciq-legal-shell > .gluciq-page-card:first-child,
	.gluciq-page-card,
	.gluciq-price-card {
		padding: 22px;
		border-radius: 24px;
	}

	.gluciq-page-pricing {
		grid-template-columns: minmax(0, 1fr);
	}
}

html {
	scroll-behavior: smooth;
}

:root {
	--gluciq-indigo: #6f63ff;
	--gluciq-violet: #8d79ff;
	--gluciq-gold: #f2c56d;
	--gluciq-mist: rgba(255, 255, 255, 0.76);
	--sk-clr-pr-1: var(--gluciq-indigo);
	--sk-clr-sd-4: #5d54e6;
	--sk-clr-sd-5: #6b61f1;
	--sk-clr-gd-1: linear-gradient(135deg, #5d54e6 0%, #8e7cff 55%, #f2c56d 100%);
	--sk-clr-gd-7: linear-gradient(90deg, #5d54e6 0%, #f2c56d 100%);
	--sk-clr-gd-8: linear-gradient(135deg, #5d54e6 0%, #8e7cff 55%, #f2c56d 100%);
}

.sk-header-7-container {
	max-width: 1380px;
	padding-inline: 16px;
}

.sk-header-7-wrap {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
}

.sk-header-7-logo {
	display: flex;
	align-items: center;
	min-height: 0;
	padding: 8px 16px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 20px;
	background: var(--gluciq-mist);
	backdrop-filter: blur(14px);
	box-shadow: 0 12px 32px rgba(16, 47, 40, 0.07);
}

.sk-header-7-logo img {
	width: auto;
	max-width: clamp(148px, 14vw, 210px);
	height: 32px;
	object-fit: contain;
}

.sk-header-7-menu {
	min-width: 0;
}

.sk-main-navigation.has-header-7 {
	padding: 10px 22px;
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.62);
	backdrop-filter: blur(16px);
	box-shadow: 0 16px 40px rgba(16, 47, 40, 0.06);
}

.sk-main-navigation.has-header-7 .menu-main-menu-container,
.sk-main-navigation.has-header-7 .nav {
	width: 100%;
}

.sk-main-navigation.has-header-7 .nav {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 1.9vw, 34px);
}

.sk-main-navigation.has-header-7 .nav > li {
	float: none;
}

.sk-main-navigation.has-header-7 .nav > li > a {
	padding: 0;
	color: #102f28;
	font-size: 1.02rem;
	font-weight: 600;
	white-space: nowrap;
}

.sk-main-navigation.has-header-7 .nav > li > a:hover,
.sk-main-navigation.has-header-7 .nav > li.current-menu-item > a {
	color: var(--gluciq-indigo);
}

.sk-header-7-action-link {
	display: flex;
	align-items: center;
	gap: 10px;
}

.sk-header-7-action-link .sk-pr-btn-14,
.sk-header-7-action-link .sk-pr-btn-13 {
	min-height: 44px;
	box-shadow: 0 12px 28px rgba(16, 47, 40, 0.08);
}

.sk-hero-7-content .btn-wrap .sk-pr-btn-13,
.sk-header-7-action-link .sk-pr-btn-13 {
	color: #fff !important;
}

.sk-hero-7-content .btn-wrap .sk-pr-btn-13::before,
.sk-header-7-action-link .sk-pr-btn-13::before {
	opacity: 1 !important;
	background: var(--sk-clr-gd-7) !important;
}

.sk-hero-7-content .btn-wrap .sk-pr-btn-13 .text::before {
	color: #fff;
}

.sk-header-7-action-link .sk-pr-btn-14 {
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.82);
}

.wa-offcanvas-social,
.wa-offcanvas-gallery,
.sk-footer-7-bottom-link,
.wa-offcanvas-social[hidden],
.sk-footer-7-bottom-link[hidden] {
	display: none !important;
}

.sk-brand-11-logo-wrap .single-logo img {
	height: auto;
	width: clamp(150px, 14vw, 212px);
	filter: drop-shadow(0 14px 24px rgba(16, 47, 40, 0.08));
}

.sk-hero-7-title-wrap .row-1 {
	display: block;
	height: auto;
}

.sk-hero-7-title-wrap .row-2 {
	display: none;
}

.sk-hero-7-rating-wrap:empty,
.sk-hero-7-rating-wrap:not(:has(.rating-text:not(:empty))) {
	display: none !important;
}

.sk-features-7-item-img img,
.sk-features-7-item-4-img img,
.item-logo img,
.sk-choose-7-item .item-img img,
.sk-overview-7-img-1 img,
.sk-overview-7-img-2 img,
.sk-overview-7-img-3 img {
	display: block;
	margin: 0 auto;
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(16, 47, 40, 0.12);
}

.sk-features-7-item-img img {
	width: min(78%, 320px);
}

.sk-features-7-item-3-img {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 460px;
}

.sk-features-7-item-3-img img {
	width: min(56%, 200px);
	border-radius: 24px;
	box-shadow: 0 22px 52px rgba(16, 47, 40, 0.14);
}

.sk-features-7-item-3-img .img-1 {
	transform: translate(-18px, 0) rotate(-10deg);
}

.sk-features-7-item-3-img .img-2 {
	transform: translateY(28px);
}

.sk-features-7-item-3-img .img-3 {
	transform: translate(18px, 6px) rotate(10deg);
}

.sk-features-7-item-4-img img,
.item-logo img {
	width: min(70%, 228px);
}

.sk-choose-7-item .item-img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sk-choose-7-item .item-img img {
	width: min(70%, 260px);
}

.sk-overview-7-bottom {
	align-items: end;
}

.sk-overview-7-img-1 img,
.sk-overview-7-img-2 img,
.sk-overview-7-img-3 img {
	width: min(82%, 292px);
}

.sk-testimonial-7-card .author-img {
	width: 96px;
	min-width: 96px;
	height: 184px;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(16, 47, 40, 0.12);
}

.sk-testimonial-7-card .author-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.sk-breadcrumb-area {
	padding: 124px 0 28px !important;
}

.sk-breadcrumb-area .sk-breadcrumb-line,
.sk-breadcrumb-area .sk-breadcrumb-dot-shape-1,
.sk-breadcrumb-area .sk-breadcrumb-dot-shape-2,
.sk-breadcrumb-area .sk-breadcrumb-shape {
	display: none !important;
}

.sk-breadcrumb-list {
	padding-bottom: 0;
}

.sk-price-7-card,
.sk-price-7-cta,
.sk-price-7-author {
	border-radius: 30px;
	box-shadow: 0 22px 58px rgba(16, 47, 40, 0.09);
}

.sk-price-7-card .price-text,
.sk-price-7-cta .title {
	font-variant-numeric: tabular-nums;
}

.sk-price-7-card .card-top {
	min-height: 336px;
}

.sk-price-7-card .title-x-tag {
	align-items: baseline;
	gap: 10px;
}

.sk-price-7-card .tag {
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(111, 99, 255, 0.1);
	color: var(--gluciq-indigo);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.sk-price-7-card .price-note {
	max-width: 24ch;
	min-height: 46px;
	color: #55706a;
}

.sk-price-7-card .price-toggle-text {
	font-weight: 600;
	color: #102f28;
}

.sk-price-7-cta {
	padding: 44px 36px;
	background-position: center;
	background-size: cover;
}

.sk-price-7-cta .sub-title {
	display: inline-flex;
	margin-bottom: 16px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.sk-price-7-cta .title {
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.04;
}

.sk-price-7-cta .disc {
	max-width: 26ch;
	font-size: 1rem;
	line-height: 1.68;
}

.sk-price-7-author .author-img img {
	object-fit: cover;
}

@media (max-width: 991px) {
	.sk-header-7-wrap {
		grid-template-columns: 1fr auto;
	}

	.sk-header-7-menu {
		display: none;
	}

	.sk-features-7-item-3-img {
		min-height: 360px;
	}

	.sk-features-7-item-3-img img {
		width: min(52%, 180px);
	}

	.sk-choose-7-item .item-img img,
	.sk-overview-7-img-1 img,
	.sk-overview-7-img-2 img,
	.sk-overview-7-img-3 img {
		width: min(74%, 250px);
	}
}

@media (max-width: 767px) {
	.sk-header-7-container {
		padding-inline: 12px;
	}

	.sk-header-7-wrap {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 10px;
	}

	.sk-header-7-logo {
		padding: 14px 16px;
		border-radius: 24px;
	}

	.sk-header-7-logo img {
		width: 150px;
	}

	.sk-header-7-action-link .sk-pr-btn-14 {
		display: none;
	}

	.sk-features-7-item-img img,
	.sk-features-7-item-4-img img,
	.item-logo img,
	.sk-choose-7-item .item-img img,
	.sk-overview-7-img-1 img,
	.sk-overview-7-img-2 img,
	.sk-overview-7-img-3 img {
		width: min(72%, 232px);
		border-radius: 22px;
	}

	.sk-features-7-item-3-img {
		min-height: 290px;
	}

	.sk-features-7-item-3-img img {
		width: min(44%, 128px);
		border-radius: 18px;
	}

	.sk-testimonial-7-card .author-img {
		width: 82px;
		min-width: 82px;
		height: 156px;
	}

	.sk-price-7-card .card-top {
		min-height: auto;
	}

	.sk-price-7-cta {
		padding: 32px 24px;
	}
}

/* GlucIQ Home-07 polish: typography, split-text safety, overflow guardrails. */
html,
body {
	overflow-x: clip;
	max-width: 100%;
}

.page-wrapper {
	overflow-x: clip;
}

body {
	font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.sk-hero-7-title,
.sk-hero-7-title-ani .sk-hero-7-title,
h1.tx-title,
h2.tx-title,
.sk-hero-7-title-wrap .tx-title {
	font-family: "Mona Sans", "Inter", system-ui, sans-serif;
	font-weight: 700;
}

[class*="wa_split"] .char,
.sk-hero-7-title .char,
.sk-hero-7-title-ani .char,
.tx-title .char {
	display: inline !important;
	width: auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	position: static !important;
	letter-spacing: inherit !important;
}

.sk-hero-7-title,
.sk-hero-7-title-ani .sk-hero-7-title,
h1.tx-title,
h2.tx-title {
	overflow: visible !important;
	height: auto !important;
	min-height: 0;
	white-space: normal;
	line-height: 1.06;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

.sk-hero-7-title,
.sk-hero-7-title-wrap > .sk-hero-7-title,
.sk-hero-7-title-wrap .row-1 > .sk-hero-7-title {
	font-size: clamp(2.25rem, 4.6vw, 4.25rem) !important;
	font-weight: 700 !important;
	color: #102f28;
}

.sk-hero-7-disc {
	max-width: 48ch;
	margin-top: 16px;
	color: #4a5f59;
	font-size: clamp(1rem, 1.1vw, 1.125rem);
	line-height: 1.65;
	text-wrap: pretty;
}

[class*="wa_split"] .word,
.tx-title .word {
	display: inline-block !important;
	white-space: normal;
}

.sk-hero-7-area,
.sk-hero-7-wrap,
.sk-hero-7-content,
.sk-hero-7-title-wrap {
	max-width: 100%;
}

.sk-hero-7-content .btn-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.sk-hero-7-title-ani {
	display: none !important;
}

.sk-partner-7-area {
	padding: 24px 0 !important;
}

.sk-partner-7-marquee {
	max-height: 36px;
	overflow: hidden;
}

.sk-partner-7-marquee .single-title,
.sk-partner-7-marquee h3.sk-h-7 {
	margin: 0 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase;
}

/* ── Blog archive + single overrides ────────────────────────────────────── */
.gluciq-launch-status,
.gluciq-store-status {
	font-size: 13px;
	font-weight: 650;
	letter-spacing: 0.01em;
}

.gluciq-header-status {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-right: 4px;
	color: #33453f;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.gluciq-header-status::before,
.gluciq-launch-status > span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f2b84b;
	box-shadow: 0 0 0 5px rgba(242, 184, 75, 0.14);
	content: "";
}

.gluciq-launch-status {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 18px 0 0;
	color: #52635e;
}

.gluciq-store-coming-soon {
	opacity: 0.72;
	filter: saturate(0.35);
	transition: opacity 220ms ease, filter 220ms ease, transform 220ms ease;
}

.gluciq-store-coming-soon:hover,
.gluciq-store-coming-soon:focus-visible {
	opacity: 1;
	filter: saturate(0.8);
	transform: translateY(-2px);
}

.gluciq-store-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 12px;
	border: 1px solid rgba(16, 47, 40, 0.11);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: #52635e;
}

.elementor-element-e22db09 .sk-features-7-item-img {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	min-height: 356px;
	padding: 24px;
	overflow: hidden;
	border-radius: 30px;
	background: url("../concepts/ai-meal-analysis.webp") center / cover no-repeat;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 28px 65px rgba(18, 26, 34, 0.16);
}

.elementor-element-e22db09 .sk-features-7-item-img::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, transparent 36%, rgba(13, 17, 28, 0.08) 66%, rgba(13, 17, 28, 0.36));
	content: "";
}

.elementor-element-e22db09 .sk-features-7-item-img img {
	position: relative;
	z-index: 1;
	width: min(39%, 164px);
	margin: 0 0 -12px;
	border: 2px solid rgba(255, 255, 255, 0.68);
	border-radius: 24px;
	box-shadow: 0 24px 58px rgba(5, 8, 20, 0.34);
	transform: rotate(2deg);
}

.gluciq-pricing-feature {
	padding-top: 18px;
	padding-bottom: 28px;
}

.gluciq-pricing-feature .sk-price-7-cta {
	min-height: 100%;
	box-shadow: 0 28px 72px rgba(93, 84, 230, 0.2);
}

.gluciq-pricing-feature .sk-price-7-cta .sub-title::before {
	margin-right: 7px;
	content: "●";
	color: #f2c56d;
}

.gluciq-price-card.is-featured {
	position: relative;
	transform: translateY(-8px);
	box-shadow: 0 24px 70px rgba(26, 176, 137, 0.14);
}

.gluciq-waitlist-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.gluciq-waitlist-form > label,
.gluciq-waitlist-form fieldset,
.gluciq-waitlist-form .wpcf7-acceptance,
.gluciq-waitlist-form .wpcf7-submit {
	grid-column: span 2;
}

.gluciq-waitlist-form > label {
	display: grid;
	gap: 8px;
	color: #102f28;
	font-weight: 650;
}

.gluciq-waitlist-form > label:nth-child(-n + 2) {
	grid-column: span 1;
}

.gluciq-waitlist-form input[type="text"],
.gluciq-waitlist-form input[type="email"] {
	width: 100%;
	min-height: 54px;
	padding: 0 16px;
	border: 1px solid rgba(16, 47, 40, 0.13);
	border-radius: 16px;
	background: #f7fbf8;
	color: #102f28;
}

.gluciq-waitlist-form input:focus-visible {
	border-color: #6f63ff;
	outline: 3px solid rgba(111, 99, 255, 0.15);
}

.gluciq-waitlist-form fieldset {
	padding: 16px 18px;
	border: 1px solid rgba(16, 47, 40, 0.1);
	border-radius: 18px;
}

.gluciq-waitlist-form legend {
	padding-inline: 6px;
	color: #102f28;
	font-weight: 650;
}

.gluciq-waitlist-form .wpcf7-list-item {
	margin: 0 22px 0 0;
}

.gluciq-waitlist-form .wpcf7-list-item label,
.gluciq-waitlist-form .wpcf7-acceptance label {
	display: inline-flex;
	align-items: flex-start;
	gap: 8px;
}

.gluciq-waitlist-form input[type="checkbox"] {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	margin-top: 3px;
	accent-color: #6f63ff;
}

.gluciq-waitlist-form .wpcf7-submit {
	width: max-content;
	min-height: 52px;
	padding: 0 24px;
	border: 0;
	border-radius: 999px;
	background: var(--sk-clr-gd-1);
	color: #fff;
	font-weight: 700;
	box-shadow: 0 16px 36px rgba(93, 84, 230, 0.2);
	cursor: pointer;
}

.sk-footer-7-newsletter-form[hidden] {
	display: none !important;
}

.gluciq-footer-launch-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 18px;
	padding: 0 18px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	color: inherit;
	font-weight: 650;
	text-decoration: none;
	transition: transform 220ms ease, background-color 220ms ease;
}

.gluciq-footer-launch-link:hover,
.gluciq-footer-launch-link:focus-visible {
	color: inherit;
	background: rgba(255, 255, 255, 0.1);
	transform: translateY(-2px);
}

@media (min-width: 1200px) {
	.sk-header-7-menu {
		padding: 0 18px;
		border: 1px solid rgba(255, 255, 255, 0.94);
		border-radius: 999px;
	}

	.sk-header-7-wrap {
		align-items: center;
	}
}

@media (max-width: 1199px) {
	.sk-header-7-wrap {
		gap: 18px;
	}

	.sk-header-7-menu,
	.gluciq-header-status {
		display: none;
	}
}

@media (max-width: 767px) {
	.sk-header-7-area {
		top: 16px;
	}

	.sk-header-7-wrap {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		gap: 12px;
	}

	.sk-header-7-logo {
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.sk-header-7-logo img {
		width: auto;
		max-width: 124px;
		height: 28px;
	}

	.sk-header-7-action-link .sk-pr-btn-13 {
		display: none;
	}

	.sk-hero-7-area {
		padding-top: 102px;
	}

	.sk-hero-7-wrap {
		gap: 20px;
	}

	.sk-hero-7-content {
		margin-bottom: 16px;
	}

	.sk-hero-7-title-wrap {
		margin-bottom: 16px;
	}

	.sk-hero-7-title,
	.sk-hero-7-title-wrap > .sk-hero-7-title,
	.sk-hero-7-title-wrap .row-1 > .sk-hero-7-title {
		font-size: clamp(2rem, 9.5vw, 2.35rem) !important;
		line-height: 1.06 !important;
		letter-spacing: -0.035em;
	}

	.sk-hero-7-title-ani .sk-hero-7-title {
		font-size: clamp(1.5rem, 6.8vw, 1.85rem) !important;
	}

	.sk-hero-7-disc {
		margin-bottom: 20px;
		max-width: 34ch;
		font-size: 15px;
		line-height: 1.6;
	}

	.sk-partner-7-area {
		padding: 16px 0 !important;
	}

	.sk-partner-7-marquee {
		max-height: 28px;
	}

	.sk-partner-7-marquee .single-title,
	.sk-partner-7-marquee h3.sk-h-7 {
		font-size: 11px !important;
	}

	.sk-hero-7-content .btn-wrap {
		flex-wrap: nowrap;
		gap: 8px;
	}

	.sk-hero-7-content .btn-wrap .sk-pr-btn-13 {
		min-width: 0;
		min-height: 48px;
		padding-inline: 14px 6px;
		font-size: 13px;
		white-space: nowrap;
	}

	.gluciq-launch-status {
		margin-top: 16px;
		font-size: 12px;
	}

	.elementor-element-e22db09 .sk-features-7-item-img {
		min-height: 290px;
		padding: 18px;
		border-radius: 24px;
	}

	.elementor-element-e22db09 .sk-features-7-item-img img {
		width: min(42%, 138px);
		border-radius: 19px;
	}

	.gluciq-price-card.is-featured {
		transform: none;
	}

	.gluciq-waitlist-form {
		grid-template-columns: minmax(0, 1fr);
	}

	.gluciq-waitlist-form > label,
	.gluciq-waitlist-form > label:nth-child(-n + 2),
	.gluciq-waitlist-form fieldset,
	.gluciq-waitlist-form .wpcf7-acceptance,
	.gluciq-waitlist-form .wpcf7-submit {
		grid-column: 1;
	}
}

/* ── Blog post styling (inherits from SaaSking single.php) ── */

.single-post .entry-content {
	max-width: 780px;
	margin: 0 auto;
}

.single-post .gluciq-page-shell {
	padding-top: 0;
}

.single-post .gluciq-page-shell h2 {
	margin-top: 42px;
	margin-bottom: 16px;
	font-size: 1.55rem;
	line-height: 1.2;
}

.single-post .gluciq-page-shell h3 {
	margin-top: 28px;
	margin-bottom: 12px;
	font-size: 1.2rem;
}

.single-post .gluciq-page-shell p,
.single-post .gluciq-page-shell li {
	color: #3a4f49;
	font-size: 1.05rem;
	line-height: 1.78;
}

.single-post .gluciq-page-shell blockquote {
	margin: 28px 0;
	padding: 18px 22px;
	border-left: 4px solid var(--gluciq-indigo, #6f63ff);
	border-radius: 0 18px 18px 0;
	background: rgba(111, 99, 255, 0.04);
	font-style: italic;
}

.single-post .gluciq-page-shell table {
	width: 100%;
	margin: 24px 0;
	border-collapse: collapse;
}

.single-post .gluciq-page-shell th,
.single-post .gluciq-page-shell td {
	padding: 12px 16px;
	border: 1px solid rgba(16, 47, 40, 0.1);
	text-align: left;
}

.single-post .gluciq-page-shell th {
	background: rgba(111, 99, 255, 0.06);
	font-weight: 650;
}

.single-post .gluciq-page-shell .gluciq-references {
	margin-top: 48px;
	padding-top: 28px;
	border-top: 1px solid rgba(16, 47, 40, 0.1);
}

.single-post .gluciq-page-shell .gluciq-references li {
	font-size: 0.92rem;
	line-height: 1.6;
	color: #55706a;
}

.single-post .gluciq-page-shell .gluciq-disclaimer {
	margin-top: 36px;
	padding: 22px;
	border-radius: 22px;
	background: rgba(242, 184, 75, 0.08);
	border: 1px solid rgba(242, 184, 75, 0.2);
}

.single-post .gluciq-page-shell .gluciq-disclaimer p {
	font-size: 0.95rem;
	color: #5a4a1a;
}

/* ── Additional mobile fixes for Elementor home sections ── */

@media (max-width: 767px) {
	.elementor-section-wrap > .elementor-section {
		overflow-x: hidden;
	}

	.sk-brand-11-logo-wrap {
		flex-wrap: wrap;
		gap: 14px;
		justify-content: center;
	}

	.sk-brand-11-logo-wrap .single-logo img {
		width: clamp(120px, 30vw, 160px);
	}

	.sk-features-7-item,
	.sk-choose-7-item {
		padding: 24px 18px;
	}

	.sk-price-7-card {
		padding: 24px 20px;
	}

	.sk-price-7-card .card-top {
		min-height: auto;
		padding-bottom: 18px;
	}

	.sk-price-7-cta {
		padding: 28px 20px;
	}

	.sk-price-7-cta .title {
		font-size: 1.65rem;
	}

	.sk-overview-7-wrap {
		gap: 20px;
	}

	.sk-overview-7-bottom {
		flex-direction: column;
		gap: 16px;
	}

	.sk-testimonial-7-card {
		padding: 20px 16px;
	}

	.sk-faq-7-acc-btn {
		padding: 16px 18px;
		font-size: 0.95rem;
	}

	.sk-footer-7-top {
		padding: 28px 16px 20px !important;
	}

	.sk-footer-7-bottom {
		padding: 12px 16px !important;
		flex-direction: column;
		gap: 12px;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.sk-hero-7-title,
	.sk-hero-7-title-wrap > .sk-hero-7-title,
	.sk-hero-7-title-wrap .row-1 > .sk-hero-7-title {
		font-size: clamp(1.7rem, 8vw, 2rem);
	}

	.sk-hero-7-title-ani .sk-hero-7-title {
		font-size: clamp(1.35rem, 6.2vw, 1.65rem) !important;
	}

	.sk-hero-7-content .btn-wrap {
		flex-direction: column;
		gap: 10px;
	}

	.sk-hero-7-content .btn-wrap .sk-pr-btn-13 {
		width: 100%;
		justify-content: center;
		padding-inline: 16px;
	}
}

/* ── Blog archive + single overrides ────────────────────────────────────── */

.gluciq-blog-shell,
.gluciq-blog-single-shell {
	padding: 64px 0 80px;
}

.gluciq-blog-header {
	margin-bottom: 24px;
}

.gluciq-blog-eyebrow {
	margin: 0 0 10px;
	color: #5a6f69;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.gluciq-blog-title {
	margin: 0;
	font-size: clamp(2rem, 4vw, 2.75rem);
	line-height: 1.1;
}

.gluciq-blog-subtitle {
	margin: 12px 0 0;
	max-width: 720px;
	color: #4b625d;
	font-size: 1.02rem;
}

.gluciq-blog-toolbar {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
	gap: 12px;
	margin-bottom: 30px;
	padding: 16px;
	border-radius: 20px;
	background: #f3f7f6;
	border: 1px solid rgba(16, 47, 40, 0.08);
}

.gluciq-blog-filter {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.gluciq-blog-filter span {
	color: #415955;
	font-size: 12px;
	font-weight: 600;
}

.gluciq-blog-filter select,
.gluciq-blog-filter input {
	height: 44px;
	padding: 0 12px;
	border-radius: 12px;
	border: 1px solid rgba(16, 47, 40, 0.14);
	background: #fff;
}

.gluciq-blog-filter--search input {
	min-width: 220px;
}

.gluciq-blog-toolbar-actions {
	display: flex;
	align-items: flex-end;
	gap: 10px;
}

.gluciq-blog-toolbar-actions .sk-pr-btn-13 {
	min-height: 44px;
}

.gluciq-blog-reset {
	color: #5a6f69;
	font-size: 0.95rem;
	text-decoration: none;
}

.gluciq-blog-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.gluciq-blog-card {
	display: flex;
	flex-direction: column;
	border-radius: 24px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(16, 47, 40, 0.08);
	box-shadow: 0 12px 34px rgba(16, 47, 40, 0.08);
}

.gluciq-blog-card-media img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.gluciq-blog-card-content {
	padding: 20px 20px 22px;
}

.gluciq-blog-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	align-items: center;
	margin-bottom: 10px;
	color: #5a6f69;
	font-size: 0.9rem;
}

.gluciq-blog-chip {
	display: inline-flex;
	align-items: center;
	height: 28px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(111, 99, 255, 0.12);
	color: #5f4dff;
	font-size: 0.78rem;
	font-weight: 600;
	text-decoration: none;
}

.gluciq-blog-card-title {
	margin: 0 0 10px;
	font-size: 1.35rem;
	line-height: 1.25;
}

.gluciq-blog-card-title a {
	color: inherit;
	text-decoration: none;
}

.gluciq-blog-card-excerpt {
	margin: 0 0 14px;
	color: #4b625d;
}

.gluciq-blog-card-link {
	color: #2b3cff;
	font-weight: 600;
	text-decoration: none;
}

.gluciq-blog-empty {
	grid-column: 1 / -1;
	padding: 30px;
	border-radius: 18px;
	background: #f3f7f6;
	text-align: center;
}

.gluciq-blog-shell .pagination {
	display: flex;
	gap: 8px;
	margin: 28px 0 0;
}

.gluciq-blog-shell .pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border-radius: 10px;
	background: #f3f7f6;
	color: #213834;
	text-decoration: none;
}

.gluciq-blog-shell .pagination .page-numbers.current {
	background: #6f63ff;
	color: #fff;
}

.gluciq-blog-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
	color: #5a6f69;
	font-size: 0.9rem;
}

.gluciq-blog-breadcrumb a {
	color: #5a6f69;
	text-decoration: none;
}

.gluciq-blog-single-card {
	padding: 26px;
	border-radius: 22px;
	background: #fff;
	border: 1px solid rgba(16, 47, 40, 0.08);
	box-shadow: 0 12px 34px rgba(16, 47, 40, 0.08);
}

.gluciq-blog-single-title {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.1;
}

.gluciq-blog-single-media {
	margin-top: 18px;
}

.gluciq-blog-single-media img {
	width: 100%;
	border-radius: 18px;
}

.gluciq-blog-single-content {
	margin-top: 24px;
}

.gluciq-blog-post-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 20px;
}

.gluciq-blog-post-nav-item a {
	display: block;
	padding: 14px 16px;
	border-radius: 12px;
	background: #f3f7f6;
	text-decoration: none;
}

.gluciq-blog-post-nav-item--next {
	text-align: right;
}

@media (max-width: 991px) {
	.gluciq-blog-toolbar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gluciq-blog-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 767px) {
	.gluciq-blog-shell,
	.gluciq-blog-single-shell {
		padding: 40px 0 56px;
	}

	.gluciq-blog-toolbar {
		grid-template-columns: minmax(0, 1fr);
	}

	.gluciq-blog-filter--search input {
		min-width: 0;
	}

	.gluciq-blog-post-nav {
		grid-template-columns: minmax(0, 1fr);
	}

	.gluciq-blog-post-nav-item--next {
		text-align: left;
	}

	.gluciq-blog-single-card {
		padding: 20px;
	}
}
