/*
Theme Name: تهران تخلیه (Tehran Takhlie)
Theme URI: https://tehrantakhlieh.ir/
Author: Vaxi.ir
Author URI: https://vaxi.ir/
Description: قالب اختصاصی وردپرس برای سایت خدمات تخلیه چاه و لوله‌بازکنی تهران تخلیه. شامل بخش مناطق تهران، مقالات و صفحات فرود اختصاصی هر منطقه.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tehran-takhlie
Tags: custom-menu, featured-images, translation-ready, rtl-language-support, blog
*/

/* ==========================================================================
   0. Design tokens
   ========================================================================== */
:root{
	--navy:#0d2b45;
	--navy-2:#12395c;
	--navy-deep:#081a2c;
	--gold:#f3b30f;
	--gold-dark:#d99c00;
	--green:#1fa971;
	--green-dark:#178a5c;
	--blue:#1f70b3;
	--blue-2:#2c85cf;
	--blue-light:#eaf5fc;
	--blue-light-2:#dcedf9;
	--ink:#132639;
	--ink-2:#33495d;
	--ink-light:#5f7387;
	--white:#ffffff;
	--border:#e4ecf3;
	--radius-sm:8px;
	--radius:14px;
	--radius-lg:22px;
	--shadow-sm:0 4px 14px rgba(13,43,69,.06);
	--shadow:0 14px 34px rgba(13,43,69,.10);
	--shadow-lg:0 24px 60px rgba(8,26,44,.18);
	--container:1200px;
	--font:'Vazirmatn', Tahoma, sans-serif;
}

/* ==========================================================================
   1. Reset & base
   ========================================================================== */
*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
html,body{overflow-x:hidden;max-width:100%;}
body{
	margin:0;
	font-family:var(--font);
	color:var(--ink);
	background:var(--white);
	font-size:16px;
	line-height:1.85;
	direction:rtl;
	-webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;text-decoration:none;}
ul,ol{margin:0;padding:0;list-style:none;}
h1,h2,h3,h4,p{margin:0;}
button{font-family:inherit;cursor:pointer;}
input,textarea{font-family:inherit;}
.container{max-width:var(--container);margin:0 auto;padding:0 24px;}
:focus-visible{outline:3px solid var(--blue-2);outline-offset:2px;}
.screen-reader-text{
	border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;
	overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;
}
.screen-reader-text:focus{
	background:#fff;color:var(--navy-deep);display:block;font-size:14px;font-weight:700;
	height:auto;line-height:normal;padding:14px 22px;position:fixed!important;
	top:10px;right:10px;left:auto;width:auto;clip:auto;clip-path:none;z-index:100000;
	border-radius:var(--radius-sm);box-shadow:var(--shadow);text-decoration:none;
}
@media (prefers-reduced-motion: reduce){
	html{scroll-behavior:auto;}
	*{animation-duration:.01ms !important;transition-duration:.01ms !important;}
}

.tt-btn{
	display:inline-flex;align-items:center;gap:10px;
	padding:14px 26px;border-radius:999px;
	font-weight:700;font-size:15px;border:none;
	transition:transform .15s ease, box-shadow .15s ease;
}
.tt-btn:hover{transform:translateY(-2px);}
.tt-btn svg{width:19px;height:19px;flex:none;}
.tt-btn-gold{background:var(--gold);color:var(--navy-deep);box-shadow:0 10px 22px rgba(243,179,15,.35);}
.tt-btn-gold:hover{background:var(--gold-dark);}
.tt-btn-navy{background:var(--navy);color:var(--white);}
.tt-btn-navy:hover{background:var(--navy-2);}
.tt-btn-outline{background:transparent;border:1.5px solid var(--border);color:var(--ink);}
.tt-btn-white{background:var(--white);color:var(--blue);}

.tt-link-arrow{display:inline-flex;align-items:center;gap:6px;font-weight:700;color:var(--blue);font-size:14.5px;}
.tt-link-arrow svg{width:15px;height:15px;transition:transform .15s ease;}
.tt-link-arrow:hover svg{transform:translateX(-4px);}

.tt-eyebrow-wrap{text-align:center;margin-bottom:44px;}
.tt-eyebrow-wrap h2{font-size:clamp(24px,3vw,32px);font-weight:800;color:var(--navy-deep);}
.tt-eyebrow-wrap p{margin-top:10px;color:var(--ink-light);font-size:15.5px;}

.tt-icon{width:26px;height:26px;flex:none;}

/* ==========================================================================
   2. Header
   ========================================================================== */
.tt-header{background:var(--white);position:relative;z-index:40;border-bottom:1px solid var(--border);}
.tt-header-inner{
	display:flex;align-items:center;justify-content:space-between;gap:24px;
	padding:16px 24px;
}
.tt-header-logo{display:flex;flex-direction:column;align-items:flex-end;gap:2px;}
.tt-logo-link{display:inline-flex;}
.tt-logo-text{display:flex;align-items:center;gap:8px;font-size:21px;font-weight:800;color:var(--navy-deep);}
.tt-logo-icon{width:28px;height:28px;color:var(--blue);}
.custom-logo{max-height:56px;width:auto;}
.tt-logo-tagline{font-size:12.5px;color:var(--ink-light);}

.tt-header-nav{display:flex;align-items:center;gap:22px;}
.tt-nav-menu{display:flex;align-items:center;gap:26px;}
.tt-nav-menu a{font-size:15px;font-weight:600;color:var(--ink-2);padding:6px 2px;position:relative;}
.tt-nav-menu li.current-menu-item > a,
.tt-nav-menu a:hover{color:var(--blue);}
.tt-nav-menu li.current-menu-item > a::after{
	content:"";position:absolute;right:0;left:0;bottom:-6px;height:2px;background:var(--blue);border-radius:2px;
}
.tt-header-cta{display:flex;flex-direction:column;align-items:flex-start;gap:4px;}
.tt-header-phone-btn{
	display:inline-flex;align-items:center;gap:8px;background:var(--green);
	color:var(--white);padding:10px 18px;border-radius:999px;font-weight:800;font-size:14.5px;
}
.tt-header-phone-btn:hover{background:var(--green-dark);}
.tt-header-phone-btn .tt-icon{width:16px;height:16px;}
.tt-header-availability{font-size:11.5px;color:var(--ink-light);padding-inline-start:4px;}

.tt-mobile-toggle{display:none;background:none;border:none;width:38px;height:32px;flex-direction:column;justify-content:center;gap:6px;}
.tt-mobile-toggle span{display:block;height:2px;background:var(--navy-deep);border-radius:2px;}

.tt-search-form{display:flex;gap:10px;max-width:520px;margin:0 auto;}
.tt-search-form input[type="search"]{flex:1;border:1px solid var(--border);border-radius:999px;padding:11px 18px;font-size:14.5px;background:var(--white);}
.tt-search-form button{border:none;background:var(--blue);color:#fff;border-radius:999px;padding:0 20px;display:flex;align-items:center;}
.tt-search-form button .tt-icon{width:16px;height:16px;}

@media (max-width:960px){
	.tt-header-nav,.tt-header-cta{display:none;}
	.tt-mobile-toggle{display:flex;}

	.tt-header.is-open .tt-header-inner{flex-wrap:wrap;}
	.tt-header-logo{order:1;}
	.tt-mobile-toggle{order:2;}
	.tt-header.is-open .tt-header-nav{
		order:3;flex-basis:100%;position:static;
		display:flex;flex-direction:column;align-items:stretch;
		background:var(--white);padding:18px 24px;box-shadow:var(--shadow);gap:14px;
	}
	.tt-header.is-open .tt-nav-menu{flex-direction:column;align-items:flex-start;gap:14px;width:100%;}
	.tt-header.is-open .tt-header-cta{
		order:4;flex-basis:100%;position:static;
		display:flex;flex-direction:column;align-items:flex-start;gap:6px;
		background:var(--blue-light);padding:14px 24px;
	}
}

/* ==========================================================================
   3. Footer
   ========================================================================== */
.tt-footer{background:var(--navy-deep);color:#c9d7e3;position:relative;padding-top:56px;overflow:hidden;}
.tt-footer-grid{
	position:relative;z-index:1;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:36px;
	padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.08);
}
.tt-footer-brand .tt-logo-text,.tt-footer-brand .tt-logo-link{color:#fff;}
.tt-footer-logo-img{max-height:52px;width:auto;}
.tt-footer-logo-text{font-size:20px;}
.tt-footer-tagline{margin-top:14px;font-size:14px;line-height:1.9;color:#c3d3e0;max-width:320px;text-shadow:0 1px 3px rgba(0,0,0,.4);}
.tt-social-links{display:flex;gap:10px;margin-top:18px;}
.tt-social-link{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;color:#fff;}
.tt-social-link:hover{background:var(--blue);}
.tt-social-icon{width:16px;height:16px;}

.tt-footer-heading{color:#fff;font-size:15.5px;font-weight:700;margin-bottom:18px;text-shadow:0 1px 3px rgba(0,0,0,.4);}
.tt-footer-menu{display:flex;flex-direction:column;gap:11px;}
.tt-footer-menu a{font-size:14px;color:#dbe6ee;text-shadow:0 1px 3px rgba(0,0,0,.4);}
.tt-footer-menu a:hover{color:#fff;}

.tt-footer-contact{display:flex;flex-direction:column;gap:14px;}
.tt-footer-contact li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#dbe6ee;text-shadow:0 1px 3px rgba(0,0,0,.4);}
.tt-footer-contact .tt-icon{width:18px;height:18px;color:var(--blue-2);flex:none;margin-top:2px;}
.tt-footer-contact a{color:#eef4f9;}
.tt-footer-contact a:hover{color:#fff;}

.tt-footer-bottom{position:relative;z-index:1;padding:20px 0;}
.tt-footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;font-size:13px;color:#c3d3e0;text-shadow:0 1px 3px rgba(0,0,0,.4);}
.tt-footer-credit a{color:#eef4f9;font-weight:700;text-decoration:underline;text-underline-offset:3px;}
.tt-footer-credit a:hover{color:#fff;}

@media (max-width:900px){
	.tt-footer-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:560px){
	.tt-footer-grid{grid-template-columns:1fr;}
	.tt-footer-bottom-inner{flex-direction:column;text-align:center;}
}

/* ==========================================================================
   4. Hero
   ========================================================================== */
.tt-hero{
	position:relative;min-height:640px;display:flex;align-items:center;
	background-size:cover;background-position:center;background-color:var(--navy-deep);
	padding:60px 0 150px;overflow:hidden;
}
.tt-hero::before{
	content:"";position:absolute;inset:0;
	background:linear-gradient(90deg, rgba(8,20,33,.22) 0%, rgba(8,20,33,.02) 45%, rgba(8,20,33,.12) 100%);
}
.tt-hero-inner{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.tt-hero-side-text{
	position:absolute;left:8px;top:50%;transform:translateY(-50%);
	writing-mode:vertical-rl;color:#fff;font-weight:800;
	text-shadow:0 2px 12px rgba(0,0,0,.4);white-space:nowrap;font-size:15px;letter-spacing:3px;
	opacity:.92;max-height:80%;
}
.tt-hero-content{grid-column:1;background:rgba(255,255,255,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
	padding:34px 34px;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);
	border:1px solid rgba(255,255,255,.5);
	max-width:560px;justify-self:end;
}
.tt-hero-content h1{font-size:clamp(26px,3.6vw,38px);font-weight:800;color:var(--navy-deep);line-height:1.35;}
.tt-hero-content .tt-hero-line2{display:block;color:var(--blue);}
.tt-hero-desc{margin-top:16px;color:var(--ink-2);font-size:15.5px;line-height:1.9;}

.tt-hero-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:26px;}
.tt-hero-card{background:rgba(234,245,252,.92);border-radius:var(--radius);padding:16px 10px;text-align:center;}
.tt-hero-card .tt-icon,.tt-hero-card img{width:26px;height:26px;margin:0 auto 10px;color:var(--blue);}
.tt-hero-card h4{font-size:13px;font-weight:700;color:var(--navy-deep);}
.tt-hero-card p{font-size:11.5px;color:var(--ink-light);margin-top:3px;}

.tt-hero-actions{margin-top:24px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;}
.tt-hero-note{font-size:12.5px;color:var(--ink-light);}

@media (max-width:1080px){
	.tt-hero-side-text{display:none;}
	.tt-hero-inner{grid-template-columns:1fr;}
	.tt-hero-content{grid-column:1;justify-self:stretch;max-width:none;background:rgba(255,255,255,.82);}
}
@media (max-width:640px){
	.tt-hero-cards{grid-template-columns:repeat(2,1fr);}
	.tt-hero{padding-bottom:190px;}
}

/* ==========================================================================
   5. Services section (overlaps hero bottom)
   ========================================================================== */
.tt-services-section{position:relative;margin-top:-110px;z-index:5;}
.tt-services-card{
	background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);
	padding:62px clamp(20px,4vw,52px);
}
.tt-services-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;}
.tt-service-item{text-align:center;padding:18px 12px;border-radius:var(--radius);transition:background .15s ease;}
.tt-service-item:hover{background:var(--blue-light);}
.tt-service-icon{
	width:auto;height:auto;background:none;
	display:flex;align-items:center;justify-content:center;margin:0 auto 22px;color:var(--blue);
}
.tt-service-icon .tt-icon,.tt-service-icon img{width:85px;height:85px;}
.tt-service-item h3{font-size:15px;font-weight:700;color:var(--navy-deep);margin-bottom:6px;}
.tt-service-item p{font-size:12.5px;color:var(--ink-light);margin-bottom:12px;line-height:1.7;}

@media (max-width:900px){ .tt-services-grid{grid-template-columns:repeat(3,1fr);} }
@media (max-width:600px){ .tt-services-grid{grid-template-columns:repeat(2,1fr);} }

/* ==========================================================================
   6. Region highlight section
   ========================================================================== */
.tt-region-section{padding:90px 0;}
.tt-region-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;}
.tt-region-media{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);}
.tt-region-media img{width:100%;height:340px;object-fit:cover;}
.tt-region-badge{
	position:absolute;top:20px;left:20px;background:var(--white);border-radius:999px;
	padding:9px 18px;display:flex;align-items:center;gap:8px;font-weight:700;font-size:13.5px;
	box-shadow:var(--shadow-sm);color:var(--navy-deep);
}
.tt-region-badge .tt-icon{width:15px;height:15px;color:var(--blue);}
.tt-region-content h2{font-size:clamp(22px,3vw,29px);font-weight:800;color:var(--navy-deep);margin-bottom:16px;}
.tt-region-content p{color:var(--ink-2);font-size:15px;line-height:2;margin-bottom:26px;}
.tt-region-areas{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:26px;}
.tt-region-areas span{background:var(--blue-light);color:var(--blue);font-size:12.5px;font-weight:600;padding:6px 13px;border-radius:999px;}

@media (max-width:900px){ .tt-region-grid{grid-template-columns:1fr;} }

/* ==========================================================================
   7. Why us
   ========================================================================== */
.tt-why-section{background:var(--blue-light);padding:112px 0;}
.tt-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;text-align:center;}
.tt-why-icon{width:auto;height:auto;background:none;
	display:flex;align-items:center;justify-content:center;margin:0 auto 22px;color:var(--blue);}
.tt-why-icon .tt-icon,.tt-why-icon img{width:85px;height:85px;}
.tt-why-item h3{font-size:15.5px;font-weight:700;color:var(--navy-deep);}
.tt-why-item p{font-size:13px;color:var(--ink-light);margin-top:6px;}
@media (max-width:800px){ .tt-why-grid{grid-template-columns:repeat(2,1fr);} }

/* ==========================================================================
   8. CTA banner
   ========================================================================== */
.tt-cta-banner{
	position:relative;background:var(--navy-deep);background-size:cover;background-position:center;
	padding:70px 0;overflow:hidden;
}
.tt-cta-banner::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(8,20,33,.92) 0%, rgba(8,20,33,.55) 60%, rgba(8,20,33,.25) 100%);}
.tt-cta-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;}
.tt-cta-text h2{color:#fff;font-size:clamp(22px,3vw,28px);font-weight:800;margin-bottom:12px;}
.tt-cta-text p{color:#c9d7e3;font-size:15px;max-width:480px;line-height:1.9;}
.tt-cta-caption{position:relative;color:#fff;font-weight:700;font-size:16px;align-self:flex-end;
	border-bottom:2px dashed rgba(255,255,255,.5);padding-bottom:6px;}

/* ==========================================================================
   9. Blog / articles grid (home)
   ========================================================================== */
.tt-blog-section{padding:90px 0;}
.tt-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:36px;flex-wrap:wrap;gap:12px;}
.tt-section-head h2{font-size:clamp(22px,3vw,28px);font-weight:800;color:var(--navy-deep);}
.tt-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.tt-blog-card{border:none;border-radius:0;overflow:visible;background:transparent;transition:transform .15s ease;}
.tt-blog-card:hover{transform:translateY(-4px);}
.tt-blog-card-img{aspect-ratio:16/10;overflow:hidden;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:block;}
.tt-blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;}
.tt-blog-card:hover .tt-blog-card-img img{transform:scale(1.05);}
.tt-blog-card-body{
	position:relative;background:#fff;margin:-32px 14px 0;padding:22px 22px 26px;
	border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid var(--border);
	transition:box-shadow .2s ease;
}
.tt-blog-card:hover .tt-blog-card-body{box-shadow:0 20px 40px rgba(13,43,69,.14);border-color:transparent;}
.tt-blog-date{font-size:12px;color:var(--ink-light);margin-bottom:10px;display:flex;align-items:center;gap:6px;padding-bottom:10px;border-bottom:1px solid var(--border);}
.tt-blog-date .tt-icon{width:14px;height:14px;color:var(--blue);}
.tt-blog-card h3{font-size:16.5px;font-weight:700;color:var(--navy-deep);line-height:1.6;margin-bottom:10px;}
.tt-blog-card h3 a:hover{color:var(--blue);}
.tt-blog-excerpt{font-size:13.5px;color:var(--ink-light);line-height:1.85;margin-bottom:14px;}
@media (max-width:900px){ .tt-blog-grid{grid-template-columns:1fr 1fr;} }
@media (max-width:640px){ .tt-blog-grid{grid-template-columns:1fr;} }

/* ==========================================================================
   10. Breadcrumb & page head
   ========================================================================== */
.tt-breadcrumb ol{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:13px;color:var(--ink-light);}
.tt-breadcrumb li:not(:last-child)::after{content:"/";margin-inline-start:6px;color:#c3d0da;}
.tt-breadcrumb a{color:var(--ink-light);}
.tt-breadcrumb a:hover{color:var(--blue);}
.tt-breadcrumb li[aria-current="page"]{color:var(--ink-2);font-weight:600;}

.tt-page-head{background:var(--blue-light);padding:34px 0 40px;border-bottom:1px solid var(--border);}
.tt-page-title{font-size:clamp(24px,3.4vw,32px);font-weight:800;color:var(--navy-deep);margin-top:14px;line-height:1.5;}
.tt-page-subtitle{margin-top:10px;color:var(--ink-light);font-size:15px;max-width:680px;}
.tt-zone-tag{display:inline-flex;align-items:center;gap:6px;background:var(--white);color:var(--blue);font-weight:700;
	font-size:12.5px;padding:6px 14px;border-radius:999px;margin-top:14px;box-shadow:var(--shadow-sm);}
.tt-zone-tag .tt-icon{width:14px;height:14px;}
.tt-meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin-top:18px;}
.tt-meta-row span,.tt-meta-row a{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:var(--ink-light);}
.tt-meta-row .tt-icon{width:16px;height:16px;color:var(--blue);}
.tt-meta-phone{font-weight:700;color:var(--blue) !important;}

/* ==========================================================================
   11. Article layout (content right / sidebar - visually content-left)
   ========================================================================== */
.tt-article-layout{
	display:grid;grid-template-columns:2fr 1fr;gap:40px;
	direction:ltr;align-items:start;padding:44px 0 90px;
}
.tt-article-layout > *{direction:rtl;}
.tt-article-full{max-width:820px;margin:0 auto;padding:44px 0 90px;}

.tt-article-thumb{border-radius:var(--radius-lg);overflow:hidden;margin-bottom:30px;box-shadow:var(--shadow-sm);}
.tt-article-thumb img{width:100%;object-fit:cover;max-height:440px;}

.tt-article-content{font-size:15.5px;line-height:2;color:var(--ink-2);}
.tt-article-content > *:first-child{margin-top:0;}
.tt-article-content h2{font-size:21px;font-weight:800;color:var(--navy-deep);margin:38px 0 16px;}
.tt-article-content h3{font-size:17.5px;font-weight:700;color:var(--navy-deep);margin:28px 0 12px;}
.tt-article-content p{margin:0 0 18px;}
.tt-article-content img{border-radius:var(--radius);margin:20px 0;box-shadow:var(--shadow-sm);}
.tt-article-content a{color:var(--blue);text-decoration:underline;text-underline-offset:3px;}
.tt-article-content ul:not(.tt-widget-list):not(.tt-widget-recent){margin:18px 0;padding:0;list-style:none;}
.tt-article-content ul:not(.tt-widget-list):not(.tt-widget-recent) li{
	position:relative;padding-inline-start:32px;margin-bottom:12px;
}
.tt-article-content ul:not(.tt-widget-list):not(.tt-widget-recent) li::before{
	content:"";position:absolute;inline-size:20px;block-size:20px;inset-inline-start:0;top:2px;
	background:var(--blue-light);border-radius:6px;
}
.tt-article-content ul:not(.tt-widget-list):not(.tt-widget-recent) li::after{
	content:"";position:absolute;inline-size:6px;block-size:11px;inset-inline-start:7px;top:5px;
	border-inline-end:2px solid var(--blue);border-block-end:2px solid var(--blue);transform:rotate(45deg);
}
.tt-article-content ol{margin:18px 0;padding-inline-start:22px;}
.tt-article-content ol li{margin-bottom:10px;}
.tt-article-content blockquote{
	background:var(--blue-light);border-radius:var(--radius);padding:22px 24px 22px 60px;position:relative;
	margin:26px 0;font-size:14.5px;color:var(--ink-2);border:none;
}
.tt-article-content blockquote::before{
	content:"";position:absolute;top:22px;inset-inline-end:20px;width:34px;height:34px;border-radius:50%;
	background:var(--blue);
}
.tt-article-content blockquote p{margin:0;}
.tt-article-content blockquote p:first-child{font-weight:700;color:var(--navy-deep);margin-bottom:4px;}

.tt-region-areas-page{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px;}
.tt-region-areas-page span{
	display:inline-flex;align-items:center;gap:6px;background:var(--blue-light);color:var(--blue);
	font-size:13px;font-weight:600;padding:8px 14px;border-radius:999px;
}
.tt-region-areas-page .tt-icon{width:13px;height:13px;}

.tt-article-cta-box{
	background:var(--blue-light);border-radius:var(--radius-lg);padding:30px 32px;margin-top:20px;
	display:flex;flex-direction:column;align-items:flex-start;gap:14px;
}
.tt-cta-box-icon{width:48px;height:48px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;color:var(--blue);box-shadow:var(--shadow-sm);}
.tt-cta-box-icon .tt-icon{width:22px;height:22px;}
.tt-article-cta-box p{font-size:14.5px;color:var(--ink-2);max-width:640px;}

.tt-tags{margin-top:26px;font-size:13px;color:var(--ink-light);}
.tt-tags a{color:var(--blue);margin-inline-end:6px;}

.tt-child-regions{margin-top:36px;}
.tt-child-regions h2{font-size:19px;font-weight:800;color:var(--navy-deep);margin-bottom:16px;}
.tt-child-regions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;}
.tt-child-region-card{
	display:flex;align-items:center;justify-content:space-between;background:var(--white);border:1px solid var(--border);
	border-radius:var(--radius);padding:14px 18px;font-weight:600;font-size:14px;color:var(--ink-2);
}
.tt-child-region-card:hover{border-color:var(--blue);color:var(--blue);}
.tt-child-region-card .tt-icon{width:15px;height:15px;}

/* ==========================================================================
   12. Sidebar widgets
   ========================================================================== */
.tt-sidebar{display:flex;flex-direction:column;gap:26px;}
.tt-widget{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:22px;}
.tt-widget-title{font-size:15.5px;font-weight:700;color:var(--navy-deep);margin-bottom:16px;}
.tt-widget-list{display:flex;flex-direction:column;gap:12px;}
.tt-widget-list li{display:flex;align-items:center;justify-content:space-between;font-size:14px;}
.tt-widget-list a{color:var(--ink-2);}
.tt-widget-list a:hover{color:var(--blue);}
.tt-count{background:var(--blue-light);color:var(--blue);font-size:11.5px;font-weight:700;border-radius:999px;padding:2px 9px;}

.tt-widget-recent{display:flex;flex-direction:column;gap:16px;}
.tt-widget-recent li{display:flex;gap:12px;align-items:center;}
.tt-recent-thumb{width:56px;height:56px;border-radius:var(--radius-sm);overflow:hidden;flex:none;background:var(--blue-light);}
.tt-recent-thumb img{width:100%;height:100%;object-fit:cover;}
.tt-recent-thumb-fallback{display:block;width:100%;height:100%;}
.tt-recent-title{display:block;font-size:13.5px;font-weight:600;color:var(--ink-2);line-height:1.6;}
.tt-recent-title:hover{color:var(--blue);}
.tt-recent-date{font-size:11.5px;color:var(--ink-light);}

.tt-sidebar-cta{background:var(--blue);color:#fff;border:none;}
.tt-sidebar-cta h3{font-size:16.5px;font-weight:800;margin-bottom:10px;}
.tt-sidebar-cta p{font-size:13.5px;color:#dceafb;line-height:1.85;margin-bottom:18px;}
.tt-sidebar-cta .tt-btn{width:100%;justify-content:center;}
.tt-sidebar-cta-features{display:flex;justify-content:space-between;margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.2);}
.tt-sidebar-cta-features span{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:10.5px;color:#dceafb;text-align:center;}
.tt-sidebar-cta-features .tt-icon{width:18px;height:18px;}

.tt-widget-search .tt-search-form{max-width:none;}

/* ==========================================================================
   13. Regions archive (hub) grid
   ========================================================================== */
.tt-region-archive-layout{display:grid;grid-template-columns:2.4fr 1fr;gap:40px;direction:ltr;align-items:start;padding:44px 0 90px;}
.tt-region-archive-layout > *{direction:rtl;}
.tt-region-grid-list{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.tt-region-card{
	display:flex;flex-direction:column;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);
	overflow:hidden;transition:box-shadow .15s ease,transform .15s ease;
}
.tt-region-card:hover{box-shadow:var(--shadow);transform:translateY(-3px);}
.tt-region-card-img{position:relative;aspect-ratio:4/3;background:var(--blue-light);display:flex;align-items:center;justify-content:center;}
.tt-region-card-img img{width:100%;height:100%;object-fit:cover;}
.tt-region-card-fallback-icon{width:34px;height:34px;color:var(--blue);}
.tt-region-card-badge{position:absolute;top:10px;left:10px;background:var(--navy-deep);color:#fff;font-size:12px;font-weight:700;
	width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.tt-region-card-body{padding:16px 18px 20px;}
.tt-region-card-body h3{font-size:15px;font-weight:700;color:var(--navy-deep);margin-bottom:6px;}
.tt-region-card-sub{display:block;font-size:12px;color:var(--ink-light);margin-bottom:10px;}

.tt-pagination{display:flex;flex-wrap:wrap;gap:8px;margin-top:40px;justify-content:center;}
.tt-pagination .page-numbers{
	display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 10px;
	border-radius:var(--radius-sm);border:1px solid var(--border);font-size:13.5px;color:var(--ink-2);
}
.tt-pagination .page-numbers.current{background:var(--blue);border-color:var(--blue);color:#fff;}
.tt-pagination .page-numbers:hover{border-color:var(--blue);color:var(--blue);}

@media (max-width:1080px){
	.tt-article-layout,.tt-region-archive-layout{grid-template-columns:1fr;}
	.tt-region-grid-list{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:640px){
	.tt-region-grid-list,.tt-child-regions-grid{grid-template-columns:1fr;}
	.tt-cta-inner{flex-direction:column;align-items:flex-start;}
	.tt-cta-caption{align-self:flex-start;}
}

/* ==========================================================================
   14. Mobile sticky call bar
   ========================================================================== */
.tt-mobile-sticky-cta{display:none;}
@media (max-width:768px){
	.tt-mobile-sticky-cta{
		display:flex;position:fixed;bottom:0;right:0;left:0;z-index:70;
		background:var(--gold);box-shadow:0 -8px 24px rgba(0,0,0,.18);
		padding:12px 18px;padding-bottom:calc(12px + env(safe-area-inset-bottom));
	}
	.tt-mobile-sticky-cta a{
		display:flex;align-items:center;justify-content:center;gap:10px;
		width:100%;color:var(--navy-deep);font-weight:800;font-size:15px;
	}
	.tt-mobile-sticky-cta .tt-icon{width:20px;height:20px;flex:none;}
	body{padding-bottom:64px;}
}

/* ==========================================================================
   15. Comments
   ========================================================================== */
.tt-comments{padding-top:50px;margin-top:50px;border-top:1px solid var(--border);}
.tt-comments-title{font-size:20px;font-weight:800;color:var(--navy-deep);margin-bottom:26px;}

.tt-comment-list{display:flex;flex-direction:column;gap:22px;}
.tt-comment-list .children{
	list-style:none;margin:22px 0 0;padding-inline-start:20px;
	border-inline-start:2px solid var(--border);display:flex;flex-direction:column;gap:22px;
}
.tt-comment{list-style:none;}
.tt-comment-inner{display:flex;gap:16px;align-items:flex-start;}
.tt-comment-avatar{flex:none;}
.tt-comment-avatar img{width:52px;height:52px;border-radius:50%;display:block;}
.tt-comment-body{flex:1;min-width:0;background:var(--blue-light);border-radius:var(--radius);padding:18px 20px;}
.tt-comment-meta{display:flex;align-items:center;gap:12px;margin-bottom:8px;flex-wrap:wrap;}
.tt-comment-author{font-weight:700;color:var(--navy-deep);font-size:14.5px;}
.tt-comment-date{font-size:12px;color:var(--ink-light);}
.tt-comment-date:hover{color:var(--blue);}
.tt-comment-awaiting-moderation{
	font-size:12.5px;color:var(--gold-dark);background:#fff8e6;padding:8px 12px;
	border-radius:var(--radius-sm);margin-bottom:10px;
}
.tt-comment-text{font-size:14.5px;color:var(--ink-2);line-height:1.9;}
.tt-comment-text p{margin:0 0 10px;}
.tt-comment-text p:last-child{margin-bottom:0;}
.tt-comment-reply{margin-top:10px;}
.tt-comment-reply a{font-size:12.5px;font-weight:700;color:var(--blue);}
.tt-comment-reply a:hover{text-decoration:underline;}
.tt-comments-pagination{margin-top:30px;}
.tt-comments-closed{color:var(--ink-light);font-size:14px;background:var(--blue-light);padding:16px 20px;border-radius:var(--radius);}

/* Comment form */
.tt-comment-form{margin-top:44px;}
.tt-comment-form > h3{font-size:19px;font-weight:800;color:var(--navy-deep);margin-bottom:20px;}
.tt-comment-form #cancel-comment-reply-link{margin-inline-start:12px;font-size:13px;font-weight:600;color:var(--blue);}
.tt-comment-form .comment-notes,.tt-comment-form .logged-in-as{font-size:13.5px;color:var(--ink-light);margin-bottom:16px;}
.tt-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.tt-form-row{margin-bottom:18px;}
.tt-form-row label{display:block;font-size:13.5px;font-weight:700;color:var(--ink-2);margin-bottom:8px;}
.tt-form-row label span{color:var(--gold-dark);}
.tt-form-row input,.tt-form-row textarea{
	width:100%;border:1px solid var(--border);border-radius:var(--radius-sm);
	padding:12px 16px;font-size:14.5px;font-family:inherit;background:var(--white);
	color:var(--ink);transition:border-color .15s ease;
}
.tt-form-row input:focus,.tt-form-row textarea:focus{outline:none;border-color:var(--blue);}
.tt-form-row textarea{resize:vertical;min-height:130px;}
.tt-comment-form .form-submit{margin-top:6px;margin-bottom:0;}

@media (max-width:600px){
	.tt-form-grid{grid-template-columns:1fr;}
	.tt-comment-inner{gap:12px;}
	.tt-comment-avatar img{width:40px;height:40px;}
	.tt-comment-list .children{padding-inline-start:14px;}
}
