/*
Theme Name: Taşınma Merkezi Pro
Theme URI: https://tasinmamerkezi.com/
Author: Taşınma Merkezi
Description: Taşınma Merkezi için profesyonel, hızlı ve SEO odaklı nakliyat portalı teması.
Version: 10.9.36
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: tasinma-merkezi-pro
*/

:root{
	--tm-navy:#0b2540;
	--tm-navy-2:#071a2c;
	--tm-blue:#154f82;
	--tm-orange:#ff9f1c;
	--tm-orange-2:#e68600;
	--tm-white:#ffffff;
	--tm-bg:#f5f7fb;
	--tm-bg-2:#eef3f8;
	--tm-text:#172230;
	--tm-muted:#687585;
	--tm-border:#dfe6ee;
	--tm-green:#25d366;
	--tm-red:#e33d3d;
	--tm-shadow:0 18px 48px rgba(11,37,64,.10);
	--tm-radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
	margin:0;
	font-family:Arial,Helvetica,sans-serif;
	color:var(--tm-text);
	line-height:1.65;
	background:#fff;
	-webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto}
a{color:inherit}
button,input,textarea,select{font:inherit}
.tm-container{width:min(1200px,calc(100% - 34px));margin:0 auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* HEADER */
.tm-topbar{
	background:var(--tm-navy-2);
	color:#d7e2ec;
	font-size:13px;
}
.tm-topbar-inner{
	min-height:38px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
}
.tm-topbar-left,.tm-topbar-right{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:18px;
}
.tm-topbar a{text-decoration:none;color:#d7e2ec}
.tm-topbar a:hover{color:var(--tm-orange)}

.tm-header{
	position:sticky;
	top:0;
	z-index:9999;
	background:rgba(255,255,255,.97);
	border-bottom:1px solid var(--tm-border);
	backdrop-filter:blur(12px);
}
.tm-header-in{
	min-height:78px;
	display:flex;
	align-items:center;
	gap:24px;
}
.tm-brand{margin-right:auto}
.tm-brand a{
	display:flex;
	align-items:center;
	text-decoration:none;
	color:var(--tm-navy);
	font-weight:900;
}
.tm-brand .custom-logo{display:block;max-width:225px;max-height:60px;width:auto;height:auto}
.tm-brand-text{font-size:22px}
.tm-nav{display:block}
.tm-menu{
	display:flex;
	align-items:center;
	gap:5px;
	margin:0;
	padding:0;
	list-style:none;
}
.tm-menu li{margin:0}
.tm-menu a{
	display:block;
	padding:11px 12px;
	border-radius:10px;
	text-decoration:none;
	color:var(--tm-navy);
	font-size:14px;
	font-weight:800;
	transition:.2s ease;
}
.tm-menu a:hover{
	background:#f1f5f9;
	color:var(--tm-orange-2);
}
.tm-header-actions{
	display:flex;
	align-items:center;
	gap:10px;
}
.tm-header-call{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:44px;
	padding:0 15px;
	border:1px solid var(--tm-border);
	border-radius:10px;
	color:var(--tm-navy);
	text-decoration:none;
	font-size:13px;
	font-weight:900;
}
.tm-header-cta{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:44px;
	padding:0 16px;
	border-radius:10px;
	background:var(--tm-orange);
	color:var(--tm-navy);
	text-decoration:none;
	font-size:14px;
	font-weight:900;
	box-shadow:0 8px 24px rgba(255,159,28,.22);
}
.tm-toggle{
	display:none;
	width:44px;
	height:44px;
	border:0;
	border-radius:10px;
	background:var(--tm-navy);
	color:#fff;
	font-weight:900;
	cursor:pointer;
}

/* HERO */
.tm-hero{
	position:relative;
	overflow:hidden;
	padding:110px 0 92px;
	background:
		radial-gradient(circle at 86% 18%,rgba(255,159,28,.23),transparent 29%),
		linear-gradient(135deg,var(--tm-navy-2),var(--tm-navy));
	color:#fff;
}
.tm-hero:before{
	content:"";
	position:absolute;
	inset:auto -120px -220px auto;
	width:560px;
	height:560px;
	border:1px solid rgba(255,255,255,.08);
	border-radius:50%;
}
.tm-hero:after{
	content:"";
	position:absolute;
	left:-100px;
	top:-120px;
	width:330px;
	height:330px;
	background:rgba(255,255,255,.025);
	border-radius:50%;
}
.tm-hero-grid{
	position:relative;
	z-index:2;
	display:grid;
	grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);
	gap:70px;
	align-items:center;
}
.tm-kicker{
	display:inline-flex;
	align-items:center;
	gap:8px;
	margin-bottom:16px;
	padding:7px 11px;
	border:1px solid rgba(255,255,255,.13);
	border-radius:999px;
	background:rgba(255,255,255,.06);
	color:#ffd89b;
	font-size:12px;
	font-weight:900;
	letter-spacing:1.2px;
}
.tm-hero h1{
	margin:0 0 22px;
	font-size:clamp(46px,6.1vw,76px);
	line-height:1.01;
	letter-spacing:-1.8px;
}
.tm-hero h1 strong{
	display:block;
	color:var(--tm-orange);
}
.tm-hero p{
	max-width:760px;
	margin:0 0 28px;
	color:#d7e2ec;
	font-size:18px;
}
.tm-search{
	display:flex;
	max-width:760px;
	margin:0 0 18px;
	padding:7px;
	border-radius:14px;
	background:#fff;
	box-shadow:0 18px 44px rgba(0,0,0,.22);
}
.tm-search input{
	flex:1;
	min-width:0;
	min-height:50px;
	padding:0 16px;
	border:0;
	outline:none;
	color:var(--tm-text);
	font-size:15px;
}
.tm-search button{
	min-width:120px;
	border:0;
	border-radius:10px;
	background:var(--tm-orange);
	color:var(--tm-navy);
	font-weight:900;
	cursor:pointer;
}
.tm-hero-actions{
	display:flex;
	flex-wrap:wrap;
	gap:11px;
}
.tm-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:50px;
	padding:0 20px;
	border-radius:10px;
	text-decoration:none;
	font-weight:900;
	transition:.2s ease;
}
.tm-btn:hover{transform:translateY(-2px)}
.tm-btn-orange{background:var(--tm-orange);color:var(--tm-navy)}
.tm-btn-ghost{border:1px solid rgba(255,255,255,.20);background:rgba(255,255,255,.06);color:#fff}
.tm-btn-dark{background:var(--tm-navy);color:#fff}
.tm-btn-green{background:var(--tm-green);color:#fff}
.tm-btn-white{background:#fff;color:var(--tm-navy);border:1px solid var(--tm-border)}
.tm-hero-trust{
	display:flex;
	flex-wrap:wrap;
	gap:10px 18px;
	margin-top:18px;
	color:#c7d3df;
	font-size:13px;
	font-weight:700;
}
.tm-hero-trust span:before{
	content:"✓";
	margin-right:6px;
	color:var(--tm-orange);
	font-weight:900;
}
.tm-hero-panel{
	padding:24px;
	border:1px solid rgba(255,255,255,.12);
	border-radius:22px;
	background:rgba(255,255,255,.07);
	box-shadow:0 18px 60px rgba(0,0,0,.15);
}
.tm-hero-panel h3{
	margin:0 0 6px;
	font-size:22px;
}
.tm-hero-panel>p{
	margin:0 0 18px;
	color:#cbd8e4;
	font-size:14px;
}
.tm-hero-stats{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:12px;
}
.tm-stat{
	padding:18px;
	border:1px solid rgba(255,255,255,.10);
	border-radius:14px;
	background:rgba(255,255,255,.05);
}
.tm-stat strong{
	display:block;
	margin-bottom:3px;
	color:var(--tm-orange);
	font-size:23px;
}
.tm-stat span{color:#dce5ee;font-size:13px;font-weight:700}

/* GENERIC SECTIONS */
.tm-section{padding:86px 0}
.tm-section-soft{background:var(--tm-bg)}
.tm-section-dark{background:linear-gradient(135deg,var(--tm-navy-2),var(--tm-navy));color:#fff}
.tm-section-head{
	max-width:780px;
	margin:0 auto 42px;
	text-align:center;
}
.tm-section-head .tm-label{
	display:inline-block;
	margin-bottom:10px;
	color:var(--tm-orange-2);
	font-size:12px;
	font-weight:900;
	letter-spacing:1.35px;
}
.tm-section-dark .tm-section-head .tm-label{color:#ffd08a}
.tm-section-head h2{
	margin:0 0 12px;
	color:var(--tm-navy);
	font-size:clamp(31px,4vw,46px);
	line-height:1.13;
	letter-spacing:-.7px;
}
.tm-section-dark .tm-section-head h2{color:#fff}
.tm-section-head p{
	margin:0;
	color:var(--tm-muted);
	font-size:16px;
}
.tm-section-dark .tm-section-head p{color:#b9c7d5}

/* SERVICE CARDS */
.tm-service-grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:18px;
}
.tm-service-card{
	position:relative;
	display:block;
	min-height:250px;
	padding:27px;
	overflow:hidden;
	border:1px solid var(--tm-border);
	border-radius:var(--tm-radius);
	background:#fff;
	text-decoration:none;
	box-shadow:0 9px 30px rgba(11,37,64,.045);
	transition:.22s ease;
}
.tm-service-card:after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:4px;
	background:var(--tm-orange);
	transform:scaleX(0);
	transform-origin:left;
	transition:.22s ease;
}
.tm-service-card:hover{
	transform:translateY(-5px);
	border-color:rgba(255,159,28,.7);
	box-shadow:var(--tm-shadow);
}
.tm-service-card:hover:after{transform:scaleX(1)}
.tm-service-icon{
	display:grid;
	place-items:center;
	width:56px;
	height:56px;
	margin-bottom:18px;
	border-radius:14px;
	background:var(--tm-navy);
	font-size:26px;
}
.tm-service-card h3{
	margin:0 0 9px;
	color:var(--tm-navy);
	font-size:21px;
}
.tm-service-card p{
	margin:0 0 18px;
	color:var(--tm-muted);
	font-size:14px;
}
.tm-service-card b{
	color:var(--tm-orange-2);
	font-size:14px;
}

/* HOW IT WORKS */
.tm-steps{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:18px;
	counter-reset:step;
}
.tm-step{
	position:relative;
	padding:28px;
	border:1px solid var(--tm-border);
	border-radius:var(--tm-radius);
	background:#fff;
}
.tm-step:before{
	counter-increment:step;
	content:"0" counter(step);
	display:grid;
	place-items:center;
	width:45px;
	height:45px;
	margin-bottom:18px;
	border-radius:12px;
	background:#fff3de;
	color:#9a5e00;
	font-weight:900;
}
.tm-step h3{margin:0 0 8px;color:var(--tm-navy);font-size:20px}
.tm-step p{margin:0;color:var(--tm-muted);font-size:14px}

/* CITIES */
.tm-city-grid{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:12px;
}
.tm-city-card{
	display:flex;
	align-items:center;
	justify-content:space-between;
	min-height:66px;
	padding:0 18px;
	border:1px solid var(--tm-border);
	border-radius:13px;
	background:#fff;
	text-decoration:none;
	color:var(--tm-navy);
	font-weight:900;
	transition:.2s ease;
}
.tm-city-card span:last-child{
	color:var(--tm-orange);
	font-size:20px;
}
.tm-city-card:hover{
	transform:translateY(-3px);
	border-color:var(--tm-orange);
	background:#fffaf2;
}

/* COMPANY CARDS */
.tm-company-grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:20px;
}
.tm-company-card{
	overflow:hidden;
	border:1px solid rgba(255,255,255,.10);
	border-radius:18px;
	background:#fff;
	color:var(--tm-text);
	box-shadow:0 14px 42px rgba(0,0,0,.12);
}
.tm-company-image{
	display:block;
	aspect-ratio:16/10;
	overflow:hidden;
	background:#eaf0f5;
}
.tm-company-image img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.tm-placeholder{
	display:grid;
	place-items:center;
	width:100%;
	height:100%;
	min-height:190px;
	background:linear-gradient(135deg,#e9eef3,#dbe4ed);
	color:var(--tm-navy);
	font-size:42px;
	font-weight:900;
}
.tm-company-body{padding:22px}
.tm-company-badge{
	display:inline-flex;
	margin-bottom:10px;
	padding:5px 9px;
	border-radius:999px;
	background:#fff2dc;
	color:#8e5700;
	font-size:11px;
	font-weight:900;
}
.tm-company-card h3{
	margin:0 0 8px;
	font-size:21px;
	line-height:1.3;
}
.tm-company-card h3 a{
	text-decoration:none;
	color:var(--tm-navy);
}
.tm-company-location{
	margin-bottom:10px;
	color:#6f7e8d;
	font-size:13px;
	font-weight:800;
}
.tm-company-card p{
	margin:0 0 16px;
	color:var(--tm-muted);
	font-size:14px;
}
.tm-company-actions{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
}
.tm-company-actions a{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:38px;
	padding:0 12px;
	border-radius:9px;
	text-decoration:none;
	font-size:12px;
	font-weight:900;
}
.tm-company-profile{background:var(--tm-navy);color:#fff}
.tm-company-phone{background:#fff3dc;color:#7b4b00}
.tm-company-wa{background:#e9f9ef;color:#18743b}

/* ANKARA / SEO LINKS */
.tm-region-wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:10px;
}
.tm-region-wrap a{
	display:inline-flex;
	align-items:center;
	min-height:42px;
	padding:0 15px;
	border:1px solid var(--tm-border);
	border-radius:999px;
	background:#fff;
	color:var(--tm-navy);
	text-decoration:none;
	font-size:14px;
	font-weight:800;
}
.tm-region-wrap a:hover{
	border-color:var(--tm-orange);
	background:var(--tm-orange);
}

/* BLOG */
.tm-blog-grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:20px;
}
.tm-blog-card{
	overflow:hidden;
	border:1px solid var(--tm-border);
	border-radius:18px;
	background:#fff;
	box-shadow:0 10px 30px rgba(11,37,64,.05);
}
.tm-blog-image{
	display:block;
	aspect-ratio:16/10;
	overflow:hidden;
	background:#eaf0f5;
}
.tm-blog-image img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.tm-blog-body{padding:22px}
.tm-blog-meta{
	margin-bottom:7px;
	color:#956000;
	font-size:12px;
	font-weight:800;
}
.tm-blog-card h3{
	margin:0 0 9px;
	font-size:20px;
	line-height:1.35;
}
.tm-blog-card h3 a{
	text-decoration:none;
	color:var(--tm-navy);
}
.tm-blog-card p{
	margin:0 0 15px;
	color:var(--tm-muted);
	font-size:14px;
}
.tm-inline-link{
	color:var(--tm-orange-2);
	text-decoration:none;
	font-size:14px;
	font-weight:900;
}

/* CTA */
.tm-register-cta{
	padding:64px 0;
	background:var(--tm-orange);
}
.tm-register-inner{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:30px;
}
.tm-register-cta .tm-label{
	display:inline-block;
	margin-bottom:8px;
	color:#744800;
	font-size:12px;
	font-weight:900;
	letter-spacing:1.1px;
}
.tm-register-cta h2{
	margin:0 0 7px;
	color:var(--tm-navy);
	font-size:clamp(30px,4vw,44px);
}
.tm-register-cta p{
	margin:0;
	color:#60481b;
	font-weight:650;
}

/* CONTACT STRIP */
.tm-contact-strip{
	padding:26px 0;
	background:#fff;
	border-top:1px solid var(--tm-border);
	border-bottom:1px solid var(--tm-border);
}
.tm-contact-strip-grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:12px;
}
.tm-contact-item{
	display:flex;
	align-items:center;
	gap:12px;
	padding:17px;
	border-radius:14px;
	background:var(--tm-bg);
}
.tm-contact-icon{
	display:grid;
	place-items:center;
	width:42px;
	height:42px;
	border-radius:11px;
	background:#fff3de;
}
.tm-contact-item small{
	display:block;
	color:var(--tm-muted);
	font-size:11px;
	font-weight:800;
	text-transform:uppercase;
}
.tm-contact-item a,.tm-contact-item strong{
	color:var(--tm-navy);
	text-decoration:none;
	font-size:14px;
	font-weight:900;
}

/* FIRMA SYSTEM / CONTENT */
.tm-company-archive-head{padding:65px 0 35px;background:var(--tm-bg)}
.tm-company-filter{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:10px;margin-top:22px}
.tm-company-filter input,.tm-company-filter select{min-height:46px;padding:0 12px;border:1px solid var(--tm-border);border-radius:9px;background:#fff}
.tm-company-filter button{min-height:46px;padding:0 18px;border:0;border-radius:9px;background:var(--tm-orange);color:var(--tm-navy);font-weight:900}
.tm-firma-hero{padding:55px 0;background:linear-gradient(135deg,var(--tm-navy-2),var(--tm-navy));color:#fff}
.tm-firma-top{display:grid;grid-template-columns:130px 1fr auto;gap:24px;align-items:center}
.tm-firma-logo{display:grid;place-items:center;width:130px;height:130px;border-radius:18px;overflow:hidden;background:#fff}
.tm-firma-logo img{width:100%;height:100%;object-fit:cover}
.tm-firma-title h1{margin:0 0 8px;font-size:clamp(32px,5vw,50px);line-height:1.08}
.tm-firma-title p{margin:0;color:#c8d6e3}
.tm-firma-actions{display:grid;gap:9px;min-width:205px}
.tm-firma-body{padding:60px 0}
.tm-firma-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start}
.tm-box{margin-bottom:20px;padding:26px;border:1px solid var(--tm-border);border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(11,37,64,.05)}
.tm-box h2,.tm-box h3{margin-top:0;color:var(--tm-navy)}
.tm-firma-sidebar{position:sticky;top:100px}
.tm-info-list{display:grid;gap:12px}
.tm-info-row{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:start;padding:12px 0;border-bottom:1px solid var(--tm-border)}
.tm-info-row:last-child{border-bottom:0}
.tm-info-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#fff3da}
.tm-info-row small{display:block;color:var(--tm-muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}
.tm-info-row a{color:var(--tm-navy);text-decoration:none;font-weight:800;word-break:break-word}
.tm-service-tags,.tm-tag-list{display:flex;flex-wrap:wrap;gap:8px}
.tm-service-tags span,.tm-tag-list a,.tm-tag-list span{padding:8px 12px;border-radius:999px;background:#fff4dc;color:#8a5800;font-size:12px;font-weight:800;text-decoration:none;border:1px solid #f3d18a}
.tm-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.tm-gallery a{display:block;border-radius:11px;overflow:hidden;background:#eef2f5}
.tm-gallery img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.tm-map iframe{width:100%!important;max-width:100%;border:0}
.tm-content{padding:70px 0}
.tm-article{max-width:900px;margin:auto}
.tm-article h1{color:var(--tm-navy);font-size:clamp(34px,5vw,52px);line-height:1.1}
.tm-entry{font-size:17px;line-height:1.8}
.tm-entry h2,.tm-entry h3{color:var(--tm-navy)}
.tm-form{display:grid;gap:14px}
.tm-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.tm-form label{display:grid;gap:6px;font-weight:800;color:var(--tm-navy)}
.tm-form input,.tm-form textarea,.tm-form select{width:100%;padding:12px;border:1px solid var(--tm-border);border-radius:9px;background:#fff}
.tm-form textarea{min-height:130px;resize:vertical}
.tm-upload-help{margin-top:-7px;color:var(--tm-muted);font-size:12px}
.tm-file-input{padding:10px!important;background:#f8fafc!important}
.tm-notice{padding:14px 16px;border-radius:10px;background:#e9f8ef;color:#176b36;font-weight:800}

/* FOOTER */
.tm-footer{
	background:var(--tm-navy-2);
	color:#fff;
	border-top:4px solid var(--tm-orange);
}
.tm-footer-main{
	padding:60px 0 50px;
}
.tm-footer-grid{
	display:grid;
	grid-template-columns:1.35fr 1fr 1fr 1fr;
	gap:38px;
}
.tm-footer-brand{
	margin-bottom:14px;
	color:var(--tm-orange);
	font-size:25px;
	font-weight:900;
}
.tm-footer p{
	margin:0;
	color:#afbdca;
	font-size:14px;
}
.tm-footer h4{
	position:relative;
	margin:0 0 18px;
	padding-bottom:10px;
	font-size:16px;
}
.tm-footer h4:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:34px;
	height:3px;
	border-radius:10px;
	background:var(--tm-orange);
}
.tm-footer ul{margin:0;padding:0;list-style:none}
.tm-footer li{margin-bottom:9px}
.tm-footer a{
	color:#b6c4d1;
	text-decoration:none;
	font-size:14px;
}
.tm-footer a:hover{color:var(--tm-orange)}
.tm-footer-contact{
	display:grid;
	gap:9px;
	margin-top:18px;
}
.tm-footer-contact a{
	display:inline-flex;
	align-items:center;
	gap:8px;
}
.tm-footer-bottom{
	padding:19px 0;
	border-top:1px solid rgba(255,255,255,.08);
	color:#8397a8;
	font-size:13px;
}
.tm-footer-bottom-in{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:18px;
}
.tm-footer-bottom-links{
	display:flex;
	flex-wrap:wrap;
	gap:16px;
}

/* RESPONSIVE */
@media(max-width:1050px){
	.tm-header-call{display:none}
	.tm-hero-grid{grid-template-columns:1fr}
	.tm-hero-panel{max-width:720px}
	.tm-service-grid,.tm-company-grid,.tm-blog-grid{grid-template-columns:repeat(2,1fr)}
	.tm-city-grid{grid-template-columns:repeat(3,1fr)}
	.tm-steps{grid-template-columns:repeat(3,1fr)}
	.tm-footer-grid{grid-template-columns:repeat(2,1fr)}
	.tm-firma-layout{grid-template-columns:1fr}
	.tm-firma-sidebar{position:static}
	.tm-firma-top{grid-template-columns:110px 1fr}
	.tm-firma-actions{grid-column:1/-1;grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
	.tm-topbar{display:none}
	.tm-header-in{min-height:70px}
	.tm-toggle{display:block}
	.tm-nav{
		display:none;
		position:absolute;
		top:70px;
		left:0;
		right:0;
		padding:12px 17px 18px;
		background:#fff;
		border-bottom:1px solid var(--tm-border);
		box-shadow:0 10px 25px rgba(0,0,0,.08);
	}
	.tm-nav.open{display:block}
	.tm-menu{display:block}
	.tm-menu a{padding:13px 8px}
	.tm-header-cta{display:none}
	.tm-hero{padding:78px 0}
	.tm-hero h1{font-size:46px}
	.tm-search{display:grid;grid-template-columns:1fr}
	.tm-search input{min-height:48px}
	.tm-search button{min-height:48px}
	.tm-section{padding:66px 0}
	.tm-service-grid,.tm-company-grid,.tm-blog-grid{grid-template-columns:1fr}
	.tm-city-grid{grid-template-columns:repeat(2,1fr)}
	.tm-steps{grid-template-columns:1fr}
	.tm-register-inner{display:block;text-align:center}
	.tm-register-inner .tm-btn{margin-top:20px}
	.tm-contact-strip-grid{grid-template-columns:1fr}
	.tm-company-filter{grid-template-columns:1fr}
	.tm-firma-top{grid-template-columns:1fr;text-align:center}
	.tm-firma-logo{margin:auto}
	.tm-firma-actions{grid-template-columns:1fr}
	.tm-gallery{grid-template-columns:repeat(2,1fr)}
	.tm-form-grid{grid-template-columns:1fr}
}
@media(max-width:540px){
	.tm-container{width:min(100% - 22px,1200px)}
	.tm-brand .custom-logo{max-width:190px}
	.tm-brand-text{font-size:18px}
	.tm-city-grid{grid-template-columns:1fr}
	.tm-footer-grid{grid-template-columns:1fr}
	.tm-footer-bottom-in{display:block;text-align:center}
	.tm-footer-bottom-links{justify-content:center;margin-top:10px}
	.tm-gallery{grid-template-columns:1fr}
	.tm-hero h1{font-size:40px}
	.tm-hero-stats{grid-template-columns:1fr}
}


/* =====================================================
   v2.1 - HAREKET / REVEAL / BLOG SLIDER / HERO VISUAL
===================================================== */

@keyframes tmFloat {
	0%,100% { transform: translateY(0); }
	50% { transform: translateY(-12px); }
}
@keyframes tmPulseSoft {
	0%,100% { transform: scale(1); opacity:.85; }
	50% { transform: scale(1.08); opacity:1; }
}
@keyframes tmTruckMove {
	0% { transform: translateX(0); }
	50% { transform: translateX(10px); }
	100% { transform: translateX(0); }
}
@keyframes tmGlow {
	0%,100% { box-shadow:0 0 0 rgba(255,159,28,0); }
	50% { box-shadow:0 0 42px rgba(255,159,28,.22); }
}

.tm-hero-motion{
	position:relative;
	min-height:410px;
}
.tm-hero-visual{
	position:relative;
	min-height:410px;
	border:1px solid rgba(255,255,255,.10);
	border-radius:24px;
	background:
		radial-gradient(circle at 68% 22%,rgba(255,159,28,.23),transparent 25%),
		linear-gradient(160deg,rgba(255,255,255,.09),rgba(255,255,255,.035));
	overflow:hidden;
	box-shadow:0 26px 70px rgba(0,0,0,.20);
}
.tm-hero-road{
	position:absolute;
	left:7%;
	right:7%;
	bottom:70px;
	height:76px;
	border-radius:18px;
	background:linear-gradient(180deg,#1c2f43,#132438);
	transform:skewX(-8deg);
}
.tm-hero-road:before{
	content:"";
	position:absolute;
	left:6%;
	right:6%;
	top:36px;
	height:3px;
	background:repeating-linear-gradient(90deg,#fff 0 35px,transparent 35px 70px);
	opacity:.55;
}
.tm-truck{
	position:absolute;
	left:50%;
	bottom:92px;
	width:245px;
	height:128px;
	transform:translateX(-50%);
	animation:tmTruckMove 4.8s ease-in-out infinite;
}
.tm-truck-box{
	position:absolute;
	right:0;
	top:4px;
	width:165px;
	height:84px;
	border-radius:12px 12px 6px 6px;
	background:linear-gradient(135deg,#ffffff,#dfe7ef);
	border:3px solid rgba(255,255,255,.7);
}
.tm-truck-box:before{
	content:"TAŞINMA\A MERKEZİ";
	white-space:pre;
	position:absolute;
	left:18px;
	top:18px;
	color:#0b2540;
	font-weight:900;
	font-size:17px;
	line-height:1.05;
}
.tm-truck-box:after{
	content:"";
	position:absolute;
	left:15px;
	bottom:11px;
	width:82px;
	height:5px;
	border-radius:10px;
	background:#ff9f1c;
}
.tm-truck-cab{
	position:absolute;
	left:13px;
	bottom:18px;
	width:77px;
	height:64px;
	border-radius:18px 10px 10px 8px;
	background:linear-gradient(135deg,#f7f9fb,#ccd7e1);
}
.tm-truck-cab:before{
	content:"";
	position:absolute;
	right:8px;
	top:8px;
	width:35px;
	height:22px;
	border-radius:7px 5px 5px 3px;
	background:#22435f;
}
.tm-wheel{
	position:absolute;
	bottom:2px;
	width:34px;
	height:34px;
	border:7px solid #0a1119;
	border-radius:50%;
	background:#7e8a96;
}
.tm-wheel.one{left:42px}
.tm-wheel.two{right:33px}
.tm-floating-card{
	position:absolute;
	display:flex;
	align-items:center;
	gap:9px;
	padding:11px 13px;
	border:1px solid rgba(255,255,255,.11);
	border-radius:14px;
	background:rgba(7,26,44,.78);
	backdrop-filter:blur(10px);
	color:#fff;
	font-size:12px;
	font-weight:800;
	box-shadow:0 12px 30px rgba(0,0,0,.18);
	animation:tmFloat 4s ease-in-out infinite;
}
.tm-floating-card b{color:#ffbf61}
.tm-float-one{left:18px;top:35px}
.tm-float-two{right:18px;top:95px;animation-delay:.7s}
.tm-float-three{left:45px;bottom:25px;animation-delay:1.3s}
.tm-hero-dot{
	position:absolute;
	border-radius:50%;
	background:#ff9f1c;
	animation:tmPulseSoft 3.4s ease-in-out infinite;
}
.tm-hero-dot.one{width:20px;height:20px;right:62px;bottom:35px}
.tm-hero-dot.two{width:11px;height:11px;left:35px;top:175px;animation-delay:.9s}

/* Reveal */
.tm-reveal{
	opacity:0;
	transform:translateY(28px);
	transition:opacity .65s ease,transform .65s ease;
}
.tm-reveal.is-visible{
	opacity:1;
	transform:translateY(0);
}

/* service icon micro motion */
.tm-service-card:hover .tm-service-icon{
	animation:tmPulseSoft .65s ease;
}

/* Blog Slider */
.tm-blog-slider-shell{
	position:relative;
}
.tm-blog-slider{
	overflow:hidden;
}
.tm-blog-track{
	display:flex;
	gap:20px;
	transition:transform .55s cubic-bezier(.22,.61,.36,1);
	will-change:transform;
}
.tm-blog-slide{
	flex:0 0 calc((100% - 40px)/3);
}
.tm-slider-controls{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:10px;
	margin-top:24px;
}
.tm-slider-btn{
	display:grid;
	place-items:center;
	width:44px;
	height:44px;
	border:1px solid var(--tm-border);
	border-radius:50%;
	background:#fff;
	color:var(--tm-navy);
	font-size:19px;
	font-weight:900;
	cursor:pointer;
	box-shadow:0 8px 24px rgba(11,37,64,.07);
	transition:.2s ease;
}
.tm-slider-btn:hover{
	transform:translateY(-2px);
	border-color:var(--tm-orange);
	background:var(--tm-orange);
}
.tm-slider-dots{
	display:flex;
	align-items:center;
	gap:6px;
}
.tm-slider-dot{
	width:7px;
	height:7px;
	border:0;
	border-radius:50%;
	background:#cbd4de;
	padding:0;
	cursor:pointer;
}
.tm-slider-dot.active{
	width:20px;
	border-radius:999px;
	background:var(--tm-orange);
}

/* tiny visual callout */
.tm-mini-visual{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:20px;
	align-items:center;
	margin-top:40px;
	padding:24px;
	border:1px solid var(--tm-border);
	border-radius:20px;
	background:linear-gradient(135deg,#fff,#f7f9fc);
	box-shadow:0 14px 40px rgba(11,37,64,.06);
}
.tm-mini-visual-art{
	position:relative;
	min-height:175px;
	border-radius:16px;
	overflow:hidden;
	background:
		radial-gradient(circle at 78% 20%,rgba(255,159,28,.25),transparent 25%),
		linear-gradient(135deg,#0b2540,#154f82);
}
.tm-mini-visual-art:before{
	content:"";
	position:absolute;
	left:12%;
	right:12%;
	bottom:42px;
	height:42px;
	border-radius:10px;
	background:#0a1827;
	transform:skewX(-8deg);
}
.tm-mini-boxes{
	position:absolute;
	right:25px;
	bottom:40px;
	display:grid;
	grid-template-columns:repeat(2,42px);
	gap:6px;
	animation:tmFloat 4.5s ease-in-out infinite;
}
.tm-mini-boxes span{
	display:block;
	width:42px;
	height:34px;
	border-radius:5px;
	background:#e4a34a;
	border:2px solid #f7c77f;
}
.tm-mini-truck{
	position:absolute;
	left:25px;
	bottom:58px;
	width:115px;
	height:58px;
	animation:tmTruckMove 4.2s ease-in-out infinite;
}
.tm-mini-truck:before{
	content:"";
	position:absolute;
	right:0;
	top:0;
	width:78px;
	height:40px;
	border-radius:7px;
	background:#fff;
}
.tm-mini-truck:after{
	content:"🚚";
	position:absolute;
	left:0;
	bottom:-6px;
	font-size:58px;
	line-height:1;
}
.tm-mini-visual h3{
	margin:0 0 8px;
	color:var(--tm-navy);
	font-size:24px;
}
.tm-mini-visual p{
	margin:0 0 14px;
	color:var(--tm-muted);
}
.tm-mini-visual a{
	color:var(--tm-orange-2);
	text-decoration:none;
	font-weight:900;
}

/* counters */
.tm-counter{
	font-variant-numeric:tabular-nums;
}

@media(max-width:1050px){
	.tm-hero-motion{min-height:350px}
	.tm-hero-visual{min-height:350px}
	.tm-blog-slide{flex-basis:calc((100% - 20px)/2)}
}
@media(max-width:820px){
	.tm-hero-motion{min-height:330px}
	.tm-hero-visual{min-height:330px}
	.tm-blog-slide{flex-basis:100%}
	.tm-mini-visual{grid-template-columns:1fr}
}
@media(max-width:540px){
	.tm-truck{transform:translateX(-50%) scale(.82)}
	.tm-floating-card{font-size:11px;padding:9px 10px}
	.tm-float-two{right:8px}
}

/* v2.2 screenshot-inspired homepage */
.tm22-home{background:#fff}.tm22-hero{min-height:520px;background:radial-gradient(circle at 72% 45%,#123f67 0,#081a2b 34%,#04111d 72%);color:#fff;overflow:hidden}
.tm22-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;min-height:520px;gap:30px}.tm22-pill{display:inline-block;background:#ff7900;padding:6px 13px;border-radius:20px;font-weight:900;font-size:13px}.tm22-copy h1{font-size:64px;line-height:.95;margin:15px 0 20px;letter-spacing:-2px}.tm22-copy h1 em{display:block;color:#ff7900;font-style:normal}.tm22-copy p{max-width:470px;color:#d6e0e9;font-size:17px}.tm22-actions{display:flex;gap:12px;margin-top:25px}.tm22-btn{padding:13px 20px;border-radius:7px;text-decoration:none;font-weight:900}.tm22-btn.orange{background:#ff8500;color:#fff}.tm22-btn.outline{border:1px solid #b7c5d1;color:#fff}
.tm22-hero-art{height:430px;position:relative}.tm22-glow{position:absolute;width:400px;height:400px;right:5%;top:5%;border-radius:50%;background:radial-gradient(circle,rgba(0,153,255,.38),transparent 68%)}.tm22-bigtruck{position:absolute;right:3%;bottom:35px;font-size:240px;filter:drop-shadow(0 25px 18px rgba(0,0,0,.35));animation:tmTruckMove 4s ease-in-out infinite}.tm22-float{position:absolute;z-index:2;padding:13px 16px;background:rgba(8,22,37,.76);border:1px solid rgba(255,255,255,.12);border-radius:9px;box-shadow:0 15px 30px rgba(0,0,0,.22);animation:tmFloat 4s ease-in-out infinite}.tm22-float b{margin-left:7px}.tm22-float.f1{left:4%;top:55px}.tm22-float.f2{left:1%;top:135px;animation-delay:.5s}.tm22-float.f3{left:7%;top:215px;animation-delay:1s}
.tm22-searchwrap{margin-top:-48px;position:relative;z-index:4}.tm22-search{background:#fff;border-radius:10px;padding:0 24px 24px;box-shadow:0 15px 45px rgba(8,26,43,.13)}.tm22-tabs{height:62px;display:flex;align-items:center;gap:45px;border-bottom:1px solid #eee;color:#697687}.tm22-tabs b{height:62px;display:flex;align-items:center;color:#ff7900;border-bottom:2px solid #ff7900}.tm22-fields{display:grid;grid-template-columns:1fr 1fr 1fr 130px;gap:16px;padding-top:20px}.tm22-fields select,.tm22-fields input{height:48px;border:1px solid #dce3e9;border-radius:6px;padding:0 12px;background:#fff}.tm22-fields button{border:0;border-radius:6px;background:#081c31;color:#fff;font-weight:900}
.tm22-section{padding:60px 0}.tm22-section.compact{padding:34px 0}.tm22-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.tm22-heading small{color:#ff7900;font-weight:900}.tm22-heading h2{margin:3px 0 0;color:#0b2036;font-size:27px}.tm22-heading>a{font-size:13px;text-decoration:none;color:#27394a;font-weight:800}
.tm22-services{display:grid;grid-template-columns:repeat(6,1fr);gap:9px}.tm22-service{text-align:center;min-height:235px;padding:25px 14px;border:1px solid #e5e9ee;border-radius:9px;background:#fff;text-decoration:none;box-shadow:0 7px 22px rgba(7,28,49,.04);transition:.2s}.tm22-service:hover{transform:translateY(-5px);box-shadow:0 14px 32px rgba(7,28,49,.1)}.tm22-service i{display:block;font-style:normal;font-size:40px}.tm22-service h3{font-size:15px;color:#0a1f34}.tm22-service p{font-size:12px;color:#778391;min-height:58px}.tm22-service b{font-size:12px;color:#ff7900}
.tm22-how{min-height:300px;border-radius:38px;background:linear-gradient(115deg,#061a2e,#0b2c4c);color:#fff;overflow:hidden;display:grid;grid-template-columns:1.2fr .8fr;position:relative}.tm22-howcopy{padding:35px 45px}.tm22-howcopy>small{color:#ff8a00;font-weight:900}.tm22-howcopy>h2{margin:3px 0 30px}.tm22-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.tm22-steps>div{text-align:center;position:relative}.tm22-steps strong{position:absolute;left:6px;top:-6px;background:#ff7900;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-size:11px}.tm22-steps i{display:grid;place-items:center;width:72px;height:72px;margin:auto;border-radius:50%;background:#fff;font-size:30px;font-style:normal}.tm22-steps h3{margin:10px 0 3px;font-size:15px}.tm22-steps p{margin:0;color:#b9c8d6;font-size:11px}.tm22-howart{position:relative;background:radial-gradient(circle at 70% 45%,rgba(255,153,0,.25),transparent 50%)}.tm22-howart div{position:absolute;right:50px;bottom:45px;font-size:145px}.tm22-howart span{position:absolute;font-size:45px;bottom:45px}.tm22-howart span:first-child{right:200px}.tm22-howart span:nth-child(2){right:155px;bottom:75px}
.tm22-cities{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.tm22-cities a{height:125px;border-radius:8px;overflow:hidden;text-decoration:none;color:#fff;display:flex;flex-direction:column;justify-content:end;padding:14px;background:linear-gradient(0deg,rgba(4,20,35,.9),rgba(13,55,87,.35)),linear-gradient(135deg,#1a668f,#d98a42)}.tm22-cities span{font-size:25px;margin-bottom:auto}.tm22-cities b{font-size:16px}.tm22-cities small{font-size:10px}
.tm22-firms{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.tm22-firm{padding:18px;border:1px solid #e3e8ed;border-radius:8px;background:#fff;box-shadow:0 5px 18px rgba(7,28,49,.04)}.tm22-firm-logo{height:65px;display:flex;align-items:center;font-size:45px}.tm22-firm-logo img{height:60px;width:90px;object-fit:contain}.tm22-firm h3{font-size:15px;margin:8px 0}.tm22-stars{color:#ff8a00;font-size:12px}.tm22-firm p{font-size:11px;color:#6f7c89;min-height:35px}.tm22-firm>div:last-child{display:flex;gap:5px}.tm22-firm>div:last-child a{padding:5px 9px;border:1px solid #ccd4db;border-radius:4px;text-decoration:none;font-size:10px;font-weight:800}.tm22-firm .wa{background:#25d366;color:#fff;border-color:#25d366!important}.tm22-empty{grid-column:1/-1;padding:30px;background:#f5f7f9;border-radius:8px}
.tm22-blog-slider{position:relative;overflow:hidden}.tm22-blog-track{display:flex;gap:12px;transition:transform .5s ease}.tm22-post{flex:0 0 calc((100% - 48px)/5);border:1px solid #e3e8ed;border-radius:8px;overflow:hidden;background:#fff}.tm22-post-img{height:125px;display:grid;place-items:center;background:linear-gradient(135deg,#d7e3ed,#8da8bc);overflow:hidden}.tm22-post-img img{width:100%;height:100%;object-fit:cover}.tm22-post-img span{font-size:55px}.tm22-post>div{padding:12px}.tm22-post small{color:#ff7900;font-size:9px;font-weight:900}.tm22-post h3{font-size:13px;line-height:1.35;margin:6px 0}.tm22-post h3 a{text-decoration:none;color:#10263a}.tm22-post time{font-size:10px;color:#7d8994}.tm22-prev,.tm22-next{position:absolute;top:43%;width:38px;height:38px;border-radius:50%;border:1px solid #ddd;background:#fff;z-index:2;font-size:25px}.tm22-prev{left:7px}.tm22-next{right:7px}
.tm22-bottomcta{margin:35px 0 55px;border-radius:18px;overflow:hidden;background:#071c31;color:#fff;display:grid;grid-template-columns:1.15fr .85fr}.tm22-metrics{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:28px}.tm22-metrics div{text-align:center}.tm22-metrics b{display:block;font-size:21px}.tm22-metrics span{font-size:10px;color:#b8c5d1}.tm22-join{padding:25px 30px;border-left:1px solid rgba(255,255,255,.08);display:flex;align-items:center}.tm22-join h2{font-size:21px;margin:0}.tm22-join p{font-size:12px;color:#b7c4d0}.tm22-join a{display:inline-block;padding:9px 13px;background:#ff8500;color:#fff;text-decoration:none;border-radius:5px;font-size:12px;font-weight:900}.tm22-join i{margin-left:auto;font-size:65px;font-style:normal}
@media(max-width:1050px){.tm22-services{grid-template-columns:repeat(3,1fr)}.tm22-cities{grid-template-columns:repeat(3,1fr)}.tm22-firms{grid-template-columns:repeat(3,1fr)}.tm22-post{flex-basis:calc((100% - 24px)/3)}}
@media(max-width:820px){.tm22-hero-grid{grid-template-columns:1fr}.tm22-hero{padding-top:50px}.tm22-copy h1{font-size:50px}.tm22-hero-art{height:310px}.tm22-bigtruck{font-size:175px}.tm22-fields{grid-template-columns:1fr}.tm22-searchwrap{margin-top:-20px}.tm22-how{grid-template-columns:1fr}.tm22-howart{display:none}.tm22-firms{grid-template-columns:repeat(2,1fr)}.tm22-post{flex-basis:calc((100% - 12px)/2)}.tm22-bottomcta{grid-template-columns:1fr}.tm22-join{border-left:0;border-top:1px solid rgba(255,255,255,.08)}}
@media(max-width:540px){.tm22-services,.tm22-cities,.tm22-firms{grid-template-columns:1fr}.tm22-tabs{gap:12px;font-size:11px}.tm22-steps{grid-template-columns:1fr}.tm22-copy h1{font-size:43px}.tm22-post{flex-basis:100%}.tm22-metrics{grid-template-columns:repeat(2,1fr);gap:22px}.tm22-heading{align-items:start}.tm22-heading>a{display:none}}


/* =========================================================
   Taşınma Merkezi Pro v3.0 - Hizmet Pazaryeri Ana Sayfa
========================================================= */
.tm30-header{position:sticky;top:0;z-index:9999;background:#fff;border-bottom:1px solid #e8edf2;box-shadow:0 3px 18px rgba(10,32,52,.04)}
.tm30-header-in{height:72px;display:flex;align-items:center;gap:30px}.tm30-brand{margin-right:auto}.tm30-brand a{text-decoration:none;color:#122b42;font-size:23px;font-weight:800}.tm30-brand b{color:#f47b20}.tm30-brand .custom-logo{max-height:52px;width:auto}.tm30-nav{display:flex;gap:25px}.tm30-nav a{text-decoration:none;color:#35485a;font-size:14px;font-weight:700}.tm30-nav a:hover{color:#f47b20}.tm30-head-actions{display:flex;align-items:center;gap:12px}.tm30-phone{text-decoration:none;color:#16324b;font-size:13px;font-weight:800}.tm30-provider{padding:10px 15px;border:1px solid #f47b20;border-radius:7px;color:#e76d13;text-decoration:none;font-size:13px;font-weight:900}.tm30-toggle{display:none;border:0;background:#122b42;color:#fff;border-radius:7px;width:42px;height:42px;font-size:20px}
.tm30-home{background:#fff;color:#172b3e}.tm30-hero{background:linear-gradient(120deg,#f7fbff 0,#eef6fc 54%,#e5f0f8 100%);overflow:hidden;border-bottom:1px solid #e3ebf2}.tm30-hero-inner{min-height:535px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:50px}.tm30-eyebrow{color:#e8731b;font-size:12px;font-weight:900;letter-spacing:1.2px}.tm30-hero-copy h1{max-width:720px;margin:11px 0 16px;color:#102b43;font-size:clamp(42px,5.2vw,66px);line-height:1.04;letter-spacing:-1.8px}.tm30-hero-copy h1 strong{color:#f47b20}.tm30-hero-copy>p{max-width:650px;margin:0 0 25px;color:#617285;font-size:17px}
.tm30-finder{max-width:790px;padding:22px;background:#fff;border:1px solid #e2e9ef;border-radius:14px;box-shadow:0 18px 45px rgba(17,52,82,.12)}.tm30-finder-title{margin-bottom:13px;color:#18344d;font-size:15px;font-weight:900}.tm30-finder-grid{display:grid;grid-template-columns:1fr 1fr 1fr 125px;gap:9px}.tm30-finder label{display:block;padding:8px 11px;border:1px solid #dce5ec;border-radius:8px;background:#fff}.tm30-finder label span{display:block;margin-bottom:1px;color:#8a98a6;font-size:10px;font-weight:800}.tm30-finder select,.tm30-finder input{width:100%;height:25px;padding:0;border:0;outline:0;background:transparent;color:#243c51;font-size:13px;font-weight:700}.tm30-finder button{border:0;border-radius:8px;background:#f47b20;color:#fff;font-weight:900;cursor:pointer}.tm30-trust{display:flex;gap:18px;margin-top:17px;color:#697b8b;font-size:12px;font-weight:700}.tm30-trust span::first-letter{color:#2aa968}
.tm30-hero-side{position:relative;min-height:410px}.tm30-van{position:absolute;right:8%;bottom:60px;font-size:220px;filter:drop-shadow(0 24px 18px rgba(18,47,72,.18));animation:tmTruckMove 4s ease-in-out infinite}.tm30-orbit{position:absolute;display:grid;place-items:center;width:55px;height:55px;border-radius:50%;background:#fff;box-shadow:0 12px 30px rgba(18,47,72,.12);font-size:24px;animation:tmFloat 4s ease-in-out infinite}.tm30-orbit.o1{left:12%;top:65px}.tm30-orbit.o2{right:7%;top:45px;animation-delay:.7s}.tm30-orbit.o3{left:3%;bottom:70px;animation-delay:1.2s}.tm30-side-card{position:absolute;padding:11px 15px;border-radius:10px;background:#fff;box-shadow:0 12px 30px rgba(18,47,72,.13);animation:tmFloat 4.5s ease-in-out infinite}.tm30-side-card b,.tm30-side-card span{display:block}.tm30-side-card b{color:#18344d}.tm30-side-card span{color:#81909d;font-size:11px}.tm30-side-card.c1{left:18%;top:150px}.tm30-side-card.c2{right:0;bottom:35px;animation-delay:.8s}
.tm30-quick{background:#fff;border-bottom:1px solid #edf1f4}.tm30-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:24px 0}.tm30-quick-grid div{text-align:center;border-right:1px solid #e5eaee}.tm30-quick-grid div:last-child{border:0}.tm30-quick b{display:block;color:#16324a;font-size:21px}.tm30-quick span{color:#778795;font-size:11px;font-weight:700}
.tm30-section{padding:72px 0}.tm30-soft{background:#f7f9fb}.tm30-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.tm30-title.center{justify-content:center;text-align:center}.tm30-title small{color:#f47b20;font-size:11px;font-weight:900;letter-spacing:1px}.tm30-title h2{margin:4px 0 0;color:#17334b;font-size:30px;line-height:1.2}.tm30-title p{max-width:650px;margin:9px auto 0;color:#758493;font-size:14px}.tm30-title>a{text-decoration:none;color:#e8731b;font-size:13px;font-weight:900}.tm30-title.light h2{color:#fff}.tm30-title.light>a{color:#ffad70}
.tm30-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.tm30-service{display:grid;grid-template-columns:58px 1fr 25px;align-items:center;gap:13px;min-height:112px;padding:18px;border:1px solid #e2e8ed;border-radius:11px;background:#fff;text-decoration:none;transition:.2s;box-shadow:0 5px 18px rgba(17,52,82,.035)}.tm30-service:hover{transform:translateY(-4px);border-color:#f7b17b;box-shadow:0 15px 32px rgba(17,52,82,.09)}.tm30-service i{display:grid;place-items:center;width:55px;height:55px;border-radius:12px;background:#fff3e9;font-style:normal;font-size:26px}.tm30-service h3{margin:0 0 4px;color:#17334b;font-size:16px}.tm30-service p{margin:0;color:#7a8996;font-size:11px}.tm30-service>b{color:#f47b20;font-size:25px}
.tm30-how{display:grid;grid-template-columns:1fr 80px 1fr 80px 1fr;align-items:start;max-width:960px;margin:auto}.tm30-how>div:not(.tm30-line){text-align:center;position:relative}.tm30-how span{position:absolute;left:calc(50% + 28px);top:-5px;display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#f47b20;color:#fff;font-size:11px;font-weight:900}.tm30-how i{display:grid;place-items:center;width:82px;height:82px;margin:0 auto 16px;border-radius:50%;background:#fff;border:1px solid #e0e7ed;box-shadow:0 8px 22px rgba(18,50,75,.07);font-style:normal;font-size:32px}.tm30-how h3{margin:0 0 5px;color:#17334b;font-size:16px}.tm30-how p{margin:0;color:#7a8996;font-size:12px}.tm30-line{height:1px;margin-top:40px;background:repeating-linear-gradient(90deg,#c8d2da 0 7px,transparent 7px 13px)}
.tm30-city-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.tm30-city-grid a{display:grid;grid-template-columns:38px 1fr 25px;align-items:center;gap:9px;padding:17px;border:1px solid #e2e8ed;border-radius:9px;text-decoration:none;background:#fff;transition:.2s}.tm30-city-grid a:hover{border-color:#f47b20;transform:translateY(-3px)}.tm30-city-grid i{font-style:normal}.tm30-city-grid b,.tm30-city-grid span{display:block}.tm30-city-grid b{color:#17334b;font-size:15px}.tm30-city-grid span{color:#8a98a5;font-size:10px}.tm30-city-grid strong{color:#f47b20}
.tm30-firm-section{background:#102b43}.tm30-firm-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.tm30-firm{overflow:hidden;border-radius:11px;background:#fff;box-shadow:0 15px 35px rgba(0,0,0,.12)}.tm30-firm-img{display:grid;place-items:center;height:155px;background:#eaf0f4;overflow:hidden}.tm30-firm-img img{width:100%;height:100%;object-fit:cover}.tm30-firm-img span{font-size:65px}.tm30-firm-body{padding:17px}.tm30-verified{display:inline-block;margin-bottom:7px;padding:4px 7px;border-radius:999px;background:#eaf8ef;color:#25874a;font-size:9px;font-weight:900}.tm30-firm h3{margin:0 0 5px;font-size:16px}.tm30-firm h3 a{text-decoration:none;color:#17334b}.tm30-firm-body>p{margin:6px 0;color:#758491;font-size:11px}.tm30-loc{font-weight:800}.tm30-firm-actions{display:flex;gap:5px;margin-top:12px;flex-wrap:wrap}.tm30-firm-actions a{padding:7px 9px;border-radius:6px;background:#17334b;color:#fff;text-decoration:none;font-size:9px;font-weight:900}.tm30-firm-actions .call{background:#f47b20}.tm30-firm-actions .wa{background:#25a75a}.tm30-no-firm{grid-column:1/-1;padding:30px;border-radius:10px;background:#fff;color:#17334b}
.tm30-blog-shell{position:relative;overflow:hidden}.tm30-blog-track{display:flex;gap:15px;transition:transform .5s ease}.tm30-post{flex:0 0 calc((100% - 45px)/4);overflow:hidden;border:1px solid #e2e8ed;border-radius:10px;background:#fff}.tm30-post-img{height:165px;display:grid;place-items:center;background:#eaf0f4;overflow:hidden}.tm30-post-img img{width:100%;height:100%;object-fit:cover}.tm30-post-img span{font-size:60px}.tm30-post>div{padding:15px}.tm30-post small{color:#8997a4;font-size:9px}.tm30-post h3{min-height:42px;margin:5px 0 10px;font-size:14px;line-height:1.4}.tm30-post h3 a{text-decoration:none;color:#17334b}.tm30-post .read{color:#f47b20;text-decoration:none;font-size:10px;font-weight:900}.tm30-prev,.tm30-next{position:absolute;top:38%;z-index:2;width:40px;height:40px;border:1px solid #dce4ea;border-radius:50%;background:#fff;color:#17334b;font-size:24px;box-shadow:0 7px 20px rgba(17,52,82,.1);cursor:pointer}.tm30-prev{left:8px}.tm30-next{right:8px}
.tm30-provider-cta{padding:48px 0;background:#f47b20;color:#fff}.tm30-provider-inner{display:grid;grid-template-columns:130px 1fr auto;align-items:center;gap:28px}.tm30-provider-art{font-size:65px}.tm30-provider-art span{font-size:45px}.tm30-provider-inner small{font-size:10px;font-weight:900}.tm30-provider-inner h2{margin:4px 0;font-size:27px}.tm30-provider-inner p{max-width:720px;margin:0;color:#fff1e6;font-size:12px}.tm30-provider-inner>a{padding:13px 18px;border-radius:7px;background:#fff;color:#d9630e;text-decoration:none;font-size:12px;font-weight:900}
.tm30-contact{padding:24px 0;background:#fff;border-bottom:1px solid #e6ebef}.tm30-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.tm30-contact-grid>a,.tm30-contact-grid>div{display:flex;align-items:center;gap:11px;padding:14px;text-decoration:none;border-right:1px solid #e6ebef}.tm30-contact-grid>div:last-child{border:0}.tm30-contact i{font-style:normal;font-size:20px}.tm30-contact small,.tm30-contact b{display:block}.tm30-contact small{color:#8996a1;font-size:9px}.tm30-contact b{color:#17334b;font-size:12px}
.tm30-footer{padding-top:48px;background:#0d263c;color:#fff}.tm30-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px}.tm30-footer-logo{font-size:23px;font-weight:800}.tm30-footer-logo b{color:#f47b20}.tm30-footer p{max-width:320px;color:#aebdca;font-size:12px}.tm30-footer-contact{line-height:1.9!important}.tm30-footer h4{margin:0 0 13px;font-size:13px}.tm30-footer-grid>div>a{display:block;margin:7px 0;color:#aebdca;text-decoration:none;font-size:11px}.tm30-footer-grid>div>a:hover{color:#fff}.tm30-footer-bottom{padding:17px 0;border-top:1px solid rgba(255,255,255,.08);color:#7f93a4;font-size:10px}
.tm30-reveal{opacity:0;transform:translateY(20px);transition:.65s ease}.tm30-reveal.is-visible{opacity:1;transform:none}
@media(max-width:1050px){.tm30-finder-grid{grid-template-columns:1fr 1fr}.tm30-service-grid{grid-template-columns:repeat(2,1fr)}.tm30-firm-grid{grid-template-columns:repeat(2,1fr)}.tm30-post{flex-basis:calc((100% - 15px)/2)}.tm30-nav{display:none}.tm30-city-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.tm30-toggle{display:block}.tm30-head-actions .tm30-phone{display:none}.tm30-hero-inner{grid-template-columns:1fr;padding:65px 0}.tm30-hero-side{display:none}.tm30-finder-grid{grid-template-columns:1fr}.tm30-finder button{min-height:50px}.tm30-trust{flex-wrap:wrap}.tm30-quick-grid{grid-template-columns:repeat(2,1fr);gap:20px}.tm30-quick-grid div:nth-child(2){border:0}.tm30-how{grid-template-columns:1fr;gap:28px}.tm30-line{display:none}.tm30-provider-inner{grid-template-columns:1fr;text-align:center}.tm30-provider-art{display:none}.tm30-contact-grid{grid-template-columns:1fr}.tm30-contact-grid>a,.tm30-contact-grid>div{border-right:0;border-bottom:1px solid #e6ebef}.tm30-footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:540px){.tm30-head-actions{display:none}.tm30-hero-copy h1{font-size:42px}.tm30-service-grid,.tm30-city-grid,.tm30-firm-grid{grid-template-columns:1fr}.tm30-post{flex-basis:100%}.tm30-footer-grid{grid-template-columns:1fr}.tm30-title{align-items:start}.tm30-title>a{display:none}}

/* TM PRO v4 - approved rich visual direction */
:root{--tm4-navy:#061a2d;--tm4-blue:#0b2b49;--tm4-yellow:#ffc400;--tm4-orange:#ff9c00;--tm4-text:#101b28;--tm4-muted:#6f7882;--tm4-border:#e5e8ec}
.tm4-top{height:34px;background:#041321;color:#fff;font-size:10px}.tm4-top>.tm-container{height:34px;display:flex;align-items:center;gap:26px}.tm4-top-right{margin-left:auto;display:flex;align-items:center;gap:18px}.tm4-top a{color:#fff;text-decoration:none}.tm4-top .join{padding:6px 10px;border-radius:3px;background:var(--tm4-yellow);color:#101820;font-weight:900}
.tm4-header{height:70px;background:#fff;box-shadow:0 2px 9px rgba(0,0,0,.06);position:sticky;top:0;z-index:9999}.tm4-headin{height:70px;display:flex;align-items:center}.tm4-logo{display:flex;align-items:center;text-decoration:none;color:#101820;font-size:16px;font-weight:900;line-height:.9}.tm4-logo .truck{font-size:32px;margin-right:6px}.tm4-logo b{font-size:18px}.tm4-logo small{margin-left:5px;padding:3px;background:var(--tm4-yellow);font-size:7px}.tm4-nav{margin:auto;display:flex;gap:28px}.tm4-nav a{text-decoration:none;color:#152333;font-size:11px;font-weight:800}.tm4-nav .active{color:#f0a600}.tm4-add{padding:10px 15px;border-radius:5px;background:#071828;color:#fff;text-decoration:none;font-size:10px;font-weight:900}.tm4-toggle{display:none}
.tm4-hero{height:410px;position:relative;overflow:hidden;background:#0b243a}.tm4-hero-photo{position:absolute;inset:0;background-image:url('https://s.yimg.com/ny/api/res/1.2/40KfoAAwfE0d_jXtmkxDKg--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD04MDA-/https%3A/s.yimg.com/os/creatr-uploaded-images/2025-05/234a6bc0-2ce8-11f0-8fed-36db7ac77187');background-size:cover;background-position:72% 55%;transform:scale(1.04);animation:tm4Zoom 14s ease-in-out infinite alternate}.tm4-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,17,30,.97) 0%,rgba(4,23,39,.92) 35%,rgba(5,26,44,.45) 61%,rgba(5,20,34,.05) 100%)}@keyframes tm4Zoom{to{transform:scale(1.11)}}.tm4-hero-content{height:100%;display:flex;align-items:center;position:relative;z-index:2}.tm4-copy{width:54%;color:#fff}.tm4-badge{font-size:9px;font-weight:900;color:#ffc400}.tm4-copy h1{margin:7px 0 10px;font-size:46px;line-height:1.02}.tm4-copy h1 em{color:#ffc400;font-style:normal}.tm4-copy>p{max-width:510px;color:#f0f4f7;font-size:13px;line-height:1.55}.tm4-hero-buttons{display:flex;gap:8px;margin:16px 0}.tm4-hero-buttons a{padding:10px 15px;border-radius:5px;background:#ffc400;color:#101820;text-decoration:none;font-size:10px;font-weight:900}.tm4-hero-buttons .ghost{background:transparent;border:1px solid rgba(255,255,255,.5);color:#fff}.tm4-guarantees{display:flex;gap:26px;margin-top:16px}.tm4-guarantees span{display:grid;grid-template-columns:25px 1fr;font-size:17px}.tm4-guarantees b,.tm4-guarantees small{grid-column:2;display:block}.tm4-guarantees b{font-size:9px}.tm4-guarantees small{font-size:8px;color:#c4ced6}
.tm4-searchbox{position:relative;z-index:5;margin-top:-55px;padding:20px;border-radius:10px;background:#081c32;color:#fff;box-shadow:0 15px 35px rgba(0,0,0,.2)}.tm4-searchtag{position:absolute;top:-12px;left:20px;padding:6px 12px;border-radius:4px;background:#ffc400;color:#16202a;font-size:8px;font-weight:900}.tm4-searchbox form{display:grid;grid-template-columns:1.3fr 1fr .9fr .9fr;gap:12px}.tm4-searchbox label{font-size:9px;font-weight:900}.tm4-searchbox select,.tm4-searchbox input{display:block;width:100%;height:43px;margin-top:6px;padding:0 10px;border:0;border-radius:5px;background:#fff}.tm4-searchbox button{align-self:end;height:43px;border:0;border-radius:5px;background:#ffc400;font-weight:900}.tm4-popsearch{margin-top:10px;font-size:8px}.tm4-popsearch span{margin-left:14px;color:#d3dae0}
.tm4-section{padding:42px 0}.tm4-section.small{padding:30px 0 15px}.tm4-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.tm4-title h2{margin:0;font-size:17px}.tm4-title h2 i{display:inline-block;width:16px;height:3px;background:#ffc400}.tm4-title>a{padding:5px 9px;border:1px solid #e6bd42;border-radius:5px;text-decoration:none;color:#222;font-size:8px;font-weight:800}
.tm4-services{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.tm4-services article{position:relative;overflow:hidden;border:1px solid var(--tm4-border);border-radius:8px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.04);transition:.2s}.tm4-services article:hover{transform:translateY(-5px);box-shadow:0 14px 30px rgba(0,0,0,.1)}.tm4-services .photo{display:block;height:105px;background-size:cover;background-position:center}.tm4-services .ico{position:absolute;top:86px;left:14px;display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:#ffc400;font-size:17px}.tm4-services article>div{padding:21px 13px 13px}.tm4-services h3{min-height:34px;margin:0 0 5px;font-size:13px;line-height:1.15}.tm4-services p{min-height:40px;margin:0;color:#697580;font-size:9px}.tm4-services article>div>a{color:#e8a600;text-decoration:none;font-size:8px;font-weight:900}
.tm4-how{background:linear-gradient(105deg,#061729,#0b2b4a);color:#fff}.tm4-howin{min-height:165px;display:grid;grid-template-columns:1fr 260px;align-items:center}.tm4-how h2{font-size:15px}.tm4-how h2 i{display:inline-block;width:14px;height:3px;background:#ffc400}.tm4-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.tm4-steps>div{display:grid;grid-template-columns:30px 48px 1fr;align-items:center;gap:7px}.tm4-steps b{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#ffc400;color:#101820;font-size:8px}.tm4-steps span{display:grid;place-items:center;width:45px;height:45px;border-radius:50%;background:#fff;font-size:20px}.tm4-steps section h3{margin:0;font-size:10px}.tm4-steps section p{margin:4px 0 0;color:#bdc8d1;font-size:8px}.tm4-mover{height:165px;position:relative}.tm4-mover .person{position:absolute;bottom:0;right:75px;font-size:90px}.tm4-mover .boxes{position:absolute;bottom:4px;right:5px;font-size:35px;line-height:.7}.tm4-mover>span{position:absolute;right:0;top:22px;padding:8px;border-radius:9px;background:#071625;font-size:8px;color:#ffc400}
.tm4-cities{display:grid;grid-template-columns:repeat(8,1fr);gap:7px}.tm4-cities a{height:72px;position:relative;overflow:hidden;padding:8px;border-radius:6px;text-decoration:none;color:#fff;background:linear-gradient(0deg,#071827,transparent),linear-gradient(135deg,#47728e,#c2874b);display:flex;flex-direction:column;justify-content:end}.tm4-cities span{position:absolute;top:7px;right:7px}.tm4-cities strong{font-size:10px}.tm4-cities small{font-size:7px}
.tm4-section.firms{padding-top:15px}.tm4-firmgrid{display:grid;grid-template-columns:repeat(6,1fr);gap:9px}.tm4-firmgrid article{padding:13px;border:1px solid #e4e8eb;border-radius:7px;background:#fff;box-shadow:0 4px 13px rgba(0,0,0,.035)}.tm4-flogo{height:38px;display:flex;align-items:center;font-size:30px}.tm4-flogo img{max-width:70px;max-height:38px;object-fit:contain}.tm4-firmgrid h3{margin:6px 0;font-size:11px}.tm4-firmgrid .stars{color:#ff9500;font-size:10px}.tm4-firmgrid .stars small{color:#687582}.tm4-firmgrid p{font-size:8px;color:#56636f}.tm4-firmgrid .acts{display:flex;gap:4px}.tm4-firmgrid .acts a{padding:5px 8px;border:1px solid #d5dce1;border-radius:4px;text-decoration:none;color:#202c36;font-size:7px;font-weight:900}.tm4-firmgrid .acts .wa{background:#20bd63;color:#fff;border-color:#20bd63}.tm4-empty{grid-column:1/-1;padding:25px;background:#f5f7f8}
.tm4-stats{background:#071b30;color:#fff}.tm4-statsin{min-height:90px;display:grid;grid-template-columns:repeat(4,.7fr) 2fr;align-items:center}.tm4-statsin>div:not(.tm4-companycta){padding:10px 15px;border-right:1px solid rgba(255,255,255,.13)}.tm4-stats b,.tm4-stats span{display:block}.tm4-stats b{color:#fff;font-size:13px}.tm4-stats span{color:#aab9c5;font-size:8px}.tm4-companycta{height:90px;padding:10px 14px;background:linear-gradient(110deg,#102a43,#0a1d30);display:flex;align-items:center}.tm4-companycta strong{color:#ffc400;font-size:10px}.tm4-companycta p{margin:3px 0 7px;font-size:7px}.tm4-companycta a{padding:6px 8px;border-radius:3px;background:#ffc400;color:#101820;text-decoration:none;font-size:7px;font-weight:900}.tm4-companycta>span{margin-left:auto;font-size:35px}
.tm4-blogslider{position:relative;overflow:hidden}.tm4-blogtrack{display:flex;gap:10px;transition:transform .5s ease}.tm4-blogtrack article{flex:0 0 calc((100% - 40px)/5);overflow:hidden;border:1px solid #e2e6e9;border-radius:7px;background:#fff}.tm4-blogtrack .img{height:105px;display:block;position:relative;background:#dce5eb;overflow:hidden}.tm4-blogtrack .img img{width:100%;height:100%;object-fit:cover}.tm4-blogtrack .img>span{display:grid;place-items:center;height:100%;font-size:40px}.tm4-blogtrack .img b{position:absolute;left:8px;bottom:7px;padding:4px 6px;background:#ffc400;color:#111;font-size:6px}.tm4-blogtrack article>div{padding:10px}.tm4-blogtrack h3{min-height:33px;margin:0;font-size:10px;line-height:1.3}.tm4-blogtrack h3 a{text-decoration:none;color:#172432}.tm4-blogtrack time{font-size:7px;color:#84909a}.tm4-blogslider button{position:absolute;top:38%;width:34px;height:34px;border:1px solid #dce2e6;border-radius:50%;background:#fff;font-size:22px;box-shadow:0 5px 15px rgba(0,0,0,.1)}.tm4-blogslider .prev{left:5px}.tm4-blogslider .next{right:5px}
.tm4-yellowcta{min-height:75px;margin-bottom:0;border-radius:12px 12px 0 0;background:linear-gradient(90deg,#ffbd00,#ffc927);display:grid;grid-template-columns:220px 1fr 190px;align-items:center;padding:10px 25px}.tm4-yellowcta .art{font-size:36px}.tm4-yellowcta h2{margin:0;font-size:18px}.tm4-yellowcta p{margin:3px 0;font-size:9px}.tm4-yellowcta>a{padding:11px;border-radius:5px;background:#071a2d;color:#fff;text-align:center;text-decoration:none;font-size:9px;font-weight:900}
.tm4-footer{background:#061729;color:#fff;padding-top:30px}.tm4-footgrid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:25px}.tm4-footlogo{font-size:14px;font-weight:900}.tm4-footlogo b{color:#ffc400}.tm4-footer h4{font-size:10px}.tm4-footer p,.tm4-footer a{color:#b6c2cb;font-size:8px;line-height:1.7}.tm4-footer a{display:block;text-decoration:none}.tm4-footer .wh{display:inline-block;margin-top:6px;padding:5px 8px;border:1px solid #fff;border-radius:3px;color:#fff}.tm4-footer form{display:flex}.tm4-footer input{min-width:0;height:29px;padding:0 8px;border:0;background:#102c45;color:#fff}.tm4-footer button{border:0;background:#ffc400;font-size:7px;font-weight:900}.tm4-copy{margin-top:25px;padding:12px 0;border-top:1px solid rgba(255,255,255,.08);font-size:7px;color:#8999a6}.tm4-floatingwa{position:fixed;right:20px;bottom:20px;z-index:9999;display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#20c76b;color:#fff;text-decoration:none;font-size:25px;box-shadow:0 7px 22px rgba(0,0,0,.2)}
@media(max-width:1050px){.tm4-services{grid-template-columns:repeat(3,1fr)}.tm4-cities{grid-template-columns:repeat(4,1fr)}.tm4-firmgrid{grid-template-columns:repeat(3,1fr)}.tm4-blogtrack article{flex-basis:calc((100% - 20px)/3)}.tm4-nav{gap:12px}.tm4-statsin{grid-template-columns:repeat(4,1fr)}.tm4-companycta{grid-column:1/-1}}
@media(max-width:800px){.tm4-top span:nth-child(2),.tm4-top span:nth-child(3),.tm4-top-right>a:first-child{display:none}.tm4-toggle{display:block;margin-left:auto}.tm4-nav{display:none}.tm4-add{margin-left:8px}.tm4-hero{height:auto;min-height:470px}.tm4-copy{width:100%}.tm4-copy h1{font-size:39px}.tm4-hero-photo{background-position:65% center}.tm4-hero-shade{background:rgba(3,17,30,.78)}.tm4-searchbox{margin-top:-25px}.tm4-searchbox form{grid-template-columns:1fr 1fr}.tm4-howin{grid-template-columns:1fr}.tm4-mover{display:none}.tm4-yellowcta{grid-template-columns:1fr;text-align:center}.tm4-yellowcta .art{display:none}.tm4-footgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:540px){.tm4-services,.tm4-cities,.tm4-firmgrid{grid-template-columns:1fr 1fr}.tm4-searchbox form{grid-template-columns:1fr}.tm4-guarantees{gap:8px;flex-direction:column}.tm4-steps{grid-template-columns:1fr}.tm4-blogtrack article{flex-basis:100%}.tm4-statsin{grid-template-columns:1fr 1fr}.tm4-footgrid{grid-template-columns:1fr}.tm4-services .photo{height:120px}}


/* =========================================================
   v4.1 - Okunabilirlik + Büyük Firma Fotoğrafları + Yorumlar
========================================================= */

/* Genel küçük metinleri okunabilir hale getir */
.tm4-top{font-size:12px}
.tm4-nav a{font-size:13px}
.tm4-add{font-size:12px}
.tm4-badge{font-size:11px}
.tm4-copy>p{font-size:16px}
.tm4-hero-buttons a{font-size:12px}
.tm4-guarantees b{font-size:11px}
.tm4-guarantees small{font-size:10px}
.tm4-searchtag{font-size:10px}
.tm4-searchbox label{font-size:11px}
.tm4-searchbox select,.tm4-searchbox input{font-size:13px}
.tm4-popsearch{font-size:10px}
.tm4-title h2{font-size:24px}
.tm4-title>a{font-size:11px}
.tm4-services h3{font-size:15px}
.tm4-services p{font-size:11px;line-height:1.55}
.tm4-services article>div>a{font-size:10px}
.tm4-how h2{font-size:22px}
.tm4-steps section h3{font-size:13px}
.tm4-steps section p{font-size:10px;line-height:1.5}
.tm4-cities strong{font-size:13px}
.tm4-cities small{font-size:9px}

/* Öne çıkan firma kartlarını görsel ağırlıklı hale getir */
.tm4-firmgrid{
	grid-template-columns:repeat(3,1fr);
	gap:18px;
}
.tm4-firmgrid article{
	padding:0;
	overflow:hidden;
	border-radius:12px;
	box-shadow:0 8px 24px rgba(5,25,43,.08);
}
.tm4-flogo{
	width:100%;
	height:210px;
	display:grid;
	place-items:center;
	overflow:hidden;
	background:linear-gradient(135deg,#e7edf2,#cad7e0);
	font-size:72px;
}
.tm4-flogo img{
	width:100%;
	max-width:none;
	height:100%;
	max-height:none;
	object-fit:cover;
}
.tm4-firmgrid article>h3,
.tm4-firmgrid article>.stars,
.tm4-firmgrid article>p,
.tm4-firmgrid article>.acts{
	margin-left:16px;
	margin-right:16px;
}
.tm4-firmgrid h3{
	margin-top:15px;
	margin-bottom:7px;
	font-size:17px;
}
.tm4-firmgrid .stars{font-size:13px}
.tm4-firmgrid p{font-size:11px}
.tm4-firmgrid .acts{
	margin-top:12px;
	margin-bottom:16px;
}
.tm4-firmgrid .acts a{
	padding:8px 12px;
	font-size:10px;
}

/* Müşteri yorumları */
.tm4-testimonials{
	padding:55px 0;
	background:
		radial-gradient(circle at 85% 10%,rgba(255,196,0,.12),transparent 22%),
		linear-gradient(115deg,#061729,#0b2b49);
	color:#fff;
	overflow:hidden;
}
.tm4-title-light{align-items:end}
.tm4-title-light h2{color:#fff}
.tm4-title-light p{margin:6px 0 0;color:#aebdca;font-size:12px}
.tm4-kicker{display:block;margin-bottom:4px;color:#ffc400;font-size:10px;font-weight:900;letter-spacing:1px}
.tm4-review-slider{position:relative;overflow:hidden;padding:5px 2px 45px}
.tm4-review-track{display:flex;gap:18px;transition:transform .55s cubic-bezier(.22,.61,.36,1)}
.tm4-review{
	position:relative;
	flex:0 0 calc((100% - 36px)/3);
	min-height:245px;
	padding:25px;
	border:1px solid rgba(255,255,255,.11);
	border-radius:14px;
	background:rgba(255,255,255,.07);
	box-shadow:0 16px 35px rgba(0,0,0,.14);
	backdrop-filter:blur(8px);
}
.tm4-quote{position:absolute;right:20px;top:7px;color:rgba(255,196,0,.22);font-family:Georgia,serif;font-size:70px;line-height:1}
.tm4-review-stars{color:#ffc400;font-size:15px;letter-spacing:2px}
.tm4-review>p{min-height:105px;margin:14px 0 18px;color:#e2e9ef;font-size:13px;line-height:1.7}
.tm4-review-user{display:flex;align-items:center;gap:11px}
.tm4-review-user>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#ffc400;color:#14202b;font-size:12px;font-weight:900}
.tm4-review-user b,.tm4-review-user small{display:block}
.tm4-review-user b{font-size:12px}
.tm4-review-user small{margin-top:2px;color:#9fb0be;font-size:9px}
.tm4-review-prev,.tm4-review-next{
	position:absolute;
	bottom:0;
	width:36px;height:36px;
	border:1px solid rgba(255,255,255,.18);
	border-radius:50%;
	background:rgba(255,255,255,.08);
	color:#fff;font-size:23px;cursor:pointer;
}
.tm4-review-prev{left:calc(50% - 72px)}
.tm4-review-next{right:calc(50% - 72px)}
.tm4-review-dots{position:absolute;bottom:13px;left:50%;display:flex;gap:5px;transform:translateX(-50%)}
.tm4-review-dots button{width:6px;height:6px;padding:0;border:0;border-radius:20px;background:rgba(255,255,255,.35)}
.tm4-review-dots button.active{width:18px;background:#ffc400}

/* Masaüstü footer da biraz daha okunaklı */
.tm4-footer h4{font-size:13px}
.tm4-footer p,.tm4-footer a{font-size:10px}
.tm4-copy{font-size:9px}

@media(max-width:1050px){
	.tm4-firmgrid{grid-template-columns:repeat(2,1fr)}
	.tm4-flogo{height:230px}
	.tm4-review{flex-basis:calc((100% - 18px)/2)}
}

@media(max-width:800px){
	/* Mobil/tablet okunabilirlik */
	.tm4-header{height:72px}
	.tm4-headin{height:72px}
	.tm4-logo{font-size:16px}
	.tm4-logo b{font-size:19px}
	.tm4-add{font-size:12px;padding:11px 13px}

	.tm4-hero{min-height:560px}
	.tm4-hero-content{padding-top:42px;padding-bottom:70px}
	.tm4-badge{font-size:12px}
	.tm4-copy h1{font-size:44px;line-height:1.06}
	.tm4-copy>p{font-size:17px;line-height:1.65}
	.tm4-hero-buttons a{font-size:13px;padding:13px 17px}
	.tm4-guarantees b{font-size:13px}
	.tm4-guarantees small{font-size:11px}

	.tm4-searchbox{padding:24px 18px}
	.tm4-searchtag{font-size:11px}
	.tm4-searchbox label{font-size:13px}
	.tm4-searchbox select,.tm4-searchbox input{height:49px;font-size:15px}
	.tm4-searchbox button{height:49px;font-size:14px}
	.tm4-popsearch{font-size:11px;line-height:1.8}

	.tm4-section{padding:48px 0}
	.tm4-title h2{font-size:25px}
	.tm4-title>a{font-size:12px}
	.tm4-services h3{font-size:17px}
	.tm4-services p{font-size:13px;min-height:auto}
	.tm4-services article>div>a{font-size:12px}

	.tm4-how{padding:25px 0}
	.tm4-how h2{font-size:24px}
	.tm4-steps section h3{font-size:16px}
	.tm4-steps section p{font-size:13px}

	.tm4-cities strong{font-size:15px}
	.tm4-cities small{font-size:11px}

	.tm4-firmgrid h3{font-size:18px}
	.tm4-firmgrid .stars{font-size:14px}
	.tm4-firmgrid p{font-size:13px}
	.tm4-firmgrid .acts a{font-size:12px;padding:10px 13px}

	.tm4-stats b{font-size:16px}
	.tm4-stats span{font-size:11px}
	.tm4-companycta strong{font-size:14px}
	.tm4-companycta p{font-size:11px}
	.tm4-companycta a{font-size:11px;padding:8px 11px}

	.tm4-blogtrack h3{font-size:14px}
	.tm4-blogtrack time{font-size:10px}
	.tm4-blogtrack .img b{font-size:9px}

	.tm4-yellowcta h2{font-size:23px}
	.tm4-yellowcta p{font-size:12px}
	.tm4-yellowcta>a{font-size:12px}

	.tm4-footer h4{font-size:15px}
	.tm4-footer p,.tm4-footer a{font-size:12px}
	.tm4-copy{font-size:10px}

	.tm4-review{flex-basis:100%;min-height:260px}
	.tm4-review>p{font-size:14px}
	.tm4-review-user b{font-size:13px}
	.tm4-review-user small{font-size:11px}
}

@media(max-width:540px){
	/* Telefon görünümünde firma kartı tek sütun ve büyük fotoğraf */
	.tm4-services{grid-template-columns:1fr}
	.tm4-services .photo{height:190px}
	.tm4-cities{grid-template-columns:1fr 1fr}
	.tm4-cities a{height:95px}
	.tm4-firmgrid{grid-template-columns:1fr}
	.tm4-flogo{height:245px}

	.tm4-copy h1{font-size:40px}
	.tm4-copy>p{font-size:16px}
	.tm4-hero-buttons{flex-wrap:wrap}
	.tm4-hero-buttons a{font-size:13px}
	.tm4-title h2{font-size:23px}

	.tm4-blogtrack article{flex-basis:100%}
	.tm4-blogtrack .img{height:210px}
	.tm4-blogtrack h3{font-size:16px;min-height:auto}

	.tm4-review{padding:22px;min-height:285px}
	.tm4-review>p{min-height:130px;font-size:14px;line-height:1.75}
}


/* =========================================================
   v4.2 - Referans görsele daha yakın yatay slider düzeni
========================================================= */
.tm4-serviceslider,.tm4-cityslider,.tm4-firmslider{position:relative;overflow:hidden;padding:3px 2px 8px}
.tm4-services,.tm4-cities,.tm4-firmgrid{
	display:flex;
	grid-template-columns:none;
	gap:12px;
	transition:transform .5s cubic-bezier(.22,.61,.36,1);
	will-change:transform;
}
.tm4-services article{flex:0 0 calc((100% - 60px)/6)}
.tm4-cities a{flex:0 0 calc((100% - 84px)/8)}
.tm4-firmgrid article{flex:0 0 calc((100% - 48px)/5)}
.tm4-service-prev,.tm4-service-next,.tm4-city-prev,.tm4-city-next,.tm4-firm-prev,.tm4-firm-next{
	position:absolute;z-index:5;top:50%;transform:translateY(-50%);
	display:grid;place-items:center;width:38px;height:38px;padding:0;
	border:1px solid #dfe4e8;border-radius:50%;background:#fff;color:#132334;
	box-shadow:0 6px 18px rgba(0,0,0,.13);font-size:25px;line-height:1;cursor:pointer
}
.tm4-service-prev,.tm4-city-prev,.tm4-firm-prev{left:5px}
.tm4-service-next,.tm4-city-next,.tm4-firm-next{right:5px}
.tm4-city-prev,.tm4-city-next{width:32px;height:32px;font-size:21px}
.tm4-cities a{height:86px}
.tm4-cities strong{font-size:13px;text-shadow:0 1px 3px rgba(0,0,0,.6)}
.tm4-cities small{font-size:9px;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.65)}
.tm4-flogo{height:185px}
.tm4-firmgrid article{min-width:0}
.tm4-firmgrid h3{font-size:16px}

/* Yorumlar referans görseldeki gibi fotoğraflı kişi kartı hissi */
.tm4-review-user>span{
	width:50px;height:50px;border:3px solid rgba(255,196,0,.75);
	background:linear-gradient(145deg,#d5dce2,#7b8995);
	color:#fff;font-size:12px;
	box-shadow:0 5px 15px rgba(0,0,0,.2)
}
.tm4-review{min-height:225px}
.tm4-review>p{min-height:90px}

@media(max-width:1050px){
	.tm4-services article{flex-basis:calc((100% - 24px)/3)}
	.tm4-cities a{flex-basis:calc((100% - 36px)/4)}
	.tm4-firmgrid article{flex-basis:calc((100% - 24px)/3)}
	.tm4-flogo{height:210px}
}
@media(max-width:800px){
	.tm4-serviceslider,.tm4-cityslider,.tm4-firmslider{overflow:hidden}
	.tm4-services article{flex-basis:calc((100% - 12px)/2)}
	.tm4-cities a{flex-basis:calc((100% - 12px)/2)}
	.tm4-firmgrid article{flex-basis:calc((100% - 12px)/2)}
}
@media(max-width:540px){
	/* Mobilde artık alt alta değil: yatay kaydırmalı tek kart */
	.tm4-services,.tm4-cities,.tm4-firmgrid{display:flex}
	.tm4-services article,.tm4-cities a,.tm4-firmgrid article{flex:0 0 88%}
	.tm4-services .photo{height:205px}
	.tm4-cities a{height:120px}
	.tm4-flogo{height:255px}
	.tm4-service-prev,.tm4-service-next,.tm4-city-prev,.tm4-city-next,.tm4-firm-prev,.tm4-firm-next{width:36px;height:36px}
}


/* =========================================================
   v4.3 - Hero/Search çakışması + Mobil Ara/WhatsApp
========================================================= */

/* Hızlı Firma Bul kutusunu hero'nun üstüne bindirmek yerine,
   hero'nun hemen altında daha temiz bir boşlukla konumlandır */
.tm4-searchbox{
	margin-top:22px !important;
}

/* Hero altındaki kutuya hafif ayrım */
.tm4-hero{
	margin-bottom:0;
}
.tm4-searchbox{
	box-shadow:0 14px 32px rgba(2,18,32,.14);
}

/* Mobil sabit iletişim çubuğu */
.tm4-mobile-contact{
	display:none;
}

@media(max-width:800px){
	body{
		padding-bottom:74px;
	}

	.tm4-searchbox{
		margin-top:18px !important;
		border-radius:12px;
	}

	.tm4-mobile-contact{
		position:fixed;
		left:0;
		right:0;
		bottom:0;
		z-index:10000;
		display:grid;
		grid-template-columns:1fr 1fr;
		gap:0;
		padding:8px 10px calc(8px + env(safe-area-inset-bottom));
		background:rgba(4,19,33,.97);
		border-top:1px solid rgba(255,255,255,.10);
		box-shadow:0 -8px 25px rgba(0,0,0,.20);
		backdrop-filter:blur(10px);
	}

	.tm4-mobile-contact a{
		display:flex;
		align-items:center;
		justify-content:center;
		gap:8px;
		min-height:48px;
		text-decoration:none;
		font-size:14px;
		font-weight:900;
	}

	.tm4-mobile-call{
		border-radius:9px 0 0 9px;
		background:#ffc400;
		color:#111820;
	}

	.tm4-mobile-wa{
		border-radius:0 9px 9px 0;
		background:#20c76b;
		color:#fff;
	}

	/* Sağ alttaki yuvarlak WhatsApp mobilde sabit bara çakışmasın */
	.tm4-floatingwa{
		display:none !important;
	}
}

@media(max-width:540px){
	.tm4-searchbox{
		margin-top:14px !important;
		padding:22px 16px;
	}

	.tm4-mobile-contact a{
		min-height:50px;
		font-size:15px;
	}
}


/* =========================================================
   v4.4 - Bizden Haberler: tarih + yazar + özet
========================================================= */
.tm4-blogtrack article{
	display:flex;
	flex-direction:column;
}
.tm4-blogbody{
	display:flex;
	flex:1;
	flex-direction:column;
	padding:13px !important;
}
.tm4-blogtrack h3{
	min-height:38px;
	margin:0 0 8px;
	font-size:13px;
	line-height:1.4;
}
.tm4-blogmeta{
	display:flex;
	flex-wrap:wrap;
	gap:5px 10px;
	margin-bottom:9px;
	padding-bottom:8px;
	border-bottom:1px solid #edf0f2;
	color:#7c8993;
	font-size:9px;
}
.tm4-blogexcerpt{
	display:-webkit-box;
	overflow:hidden;
	min-height:57px;
	margin:0 0 11px;
	color:#64717c;
	font-size:10px;
	line-height:1.6;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.tm4-readmore{
	margin-top:auto;
	color:#d99c00;
	text-decoration:none;
	font-size:10px;
	font-weight:900;
}
.tm4-readmore:hover{color:#071a2d}

@media(max-width:800px){
	.tm4-blogtrack h3{font-size:17px;min-height:auto}
	.tm4-blogmeta{font-size:11px;gap:6px 13px}
	.tm4-blogexcerpt{min-height:68px;font-size:13px;line-height:1.7}
	.tm4-readmore{font-size:13px}
}
@media(max-width:540px){
	.tm4-blogbody{padding:16px !important}
	.tm4-blogtrack h3{font-size:18px}
	.tm4-blogmeta{font-size:12px}
	.tm4-blogexcerpt{font-size:14px;min-height:72px}
	.tm4-readmore{font-size:14px}
}


/* =========================================================
   v4.5 - Yönetim panelinden değiştirilebilir logo
========================================================= */
.tm4-logo{
	display:flex;
	align-items:center;
	margin-right:20px;
}
.tm4-logo .custom-logo-link{
	display:flex;
	align-items:center;
	text-decoration:none;
}
.tm4-logo .custom-logo{
	display:block;
	width:auto;
	height:58px;
	max-width:300px;
	object-fit:contain;
}
.tm4-logo-fallback{
	display:flex;
	align-items:center;
	text-decoration:none;
	color:#101820;
	font-size:16px;
	font-weight:900;
	line-height:.9;
}
.tm4-logo-fallback .truck{font-size:32px;margin-right:6px}
.tm4-logo-fallback b{font-size:18px}
.tm4-logo-fallback small{margin-left:5px;padding:3px;background:var(--tm4-yellow);font-size:7px}

/* Daha önce istediğin sarı CTA yazı büyütmeleri kalıcı */
.tm4-yellowcta h2{
	font-size:clamp(26px,2.2vw,34px)!important;
	font-weight:900;
	line-height:1.15;
	margin-bottom:8px;
}
.tm4-yellowcta p{
	font-size:clamp(15px,1.2vw,18px)!important;
	font-weight:500;
	line-height:1.5;
}

/* İstatistik ve firma CTA yazıları kalıcı olarak büyütüldü */
.tm4-stats b{
	font-size:clamp(19px,1.7vw,26px)!important;
	font-weight:900!important;
	line-height:1.2;
	margin-bottom:6px;
}
.tm4-stats span{
	font-size:clamp(13px,1vw,16px)!important;
	font-weight:600;
	line-height:1.4;
}
.tm4-companycta strong{
	display:block;
	font-size:clamp(18px,1.5vw,24px)!important;
	font-weight:900!important;
	line-height:1.25;
}
.tm4-companycta p{
	font-size:clamp(13px,1vw,16px)!important;
	line-height:1.5!important;
	margin:7px 0 12px!important;
}
.tm4-companycta a{
	display:inline-block;
	font-size:14px!important;
	font-weight:900!important;
	padding:11px 17px!important;
	border-radius:6px!important;
}
.tm4-statsin{min-height:125px!important}
.tm4-companycta{
	height:auto!important;
	min-height:125px!important;
	padding:18px 20px!important;
}

/* Footer okunabilirlik büyütmeleri kalıcı */
.tm4-footlogo{
	font-size:21px!important;
	line-height:1.3;
	margin-bottom:12px;
}
.tm4-footer h4{
	font-size:17px!important;
	font-weight:900!important;
	margin-bottom:14px!important;
}
.tm4-footer p{
	font-size:14px!important;
	line-height:1.7!important;
}
.tm4-footer a{
	font-size:13px!important;
	line-height:1.8!important;
	padding:2px 0;
}
.tm4-footer .wh{
	font-size:13px!important;
	font-weight:800!important;
	padding:9px 13px!important;
	margin-top:10px;
}
.tm4-footer input{
	height:42px!important;
	font-size:13px!important;
	padding:0 12px!important;
}
.tm4-footer button{
	height:42px!important;
	font-size:12px!important;
	font-weight:900!important;
	padding:0 14px!important;
}
.tm4-footer .tm4-copy{
	font-size:12px!important;
	line-height:1.5;
	padding:16px 0!important;
}

@media(max-width:800px){
	.tm4-logo .custom-logo{
		height:48px;
		max-width:220px;
	}
	.tm4-stats b{font-size:21px!important}
	.tm4-stats span{font-size:14px!important}
	.tm4-companycta strong{font-size:21px!important}
	.tm4-companycta p{font-size:14px!important}
	.tm4-companycta a{font-size:14px!important;padding:12px 16px!important}
	.tm4-statsin>div:not(.tm4-companycta){padding:18px 14px!important}
	.tm4-footlogo{font-size:23px!important}
	.tm4-footer h4{font-size:18px!important}
	.tm4-footer p{font-size:15px!important}
	.tm4-footer a{font-size:15px!important;line-height:1.9!important}
	.tm4-footer .wh{font-size:14px!important;padding:11px 15px!important}
	.tm4-footer input{height:46px!important;font-size:14px!important}
	.tm4-footer button{height:46px!important;font-size:13px!important}
	.tm4-footer .tm4-copy{font-size:12px!important}
}
@media(max-width:540px){
	.tm4-logo .custom-logo{
		height:44px;
		max-width:190px;
	}
	.tm4-yellowcta h2{font-size:26px!important}
	.tm4-yellowcta p{font-size:16px!important}
}

/* v4.6 Ücretsiz Talep */
.tm46-quote{margin-right:8px;padding:10px 14px;border-radius:5px;background:#ffc400;color:#111820;text-decoration:none;font-size:11px;font-weight:900}
.tm46-page{background:#f5f7fa}.tm46-hero{padding:65px 0;background:linear-gradient(120deg,#061729,#0d3153);color:#fff}.tm46-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:40px}.tm46-hero span{color:#ffc400;font-size:11px;font-weight:900;letter-spacing:1px}.tm46-hero h1{max-width:750px;margin:8px 0 14px;font-size:clamp(38px,5vw,60px);line-height:1.08}.tm46-hero h1 b{color:#ffc400}.tm46-hero p{max-width:700px;color:#c8d5df;font-size:15px}.tm46-badges{display:flex;gap:8px;flex-wrap:wrap}.tm46-badges i{padding:7px 10px;border:1px solid #ffffff24;border-radius:999px;font-style:normal;font-size:10px}.tm46-art{text-align:center;font-size:145px;animation:tmTruckMove 4s ease-in-out infinite}.tm46-art small{font-size:38px}
.tm46-content{padding:55px 0 75px}.tm46-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px;align-items:start}.tm46-formbox{padding:27px;border:1px solid #e1e7ec;border-radius:16px;background:#fff;box-shadow:0 12px 35px rgba(5,28,49,.07)}.tm46-formbox>h2{margin:0;color:#102b43;font-size:29px}.tm46-formbox .lead{margin:4px 0 20px;color:#798691;font-size:12px}.tm46-msg{margin-bottom:16px;padding:13px;border-radius:8px;font-size:12px;font-weight:800}.tm46-msg.success{background:#e8f8ee;color:#176b36}.tm46-msg.error{background:#fdeced;color:#912c36}.tm46-form{display:grid;gap:16px}.tm46-group{display:grid;grid-template-columns:1fr 1fr;gap:13px;padding:19px;border:1px solid #e8ecef;border-radius:11px;background:#fafbfd}.tm46-group h3{grid-column:1/-1;margin:0 0 4px;color:#102b43;font-size:16px}.tm46-group label{display:grid;gap:6px;color:#293d4e;font-size:11px;font-weight:900}.tm46-group label.full{grid-column:1/-1}.tm46-group input,.tm46-group select,.tm46-group textarea{width:100%;padding:12px;border:1px solid #dce4ea;border-radius:8px;background:#fff;font-size:13px}.tm46-group textarea{min-height:115px;resize:vertical}.tm46-group small{font-size:9px;color:#87939d}.tm46-submit{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px;border-radius:11px;background:#071b30;color:#fff}.tm46-submit b,.tm46-submit span{display:block}.tm46-submit b{font-size:12px}.tm46-submit span{color:#aebdc9;font-size:9px}.tm46-submit button{min-height:48px;padding:0 17px;border:0;border-radius:7px;background:#ffc400;font-size:11px;font-weight:900;cursor:pointer}
.tm46-side{position:sticky;top:95px;display:grid;gap:15px}.tm46-side>div{padding:19px;border:1px solid #e1e7ec;border-radius:12px;background:#fff}.tm46-side h3{margin:0 0 12px;color:#102b43;font-size:17px}.tm46-side p{font-size:10px;color:#6f7e8a}.tm46-side p b{display:inline-grid;place-items:center;width:25px;height:25px;margin-right:5px;border-radius:50%;background:#ffc400;color:#111}.tm46-side a{display:block;margin:7px 0;color:#16334b;text-decoration:none;font-size:11px;font-weight:900}.tm46-side .dark{border:0;background:linear-gradient(135deg,#071b30,#0e375a);color:#fff}.tm46-side .dark h3{color:#fff}.tm46-side .dark small{color:#ffc400;font-size:8px;font-weight:900}.tm46-side .dark p{color:#bdcad4}.tm46-side .dark a{display:inline-block;padding:8px 10px;border-radius:5px;background:#ffc400;color:#111820}
@media(max-width:1050px){.tm46-layout{grid-template-columns:1fr}.tm46-side{position:static;grid-template-columns:repeat(3,1fr)}}
@media(max-width:800px){.tm46-quote{display:none}.tm46-hero-grid{grid-template-columns:1fr}.tm46-art{display:none}.tm46-side{grid-template-columns:1fr}}
@media(max-width:540px){.tm46-hero h1{font-size:38px}.tm46-group{grid-template-columns:1fr;padding:15px}.tm46-group label.full{grid-column:1}.tm46-submit{display:block}.tm46-submit button{width:100%;margin-top:13px}}

/* v4.7 Açık Talepler + Teklif Ver */
.tm47-archive,.tm47-single{background:#f5f7fa}.tm47-hero,.tm47-singlehero{padding:55px 0;background:linear-gradient(120deg,#061729,#0d3153);color:#fff}.tm47-hero>div>span,.tm47-singlehero span{color:#ffc400;font-size:10px;font-weight:900}.tm47-hero h1{margin:6px 0;font-size:clamp(36px,5vw,55px)}.tm47-hero h1 b{color:#ffc400}.tm47-hero p{color:#c2d0da;font-size:13px}.tm47-list{padding:50px 0}.tm47-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.tm47-card{padding:19px;border:1px solid #e0e6eb;border-radius:12px;background:#fff;box-shadow:0 7px 22px rgba(5,28,49,.05)}.tm47-cardtop{display:flex;justify-content:space-between}.tm47-cardtop span{padding:5px 8px;border-radius:999px;background:#fff5d5;color:#745800;font-size:9px;font-weight:900}.tm47-cardtop small{font-size:9px}.tm47-card h2{font-size:18px}.tm47-route{display:grid;grid-template-columns:1fr 25px 1fr;gap:7px;align-items:center;padding:11px;border-radius:8px;background:#f6f8fa}.tm47-route small,.tm47-route b{display:block}.tm47-route small{font-size:8px;color:#8a97a1}.tm47-route b{font-size:10px}.tm47-route i{text-align:center;color:#e99d00;font-style:normal}.tm47-card p{font-size:9px}.tm47-card>a{color:#d89500;text-decoration:none;font-size:10px;font-weight:900}.tm47-singlehero>div>a{color:#b7c6d1;text-decoration:none;font-size:10px}.tm47-singlehero>div>div{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-top:12px}.tm47-singlehero h1{margin:4px 0;font-size:clamp(34px,4.5vw,50px)}.tm47-singlehero p{margin:0;color:#b8c6d1;font-size:10px}.tm47-yellow{padding:11px 15px;border-radius:6px;background:#ffc400;color:#111820!important;font-weight:900}.tm47-body{padding:45px 0 70px}.tm47-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px;align-items:start}.tm47-box{margin-bottom:15px;padding:21px;border:1px solid #e0e6eb;border-radius:12px;background:#fff}.tm47-box h2{font-size:19px}.tm47-bigroute{display:grid;grid-template-columns:1fr 45px 1fr;align-items:center}.tm47-bigroute>div{padding:16px;border-radius:9px;background:#f6f8fa}.tm47-bigroute small,.tm47-bigroute b,.tm47-bigroute p{display:block}.tm47-bigroute small{font-size:8px;color:#8996a0}.tm47-bigroute b{font-size:14px}.tm47-bigroute p{font-size:9px}.tm47-bigroute i{text-align:center;color:#e99d00;font-size:22px;font-style:normal}.tm47-info{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-bottom:15px}.tm47-info>div{padding:13px;border:1px solid #e0e6eb;border-radius:9px;background:#fff}.tm47-info span{font-size:18px}.tm47-info small,.tm47-info b{display:block}.tm47-info small{font-size:8px;color:#8996a0}.tm47-info b{font-size:9px}.tm47-desc{font-size:11px;line-height:1.7}.tm47-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.tm47-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:7px}.tm47-offer{position:sticky;top:94px;overflow:hidden;border:1px solid #dfe6eb;border-radius:13px;background:#fff;box-shadow:0 12px 30px rgba(5,28,49,.08)}.tm47-offerhead{padding:18px;background:#071b30;color:#fff}.tm47-offerhead span{color:#ffc400;font-size:8px;font-weight:900}.tm47-offerhead h2{margin:3px 0;font-size:23px}.tm47-offerhead p{margin:0;color:#afbeca;font-size:9px}.tm47-offer form{display:grid;gap:10px;padding:17px}.tm47-offer label{display:grid;gap:5px;font-size:10px;font-weight:900}.tm47-offer input,.tm47-offer textarea{width:100%;padding:11px;border:1px solid #dce4ea;border-radius:7px;font-size:12px}.tm47-offer textarea{min-height:90px}.tm47-money{display:grid;grid-template-columns:1fr 36px}.tm47-money span{display:grid;place-items:center;border:1px solid #dce4ea;border-left:0;background:#f5f7f9}.tm47-offer button{min-height:45px;border:0;border-radius:7px;background:#ffc400;font-size:11px;font-weight:900}.tm47-privacy{padding:0 17px 17px;color:#7a8893;font-size:8px}.tm47-msg{margin:13px 17px 0;padding:9px;border-radius:6px;font-size:9px}.tm47-msg.success{background:#e8f8ee;color:#176b36}.tm47-msg.error{background:#fdeced;color:#912c36}.tm47-hp{position:absolute!important;left:-9999px!important}
@media(max-width:1050px){.tm47-grid{grid-template-columns:repeat(2,1fr)}.tm47-layout{grid-template-columns:1fr}.tm47-offer{position:static}}@media(max-width:700px){.tm47-grid{grid-template-columns:1fr}.tm47-singlehero>div>div{display:block}.tm47-yellow{display:inline-block;margin-top:14px}.tm47-info{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.tm47-bigroute{grid-template-columns:1fr}.tm47-bigroute i{transform:rotate(90deg);padding:4px}.tm47-gallery{grid-template-columns:1fr 1fr}}


/* =========================================================
   v4.8 - Firma Paneli
========================================================= */
.tm48-panel-link{margin-right:7px;padding:9px 12px;border:1px solid #dfe5e9;border-radius:5px;color:#17334b;text-decoration:none;font-size:10px;font-weight:900}
.tm48-auth,.tm48-panel{background:#f5f7fa}
.tm48-auth-hero,.tm48-panel-top{padding:52px 0;background:linear-gradient(120deg,#061729,#0d3153);color:#fff}
.tm48-auth-hero span,.tm48-panel-title span,.tm48-section-head small{color:#ffc400;font-size:9px;font-weight:900;letter-spacing:1px}
.tm48-auth-hero h1,.tm48-panel-title h1{margin:5px 0 8px;font-size:clamp(34px,4.5vw,50px)}
.tm48-auth-hero h1 b{color:#ffc400}.tm48-auth-hero p,.tm48-panel-title p{margin:0;color:#bdcad4;font-size:13px}
.tm48-auth-body{padding:48px 0 70px}.tm48-auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:900px}
.tm48-message{grid-column:1/-1;padding:12px 14px;border-radius:8px;font-size:11px;font-weight:800}.tm48-message.success{background:#e7f8ed;color:#176b36}.tm48-message.error{background:#fdeced;color:#912c36}
.tm48-auth-card{padding:26px;border:1px solid #e0e7ec;border-radius:14px;background:#fff;box-shadow:0 10px 28px rgba(5,28,49,.06)}
.tm48-auth-card>span{color:#d99500;font-size:8px;font-weight:900}.tm48-auth-card h2{margin:4px 0 18px;color:#102b43;font-size:24px}
.tm48-auth-card form,.tm48-profile-form{display:grid;gap:12px}.tm48-auth-card label,.tm48-profile-form label{display:grid;gap:5px;color:#294052;font-size:10px;font-weight:900}
.tm48-auth-card input,.tm48-profile-form input,.tm48-profile-form textarea{width:100%;padding:12px;border:1px solid #dce4ea;border-radius:7px;background:#fff;font-size:12px}
.tm48-auth-card button,.tm48-profile-form button{min-height:45px;border:0;border-radius:7px;background:#ffc400;color:#111820;font-size:10px;font-weight:900;cursor:pointer}
.tm48-auth-card.register{border-top:4px solid #ffc400}
.tm48-panel-title{display:flex;align-items:end;justify-content:space-between;gap:20px}.tm48-panel-title>a{padding:9px 12px;border:1px solid #ffffff40;border-radius:6px;color:#fff;text-decoration:none;font-size:9px;font-weight:900}
.tm48-panel-body{padding:35px 0 70px}.tm48-panel-layout{display:grid;grid-template-columns:215px minmax(0,1fr);gap:20px;align-items:start}
.tm48-panel-nav{position:sticky;top:95px;overflow:hidden;border:1px solid #e0e7ec;border-radius:12px;background:#fff}
.tm48-panel-nav a{display:flex;align-items:center;gap:9px;padding:14px;border-bottom:1px solid #edf0f2;color:#536675;text-decoration:none;font-size:10px;font-weight:800}.tm48-panel-nav a:last-child{border:0}.tm48-panel-nav a.active{background:#071b30;color:#fff;border-left:4px solid #ffc400}
.tm48-panel-content{min-width:0}.tm48-section-head{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:15px}.tm48-section-head h2{margin:3px 0 0;color:#102b43;font-size:25px}.tm48-section-head>a{color:#d89400;text-decoration:none;font-size:9px;font-weight:900}
.tm48-request-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.tm48-request-list article{padding:17px;border:1px solid #e0e7ec;border-radius:11px;background:#fff}
.tm48-rq-top{display:flex;justify-content:space-between;gap:7px}.tm48-rq-top span{padding:4px 7px;border-radius:999px;background:#fff4cf;color:#735700;font-size:8px;font-weight:900}.tm48-rq-top small{color:#84919b;font-size:8px}
.tm48-request-list h3{margin:12px 0 7px;color:#17334b;font-size:15px}.tm48-request-list p{color:#687984;font-size:9px}.tm48-request-list a{color:#d89400;text-decoration:none;font-size:9px;font-weight:900}
.tm48-offer-list{display:grid;gap:10px}.tm48-offer-list article{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:14px;align-items:center;padding:16px;border:1px solid #e0e7ec;border-radius:10px;background:#fff}
.tm48-offer-list small,.tm48-offer-list h3,.tm48-offer-list span,.tm48-offer-list strong,.tm48-offer-list b{display:block}.tm48-offer-list small{color:#8a97a1;font-size:7px}.tm48-offer-list h3{margin:2px 0;color:#17334b;font-size:12px}.tm48-offer-list span{color:#7d8b96;font-size:8px}.tm48-offer-list strong{color:#0c7a43;font-size:16px}.tm48-offer-list b{color:#294052;font-size:10px}.tm48-offer-list>a{padding:8px 9px;border-radius:5px;background:#071b30;color:#fff;text-decoration:none;font-size:8px;font-weight:900}
.tm48-empty{padding:28px;border:1px dashed #ccd6dd;border-radius:10px;background:#fff;text-align:center;color:#687984}.tm48-empty b{color:#17334b}.tm48-empty p{font-size:10px}.tm48-empty a{display:inline-block;padding:8px 10px;border-radius:5px;background:#ffc400;color:#111820;text-decoration:none;font-size:9px;font-weight:900}
.tm48-profile-form{grid-template-columns:1fr 1fr;padding:22px;border:1px solid #e0e7ec;border-radius:12px;background:#fff}.tm48-profile-form .full{grid-column:1/-1}.tm48-profile-form textarea{min-height:130px;resize:vertical}.tm48-profile-form button{padding:0 18px}
@media(max-width:1050px){.tm48-request-list{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.tm48-panel-link{display:none}.tm48-auth-grid{grid-template-columns:1fr}.tm48-panel-layout{grid-template-columns:1fr}.tm48-panel-nav{position:static;display:grid;grid-template-columns:repeat(2,1fr)}.tm48-panel-title{display:block}.tm48-panel-title>a{display:inline-block;margin-top:14px}.tm48-offer-list article{grid-template-columns:1fr 1fr}.tm48-offer-list article>a{grid-column:1/-1;text-align:center}}
@media(max-width:540px){.tm48-request-list{grid-template-columns:1fr}.tm48-panel-nav{grid-template-columns:1fr 1fr}.tm48-profile-form{grid-template-columns:1fr}.tm48-profile-form .full{grid-column:1}.tm48-offer-list article{grid-template-columns:1fr}}


/* =========================================================
   v4.9 - Müşteri Paneli + Gelen Teklifler
========================================================= */
.tm49-customer-link{
	margin-right:7px;
	padding:9px 12px;
	border:1px solid #f1bd21;
	border-radius:5px;
	color:#785b00;
	background:#fff9df;
	text-decoration:none;
	font-size:10px;
	font-weight:900;
}
.tm49-request-login-note{
	margin-bottom:15px;
	padding:12px 14px;
	border:1px solid #f1d66d;
	border-radius:8px;
	background:#fff9df;
	color:#5b4c18;
	font-size:11px;
	line-height:1.5;
}
.tm49-request-login-note a{color:#b07800;font-weight:900}

.tm49-auth,.tm49-panel{background:#f5f7fa}
.tm49-auth-hero,.tm49-panel-top{
	padding:52px 0;
	background:
		radial-gradient(circle at 82% 20%,rgba(255,196,0,.14),transparent 25%),
		linear-gradient(120deg,#061729,#0d3153);
	color:#fff;
}
.tm49-auth-hero span,.tm49-panel-title span,.tm49-section-head small{
	color:#ffc400;
	font-size:9px;
	font-weight:900;
	letter-spacing:1px;
}
.tm49-auth-hero h1,.tm49-panel-title h1{
	max-width:850px;
	margin:5px 0 8px;
	font-size:clamp(34px,4.5vw,50px);
	line-height:1.1;
}
.tm49-auth-hero h1 b{color:#ffc400}
.tm49-auth-hero p,.tm49-panel-title p{
	margin:0;
	color:#bdcad4;
	font-size:13px;
}
.tm49-auth-body{padding:48px 0 70px}
.tm49-auth-grid{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:20px;
	max-width:900px;
}
.tm49-message{
	grid-column:1/-1;
	margin-bottom:13px;
	padding:12px 14px;
	border-radius:8px;
	font-size:11px;
	font-weight:800;
}
.tm49-message.success{background:#e7f8ed;color:#176b36}
.tm49-message.error{background:#fdeced;color:#912c36}
.tm49-auth-card{
	padding:26px;
	border:1px solid #e0e7ec;
	border-radius:14px;
	background:#fff;
	box-shadow:0 10px 28px rgba(5,28,49,.06);
}
.tm49-auth-card>span{color:#d99500;font-size:8px;font-weight:900}
.tm49-auth-card h2{margin:4px 0 18px;color:#102b43;font-size:24px}
.tm49-auth-card form,.tm49-profile-form{display:grid;gap:12px}
.tm49-auth-card label,.tm49-profile-form label{
	display:grid;
	gap:5px;
	color:#294052;
	font-size:10px;
	font-weight:900;
}
.tm49-auth-card input,.tm49-profile-form input{
	width:100%;
	padding:12px;
	border:1px solid #dce4ea;
	border-radius:7px;
	background:#fff;
	font-size:12px;
}
.tm49-auth-card button,.tm49-profile-form button{
	min-height:45px;
	border:0;
	border-radius:7px;
	background:#ffc400;
	color:#111820;
	font-size:10px;
	font-weight:900;
	cursor:pointer;
}
.tm49-auth-card.register{border-top:4px solid #ffc400}

.tm49-panel-title{
	display:flex;
	align-items:end;
	justify-content:space-between;
	gap:20px;
}
.tm49-panel-title>a{
	padding:9px 12px;
	border:1px solid #ffffff40;
	border-radius:6px;
	color:#fff;
	text-decoration:none;
	font-size:9px;
	font-weight:900;
}
.tm49-panel-body{padding:35px 0 70px}
.tm49-panel-layout{
	display:grid;
	grid-template-columns:215px minmax(0,1fr);
	gap:20px;
	align-items:start;
}
.tm49-panel-nav{
	position:sticky;
	top:95px;
	overflow:hidden;
	border:1px solid #e0e7ec;
	border-radius:12px;
	background:#fff;
}
.tm49-panel-nav a{
	display:flex;
	align-items:center;
	gap:9px;
	padding:14px;
	border-bottom:1px solid #edf0f2;
	color:#536675;
	text-decoration:none;
	font-size:10px;
	font-weight:800;
}
.tm49-panel-nav a:last-child{border:0}
.tm49-panel-nav a.active{
	background:#071b30;
	color:#fff;
	border-left:4px solid #ffc400;
}
.tm49-panel-content{min-width:0}
.tm49-section-head{
	display:flex;
	align-items:end;
	justify-content:space-between;
	gap:15px;
	margin-bottom:15px;
}
.tm49-section-head h2{
	margin:3px 0 0;
	color:#102b43;
	font-size:25px;
}
.tm49-section-head>a{
	padding:8px 10px;
	border-radius:5px;
	background:#ffc400;
	color:#111820;
	text-decoration:none;
	font-size:9px;
	font-weight:900;
}

.tm49-request-list{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:13px;
}
.tm49-request-list article{
	padding:18px;
	border:1px solid #e0e7ec;
	border-radius:11px;
	background:#fff;
	box-shadow:0 6px 20px rgba(5,28,49,.04);
}
.tm49-request-top{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:8px;
}
.tm49-request-top>span{
	padding:5px 8px;
	border-radius:999px;
	background:#fff4cf;
	color:#735700;
	font-size:8px;
	font-weight:900;
}
.tm49-request-top>b{
	color:#60717f;
	font-size:9px;
}
.tm49-request-top>b.done{
	padding:5px 8px;
	border-radius:999px;
	background:#e5f8eb;
	color:#15743a;
}
.tm49-request-list h3{
	margin:13px 0 9px;
	color:#17334b;
	font-size:17px;
}
.tm49-request-meta{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	color:#71818d;
	font-size:9px;
}
.tm49-request-actions{
	display:flex;
	gap:7px;
	margin-top:14px;
	flex-wrap:wrap;
}
.tm49-request-actions a{
	padding:8px 10px;
	border:1px solid #dce3e8;
	border-radius:5px;
	color:#17334b;
	text-decoration:none;
	font-size:9px;
	font-weight:900;
}
.tm49-request-actions a.primary{
	border-color:#ffc400;
	background:#ffc400;
	color:#111820;
}

.tm49-offer-groups{display:grid;gap:18px}
.tm49-offer-group{
	overflow:hidden;
	border:1px solid #dfe6eb;
	border-radius:13px;
	background:#fff;
}
.tm49-offer-group-head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:10px;
	padding:16px 18px;
	background:#071b30;
	color:#fff;
}
.tm49-offer-group-head small{
	color:#ffc400;
	font-size:8px;
	font-weight:900;
}
.tm49-offer-group-head h3{
	margin:3px 0 0;
	font-size:15px;
}
.tm49-offer-group-head>span{
	padding:5px 8px;
	border-radius:999px;
	background:#ffffff12;
	font-size:8px;
	font-weight:900;
}
.tm49-offer-group-head>span.accepted{
	background:#1d8d4c;
}
.tm49-offer-cards{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:12px;
	padding:14px;
	background:#f7f9fb;
}
.tm49-offer-card{
	padding:17px;
	border:1px solid #e0e7ec;
	border-radius:10px;
	background:#fff;
}
.tm49-offer-card.chosen{
	border:2px solid #2ba45c;
	box-shadow:0 8px 22px rgba(43,164,92,.10);
}
.tm49-offer-brand{
	display:flex;
	align-items:center;
	gap:10px;
}
.tm49-offer-brand>span{
	display:grid;
	place-items:center;
	width:43px;
	height:43px;
	border-radius:9px;
	background:#fff4cf;
	font-size:20px;
}
.tm49-offer-brand small,.tm49-offer-brand h4{display:block}
.tm49-offer-brand small{
	color:#8b97a1;
	font-size:7px;
}
.tm49-offer-brand h4{
	margin:2px 0 0;
	color:#17334b;
	font-size:13px;
}
.tm49-offer-price{
	margin:14px 0;
	padding:12px;
	border-radius:8px;
	background:#f5f8fa;
}
.tm49-offer-price small,.tm49-offer-price strong{display:block}
.tm49-offer-price small{color:#8b97a1;font-size:7px}
.tm49-offer-price strong{
	margin-top:3px;
	color:#0c7a43;
	font-size:22px;
}
.tm49-offer-facts{
	display:flex;
	flex-wrap:wrap;
	gap:8px 14px;
	color:#617481;
	font-size:9px;
}
.tm49-offer-facts b{color:#294052}
.tm49-offer-card>p{
	margin:13px 0;
	color:#687984;
	font-size:10px;
	line-height:1.6;
}
.tm49-accept-form button{
	width:100%;
	min-height:42px;
	border:0;
	border-radius:6px;
	background:#ffc400;
	color:#111820;
	font-size:10px;
	font-weight:900;
	cursor:pointer;
}
.tm49-chosen{
	padding:10px;
	border-radius:6px;
	background:#e5f8eb;
	color:#15743a;
	text-align:center;
	font-size:10px;
	font-weight:900;
}
.tm49-not-chosen{
	padding:10px;
	border-radius:6px;
	background:#f0f2f4;
	color:#7a8791;
	text-align:center;
	font-size:9px;
	font-weight:800;
}
.tm49-empty{
	padding:28px;
	border:1px dashed #ccd6dd;
	border-radius:10px;
	background:#fff;
	text-align:center;
	color:#687984;
}
.tm49-empty b{color:#17334b}
.tm49-empty p{font-size:10px}
.tm49-empty a{
	display:inline-block;
	padding:8px 10px;
	border-radius:5px;
	background:#ffc400;
	color:#111820;
	text-decoration:none;
	font-size:9px;
	font-weight:900;
}
.tm49-profile-form{
	grid-template-columns:1fr 1fr;
	padding:22px;
	border:1px solid #e0e7ec;
	border-radius:12px;
	background:#fff;
}
.tm49-profile-form .full{grid-column:1/-1}
.tm49-profile-form input:disabled{background:#f2f4f6;color:#84919b}

.tm49-offer-status{
	display:inline-block!important;
	margin-top:4px;
	padding:5px 8px;
	border-radius:999px;
	font-size:8px!important;
}
.tm49-offer-status.bekliyor{background:#fff4cf;color:#735700!important}
.tm49-offer-status.kabul_edildi{background:#e5f8eb;color:#15743a!important}
.tm49-offer-status.reddedildi{background:#edf0f2;color:#6d7b85!important}

.tm49-closed-badge{
	display:inline-block;
	padding:10px 14px;
	border-radius:7px;
	background:#2b9a57;
	color:#fff;
	font-size:10px;
	font-weight:900;
}
.tm49-closed-card{
	padding:25px;
	background:#fff;
}
.tm49-closed-card>span{
	color:#1b8a49;
	font-size:8px;
	font-weight:900;
}
.tm49-closed-card h2{
	margin:5px 0 8px;
	color:#17334b;
	font-size:20px;
}
.tm49-closed-card p{
	color:#6d7c88;
	font-size:10px;
}
.tm49-closed-card a{
	display:inline-block;
	margin-top:7px;
	padding:8px 10px;
	border-radius:5px;
	background:#071b30;
	color:#fff;
	text-decoration:none;
	font-size:9px;
	font-weight:900;
}

@media(max-width:1050px){
	.tm49-offer-cards{grid-template-columns:1fr}
}
@media(max-width:800px){
	.tm49-customer-link{display:none}
	.tm49-auth-grid{grid-template-columns:1fr}
	.tm49-panel-layout{grid-template-columns:1fr}
	.tm49-panel-nav{
		position:static;
		display:grid;
		grid-template-columns:repeat(2,1fr);
	}
	.tm49-panel-title{display:block}
	.tm49-panel-title>a{display:inline-block;margin-top:14px}
}
@media(max-width:540px){
	.tm49-request-list{grid-template-columns:1fr}
	.tm49-panel-nav{grid-template-columns:1fr 1fr}
	.tm49-profile-form{grid-template-columns:1fr}
	.tm49-profile-form .full{grid-column:1}
	.tm49-offer-group-head{align-items:flex-start}
}


/* =========================================================
   v5.0 - İletişim / Tamamlama / Puanlama
========================================================= */
.tm50-contact-box{margin-top:12px;padding:13px;border:1px solid #bde3ca;border-radius:8px;background:#effaf3}
.tm50-contact-box small{color:#188146;font-size:7px;font-weight:900;letter-spacing:.8px}
.tm50-contact-box h5{margin:3px 0 9px;color:#17334b;font-size:11px}
.tm50-contact-box>div{display:flex;gap:7px;flex-wrap:wrap}
.tm50-contact-box a{padding:7px 9px;border-radius:5px;background:#fff;color:#17683a;text-decoration:none;font-size:9px;font-weight:900}
.tm50-complete-form{margin-top:10px}
.tm50-complete-form button{width:100%;min-height:40px;border:0;border-radius:6px;background:#17334b;color:#fff;font-size:9px;font-weight:900;cursor:pointer}
.tm50-review-form{margin-top:11px;padding:13px;border:1px solid #eadb9d;border-radius:8px;background:#fffaf0}
.tm50-review-form h5{margin:0 0 8px;color:#17334b;font-size:11px}
.tm50-stars{display:flex;gap:4px;margin-bottom:9px}
.tm50-stars label{cursor:pointer;color:#e2a900;font-size:20px}
.tm50-stars input{margin-right:2px}
.tm50-review-form textarea{width:100%;min-height:85px;padding:10px;border:1px solid #ded7bc;border-radius:6px;resize:vertical;font-size:10px}
.tm50-review-form button{width:100%;min-height:39px;margin-top:8px;border:0;border-radius:6px;background:#ffc400;color:#111820;font-size:9px;font-weight:900;cursor:pointer}
.tm50-reviewed{margin-top:10px;padding:10px;border-radius:6px;background:#fff4cf;color:#735700;text-align:center;font-size:9px;font-weight:900}
.tm50-firm-contact{display:flex;flex-direction:column;gap:4px;padding:8px;border-radius:6px;background:#e9f8ee}
.tm50-firm-contact small{color:#16743c!important}
.tm50-firm-contact a{color:#17683a;text-decoration:none;font-size:8px;font-weight:900}
.tm50-rating-summary{display:flex;align-items:center;gap:14px;margin-bottom:14px;padding:16px;border:1px solid #e0e7ec;border-radius:10px;background:#fff}
.tm50-rating-summary>div{display:flex;align-items:center;gap:6px}
.tm50-rating-summary span{color:#e6aa00;font-size:28px}
.tm50-rating-summary strong{color:#17334b;font-size:25px}
.tm50-rating-summary p{margin:0;color:#788792;font-size:9px;line-height:1.5}
.tm50-rating-summary b{color:#294052}
@media(max-width:800px){.tm50-contact-box>div{display:grid}.tm50-contact-box a{text-align:center}}


/* v5.0.2 Ara + WhatsApp */
.tm502-call,.tm502-whatsapp{
	display:inline-flex!important;
	align-items:center;
	justify-content:center;
	min-height:36px;
	padding:8px 12px!important;
	border-radius:6px!important;
	text-decoration:none!important;
	font-size:9px!important;
	font-weight:900!important;
}
.tm502-call{background:#17334b!important;color:#fff!important}
.tm502-whatsapp{background:#25d366!important;color:#fff!important}
.tm50-firm-contact .tm502-call,
.tm50-firm-contact .tm502-whatsapp{margin-top:3px}
@media(max-width:540px){
	.tm502-call,.tm502-whatsapp{width:100%}
}


/* =========================================================
   v5.1.2 - Stabil firma sayfası + kompakt puanlama
   v5.0.2 firma yerleşimi korunur.
========================================================= */
.tm512-rating-section{
	padding:28px 0 45px;
	background:#f5f7f9;
}
.tm512-rating-box{
	position:relative;
	padding:22px;
	border:1px solid #e1e7ec;
	border-radius:12px;
	background:#fff;
	box-shadow:0 6px 20px rgba(6,29,50,.05);
}
.tm512-rating-summary{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:20px;
	padding-bottom:16px;
	border-bottom:1px solid #edf0f2;
}
.tm512-kicker{
	display:block;
	color:#d99d00;
	font-size:9px;
	font-weight:900;
	letter-spacing:.8px;
}
.tm512-rating-summary h2{
	margin:4px 0 0;
	color:#17334b;
	font-size:22px;
}
.tm512-score{
	text-align:right;
	white-space:nowrap;
}
.tm512-score strong{
	color:#17334b;
	font-size:30px;
}
.tm512-score>span{
	color:#e3a900;
	font-size:23px;
}
.tm512-score small{
	display:block;
	color:#7f8d97;
	font-size:10px;
}
.tm512-verified{
	display:inline-block;
	margin-top:14px;
	padding:7px 10px;
	border-radius:999px;
	background:#e8f8ee;
	color:#19733e;
	font-size:10px;
	font-weight:900;
}
.tm512-review-grid{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:10px;
	margin-top:15px;
}
.tm512-review-grid article{
	padding:14px;
	border:1px solid #e7ebee;
	border-radius:9px;
	background:#fafcfd;
}
.tm512-stars{
	color:#e3a900;
	font-size:14px;
	letter-spacing:1px;
}
.tm512-review-grid p{
	margin:8px 0;
	color:#586b79;
	font-size:12px;
	line-height:1.6;
}
.tm512-review-grid small{
	color:#1d8c4c;
	font-size:9px;
	font-weight:900;
}
.tm512-empty{
	margin-top:15px;
	padding:14px;
	border-radius:8px;
	background:#f5f7f8;
	color:#74838e;
	font-size:11px;
}
@media(max-width:700px){
	.tm512-rating-summary{
		align-items:flex-start;
	}
	.tm512-review-grid{
		grid-template-columns:1fr;
	}
	.tm512-rating-summary h2{
		font-size:19px;
	}
}


/* =========================================================
   v5.1.3 - Puanlama firma içeriğinin üstüne alındı
========================================================= */
.tm513-rating-box{
	border-top:4px solid #ffc400!important;
}
.tm513-rating-top{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:18px;
	padding-bottom:13px;
	border-bottom:1px solid #edf0f2;
}
.tm513-kicker{
	display:block;
	color:#d79a00;
	font-size:9px;
	font-weight:900;
	letter-spacing:.8px;
}
.tm513-rating-top h2{
	margin:4px 0 0!important;
}
.tm513-score{
	text-align:right;
	white-space:nowrap;
}
.tm513-score strong{
	color:#17334b;
	font-size:29px;
}
.tm513-score>span{
	color:#e2a700;
	font-size:22px;
}
.tm513-score small{
	display:block;
	color:#7c8994;
	font-size:9px;
}
.tm513-verified{
	display:inline-block;
	margin:12px 0 2px;
	padding:6px 9px;
	border-radius:999px;
	background:#e8f8ee;
	color:#19733e;
	font-size:9px;
	font-weight:900;
}
.tm513-review-grid{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:9px;
	margin-top:13px;
}
.tm513-review-grid article{
	padding:13px;
	border:1px solid #e5eaee;
	border-radius:8px;
	background:#fafcfd;
}
.tm513-stars{
	color:#dfa500;
	font-size:13px;
	letter-spacing:1px;
}
.tm513-review-grid p{
	margin:7px 0;
	color:#586a77;
	font-size:11px;
	line-height:1.55;
}
.tm513-review-grid small{
	color:#1b8949;
	font-size:8px;
	font-weight:900;
}
.tm513-empty{
	margin-top:12px;
	padding:12px;
	border-radius:7px;
	background:#f5f7f8;
	color:#74838e;
	font-size:10px;
}
@media(max-width:650px){
	.tm513-rating-top{
		align-items:flex-start;
	}
	.tm513-review-grid{
		grid-template-columns:1fr;
	}
}


/* =========================================================
   v5.2 - Doğrulanmış Firma Rozeti
========================================================= */
.tm52-verified-badge{
	display:inline-flex;
	align-items:center;
	gap:5px;
	margin-left:8px;
	padding:6px 9px;
	border:1px solid #a9dfba;
	border-radius:999px;
	background:#e9f9ef;
	color:#16743d;
	font-size:10px;
	font-weight:900;
	line-height:1;
	vertical-align:middle;
	white-space:nowrap;
}
.tm52-verified-badge i{
	display:grid;
	place-items:center;
	width:16px;
	height:16px;
	border-radius:50%;
	background:#1f9d55;
	color:#fff;
	font-size:10px;
	font-style:normal;
}
.tm52-verified-badge.compact{
	margin:9px 12px 0;
	padding:5px 8px;
	font-size:8px;
}
.tm52-verified-badge.compact i{
	width:14px;
	height:14px;
	font-size:9px;
}

/* Ana sayfa firma kartında rozet başlığın üstünde düzgün dursun */
.tm4-firmgrid article .tm52-verified-badge.compact{
	align-self:flex-start;
}

/* Mobil */
@media(max-width:600px){
	.tm52-verified-badge{
		margin:7px 0 0;
		font-size:9px;
	}
}


/* =========================================================
   v5.2.1 - Ana sayfa Doğrulanmış Firma rozeti düzeltmesi
========================================================= */
.tm4-firmgrid article .tm52-verified-badge,
.tm4-firmgrid article .tm52-verified-badge.compact{
	display:inline-flex !important;
	align-items:center;
	gap:5px;
	margin:12px 16px 0 !important;
	width:auto;
	max-width:max-content;
	position:relative;
	z-index:3;
}
.tm4-firmgrid article .tm52-verified-badge.compact + h3{
	margin-top:8px !important;
}
@media(max-width:540px){
	.tm4-firmgrid article .tm52-verified-badge,
	.tm4-firmgrid article .tm52-verified-badge.compact{
		margin:12px 16px 0 !important;
	}
}


/* =========================================================
   v5.2.2 - Dikkat Çekici Doğrulanmış Firma Rozeti
========================================================= */
.tm52-verified-badge,
.tm52-verified-badge.compact{
	position:relative;
	display:inline-flex!important;
	align-items:center;
	justify-content:center;
	gap:6px;
	padding:8px 12px!important;
	border:1px solid rgba(255,196,0,.75)!important;
	border-radius:999px!important;
	background:linear-gradient(135deg,#0c3153 0%,#124b78 100%)!important;
	color:#fff!important;
	font-weight:900!important;
	letter-spacing:.15px;
	box-shadow:0 6px 16px rgba(6,40,69,.20),0 0 0 3px rgba(255,196,0,.10);
	overflow:hidden;
}
.tm52-verified-badge i,
.tm52-verified-badge.compact i{
	display:grid!important;
	place-items:center;
	flex:0 0 auto;
	width:19px!important;
	height:19px!important;
	border-radius:50%!important;
	background:#ffc400!important;
	color:#10283d!important;
	font-size:12px!important;
	font-style:normal!important;
	font-weight:1000!important;
	box-shadow:0 0 0 3px rgba(255,255,255,.12);
}
.tm52-verified-badge:after{
	content:"";
	position:absolute;
	top:-50%;
	left:-45%;
	width:30%;
	height:200%;
	background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);
	transform:rotate(20deg);
	animation:tm522BadgeShine 4s ease-in-out infinite;
}
@keyframes tm522BadgeShine{
	0%,65%{left:-45%}
	85%,100%{left:125%}
}

/* Ana sayfada biraz daha güçlü */
.tm4-firmgrid article .tm52-verified-badge.compact{
	margin:12px 16px 2px!important;
	padding:8px 12px!important;
	font-size:9px!important;
	box-shadow:0 7px 18px rgba(6,40,69,.22),0 0 0 3px rgba(255,196,0,.12);
}

/* Profilde başlığın yanında premium görünüm */
.tm513-rating-box .tm513-verified{
	padding:8px 12px;
	border:1px solid #f0bd13;
	border-radius:999px;
	background:linear-gradient(135deg,#0c3153,#124b78);
	color:#fff;
	box-shadow:0 6px 15px rgba(6,40,69,.17);
	font-size:10px;
}
.tm513-rating-box .tm513-verified:before{
	content:"✓";
	display:inline-grid;
	place-items:center;
	width:17px;
	height:17px;
	margin-right:5px;
	border-radius:50%;
	background:#ffc400;
	color:#10283d;
}

@media(max-width:600px){
	.tm52-verified-badge,
	.tm52-verified-badge.compact{
		padding:8px 11px!important;
		font-size:9px!important;
	}
}


/* v5.2.3 - Inline garanti rozet */
.tm523-verified-badge{
	position:relative;
	overflow:hidden;
	vertical-align:middle;
	z-index:5;
}
.tm523-verified-badge:after{
	content:"";
	position:absolute;
	top:-40%;
	left:-35%;
	width:24%;
	height:180%;
	background:linear-gradient(90deg,transparent,rgba(255,255,255,.38),transparent);
	transform:rotate(18deg);
	animation:tm523shine 4.5s ease-in-out infinite;
}
@keyframes tm523shine{
	0%,68%{left:-35%}
	88%,100%{left:125%}
}
.tm4-firmgrid article .tm523-verified-badge{
	display:inline-flex!important;
}
@media(max-width:600px){
	.tm523-verified-badge{font-size:9px!important}
}


/* =========================================================
   v5.3 - Premium / Öne Çıkan Firma
========================================================= */
.tm53-featured-badge{
	position:relative;
	overflow:hidden;
	vertical-align:middle;
	z-index:6;
}
.tm53-featured-badge:after{
	content:"";
	position:absolute;
	top:-45%;
	left:-40%;
	width:25%;
	height:190%;
	background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);
	transform:rotate(18deg);
	animation:tm53PremiumShine 3.8s ease-in-out infinite;
}
@keyframes tm53PremiumShine{
	0%,62%{left:-40%}
	85%,100%{left:125%}
}

/* Ana sayfada Premium kart vurgusu */
.tm4-firmgrid article:has(.tm53-featured-badge){
	border:2px solid #ffb300!important;
	box-shadow:0 12px 30px rgba(255,143,0,.18)!important;
	background:linear-gradient(180deg,#fffdf7 0%,#ffffff 46%)!important;
}
.tm4-firmgrid article:has(.tm53-featured-badge):before{
	content:"PREMIUM";
	position:absolute;
	top:12px;
	right:12px;
	z-index:4;
	padding:5px 8px;
	border-radius:999px;
	background:#111820;
	color:#ffc400;
	font-size:7px;
	font-weight:1000;
	letter-spacing:.9px;
	box-shadow:0 5px 14px rgba(0,0,0,.18);
}
.tm4-firmgrid article{
	position:relative;
}
.tm4-firmgrid article .tm53-featured-badge{
	display:inline-flex!important;
}

/* Eski tarayıcılarda :has çalışmasa bile rozet belirgin kalır */
.tm53-featured-badge{
	box-shadow:0 7px 20px rgba(255,126,0,.30)!important;
}

/* Premium + doğrulanmış birlikte görünürken aralık */
.tm53-featured-badge + .tm523-verified-badge,
.tm53-featured-badge + .tm52-verified-badge{
	margin-top:6px!important;
}

/* Mobil */
@media(max-width:600px){
	.tm53-featured-badge{
		font-size:9px!important;
	}
	.tm4-firmgrid article:has(.tm53-featured-badge):before{
		top:10px;
		right:10px;
	}
}


/* =========================================================
   v5.4 - Firma Üyelik Paketleri
========================================================= */
.tm54-package-badge{
	display:inline-flex;
	align-items:center;
	gap:6px;
	margin-left:8px;
	padding:7px 10px;
	border-radius:999px;
	font-size:9px;
	font-weight:1000;
	line-height:1;
	white-space:nowrap;
	vertical-align:middle;
}
.tm54-package-badge i{
	display:grid;
	place-items:center;
	width:17px;
	height:17px;
	border-radius:50%;
	font-style:normal;
	font-size:10px;
}
.tm54-package-badge.free{
	background:#edf1f4;
	color:#526472;
	border:1px solid #d7dfe5;
}
.tm54-package-badge.free i{
	background:#6c7d8a;
	color:#fff;
}
.tm54-package-badge.premium{
	background:linear-gradient(135deg,#fff1ce,#ffd56f);
	color:#784a00;
	border:1px solid #f1ba32;
	box-shadow:0 5px 14px rgba(228,161,0,.16);
}
.tm54-package-badge.premium i{
	background:#111820;
	color:#ffc400;
}
.tm54-package-badge.corporate{
	background:linear-gradient(135deg,#071b30,#1f4d83);
	color:#fff;
	border:1px solid #5283bc;
	box-shadow:0 6px 16px rgba(7,27,48,.18);
}
.tm54-package-badge.corporate i{
	background:#ffc400;
	color:#071b30;
}

.tm54-package-panel{
	margin-bottom:16px;
	padding:16px;
	border:1px solid #dfe6eb;
	border-radius:11px;
	background:#fff;
	box-shadow:0 6px 18px rgba(5,28,49,.04);
}
.tm54-package-panel.premium{
	border-color:#efc65c;
	background:linear-gradient(135deg,#fffdf7,#fff8e6);
}
.tm54-package-panel.corporate{
	border-color:#aec7e2;
	background:linear-gradient(135deg,#f7fbff,#edf5fc);
}
.tm54-package-panel-main{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:16px;
}
.tm54-package-panel-main .tm54-package-badge{
	margin:0;
}
.tm54-package-panel-main strong,
.tm54-package-panel-main small{
	display:block;
	text-align:right;
}
.tm54-package-panel-main strong{
	color:#17334b;
	font-size:11px;
}
.tm54-package-panel-main small{
	margin-top:2px;
	color:#85919b;
	font-size:8px;
}
.tm54-package-progress{
	height:7px;
	margin:13px 0 8px;
	overflow:hidden;
	border-radius:999px;
	background:#e8edf1;
}
.tm54-package-progress span{
	display:block;
	height:100%;
	border-radius:999px;
	background:linear-gradient(90deg,#ffc400,#ff9d00);
}
.tm54-package-panel.corporate .tm54-package-progress span{
	background:linear-gradient(90deg,#1d73b8,#143d6a);
}
.tm54-package-panel>p{
	margin:0;
	color:#687984;
	font-size:9px;
}

.tm54-offer-package{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:10px;
	margin:14px 18px 0;
	padding:10px;
	border:1px solid #e0e6eb;
	border-radius:8px;
	background:#f7f9fb;
}
.tm54-offer-package .tm54-package-badge{
	margin:0;
}
.tm54-offer-package>small{
	color:#687984;
	font-size:8px;
	font-weight:800;
}

@media(max-width:600px){
	.tm54-package-badge{
		margin:6px 0 0;
	}
	.tm54-package-panel-main{
		align-items:flex-start;
		flex-direction:column;
	}
	.tm54-package-panel-main strong,
	.tm54-package-panel-main small{
		text-align:left;
	}
	.tm54-offer-package{
		align-items:flex-start;
		flex-direction:column;
	}
}


/* =========================================================
   v5.5 - Paket Karşılaştırma + Yükseltme Talebi
========================================================= */
.tm55-packages{background:#f5f7fa}
.tm55-hero{
	padding:62px 0;
	background:
		radial-gradient(circle at 82% 18%,rgba(255,196,0,.16),transparent 24%),
		linear-gradient(120deg,#061729,#0d3153);
	color:#fff;
}
.tm55-hero span{color:#ffc400;font-size:10px;font-weight:900;letter-spacing:1px}
.tm55-hero h1{max-width:850px;margin:6px 0 10px;font-size:clamp(36px,5vw,56px);line-height:1.08}
.tm55-hero h1 b{color:#ffc400}
.tm55-hero p{max-width:760px;margin:0;color:#c3d0da;font-size:14px;line-height:1.6}
.tm55-section{padding:45px 0 70px}
.tm55-message{margin-bottom:16px;padding:13px 15px;border-radius:8px;font-size:11px;font-weight:800}
.tm55-message.success{background:#e7f8ed;color:#176b36}
.tm55-message.error{background:#fdeced;color:#912c36}

.tm55-current{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:15px;
	margin-bottom:18px;
	padding:14px 16px;
	border:1px solid #e0e6eb;
	border-radius:10px;
	background:#fff;
}
.tm55-current small{display:block;margin-bottom:5px;color:#8a97a0;font-size:8px;font-weight:900}
.tm55-current .tm54-package-badge{margin:0}
.tm55-current>a{padding:8px 10px;border-radius:5px;background:#071b30;color:#fff;text-decoration:none;font-size:9px;font-weight:900}

.tm55-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.tm55-package{
	position:relative;
	padding:22px;
	border:1px solid #e0e6eb;
	border-radius:14px;
	background:#fff;
	box-shadow:0 8px 25px rgba(5,28,49,.05);
}
.tm55-package.premium{
	border:2px solid #f3bd32;
	transform:translateY(-6px);
	box-shadow:0 14px 32px rgba(222,157,0,.13);
}
.tm55-package.corporate{
	border-top:4px solid #173d67;
}
.tm55-package.active{
	box-shadow:0 0 0 3px rgba(31,157,85,.10),0 10px 28px rgba(5,28,49,.06);
}
.tm55-popular{
	position:absolute;
	top:-12px;
	left:50%;
	transform:translateX(-50%);
	padding:5px 10px;
	border-radius:999px;
	background:#111820;
	color:#ffc400;
	font-size:7px;
	font-weight:1000;
	letter-spacing:.7px;
}
.tm55-package-head{display:flex;align-items:center;gap:10px}
.tm55-package-head>span{
	display:grid;
	place-items:center;
	width:42px;
	height:42px;
	border-radius:10px;
	background:#edf1f4;
	color:#50606d;
	font-size:18px;
	font-weight:900;
}
.tm55-package.premium .tm55-package-head>span{background:#fff0c8;color:#9c6200}
.tm55-package.corporate .tm55-package-head>span{background:#e7eef8;color:#173d67}
.tm55-package-head small{display:block;color:#8b97a0;font-size:7px;font-weight:900}
.tm55-package-head h2{margin:2px 0 0;color:#17334b;font-size:22px}
.tm55-limit{margin:18px 0;padding:14px;border-radius:9px;background:#f6f8fa;text-align:center}
.tm55-limit strong{display:block;color:#17334b;font-size:29px}
.tm55-limit span{color:#7d8a94;font-size:9px}
.tm55-package ul{min-height:145px;margin:0;padding:0;list-style:none}
.tm55-package li{margin:9px 0;color:#526472;font-size:10px;line-height:1.4}
.tm55-action{margin-top:17px}
.tm55-action a,.tm55-action button,.tm55-active-package{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	min-height:43px;
	padding:0 12px;
	border:0;
	border-radius:7px;
	text-decoration:none;
	font-size:9px;
	font-weight:900;
	cursor:pointer;
}
.tm55-action a,.tm55-action button{background:#071b30;color:#fff}
.tm55-package.premium .tm55-action button{background:#ffc400;color:#111820}
.tm55-package.corporate .tm55-action button{background:#174a78;color:#fff}
.tm55-active-package{background:#e5f8eb;color:#17743e}

.tm55-compare{
	margin-top:35px;
	padding:22px;
	border:1px solid #e0e6eb;
	border-radius:13px;
	background:#fff;
}
.tm55-compare-head small{color:#d99b00;font-size:8px;font-weight:900}
.tm55-compare-head h2{margin:4px 0 17px;color:#17334b;font-size:24px}
.tm55-table{overflow:hidden;border:1px solid #e3e8ec;border-radius:9px}
.tm55-table>div{display:grid;grid-template-columns:1.4fr repeat(3,1fr);border-bottom:1px solid #e9edf0}
.tm55-table>div:last-child{border-bottom:0}
.tm55-table span,.tm55-table b{padding:12px;font-size:9px}
.tm55-table span{color:#60717f}
.tm55-table b{text-align:center;color:#264359}
.tm55-table .head{background:#071b30;color:#fff}
.tm55-table .head b{color:#fff}
.tm55-note{margin-top:17px;padding:13px 15px;border-radius:8px;background:#fff7da;color:#6c5817;font-size:9px;line-height:1.55}

@media(max-width:900px){
	.tm55-grid{grid-template-columns:1fr}
	.tm55-package.premium{transform:none}
}
@media(max-width:650px){
	.tm55-current{align-items:flex-start;flex-direction:column}
	.tm55-table{overflow-x:auto}
	.tm55-table>div{min-width:650px}
}


/* v5.7 paket süresi */
.tm57-expiry-box{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:14px;
	margin:-5px 0 16px;
	padding:13px 15px;
	border:1px solid #cfe0ef;
	border-radius:9px;
	background:#eef7ff;
}
.tm57-expiry-box small,.tm57-expiry-box strong,.tm57-expiry-box span{display:block}
.tm57-expiry-box small{color:#6a849a;font-size:8px;font-weight:900}
.tm57-expiry-box strong{margin:2px 0;color:#174a74;font-size:13px}
.tm57-expiry-box span{color:#718493;font-size:9px}
.tm57-expiry-box>a{
	padding:8px 10px;
	border-radius:6px;
	background:#174a74;
	color:#fff;
	text-decoration:none;
	font-size:9px;
	font-weight:900;
}
.tm57-expiry-box.warning{border-color:#f0ce6a;background:#fff6da}
.tm57-expiry-box.warning strong{color:#8a5900}
.tm57-expiry-box.warning>a{background:#ffc400;color:#111820}
@media(max-width:600px){
	.tm57-expiry-box{align-items:flex-start;flex-direction:column}
	.tm57-expiry-box>a{width:100%;text-align:center}
}


/* =========================================================
   v5.8 - Firma Paneli Profil Editörü
========================================================= */
.tm58-profile-editor{display:grid;gap:14px}
.tm58-profile-card{
	padding:20px;
	border:1px solid #dfe6eb;
	border-radius:12px;
	background:#fff;
	box-shadow:0 6px 18px rgba(5,28,49,.04);
}
.tm58-profile-card-head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	margin-bottom:15px;
	padding-bottom:12px;
	border-bottom:1px solid #edf0f2;
}
.tm58-profile-card-head small{display:block;color:#d89a00;font-size:8px;font-weight:900;letter-spacing:.8px}
.tm58-profile-card-head h3{margin:3px 0 0;color:#17334b;font-size:18px}
.tm58-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.tm58-profile-editor label{display:grid;gap:5px;color:#294052;font-size:10px;font-weight:900}
.tm58-profile-editor input[type="text"],
.tm58-profile-editor input[type="email"],
.tm58-profile-editor input[type="url"],
.tm58-profile-editor input:not([type]),
.tm58-profile-editor textarea{
	width:100%;
	padding:11px;
	border:1px solid #dce4ea;
	border-radius:7px;
	background:#fff;
	font-size:11px;
	font-weight:400;
}
.tm58-profile-editor textarea{min-height:150px;resize:vertical;line-height:1.55}
.tm58-profile-editor label>span{color:#84919b;font-size:8px;font-weight:500}
.tm58-full{margin-top:12px}
.tm58-profile-editor input[type="file"]{
	padding:10px;
	border:1px dashed #cbd5dc;
	border-radius:7px;
	background:#f7f9fb;
	font-size:10px;
}
.tm58-current-logo{display:flex;align-items:center;gap:14px;margin-bottom:13px;padding:12px;border-radius:9px;background:#f6f8fa}
.tm58-current-logo img{width:75px;height:75px;border-radius:9px;object-fit:cover;background:#fff}
.tm58-current-logo label{display:flex;align-items:center;gap:6px}
.tm58-current-gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;margin-bottom:9px}
.tm58-current-gallery img{display:block;width:100%;aspect-ratio:1/1;border-radius:7px;object-fit:cover;background:#eef2f5}
.tm58-clear{display:flex!important;align-items:center!important;grid-template-columns:auto 1fr!important;gap:7px!important;margin-bottom:12px;color:#8a5a00!important}
.tm58-savebar{
	position:sticky;
	bottom:12px;
	z-index:10;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:15px;
	padding:14px 16px;
	border:1px solid #c8d5df;
	border-radius:11px;
	background:rgba(255,255,255,.97);
	box-shadow:0 10px 30px rgba(5,28,49,.13);
	backdrop-filter:blur(8px);
}
.tm58-savebar b,.tm58-savebar small{display:block}
.tm58-savebar b{color:#17334b;font-size:10px}
.tm58-savebar small{margin-top:2px;color:#7d8b96;font-size:8px}
.tm58-savebar button{
	min-height:43px;
	padding:0 18px;
	border:0;
	border-radius:7px;
	background:#ffc400;
	color:#111820;
	font-size:10px;
	font-weight:900;
	cursor:pointer;
}
.tm58-no-profile{
	padding:30px;
	border:1px dashed #cbd5dc;
	border-radius:12px;
	background:#fff;
	text-align:center;
}
.tm58-no-profile>div{font-size:34px}
.tm58-no-profile h3{margin:8px 0 5px;color:#17334b}
.tm58-no-profile p{max-width:560px;margin:0 auto 14px;color:#687984;font-size:10px;line-height:1.6}
.tm58-no-profile a{display:inline-block;padding:10px 13px;border-radius:6px;background:#ffc400;color:#111820;text-decoration:none;font-size:9px;font-weight:900}
@media(max-width:800px){
	.tm58-grid{grid-template-columns:1fr}
	.tm58-current-gallery{grid-template-columns:repeat(3,1fr)}
	.tm58-savebar{position:static;align-items:flex-start;flex-direction:column}
	.tm58-savebar button{width:100%}
}
@media(max-width:480px){
	.tm58-profile-card{padding:15px}
	.tm58-current-logo{align-items:flex-start;flex-direction:column}
	.tm58-current-gallery{grid-template-columns:repeat(2,1fr)}
}


/* =========================================================
   v5.9 - Firma Paneli İstatistikleri
========================================================= */
.tm59-stats-grid{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:11px;
	margin-bottom:15px;
}
.tm59-stats-grid article{
	position:relative;
	padding:16px;
	border:1px solid #dfe6eb;
	border-radius:11px;
	background:#fff;
	box-shadow:0 6px 18px rgba(5,28,49,.04);
	overflow:hidden;
}
.tm59-stats-grid article:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:3px;
	background:linear-gradient(90deg,#ffc400,#ff9d00);
}
.tm59-icon{
	display:grid;
	place-items:center;
	width:34px;
	height:34px;
	margin-bottom:10px;
	border-radius:8px;
	background:#f4f7f9;
	font-size:16px;
}
.tm59-stats-grid small{
	display:block;
	color:#85929c;
	font-size:7px;
	font-weight:900;
	letter-spacing:.5px;
}
.tm59-stats-grid strong{
	display:block;
	margin:4px 0 2px;
	color:#17334b;
	font-size:25px;
}
.tm59-stats-grid span{
	color:#72818c;
	font-size:8px;
}

.tm59-dashboard-grid{
	display:grid;
	grid-template-columns:minmax(0,1.6fr) minmax(260px,.8fr);
	gap:13px;
}
.tm59-chart-card,.tm59-performance-card{
	padding:18px;
	border:1px solid #dfe6eb;
	border-radius:11px;
	background:#fff;
	box-shadow:0 6px 18px rgba(5,28,49,.04);
}
.tm59-card-head{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:12px;
	margin-bottom:15px;
}
.tm59-card-head small{
	display:block;
	color:#d99b00;
	font-size:7px;
	font-weight:900;
	letter-spacing:.7px;
}
.tm59-card-head h3{
	margin:3px 0 0;
	color:#17334b;
	font-size:17px;
}
.tm59-card-head>b{
	color:#667987;
	font-size:9px;
}
.tm59-chart{
	display:flex;
	align-items:flex-end;
	gap:4px;
	height:190px;
	padding-top:15px;
	border-bottom:1px solid #dfe5e9;
}
.tm59-bar-wrap{
	position:relative;
	display:flex;
	flex:1;
	align-items:flex-end;
	justify-content:center;
	height:100%;
	min-width:3px;
}
.tm59-bar{
	width:70%;
	min-height:4px;
	border-radius:4px 4px 0 0;
	background:linear-gradient(180deg,#ffc400,#f0a800);
	transition:.2s;
}
.tm59-bar-wrap:hover .tm59-bar{
	background:linear-gradient(180deg,#0d4776,#082b4a);
}
.tm59-bar-wrap small{
	position:absolute;
	bottom:-22px;
	left:50%;
	transform:translateX(-50%);
	color:#8a969f;
	font-size:6px;
	white-space:nowrap;
}
.tm59-performance-row{
	margin-bottom:15px;
}
.tm59-performance-row>div:first-child{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:10px;
	margin-bottom:6px;
}
.tm59-performance-row span{
	color:#657884;
	font-size:9px;
}
.tm59-performance-row b{
	color:#17334b;
	font-size:10px;
}
.tm59-progress{
	height:7px;
	overflow:hidden;
	border-radius:999px;
	background:#e8edf1;
}
.tm59-progress>span{
	display:block;
	height:100%;
	border-radius:999px;
	background:linear-gradient(90deg,#ffc400,#ff9d00);
}
.tm59-mini-grid{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:8px;
	margin-top:17px;
}
.tm59-mini-grid>div{
	padding:12px;
	border-radius:8px;
	background:#f5f8fa;
	text-align:center;
}
.tm59-mini-grid strong{
	display:block;
	color:#17334b;
	font-size:19px;
}
.tm59-mini-grid span{
	color:#788792;
	font-size:7px;
	font-weight:800;
}
.tm59-edit-profile{
	display:block;
	margin-top:13px;
	padding:9px 10px;
	border-radius:6px;
	background:#071b30;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:8px;
	font-weight:900;
}
.tm59-info-note{
	margin-top:13px;
	padding:11px 13px;
	border-radius:8px;
	background:#eef6fc;
	color:#587083;
	font-size:8px;
	line-height:1.55;
}
.tm59-info-note b{color:#294b64}

@media(max-width:1000px){
	.tm59-stats-grid{grid-template-columns:1fr 1fr}
	.tm59-dashboard-grid{grid-template-columns:1fr}
}
@media(max-width:520px){
	.tm59-stats-grid{grid-template-columns:1fr 1fr}
	.tm59-stats-grid article{padding:13px}
	.tm59-stats-grid strong{font-size:21px}
	.tm59-chart{height:150px}
	.tm59-bar-wrap small{display:none}
}


/* =========================================================
   v6.1 - Müşteri Dashboard
========================================================= */
.tm61-kpi-grid{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:10px;
	margin-bottom:14px;
}
.tm61-kpi-grid article{
	position:relative;
	padding:15px;
	border:1px solid #dfe6eb;
	border-radius:11px;
	background:#fff;
	box-shadow:0 6px 18px rgba(5,28,49,.04);
	overflow:hidden;
}
.tm61-kpi-grid article:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:3px;
	background:linear-gradient(90deg,#ffc400,#f0a000);
}
.tm61-kpi-grid article>div{
	display:grid;
	place-items:center;
	width:32px;
	height:32px;
	margin-bottom:9px;
	border-radius:8px;
	background:#f3f6f8;
	color:#17334b;
	font-size:15px;
	font-weight:900;
}
.tm61-kpi-grid small{
	display:block;
	color:#84919b;
	font-size:7px;
	font-weight:900;
	letter-spacing:.5px;
}
.tm61-kpi-grid strong{
	display:block;
	margin:3px 0;
	color:#17334b;
	font-size:24px;
}
.tm61-kpi-grid strong.money{font-size:18px}
.tm61-kpi-grid span{
	color:#73828d;
	font-size:8px;
	line-height:1.4;
}
.tm61-dashboard-grid{
	display:grid;
	grid-template-columns:minmax(0,1.6fr) minmax(250px,.75fr);
	gap:13px;
}
.tm61-recent-card,.tm61-summary-card{
	padding:17px;
	border:1px solid #dfe6eb;
	border-radius:11px;
	background:#fff;
	box-shadow:0 6px 18px rgba(5,28,49,.04);
}
.tm61-card-head{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:12px;
	margin-bottom:13px;
}
.tm61-card-head small{
	display:block;
	color:#d79a00;
	font-size:7px;
	font-weight:900;
	letter-spacing:.7px;
}
.tm61-card-head h3{
	margin:3px 0 0;
	color:#17334b;
	font-size:17px;
}
.tm61-card-head>a{
	color:#274f6e;
	text-decoration:none;
	font-size:8px;
	font-weight:900;
}
.tm61-recent-list{
	display:grid;
	gap:8px;
}
.tm61-recent-list article{
	display:grid;
	grid-template-columns:minmax(160px,1.5fr) minmax(105px,.65fr) minmax(110px,.65fr);
	gap:10px;
	align-items:center;
	padding:12px;
	border:1px solid #e5eaee;
	border-radius:8px;
	background:#fafcfd;
}
.tm61-route small{
	color:#8a969f;
	font-size:7px;
	font-weight:900;
}
.tm61-route h4{
	margin:3px 0 4px;
	color:#29475e;
	font-size:11px;
}
.tm61-route span{color:#788791;font-size:8px}
.tm61-offer-mini small{
	display:block;
	color:#8a969f;
	font-size:7px;
	font-weight:900;
}
.tm61-offer-mini strong{
	display:inline-block;
	margin:3px 5px 0 0;
	color:#17334b;
	font-size:19px;
}
.tm61-offer-mini span{
	display:block;
	color:#6c7f8b;
	font-size:7px;
}
.tm61-request-state b{
	display:inline-block;
	padding:6px 8px;
	border-radius:999px;
	font-size:7px;
	font-weight:900;
	white-space:nowrap;
}
.tm61-request-state .open{background:#eef4f8;color:#48677e}
.tm61-request-state .selected{background:#fff4d4;color:#835900}
.tm61-request-state .done{background:#e7f8ed;color:#17743e}
.tm61-actions{
	grid-column:1/-1;
	display:flex;
	flex-wrap:wrap;
	gap:6px;
}
.tm61-actions a{
	padding:7px 9px;
	border-radius:5px;
	background:#eef3f6;
	color:#38566c;
	text-decoration:none;
	font-size:7px;
	font-weight:900;
}
.tm61-actions a.primary{
	background:#17334b;
	color:#fff;
}
.tm61-price-summary{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:8px;
	margin-bottom:17px;
}
.tm61-price-summary>div{
	padding:12px;
	border-radius:8px;
	background:#f5f8fa;
}
.tm61-price-summary small{
	display:block;
	color:#83909a;
	font-size:7px;
	font-weight:900;
}
.tm61-price-summary strong{
	display:block;
	margin-top:3px;
	color:#17334b;
	font-size:15px;
}
.tm61-process{
	display:grid;
	gap:7px;
	padding:5px 0 14px;
}
.tm61-process>div{
	display:flex;
	align-items:center;
	gap:8px;
	color:#87949d;
	font-size:8px;
	font-weight:800;
}
.tm61-process i{
	display:grid;
	place-items:center;
	width:22px;
	height:22px;
	border-radius:50%;
	background:#edf1f4;
	color:#788894;
	font-style:normal;
	font-size:8px;
}
.tm61-process>div.done{color:#214b36}
.tm61-process>div.done i{
	background:#dff5e7;
	color:#17743e;
}
.tm61-new-request{
	display:block;
	padding:10px;
	border-radius:6px;
	background:#ffc400;
	color:#111820;
	text-align:center;
	text-decoration:none;
	font-size:8px;
	font-weight:900;
}
.tm61-welcome{
	padding:34px;
	border:1px dashed #cbd5dc;
	border-radius:12px;
	background:#fff;
	text-align:center;
}
.tm61-welcome>div{font-size:35px}
.tm61-welcome h3{margin:8px 0 5px;color:#17334b;font-size:19px}
.tm61-welcome p{max-width:520px;margin:0 auto 14px;color:#687984;font-size:10px;line-height:1.6}
.tm61-welcome a{
	display:inline-block;
	padding:10px 13px;
	border-radius:6px;
	background:#ffc400;
	color:#111820;
	text-decoration:none;
	font-size:9px;
	font-weight:900;
}
.tm61-repeat-note{
	margin-bottom:13px;
	padding:11px 13px;
	border:1px solid #e7c85e;
	border-radius:8px;
	background:#fff8df;
	color:#6f5813;
	font-size:10px;
	line-height:1.55;
}
@media(max-width:1000px){
	.tm61-kpi-grid{grid-template-columns:1fr 1fr}
	.tm61-dashboard-grid{grid-template-columns:1fr}
}
@media(max-width:680px){
	.tm61-recent-list article{grid-template-columns:1fr 1fr}
	.tm61-route{grid-column:1/-1}
	.tm61-actions{grid-column:1/-1}
}
@media(max-width:480px){
	.tm61-kpi-grid{grid-template-columns:1fr 1fr}
	.tm61-kpi-grid article{padding:12px}
	.tm61-kpi-grid strong{font-size:20px}
	.tm61-kpi-grid strong.money{font-size:14px}
	.tm61-recent-list article{grid-template-columns:1fr}
	.tm61-route,.tm61-actions{grid-column:auto}
}


/* v6.2.1 - Bildirim bağlantısını panelde kesin görünür yap */
.tm49-panel-nav .tm621-notification-link,
.tm48-panel-nav .tm621-notification-link{
	display:flex!important;
	align-items:center!important;
	visibility:visible!important;
	opacity:1!important;
}


/* =========================================================
   v6.3 - Favori Firma Butonu
========================================================= */
.tm63-fav-btn{
	display:inline-flex!important;
	align-items:center;
	justify-content:center;
	gap:5px;
	padding:10px 12px!important;
	border:1px solid #e1b84d!important;
	border-radius:7px!important;
	background:#fff8df!important;
	color:#765400!important;
	text-decoration:none!important;
	font-size:9px!important;
	font-weight:900!important;
	line-height:1!important;
	white-space:nowrap;
}
.tm63-fav-btn.active{
	border-color:#dca0a0!important;
	background:#fff0f0!important;
	color:#a42f3a!important;
}
.tm63-fav-btn.compact{
	margin-top:8px!important;
	padding:7px 8px!important;
	font-size:8px!important;
}
.tm63-fav-btn.guest{background:#f4f7f9!important;color:#566b7a!important;border-color:#d8e1e7!important}
.tm-firma-actions .tm63-fav-btn{min-height:42px}


/* v6.4 mesajlaşma butonu */
.tm64-chat-btn{
	display:inline-flex!important;
	align-items:center;
	justify-content:center;
	padding:8px 10px!important;
	border-radius:6px!important;
	background:#17334b!important;
	color:#fff!important;
	text-decoration:none!important;
	font-size:8px!important;
	font-weight:900!important;
}
.tm50-contact-box .tm64-chat-btn,
.tm50-firm-contact .tm64-chat-btn{margin-top:6px}


/* =========================================================
   v6.5 - Akıllı Teklif Karşılaştırma
========================================================= */
.tm65-analysis-note{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	margin-bottom:12px;
	padding:12px 14px;
	border:1px solid #d8e3ea;
	border-radius:9px;
	background:#f5f9fc;
}
.tm65-analysis-note b,.tm65-analysis-note span{display:block}
.tm65-analysis-note b{color:#17334b;font-size:10px}
.tm65-analysis-note span{margin-top:2px;color:#6f818d;font-size:8px}
.tm65-analysis-note small{max-width:250px;color:#8a969e;font-size:7px;text-align:right;line-height:1.45}
.tm49-offer-card.tm65-recommended-card{
	position:relative;
	border:2px solid #f0bd2e!important;
	box-shadow:0 10px 26px rgba(213,157,0,.13)!important;
}
.tm65-labels{
	display:flex;
	flex-wrap:wrap;
	gap:5px;
	margin:-3px 0 11px;
}
.tm65-labels span{
	display:inline-flex;
	align-items:center;
	padding:5px 7px;
	border-radius:999px;
	font-size:7px;
	font-weight:900;
}
.tm65-labels .recommended{background:#142f48;color:#ffc400}
.tm65-labels .cheap{background:#e9f8ef;color:#14713a}
.tm65-labels .rating{background:#fff2c8;color:#7f5900}
.tm65-labels .experience{background:#eaf2fa;color:#2c587a}
.tm65-company-metrics{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:6px;
	margin:10px 0 12px;
}
.tm65-company-metrics>div{
	padding:9px 8px;
	border-radius:7px;
	background:#f5f8fa;
	text-align:center;
}
.tm65-company-metrics small{
	display:block;
	color:#87949d;
	font-size:6px;
	font-weight:900;
	letter-spacing:.3px;
}
.tm65-company-metrics strong{
	display:block;
	margin:3px 0 1px;
	color:#17334b;
	font-size:10px;
}
.tm65-company-metrics span{
	display:block;
	color:#788893;
	font-size:6px;
}
.tm65-profile-link{
	display:block;
	margin:10px 0 7px;
	padding:8px 9px;
	border:1px solid #dce4e9;
	border-radius:6px;
	background:#f7f9fa;
	color:#35566d;
	text-align:center;
	text-decoration:none;
	font-size:8px;
	font-weight:900;
}
@media(max-width:700px){
	.tm65-analysis-note{align-items:flex-start;flex-direction:column}
	.tm65-analysis-note small{max-width:none;text-align:left}
	.tm65-company-metrics{grid-template-columns:1fr 1fr}
}


/* =========================================================
   v6.6 - Akıllı Talep Eşleştirme
========================================================= */
.tm66-match-info{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	margin-bottom:13px;
	padding:12px 14px;
	border:1px solid #cfe4d8;
	border-radius:9px;
	background:#eef9f2;
}
.tm66-match-info.setup{
	border-color:#ead68f;
	background:#fff8df;
}
.tm66-match-info b,.tm66-match-info span{display:block}
.tm66-match-info b{color:#204d35;font-size:9px}
.tm66-match-info.setup b{color:#725500}
.tm66-match-info span{margin-top:2px;color:#6e808b;font-size:8px}
.tm66-match-info a{
	padding:8px 10px;
	border-radius:6px;
	background:#17334b;
	color:#fff;
	text-decoration:none;
	font-size:8px;
	font-weight:900;
	white-space:nowrap;
}
.tm66-match-badge{
	display:inline-flex;
	margin-bottom:8px;
	padding:5px 7px;
	border-radius:999px;
	background:#e6f7ed;
	color:#176b36;
	font-size:7px;
	font-weight:900;
}
@media(max-width:650px){
	.tm66-match-info{align-items:flex-start;flex-direction:column}
	.tm66-match-info a{width:100%;text-align:center}
}

/* v6.8 Hızlı Teklif */
.tm68-quickbox{display:grid;gap:5px;margin-bottom:12px;padding:11px;border:1px solid #e7cf77;border-radius:8px;background:#fff8dc}
.tm68-quickbox small{color:#9b7000;font-size:7px;font-weight:900;letter-spacing:.5px}
.tm68-quickbox b{color:#17334b;font-size:10px}
.tm68-quickbox select{width:100%;padding:9px;border:1px solid #dbc66f;border-radius:6px;background:#fff;font-size:9px}
.tm68-quickbox span{color:#7c7a69;font-size:7px;line-height:1.4}


/* =========================================================
   v6.9.1 - Firma İş / Kazanç Takibi - Kompakt Tasarım
========================================================= */
.tm69-kpis{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:8px;
	margin-bottom:10px;
}
.tm69-kpis article{
	display:grid;
	grid-template-columns:34px 1fr;
	column-gap:9px;
	align-items:center;
	padding:11px 12px;
	border:1px solid #dfe6eb;
	border-radius:9px;
	background:#fff;
	box-shadow:0 3px 10px rgba(5,28,49,.025);
}
.tm69-kpis article:after{display:none}
.tm69-kpis article>div{
	grid-row:1/4;
	display:grid;
	place-items:center;
	width:34px;
	height:34px;
	margin:0;
	border-radius:8px;
	background:#f4f7f9;
	color:#17334b;
	font-size:14px;
	font-weight:900;
}
.tm69-kpis small{
	display:block;
	color:#8a969f;
	font-size:6.5px;
	font-weight:900;
	letter-spacing:.35px;
	line-height:1.2;
}
.tm69-kpis strong{
	display:block;
	margin:2px 0 1px;
	color:#17334b;
	font-size:17px;
	line-height:1.05;
}
.tm69-kpis strong.money{font-size:15px}
.tm69-kpis span{
	color:#71818d;
	font-size:6.5px;
	line-height:1.25;
}

.tm69-state-grid{
	display:flex;
	flex-wrap:wrap;
	gap:6px;
	margin-bottom:10px;
}
.tm69-state-grid a{
	display:inline-flex;
	align-items:center;
	gap:7px;
	padding:7px 9px;
	border:1px solid #e0e6ea;
	border-radius:999px;
	background:#fff;
	color:#526b7b;
	text-decoration:none;
	font-size:7.5px;
	font-weight:900;
	line-height:1;
}
.tm69-state-grid a.active{
	border-color:#e2b834;
	background:#fff7d8;
	color:#6a5000;
}
.tm69-state-grid b{
	display:grid;
	place-items:center;
	min-width:18px;
	height:18px;
	padding:0 5px;
	border-radius:999px;
	background:#eef2f5;
	color:#17334b;
	font-size:7px;
}

.tm69-offer-list{
	display:grid;
	gap:6px;
}
.tm69-offer-list article{
	display:grid;
	grid-template-columns:minmax(0,1.7fr) 115px 120px auto;
	gap:10px;
	align-items:center;
	padding:10px 11px;
	border:1px solid #e1e7eb;
	border-left:3px solid #a5b1b8;
	border-radius:8px;
	background:#fff;
	box-shadow:none;
}
.tm69-offer-list article.state-accepted{border-left-color:#d9a500}
.tm69-offer-list article.state-completed{border-left-color:#2f8b57}
.tm69-offer-list article.state-lost{border-left-color:#b76b73}

.tm69-main small,.tm69-amount small,.tm69-status small{
	display:block;
	color:#89959e;
	font-size:6.5px;
	font-weight:900;
	line-height:1.2;
}
.tm69-main h3{
	margin:2px 0 2px;
	color:#29475e;
	font-size:10px;
	line-height:1.25;
}
.tm69-main span{
	color:#7c8a94;
	font-size:6.5px;
}
.tm69-amount strong{
	display:block;
	margin-top:2px;
	color:#17334b;
	font-size:12px;
	line-height:1.15;
}
.tm69-status b{
	display:inline-block;
	margin-top:3px;
	padding:5px 7px;
	border-radius:999px;
	font-size:6.5px;
	font-weight:900;
	white-space:nowrap;
}
.tm69-status .waiting{background:#eef3f6;color:#536e80}
.tm69-status .accepted{background:#fff1c7;color:#7b5700}
.tm69-status .completed{background:#e5f7eb;color:#176b38}
.tm69-status .lost{background:#fbeaec;color:#8e343d}

.tm69-card-actions{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	gap:5px;
}
.tm69-card-actions a{
	padding:6px 8px;
	border-radius:5px;
	background:#eef3f6;
	color:#38566c;
	text-decoration:none;
	font-size:6.5px;
	font-weight:900;
	white-space:nowrap;
}
.tm69-card-actions .chat{
	background:#17334b;
	color:#fff;
}

.tm69-note{
	margin-top:10px;
	padding:8px 10px;
	border-radius:7px;
	background:#f5f8fa;
	color:#6e808c;
	font-size:7px;
	line-height:1.45;
}
.tm69-note b{color:#294b63}

@media(max-width:1000px){
	.tm69-kpis{grid-template-columns:1fr 1fr}
	.tm69-offer-list article{grid-template-columns:minmax(0,1.5fr) 110px 110px}
	.tm69-card-actions{grid-column:1/-1;justify-content:flex-start}
}
@media(max-width:650px){
	.tm69-kpis{grid-template-columns:1fr 1fr}
	.tm69-offer-list article{grid-template-columns:1fr 1fr}
	.tm69-main{grid-column:1/-1}
	.tm69-card-actions{grid-column:1/-1}
}
@media(max-width:480px){
	.tm69-kpis{grid-template-columns:1fr}
	.tm69-state-grid{display:grid;grid-template-columns:1fr 1fr}
	.tm69-state-grid a{justify-content:space-between}
	.tm69-offer-list article{grid-template-columns:1fr}
	.tm69-main,.tm69-card-actions{grid-column:auto}
	.tm69-card-actions{justify-content:flex-start}
}


/* =========================================================
   v7.0 - Firma Güven Puanı
========================================================= */
.tm70-trust-badge{
	display:inline-flex;
	align-items:center;
	margin-left:8px;
	padding:7px 10px;
	border-radius:999px;
	background:#0e3557;
	color:#fff;
	font-size:9px;
	font-weight:900;
	white-space:nowrap;
	vertical-align:middle;
}
.tm70-trust-badge.excellent{background:#0c6542}
.tm70-trust-badge.high{background:#15547c}
.tm70-trust-badge.good{background:#8c6900}
.tm70-trust-badge.developing{background:#6c7780}
.tm70-trust-badge.new{background:#88949c}
.tm70-trust-badge.compact{padding:6px 8px;font-size:8px}

.tm70-trust-box{
	border:1px solid #d9e3e9!important;
	background:linear-gradient(135deg,#fff,#f8fbfd)!important;
}
.tm70-trust-main{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	padding-bottom:14px;
	border-bottom:1px solid #e7ecef;
}
.tm70-trust-main small{
	display:block;
	color:#c28a00;
	font-size:8px;
	font-weight:900;
	letter-spacing:.7px;
}
.tm70-trust-main h2{
	margin:4px 0 5px;
	color:#17334b;
	font-size:21px;
}
.tm70-trust-main p{
	max-width:580px;
	margin:0;
	color:#6f808b;
	font-size:9px;
	line-height:1.55;
}
.tm70-score-ring{
	display:grid;
	place-items:center;
	flex:0 0 82px;
	width:82px;
	height:82px;
	border:7px solid #ffc400;
	border-radius:50%;
	background:#0c2f4e;
	color:#fff;
}
.tm70-score-ring strong{display:block;font-size:25px;line-height:1}
.tm70-score-ring span{font-size:8px;color:#d4e0e8}
.tm70-trust-mini{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:7px;
	margin-top:12px;
}
.tm70-trust-mini>div{
	padding:10px;
	border-radius:8px;
	background:#f4f7f9;
	text-align:center;
}
.tm70-trust-mini small{
	display:block;
	color:#88949d;
	font-size:6.5px;
	font-weight:900;
}
.tm70-trust-mini strong{
	display:block;
	margin:3px 0;
	color:#17334b;
	font-size:12px;
}
.tm70-trust-mini span{
	display:block;
	color:#73828d;
	font-size:6.5px;
}
.tm70-report-link{
	display:inline-block;
	margin-top:11px;
	color:#9c7400;
	text-decoration:none;
	font-size:8px;
	font-weight:900;
}
@media(max-width:700px){
	.tm70-trust-main{align-items:flex-start}
	.tm70-trust-mini{grid-template-columns:1fr 1fr}
}


/* =========================================================
   v7.1 - Firma Başarı Rozetleri
========================================================= */
.tm71-achievements-box{
	border:1px solid #e2e6e9!important;
	background:#fff!important;
}
.tm71-achievements-head{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:14px;
	margin-bottom:12px;
}
.tm71-achievements-head small{
	display:block;
	color:#c18b00;
	font-size:8px;
	font-weight:900;
	letter-spacing:.7px;
}
.tm71-achievements-head h2{
	margin:3px 0 4px;
	color:#17334b;
	font-size:19px;
}
.tm71-achievements-head p{
	margin:0;
	color:#748590;
	font-size:8px;
}
.tm71-achievements-head a{
	color:#9d7400;
	text-decoration:none;
	font-size:8px;
	font-weight:900;
	white-space:nowrap;
}

.tm71-badges{
	display:flex;
	flex-wrap:wrap;
	gap:7px;
}
.tm71-badge{
	display:inline-flex;
	align-items:center;
	gap:6px;
	padding:8px 10px;
	border-radius:999px;
	border:1px solid #dfe5e9;
	background:#f7f9fa;
	color:#385467;
	font-size:8px;
	font-weight:900;
}
.tm71-badge i{
	font-style:normal;
	font-size:12px;
}
.tm71-badge.gold{background:#fff4c7;border-color:#e5c75d;color:#705100}
.tm71-badge.rose{background:#fff0f3;border-color:#e7c5cd;color:#8d4051}
.tm71-badge.green{background:#e8f8ee;border-color:#b9dfc7;color:#17673a}
.tm71-badge.navy{background:#eaf1f7;border-color:#c4d6e3;color:#244c69}
.tm71-badge.blue{background:#eaf4fb;border-color:#bfd9ea;color:#205a7c}
.tm71-badge.yellow{background:#fff7dd;border-color:#e8d28b;color:#795b00}
.tm71-badge.teal{background:#e8f6f5;border-color:#b7ddda;color:#236764}
.tm71-badge.verified{background:#eef4f8;border-color:#c8d8e3;color:#2b536d}
.tm71-badges.compact .tm71-badge{
	padding:6px 8px;
	font-size:7px;
}
@media(max-width:650px){
	.tm71-achievements-head{flex-direction:column}
}


/* =========================================================
   v7.2 - Önerilen Firma Sıralaması
========================================================= */
.tm72-order-info{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:15px;
	margin-bottom:15px;
	padding:12px 14px;
	border:1px solid #d7e2e8;
	border-radius:9px;
	background:#fff;
}
.tm72-order-info b,.tm72-order-info span{display:block}
.tm72-order-info b{color:#17334b;font-size:10px}
.tm72-order-info span{margin-top:2px;color:#71828d;font-size:8px}
.tm72-order-info small{max-width:260px;color:#89959d;font-size:7px;text-align:right;line-height:1.45}

.tm72-rank-badge{
	display:inline-flex;
	align-items:center;
	margin:0 0 8px;
	padding:6px 8px;
	border-radius:999px;
	background:#eef3f6;
	color:#38566c;
	font-size:7px;
	font-weight:900;
	line-height:1;
}
.tm72-rank-badge.top{background:#17334b;color:#ffc400}
.tm72-rank-badge.recommended{background:#fff2c9;color:#765400}
.tm72-rank-badge.good{background:#e7f7ed;color:#176b38}
.tm72-rank-badge.new{background:#eef2f5;color:#697a86}

.tm72-company-card .tm72-rank-badge{margin-bottom:7px}
.tm72-card-meta{
	display:flex;
	flex-wrap:wrap;
	gap:6px;
	margin:6px 0 8px;
}
.tm72-card-meta span{
	display:inline-flex;
	padding:5px 7px;
	border-radius:999px;
	background:#f2f5f7;
	color:#3f5a6c;
	font-size:7px;
	font-weight:900;
}
.tm72-card-meta small{font-size:7px;font-weight:600}

.tm4-firmgrid .tm72-rank-badge{
	display:flex;
	width:max-content;
	max-width:100%;
	margin:5px auto 7px;
}

@media(max-width:650px){
	.tm72-order-info{align-items:flex-start;flex-direction:column}
	.tm72-order-info small{max-width:none;text-align:left}
}


/* v7.3 - Talebe Özel Firma Önerisi */
.tm49-request-actions .tm73-recommend-link{
	background:#fff3c8!important;
	border:1px solid #e4c559!important;
	color:#6d5100!important;
	font-weight:900!important;
}


/* =========================================================
   v7.4 - Firma Davet Sistemi
========================================================= */
.tm74-msg{
	margin-bottom:12px;
	padding:10px 12px;
	border-radius:8px;
	font-size:9px;
	font-weight:900;
}
.tm74-msg.ok{background:#e7f8ed;color:#176b36}
.tm74-msg.err{background:#fdeced;color:#912c36}

.tm74-invite-head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	margin-bottom:12px;
	padding:12px 14px;
	border:1px solid #e3d18d;
	border-radius:9px;
	background:#fff8df;
}
.tm74-invite-head b,.tm74-invite-head span{display:block}
.tm74-invite-head b{color:#6d5100;font-size:10px}
.tm74-invite-head span{margin-top:2px;color:#7f7357;font-size:8px}
.tm74-invite-head button{
	border:0;
	border-radius:7px;
	background:#17334b;
	color:#fff;
	padding:9px 11px;
	font-size:8px;
	font-weight:900;
	cursor:pointer;
	white-space:nowrap;
}

#tm73 .card{position:relative}
#tm73 .card.invited{border-color:#9fd1b0;background:#fbfffc}
.tm74-select{
	position:absolute;
	z-index:3;
	left:9px;
	top:9px;
}
.tm74-select label,.tm74-select span{
	display:inline-flex;
	align-items:center;
	gap:5px;
	padding:6px 8px;
	border-radius:999px;
	background:rgba(255,255,255,.96);
	border:1px solid #d8e1e6;
	color:#34566d;
	font-size:7px;
	font-weight:900;
	box-shadow:0 4px 12px rgba(5,28,49,.08);
}
.tm74-select span{
	background:#e7f8ed;
	border-color:#b8dec6;
	color:#176b36;
}
.tm74-select input{margin:0}

@media(max-width:650px){
	.tm74-invite-head{align-items:flex-start;flex-direction:column}
	.tm74-invite-head button{width:100%}
}


/* =========================================================
   v7.5 - Davet Takip Sistemi
========================================================= */
.tm75-card-status{
	margin:10px 0;
	padding:10px;
	border:1px solid #dce5ea;
	border-radius:8px;
	background:#f8fafb;
}
.tm75-card-status>small{
	display:block;
	margin-bottom:7px;
	color:#84929b;
	font-size:6px;
	font-weight:900;
	letter-spacing:.6px;
}
.tm75-track{
	display:grid;
	grid-template-columns:1fr 12px 1fr 12px 1fr;
	align-items:center;
	gap:3px;
}
.tm75-track>div{
	display:flex;
	align-items:center;
	gap:5px;
	min-width:0;
}
.tm75-track>div i{
	display:grid;
	place-items:center;
	flex:0 0 22px;
	width:22px;
	height:22px;
	border-radius:50%;
	background:#e5eaed;
	color:#7d8b94;
	font-size:8px;
	font-style:normal;
	font-weight:900;
}
.tm75-track>div.done i{
	background:#1b7b49;
	color:#fff;
}
.tm75-track>div span{
	min-width:0;
}
.tm75-track>div b,
.tm75-track>div small{
	display:block;
}
.tm75-track>div b{
	color:#526976;
	font-size:6px;
	white-space:nowrap;
}
.tm75-track>div.done b{
	color:#176b3d;
}
.tm75-track>div small{
	margin-top:1px;
	color:#929ca3;
	font-size:5px;
	white-space:nowrap;
}
.tm75-track>em{
	height:2px;
	background:#dfe5e8;
}
@media(max-width:650px){
	.tm75-track{
		grid-template-columns:1fr;
		gap:6px;
	}
	.tm75-track>em{display:none}
}


/* =========================================================
   v8.4.5 - STABİL PREMIUM HERO
   Eski çalışan hero iskeleti korunur.
========================================================= */
.tm845-hero{
	height:440px;
	background:#071b2d;
}
.tm845-hero .tm4-hero-photo{
	filter:saturate(.88) contrast(1.04);
	background-position:72% 53%;
}
.tm845-hero .tm4-hero-shade{
	background:
		linear-gradient(90deg,
			rgba(2,14,26,.985) 0%,
			rgba(4,23,39,.955) 38%,
			rgba(5,27,46,.64) 64%,
			rgba(5,20,34,.16) 100%);
}
.tm845-hero .tm4-copy{
	width:58%;
	max-width:690px;
}
.tm845-hero .tm4-badge{
	display:inline-flex;
	align-items:center;
	padding:7px 10px;
	border:1px solid rgba(255,196,0,.32);
	border-radius:999px;
	background:rgba(255,196,0,.08);
	letter-spacing:.65px;
}
.tm845-hero .tm4-copy h1{
	margin:12px 0 12px;
	font-size:49px;
	line-height:1.03;
	letter-spacing:-1.1px;
}
.tm845-hero .tm4-copy h1 em{
	position:relative;
	display:inline-block;
}
.tm845-hero .tm4-copy h1 em:after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:-6px;
	height:3px;
	border-radius:4px;
	background:#ffc400;
}
.tm845-hero .tm4-copy>p{
	max-width:600px;
	color:#dde6ed;
	font-size:13px;
	line-height:1.7;
}
.tm845-hero .tm4-hero-buttons{
	margin:19px 0 17px;
}
.tm845-hero .tm4-hero-buttons a{
	padding:12px 17px;
	border-radius:7px;
	box-shadow:0 8px 20px rgba(0,0,0,.12);
}
.tm845-hero .tm4-hero-buttons .ghost{
	background:rgba(255,255,255,.045);
	backdrop-filter:blur(5px);
}
.tm845-hero .tm4-guarantees{
	gap:22px;
	margin-top:17px;
}
.tm845-hero .tm4-guarantees span{
	padding-right:15px;
	border-right:1px solid rgba(255,255,255,.12);
}
.tm845-hero .tm4-guarantees span:last-child{
	border-right:0;
	padding-right:0;
}
.tm845-hero .tm4-guarantees b{font-size:9px}
.tm845-hero .tm4-guarantees small{color:#aebdc8;font-size:7px}

.tm845-trustline{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	align-items:center;
	margin-top:13px;
	color:#92a5b3;
	font-size:6.5px;
}
.tm845-trustline b{color:#d4dee5;font-size:6.5px}
.tm845-trustline span{color:#ffc400}

@media(max-width:900px){
	.tm845-hero{height:430px}
	.tm845-hero .tm4-copy{width:68%}
	.tm845-hero .tm4-copy h1{font-size:42px}
}
@media(max-width:700px){
	.tm845-hero{
		height:auto;
		min-height:430px;
		padding:48px 0 82px;
	}
	.tm845-hero .tm4-hero-content{
		height:auto;
	}
	.tm845-hero .tm4-copy{
		width:100%;
		max-width:none;
	}
	.tm845-hero .tm4-copy h1{
		font-size:35px;
		letter-spacing:-.6px;
	}
	.tm845-hero .tm4-copy>p{font-size:11.5px}
	.tm845-hero .tm4-guarantees{
		gap:10px;
		flex-wrap:wrap;
	}
	.tm845-hero .tm4-guarantees span{
		width:calc(50% - 5px);
		padding-right:8px;
	}
	.tm845-hero .tm4-guarantees span:nth-child(2){
		border-right:0;
	}
}
@media(max-width:480px){
	.tm845-hero .tm4-copy h1{font-size:30px}
	.tm845-hero .tm4-hero-buttons{
		flex-direction:column;
	}
	.tm845-hero .tm4-hero-buttons a{
		width:100%;
		text-align:center;
	}
	.tm845-hero .tm4-guarantees span{
		width:100%;
		border-right:0;
	}
}

/* =========================================================
   v10.4 - Düzenlenmiş ana menü + dropdownlar
========================================================= */
.tm4-nav{align-items:center;gap:20px}
.tm4-nav>a,.tm4-sub-toggle{font-family:inherit;text-decoration:none;color:#152333;font-size:12px;font-weight:800;white-space:nowrap}
.tm4-nav>a:hover,.tm4-nav>a.active,.tm4-nav-item.current>.tm4-sub-toggle,.tm4-sub-toggle:hover{color:#e5a000}
.tm4-nav-item{position:relative;display:flex;align-items:center}
.tm4-sub-toggle{border:0;background:transparent;padding:10px 0;cursor:pointer;display:flex;align-items:center;gap:4px}
.tm4-sub-toggle span{font-size:12px;transition:transform .2s ease}
.tm4-submenu{position:absolute;left:-16px;top:calc(100% + 8px);min-width:205px;padding:9px;background:#fff;border:1px solid #e7ebef;border-radius:10px;box-shadow:0 14px 35px rgba(7,24,40,.13);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s ease;z-index:10020}
.tm4-submenu-right{left:auto;right:-10px}
.tm4-submenu a{display:block;padding:10px 12px;border-radius:7px;color:#17334b;text-decoration:none;font-size:11px;font-weight:800;line-height:1.25}
.tm4-submenu a:hover{background:#fff8dc;color:#a56e00}
.tm4-has-sub:hover>.tm4-submenu,.tm4-has-sub:focus-within>.tm4-submenu,.tm4-has-sub.open>.tm4-submenu{opacity:1;visibility:visible;transform:translateY(0)}
.tm4-has-sub.open>.tm4-sub-toggle span{transform:rotate(180deg)}
.tm4-headin>.tm46-quote{margin-left:16px}
.tm4-headin>.tm4-add{margin-left:7px}

@media(max-width:1180px){
 .tm4-nav{gap:12px}
 .tm4-nav>a,.tm4-sub-toggle{font-size:11px}
 .tm4-headin>.tm46-quote{padding:9px 10px;margin-left:10px}
 .tm4-headin>.tm4-add{padding:9px 10px}
}
@media(max-width:900px){
 .tm4-toggle{display:block;margin-left:auto;border:1px solid #e3e7eb;border-radius:7px;background:#fff;padding:8px 10px;font-size:20px;line-height:1;cursor:pointer}
 .tm4-nav{display:none;position:absolute;top:70px;left:0;right:0;margin:0;padding:12px 18px 18px;background:#fff;border-top:1px solid #edf0f2;box-shadow:0 12px 25px rgba(7,24,40,.12);flex-direction:column;align-items:stretch;gap:2px;max-height:calc(100vh - 70px);overflow-y:auto}
 .tm4-nav.mobile-open{display:flex}
 .tm4-nav>a,.tm4-sub-toggle{width:100%;padding:11px 4px;font-size:13px;text-align:left;justify-content:space-between}
 .tm4-nav-item{display:block;width:100%;border-top:1px solid #f0f2f4}
 .tm4-nav-item:first-of-type{border-top:0}
 .tm4-submenu,.tm4-submenu-right{position:static;display:none;min-width:0;padding:0 0 7px 10px;border:0;border-radius:0;box-shadow:none;opacity:1;visibility:visible;transform:none}
 .tm4-has-sub:hover>.tm4-submenu{display:none}
 .tm4-has-sub.open>.tm4-submenu{display:block}
 .tm4-submenu a{padding:9px 11px;font-size:12px;background:#f8fafb;margin:3px 0}
 .tm4-headin>.tm46-quote{display:inline-flex;margin-left:10px}
 .tm4-headin>.tm4-add{display:none}
}
@media(max-width:560px){
 .tm4-headin>.tm46-quote{font-size:10px;padding:9px 10px;margin-left:7px}
 .tm4-logo img{max-width:150px;height:auto}
 .tm4-top-right{display:none}
}

/* v10.4.1 - Daha dolgun ana menu */
@media (min-width:1051px){
  .tm4-header,.tm4-headin{height:78px}
  .tm4-nav{gap:22px}
  .tm4-nav>a,.tm4-sub-toggle{font-size:14px;font-weight:800}
  .tm4-sub-toggle{padding:10px 0}
  .tm4-headin>.tm46-quote{font-size:13px;padding:12px 17px;margin-left:18px}
  .tm4-add{font-size:12px;padding:12px 16px}
}
@media (min-width:801px) and (max-width:1050px){
  .tm4-header,.tm4-headin{height:76px}
  .tm4-nav{gap:13px}
  .tm4-nav>a,.tm4-sub-toggle{font-size:12px}
  .tm4-headin>.tm46-quote{font-size:11px;padding:10px 11px}
  .tm4-add{font-size:10px;padding:10px 11px}
}

/* v10.4.2 - belirgin buyuk menu + cache yenileme */
@media (min-width:901px){.tm4-header,.tm4-headin{height:84px!important}.tm4-nav{gap:22px!important}.tm4-nav>a,.tm4-sub-toggle{font-size:15px!important;font-weight:850!important;line-height:1.2!important}.tm4-sub-toggle{padding:14px 0!important}.tm4-submenu a{font-size:13px!important;padding:12px 14px!important}.tm4-headin>.tm46-quote{font-size:14px!important;padding:13px 18px!important}.tm4-headin>.tm4-add{font-size:13px!important;padding:13px 17px!important}}
@media (min-width:901px) and (max-width:1180px){.tm4-nav{gap:13px!important}.tm4-nav>a,.tm4-sub-toggle{font-size:13.5px!important}.tm4-headin>.tm46-quote{font-size:12px!important;padding:12px!important;margin-left:10px!important}.tm4-headin>.tm4-add{font-size:11.5px!important;padding:12px 11px!important}}
@media (max-width:900px){.tm4-nav>a,.tm4-sub-toggle{font-size:15px!important}.tm4-submenu a{font-size:13px!important}}

/* v10.5 premium footer */
.tm105-footer{background:#0b1220;color:#aeb9ca;margin-top:70px}.tm105-top{display:grid;grid-template-columns:1.65fr 1fr 1fr 1.35fr;gap:48px;padding:58px 20px 48px}.tm105-logo{display:inline-block;color:#fff;text-decoration:none;font-size:20px;font-weight:900;letter-spacing:-.4px;margin-bottom:17px}.tm105-logo b{color:#ffc400}.tm105-brand p{font-size:13px;line-height:1.8;max-width:360px;margin:0 0 16px}.tm105-badge{display:inline-block;background:rgba(255,196,0,.1);border:1px solid rgba(255,196,0,.25);color:#ffd23f;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:800;margin-bottom:18px}.tm105-social{display:flex;gap:9px}.tm105-social a{width:34px;height:34px;border-radius:9px;background:#162136;color:#fff;text-decoration:none;display:grid;place-items:center;font-weight:900;transition:.2s}.tm105-social a:hover{background:#ffc400;color:#111827;transform:translateY(-2px)}.tm105-col h4{color:#fff;font-size:14px;margin:3px 0 18px;position:relative;padding-bottom:11px}.tm105-col h4:after{content:'';position:absolute;left:0;bottom:0;width:28px;height:3px;border-radius:4px;background:#ffc400}.tm105-col>a:not(.tm105-wa){display:block;color:#aeb9ca;text-decoration:none;font-size:12.5px;margin:0 0 12px;transition:.2s}.tm105-col>a:not(.tm105-wa):hover{color:#ffc400;transform:translateX(3px)}.tm105-contact p{font-size:12.5px;display:flex;gap:7px;line-height:1.5;margin:0 0 13px}.tm105-contact>a:not(.tm105-wa){display:flex;gap:7px}.tm105-wa{display:inline-flex!important;align-items:center;justify-content:center;margin-top:8px!important;background:#20b65a!important;color:#fff!important;padding:11px 15px;border-radius:9px;font-size:12px!important;font-weight:850;text-decoration:none}.tm105-wa:hover{background:#159c49!important;transform:translateY(-1px)!important}.tm105-bottom{border-top:1px solid rgba(255,255,255,.08);background:#080e19}.tm105-bottomin{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:11px}.tm105-bottom nav{display:flex;gap:20px}.tm105-bottom a{color:#8f9bad;text-decoration:none}.tm105-bottom a:hover{color:#ffc400}@media(max-width:900px){.tm105-footer{margin-top:45px}.tm105-top{grid-template-columns:1fr 1fr;gap:34px 26px;padding-top:42px}.tm105-brand{grid-column:1/-1}.tm105-bottomin{padding-top:18px;padding-bottom:18px;flex-direction:column;text-align:center;justify-content:center}.tm105-bottom nav{flex-wrap:wrap;justify-content:center;gap:10px 18px}}@media(max-width:560px){.tm105-top{grid-template-columns:1fr;gap:30px}.tm105-brand{grid-column:auto}.tm105-logo{font-size:18px}.tm105-bottom{padding-bottom:62px}}

/* v10.5.1 - sharper homepage/media rendering */
.tm10-logo{overflow:hidden}
.tm10-logo img{
 width:100%!important;height:100%!important;display:block!important;
 object-fit:cover!important;object-position:center!important;
 image-rendering:auto!important;transform:translateZ(0)
}
.tm-post>a>img,.tm47-gallery img{
 width:100%;height:auto;display:block;image-rendering:auto
}

/* v10.6.1 - clean premium hero */
.tm1061-hero{background:#fff;border-bottom:1px solid #e8edf1;overflow:hidden}
.tm1061-wrap{display:grid;grid-template-columns:1fr 1.08fr;align-items:center;gap:48px;min-height:510px}
.tm1061-copy{padding:55px 0}
.tm1061-copy small{display:inline-block;background:#fff4b8;color:#17202a;padding:7px 11px;border-radius:5px;font-size:11px;font-weight:950;letter-spacing:.2px}
.tm1061-copy h1{margin:14px 0 16px;color:#101827;font-size:55px;line-height:1.02;letter-spacing:-2.2px;font-weight:950}
.tm1061-copy h1 span{color:#ffc400}
.tm1061-copy p{max-width:560px;margin:0;color:#5c6876;font-size:16px;line-height:1.72}
.tm1061-btns{display:flex;gap:12px;margin-top:25px}
.tm1061-btns a{display:inline-flex;align-items:center;justify-content:center;padding:15px 21px;border-radius:7px;text-decoration:none;font-size:12px;font-weight:950}
.tm1061-main{background:#ffc400;color:#111827;box-shadow:0 8px 20px rgba(255,196,0,.2)}
.tm1061-alt{background:#111827;color:#fff}
.tm1061-trust{display:flex;gap:20px;flex-wrap:wrap;margin-top:24px;color:#334155;font-size:11px;font-weight:800}
.tm1061-image{position:relative;height:430px;border-radius:18px;overflow:hidden;box-shadow:0 18px 45px rgba(15,30,45,.14)}
.tm1061-image:before{content:'';position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,rgba(255,255,255,.16),transparent 28%)}
.tm1061-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
@media(max-width:900px){
 .tm1061-wrap{grid-template-columns:1fr;gap:24px;min-height:auto;padding-top:35px;padding-bottom:35px}
 .tm1061-copy{padding:0}
 .tm1061-copy h1{font-size:43px}
 .tm1061-image{height:360px}
}
@media(max-width:560px){
 .tm1061-copy h1{font-size:37px;letter-spacing:-1.4px}
 .tm1061-copy p{font-size:14px}
 .tm1061-btns{flex-direction:column}
 .tm1061-btns a{width:100%}
 .tm1061-image{height:285px;border-radius:14px}
}

/* v10.6.2 - dark header + soft gray hero */
.tm4-header{
 background:#081522!important;
 border-bottom:1px solid rgba(255,255,255,.08)!important;
 box-shadow:0 8px 24px rgba(4,12,22,.18)!important
}
.tm4-headin{background:#081522!important}
.tm4-nav>a,.tm4-sub-toggle{
 color:#f8fafc!important
}
.tm4-nav>a:hover,.tm4-sub-toggle:hover,
.tm4-nav .current-menu-item>a,
.tm4-nav .current_page_item>a{
 color:#ffc400!important
}
.tm4-submenu{
 background:#0d1b2a!important;
 border:1px solid rgba(255,255,255,.08)!important;
 box-shadow:0 16px 35px rgba(0,0,0,.25)!important
}
.tm4-submenu a{
 color:#e5edf5!important
}
.tm4-submenu a:hover{
 background:#13263a!important;
 color:#ffc400!important
}
.tm4-menu-toggle{
 color:#fff!important;
 border-color:rgba(255,255,255,.2)!important
}
.tm4-logo,.tm4-logo a,.tm4-brand,.tm4-brand a{
 color:#fff!important
}
.tm4-logo b,.tm4-brand b{color:#ffc400!important}

/* premium contrast hero */
.tm1061-hero{
 position:relative;
 background:
  radial-gradient(circle at 83% 18%,rgba(255,196,0,.18),transparent 28%),
  linear-gradient(135deg,#f4f7f9 0%,#eef3f6 58%,#f8fafb 100%)!important;
 border-bottom:1px solid #dce4ea!important
}
.tm1061-hero:before{
 content:'';
 position:absolute;
 left:0;top:0;bottom:0;
 width:7px;
 background:#ffc400
}
.tm1061-copy small{
 background:#081522!important;
 color:#ffc400!important;
 box-shadow:0 6px 16px rgba(8,21,34,.08)
}
.tm1061-copy h1{
 color:#0b1724!important
}
.tm1061-copy h1 span{
 color:#e5ad00!important
}
.tm1061-copy p{
 color:#4c5a68!important
}
.tm1061-main{
 background:#ffc400!important;
 color:#081522!important
}
.tm1061-main:hover{
 background:#ffd133!important
}
.tm1061-alt{
 background:#081522!important;
 color:#fff!important
}
.tm1061-alt:hover{
 background:#12283d!important;
 color:#ffc400!important
}
.tm1061-trust{
 color:#263747!important
}
.tm1061-image{
 border:5px solid #fff!important;
 box-shadow:0 22px 52px rgba(12,31,49,.18)!important
}
.tm1061-image:after{
 content:'';
 position:absolute;
 right:-22px;
 bottom:-22px;
 width:120px;
 height:120px;
 background:#ffc400;
 border-radius:26px;
 z-index:-1;
 transform:rotate(8deg)
}

@media(max-width:900px){
 .tm4-header,.tm4-headin{background:#081522!important}
 .tm4-nav{
  background:#081522!important
 }
 .tm4-nav>a,.tm4-sub-toggle{color:#fff!important}
 .tm4-submenu{background:#0d1b2a!important}
 .tm1061-hero:before{width:5px}
}

/* v10.6.3 - v10.5.4 hero restored; v10.6.2 dark navigation retained */

/* v10.6.4 - clean hero photo without embedded text/statistics */
.tm10-photo>img{
 width:100%!important;
 height:100%!important;
 object-fit:cover!important;
 object-position:center!important;
 display:block!important;
 image-rendering:auto!important
}

/* =========================================================
   v10.7 - REAL HTML/CSS HERO
   ========================================================= */
.tm107-hero{
  background:
    radial-gradient(circle at 78% 22%,rgba(255,196,0,.16),transparent 26%),
    linear-gradient(135deg,#f7fafc 0%,#edf3f7 58%,#f8fafb 100%);
  border-bottom:1px solid #dce5ec;
  overflow:hidden;
}
.tm107-main{
  display:grid;
  grid-template-columns:48% 52%;
  min-height:555px;
  align-items:center;
  position:relative;
}
.tm107-copy{
  position:relative;
  z-index:4;
  padding:58px 0 50px;
}
.tm107-kicker{
  display:inline-block;
  padding:8px 12px;
  border-radius:5px;
  background:#ffc400;
  color:#111827;
  font-size:11px;
  font-weight:950;
  letter-spacing:.2px;
}
.tm107-copy h1{
  margin:18px 0 16px;
  color:#0b1724;
  font-size:61px;
  line-height:.98;
  font-weight:950;
  letter-spacing:-2.8px;
}
.tm107-copy h1 span{color:#ffc400}
.tm107-copy p{
  max-width:560px;
  margin:0;
  color:#516171;
  font-size:16px;
  line-height:1.72;
}
.tm107-actions{
  display:flex;
  gap:13px;
  margin-top:27px;
}
.tm107-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:51px;
  padding:0 23px;
  border-radius:7px;
  text-decoration:none;
  font-size:12px;
  font-weight:950;
  transition:.2s;
}
.tm107-primary{
  background:#ffc400;
  color:#0b1724;
  box-shadow:0 10px 22px rgba(255,196,0,.24);
}
.tm107-primary:hover{
  transform:translateY(-2px);
  background:#ffd12c;
}
.tm107-secondary{
  background:#081522;
  color:#fff;
}
.tm107-secondary:hover{
  transform:translateY(-2px);
  color:#ffc400;
  background:#10283d;
}
.tm107-benefits{
  display:flex;
  gap:26px;
  margin-top:30px;
}
.tm107-benefits>div{
  display:flex;
  align-items:center;
  gap:9px;
}
.tm107-benefits i{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  border:2px solid #ffc400;
  color:#081522;
  font-style:normal;
  font-size:13px;
  font-weight:950;
}
.tm107-benefits b{
  display:block;
  color:#162536;
  font-size:11px;
}
.tm107-benefits small{
  display:block;
  margin-top:2px;
  color:#748291;
  font-size:9px;
}

.tm107-photo{
  position:absolute;
  right:-35px;
  top:0;
  width:56%;
  height:100%;
  z-index:2;
  overflow:hidden;
}
.tm107-photo:before{
  content:'';
  position:absolute;
  z-index:3;
  inset:0;
  background:linear-gradient(90deg,#f4f8fa 0%,rgba(244,248,250,.8) 12%,rgba(244,248,250,0) 34%);
  pointer-events:none;
}
.tm107-photo img{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.tm107-arc{
  position:absolute;
  z-index:1;
  right:-110px;
  top:-120px;
  width:510px;
  height:510px;
  border-radius:50%;
  border:62px solid #ffc400;
  opacity:.92;
}

.tm107-process{
  position:relative;
  z-index:8;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:-18px;
  background:#081522;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 18px 36px rgba(8,21,34,.18);
}
.tm107-process>div{
  min-height:112px;
  display:flex;
  align-items:center;
  gap:13px;
  padding:22px 20px;
  border-right:1px solid rgba(255,255,255,.11);
}
.tm107-process>div:last-child{border-right:0}
.tm107-process i{
  flex:0 0 auto;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#ffc400;
  color:#081522;
  font-style:normal;
  font-size:14px;
  font-weight:950;
}
.tm107-process b{
  display:block;
  color:#fff;
  font-size:12px;
}
.tm107-process small{
  display:block;
  color:#adbac7;
  font-size:9.5px;
  line-height:1.45;
  margin-top:3px;
}

.tm107-stats{
  margin-top:26px;
  padding:0 0 34px;
}
.tm107-stats>.w{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#ffc400;
  border-radius:13px;
  overflow:hidden;
  box-shadow:0 12px 28px rgba(255,196,0,.16);
}
.tm107-stats>.w>div{
  padding:20px 18px;
  text-align:center;
  border-right:1px solid rgba(8,21,34,.15);
}
.tm107-stats>.w>div:last-child{border-right:0}
.tm107-stats strong{
  display:block;
  color:#081522;
  font-size:25px;
  line-height:1;
  font-weight:950;
}
.tm107-stats span{
  display:block;
  margin-top:6px;
  color:#263443;
  font-size:10px;
  font-weight:800;
}

@media(max-width:1000px){
  .tm107-main{
    grid-template-columns:1fr;
    min-height:auto;
  }
  .tm107-copy{
    padding:48px 0 34px;
    max-width:680px;
  }
  .tm107-photo{
    position:relative;
    right:auto;
    width:100%;
    height:420px;
    border-radius:16px;
    margin:0 0 38px;
  }
  .tm107-photo:before{display:none}
  .tm107-process{
    grid-template-columns:1fr 1fr;
    margin-top:0;
  }
  .tm107-process>div:nth-child(2){border-right:0}
  .tm107-process>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.11)}
}
@media(max-width:700px){
  .tm107-copy h1{
    font-size:44px;
    letter-spacing:-1.8px;
  }
  .tm107-copy p{font-size:14px}
  .tm107-actions{
    flex-direction:column;
  }
  .tm107-actions a{width:100%}
  .tm107-benefits{
    gap:14px;
    flex-wrap:wrap;
  }
  .tm107-photo{height:320px}
  .tm107-process{
    grid-template-columns:1fr;
  }
  .tm107-process>div{
    min-height:auto;
    border-right:0!important;
    border-bottom:1px solid rgba(255,255,255,.11);
  }
  .tm107-process>div:last-child{border-bottom:0}
  .tm107-stats>.w{
    grid-template-columns:1fr 1fr;
  }
  .tm107-stats>.w>div:nth-child(2){border-right:0}
  .tm107-stats>.w>div:nth-child(-n+2){border-bottom:1px solid rgba(8,21,34,.15)}
}
@media(max-width:480px){
  .tm107-copy h1{font-size:38px}
  .tm107-kicker{font-size:9.5px}
  .tm107-photo{height:270px}
  .tm107-stats strong{font-size:20px}
}

/* v10.7.1 - hero visual polish */
.tm107-photo{
  background:#eef3f7!important;
}
.tm107-photo:before{
  background:linear-gradient(
    90deg,
    #eef3f7 0%,
    rgba(238,243,247,.96) 10%,
    rgba(238,243,247,.45) 24%,
    rgba(238,243,247,0) 42%
  )!important;
}
.tm107-photo:after{
  content:'';
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,0) 35%),
    radial-gradient(circle at 78% 28%,rgba(255,255,255,.18),transparent 34%);
  mix-blend-mode:screen;
}
.tm107-photo img{
  filter:brightness(1.08) contrast(1.03) saturate(1.05)!important;
}
.tm107-copy h1{
  color:#071a2c!important;
  text-shadow:0 1px 0 rgba(255,255,255,.55);
}
.tm107-copy h1 span{
  color:#ffbf00!important;
  text-shadow:0 2px 12px rgba(255,191,0,.16);
}
.tm107-copy p{
  color:#33485c!important;
  font-weight:520;
}
.tm107-kicker{
  background:#ffbf00!important;
  color:#071a2c!important;
}
.tm107-primary{
  background:#ffbf00!important;
  color:#071a2c!important;
  box-shadow:0 10px 24px rgba(255,191,0,.3)!important;
}
.tm107-primary:hover{
  background:#ffd028!important;
}
.tm107-secondary{
  background:#071a2c!important;
}
.tm107-benefits b{
  color:#0d253a!important;
}
.tm107-benefits i{
  border-color:#ffbf00!important;
  background:#fffdf4!important;
}

/* =====================================================
   v10.8 - FINAL HERO MATCH
   ===================================================== */
.tm108-hero{
 background:#f7fafc;
 border-bottom:1px solid #e2e8f0;
 overflow:hidden;
 padding-bottom:28px;
}
.tm108-main{
 display:grid;
 grid-template-columns:51% 49%;
 min-height:615px;
 align-items:stretch;
 position:relative;
}
.tm108-copy{
 padding:66px 0 90px;
 align-self:center;
 position:relative;
 z-index:3;
}
.tm108-kicker{
 display:inline-block;
 background:#ffbf00;
 color:#09182a;
 padding:8px 12px;
 border-radius:6px;
 font-size:11px;
 font-weight:950;
 letter-spacing:.1px;
}
.tm108-copy h1{
 margin:18px 0 18px;
 color:#07182d;
 font-size:65px;
 line-height:.98;
 letter-spacing:-3px;
 font-weight:950;
}
.tm108-copy h1 span{color:#ffbf00}
.tm108-copy p{
 max-width:600px;
 margin:0;
 color:#31475c;
 font-size:16px;
 line-height:1.75;
 font-weight:520;
}
.tm108-actions{
 display:flex;
 gap:14px;
 margin-top:28px;
}
.tm108-actions a{
 min-height:54px;
 display:inline-flex;
 align-items:center;
 justify-content:center;
 padding:0 24px;
 border-radius:7px;
 text-decoration:none;
 font-size:12px;
 font-weight:950;
 transition:.2s;
}
.tm108-primary{
 background:#ffbf00;
 color:#081522;
 box-shadow:0 10px 22px rgba(255,191,0,.24);
}
.tm108-primary:hover{background:#ffd12a;transform:translateY(-2px)}
.tm108-secondary{
 background:#081522;
 color:#fff;
}
.tm108-secondary:hover{background:#102a43;color:#ffbf00;transform:translateY(-2px)}
.tm108-benefits{
 display:flex;
 gap:28px;
 margin-top:34px;
}
.tm108-benefits>div{
 display:flex;
 align-items:center;
 gap:10px;
}
.tm108-benefits i{
 width:46px;
 height:46px;
 display:grid;
 place-items:center;
 border-radius:50%;
 background:#fff;
 box-shadow:0 6px 20px rgba(15,31,48,.08);
 font-style:normal;
 font-size:19px;
}
.tm108-benefits b{
 display:block;
 color:#13283b;
 font-size:11px;
}
.tm108-benefits small{
 display:block;
 color:#748290;
 font-size:9.5px;
 margin-top:3px;
}
.tm108-photo{
 position:relative;
 height:615px;
 overflow:hidden;
 background:#edf4f8;
}
.tm108-photo:before{
 content:'';
 position:absolute;
 inset:0;
 z-index:2;
 background:linear-gradient(90deg,#f7fafc 0%,rgba(247,250,252,.92) 8%,rgba(247,250,252,.35) 20%,rgba(247,250,252,0) 34%);
 pointer-events:none;
}
.tm108-photo img{
 width:100%;
 height:100%;
 object-fit:cover;
 object-position:center;
 display:block;
 filter:brightness(1.05) saturate(1.04);
}
.tm108-search{
 position:relative;
 z-index:8;
 margin-top:-52px;
}
.tm108-search form{
 display:grid;
 grid-template-columns:1.15fr 1.15fr 1fr 1.1fr 170px;
 gap:14px;
 padding:18px;
 background:#071a2f;
 border-radius:14px;
 box-shadow:0 18px 35px rgba(6,24,43,.2);
}
.tm108-search label{
 min-height:62px;
 display:flex;
 align-items:center;
 gap:10px;
 padding:0 16px;
 background:#fff;
 border:1px solid #d9e1e8;
 border-radius:7px;
}
.tm108-search label span{
 font-size:16px;
 opacity:.8;
}
.tm108-search input,.tm108-search select{
 width:100%;
 border:0;
 outline:0;
 background:transparent;
 color:#526273;
 font-size:13px;
 font-family:inherit;
}
.tm108-search button{
 border:0;
 border-radius:7px;
 background:#ffbf00;
 color:#071a2f;
 font-size:14px;
 font-weight:950;
 cursor:pointer;
}
.tm108-search button:hover{background:#ffd12a}
.tm108-stats{
 display:grid;
 grid-template-columns:repeat(4,1fr);
 margin-top:26px;
 background:#fff;
 border:1px solid #e2e8f0;
 border-radius:14px;
 box-shadow:0 10px 28px rgba(15,31,48,.06);
 overflow:hidden;
}
.tm108-stats>div{
 position:relative;
 padding:24px 20px 26px;
 text-align:center;
 border-right:1px solid #e6ebef;
}
.tm108-stats>div:last-child{border-right:0}
.tm108-stats i{
 display:block;
 color:#ffbf00;
 font-style:normal;
 font-size:30px;
 margin-bottom:7px;
}
.tm108-stats strong{
 display:block;
 color:#071a2f;
 font-size:31px;
 line-height:1;
 font-weight:950;
}
.tm108-stats b{
 display:block;
 color:#14283b;
 font-size:12px;
 margin-top:7px;
}
.tm108-stats span{
 display:block;
 color:#748292;
 font-size:10px;
 margin-top:5px;
}
@media(max-width:1050px){
 .tm108-main{grid-template-columns:1fr;min-height:auto}
 .tm108-copy{padding:48px 0 35px}
 .tm108-photo{height:430px;border-radius:18px;margin-bottom:35px}
 .tm108-photo:before{display:none}
 .tm108-search{margin-top:-30px}
 .tm108-search form{grid-template-columns:1fr 1fr}
 .tm108-search button{min-height:58px}
 .tm108-stats{grid-template-columns:1fr 1fr}
 .tm108-stats>div:nth-child(2){border-right:0}
 .tm108-stats>div:nth-child(-n+2){border-bottom:1px solid #e6ebef}
}
@media(max-width:700px){
 .tm108-copy h1{font-size:45px;letter-spacing:-1.8px}
 .tm108-copy p{font-size:14px}
 .tm108-actions{flex-direction:column}
 .tm108-actions a{width:100%}
 .tm108-benefits{gap:15px;flex-wrap:wrap}
 .tm108-photo{height:320px}
 .tm108-search form{grid-template-columns:1fr}
 .tm108-stats{grid-template-columns:1fr}
 .tm108-stats>div{border-right:0!important;border-bottom:1px solid #e6ebef}
 .tm108-stats>div:last-child{border-bottom:0}
}

/* v10.8.1 - restored original stable tm10 hero; newer hero rules remain unused */

/* v10.8.5 - repair homepage firms slider only */
.tm10-firmshell{overflow:hidden!important}
.tm10-firms{
  display:flex!important;
  gap:14px!important;
  transition:transform .45s ease!important;
  will-change:transform!important;
}
.tm10-firm{
  flex:0 0 calc((100% - 42px)/4)!important;
  min-width:calc((100% - 42px)/4)!important;
  max-width:calc((100% - 42px)/4)!important;
  box-sizing:border-box!important;
}
.tm10-logo{
  width:72px!important;
  height:72px!important;
  min-width:72px!important;
  min-height:72px!important;
  border-radius:12px!important;
  overflow:hidden!important;
}
.tm10-logo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
}
.tm10-ft{
  grid-template-columns:72px 1fr!important;
  gap:12px!important;
}
@media(max-width:1000px){
  .tm10-firm{
    flex-basis:calc((100% - 14px)/2)!important;
    min-width:calc((100% - 14px)/2)!important;
    max-width:calc((100% - 14px)/2)!important;
  }
}
@media(max-width:620px){
  .tm10-firm{
    flex-basis:100%!important;
    min-width:100%!important;
    max-width:100%!important;
  }
  .tm10-logo{
    width:76px!important;
    height:76px!important;
    min-width:76px!important;
    min-height:76px!important;
  }
  .tm10-ft{
    grid-template-columns:76px 1fr!important;
  }
}

/* =====================================================
   v10.8.6 - SAFE visual polish for Firms section only
   Slider dimensions/logic/logo sizes untouched.
   ===================================================== */

/* section breathing room */
.tm10-sec.alt:has(.tm10-firmshell){
  position:relative;
  background:
    radial-gradient(circle at 8% 10%,rgba(255,196,0,.08),transparent 22%),
    linear-gradient(180deg,#f8fafc 0%,#f3f6f8 100%)!important;
}

/* title treatment */
.tm10-sec.alt:has(.tm10-firmshell) .tm10-title small{
  display:inline-block;
  padding:7px 11px;
  border-radius:999px;
  background:#fff4c2;
  border:1px solid #ffe27a;
  color:#8b6900;
  font-weight:950;
  letter-spacing:.35px;
}
.tm10-sec.alt:has(.tm10-firmshell) .tm10-title h2{
  color:#091a2c!important;
  letter-spacing:-.7px;
}
.tm10-sec.alt:has(.tm10-firmshell) .tm10-title p{
  color:#647381!important;
}

/* preserve card structure, only polish surface */
.tm10-sec.alt:has(.tm10-firmshell) .tm10-firm{
  position:relative;
  overflow:hidden;
  border:1px solid #dde5eb!important;
  border-radius:16px!important;
  box-shadow:0 8px 22px rgba(10,29,46,.065)!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
.tm10-sec.alt:has(.tm10-firmshell) .tm10-firm:before{
  content:'';
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:4px;
  background:linear-gradient(90deg,#ffc400,#ffd94d);
}
.tm10-sec.alt:has(.tm10-firmshell) .tm10-firm:hover{
  transform:translateY(-4px)!important;
  border-color:#f0c432!important;
  box-shadow:0 16px 34px rgba(10,29,46,.11)!important;
}

/* keep logo sizing from v10.8.5, just frame it */
.tm10-sec.alt:has(.tm10-firmshell) .tm10-logo{
  background:#fff!important;
  border:1px solid #e2e8ed!important;
  box-shadow:0 5px 14px rgba(9,26,44,.08)!important;
}

/* score panel cleanup */
.tm10-sec.alt:has(.tm10-firmshell) .tm10-score{
  background:#f6f8fa!important;
  border:1px solid #e8edf1!important;
}
.tm10-sec.alt:has(.tm10-firmshell) .tm10-score span{
  color:#34495d!important;
}

/* button polish */
.tm10-sec.alt:has(.tm10-firmshell) .tm10-firm>a{
  background:#091a2c!important;
  color:#fff!important;
  border:1px solid #091a2c!important;
  transition:background .2s ease,color .2s ease,border-color .2s ease!important;
}
.tm10-sec.alt:has(.tm10-firmshell) .tm10-firm>a:hover{
  background:#ffc400!important;
  color:#091a2c!important;
  border-color:#ffc400!important;
}

/* nav buttons only visual */
.tm10-sec.alt:has(.tm10-firmshell) .tm10-slidebtn{
  background:#fff!important;
  border:1px solid #dce4ea!important;
  box-shadow:0 6px 16px rgba(9,26,44,.08)!important;
}
.tm10-sec.alt:has(.tm10-firmshell) .tm10-slidebtn:hover{
  background:#ffc400!important;
  border-color:#ffc400!important;
  color:#091a2c!important;
}


/* v10.9.2 firma varsayılan görsel */
.tm-firma-default-image{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:3/2;
  object-fit:cover;
}


/* v10.9.4 ücretsiz firma WebP görünüm düzeltmesi */
.tm-firma-logo{
  overflow:hidden;
}
.tm-firma-logo .tm-firma-default-image,
.tm-firma-logo img{
  width:100%;
  height:100%;
  min-height:110px;
  display:block;
  object-fit:cover;
}
.tm72-company-card > a > .tm-firma-default-image,
.tm72-company-card > a > img.tm-firma-default-image{
  width:100%;
  aspect-ratio:3/2;
  display:block;
  object-fit:cover;
}


/* =====================================================
   v10.9.5 - YENİ FİRMALAR SLIDER
===================================================== */
.tm1095-new-firms{padding:72px 18px;background:#f5f7fa;overflow:hidden}
.tm1095-wrap{max-width:1220px;margin:0 auto}
.tm1095-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}
.tm1095-kicker{display:inline-block;font-size:12px;font-weight:900;letter-spacing:1.8px;color:#f47a20;margin-bottom:8px}
.tm1095-head h2{margin:0;color:#102d4f;font-size:clamp(28px,3.3vw,44px);line-height:1.12;font-weight:900}
.tm1095-head p{margin:10px 0 0;color:#64748b;font-size:16px}
.tm1095-arrows{display:flex;gap:9px;flex:0 0 auto}
.tm1095-arrows button{width:46px;height:46px;border:0;border-radius:50%;background:#102d4f;color:#fff;font-size:29px;line-height:1;cursor:pointer;box-shadow:0 8px 22px rgba(15,45,79,.16)}
.tm1095-arrows button:hover{background:#f47a20}
.tm1095-slider{overflow:hidden}
.tm1095-track{display:flex;gap:18px;transition:transform .45s ease;will-change:transform}
.tm1095-card{flex:0 0 calc((100% - 54px)/4);min-width:0;background:#fff;border:1px solid #e5eaf0;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(15,45,79,.08);transition:transform .25s ease,box-shadow .25s ease}
.tm1095-card:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(15,45,79,.14)}
.tm1095-image{display:block;position:relative;aspect-ratio:3/2;background:#eef2f6;overflow:hidden}
.tm1095-image img{width:100%;height:100%;display:block;object-fit:cover}
.tm1095-badge{position:absolute;left:13px;top:13px;background:#f47a20;color:#fff;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:900;box-shadow:0 5px 14px rgba(0,0,0,.12)}
.tm1095-body{padding:18px}
.tm1095-body h3{font-size:18px;line-height:1.3;margin:0 0 10px;font-weight:900}
.tm1095-body h3 a{color:#102d4f;text-decoration:none}
.tm1095-location{font-size:13px;color:#64748b;margin-bottom:9px}
.tm1095-services{font-size:12px;line-height:1.5;color:#475569;min-height:36px;margin-bottom:15px}
.tm1095-btn{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#102d4f;color:#fff!important;text-decoration:none!important;border-radius:11px;padding:11px 13px;font-size:13px;font-weight:800}
.tm1095-btn:hover{background:#f47a20}
@media(max-width:1000px){.tm1095-card{flex-basis:calc((100% - 36px)/3)}}
@media(max-width:760px){
 .tm1095-new-firms{padding:50px 14px}
 .tm1095-head{align-items:flex-start}
 .tm1095-head h2{font-size:29px}
 .tm1095-head p{font-size:14px}
 .tm1095-arrows{display:none}
 .tm1095-slider{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}
 .tm1095-slider::-webkit-scrollbar{display:none}
 .tm1095-track{gap:14px;transform:none!important}
 .tm1095-card{flex:0 0 86%;scroll-snap-align:start}
}


/* =====================================================
   v10.9.6 - FİRMA REHBERİ + FİLTRELER
===================================================== */
.tm1096-firms-page{background:#f4f7fa;min-height:100vh}
.tm1096-wrap{max-width:1240px;margin:0 auto;padding-left:18px;padding-right:18px}
.tm1096-hero{padding:58px 0 44px;background:linear-gradient(135deg,#0d2c4d,#183f68);color:#fff}
.tm1096-kicker{display:inline-block;color:#ff7a1a;font-weight:900;font-size:12px;letter-spacing:1.8px;margin-bottom:8px}
.tm1096-hero h1{margin:0 0 12px;color:#fff;font-size:clamp(31px,4vw,48px);line-height:1.1}
.tm1096-hero p{margin:0;max-width:760px;color:#d9e4ee;font-size:16px;line-height:1.7}
.tm1096-filter-wrap{padding-top:26px;padding-bottom:70px}
.tm1096-filter{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr auto;gap:12px;align-items:end;background:#fff;padding:18px;border:1px solid #e4e9ee;border-radius:16px;box-shadow:0 10px 30px rgba(13,44,77,.07)}
.tm1096-field{display:flex;flex-direction:column;gap:6px}
.tm1096-field label{font-size:12px;font-weight:800;color:#334155}
.tm1096-field input,.tm1096-field select{width:100%;box-sizing:border-box;height:46px;border:1px solid #dbe2e8;border-radius:10px;background:#fff;padding:0 12px;font:inherit;color:#0f2438}
.tm1096-actions{display:flex;gap:8px}
.tm1096-actions button,.tm1096-actions a{height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;text-decoration:none;font-weight:800;padding:0 15px;border:0;cursor:pointer;white-space:nowrap}
.tm1096-actions button{background:#ff7a1a;color:#fff}
.tm1096-actions a{background:#edf2f6;color:#334155}
.tm1096-results-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:28px 2px 18px;color:#475569}
.tm1096-results-head strong{font-size:24px;color:#0d2c4d}
.tm1096-add-firm{display:inline-flex;padding:11px 15px;border-radius:10px;background:#0d2c4d;color:#fff!important;text-decoration:none;font-weight:800}
.tm1096-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.tm1096-card{background:#fff;border:1px solid #e4e9ee;border-radius:17px;overflow:hidden;box-shadow:0 9px 26px rgba(13,44,77,.07);transition:.25s}
.tm1096-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(13,44,77,.12)}
.tm1096-card-image{position:relative;display:block;aspect-ratio:3/2;background:#edf2f6;overflow:hidden}
.tm1096-card-image img{width:100%;height:100%;display:block;object-fit:cover}
.tm1096-free-badge{position:absolute;left:12px;top:12px;background:#ff7a1a;color:#fff;font-size:11px;font-weight:900;padding:7px 10px;border-radius:999px}
.tm1096-card-body{padding:18px}
.tm1096-card h2{font-size:19px;line-height:1.3;margin:0 0 8px}
.tm1096-card h2 a{color:#0d2c4d;text-decoration:none}
.tm1096-loc{font-size:13px;color:#64748b;margin-bottom:12px}
.tm1096-service-list{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:16px;min-height:28px}
.tm1096-service-list span{font-size:11px;font-weight:800;color:#34506d;background:#edf3f8;border-radius:999px;padding:6px 8px}
.tm1096-card-actions{display:flex;flex-wrap:wrap;gap:7px}
.tm1096-card-actions a{display:inline-flex;align-items:center;justify-content:center;border-radius:9px;padding:9px 11px;font-size:12px;font-weight:800;text-decoration:none}
.tm1096-profile{background:#0d2c4d;color:#fff!important;flex:1}
.tm1096-call{background:#eef2f5;color:#0d2c4d!important}
.tm1096-wa{background:#e8f8ef;color:#187647!important}
.tm1096-pagination{display:flex;justify-content:center;gap:6px;margin-top:34px}
.tm1096-pagination .page-numbers{min-width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;background:#fff;border:1px solid #dfe6ec;color:#0d2c4d;text-decoration:none}
.tm1096-pagination .current{background:#ff7a1a;color:#fff;border-color:#ff7a1a}
.tm1096-empty{text-align:center;background:#fff;border:1px solid #e4e9ee;border-radius:16px;padding:45px 20px}
.tm1096-empty h2{color:#0d2c4d}
.tm1096-empty a{display:inline-flex;margin-top:10px;padding:11px 15px;background:#0d2c4d;color:#fff!important;border-radius:9px;text-decoration:none;font-weight:800}
@media(max-width:980px){
 .tm1096-filter{grid-template-columns:repeat(2,minmax(0,1fr))}
 .tm1096-actions{grid-column:1/-1}
 .tm1096-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
 .tm1096-hero{padding:40px 0 34px}
 .tm1096-filter{grid-template-columns:1fr;padding:14px}
 .tm1096-actions{display:grid;grid-template-columns:1fr 1fr}
 .tm1096-results-head{align-items:flex-start;flex-direction:column}
 .tm1096-grid{grid-template-columns:1fr}
 .tm1096-card-actions{display:grid;grid-template-columns:1fr 1fr}
 .tm1096-profile{grid-column:1/-1}
}

/* =====================================================
   v10.9.7 - GOLD FİRMA VİTRİNİ
===================================================== */
.tm1097-gold{padding:64px 0;background:linear-gradient(135deg,#071a2d 0%,#0d2c4d 62%,#153f68 100%);overflow:hidden;position:relative}
.tm1097-gold:before{content:"";position:absolute;width:380px;height:380px;border-radius:50%;background:rgba(255,196,0,.08);right:-120px;top:-170px}
.tm1097-head{position:relative;display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:25px}.tm1097-head small{display:block;color:#ffc400;font-weight:900;letter-spacing:1.8px;font-size:12px;margin-bottom:7px}.tm1097-head h2{margin:0 0 8px;color:#fff;font-size:clamp(28px,3.5vw,40px);line-height:1.1}.tm1097-head p{margin:0;color:#cbd8e5;max-width:720px;line-height:1.65}.tm1097-nav{display:flex;gap:8px}.tm1097-nav button{width:44px;height:44px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:27px;cursor:pointer}.tm1097-nav button:hover{background:#ffc400;color:#10263b;border-color:#ffc400}.tm1097-viewport{overflow:hidden;padding:4px 2px 15px}.tm1097-track{display:flex;gap:18px;transition:transform .45s ease;will-change:transform}.tm1097-card{flex:0 0 calc((100% - 54px)/4);min-width:0;background:#fff;border:1px solid rgba(255,196,0,.4);border-radius:17px;overflow:hidden;box-shadow:0 15px 34px rgba(0,0,0,.22)}.tm1097-img{display:block;position:relative;height:170px;background:#eef2f5;overflow:hidden}.tm1097-img img{width:100%;height:100%;object-fit:cover;display:block;transition:.35s}.tm1097-card:hover .tm1097-img img{transform:scale(1.045)}.tm1097-img span{position:absolute;left:12px;top:12px;background:linear-gradient(135deg,#ffdc62,#e6a900);color:#17283a;border:1px solid #ffe89c;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:1000;letter-spacing:.5px;box-shadow:0 5px 15px rgba(0,0,0,.18)}.tm1097-body{padding:17px}.tm1097-body h3{margin:0 0 7px;font-size:18px;line-height:1.3}.tm1097-body h3 a{color:#0d2c4d;text-decoration:none}.tm1097-loc{font-size:12px;color:#64748b;margin-bottom:11px}.tm1097-tags{display:flex;gap:6px;flex-wrap:wrap;min-height:27px;margin-bottom:14px}.tm1097-tags b{font-size:10px;color:#6b5200;background:#fff7d6;border:1px solid #f6dfa0;padding:5px 7px;border-radius:999px}.tm1097-detail{display:flex;justify-content:center;align-items:center;min-height:40px;border-radius:9px;background:#0d2c4d;color:#fff!important;text-decoration:none;font-size:12px;font-weight:900}.tm1097-detail:hover{background:#ffb800;color:#17283a!important}
@media(max-width:1050px){.tm1097-card{flex-basis:calc((100% - 36px)/3)}}
@media(max-width:760px){.tm1097-gold{padding:46px 0}.tm1097-head{align-items:flex-start}.tm1097-head p{font-size:14px}.tm1097-nav{display:none}.tm1097-viewport{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tm1097-viewport::-webkit-scrollbar{display:none}.tm1097-track{transform:none!important;gap:13px}.tm1097-card{flex:0 0 86%;scroll-snap-align:start}.tm1097-img{height:180px}}


/* =====================================================
   v10.9.8 - GOLD KART HEMEN ARA + WHATSAPP
===================================================== */
.tm1098-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.tm1098-actions .tm1097-detail{
  grid-column:1/-1;
}
.tm1098-call,
.tm1098-wa{
  min-height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:9px;
  text-decoration:none!important;
  font-size:12px;
  font-weight:900;
  padding:0 10px;
  transition:.2s ease;
}
.tm1098-call{
  background:#f0f4f8;
  border:1px solid #d8e1e9;
  color:#0d2c4d!important;
}
.tm1098-call:hover{
  background:#0d2c4d;
  color:#fff!important;
}
.tm1098-wa{
  background:#e7f8ed;
  border:1px solid #bfe8cc;
  color:#147a3d!important;
}
.tm1098-wa:hover{
  background:#1f9d55;
  color:#fff!important;
}
@media(max-width:760px){
  .tm1098-call,.tm1098-wa{min-height:42px;font-size:12px}
}

/* v10.9.9 GOLD iletişim butonları görünürlük düzeltmesi */
.tm1097-card .tm1098-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:12px!important}
.tm1097-card .tm1098-actions .tm1097-detail{display:flex!important;grid-column:1/-1!important}
.tm1097-card .tm1098-call,.tm1097-card .tm1098-wa{display:flex!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:3!important}
.tm1097-card .tm1098-call{background:#0d2c4d!important;color:#fff!important;border:1px solid #0d2c4d!important}
.tm1097-card .tm1098-wa{background:#25d366!important;color:#fff!important;border:1px solid #25d366!important}


/* =====================================================
   v10.9.10 - GLOBAL MOBILE OVERFLOW FIX
   Gold butonlar ve mevcut masaüstü düzeni korunur.
===================================================== */
html,
body{
  max-width:100%;
  overflow-x:hidden;
}

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

img,
svg,
video,
iframe{
  max-width:100%;
  height:auto;
}

table{
  max-width:100%;
}

/* Tema ana kapsayıcılarının ekrandan taşmasını önle */
.site,
.site-content,
.site-main,
main,
section,
header,
footer,
.tm-wrap,
.tm-container,
[class*="tm10"],
[class*="tm7"],
[class*="tm-"]{
  max-width:100%;
}

/* Uzun URL, telefon, firma adı ve açıklamaların yatay taşmasını önle */
a,
p,
h1,h2,h3,h4,h5,h6,
span,
div,
li{
  overflow-wrap:anywhere;
  word-break:normal;
}

/* Form elemanları mobil ekranı aşmasın */
input,
select,
textarea,
button{
  max-width:100%;
}

/* Slider track'ler kendi overflow alanlarının dışına sayfayı itmesin */
.tm1095-slider,
.tm1097-slider,
.tm1096-grid,
.tm1097-track,
.tm1095-track{
  max-width:100%;
}

/* Gold kartın yeni butonları mobilde güvenli */
.tm1097-card,
.tm1097-body,
.tm1098-actions{
  min-width:0;
  max-width:100%;
}

.tm1098-actions > a{
  min-width:0;
  white-space:normal;
  text-align:center;
}

@media(max-width:760px){
  body{
    width:100%;
    position:relative;
  }

  .tm1095-new-firms,
  .tm1096-firms-page,
  .tm1097-gold-showcase{
    width:100%;
    max-width:100%;
    overflow:hidden;
  }

  .tm1095-wrap,
  .tm1096-wrap,
  .tm1097-wrap{
    width:100%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
  }

  .tm1097-track,
  .tm1095-track{
    max-width:none;
  }

  .tm1097-card,
  .tm1095-card,
  .tm1096-card{
    min-width:0;
  }

  .tm1098-actions{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    width:100%;
  }

  .tm1098-call,
  .tm1098-wa,
  .tm1097-detail{
    width:100%;
    max-width:100%;
  }

  /* Yönetimden veya içerikten gelen geniş tablolar ön yüzde sayfayı bozmasın */
  .entry-content table,
  .page-content table,
  .post-content table{
    display:block;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }

  /* İçerikte sabit genişlikli öğeler */
  .entry-content > *,
  .page-content > *,
  .post-content > *{
    max-width:100%;
  }
}


/* =====================================================
   v10.9.11 - NORMAL SAYFA / BLOG MOBİL RESPONSIVE FIX
   Firma arşivi, firma detayları ve Gold vitrin hedeflenmez.
===================================================== */
@media (max-width: 760px){

  /* WordPress normal sayfa ve blog içerik alanı */
  body:not(.post-type-archive-firma):not(.single-firma) .tm-content{
    width:100%;
    max-width:100%;
    padding:36px 0 48px;
    overflow:visible;
  }

  body:not(.post-type-archive-firma):not(.single-firma) .tm-article{
    width:calc(100% - 24px);
    max-width:none;
    margin:0 auto;
    padding:0;
    min-width:0;
  }

  body:not(.post-type-archive-firma):not(.single-firma) .tm-article > article,
  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry{
    width:100%;
    max-width:100%;
    min-width:0;
    margin-left:0;
    margin-right:0;
  }

  body:not(.post-type-archive-firma):not(.single-firma) .tm-article h1{
    max-width:100%;
    font-size:clamp(28px,8.5vw,38px);
    line-height:1.14;
    overflow-wrap:anywhere;
  }

  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry{
    font-size:16px;
    line-height:1.72;
  }

  /* Gutenberg tam/geniş hizalama mobilde viewport dışına çıkmasın */
  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry .alignfull,
  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry .alignwide{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
  }

  /* Kolonlar mobilde tek kolona düşsün */
  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry .wp-block-columns{
    display:flex!important;
    flex-direction:column!important;
    gap:18px!important;
    width:100%!important;
  }

  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry .wp-block-column{
    flex-basis:auto!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
  }

  /* İçerikte kullanılan genel grid/flex bloklarının taşmasını önle */
  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry [class*="grid"],
  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry [class*="columns"],
  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry [class*="row"]{
    max-width:100%;
    min-width:0;
  }

  /* Sabit genişlik verilmiş medya ve bloklar */
  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry img,
  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry figure,
  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry video,
  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry iframe,
  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry embed,
  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry object{
    max-width:100%!important;
  }

  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry figure{
    width:auto!important;
    margin-left:0!important;
    margin-right:0!important;
  }

  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry iframe{
    width:100%!important;
  }

  /* Pre/code uzun satırlarda ekranı genişletmesin */
  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry pre{
    max-width:100%;
    overflow-x:auto;
    white-space:pre-wrap;
    word-break:break-word;
  }

  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry code{
    overflow-wrap:anywhere;
  }

  /* Tablolar sayfayı değil kendi alanını kaydırsın */
  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry table{
    width:100%!important;
    max-width:100%!important;
    border-collapse:collapse;
  }

  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry .wp-block-table{
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }

  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry .wp-block-table table{
    min-width:520px;
  }

  /* Buton grupları mobilde taşmasın */
  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry .wp-block-buttons{
    flex-wrap:wrap!important;
    width:100%;
  }

  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry .wp-block-button{
    max-width:100%;
  }

  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry .wp-block-button__link{
    max-width:100%;
    white-space:normal;
  }

  /* İçeriğe elle eklenmiş 100vw / sabit minimum genişlikli bloklara güvenlik */
  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry > div,
  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry > section{
    max-width:100%!important;
    min-width:0!important;
  }
}

@media (max-width: 480px){
  body:not(.post-type-archive-firma):not(.single-firma) .tm-article{
    width:calc(100% - 20px);
  }
  body:not(.post-type-archive-firma):not(.single-firma) .tm-entry{
    font-size:15.5px;
  }
}


/* =====================================================
   v10.9.12 - FİRMA LİSTE + DETAY SAYFASI RESET / FIX
   Global mobil kurallarından sonra özellikle uygulanır.
===================================================== */

/* --- Firma detay sayfası --- */
body.single-firma main,
body.single-firma .tm-firma-hero,
body.single-firma .tm-firma-body{
  width:100%;
  max-width:none;
}

body.single-firma .tm-container{
  width:min(1200px,calc(100% - 34px));
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
}

body.single-firma .tm-firma-top{
  display:grid;
  grid-template-columns:130px minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  width:100%;
}

body.single-firma .tm-firma-logo{
  width:130px;
  height:130px;
  min-width:130px;
  max-width:130px;
  overflow:hidden;
}

body.single-firma .tm-firma-logo img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover;
}

body.single-firma .tm-firma-title{
  min-width:0;
  max-width:none;
}

body.single-firma .tm-firma-title h1{
  overflow-wrap:break-word;
  word-break:normal;
}

body.single-firma .tm-firma-actions{
  min-width:205px;
  max-width:none;
}

body.single-firma .tm-firma-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:28px;
  align-items:start;
  width:100%;
}

body.single-firma .tm-firma-main,
body.single-firma .tm-firma-sidebar,
body.single-firma .tm-box{
  min-width:0;
  max-width:none;
}

body.single-firma .tm-box{
  width:100%;
}

body.single-firma .tm-info-row{
  grid-template-columns:34px minmax(0,1fr);
}

body.single-firma .tm-info-row > div,
body.single-firma .tm-info-row a,
body.single-firma .tm-tag-list a,
body.single-firma .tm-service-tags span{
  overflow-wrap:break-word;
  word-break:normal;
}

body.single-firma .tm-gallery{
  width:100%;
}

/* --- Firma arşivi/listesi --- */
body.post-type-archive-firma .tm1096-firms-page{
  width:100%;
  max-width:none;
  overflow:visible;
}

body.post-type-archive-firma .tm1096-wrap{
  width:100%;
  max-width:1240px;
  margin-left:auto;
  margin-right:auto;
  padding-left:18px;
  padding-right:18px;
}

body.post-type-archive-firma .tm1096-filter{
  width:100%;
  max-width:none;
  min-width:0;
}

body.post-type-archive-firma .tm1096-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  width:100%;
  max-width:none;
  gap:18px;
}

body.post-type-archive-firma .tm1096-card{
  width:100%;
  min-width:0;
  max-width:none;
}

body.post-type-archive-firma .tm1096-card-image{
  width:100%;
  max-width:none;
}

body.post-type-archive-firma .tm1096-card-image img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover;
}

body.post-type-archive-firma .tm1096-card h2,
body.post-type-archive-firma .tm1096-card h2 a,
body.post-type-archive-firma .tm1096-loc{
  overflow-wrap:break-word;
  word-break:normal;
}

/* Tablet */
@media(max-width:1050px){
  body.single-firma .tm-firma-layout{
    grid-template-columns:1fr;
  }
  body.single-firma .tm-firma-sidebar{
    position:static;
  }
  body.single-firma .tm-firma-top{
    grid-template-columns:110px minmax(0,1fr);
  }
  body.single-firma .tm-firma-logo{
    width:110px;
    height:110px;
    min-width:110px;
    max-width:110px;
  }
  body.single-firma .tm-firma-actions{
    grid-column:1/-1;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:100%;
    min-width:0;
  }
}

/* Mobil */
@media(max-width:820px){
  body.single-firma{
    overflow-x:hidden;
  }

  body.single-firma .tm-container{
    width:calc(100% - 22px);
    max-width:1200px;
  }

  body.single-firma .tm-firma-hero{
    padding:38px 0;
  }

  body.single-firma .tm-firma-top{
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
    text-align:center;
  }

  body.single-firma .tm-firma-logo{
    width:112px;
    height:112px;
    min-width:112px;
    max-width:112px;
    margin:0 auto;
  }

  body.single-firma .tm-firma-title h1{
    font-size:clamp(28px,8vw,38px);
    line-height:1.12;
  }

  body.single-firma .tm-firma-actions{
    grid-column:auto;
    grid-template-columns:1fr;
    width:100%;
  }

  body.single-firma .tm-firma-actions a,
  body.single-firma .tm-firma-actions button{
    width:100%;
    max-width:100%;
  }

  body.single-firma .tm-firma-body{
    padding:34px 0;
  }

  body.single-firma .tm-firma-layout{
    display:block;
    width:100%;
  }

  body.single-firma .tm-firma-main,
  body.single-firma .tm-firma-sidebar{
    width:100%;
    max-width:100%;
  }

  body.single-firma .tm-box{
    padding:18px;
    border-radius:13px;
  }

  body.single-firma .tm-gallery{
    grid-template-columns:1fr 1fr;
  }

  body.single-firma .tm-info-row{
    grid-template-columns:34px minmax(0,1fr);
  }

  body.single-firma .tm-info-row > div:last-child{
    min-width:0;
  }

  body.single-firma .tm-tag-list,
  body.single-firma .tm-service-tags{
    max-width:100%;
  }

  /* Firma listesi mobil */
  body.post-type-archive-firma{
    overflow-x:hidden;
  }

  body.post-type-archive-firma .tm1096-firms-page{
    overflow:visible;
  }

  body.post-type-archive-firma .tm1096-wrap{
    width:100%;
    max-width:100%;
    padding-left:12px;
    padding-right:12px;
  }

  body.post-type-archive-firma .tm1096-hero{
    padding:38px 0 30px;
  }

  body.post-type-archive-firma .tm1096-filter{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    padding:14px;
  }

  body.post-type-archive-firma .tm1096-actions{
    grid-column:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    width:100%;
  }

  body.post-type-archive-firma .tm1096-actions > *{
    width:100%;
    min-width:0;
  }

  body.post-type-archive-firma .tm1096-results-head{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
  }

  body.post-type-archive-firma .tm1096-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:15px;
  }

  body.post-type-archive-firma .tm1096-card{
    width:100%;
  }

  body.post-type-archive-firma .tm1096-card-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    width:100%;
  }

  body.post-type-archive-firma .tm1096-profile{
    grid-column:1/-1;
  }

  body.post-type-archive-firma .tm1096-card-actions a{
    width:100%;
    min-width:0;
  }
}

@media(max-width:520px){
  body.single-firma .tm-gallery{
    grid-template-columns:1fr;
  }
  body.post-type-archive-firma .tm1096-actions{
    grid-template-columns:1fr;
  }
}


/* =====================================================
   v10.9.13 - STICKY / SABİT ÜST MENÜ FIX
   PC + Mobil. Global overflow sticky çakışması giderildi.
===================================================== */

/* overflow:hidden sticky davranışını bozabildiği için clip kullan */
html,
body{
  overflow-x:clip!important;
}

/* Ana navigasyon her sayfada ekranın üstünde kalır */
.tm4-header{
  position:-webkit-sticky!important;
  position:sticky!important;
  top:0!important;
  z-index:999999!important;
  width:100%!important;
  max-width:none!important;
  transform:none!important;
  isolation:isolate;
}

/* Header'ın içi de tam genişlikte ve güvenli */
.tm4-header .tm4-headin{
  position:relative;
  z-index:2;
}

/* WordPress yönetici çubuğu açıkken header onun altında kalsın */
body.admin-bar .tm4-header{
  top:32px!important;
}

@media(max-width:782px){
  body.admin-bar .tm4-header{
    top:46px!important;
  }
}

/* Mobilde açılır menü sticky header'a göre konumlansın */
@media(max-width:900px){
  .tm4-header{
    overflow:visible!important;
  }

  .tm4-nav{
    z-index:999999!important;
  }

  .tm4-nav.mobile-open{
    position:absolute!important;
    left:0!important;
    right:0!important;
    width:100%!important;
  }
}


/* =====================================================
   v10.9.15 - BİZDEN HABERLER
===================================================== */
.tm10915-news{
  padding:72px 0;
  background:#fff;
  overflow:hidden;
}
.tm10915-shell{position:relative}
.tm10915-track{
  display:flex;
  gap:20px;
  transition:transform .45s ease;
  will-change:transform;
}
.tm10915-card{
  flex:0 0 calc((100% - 40px)/3);
  min-width:0;
  background:#fff;
  border:1px solid #e6ebef;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(13,44,77,.08);
  transition:transform .25s ease,box-shadow .25s ease;
}
.tm10915-card:hover{
  transform:translateY(-5px);
  box-shadow:0 16px 34px rgba(13,44,77,.14);
}
.tm10915-image{
  display:block;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#eef2f6;
}
.tm10915-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.tm10915-placeholder{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:42px;
  font-weight:900;
  color:#0d2c4d;
}
.tm10915-body{padding:18px}
.tm10915-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 12px;
  margin-bottom:10px;
  font-size:11px;
  color:#75808b;
  font-weight:700;
}
.tm10915-body h3{
  margin:0 0 10px;
  font-size:21px;
  line-height:1.3;
}
.tm10915-body h3 a{
  color:#0d2c4d;
  text-decoration:none;
}
.tm10915-body p{
  margin:0 0 16px;
  color:#64748b;
  font-size:14px;
  line-height:1.65;
}
.tm10915-btn{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:11px 13px;
  border-radius:10px;
  background:#0d2c4d;
  color:#fff!important;
  text-decoration:none!important;
  font-size:13px;
  font-weight:900;
}
.tm10915-btn:hover{background:#f47a20}
.tm10915-nav{
  display:flex;
  justify-content:flex-end;
  gap:8px;
  margin-top:18px;
}
.tm10915-nav button{
  width:44px;
  height:44px;
  border:0;
  border-radius:50%;
  background:#0d2c4d;
  color:#fff;
  font-size:28px;
  cursor:pointer;
}
.tm10915-nav button:hover{background:#f47a20}

@media(max-width:980px){
  .tm10915-card{flex-basis:calc((100% - 20px)/2)}
}
@media(max-width:760px){
  .tm10915-news{padding:52px 0}
  .tm10915-track{
    gap:14px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    transform:none!important;
    scrollbar-width:none;
  }
  .tm10915-track::-webkit-scrollbar{display:none}
  .tm10915-card{
    flex:0 0 86%;
    scroll-snap-align:start;
  }
  .tm10915-nav{display:none}
}


/* =====================================================
   v10.9.16 - BİZDEN HABERLER 4 SÜTUN x 2 SIRA SLIDER
===================================================== */
@media(min-width:981px){
  .tm10915-shell{
    overflow:hidden;
  }
  .tm10915-track{
    display:grid!important;
    grid-auto-flow:column!important;
    grid-template-rows:repeat(2,minmax(0,1fr))!important;
    grid-auto-columns:calc((100% - 60px)/4)!important;
    gap:20px!important;
    overflow:visible!important;
    scroll-snap-type:none!important;
  }
  .tm10915-card{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    flex:none!important;
  }
}
@media(min-width:761px) and (max-width:980px){
  .tm10915-shell{overflow:hidden}
  .tm10915-track{
    display:grid!important;
    grid-auto-flow:column!important;
    grid-template-rows:repeat(2,minmax(0,1fr))!important;
    grid-auto-columns:calc((100% - 20px)/2)!important;
    gap:20px!important;
    overflow:visible!important;
  }
  .tm10915-card{width:100%!important;min-width:0!important;flex:none!important}
}

/* v10.9.17 - Menü Ücretsiz Teklif Al boyut eşitleme */
@media(min-width:901px){
  .tm4-header .tm46-quote{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:12px!important;
    line-height:1.2!important;
    font-weight:800!important;
    padding:8px 11px!important;
    min-height:34px!important;
    height:auto!important;
    margin:0 0 0 8px!important;
    border-radius:6px!important;
    white-space:nowrap!important;
  }
}
@media(max-width:900px){
  .tm4-header .tm46-quote{
    font-size:12px!important;
    line-height:1.2!important;
    padding:8px 10px!important;
    min-height:34px!important;
    margin-left:6px!important;
    border-radius:6px!important;
  }
}


/* =====================================================
   v10.9.18 - MOBİL MENÜ FİRMA EKLE BUTONU
===================================================== */
@media(max-width:900px){
  .tm4-header .tm4-add{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:12px!important;
    line-height:1.2!important;
    font-weight:800!important;
    padding:8px 10px!important;
    min-height:34px!important;
    height:auto!important;
    margin-left:6px!important;
    border-radius:6px!important;
    white-space:nowrap!important;
  }
}
@media(max-width:520px){
  .tm4-header .tm46-quote,
  .tm4-header .tm4-add{
    font-size:11px!important;
    padding:7px 8px!important;
    min-height:32px!important;
    margin-left:4px!important;
  }
}


/* =====================================================
   v10.9.19 - FİRMA EKLE SARI BUTON
===================================================== */
.tm4-header .tm4-add{
  background:#ffc400!important;
  color:#111820!important;
  border:0!important;
  box-shadow:none!important;
}
.tm4-header .tm4-add:hover{
  background:#e8b300!important;
  color:#111820!important;
}


/* =====================================================
   v10.9.20 - PC TEKLİF + FİRMA EKLE TAM EŞİT
===================================================== */
@media(min-width:901px){
  .tm4-header .tm46-quote,
  .tm4-header .tm4-add{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-sizing:border-box!important;
    height:34px!important;
    min-height:34px!important;
    padding:0 11px!important;
    margin-top:0!important;
    margin-bottom:0!important;
    border-radius:6px!important;
    font-size:12px!important;
    line-height:1!important;
    font-weight:800!important;
    white-space:nowrap!important;
    vertical-align:middle!important;
  }

  .tm4-header .tm46-quote{
    margin-left:8px!important;
    margin-right:0!important;
  }

  .tm4-header .tm4-add{
    margin-left:8px!important;
    margin-right:0!important;
  }
}


/* =====================================================
   v10.9.21 - MOBİL ALT MENÜ KONTRAST FIX
===================================================== */
@media(max-width:900px){
  .tm4-nav .tm4-has-sub{
    position:relative;
  }

  .tm4-nav .tm4-submenu{
    background:#0d2238!important;
    border:1px solid #203a55!important;
    border-radius:8px!important;
    box-shadow:0 10px 24px rgba(0,0,0,.18)!important;
    overflow:hidden!important;
  }

  .tm4-nav .tm4-submenu a{
    display:block!important;
    background:#0d2238!important;
    color:#ffffff!important;
    padding:12px 14px!important;
    border-bottom:1px solid rgba(255,255,255,.08)!important;
    text-decoration:none!important;
    font-size:13px!important;
    line-height:1.35!important;
    font-weight:700!important;
  }

  .tm4-nav .tm4-submenu a:last-child{
    border-bottom:0!important;
  }

  .tm4-nav .tm4-submenu a:hover,
  .tm4-nav .tm4-submenu a:focus{
    background:#173553!important;
    color:#ffc400!important;
  }

  .tm4-nav .tm4-sub-toggle{
    color:#ffffff!important;
  }

  .tm4-nav .tm4-sub-toggle span{
    color:#ffc400!important;
  }
}


/* =====================================================
   v10.9.23 - PREMIUM GOLD FİRMA VİTRİNİ
===================================================== */
.tm10923-gold{position:relative;overflow:hidden;padding:68px 0 72px;background:radial-gradient(circle at 8% 0%,rgba(255,196,0,.13),transparent 30%),linear-gradient(135deg,#061526 0%,#0a2540 58%,#103858 100%)}
.tm10923-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}
.tm10923-head small{display:block;margin-bottom:7px;color:#ffc400;font-size:12px;font-weight:1000;letter-spacing:1.6px}
.tm10923-head h2{margin:0 0 8px;color:#fff;font-size:clamp(29px,3.5vw,42px);line-height:1.08}
.tm10923-head p{max-width:720px;margin:0;color:#c9d6e2;line-height:1.6}
.tm10923-nav{display:flex;gap:8px}
.tm10923-nav button{width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:29px;line-height:1;cursor:pointer}
.tm10923-nav button:hover{background:#ffc400;color:#13273a;border-color:#ffc400}
.tm10923-viewport{overflow:hidden;padding:3px 2px 18px}
.tm10923-track{display:flex;gap:14px;transition:transform .52s cubic-bezier(.2,.75,.25,1);will-change:transform}
.tm10923-card{flex:0 0 calc((100% - 42px)/4);min-width:0;display:flex;flex-direction:column;overflow:hidden;border:2px solid rgba(255,196,0,.52);border-radius:14px;background:#fff;box-shadow:0 20px 45px rgba(0,0,0,.27)}
.tm10923-photo{position:relative;display:block;width:100%;aspect-ratio:16/9;overflow:hidden;background:#e9eef2}
.tm10923-photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.tm10923-card:hover .tm10923-photo img{transform:scale(1.035)}
.tm10923-gold-badge{position:absolute;top:10px;right:10px;width:61px;height:67px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #f7dc77;border-radius:8px 8px 13px 13px;background:linear-gradient(145deg,#ffe687 0%,#f2bd2d 54%,#d99b00 100%);color:#171717;box-shadow:0 5px 16px rgba(0,0,0,.28);text-align:center}
.tm10923-gold-badge b{font-size:17px;line-height:1}.tm10923-gold-badge strong{margin-top:2px;font-size:10px;line-height:1}.tm10923-gold-badge em{margin-top:2px;font-style:normal;font-size:9px;font-weight:900;line-height:1}
.tm10923-content{flex:1;display:flex;flex-direction:column;padding:15px 14px 13px}
.tm10923-company{display:flex;gap:10px;align-items:flex-start}
.tm10923-shield{flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#0b3157;color:#fff;font-size:15px}
.tm10923-name{min-width:0}.tm10923-name h3{margin:0 0 5px;font-size:18px;line-height:1.15}.tm10923-name h3 a{color:#0a2847;text-decoration:none}
.tm10923-location{color:#4d5c6b;font-size:10.5px;font-weight:700;line-height:1.35}
.tm10923-desc{min-height:55px;margin:12px 0;color:#3f4b56;font-size:11px;line-height:1.5}
.tm10923-service-title{display:flex;align-items:center;justify-content:center;margin:0 0 10px;color:#1d3043;font-size:9px;font-weight:1000;letter-spacing:.5px}
.tm10923-service-title:before,.tm10923-service-title:after{content:"";flex:1;height:1px;background:#cbd3da}.tm10923-service-title span{padding:0 8px}
.tm10923-services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:auto}
.tm10923-service{min-width:0;min-height:61px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:6px 4px;border:1px solid #e6ebef;border-radius:8px;background:#f8fafb;text-align:center}
.tm10923-service i{width:25px;height:25px;display:grid;place-items:center;border-radius:7px;background:#edf3f8;color:#0b3157;font-style:normal;font-size:16px;font-weight:900}
.tm10923-service span{display:block;color:#243746;font-size:8.5px;font-weight:800;line-height:1.18}
.tm10923-footer{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:0 8px 8px;overflow:hidden;border-radius:9px;background:#07233e}
.tm10923-call,.tm10923-wa{min-width:0;min-height:46px;display:flex;align-items:center;gap:6px;padding:6px 8px;color:#fff!important;text-decoration:none!important}
.tm10923-call{border-right:1px solid rgba(255,255,255,.15)}.tm10923-wa{background:#0d3b2d}
.tm10923-call i,.tm10923-wa i{flex:0 0 25px;width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#ffc400;color:#101d29;font-style:normal;font-size:13px;font-weight:900}
.tm10923-wa i{background:#25d366;color:#fff}
.tm10923-call span,.tm10923-wa span{min-width:0;display:block;font-size:10px;font-weight:900;line-height:1.15;overflow-wrap:anywhere}
.tm10923-call small,.tm10923-wa small{display:block;margin-bottom:2px;color:#becddd;font-size:7.5px;font-weight:700}.tm10923-wa small{color:#c5efd4}
.tm10923-detail{grid-column:1/-1;min-height:37px;display:flex;align-items:center;justify-content:center;gap:7px;border-top:1px solid rgba(255,255,255,.13);background:#ffc400;color:#132235!important;text-decoration:none!important;font-size:10px;font-weight:1000}
.tm10923-detail:hover{background:#ffda52}.tm10923-detail b{font-size:17px;line-height:1}
@media(max-width:1120px){.tm10923-card{flex-basis:calc((100% - 28px)/3)}}
@media(max-width:820px){.tm10923-card{flex-basis:calc((100% - 14px)/2)}}
@media(max-width:760px){
 .tm10923-gold{padding:48px 0 52px}.tm10923-head{align-items:flex-start}.tm10923-head p{font-size:14px}.tm10923-nav{display:none}
 .tm10923-viewport{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tm10923-viewport::-webkit-scrollbar{display:none}
 .tm10923-track{transform:none!important;gap:12px}.tm10923-card{flex:0 0 91%;scroll-snap-align:start}.tm10923-name h3{font-size:20px}.tm10923-desc{min-height:0;font-size:12px}.tm10923-service span{font-size:9px}
}

/* v10.9.24 - Gold vitrin başlığı referans görsele göre ortalandı */
.tm10923-head{
  display:block!important;
  position:relative!important;
  text-align:center!important;
  margin-bottom:28px!important;
}
.tm10923-head>div:first-child{
  width:100%!important;
  max-width:1000px!important;
  margin:0 auto!important;
}
.tm10923-head small{
  display:inline-block!important;
  margin:0 0 8px!important;
  color:#f7c43c!important;
  font-size:11px!important;
  letter-spacing:1.8px!important;
}
.tm10923-head h2{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin:0!important;
  color:#fff!important;
  font-size:clamp(28px,3vw,42px)!important;
  font-weight:1000!important;
  letter-spacing:.5px!important;
}
.tm10923-head h2:before,
.tm10923-head h2:after{
  content:""!important;
  width:62px!important;
  height:2px!important;
  background:#f7c43c!important;
}
.tm10923-head h2 strong{
  color:#f7c43c!important;
  font-weight:1000!important;
}
.tm10923-head p{
  max-width:none!important;
  margin:8px auto 0!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:800!important;
}
.tm10923-head p b{
  color:#f7c43c!important;
  letter-spacing:3px!important;
}
.tm10923-head .tm10923-nav{
  position:absolute!important;
  right:0!important;
  bottom:0!important;
}
@media(max-width:760px){
 .tm10923-head h2{gap:6px!important;font-size:25px!important}
 .tm10923-head h2:before,.tm10923-head h2:after{width:28px!important}
 .tm10923-head p{font-size:12px!important;line-height:1.5!important}
}

/* v10.9.25 - Gold başlık son düzen */
.tm10923-head small{display:none!important}
.tm10923-head h2{
  margin:0!important;
  justify-content:center!important;
}
.tm10923-head h2 span{
  color:#fff!important;
  font-weight:1000!important;
}
.tm10923-head h2 strong{
  color:#f7c43c!important;
  font-weight:1000!important;
}
.tm10923-head p{
  margin-top:9px!important;
  text-align:center!important;
  color:#fff!important;
  font-weight:800!important;
}

/* v10.9.26 - Gold başlığı tek satırda tut */
.tm10923-head h2{
  font-size:clamp(24px,2.35vw,34px)!important;
  line-height:1.12!important;
  gap:8px!important;
  flex-wrap:nowrap!important;
  white-space:nowrap!important;
}
@media(max-width:760px){
  .tm10923-head h2{
    font-size:clamp(18px,5.2vw,24px)!important;
    gap:5px!important;
    white-space:normal!important;
    flex-wrap:wrap!important;
  }
}

/* v10.9.27 - Gold kart kısa açıklamaları kaldırıldı */
.tm10923-desc{display:none!important}

/* v10.9.28 - Gold ikonları başlığa taşındı */
.tm10923-gold-badge{
  display:none!important;
}
.tm10928-title-gold{
  flex:0 0 auto;
  display:inline-grid;
  place-items:center;
  width:36px;
  height:36px;
  border:1px solid #f7dc77;
  border-radius:9px;
  background:linear-gradient(145deg,#ffe687 0%,#f2bd2d 54%,#d99b00 100%);
  color:#172536;
  box-shadow:0 4px 12px rgba(0,0,0,.22);
  font-style:normal;
  font-size:21px;
  line-height:1;
}
@media(max-width:760px){
  .tm10928-title-gold{
    width:29px;
    height:29px;
    border-radius:7px;
    font-size:17px;
  }
}

/* =====================================================
   v10.9.29 - CANLI PLATFORM PREMIUM
===================================================== */
.tm10-now{
  position:relative;
  overflow:hidden;
  padding-top:72px!important;
  padding-bottom:76px!important;
  background:
    radial-gradient(circle at 10% 15%,rgba(255,196,0,.15),transparent 28%),
    radial-gradient(circle at 90% 80%,rgba(27,118,183,.18),transparent 30%),
    linear-gradient(135deg,#061728 0%,#0b2943 54%,#103c5d 100%)!important;
}
.tm10-now:before,
.tm10-now:after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}
.tm10-now:before{
  width:280px;height:280px;left:-150px;bottom:-170px;
  border:1px solid rgba(255,196,0,.18);
  box-shadow:0 0 0 45px rgba(255,196,0,.025),0 0 0 90px rgba(255,196,0,.018);
}
.tm10-now:after{
  width:220px;height:220px;right:-120px;top:-110px;
  border:1px solid rgba(255,255,255,.08);
}
.tm10-now .w{position:relative;z-index:2}
.tm10-now .tm10-title{text-align:center!important;margin-bottom:30px!important}
.tm10-now .tm10-title small{
  display:inline-flex!important;align-items:center;gap:8px;
  padding:7px 13px;border:1px solid rgba(255,196,0,.32);
  border-radius:999px;background:rgba(255,196,0,.08);
  color:#ffc400!important;font-size:11px!important;font-weight:1000!important;letter-spacing:1.5px!important;
}
.tm10-now .tm10-title small:before{
  content:"";width:7px;height:7px;border-radius:50%;background:#35dc75;
  box-shadow:0 0 0 5px rgba(53,220,117,.12);
  animation:tm10929live 1.7s ease-in-out infinite;
}
@keyframes tm10929live{50%{box-shadow:0 0 0 9px rgba(53,220,117,0)}}
.tm10-now .tm10-title h2{
  margin-top:12px!important;color:#fff!important;
  font-size:clamp(30px,3.4vw,43px)!important;line-height:1.08!important;
}
.tm10-now .tm10-title p{color:#c9d6e2!important;font-size:15px!important}
.tm10-nowgrid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
}
.tm10-nowcard{
  position:relative!important;
  min-height:185px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-end!important;
  padding:22px 20px!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:18px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.055))!important;
  box-shadow:0 18px 38px rgba(0,0,0,.22)!important;
  backdrop-filter:blur(9px);
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease!important;
}
.tm10-nowcard:before{
  content:"";position:absolute;inset:0 0 auto 0;height:3px;
  background:linear-gradient(90deg,#ffc400,#ffe98b);
}
.tm10-nowcard:after{
  content:"";position:absolute;width:105px;height:105px;right:-38px;top:-38px;
  border-radius:50%;background:rgba(255,196,0,.08);
}
.tm10-nowcard:hover{
  transform:translateY(-7px)!important;
  border-color:rgba(255,196,0,.6)!important;
  box-shadow:0 25px 50px rgba(0,0,0,.3)!important;
}
.tm10-nowcard i{
  position:absolute!important;left:20px!important;top:20px!important;
  width:52px!important;height:52px!important;display:grid!important;place-items:center!important;
  border:1px solid rgba(255,196,0,.35)!important;border-radius:15px!important;
  background:linear-gradient(145deg,#ffd64c,#e8aa00)!important;
  box-shadow:0 9px 20px rgba(0,0,0,.2)!important;
  font-style:normal!important;font-size:25px!important;
}
.tm10-nowcard b{
  position:relative;z-index:2;margin:0 0 7px!important;
  color:#fff!important;font-size:16px!important;font-weight:900!important;line-height:1.25!important;
}
.tm10-nowcard span{
  position:relative;z-index:2;color:#bfcddd!important;
  font-size:12px!important;font-weight:650!important;line-height:1.45!important;
}
@media(max-width:900px){
 .tm10-nowgrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:560px){
 .tm10-now{padding-top:50px!important;padding-bottom:54px!important}
 .tm10-nowgrid{grid-template-columns:1fr!important;gap:12px!important}
 .tm10-nowcard{min-height:145px!important;padding:19px!important}
 .tm10-nowcard i{width:46px!important;height:46px!important;font-size:22px!important}
}

/* v10.9.30 - Canlı Platform ikonları yazıların solunda ve dikey ortalı */
.tm10-nowcard{
  min-height:120px!important;
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  column-gap:15px!important;
  row-gap:5px!important;
  align-content:center!important;
  align-items:center!important;
  justify-content:stretch!important;
  padding:20px!important;
}
.tm10-nowcard i{
  position:relative!important;
  left:auto!important;
  top:auto!important;
  grid-column:1!important;
  grid-row:1 / 3!important;
  align-self:center!important;
  justify-self:center!important;
  width:52px!important;
  height:52px!important;
  margin:0!important;
}
.tm10-nowcard b{
  grid-column:2!important;
  grid-row:1!important;
  align-self:end!important;
  margin:0!important;
}
.tm10-nowcard span{
  grid-column:2!important;
  grid-row:2!important;
  align-self:start!important;
  margin:0!important;
}
@media(max-width:560px){
 .tm10-nowcard{
   min-height:112px!important;
   grid-template-columns:52px minmax(0,1fr)!important;
   column-gap:13px!important;
   padding:17px!important;
 }
 .tm10-nowcard i{
   width:46px!important;
   height:46px!important;
 }
}

/* =====================================================
   v10.9.33 - SİZE ÖNERİLEN FİRMALAR / GÜVENLİ PREMIUM
   HTML/PHP yapısına dokunulmadı. Sadece mevcut sınıflar.
===================================================== */
.tm10-sec.alt{
  position:relative;
  overflow:hidden;
}
.tm10-sec.alt .tm10-title{
  text-align:center;
  max-width:850px;
  margin-left:auto;
  margin-right:auto;
}
.tm10-sec.alt .tm10-title small{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#b78300;
  font-weight:1000;
  letter-spacing:1.45px;
}
.tm10-sec.alt .tm10-title small:before,
.tm10-sec.alt .tm10-title small:after{
  content:"★";
  color:#e6ad00;
  font-size:11px;
}
.tm10-sec.alt .tm10-title h2{
  color:#0a2a47;
  font-size:clamp(30px,3.4vw,42px);
  line-height:1.1;
  font-weight:1000;
}
.tm10-sec.alt .tm10-title h2:after{
  content:"";
  display:block;
  width:76px;
  height:3px;
  margin:12px auto 0;
  border-radius:10px;
  background:linear-gradient(90deg,#e0a900,#ffd95a);
}
.tm10-sec.alt .tm10-title p{
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
  color:#637382;
}
.tm10-firmshell{
  position:relative;
}
.tm10-firm{
  position:relative;
  overflow:hidden;
  border:1px solid #e1e7ec!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%)!important;
  box-shadow:0 12px 28px rgba(11,43,70,.09)!important;
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease!important;
}
.tm10-firm:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:3px;
  background:linear-gradient(90deg,#0b3157 0%,#e9b315 55%,#ffd95c 100%);
}
.tm10-firm:hover{
  transform:translateY(-6px)!important;
  border-color:#e7c34e!important;
  box-shadow:0 21px 42px rgba(11,43,70,.16)!important;
}
.tm10-firm .tm10-ft{
  align-items:center!important;
}
.tm10-firm .tm10-logo{
  overflow:hidden!important;
  border:2px solid #edf1f4!important;
  border-radius:12px!important;
  background:#f4f7f9!important;
  box-shadow:0 5px 14px rgba(10,42,71,.08)!important;
}
.tm10-firm .tm10-logo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.tm10-firm h3{
  color:#092b49!important;
  font-weight:1000!important;
}
.tm10-firm .stars{
  color:#e5aa00!important;
  letter-spacing:1px;
}
.tm10-firm .loc{
  color:#71808e!important;
  font-weight:700!important;
}
.tm10-firm .tm10-score{
  gap:7px!important;
}
.tm10-firm .tm10-score span{
  border:1px solid #e5eaee!important;
  border-radius:999px!important;
  background:#f5f8fa!important;
  color:#263d50!important;
  font-weight:800!important;
  box-shadow:none!important;
}
.tm10-firm>a{
  border-radius:9px!important;
  background:#0b3157!important;
  color:#fff!important;
  font-weight:900!important;
  text-align:center!important;
  transition:background .2s ease,transform .2s ease!important;
}
.tm10-firm>a:hover{
  background:#e7ad00!important;
  color:#10283c!important;
  transform:translateY(-1px);
}
.tm10-slider-nav{
  margin-top:19px!important;
}
.tm10-slidebtn{
  border:1px solid #dbe3e9!important;
  background:#fff!important;
  color:#0b3157!important;
  box-shadow:0 6px 17px rgba(11,43,70,.1)!important;
}
.tm10-slidebtn:hover{
  border-color:#e4b31c!important;
  background:#ffc400!important;
  color:#0b2945!important;
}
@media(max-width:760px){
  .tm10-sec.alt .tm10-title h2{font-size:28px!important}
  .tm10-sec.alt .tm10-title p{font-size:13px!important;line-height:1.55!important}
  .tm10-firm{border-radius:14px!important}
}

/* =====================================================
   v10.9.34 - ÖNERİLEN FİRMALAR / ÖZEL ARKA PLAN
   Sadece arka plan değişti; kart/PHP/slider korunur.
===================================================== */
.tm10-sec.alt{
  position:relative!important;
  isolation:isolate;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 12% 18%,rgba(255,193,7,.15) 0,rgba(255,193,7,0) 25%),
    radial-gradient(circle at 88% 76%,rgba(25,86,125,.13) 0,rgba(25,86,125,0) 28%),
    linear-gradient(135deg,#eef3f6 0%,#ffffff 46%,#f2f6f8 100%)!important;
}
.tm10-sec.alt:before{
  content:"";
  position:absolute;
  z-index:-1;
  width:330px;
  height:330px;
  left:-175px;
  top:-105px;
  border:1px solid rgba(10,49,87,.08);
  border-radius:50%;
  box-shadow:
    0 0 0 55px rgba(10,49,87,.025),
    0 0 0 110px rgba(10,49,87,.018);
  pointer-events:none;
}
.tm10-sec.alt:after{
  content:"";
  position:absolute;
  z-index:-1;
  width:430px;
  height:220px;
  right:-150px;
  bottom:-95px;
  opacity:.6;
  transform:rotate(-13deg);
  background:
    repeating-linear-gradient(
      90deg,
      rgba(226,171,0,.09) 0,
      rgba(226,171,0,.09) 1px,
      transparent 1px,
      transparent 18px
    );
  border-radius:50%;
  pointer-events:none;
}
.tm10-sec.alt .w{
  position:relative;
  z-index:2;
}
.tm10-sec.alt .tm10-firmshell:before{
  content:"";
  position:absolute;
  left:6%;
  right:6%;
  top:-12px;
  height:70%;
  z-index:-1;
  border-radius:32px;
  background:rgba(255,255,255,.52);
  box-shadow:0 18px 55px rgba(16,53,78,.055);
  backdrop-filter:blur(2px);
}
@media(max-width:760px){
  .tm10-sec.alt{
    background:
      radial-gradient(circle at 10% 8%,rgba(255,193,7,.13),transparent 24%),
      linear-gradient(145deg,#eef3f6 0%,#fff 58%,#f1f5f7 100%)!important;
  }
  .tm10-sec.alt:before{width:220px;height:220px;left:-145px;top:-80px}
  .tm10-sec.alt:after{opacity:.35}
}

/* =====================================================
   v10.9.35 - MÜŞTERİ DENEYİMLERİ PREMIUM
   Mevcut yorum HTML/PHP/slider yapısı korunur.
===================================================== */
.tm10-reviews{
  position:relative;
  overflow:hidden;
  padding-top:72px!important;
  padding-bottom:76px!important;
  background:
    radial-gradient(circle at 8% 20%,rgba(255,196,0,.12),transparent 25%),
    radial-gradient(circle at 92% 80%,rgba(20,74,112,.09),transparent 28%),
    linear-gradient(145deg,#f7f9fb 0%,#ffffff 48%,#f1f5f7 100%)!important;
}
.tm10-reviews .tm10-title{
  max-width:850px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  margin-bottom:32px!important;
  text-align:center!important;
}
.tm10-reviews .tm10-title small{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  color:#b78100!important;
  font-size:11px!important;
  font-weight:1000!important;
  letter-spacing:1.5px!important;
}
.tm10-reviews .tm10-title small:before,
.tm10-reviews .tm10-title small:after{
  content:"★";
  color:#e4ab00;
}
.tm10-reviews .tm10-title h2{
  margin-top:9px!important;
  margin-bottom:10px!important;
  color:#0a2b48!important;
  font-size:clamp(31px,3.5vw,43px)!important;
  line-height:1.08!important;
  font-weight:1000!important;
}
.tm10-reviews .tm10-title h2:after{
  content:"";
  display:block;
  width:72px;
  height:3px;
  margin:13px auto 0;
  border-radius:10px;
  background:linear-gradient(90deg,#dca500,#ffd95b);
}
.tm10-reviews .tm10-title p{
  max-width:720px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  color:#627382!important;
  font-size:15px!important;
  line-height:1.65!important;
}
.tm10-reviewshell{
  position:relative!important;
}
.tm10-reviewtrack{
  gap:18px!important;
}
.tm10-review{
  position:relative!important;
  min-height:285px!important;
  padding:24px 23px 21px!important;
  border:1px solid #dfe6eb!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 15px 34px rgba(11,43,70,.10)!important;
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease!important;
}
.tm10-review:before{
  content:"“";
  position:absolute;
  right:20px;
  top:5px;
  color:rgba(225,170,0,.14);
  font-family:Georgia,serif;
  font-size:82px;
  font-weight:900;
  line-height:1;
  pointer-events:none;
}
.tm10-review:hover{
  transform:translateY(-6px)!important;
  border-color:#e5c34f!important;
  box-shadow:0 24px 48px rgba(11,43,70,.16)!important;
}
.tm10-reviewtop{
  position:relative;
  z-index:2;
  align-items:center!important;
  margin-bottom:17px!important;
}
.tm10-avatar{
  width:48px!important;
  height:48px!important;
  flex:0 0 48px!important;
  border:2px solid #f1c63e!important;
  background:linear-gradient(145deg,#0b3157,#154d76)!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:1000!important;
  box-shadow:0 5px 13px rgba(11,49,87,.16)!important;
}
.tm10-reviewperson b{
  color:#0a2946!important;
  font-size:15px!important;
  font-weight:1000!important;
}
.tm10-reviewperson span{
  margin-top:3px!important;
  color:#7a8792!important;
  font-size:11px!important;
  font-weight:700!important;
}
.tm10-reviewstars{
  color:#e8ad00!important;
  font-size:15px!important;
  letter-spacing:1.5px!important;
}
.tm10-review>p{
  position:relative;
  z-index:2;
  min-height:112px!important;
  margin:0 0 18px!important;
  color:#34495a!important;
  font-size:14px!important;
  line-height:1.75!important;
  font-weight:500!important;
}
.tm10-reviewtag{
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  padding:6px 10px!important;
  border:1px solid #e8d78d!important;
  border-radius:999px!important;
  background:#fff9df!important;
  color:#705500!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.2px!important;
}
.tm10-reviewtag:before{
  content:"✓";
  margin-right:5px;
  color:#15904b;
  font-weight:1000;
}
@media(max-width:760px){
  .tm10-reviews{padding-top:52px!important;padding-bottom:56px!important}
  .tm10-reviews .tm10-title h2{font-size:29px!important}
  .tm10-reviews .tm10-title p{font-size:13px!important}
  .tm10-review{
    min-height:270px!important;
    padding:21px 19px 19px!important;
  }
  .tm10-review>p{
    min-height:0!important;
    font-size:14px!important;
    line-height:1.7!important;
  }
}
