/* ============================================================
   Akusoli landing — refactored stylesheet
   Grid-first layout, custom properties, no utility framework
   Desktop-first: base styles target desktop, max-width queries shrink to mobile
   ============================================================ */

:root {
	--color-bg: #ffffff;
	--color-bg-muted: #fbfbfb;
	--color-bg-card: #f1f1f1;
	--color-bg-faq: #e7e7e7;
	--color-bg-light: #e5e5e5;
	--color-text: #111111;
	--color-text-muted: #5b5b5b;
	--color-border: #909090;
	--color-accent: #903dfa;
	--color-accent-soft: #9445f9;
	--color-cta: #ffd83b;
	--color-cta-text: #111111;
	--color-success: #1ac70e;
	--color-promo-circle: #2f84d2;
	--color-stars: #00b67a; 
	--color-footer-bg: #2a2a2a;
	--color-footer-text: #ffffff;

	--container-max: 1280px;
	--container-px: 16px;
	--container-px-md: 32px;
	--container-px-lg: 70px;

	--radius-sm: 6px;
	--radius-md: 12px;
	--radius-lg: 16px;
	--radius-xl: 32px;
	--radius-pill: 999px;

	--font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto,
	"Helvetica Neue", Arial, sans-serif;

	--fs-xs: 0.75rem;
	--fs-sm: 0.875rem;
	--fs-base: 1rem;
	--fs-lg: 1.125rem;
	--fs-h5: 1.25rem;
	--fs-h4: 1.5rem;
	--fs-h3: 1.875rem;
	--fs-h2: 2.25rem;
	--fs-h1: 3rem;
}

@media (max-width: 767px) {
	:root {
		--fs-h1: 2rem;
		--fs-h2: 1.625rem;
		--fs-h3: 1.375rem;
		--fs-h4: 1.125rem;
	}
}

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

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

body {
	margin: 0;
	font-family: var(--font-family);
	font-size: var(--fs-base);
	color: var(--color-text);
	background: var(--color-bg);
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

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

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

button {
	font-family: inherit;
	cursor: pointer;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 0.5em;
	line-height: 1.15;
	font-weight: 700;
	text-wrap: balance;
}

h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p {
	margin: 0 0 1em;
	text-wrap: pretty;
}

/* -------- layout primitives -------- */
.container {
	max-width: var(--container-max);
	margin-inline: auto;
	padding-inline: var(--container-px-lg);
	width: 100%;
}

@media (max-width: 1023px) {
	.container { padding-inline: var(--container-px-md); }
}
@media (max-width: 767px) {
	.container { padding-inline: 40px; }
}

@media (max-width: 599px) {
	.container { padding-inline: 20px; }
}

.container__lg {
	margin-inline: auto;
	padding-inline: var(--container-px);
	width: 1400px;
	background: #e5e5e5;
	border-radius: 24px;
}

.page {
	max-width: 2000px;
	margin-inline: auto;
}

.section {
	padding-block: 80px;
}
@media (max-width: 767px) {
	.section { padding-block: 40px; }
}

.section--muted { background: var(--color-bg-muted); }
.section--white { background: var(--color-bg); }

.centered__text {
	text-align: center;
}

/* -------- buttons -------- */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	padding: 12px 36px;
	border-radius: var(--radius-pill);
	border: none;
	background: var(--color-cta);
	color: var(--color-cta-text);
	font-size: var(--fs-base);
	line-height: 1.1;
	transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	text-align: center;
}

.btn:hover {
	transform: scale(1.03);
	filter: brightness(1.04);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.btn--accent {
	background: var(--color-accent);
	color: #fff;
	border-radius: var(--radius-sm);
	padding: 10px 22px;
}

.btn--block { width: 100%; }

/* -------- nav -------- */
.nav {
	position: sticky;
	top: 0;
	z-index: 30;
	background: var(--color-bg);
	border-bottom: 1px solid #eee;
}

.nav__inner {
	display: grid;
	grid-template-columns: auto auto 1fr auto;
	align-items: center;
	gap: 24px;
	padding-block: 16px;
}

@media (max-width: 1199px) {
	.nav__inner {
		grid-template-columns: 1fr auto auto;
	}
}

.nav__logo img {
	width: 126px;
	max-height: 48px;
}

.nav__deliver {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: var(--fs-xs);
	line-height: 1.2;
}

@media (max-width: 1199px) {
	.nav__deliver { display: none; }
}

.nav__deliver .flag { width: 32px; height: auto; }

.nav__links {
	display: inline-flex;
	gap: 24px;
	align-items: center;
	justify-content: flex-end;
}

@media (max-width: 1199px) {
	.nav__links { display: none; }
}

.nav__links a {
	font-size: var(--fs-base);
	font-weight: 500;
}

@media (max-width: 1279px) {
	.nav__links a {
		font-size: var(--fs-sm);
	}
}

.nav__links a:hover { text-decoration: none; }

.nav__cta-mobile { display: none; }
.nav__cta-desktop { display: inline-flex; }

@media (max-width: 1199px) {
	.nav__cta-mobile { display: inline-flex; }
	.nav__cta-desktop { display: none; }
}

@media (max-width: 599px) {
    .nav__cta-mobile { font-size: 0.75rem; padding-inline:12px; }
}

.nav__toggle {
	display: none;
	background: none;
	border: 0;
	padding: 8px;
}

@media (max-width: 1199px) {
	.nav__toggle { display: inline-flex; }
}

.nav__toggle svg { width: 24px; height: 20px; }

.nav__mobile {
	display: none;
	border-top: 1px solid #eee;
	padding: 24px var(--container-px);
}

.nav__mobile.is-open { display: grid; gap: 16px; font-weight: 700; }

.deliver-bar {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding-block: 8px;
	font-size: var(--fs-xs);
	background: var(--color-bg-muted);
}

@media (max-width: 1199px) {
	.deliver-bar { display: flex; }
}

/* -------- hero -------- */
.hero {
	padding-block: 80px;
	background: var(--color-bg-muted);
	background-image: url("images/header-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

@media (max-width: 767px) {
	.hero { padding-block: 32px; }
}

.hero__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
}

@media (max-width: 767px) {
	.hero__grid { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 768px) {
	.hero__content {
		display: grid;
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.hero__content > :nth-child(3) { order: 2; }
	.hero__content > :nth-child(4) { order: 3; }
	.hero__content > :nth-child(5) { order: 1; }
	.hero__content > :nth-child(1) { order: 0; }
	.hero__content > :nth-child(2) { order: 0; }
	.hero__cta {
		display: table;
		margin: auto;
	}
}

.hero__title {
	font-size: var(--fs-h1);
	margin-bottom: 24px;
}

.hero__image__mobile {
	display: none;
}

@media (max-width: 767px) {
	.hero__image__mobile {
		display: table;
		margin: auto;
		max-width: 500px;
        width: 100%;
	}
}

.hero__desc {
	font-size: var(--fs-base);
	line-height: 1.5rem;
	margin-bottom: 24px;
}

.feature-list {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
	display: grid;
	gap: 8px;
}

.feature-list li {
	display: grid;
	grid-template-columns: 24px 1fr;
	gap: 8px;
	align-items: center;
	font-weight: 700;
	font-size: var(--fs-lg);
}

.feature-list svg {
	color: var(--color-success);
	width: 22px;
	height: 22px;
}

.hero__media {
	position: relative;
	display: flex;
	justify-content: center;
}

@media (max-width: 767px) {
	.hero__media { display: none; }
}

.promo-badge {
	position: absolute;
	top: 18%;
	right: 4%;
	width: 140px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--color-promo-circle);
	display: grid;
	place-items: center;
	color: #fff;
	font-weight: 700;
	font-size: 2.25rem;
	transform: rotate(2deg);
	z-index: 2;
}

@media (max-width: 1023px) {
	.promo-badge { width: 110px; font-size: 1.75rem; }
}

.hero__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-block: 16px 24px;
}

/* -------- symptoms -------- */
.symptoms {
	text-align: center;
	background: var(--color-bg-muted);
	padding-block: 80px;
}

@media (max-width: 767px) {
	.symptoms { padding-block: 48px; }
}

.symptoms img {
	width: 100%;
	border-radius: var(--radius-md);
}

.symptoms__copy {
	text-align: center;
	margin: 32px auto;
	max-width: 100%;
}

@media (max-width: 767px) {
	.symptoms__copy { text-align: start; }
}

.symptoms__img {
	margin: 64px auto;
}

/* -------- root cause cards -------- */
.cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin-top: 32px;
}

@media (max-width: 767px) {
	.cards { grid-template-columns: 1fr; }
}

.card {
	background: var(--color-bg-card);
	border-radius: var(--radius-md);
	overflow: hidden;
	text-align: start;
	display: grid;
	grid-template-rows: auto 1fr;
}

.card img { width: 100%; height: auto; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.card__body {
	padding: 16px 20px 24px;
}

.card__title {
	font-size: var(--fs-h3);
	margin: 16px 0 12px;
}

@media (max-width: 767px) {
	.card__title { font-size: var(--fs-h4); }
}

/* -------- advanced (insole + features ring) -------- */
.advanced {
	text-align: center;
	padding-block: 40px;
}

.advanced__title {
	font-size: var(--fs-h3);
	margin-bottom: 32px;
}

.advanced__diagram {
	display: grid;
	grid-template-columns: 220px 1fr 220px;
	gap: 32px;
	align-items: center;
	max-width: 1100px;
	margin-inline: auto;
}

@media (max-width: 767px) {
	.advanced__diagram {
		grid-template-columns: 1fr;
	}
}

.advanced__features {
	display: grid;
	align-content: center;
	gap: 32px;
	text-align: center;
}

.advanced__features--right { text-align: center; }

.advanced__feature h4 {
	font-size: var(--fs-base);
	font-weight: 700;
	margin-bottom: 4px;
}

.advanced__feature p {
	font-size: var(--fs-base);
	margin: 0;
	color: var(--color-text-muted);
}

.advanced__image {
	width: 70%;
	margin-inline: auto;
}

/* -------- sticky middle banner -------- */
.sticky-banner {
	position: sticky;
	top: 0;
	z-index: 999;
	background: var(--color-accent);
	color: #fff;
	padding-block: 12px;
}

.sticky-banner__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: center;
	text-align: start;
}

@media (max-width: 767px) {
	.sticky-banner__inner {
		grid-template-columns: 1fr;
		text-align: center;
	}
}

.sticky-banner__logo img {
	width: 200px;
	height: auto;
}

@media (max-width: 768px) {
	.sticky-banner__logo img {
		display: table;
		margin: auto;
	}
}

.sticky-banner__stars {
	display: flex;
	justify-content: center;
}

@media (max-width: 767px) {
	.sticky-banner__stars { display: none; }
}

.btn-banner {
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.btn-banner {
		display: table;
		margin: auto;
	}
}

.sticky-banner__stars svg { max-width: 150px; height: auto; }

.below-sticky-banner {
	background-image: url("images/middle-akusoli.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 80px;
	padding-bottom: 80px;
}

.below-sticky-banner img {
	display: table;
	margin: auto;
	width: 540px;
}


/* -------- background-cover image stage -------- */
.section-way h2 {
	text-align: center;
}

.way-stage {
	background-image: url("images/foot-pain-v3.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	min-height: 640px;
	display: grid;
	grid-template-rows: auto 1fr auto;
	gap: 24px;
	padding: 32px 0;
}

@media (max-width: 767px) {
	.way-stage {
		min-height: 520px;
		padding: 24px 0;
	}
}

/* top row: two columns */
.way-top {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	text-align: center;
}

@media (max-width: 767px) {
	.way-top { gap: 16px; }
}

/* bottom row: single column */
.way-bottom {
	display: grid;
	grid-template-columns: 1fr;
	text-align: center;
}

.way-card h3 { margin-bottom: 8px; }

.way-card p {
	color: var(--color-text);
	font-size: var(--fs-lg);
	max-width: 32ch;
	margin-inline: auto;
}

/* spacer pushes Comfort below the image */
.way-spacer { min-height: 40px; }

/* -------- middle banner image strip -------- */
.middle-banner {
	background-image: url(images/limited-promo-product-v3.png);
	background-size: cover;
	background-position: center;
	background-color: #d9e8f1;
	min-height: 240px;
	padding-block: 60px;
	display: grid;
	place-items: center;
	text-align: center;
	color: #fff;
}

.middle-banner h2 {
	font-size: var(--fs-h2);
	margin-bottom: 16px;
	color: #1f2330;
}

/* -------- akusoli way / japanese wisdom / 2-col split -------- */
.split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}

@media (max-width: 767px) {
	.split { grid-template-columns: 1fr; gap: 32px; text-align: center; }
}

.split--reverse > :first-child { order: 0; }
.split--reverse > :last-child { order: 0; }

@media (max-width: 767px) {
	.split--reverse > :first-child { order: 2; }
	.split--reverse > :last-child { order: 1; }
}

.split img { width: 100%; max-width: 560px; margin-inline: auto; border-radius: 12px; }

.split h2 {
	font-size: var(--fs-h2);
	margin-bottom: 16px;
}

.split .badges {
	display: grid;
	grid-template-columns: 67px 67px 67px;
	gap: 24px;
}

@media (max-width: 767px) {
    .split .badges { width: fit-content; margin: auto; }
}

.split .badges img {
	width: 100%;
}

.split__wellness {
	margin-top: 40px;
}

/* ============================================================
   MAGNETIC TECHNOLOGY FOR EVERYDAY WELLNESS
   ============================================================ */
.section-magnetic {
	padding-block: 80px;
}
@media (max-width: 767px) {
	.section-magnetic { padding-block: 40px; }
}

.magnetic-card {
	background: var(--color-bg-card, #e5e5e5);
	border-radius: 32px;
	padding: 48px 56px;
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	align-items: center;
	min-height: 460px;
}

@media (max-width: 767px) {
	.magnetic-card {
		grid-template-columns: 1fr;
		padding: 32px 24px;
		border-radius: 16px;
		min-height: auto;
	}
}

.magnetic-card__content {
	position: relative;
	z-index: 2;
	text-align: left;
}

@media (max-width: 767px) {
	.magnetic-card__content { text-align: center; }
}

.magnetic-card__title {
	font-size: clamp(1.75rem, 2.6vw + 1rem, 3rem);
	line-height: 1.1;
	font-weight: 800;
	margin: 0 0 20px;
	color: #111;
}

.magnetic-card__desc {
	font-size: 1rem;
	line-height: 1.55;
	color: #111;
	margin: 0 0 28px;
	max-width: 46ch;
	margin-inline: 0;
}

@media (max-width: 767px) {
	.magnetic-card__desc { margin-inline: auto; }
}

.magnetic-card__cta {
	border-radius: 999px;
	padding: 14px 32px;
	font-weight: 700;
}

.magnetic-card__media {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 380px;
}

@media (max-width: 767px) {
	.magnetic-card__media { min-height: 280px; }
}

.magnetic-card__bubbles {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	opacity: 0.95;
	pointer-events: none;
	border-radius: 0;
	max-width: none;
}

.magnetic-card__product {
	position: relative;
	z-index: 1;
	width: auto;
	max-width: 340px;
	height: auto;
	filter: drop-shadow(0 24px 40px rgba(0,0,0,0.18));
	border-radius: 0;
}

@media (max-width: 767px) {
	.magnetic-card__product { max-width: 280px; }
}

/* -------- antimicrobial 3-col -------- */
.anti {
	background: var(--color-bg);
	padding-block: 64px;
	text-align: center;
}

.anti__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 32px;
}

@media (max-width: 767px) {
	.anti__cards { grid-template-columns: 1fr; }
}

.anti__card {
	display: grid;
	gap: 12px;
	text-align: center;
}

.anti__card img { width: 80%; margin-inline: auto; }

.anti__card h4 {
	font-size: var(--fs-h4);
	margin: 0;
}

/* -------- customize -------- */
.customize {
	background: var(--color-bg-light);
	border-radius: 24px;
	height: 500px;
	width: 1400px;
	padding: 64px 48px;
	position: relative;
	margin: auto;
}

@media (max-width: 1399px) {
	.customize {
		width: 100%;
		border-radius: 0;
	}
}

@media (max-width: 767px) {
	.customize { padding: 40px 24px; height: auto; }
}

.customize__split {
	display: grid;
	grid-template-columns: 50% 50%;
	gap:24px;
}

@media (max-width: 767px) {
    .customize__split { grid-template-columns: 1fr; text-align: center; }
}

.magnet__split {
	grid-template-columns: 40% 60%;
}

@media (max-width: 767px) {
    .magnet__split { grid-template-columns: 1fr; text-align: center; }
}

.magnet__mobile {
    display: none;
}

@media (max-width: 767px) {
    .magnet__mobile { display: table; margin: auto; width: 50%; }
}

.customize__split .image {
	width: 500px;
	display: table;
	margin: auto;
	margin-top: -160px;
}

@media (max-width: 767px) {
    .customize__split .image { width: 50%; margin-top: -0px; }
}

.magnet {
	margin-top: -110px !important;
}

.bubble_right {
	position: absolute;
	top: 6%;
	right: 0px;
	width: 140px;
}

.magnet_bg {
	position: absolute;
	top: 0;
	right: 0px;
	height: 500px;
}

.magnet_image {
	position: absolute;
	top: -50px;
	right: 180px;
	height: 600px;
}

@media (max-width: 767px) {
    .magnet_image { display: none; }
    .magnet_bg { display: none; }
    .bubble_right { display: none; }
}

.customize__bubbles {
	display: block;
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.customize__bubbles img {
	position: absolute;
	width: 80px;
}

.customize__bubbles img:nth-child(1) { top: 6%; left: 6%; width: 100px; }
.customize__bubbles img:nth-child(2) { top: 22%; right: 8%; width: 64px; }
.customize__bubbles img:nth-child(3) { bottom: 9%; right: 10%; width: 48px; }
.customize__bubbles img:nth-child(4) { top: 44%; right: 0%; width: 120px; }

@media (max-width: 767px) {
	.customize__bubbles { display: none; }
}

/* -------- shoes grid (insoles for all your shoes) -------- */
.shoes-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.shoes-grid img {
	width: 100%;
	max-width: 300px;
	margin-inline: auto;
	border-radius: var(--radius-md);
}

/* -------- reviews (masonry via columns) -------- */
.reviews {
	background: var(--color-bg-muted);
	padding-block: 40px;
}

.reviews__title {
	text-align: center;
	font-size: var(--fs-h1);
	margin-bottom: 32px;
}

.reviews__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: start;
}

@media (max-width: 1023px) {
	.reviews__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 599px) {
	.reviews__grid { grid-template-columns: 1fr; }
}

.review {
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04),
	0 4px 12px rgba(16, 24, 40, 0.06);
	border-radius: var(--radius-md);
	padding: 16px;
	background: #fff;
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.review__head {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	font-weight: 700;
}

.review__verified {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--color-stars);
	font-size: var(--fs-sm);
}

.review__verified svg { width: 18px; height: 18px; }

.review__stars {
	height: 20px;
	object-fit: contain;
	object-position: left;
}

.flag__date {
	display: grid;
	grid-template-columns: auto 1fr;
	gap:16px;
	font-weight: 700;
	font-size: 0.8rem;
}

.flag__date .flag {
	height: 24px;
}

.review_name {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 700;
}

.verified {
	font-size: .875rem;
	line-height: 1rem;
	color: #1AC70E;
	font-weight: 700;
}

.verified svg {
	height: 24px;
}

.reviews__details {
	width: 100%;
	padding: 32px;
	background: #f4f9f3;
	display: grid;
	grid-template-columns: 24px 1fr;
	gap:16px;
	font-size: .75rem;
	line-height: 1rem;
	border-radius: 12px;
	margin-top: 24px;
}

.reviews__details svg {
	height: 24px;
	color: #1AC70E;
}

.review__image {
	width: 75%;
	border-radius: var(--radius-sm);
	margin-top: 8px;
}

.reviews__more {
	display: none;
	margin-top: 24px;
}

@media (max-width: 599px) {
	.reviews__more { display: grid; }
}

/* -------- FAQ -------- */
.faq {
	background: var(--color-bg-muted);
	padding-block: 64px;
}

.faq__title {
	text-align: center;
	font-size: var(--fs-h1);
	margin-bottom: 40px;
}

.faq__list {
	display: grid;
	gap: 8px;
	max-width: 100%;
	margin-inline: auto;
}

.faq__item {
	background: var(--color-bg-faq);
	border-radius: var(--radius-md);
	overflow: hidden;
}

.faq__btn {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 16px;
	padding: 20px 24px;
	background: none;
	border: 0;
	text-align: start;
	font: inherit;
	color: inherit;
}

.faq__btn h3 {
	font-size: var(--fs-h5);
	margin: 0;
}

.faq__icon {
	width: 28px;
	height: 28px;
	color: var(--color-accent-soft);
	flex-shrink: 0;
}

.faq__icon--minus { display: none; }
.faq__item.is-open .faq__icon--plus { display: none; }
.faq__item.is-open .faq__icon--minus { display: block; }

.faq__panel {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.25s ease;
}
.faq__item.is-open .faq__panel { grid-template-rows: 1fr; }

.faq__panel-inner {
	overflow: hidden;
}

.faq__panel-content {
	border-top: 1px solid #f1f1f1;
	padding: 16px 24px 24px;
}

.size-table {
	width: 100%;
	max-width: 900px;
	margin: 16px auto 0;
	border: 1px solid var(--color-text-muted);
	border-collapse: separate;
	border-spacing: 0;
}

.size-table td {
	padding: 8px 10px;
	border: 1px solid var(--color-text-muted);
	text-align: center;
	vertical-align: top;
	font-size: var(--fs-sm);
}

.size-table tr:first-child td {
	font-weight: 700;
	font-size: var(--fs-base);
}

/* -------- disclaimer + final promo -------- */
.disclaimer {
	padding-block: 24px;
	font-size: var(--fs-sm);
	color: var(--color-text-muted);
}

.disclaimer .right { text-align: end; margin-bottom: 0; }


.footer__hero {
	padding-block: 80px;
	background: var(--color-bg-muted);
	background-image: url("images/limited-promo.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

@media (max-width: 767px) {
	.footer__hero { padding-block: 32px; }
}

.footer__hero__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:24px;
	align-items: center;
}

.footer__hero__grid img {
	margin: auto;
}

.btn__wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 28px;
	text-align: center;
}

.btn__wrap strong {
	font-size: 2rem;
	font-weight: 700;
}

@media (max-width: 767px) {
    .btn__wrap strong { font-size: 1rem; }
}

.final-promo {
	background: var(--color-bg-muted);
	padding-block: 48px;
	overflow: hidden;
}

.final-promo__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	align-items: center;
	text-align: start;
}

@media (max-width: 767px) {
	.final-promo__grid {
		grid-template-columns: 1fr;
		text-align: center;
	}
}

.final-promo__image {
	position: relative;
	display: grid;
	place-items: center;
}

.final-promo__image img { width: 100%; max-width: 480px; }

.final-promo__image .promo-badge {
	top: 5%;
	right: 5%;
}

/* -------- footer -------- */
.footer {
	background: var(--color-footer-bg);
	color: var(--color-footer-text);
	padding-block: 48px;
}

.footer__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 32px;
}

@media (max-width: 767px) {
	.footer__grid {
		grid-template-columns: 1fr;
	}
}

.footer__logo svg {
	max-width: 192px;
	height: auto;
}

.footer__cols {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

@media (max-width: 599px) {
	.footer__cols { grid-template-columns: 1fr; }
}

.footer__col h4 {
	font-size: var(--fs-base);
	text-transform: uppercase;
	margin: 0 0 16px;
	letter-spacing: 0.04em;
}

.footer__col a,
.footer__col span {
	display: block;
	margin-block: 4px;
	color: rgba(255, 255, 255, 0.55);
	font-size: var(--fs-sm);
	line-height: 1.5;
}

.footer__col a:hover { color: rgba(255, 255, 255, 0.9); }

.footer__contact-row {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 8px;
	align-items: center;
	color: rgba(255, 255, 255, 0.55);
	font-size: var(--fs-sm);
	margin-bottom: 4px;
}

.footer__contact-row svg { width: 18px; height: 18px; }

/* -------- bottom bar (payments) -------- */
.bottom-bar {
	background: #fff;
	color: var(--color-text);
	padding-block: 12px;
	font-size: var(--fs-sm);
}

.bottom-bar__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
	align-items: center;
	text-align: start;
}

@media (max-width: 767px) {
	.bottom-bar__inner {
		grid-template-columns: 1fr;
		text-align: center;
	}
}

.payments {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	align-items: center;
}

.payments img { width: 60px; height: auto; }
