:root {
	--tgb-bg: #f4f6f8;
	--tgb-ink: #0d1218;
	--tgb-card: #ffffff;
	--tgb-muted: #5f6975;
	--tgb-line: #d8dee6;
	--tgb-main: #ff5a1f;
	--tgb-main-dark: #d94712;
	--tgb-highlight: #0db3a6;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: 'Archivo', sans-serif;
	color: var(--tgb-ink);
	background:
		radial-gradient(circle at 0% 0%, rgba(13, 179, 166, 0.08), transparent 35%),
		radial-gradient(circle at 100% 20%, rgba(255, 90, 31, 0.1), transparent 40%),
		var(--tgb-bg);
}

h1,
h2,
h3,
h4 {
	font-family: 'Space Grotesk', sans-serif;
	letter-spacing: -0.02em;
}

.tgb-container {
	width: min(1160px, calc(100% - 2.4rem));
	margin: 0 auto;
}

.tgb-announcement {
	background: #09131e;
	color: #d6f4ff;
	text-align: center;
	padding: 0.6rem 1rem;
	font-size: 0.9rem;
}

.tgb-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--tgb-line);
}

.tgb-header-inner {
	min-height: 76px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.tgb-logo {
	font-weight: 800;
	font-size: 1.25rem;
	text-decoration: none;
	color: #0d1218;
}

.tgb-menu {
	list-style: none;
	display: flex;
	gap: 1rem;
	margin: 0;
	padding: 0;
}

.tgb-menu a {
	color: #243040;
	text-decoration: none;
	font-weight: 600;
}

.tgb-cart-link {
	text-decoration: none;
	color: #182333;
	font-weight: 700;
}

.tgb-cart-count {
	display: inline-grid;
	place-items: center;
	width: 24px;
	height: 24px;
	margin-left: 0.4rem;
	border-radius: 999px;
	background: var(--tgb-main);
	color: white;
	font-size: 0.78rem;
}

.tgb-main {
	min-height: calc(100vh - 280px);
}

.tgb-hero {
	padding: 4.8rem 0 3rem;
}

.tgb-hero-grid {
	display: grid;
	gap: 1.4rem;
	grid-template-columns: 1.2fr 0.8fr;
	align-items: stretch;
}

.tgb-kicker {
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--tgb-highlight);
	letter-spacing: 0.08em;
}

.tgb-hero h1 {
	font-size: clamp(2rem, 5vw, 3.5rem);
	margin: 0.5rem 0 0.7rem;
	line-height: 1.04;
}

.tgb-hero p {
	color: var(--tgb-muted);
	max-width: 50ch;
}

.tgb-hero-actions {
	display: flex;
	gap: 0.7rem;
	margin: 1.3rem 0;
}

.tgb-btn {
	display: inline-block;
	border-radius: 12px;
	padding: 0.82rem 1.15rem;
	text-decoration: none;
	font-weight: 700;
}

.tgb-btn-primary {
	background: var(--tgb-main);
	color: #fff;
}

.tgb-btn-primary:hover {
	background: var(--tgb-main-dark);
}

.tgb-btn-ghost {
	border: 1px solid var(--tgb-line);
	color: #1e2a3a;
	background: #fff;
}

.tgb-btn-block {
	width: 100%;
	text-align: center;
}

.tgb-proof-list {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
	color: #2f3d4f;
	font-size: 0.92rem;
}

.tgb-hero-card {
	background: linear-gradient(155deg, #08131e, #162738);
	color: #f4f7fb;
	border-radius: 20px;
	padding: 1.4rem;
	box-shadow: 0 20px 40px rgba(7, 16, 27, 0.3);
}

.tgb-hero-card-title {
	margin: 0;
	color: #9bc6de;
	font-size: 0.9rem;
}

.tgb-hero-card-name {
	font-size: 1.45rem;
	font-weight: 800;
	margin: 0.5rem 0;
}

.tgb-hero-card-price {
	margin: 0 0 1rem;
	font-weight: 700;
	font-size: 1.2rem;
}

.tgb-hero-card-price span {
	color: #9bb4c8;
	text-decoration: line-through;
	margin-left: 0.4rem;
	font-size: 0.95rem;
}

.tgb-trust {
	padding: 1rem 0 2.4rem;
}

.tgb-trust-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.8rem;
}

.tgb-trust article {
	background: #fff;
	border: 1px solid var(--tgb-line);
	border-radius: 14px;
	padding: 1rem;
}

.tgb-trust h3 {
	margin: 0;
	font-size: 1.02rem;
}

.tgb-trust p {
	margin: 0.4rem 0 0;
	color: var(--tgb-muted);
	font-size: 0.92rem;
}

.tgb-featured {
	padding: 1rem 0 3rem;
}

.tgb-section-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.tgb-section-head a {
	color: #24384f;
	text-decoration: none;
	font-weight: 700;
}

.tgb-product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.9rem;
}

.tgb-product-card {
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--tgb-line);
}

.tgb-product-card a {
	color: inherit;
	text-decoration: none;
	display: block;
}

.tgb-product-image {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #edf2f7;
}

.tgb-badge-hot {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	background: linear-gradient(130deg, #ff5a1f, #ff8a1f);
	color: #fff;
	padding: 0.25rem 0.52rem;
	border-radius: 999px;
	font-size: 0.74rem;
	font-weight: 800;
}

.tgb-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.tgb-product-card:hover .tgb-product-image img {
	transform: scale(1.07);
}

.tgb-product-card h3 {
	margin: 0;
	padding: 0.75rem 0.75rem 0.25rem;
	font-size: 1rem;
}

.tgb-product-price {
	margin: 0;
	padding: 0 0.75rem 0.35rem;
	font-weight: 700;
	color: var(--tgb-main-dark);
}

.tgb-product-meta {
	margin: 0;
	padding: 0 0.75rem 0.9rem;
	font-size: 0.8rem;
	color: #4f6176;
}

.tgb-shop-wrap,
.tgb-generic-content {
	padding: 2rem 0 3rem;
}

.tgb-footer {
	background: #09131e;
	color: #d8e4ef;
	margin-top: 2rem;
}

.tgb-footer-grid {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr;
	gap: 1rem;
	padding: 2rem 0;
}

.tgb-footer h3,
.tgb-footer h4 {
	color: #fff;
	margin: 0 0 0.5rem;
}

.tgb-menu-footer,
.tgb-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tgb-menu-footer a,
.tgb-footer li {
	color: #bdd3e8;
	text-decoration: none;
	margin-bottom: 0.45rem;
	display: inline-block;
}

.tgb-footer-bottom {
	border-top: 1px solid #21384f;
	padding: 0.8rem 1rem 1.2rem;
	text-align: center;
}

@media (max-width: 990px) {
	.tgb-nav {
		display: none;
	}

	.tgb-hero-grid,
	.tgb-trust-grid,
	.tgb-product-grid,
	.tgb-footer-grid {
		grid-template-columns: 1fr;
	}

	.tgb-hero {
		padding-top: 2.4rem;
	}
}

.tgb-product-wrap,
.tgb-checkout-wrap {
	padding: 1.4rem 0 2.8rem;
}

.tgb-funnel-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.2rem;
	align-items: start;
}

.tgb-funnel-gallery,
.tgb-funnel-summary {
	background: #fff;
	border: 1px solid var(--tgb-line);
	border-radius: 18px;
	padding: 1rem;
}

.tgb-funnel-main-image {
	position: relative;
	overflow: hidden;
	border-radius: 14px;
	background: #edf2f7;
	aspect-ratio: 1 / 1;
}

.tgb-funnel-main-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tgb-funnel-discount {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #e91919;
	color: #fff;
	padding: 0.3rem 0.55rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 800;
}

.tgb-funnel-thumbs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.45rem;
	margin-top: 0.6rem;
}

.tgb-funnel-thumb {
	background: #eff3f7;
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}

.tgb-funnel-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tgb-funnel-kicker {
	margin: 0;
	font-size: 0.74rem;
	font-weight: 800;
	color: var(--tgb-highlight);
	letter-spacing: 0.08em;
}

.tgb-funnel-title {
	margin: 0.25rem 0 0.6rem;
	font-size: clamp(1.65rem, 3.8vw, 2.4rem);
	line-height: 1.08;
}

.tgb-funnel-rating {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.9rem;
	color: #38495d;
	margin-bottom: 0.4rem;
}

.tgb-funnel-price {
	margin: 0;
	font-size: 2rem;
	font-weight: 800;
	color: var(--tgb-main-dark);
}

.tgb-funnel-stock {
	margin: 0.2rem 0 0.8rem;
	font-size: 0.9rem;
	color: #2b4954;
}

.tgb-funnel-timer {
	margin: 0 0 0.9rem;
	padding: 0.65rem 0.8rem;
	border-radius: 12px;
	background: #121d29;
	color: #dff4ff;
	font-size: 0.95rem;
}

.tgb-funnel-timer span {
	font-weight: 800;
	color: #ffb347;
}

.tgb-funnel-description {
	color: #33475d;
	font-size: 0.95rem;
	line-height: 1.5;
	margin-bottom: 0.8rem;
}

.tgb-funnel-atc .quantity {
	margin-right: 0.5rem;
}

.tgb-funnel-atc .qty {
	border-radius: 10px;
	border: 1px solid var(--tgb-line);
	padding: 0.65rem 0.3rem;
	min-width: 68px;
}

.tgb-funnel-atc .single_add_to_cart_button {
	border: 0;
	border-radius: 12px;
	padding: 0.85rem 1rem;
	font-weight: 800;
	background: linear-gradient(135deg, var(--tgb-main), #ff7b38);
	color: #fff;
}

.tgb-buy-now {
	width: 100%;
	margin-top: 0.6rem;
	padding: 0.85rem 1rem;
	border: 1px solid #1f334a;
	border-radius: 12px;
	font-weight: 800;
	background: #fff;
	color: #1f334a;
	cursor: pointer;
}

.tgb-funnel-proof {
	list-style: none;
	padding: 0;
	margin: 0.9rem 0 0;
	display: grid;
	gap: 0.35rem;
	font-size: 0.9rem;
	color: #304455;
}

.tgb-funnel-proof li::before {
	content: '✓ ';
	color: #0c9e8d;
	font-weight: 800;
}

.tgb-funnel-upsell {
	margin-top: 1.2rem;
}

.tgb-funnel-upsell h2 {
	margin: 0 0 0.75rem;
	font-size: 1.2rem;
}

.tgb-checkout-intro {
	background: #fff;
	border: 1px solid var(--tgb-line);
	border-radius: 16px;
	padding: 1rem;
	margin-bottom: 0.9rem;
}

.tgb-checkout-kicker {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 800;
	color: var(--tgb-highlight);
	letter-spacing: 0.08em;
}

.tgb-checkout-intro h2 {
	margin: 0.2rem 0 0.55rem;
	font-size: 1.35rem;
}

.tgb-checkout-points {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	font-size: 0.86rem;
	color: #3f5367;
}

.tgb-checkout-points li {
	background: #f4f8fb;
	border: 1px solid #e1e8ee;
	border-radius: 999px;
	padding: 0.3rem 0.6rem;
}

.woocommerce-checkout .col2-set,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
	background: #fff;
	border: 1px solid var(--tgb-line);
	border-radius: 16px;
	padding: 1rem;
	margin-bottom: 0.8rem;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select {
	border: 1px solid #d6dee6;
	border-radius: 10px;
	padding: 0.7rem;
	background: #fff;
}

.woocommerce-checkout #payment {
	background: #fff;
	border: 1px solid #d6dee6;
	border-radius: 12px;
}

.woocommerce-checkout #place_order {
	border: 0;
	border-radius: 12px;
	padding: 0.95rem 1rem;
	font-size: 1rem;
	font-weight: 800;
	background: linear-gradient(135deg, var(--tgb-main), #ff7b38);
	width: 100%;
}

.tgb-checkout-guarantee {
	background: #f7fbff;
	border: 1px dashed #b6cde2;
	border-radius: 10px;
	padding: 0.75rem;
	margin-top: 0.7rem;
	font-size: 0.9rem;
	color: #31506e;
}

.tgb-checkout-guarantee p {
	margin: 0.35rem 0 0;
	font-size: 0.84rem;
}

@media (max-width: 990px) {
	.tgb-funnel-grid {
		grid-template-columns: 1fr;
	}
}
