:root {
	--azw-blue: #0a4dff;
	--azw-blue-dark: #063bc6;
	--azw-blue-soft: #eef4ff;
	--azw-yellow: #ffd43b;
	--azw-yellow-dark: #f5b800;
	--azw-white: #ffffff;
	--azw-text: #0b1220;
	--azw-muted: #5f6b7a;
	--azw-border: #e8edf5;
	--azw-surface: #f8fbff;
	--azw-radius: 22px;
	--azw-radius-sm: 14px;
	--azw-shadow: 0 22px 70px rgba(10, 77, 255, 0.14);
	--azw-shadow-soft: 0 14px 42px rgba(11, 18, 32, 0.08);
	--azw-container: 1180px;
}

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

html {
	scroll-behavior: smooth;
}

body.azw-theme {
	margin: 0;
	background: var(--azw-white);
	color: var(--azw-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.azw-theme a {
	color: var(--azw-blue);
	text-decoration: none;
}

body.azw-theme a:hover,
body.azw-theme a:focus {
	color: var(--azw-blue-dark);
}

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

button,
input,
textarea,
select {
	font: inherit;
}

.screen-reader-text,
.skip-link {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.skip-link:focus {
	clip: auto !important;
	clip-path: none;
	display: block;
	height: auto;
	left: 16px;
	top: 16px;
	width: auto;
	z-index: 100000;
	background: var(--azw-blue);
	color: var(--azw-white);
	padding: 10px 14px;
	border-radius: 12px;
}

.azw-container {
	width: min(calc(100% - 32px), var(--azw-container));
	margin-inline: auto;
}

.azw-content-wrap {
	padding-block: 72px;
}

.azw-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(232, 237, 245, 0.85);
}

.azw-header__inner {
	display: flex;
	align-items: center;
	gap: 22px;
	min-height: 82px;
}

.azw-brand {
	display: flex;
	align-items: center;
	min-width: 0;
}

.azw-brand img {
	max-height: 52px;
	width: auto;
}

.azw-brand__text,
.azw-footer__brand {
	font-size: 1.2rem;
	font-weight: 850;
	letter-spacing: -0.03em;
	color: var(--azw-text);
}

.azw-nav {
	margin-left: auto;
}

.azw-menu,
.azw-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.azw-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 8px 14px;
	border-radius: 999px;
	color: var(--azw-text);
	font-weight: 700;
	font-size: 0.95rem;
}

.azw-menu a:hover,
.azw-menu .current-menu-item > a {
	background: var(--azw-blue-soft);
	color: var(--azw-blue);
}

.azw-header__actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.azw-cart-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 800;
	color: var(--azw-text);
}

.azw-cart-link span {
	display: inline-grid;
	place-items: center;
	min-width: 24px;
	height: 24px;
	border-radius: 999px;
	background: var(--azw-yellow);
	color: var(--azw-text);
	font-size: 0.8rem;
}

.azw-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 14px;
	background: var(--azw-blue-soft);
	padding: 10px;
	cursor: pointer;
}

.azw-menu-toggle span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	background: var(--azw-blue);
	margin: 5px 0;
	border-radius: 999px;
}

.azw-btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 14px 22px;
	border: 0;
	border-radius: 999px;
	font-weight: 850;
	letter-spacing: -0.01em;
	line-height: 1;
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
	text-decoration: none;
}

.azw-btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
	transform: translateY(-2px);
}

.azw-btn--primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	background: linear-gradient(135deg, var(--azw-blue), var(--azw-blue-dark));
	color: var(--azw-white) !important;
	box-shadow: 0 16px 34px rgba(10, 77, 255, 0.28);
}

.azw-btn--primary:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	box-shadow: 0 20px 44px rgba(10, 77, 255, 0.34);
}

.azw-btn--ghost {
	background: var(--azw-white);
	color: var(--azw-text) !important;
	box-shadow: inset 0 0 0 1px var(--azw-border), var(--azw-shadow-soft);
}

.azw-btn--dark {
	background: var(--azw-text);
	color: var(--azw-white) !important;
}

.azw-btn--sm {
	min-height: 42px;
	padding: 10px 16px;
	font-size: 0.92rem;
}

.azw-hero {
	position: relative;
	overflow: hidden;
	padding: 92px 0 78px;
	background:
		radial-gradient(circle at 86% 18%, rgba(255, 212, 59, 0.36), transparent 24%),
		radial-gradient(circle at 10% 10%, rgba(10, 77, 255, 0.12), transparent 26%),
		linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.azw-hero::after {
	content: "";
	position: absolute;
	inset: auto -10% -36% -10%;
	height: 280px;
	background: var(--azw-blue-soft);
	transform: rotate(-3deg);
	z-index: 0;
}

.azw-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	gap: 54px;
	align-items: center;
}

.azw-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(10, 77, 255, 0.08);
	color: var(--azw-blue);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.azw-eyebrow::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--azw-yellow);
	box-shadow: 0 0 0 5px rgba(255, 212, 59, 0.22);
}

.azw-hero h1,
.azw-section__header h2,
.azw-offer h2,
.azw-cta-band h2,
.azw-page-header h1 {
	margin: 0;
	color: var(--azw-text);
	font-weight: 900;
	letter-spacing: -0.06em;
	line-height: 0.98;
}

.azw-hero h1 {
	font-size: clamp(2.7rem, 6vw, 5.8rem);
	max-width: 820px;
}

.azw-hero p {
	max-width: 640px;
	margin: 24px 0 0;
	font-size: clamp(1.05rem, 1.6vw, 1.26rem);
	color: var(--azw-muted);
}

.azw-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.azw-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.azw-trust-row span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 999px;
	background: var(--azw-white);
	box-shadow: var(--azw-shadow-soft);
	font-weight: 800;
	font-size: 0.9rem;
}

.azw-trust-row span::before {
	content: "✓";
	color: var(--azw-blue);
	font-weight: 900;
}

.azw-hero__visual {
	position: relative;
	min-height: 440px;
}

.azw-hero__visual::before {
	content: "";
	position: absolute;
	inset: 46px 18px 14px 52px;
	border-radius: 42px;
	background: linear-gradient(135deg, var(--azw-blue), #4a7dff);
	box-shadow: var(--azw-shadow);
	transform: rotate(-5deg);
}

.azw-visual-card {
	position: absolute;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.8);
	box-shadow: 0 24px 64px rgba(11, 18, 32, 0.18);
	border-radius: 30px;
	padding: 28px;
}

.azw-visual-card--main {
	inset: 80px 44px 78px 16px;
}

.azw-visual-card__bar {
	width: 74px;
	height: 74px;
	border-radius: 22px;
	background: var(--azw-yellow);
	margin-bottom: 28px;
}

.azw-visual-card__line {
	height: 14px;
	border-radius: 999px;
	background: #dce7ff;
	margin-bottom: 16px;
}

.azw-visual-card__line.w-80 {
	width: 80%;
}

.azw-visual-card__line.w-60 {
	width: 60%;
}

.azw-visual-card__button {
	width: 154px;
	height: 52px;
	border-radius: 999px;
	background: var(--azw-blue);
	margin-top: 28px;
}

.azw-floating-badge {
	position: absolute;
	right: 2px;
	bottom: 70px;
	padding: 18px 22px;
	border-radius: 20px;
	background: var(--azw-yellow);
	color: var(--azw-text);
	font-weight: 900;
	box-shadow: 0 16px 44px rgba(245, 184, 0, 0.28);
}

.azw-section {
	padding: 90px 0;
}

.azw-section--soft {
	background: linear-gradient(180deg, var(--azw-surface), #ffffff);
}

.azw-section__header {
	max-width: 760px;
	margin-bottom: 36px;
}

.azw-section__header h2,
.azw-offer h2,
.azw-cta-band h2 {
	font-size: clamp(2rem, 4vw, 4.1rem);
}

.azw-section__header p,
.azw-offer p {
	color: var(--azw-muted);
	font-size: 1.08rem;
}

.azw-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.azw-feature-card,
.azw-card,
.azw-price-card,
.azw-offer,
.azw-cta-band,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	border: 1px solid var(--azw-border);
	background: var(--azw-white);
	border-radius: var(--azw-radius);
	box-shadow: var(--azw-shadow-soft);
}

.azw-feature-card {
	padding: 30px;
}

.azw-feature-card h3 {
	margin: 22px 0 10px;
	font-size: 1.35rem;
	letter-spacing: -0.03em;
}

.azw-feature-card p {
	margin: 0;
	color: var(--azw-muted);
}

.azw-icon {
	display: inline-grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background: var(--azw-blue-soft);
	color: var(--azw-blue);
	font-weight: 900;
}

.azw-offer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 28px;
	align-items: center;
	padding: clamp(28px, 5vw, 54px);
	background:
		radial-gradient(circle at 100% 0%, rgba(255, 212, 59, 0.26), transparent 26%),
		#ffffff;
}

.azw-price-card {
	padding: 28px;
	background: var(--azw-text);
	color: var(--azw-white);
	border-color: rgba(255, 255, 255, 0.08);
}

.azw-price-card span,
.azw-price-card small {
	display: block;
	color: rgba(255, 255, 255, 0.72);
}

.azw-price-card strong {
	display: block;
	margin: 8px 0;
	font-size: 3.2rem;
	line-height: 1;
	letter-spacing: -0.06em;
	color: var(--azw-yellow);
}

.azw-products-shortcode {
	margin-top: 36px;
}

.azw-cta-band {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: clamp(28px, 5vw, 48px);
	background: linear-gradient(135deg, var(--azw-blue), var(--azw-blue-dark));
	color: var(--azw-white);
}

.azw-cta-band h2,
.azw-cta-band .azw-eyebrow {
	color: var(--azw-white);
}

.azw-cta-band .azw-eyebrow {
	background: rgba(255, 255, 255, 0.12);
}

.azw-page-header {
	max-width: 860px;
	margin-bottom: 34px;
}

.azw-page-header h1 {
	font-size: clamp(2.2rem, 5vw, 4.4rem);
}

.azw-entry-content > *:first-child {
	margin-top: 0;
}

.azw-entry-content > *:last-child {
	margin-bottom: 0;
}

.azw-entry-content p,
.azw-entry-content li {
	color: var(--azw-muted);
}

.azw-entry-content h2,
.azw-entry-content h3,
.azw-entry-content h4 {
	letter-spacing: -0.04em;
	line-height: 1.1;
}

.azw-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.azw-post-card {
	overflow: hidden;
}

.azw-post-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--azw-blue-soft);
}

.azw-post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
}

.azw-post-card:hover .azw-post-card__image img {
	transform: scale(1.04);
}

.azw-post-card__body {
	padding: 24px;
}

.azw-post-card h2 {
	margin: 0 0 12px;
	font-size: 1.35rem;
	line-height: 1.18;
	letter-spacing: -0.03em;
}

.azw-post-card h2 a {
	color: var(--azw-text);
}

.azw-post-card__excerpt {
	color: var(--azw-muted);
}

.azw-link {
	display: inline-flex;
	margin-top: 12px;
	font-weight: 850;
}

.azw-featured-image {
	margin-bottom: 34px;
	border-radius: var(--azw-radius);
	overflow: hidden;
	box-shadow: var(--azw-shadow-soft);
}

.azw-meta {
	margin-top: 14px;
	color: var(--azw-muted);
}

.azw-search-form {
	display: flex;
	gap: 12px;
	align-items: center;
	max-width: 640px;
}

.azw-search-form label {
	flex: 1;
}

.azw-search-field,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea,
select {
	width: 100%;
	min-height: 52px;
	border: 1px solid var(--azw-border);
	border-radius: 16px;
	background: var(--azw-white);
	padding: 12px 16px;
	color: var(--azw-text);
	outline: none;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.azw-search-field:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
input:focus,
textarea:focus,
select:focus {
	border-color: rgba(10, 77, 255, 0.55);
	box-shadow: 0 0 0 4px rgba(10, 77, 255, 0.12);
}

.azw-footer {
	background: #071226;
	color: rgba(255, 255, 255, 0.72);
	padding: 56px 0 24px;
}

.azw-footer a,
.azw-footer__brand {
	color: var(--azw-white);
}

.azw-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr 1fr;
	gap: 32px;
	align-items: start;
}

.azw-footer-menu {
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
}

.azw-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-top: 38px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.92rem;
}

/* WooCommerce */
.azw-shop-main {
	padding: 68px 0;
}

.woocommerce .woocommerce-breadcrumb {
	color: var(--azw-muted);
	margin-bottom: 24px;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: none;
	width: auto !important;
	margin: 0 !important;
	padding: 18px;
	overflow: hidden;
}

.woocommerce ul.products li.product a img {
	border-radius: 18px;
	margin-bottom: 16px;
	background: var(--azw-blue-soft);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0;
	font-size: 1.05rem;
	font-weight: 850;
	letter-spacing: -0.03em;
	color: var(--azw-text);
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--azw-blue);
	font-weight: 900;
}

.woocommerce span.onsale {
	background: var(--azw-yellow);
	color: var(--azw-text);
	font-weight: 900;
	border-radius: 999px;
	min-height: auto;
	line-height: 1;
	padding: 8px 12px;
}

.woocommerce div.product .product_title {
	font-size: clamp(2rem, 4vw, 4rem);
	letter-spacing: -0.06em;
	line-height: 1;
}

.woocommerce div.product div.images img {
	border-radius: var(--azw-radius);
}

.woocommerce div.product form.cart .button {
	min-height: 54px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border-radius: 18px;
	border-top-color: var(--azw-blue);
	box-shadow: var(--azw-shadow-soft);
}

.woocommerce-info::before,
.woocommerce-message::before {
	color: var(--azw-blue);
}

@media (max-width: 980px) {
	.azw-header__inner {
		min-height: 72px;
	}

	.azw-menu-toggle {
		display: block;
		margin-left: auto;
	}

	.azw-nav {
		position: fixed;
		inset: 72px 16px auto 16px;
		margin: 0;
		background: var(--azw-white);
		border: 1px solid var(--azw-border);
		border-radius: 22px;
		box-shadow: var(--azw-shadow-soft);
		padding: 14px;
		visibility: hidden;
		opacity: 0;
		transform: translateY(-8px);
		transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	}

	.azw-nav.is-open {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
	}

	.azw-menu {
		align-items: stretch;
		flex-direction: column;
	}

	.azw-menu a {
		justify-content: center;
	}

	.azw-header__actions .azw-btn {
		display: none;
	}

	.azw-hero__grid,
	.azw-offer,
	.azw-footer__grid {
		grid-template-columns: 1fr;
	}

	.azw-hero__visual {
		min-height: 360px;
	}

	.azw-feature-grid,
	.azw-post-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.azw-cta-band {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	.azw-container {
		width: min(calc(100% - 24px), var(--azw-container));
	}

	.azw-hero {
		padding: 58px 0 54px;
	}

	.azw-section {
		padding: 62px 0;
	}

	.azw-feature-grid,
	.azw-post-grid,
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.azw-actions,
	.azw-search-form,
	.azw-footer__bottom {
		align-items: stretch;
		flex-direction: column;
	}

	.azw-btn,
	.azw-search-form .azw-btn {
		width: 100%;
	}

	.azw-hero__visual {
		min-height: 300px;
	}

	.azw-visual-card--main {
		inset: 52px 22px 48px 0;
	}

	.azw-floating-badge {
		right: 0;
		bottom: 42px;
	}
}
