/*
Theme Name: Tarimsal Uretim Jannah Child
Theme URI: https://staging-c.tarimsaluretim.com/
Description: Tarimsal Uretim ana sayfa revizyonu icin Jannah child theme.
Author: OpenAI Codex
Template: jannah
Version: 1.0.0
Text Domain: tu-jannah-child
*/

:root {
	--tu-green-900: #0d5a2b;
	--tu-green-800: #146b35;
	--tu-green-700: #1d7f3f;
	--tu-green-100: #edf7ef;
	--tu-bg: #f5f7f2;
	--tu-text: #1a1f19;
	--tu-muted: #667063;
	--tu-line: #dce6da;
	--tu-shadow: 0 16px 34px rgba(15, 52, 26, 0.08);
	--tu-radius-lg: 22px;
	--tu-radius-md: 16px;
	--tu-radius-sm: 12px;
	--tu-shell: 1240px;
}

.tu-homepage-active {
	background: linear-gradient(180deg, #f7f8f4 0%, #f2f5ee 100%);
	color: var(--tu-text);
}

.tu-homepage-active .container,
.tu-homepage-active .container-normal {
	max-width: var(--tu-shell);
}

.tu-homepage-active #top-nav {
	border-bottom: 1px solid #e5ede2;
	background: #fff;
}

.tu-homepage-active #top-nav .topbar-wrapper {
	min-height: 42px;
	gap: 16px;
}

.tu-homepage-active #top-nav .topbar-today-date {
	color: #3c463d;
	font-size: 13px;
	font-weight: 600;
}

.tu-homepage-active #top-nav .breaking {
	display: block;
	min-width: 0;
}

.tu-homepage-active #top-nav .breaking-title {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 9px;
	background: var(--tu-green-800);
	color: #fff;
	margin-inline-end: 12px;
	vertical-align: middle;
}

.tu-homepage-active #top-nav .breaking-icon {
	display: none;
}

.tu-homepage-active #top-nav .breaking-title-text {
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.tu-homepage-active #top-nav .breaking-news {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	max-width: calc(100% - 150px);
	vertical-align: middle;
}

.tu-homepage-active #top-nav .popup-login-icon,
.tu-homepage-active #top-nav .random-post-icon,
.tu-homepage-active #top-nav .side-aside-nav-icon,
.tu-homepage-active #main-nav .random-post-icon {
	display: none;
}

.tu-homepage-active .header-container {
	padding-top: 16px;
	padding-bottom: 14px;
}

.tu-homepage-active .logo-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
}

.tu-homepage-active .logo-container,
.tu-homepage-active .tu-header-banner-col {
	padding: 0 12px;
}

.tu-homepage-active .logo-wrapper {
	flex: 0 0 34%;
	max-width: 34%;
}

.tu-homepage-active #logo.tu-brand-logo-shell {
	margin-top: 20px;
	margin-bottom: 20px;
}

.tu-homepage-active #logo .tu-brand-logo-anchor {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}

.tu-brand-logo-frame {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: 292px;
	max-width: 100%;
	height: auto;
	min-height: 104px;
	overflow: visible;
}

.tu-brand-logo-image {
	display: block;
	width: 100%;
	height: auto;
	max-height: 132px;
	object-fit: contain;
	object-position: left center;
}

.tu-brand-logo-frame.is-footer {
	width: 240px;
	height: 86px;
}

.tu-homepage-active .tu-header-banner-col {
	flex: 0 0 66%;
	max-width: 66%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.tu-homepage-active .tu-header-banner {
	display: grid;
	grid-template-columns: minmax(180px, 250px) 1fr auto;
	align-items: center;
	gap: 18px;
	width: min(100%, 728px);
	min-height: 90px;
	padding: 12px 18px;
	border: 1px solid #e2eadf;
	border-radius: 18px;
	background:
		linear-gradient(90deg, rgba(13, 90, 43, 0.10), rgba(13, 90, 43, 0.02)),
		#fff;
	box-shadow: var(--tu-shadow);
}

.tu-homepage-active .tu-header-banner-media {
	min-height: 66px;
	border-radius: 14px;
	position: relative;
	overflow: hidden;
}

.tu-homepage-active .tu-header-banner-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.tu-homepage-active .tu-header-banner-media::before,
.tu-homepage-active .tu-header-banner-media::after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 38px;
	background:
		linear-gradient(160deg, rgba(255, 255, 255, 0.16) 20%, transparent 20%) 0 0 / 72px 38px repeat-x;
}

.tu-homepage-active .tu-header-banner-media::after {
	inset: auto 0 8px 0;
	height: 22px;
	opacity: 0.55;
	background:
		linear-gradient(160deg, rgba(255, 255, 255, 0.2) 18%, transparent 18%) 0 0 / 58px 22px repeat-x;
}

.tu-homepage-active .tu-header-banner-copy {
	display: grid;
	gap: 4px;
}

.tu-homepage-active .tu-header-banner-copy strong {
	display: block;
	color: var(--tu-green-900);
	font-size: 14px;
	font-weight: 700;
}

.tu-homepage-active .tu-header-banner-copy span {
	display: block;
	color: #1e2d1f;
	font-size: 28px;
	line-height: 1.05;
	font-weight: 800;
}

.tu-homepage-active .tu-header-banner-side {
	display: grid;
	justify-items: center;
	gap: 8px;
}

.tu-homepage-active .tu-banner-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 168px;
	padding: 12px 18px;
	border-radius: 12px;
	background: var(--tu-green-800);
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0.01em;
	text-decoration: none;
}

.tu-homepage-active .tu-banner-size {
	color: #536052;
	font-size: 14px;
	font-weight: 700;
}

.tu-homepage-active #main-nav {
	position: relative;
	z-index: 20;
	overflow: hidden;
	border-radius: 14px;
	background: var(--tu-green-900);
	box-shadow: 0 14px 24px rgba(13, 90, 43, 0.18);
}

.tu-homepage-active .main-nav-wrapper {
	padding-bottom: 8px;
}

.tu-homepage-active #main-nav .container {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}

.tu-homepage-active #main-nav .main-menu-wrapper,
.tu-homepage-active #main-nav .main-menu,
.tu-homepage-active #main-nav .main-menu-wrap,
.tu-homepage-active #main-nav .header-menu,
.tu-homepage-active #main-nav .header-menu > ul,
.tu-homepage-active #main-nav #menu-components-wrap {
	background: transparent !important;
}

.tu-homepage-active #main-nav .main-menu-wrapper {
	display: flex;
	align-items: center;
	min-height: 64px;
}

.tu-homepage-active #main-nav .header-menu > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
}

.tu-homepage-active #main-nav .header-menu > ul > li {
	float: none;
	display: flex;
	align-items: center;
}

.tu-homepage-active #main-nav .main-menu > ul > li > a,
.tu-homepage-active #main-nav .components a,
.tu-homepage-active #main-nav .search-bar input,
.tu-homepage-active #main-nav .search-bar button {
	color: #fff !important;
}

.tu-homepage-active #main-nav .main-menu > ul > li > a {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	min-height: 64px;
	padding: 0 16px;
	text-transform: none;
}

.tu-homepage-active #main-nav .components {
	margin-inline-start: auto;
}

.tu-homepage-active #main-nav .search-bar input::placeholder {
	color: rgba(255, 255, 255, 0.72);
}

.tu-homepage-active #main-nav .search-bar input {
	background: transparent;
}

body:not(.tu-homepage-active) #main-nav {
	position: relative;
	z-index: 20;
	overflow: hidden;
	border: 0;
	border-radius: 14px;
	background: var(--tu-green-900) !important;
	box-shadow: 0 14px 24px rgba(13, 90, 43, 0.18);
}

body:not(.tu-homepage-active) #main-nav .container,
body:not(.tu-homepage-active) #main-nav .main-menu-wrapper,
body:not(.tu-homepage-active) #main-nav .main-menu,
body:not(.tu-homepage-active) #main-nav .main-menu-wrap,
body:not(.tu-homepage-active) #main-nav .header-menu,
body:not(.tu-homepage-active) #main-nav .header-menu > ul,
body:not(.tu-homepage-active) #main-nav #menu-components-wrap {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

body:not(.tu-homepage-active) #main-nav .main-menu-wrapper {
	display: flex;
	align-items: center;
	min-height: 64px;
}

body:not(.tu-homepage-active) #main-nav .header-menu > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
}

body:not(.tu-homepage-active) #main-nav .header-menu > ul > li {
	float: none;
	display: flex;
	align-items: center;
}

body:not(.tu-homepage-active) #main-nav .main-menu > ul > li > a,
body:not(.tu-homepage-active) #main-nav .components a,
body:not(.tu-homepage-active) #main-nav .search-bar input,
body:not(.tu-homepage-active) #main-nav .search-bar button {
	color: #fff !important;
}

body:not(.tu-homepage-active) #main-nav .main-menu > ul > li > a {
	display: inline-flex;
	align-items: center;
	min-height: 64px;
	padding: 0 16px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
}

body:not(.tu-homepage-active) #main-nav .main-menu > ul > li.current-menu-item > a,
body:not(.tu-homepage-active) #main-nav .main-menu > ul > li.current-menu-ancestor > a,
body:not(.tu-homepage-active) #main-nav .main-menu > ul > li:hover > a {
	background: rgba(255, 255, 255, 0.12) !important;
	color: #fff !important;
}

body:not(.tu-homepage-active) #main-nav .components {
	margin-inline-start: auto;
}

body:not(.tu-homepage-active) #main-nav .search-bar {
	background: rgba(255, 255, 255, 0.10);
	border-radius: 999px;
}

body:not(.tu-homepage-active) #main-nav .search-bar input::placeholder {
	color: rgba(255, 255, 255, 0.72);
}

.tu-homepage-active .tu-homepage {
	padding: 10px 0 0;
}

.tu-shell {
	width: min(100% - 32px, var(--tu-shell));
	margin: 0 auto;
}

.tu-feature-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 8px auto 28px;
}

.tu-feature-chip,
.tu-card,
.tu-side-card,
.tu-tool-card,
.tu-support-card,
.tu-post-list-card,
.tu-newsletter,
.tu-footer-wrap {
	border: 1px solid rgba(14, 72, 33, 0.08);
	border-radius: var(--tu-radius-md);
	background: #fff;
	box-shadow: var(--tu-shadow);
}

.tu-feature-chip {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 16px 18px;
}

.tu-feature-chip svg,
.tu-tool-icon svg,
.tu-support-icon svg,
.tu-newsletter-icon svg,
.tu-tip-illustration svg {
	width: 28px;
	height: 28px;
	stroke: var(--tu-green-800);
}

.tu-feature-chip strong,
.tu-tool-card h3,
.tu-support-card h3,
.tu-side-card h3,
.tu-post-list-card h3 {
	color: var(--tu-text);
}

.tu-feature-chip strong {
	display: block;
	font-size: 17px;
	line-height: 1.2;
}

.tu-feature-chip span,
.tu-tool-card p,
.tu-support-card p,
.tu-side-card p,
.tu-post-mini-meta,
.tu-feature-meta,
.tu-footer-copy,
.tu-footer-links a,
.tu-footer-bottom a,
.tu-side-list a,
.tu-link-list a,
.tu-newsletter-copy p {
	color: var(--tu-muted);
}

.tu-feature-chip span {
	display: block;
	margin-top: 4px;
	font-size: 14px;
	line-height: 1.45;
}

.tu-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 24px;
	align-items: start;
}

.tu-main {
	display: grid;
	gap: 28px;
}

.tu-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.tu-section-title {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: var(--tu-text);
	font-size: 32px;
	line-height: 1.1;
	font-weight: 800;
}

.tu-section-title::before {
	content: "";
	width: 5px;
	height: 28px;
	border-radius: 999px;
	background: var(--tu-green-700);
}

.tu-action-link,
.tu-tool-button,
.tu-newsletter button,
.tu-sidebar-button,
.tu-footer-cta,
.tu-side-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 11px 16px;
	border: 0;
	border-radius: 12px;
	background: var(--tu-green-800);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
	box-shadow: 0 10px 18px rgba(20, 107, 53, 0.16);
}

.tu-action-link:hover,
.tu-tool-button:hover,
.tu-newsletter button:hover,
.tu-sidebar-button:hover,
.tu-footer-cta:hover,
.tu-side-pill:hover {
	background: #0f4e26;
	color: #fff;
	transform: translateY(-1px);
}

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

.tu-card {
	position: relative;
	overflow: hidden;
	min-height: 360px;
}

.tu-card-link {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.tu-card-image {
	position: absolute;
	inset: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.tu-card-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(6, 15, 8, 0.03) 22%, rgba(4, 12, 7, 0.82) 100%);
}

.tu-card-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	padding: 22px;
	color: #fff;
}

.tu-card-badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-bottom: 14px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(18, 94, 45, 0.9);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.tu-card-content h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 18px;
	line-height: 1.28;
	font-weight: 800;
}

.tu-feature-meta {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.82);
}

.tu-tools-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.tu-tool-card,
.tu-support-card {
	padding: 22px 18px 18px;
}

.tu-tool-icon,
.tu-support-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin-bottom: 12px;
	border-radius: 18px;
	background: var(--tu-green-100);
}

.tu-tool-card h3,
.tu-support-card h3 {
	margin: 0 0 8px;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 800;
}

.tu-tool-card p,
.tu-support-card p {
	min-height: 72px;
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.55;
}

.tu-tool-button {
	width: 100%;
}

.tu-support-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.tu-support-card {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	min-height: 126px;
}

.tu-support-copy {
	flex: 1 1 auto;
}

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

.tu-post-list-card {
	padding: 20px 18px 18px;
}

.tu-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 14px;
}

.tu-card-head h3 {
	margin: 0;
	font-size: 24px;
	line-height: 1.15;
	font-weight: 800;
}

.tu-mini-link {
	color: var(--tu-green-800);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.tu-post-list {
	display: grid;
	gap: 14px;
}

.tu-post-mini {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	text-decoration: none;
}

.tu-post-mini-thumb {
	width: 96px;
	height: 78px;
	border-radius: 12px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.tu-post-mini-title {
	display: block;
	margin-bottom: 5px;
	color: var(--tu-text);
	font-size: 15px;
	line-height: 1.35;
	font-weight: 700;
}

.tu-post-mini-meta {
	font-size: 13px;
}

.tu-sidebar {
	display: grid;
	gap: 16px;
}

.tu-side-card {
	padding: 20px;
}

.tu-side-card h3 {
	margin: 0 0 14px;
	font-size: 28px;
	line-height: 1.1;
	font-weight: 800;
}

.tu-tip-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 84px;
	gap: 14px;
	align-items: center;
}

.tu-tip-illustration {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 84px;
	border-radius: 22px;
	background: linear-gradient(180deg, #f1f8ed, #e5f2df);
}

.tu-ad-box {
	display: grid;
	place-items: center;
	min-height: 250px;
	padding: 24px;
	text-align: center;
	background:
		linear-gradient(135deg, rgba(13, 90, 43, 0.92), rgba(26, 123, 61, 0.88)),
		radial-gradient(circle at top left, rgba(255, 214, 90, 0.25), transparent 36%);
	color: #fff;
}

.tu-ad-box strong,
.tu-ad-box span {
	display: block;
	color: #fff;
}

.tu-ad-box strong {
	font-size: 32px;
	line-height: 1.1;
	font-weight: 800;
}

.tu-ad-box span {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 600;
}

.tu-side-subtitle {
	display: inline-flex;
	margin-bottom: 12px;
	color: var(--tu-green-800);
	font-size: 14px;
	font-weight: 800;
}

.tu-check-list,
.tu-link-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tu-check-list li,
.tu-link-list li {
	display: flex;
	gap: 10px;
	font-size: 15px;
	line-height: 1.5;
	color: #334034;
}

.tu-check-list li::before {
	content: "";
	flex: 0 0 10px;
	width: 10px;
	height: 10px;
	margin-top: 7px;
	border-radius: 999px;
	background: var(--tu-green-700);
	box-shadow: 0 0 0 4px rgba(29, 127, 63, 0.14);
}

.tu-link-list li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: var(--tu-green-100);
	color: var(--tu-green-800);
	font-size: 13px;
	font-weight: 800;
}

.tu-link-list a {
	text-decoration: none;
	font-weight: 700;
}

.tu-newsletter {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) minmax(220px, 320px) auto;
	align-items: center;
	gap: 16px;
	margin: 34px auto 0;
	padding: 22px 24px;
}

.tu-newsletter-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border-radius: 18px;
	background: var(--tu-green-100);
}

.tu-newsletter-copy h3 {
	margin: 0 0 6px;
	font-size: 24px;
	line-height: 1.15;
	font-weight: 800;
}

.tu-newsletter-copy p {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
}

.tu-newsletter input {
	width: 100%;
	height: 52px;
	padding: 0 16px;
	border: 1px solid #d7e3d3;
	border-radius: 12px;
	background: #fbfcfa;
	color: var(--tu-text);
	font-size: 15px;
}

.tu-newsletter button {
	height: 52px;
	padding-inline: 22px;
}

.tu-newsletter-message {
	grid-column: 1 / -1;
	padding: 12px 16px;
	border-radius: 12px;
	background: #eef8f0;
	color: var(--tu-green-900);
	font-size: 14px;
	font-weight: 700;
}

.tu-newsletter-message.is-error {
	background: #fff0f0;
	color: #983434;
}

.tu-footer-wrap {
	margin-top: 20px;
	padding: 26px 24px 20px;
	border-radius: var(--tu-radius-lg) var(--tu-radius-lg) 0 0;
	background:
		linear-gradient(180deg, #0f5b2c 0%, #0b4521 100%);
	color: #fff;
}

.tu-footer-grid {
	display: grid;
	grid-template-columns: 1.35fr repeat(4, 1fr);
	gap: 22px;
}

.tu-footer-logo {
	margin-bottom: 14px;
}

.tu-footer-col h4 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 800;
}

.tu-footer-copy,
.tu-footer-links a {
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.78);
}

.tu-footer-links,
.tu-footer-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tu-footer-links li + li {
	margin-top: 5px;
}

.tu-footer-links a {
	text-decoration: none;
}

.tu-footer-links a:hover,
.tu-footer-bottom a:hover,
.tu-mini-link:hover {
	color: #fff;
}

.tu-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 22px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.tu-footer-bottom p,
.tu-footer-bottom a {
	margin: 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 13px;
	text-decoration: none;
}

@media (max-width: 1200px) {
	.tu-feature-strip,
	.tu-support-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.tu-post-columns,
	.tu-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

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

	.tu-newsletter {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.tu-newsletter form,
	.tu-newsletter .tu-newsletter-form {
		grid-column: 1 / -1;
	}
}

@media (max-width: 991px) {
	.tu-homepage-active .tu-header-banner-col {
		justify-content: stretch;
		margin-top: 14px;
	}

	.tu-homepage-active .logo-wrapper,
	.tu-homepage-active .tu-header-banner-col {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.tu-homepage-active .tu-header-banner {
		grid-template-columns: 1fr;
		justify-items: start;
		width: 100%;
	}

	.tu-homepage-active #main-nav .container {
		border-radius: 0;
	}

	.tu-featured-grid,
	.tu-support-grid,
	.tu-tools-grid,
	.tu-post-columns,
	.tu-sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tu-section-title {
		font-size: 28px;
	}

	.tu-card-content h3 {
		font-size: 18px;
	}

	.tu-newsletter {
		grid-template-columns: 1fr;
	}

	.tu-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 767px) {
	.tu-shell {
		width: min(100% - 20px, var(--tu-shell));
	}

	.tu-homepage-active .header-container {
		padding-top: 12px;
	}

	.tu-homepage-active .logo-container,
	.tu-homepage-active .tu-header-banner-col {
		padding: 0;
	}

	.tu-feature-strip,
	.tu-featured-grid,
	.tu-tools-grid,
	.tu-support-grid,
	.tu-post-columns,
	.tu-sidebar,
	.tu-footer-grid {
		grid-template-columns: 1fr;
	}

	.tu-section-head,
	.tu-card-head,
	.tu-newsletter {
		align-items: flex-start;
	}

	.tu-section-head,
	.tu-card-head {
		flex-direction: column;
	}

	.tu-section-title {
		font-size: 24px;
	}

	.tu-brand-logo-frame {
		width: 238px;
		height: 84px;
	}

	.tu-feature-chip,
	.tu-side-card,
	.tu-tool-card,
	.tu-support-card,
	.tu-post-list-card,
	.tu-newsletter,
	.tu-footer-wrap {
		border-radius: 14px;
	}

	.tu-card {
		min-height: 310px;
	}

	.tu-card-content h3 {
		font-size: 17px;
	}

	.tu-post-mini {
		grid-template-columns: 84px minmax(0, 1fr);
	}

	.tu-post-mini-thumb {
		width: 84px;
		height: 72px;
	}

	.tu-tip-card {
		grid-template-columns: 1fr;
	}

	.tu-newsletter input,
	.tu-newsletter button {
		width: 100%;
	}

	.tu-footer-wrap {
		border-radius: 18px 18px 0 0;
	}
}
