/* =========================================================================
   Tabelacı Teması — Ana Stiller
   Zohi · zohi.net · v1.0.0
   ========================================================================= */

/* ------------------------------------------------------------ 1. Temel */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
	margin:0;
	background:var(--tbl-bg);
	color:var(--tbl-text);
	font-family:var(--tbl-font-body);
	font-size:16px;
	line-height:1.7;
	overflow-x:hidden;
	-webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--tbl-primary);text-decoration:none;transition:color .25s ease}
a:hover{color:var(--tbl-primary-dark)}
h1,h2,h3,h4,h5,h6{
	font-family:var(--tbl-font-heading);
	color:var(--tbl-secondary);
	line-height:1.2;
	margin:0 0 .6em;
	font-weight:800;
	letter-spacing:-.02em;
}
h1{font-size:clamp(2rem,3.4vw,2.9rem)}
h2{font-size:clamp(1.6rem,2.6vw,2.3rem)}
h3{font-size:clamp(1.2rem,1.8vw,1.5rem)}
h4{font-size:1.1rem}
p{margin:0 0 1.1em}
ul,ol{padding-left:1.2em}
figure{margin:0}
button{font-family:inherit}
:focus-visible{outline:3px solid var(--tbl-primary);outline-offset:2px}
.screen-reader-text{
	position:absolute!important;width:1px;height:1px;overflow:hidden;
	clip:rect(1px,1px,1px,1px);white-space:nowrap;
}
.skip-link:focus{
	position:fixed;top:12px;left:12px;z-index:99999;background:#fff;
	padding:12px 18px;border-radius:8px;clip:auto;width:auto;height:auto;
}
.tbl-container{
	width:100%;max-width:var(--tbl-container);
	margin:0 auto;padding:0 20px;
}
.tbl-section{padding:clamp(48px,6vw,90px) 0}
.tbl-section-soft{background:var(--tbl-soft)}
.tbl-center{text-align:center}
.tbl-mt-24{margin-top:24px}
.tbl-mt-40{margin-top:40px}
.tbl-icon{width:1em;height:1em;display:inline-block;vertical-align:-.125em;flex:none}

/* ------------------------------------------------------- 2. Butonlar */
.tbl-btn{
	display:inline-flex;align-items:center;justify-content:center;gap:9px;
	background:var(--tbl-btn-bg);color:var(--tbl-btn-text);
	font-family:var(--tbl-font-heading);font-weight:700;font-size:.95rem;
	letter-spacing:.01em;
	padding:14px 28px;border:2px solid var(--tbl-btn-bg);
	border-radius:var(--tbl-radius-sm);cursor:pointer;
	transition:background .25s ease,color .25s ease,border-color .25s ease,transform .2s ease;
	line-height:1.2;
}
.tbl-btn:hover{
	background:var(--tbl-btn-hover-bg);color:var(--tbl-btn-hover-text);
	border-color:var(--tbl-btn-hover-bg);transform:translateY(-2px);
}
.tbl-btn .tbl-icon{font-size:1.15em}
.tbl-btn-sm{padding:10px 18px;font-size:.85rem}
.tbl-btn-lg{padding:17px 34px;font-size:1.02rem}
.tbl-btn-block{display:flex;width:100%;margin-top:10px}
.tbl-btn-outline{background:transparent;color:var(--tbl-secondary);border-color:var(--tbl-border)}
.tbl-btn-outline:hover{background:var(--tbl-secondary);border-color:var(--tbl-secondary);color:#fff}
.tbl-btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.6)}
.tbl-btn-ghost:hover{background:#fff;color:var(--tbl-secondary);border-color:#fff}
.tbl-btn-wa{background:#25d366;border-color:#25d366;color:#fff}
.tbl-btn-wa:hover{background:#1da851;border-color:#1da851;color:#fff}
.tbl-link-arrow{
	display:inline-flex;align-items:center;gap:7px;
	font-family:var(--tbl-font-heading);font-weight:700;font-size:.9rem;
	color:var(--tbl-primary);
}
.tbl-link-arrow .tbl-icon{transition:transform .25s ease}
.tbl-link-arrow:hover .tbl-icon{transform:translateX(4px)}

/* -------------------------------------------------------- 3. Preloader */
.tbl-preloader{
	position:fixed;inset:0;z-index:99999;background:var(--tbl-secondary);
	display:flex;align-items:center;justify-content:center;
	transition:opacity .5s ease,visibility .5s ease;
}
.tbl-preloader.is-hidden{opacity:0;visibility:hidden}
/* Güvenlik: JS yüklenmezse ön yükleyici takılı kalmasın */
.tbl-preloader{animation:tblPreFail 0s linear 3s forwards}
@keyframes tblPreFail{to{opacity:0;visibility:hidden}}
.tbl-preloader-mark{
	width:54px;height:54px;border-radius:50%;
	border:4px solid rgba(255,255,255,.16);
	border-top-color:var(--tbl-primary);
	animation:tblSpin .9s linear infinite;
}
@keyframes tblSpin{to{transform:rotate(360deg)}}

/* ----------------------------------------------------------- 4. Üst bar */
.tbl-topbar{
	background:var(--tbl-topbar-bg);color:var(--tbl-topbar-text);
	font-size:.85rem;position:relative;z-index:60;
}
.tbl-topbar-inner{
	display:flex;align-items:center;justify-content:space-between;gap:20px;
	min-height:46px;
}
.tbl-topbar a{color:var(--tbl-topbar-text);display:inline-flex;align-items:center;gap:7px}
.tbl-topbar a:hover{color:#fff}
.tbl-topbar-contact{display:flex;gap:22px;flex-wrap:wrap}
.tbl-topbar-slogan{
	display:flex;align-items:baseline;gap:8px;
	font-family:var(--tbl-font-heading);
}
.tbl-topbar-slogan .small{opacity:.7;font-size:.78rem}
.tbl-topbar-slogan strong{color:#fff;font-weight:700;letter-spacing:.02em}
.tbl-topbar-social{display:flex;gap:6px}
.tbl-topbar-social a{
	width:30px;height:30px;border-radius:50%;
	background:rgba(255,255,255,.08);justify-content:center;font-size:.85rem;
}
.tbl-topbar-social a:hover{background:var(--tbl-primary);color:#fff}

/* ------------------------------------------------------------- 5. Header */
.tbl-header{
	background:var(--tbl-header-bg);
	border-bottom:1px solid var(--tbl-border);
	position:relative;z-index:50;
}
.tbl-header-inner{
	display:flex;align-items:center;gap:26px;min-height:84px;
}
.tbl-header-brand{flex:0 0 auto;min-width:0}
.tbl-logo{display:block;flex:none}
.tbl-logo img{width:var(--tbl-logo-w);height:auto;object-fit:contain}
.tbl-logo-text{
	font-family:var(--tbl-font-heading);font-weight:800;font-size:1.4rem;
	color:var(--tbl-header-text);letter-spacing:-.02em;
	white-space:nowrap;
}
.tbl-logo-logo_sticky{display:none}
.tbl-header.is-fixed .tbl-header-brand.has-sticky-logo .tbl-logo-logo{display:none}
.tbl-header.is-fixed .tbl-header-brand.has-sticky-logo .tbl-logo-logo_sticky{display:block}
.tbl-nav{margin-left:auto;min-width:0}
.tbl-menu{
	display:flex;align-items:center;gap:4px;
	list-style:none;margin:0;padding:0;
}
.tbl-menu > li{position:relative}
.tbl-menu > li > a{
	display:flex;align-items:center;gap:5px;white-space:nowrap;
	padding:12px 13px;
	font-family:var(--tbl-font-heading);font-weight:600;font-size:.93rem;
	color:var(--tbl-header-text);border-radius:var(--tbl-radius-sm);
	position:relative;
}
.tbl-menu > li > a::after{
	content:"";position:absolute;left:13px;right:13px;bottom:6px;height:2px;
	background:var(--tbl-header-hover);transform:scaleX(0);transform-origin:left;
	transition:transform .3s ease;
}
.tbl-menu > li:hover > a,
.tbl-menu > li.current-menu-item > a,
.tbl-menu > li.current-menu-parent > a{color:var(--tbl-header-hover)}
.tbl-menu > li:hover > a::after,
.tbl-menu > li.current-menu-item > a::after{transform:scaleX(1)}
.tbl-menu .tbl-submenu-toggle{
	background:none;border:0;padding:0;color:inherit;cursor:pointer;
	display:none;
}
.tbl-menu > li.tbl-has-children > a::before{
	content:"";width:6px;height:6px;border-right:2px solid currentColor;
	border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);
	margin-left:4px;opacity:.6;
}
.tbl-menu .sub-menu{
	position:absolute;top:100%;left:0;min-width:250px;
	background:var(--tbl-submenu-bg);
	border:1px solid var(--tbl-border);
	border-top:3px solid var(--tbl-primary);
	border-radius:0 0 var(--tbl-radius-sm) var(--tbl-radius-sm);
	box-shadow:0 24px 50px rgba(var(--tbl-secondary-rgb),.14);
	list-style:none;margin:0;padding:8px;
	opacity:0;visibility:hidden;transform:translateY(12px);
	transition:opacity .25s ease,transform .25s ease,visibility .25s;
	z-index:20;
}
.tbl-menu li:hover > .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.tbl-menu .sub-menu li{position:relative}
.tbl-menu .sub-menu a{
	display:block;padding:10px 14px;font-size:.9rem;
	color:var(--tbl-submenu-text);border-radius:6px;font-weight:500;
}
.tbl-menu .sub-menu a:hover{background:var(--tbl-soft);color:var(--tbl-primary);padding-left:20px}
.tbl-menu .sub-menu .sub-menu{top:-8px;left:100%}

.tbl-header-tools{display:flex;align-items:center;gap:10px;margin-left:6px;flex:none}
.tbl-tool{
	width:42px;height:42px;border-radius:50%;border:1px solid var(--tbl-border);
	background:transparent;color:var(--tbl-header-text);cursor:pointer;
	display:inline-flex;align-items:center;justify-content:center;
	font-size:1.05rem;position:relative;transition:all .25s ease;
}
.tbl-tool:hover{background:var(--tbl-primary);border-color:var(--tbl-primary);color:#fff}
.tbl-cart-count{
	position:absolute;top:-4px;right:-4px;min-width:19px;height:19px;
	background:var(--tbl-primary);color:#fff;border-radius:20px;
	font-size:.7rem;font-weight:700;line-height:19px;text-align:center;
	padding:0 5px;
}
.tbl-header-phone{
	display:flex;align-items:center;gap:10px;color:var(--tbl-header-text);
	padding-left:14px;border-left:1px solid var(--tbl-border);
	flex:none;white-space:nowrap;
}
.tbl-header-phone .tbl-icon{
	font-size:1.5rem;color:var(--tbl-primary);
}
.tbl-header-phone small{display:block;font-size:.72rem;color:var(--tbl-muted);line-height:1.3}
.tbl-header-phone strong{
	display:block;font-family:var(--tbl-font-heading);font-size:1rem;font-weight:800;
}
.tbl-header-phone:hover{color:var(--tbl-primary)}

.tbl-burger{
	display:none;width:44px;height:44px;border:1px solid var(--tbl-border);
	background:transparent;border-radius:var(--tbl-radius-sm);cursor:pointer;
	padding:11px 10px;flex-direction:column;justify-content:space-between;
}
.tbl-burger span{display:block;height:2px;background:var(--tbl-header-text);transition:.3s}
.tbl-burger.is-open span:nth-child(1){transform:translateY(9px) rotate(45deg)}
.tbl-burger.is-open span:nth-child(2){opacity:0}
.tbl-burger.is-open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}

/* Sabit menü */
body.has-sticky-header .tbl-header.is-fixed{
	position:fixed;top:0;left:0;right:0;
	box-shadow:0 10px 34px rgba(var(--tbl-secondary-rgb),.12);
	animation:tblDrop .35s ease;
}
body.has-sticky-header .tbl-header.is-fixed .tbl-header-inner{min-height:70px}
@keyframes tblDrop{from{transform:translateY(-100%)}to{transform:translateY(0)}}

/* Arama paneli */
.tbl-search-panel{
	background:var(--tbl-soft);border-top:1px solid var(--tbl-border);
	padding:22px 0;
}
.tbl-search-panel .tbl-container{display:flex;align-items:center;gap:14px}
.tbl-searchform{display:flex;width:100%;position:relative}
.tbl-search-input{
	flex:1;padding:14px 52px 14px 18px;border:1px solid var(--tbl-border);
	border-radius:var(--tbl-radius-sm);font-size:1rem;font-family:inherit;
	background:#fff;color:var(--tbl-text);
}
.tbl-search-input:focus{border-color:var(--tbl-primary);outline:none}
.tbl-search-submit{
	position:absolute;right:6px;top:50%;transform:translateY(-50%);
	width:40px;height:40px;border:0;border-radius:8px;cursor:pointer;
	background:var(--tbl-primary);color:#fff;
}
.tbl-search-close{
	background:none;border:0;font-size:1.4rem;cursor:pointer;color:var(--tbl-muted);
}

/* --------------------------------------------------------- 6. Mobil menü */
.tbl-mobile-panel{
	position:fixed;top:0;right:0;bottom:0;width:min(360px,88vw);
	background:#fff;z-index:9000;transform:translateX(105%);
	transition:transform .35s cubic-bezier(.4,0,.2,1);
	display:flex;flex-direction:column;
	box-shadow:-20px 0 60px rgba(0,0,0,.2);
}
.tbl-mobile-panel.is-open{transform:translateX(0)}
.tbl-mobile-head{
	display:flex;align-items:center;justify-content:space-between;
	padding:14px 20px;border-bottom:1px solid var(--tbl-border);
	flex:none;
}
.tbl-mobile-head-title{
	font-family:var(--tbl-font-heading);font-weight:800;font-size:.8rem;
	text-transform:uppercase;letter-spacing:.16em;color:var(--tbl-muted);
}
.tbl-mobile-close{
	background:var(--tbl-soft);border:0;cursor:pointer;color:var(--tbl-secondary);
	width:38px;height:38px;border-radius:50%;font-size:1.2rem;
	display:inline-flex;align-items:center;justify-content:center;
}
.tbl-mobile-close:hover{background:var(--tbl-primary);color:#fff}
.tbl-mobile-body{
	padding:16px 20px;overflow-y:auto;flex:1;
	-webkit-overflow-scrolling:touch;overscroll-behavior:contain;
	padding-bottom:calc(90px + env(safe-area-inset-bottom,0px));
}
.tbl-mobile-menu{list-style:none;margin:0;padding:0}
.tbl-mobile-menu li{border-bottom:1px solid var(--tbl-border);position:relative}
.tbl-mobile-menu a{
	display:block;padding:14px 40px 14px 0;color:var(--tbl-secondary);
	font-family:var(--tbl-font-heading);font-weight:600;font-size:.98rem;
}
.tbl-mobile-menu .sub-menu{
	list-style:none;margin:0;padding:0 0 8px 14px;display:none;
	border-left:2px solid var(--tbl-primary);
}
.tbl-mobile-menu .sub-menu.is-open{display:block}
.tbl-mobile-menu .sub-menu a{font-weight:500;font-size:.92rem;padding:10px 0;color:var(--tbl-muted)}
.tbl-mobile-menu .sub-menu li{border:0}
.tbl-mobile-menu .tbl-submenu-toggle{
	position:absolute;top:6px;right:0;width:34px;height:34px;
	background:var(--tbl-soft);border:0;border-radius:8px;cursor:pointer;
	color:var(--tbl-secondary);display:flex;align-items:center;justify-content:center;
}
.tbl-mobile-menu .tbl-submenu-toggle svg{width:18px;height:18px;transition:transform .25s}
.tbl-mobile-menu .tbl-submenu-toggle[aria-expanded="true"] svg{transform:rotate(180deg)}
.tbl-mobile-contact{margin-top:24px;display:grid;gap:10px}
.tbl-mobile-contact a{
	display:flex;align-items:center;gap:9px;color:var(--tbl-secondary);font-weight:600;
}
.tbl-mobile-social{display:flex;gap:8px;margin-top:20px}
.tbl-mobile-social a{
	width:36px;height:36px;border-radius:50%;background:var(--tbl-soft);
	display:flex;align-items:center;justify-content:center;color:var(--tbl-secondary);
}
.tbl-mobile-social a:hover{background:var(--tbl-primary);color:#fff}
.tbl-overlay{
	position:fixed;inset:0;background:rgba(10,14,20,.6);z-index:8000;
	opacity:0;visibility:hidden;transition:.3s;
}
.tbl-overlay.is-open{opacity:1;visibility:visible}

/* Slider alanına yerleştirilen harici kısa kod (Slider Revolution vb.) */
.tbl-hero-shortcode{background:transparent;overflow:visible}
.tbl-hero-shortcode.is-full{width:100%}
.tbl-hero-shortcode rs-module-wrap,
.tbl-hero-shortcode .rev_slider_wrapper,
.tbl-hero-shortcode .n2-section-smartslider{max-width:100%!important}

/* ------------------------------------------- 7b. Görselli slider */
.tbl-hero-gallery{background:var(--tbl-soft)}
.tbl-hero-gallery .tbl-hero-slides{
	height:auto;min-height:0;aspect-ratio:var(--tbl-hero-ratio,16/6);
}
.tbl-hero-gallery .tbl-hero-slide{
	display:block;align-items:stretch;
}
.tbl-hero-gallery .tbl-hero-img{
	width:100%;height:100%;object-fit:cover;object-position:center;display:block;
}
.tbl-hero-gallery.is-auto .tbl-hero-slides{aspect-ratio:auto;position:relative}
.tbl-hero-gallery.is-auto .tbl-hero-slide{position:absolute;inset:0}
.tbl-hero-gallery.is-auto .tbl-hero-slide.is-active{position:relative}
.tbl-hero-gallery.is-auto .tbl-hero-img{height:auto;object-fit:contain}
.tbl-hero-gallery .tbl-hero-nav{
	background:rgba(0,0,0,.35);border-color:rgba(255,255,255,.4);
}
.tbl-hero-gallery .tbl-hero-dots{bottom:18px}
@media (max-width:860px){
	/* Oran masaüstü ile aynı kalır — görsel kırpılmaz */
	.tbl-hero-gallery .tbl-hero-nav{width:38px;height:38px;font-size:.95rem}
	.tbl-hero-gallery .tbl-hero-prev{left:8px}
	.tbl-hero-gallery .tbl-hero-next{right:8px}
	.tbl-hero-gallery .tbl-hero-dots{bottom:10px}
	.tbl-hero-gallery .tbl-hero-dot{width:8px;height:8px}
}

/* ----------------------------------------------------------- 7. Slider */
.tbl-hero{position:relative;overflow:hidden;background:var(--tbl-secondary)}
.tbl-hero-slides{position:relative;height:var(--tbl-hero-height);min-height:460px}
.tbl-hero-slide{
	position:absolute;inset:0;opacity:0;visibility:hidden;
	transition:opacity .9s ease,visibility .9s;
	display:flex;align-items:center;
}
.tbl-hero-slide.is-active{opacity:1;visibility:visible;z-index:2}
.tbl-hero-empty{position:relative;height:var(--tbl-hero-height);min-height:460px;opacity:1;visibility:visible}
.tbl-hero-bg{
	position:absolute;inset:0;background-size:cover;background-position:center;
	transform:scale(1.06);
}
.tbl-hero-slide.is-active .tbl-hero-bg{
	animation:tblKen 9s ease-out forwards;will-change:transform;
}
.tbl-hero-gallery .tbl-hero-bg{animation:none}
@keyframes tblKen{from{transform:scale(1.06)}to{transform:scale(1)}}
.tbl-hero-mask{
	position:absolute;inset:0;
	background:linear-gradient(90deg,var(--tbl-hero-overlay) 0%,var(--tbl-hero-overlay) 45%,rgba(0,0,0,.18) 100%);
}
.tbl-hero-inner{position:relative;z-index:3;width:100%}
.tbl-hero-text{max-width:640px;color:#fff}
.tbl-hero-center .tbl-hero-text{margin:0 auto;text-align:center}
.tbl-hero-right .tbl-hero-text{margin-left:auto;text-align:right}
.tbl-hero-sub{
	display:inline-flex;align-items:center;gap:10px;
	font-family:var(--tbl-font-heading);font-weight:700;
	text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;
	color:#fff;background:rgba(var(--tbl-primary-rgb),.92);
	padding:7px 15px;border-radius:4px;margin-bottom:20px;
}
.tbl-hero-title{
	color:#fff;font-size:clamp(2.1rem,5.2vw,4.1rem);
	line-height:1.05;margin-bottom:18px;text-shadow:0 4px 30px rgba(0,0,0,.35);
}
.tbl-hero-desc{font-size:clamp(1rem,1.4vw,1.15rem);opacity:.92;max-width:560px;margin-bottom:30px}
.tbl-hero-center .tbl-hero-desc{margin-left:auto;margin-right:auto}
.tbl-hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.tbl-hero-center .tbl-hero-actions{justify-content:center}
.tbl-hero-right .tbl-hero-actions{justify-content:flex-end}
.tbl-hero-nav{
	position:absolute;top:50%;transform:translateY(-50%);z-index:6;
	width:52px;height:52px;border-radius:50%;cursor:pointer;
	background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.3);
	color:#fff;font-size:1.2rem;backdrop-filter:blur(4px);
	transition:background .25s ease;
}
.tbl-hero-nav:hover{background:var(--tbl-primary);border-color:var(--tbl-primary)}
.tbl-hero-prev{left:24px}
.tbl-hero-next{right:24px}
.tbl-hero-dots{
	position:absolute;bottom:26px;left:50%;transform:translateX(-50%);
	display:flex;gap:9px;z-index:6;
}
.tbl-hero-dot{
	width:34px;height:4px;border:0;border-radius:2px;cursor:pointer;
	background:rgba(255,255,255,.4);transition:background .3s ease;padding:0;
}
.tbl-hero-dot.is-active{background:var(--tbl-primary)}
.tbl-hero-call{
	position:absolute;right:0;bottom:0;z-index:6;
	display:inline-flex;align-items:center;gap:10px;
	background:var(--tbl-primary);color:#fff;font-weight:800;
	font-family:var(--tbl-font-heading);
	padding:16px 26px;border-radius:var(--tbl-radius) 0 0 0;
}
.tbl-hero-call:hover{background:var(--tbl-primary-dark);color:#fff}

/* ------------------------------------------------------ 8. Bölüm başlığı */
.tbl-sec-head{margin-bottom:44px;max-width:720px}
.tbl-align-center{margin-left:auto;margin-right:auto;text-align:center}
.tbl-sec-eyebrow{
	display:inline-block;font-family:var(--tbl-font-heading);
	text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;
	font-weight:700;color:var(--tbl-primary);margin-bottom:12px;
}
.tbl-sec-title{margin-bottom:14px}
.tbl-sec-rule{
	display:block;width:64px;height:4px;background:var(--tbl-primary);
	border-radius:2px;
}
.tbl-align-center .tbl-sec-rule{margin:0 auto}
.tbl-block-title{
	font-size:1.35rem;margin:0 0 24px;padding-bottom:12px;
	border-bottom:2px solid var(--tbl-border);position:relative;
}
.tbl-block-title::after{
	content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;
	background:var(--tbl-primary);
}
.tbl-empty{
	padding:34px;background:var(--tbl-soft);border-radius:var(--tbl-radius);
	text-align:center;color:var(--tbl-muted);
}

/* ---------------------------------------------------- 9. Çalışma adımları */
.tbl-process{padding-top:0;padding-bottom:0;margin-top:-70px;position:relative;z-index:10}
.tbl-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--tbl-border)}
.tbl-process-card{
	background:#fff;padding:36px 32px;position:relative;overflow:hidden;
	transition:transform .3s ease,background .3s ease;
}
.tbl-process-card::before{
	content:"";position:absolute;left:0;top:0;bottom:0;width:4px;
	background:var(--tbl-primary);transform:scaleY(0);transform-origin:top;
	transition:transform .35s ease;
}
.tbl-process-card:hover::before{transform:scaleY(1)}
.tbl-process-card:hover{transform:translateY(-6px)}
.tbl-process-step{
	display:block;font-family:var(--tbl-font-heading);font-size:2.4rem;
	font-weight:800;color:var(--tbl-border);line-height:1;margin-bottom:14px;
}
.tbl-process-card h3{
	display:flex;align-items:center;gap:8px;font-size:1.22rem;margin-bottom:10px;
}
.tbl-process-card h3 .tbl-icon{
	color:var(--tbl-primary);transform:rotate(-45deg);font-size:.95em;
}
.tbl-process-card p{margin:0;color:var(--tbl-muted);font-size:.95rem}

/* ------------------------------------------------------- 10. Hizmetler */
.tbl-services,.tbl-posts,.tbl-gallery{display:grid;gap:26px}
.tbl-cols-2{grid-template-columns:repeat(2,1fr)}
.tbl-cols-3{grid-template-columns:repeat(3,1fr)}
.tbl-cols-4{grid-template-columns:repeat(4,1fr)}
.tbl-service-card{
	background:#fff;border:1px solid var(--tbl-border);
	border-radius:var(--tbl-radius);overflow:hidden;
	transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
	display:flex;flex-direction:column;
}
.tbl-service-card:hover{
	transform:translateY(-6px);border-color:transparent;
	box-shadow:0 26px 50px rgba(var(--tbl-secondary-rgb),.14);
}
.tbl-service-media{display:block;aspect-ratio:4/3;overflow:hidden;background:var(--tbl-soft)}
.tbl-service-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.tbl-service-card:hover .tbl-service-media img{transform:scale(1.07)}
.tbl-service-placeholder{
	display:flex;align-items:center;justify-content:center;height:100%;
	font-size:3rem;color:var(--tbl-border);
}
.tbl-service-body{padding:24px;display:flex;flex-direction:column;gap:10px;flex:1}
.tbl-service-body h3{font-size:1.13rem;margin:0}
.tbl-service-body h3 a{color:var(--tbl-secondary)}
.tbl-service-body h3 a:hover{color:var(--tbl-primary)}
.tbl-service-body p{margin:0;color:var(--tbl-muted);font-size:.92rem;flex:1}

/* ----------------------------------------------------- 11. Hakkımızda */
.tbl-about-grid{
	display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:center;
}
.tbl-about-media{position:relative}
.tbl-about-media img{
	width:100%;border-radius:var(--tbl-radius);
	box-shadow:0 30px 60px rgba(var(--tbl-secondary-rgb),.16);
}
.tbl-about-placeholder{
	aspect-ratio:4/3;background:var(--tbl-soft);border-radius:var(--tbl-radius);
	display:flex;align-items:center;justify-content:center;font-size:4rem;color:var(--tbl-border);
}
.tbl-about-badge{
	position:absolute;right:-18px;bottom:-18px;
	background:var(--tbl-primary);color:#fff;padding:22px 26px;
	border-radius:var(--tbl-radius);text-align:center;
	box-shadow:0 18px 34px rgba(var(--tbl-primary-rgb),.35);
}
.tbl-about-badge strong{
	display:block;font-family:var(--tbl-font-heading);font-size:2.2rem;line-height:1;
}
.tbl-about-badge span{font-size:.82rem;opacity:.9}
.tbl-about-title{font-size:clamp(1.7rem,2.6vw,2.4rem)}
.tbl-about-text{color:var(--tbl-muted)}
.tbl-counters{
	display:grid;grid-template-columns:repeat(4,1fr);gap:18px;
	margin:30px 0;padding:24px 0;
	border-top:1px solid var(--tbl-border);border-bottom:1px solid var(--tbl-border);
}
.tbl-counter-num{
	display:block;font-family:var(--tbl-font-heading);font-size:2rem;
	font-weight:800;color:var(--tbl-primary);line-height:1.1;
}
.tbl-counter span{font-size:.85rem;color:var(--tbl-muted)}

/* -------------------------------------------------------- 12. Galeri */
.tbl-filter{
	display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:34px;
}
.tbl-filter-btn{
	padding:9px 20px;border:1px solid var(--tbl-border);background:#fff;
	border-radius:40px;cursor:pointer;font-family:var(--tbl-font-heading);
	font-weight:600;font-size:.86rem;color:var(--tbl-muted);transition:.25s;
}
.tbl-filter-btn:hover{color:var(--tbl-primary);border-color:var(--tbl-primary)}
.tbl-filter-btn.active{background:var(--tbl-primary);border-color:var(--tbl-primary);color:#fff}
.tbl-gal-item{
	position:relative;border-radius:var(--tbl-radius);overflow:hidden;
	background:var(--tbl-secondary);
	transition:opacity .3s ease,transform .3s ease;
}
.tbl-gal-item.is-hidden{display:none}
.tbl-gal-link{display:block;aspect-ratio:4/3;position:relative}
.tbl-gal-link img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease,opacity .4s}
.tbl-gal-item:hover .tbl-gal-link img{transform:scale(1.08);opacity:.55}
.tbl-gal-overlay{
	position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
	color:#fff;font-size:1.7rem;opacity:0;transform:scale(.6);transition:.35s ease;
}
.tbl-gal-item:hover .tbl-gal-overlay{opacity:1;transform:scale(1)}
.tbl-gal-item figcaption{
	position:absolute;left:0;right:0;bottom:0;padding:16px 18px;
	background:linear-gradient(to top,rgba(var(--tbl-secondary-rgb),.94),transparent);
	color:#fff;pointer-events:none;
}
.tbl-gal-cat{
	display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;
	color:var(--tbl-accent);font-weight:700;margin-bottom:2px;
}
.tbl-gal-title{
	display:block;font-family:var(--tbl-font-heading);font-weight:700;font-size:1rem;
}

/* ----------------------------------------------------------- 13. CTA */
.tbl-cta{
	position:relative;background:var(--tbl-secondary);
	background-size:cover;background-position:center;
	padding:clamp(48px,6vw,76px) 0;color:#fff;overflow:hidden;
}
.tbl-cta-mask{position:absolute;inset:0;background:rgba(var(--tbl-secondary-rgb),.86)}
.tbl-cta-inner{
	position:relative;z-index:2;display:flex;align-items:center;
	justify-content:space-between;gap:36px;flex-wrap:wrap;
}
.tbl-cta-text{max-width:620px}
.tbl-cta-text h2{color:#fff;margin-bottom:10px}
.tbl-cta-text p{margin:0;opacity:.85}
.tbl-cta-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.tbl-cta-phone{
	display:inline-flex;align-items:center;gap:10px;color:#fff;
	font-family:var(--tbl-font-heading);font-weight:800;font-size:1.25rem;
}
.tbl-cta-phone .tbl-icon{color:var(--tbl-primary);font-size:1.4rem}
.tbl-cta-phone:hover{color:var(--tbl-accent)}

/* -------------------------------------------------------- 14. Markalar */
.tbl-brands{padding:44px 0;border-top:1px solid var(--tbl-border)}
.tbl-brands-title{
	text-align:center;color:var(--tbl-muted);font-size:.85rem;
	text-transform:uppercase;letter-spacing:.16em;margin-bottom:22px;
}
.tbl-brands-track{
	display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:26px 46px;
}
.tbl-brand img{
	max-height:52px;width:auto;filter:grayscale(1);opacity:.55;transition:.3s;
}
.tbl-brand img:hover{filter:none;opacity:1}

/* -------------------------------------------------- 15. Blog kartları */
.tbl-post-card{
	background:#fff;border:1px solid var(--tbl-border);
	border-radius:var(--tbl-radius);overflow:hidden;display:flex;flex-direction:column;
	transition:transform .3s ease,box-shadow .3s ease;
}
.tbl-post-card:hover{transform:translateY(-6px);box-shadow:0 26px 50px rgba(var(--tbl-secondary-rgb),.13)}
.tbl-post-media{display:block;position:relative;aspect-ratio:16/10;overflow:hidden;background:var(--tbl-soft)}
.tbl-post-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.tbl-post-card:hover .tbl-post-media img{transform:scale(1.06)}
.tbl-post-cat{
	position:absolute;left:14px;top:14px;background:var(--tbl-primary);color:#fff;
	font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;
	padding:6px 12px;border-radius:4px;
}
.tbl-post-body{padding:22px;display:flex;flex-direction:column;gap:10px;flex:1}
.tbl-post-meta{display:flex;gap:16px;flex-wrap:wrap;font-size:.8rem;color:var(--tbl-muted)}
.tbl-post-meta span{display:inline-flex;align-items:center;gap:5px}
.tbl-post-title{font-size:1.15rem;margin:0}
.tbl-post-title a{color:var(--tbl-secondary)}
.tbl-post-title a:hover{color:var(--tbl-primary)}
.tbl-post-excerpt{color:var(--tbl-muted);font-size:.92rem;margin:0;flex:1}
.tbl-posts-list{grid-template-columns:1fr;gap:20px}
.tbl-posts-list .tbl-post-card{flex-direction:row}
.tbl-posts-list .tbl-post-media{width:320px;flex:none;aspect-ratio:auto}
.tbl-posts-list .tbl-post-body{padding:26px}

/* ------------------------------------------------- 16. İçerik düzeni */
.tbl-main{display:grid;gap:44px;align-items:start}
.tbl-main-right{grid-template-columns:minmax(0,1fr) 330px}
.tbl-main-left{grid-template-columns:330px minmax(0,1fr)}
.tbl-main-left .tbl-primary{order:2}
.tbl-main-left .tbl-sidebar{order:1}
.tbl-main-none{grid-template-columns:minmax(0,1fr)}

.tbl-page-hero{
	position:relative;background:var(--tbl-secondary);color:#fff;
	padding:clamp(46px,6vw,84px) 0;background-size:cover;background-position:center;
}
.tbl-page-hero-mask{position:absolute;inset:0;background:rgba(var(--tbl-secondary-rgb),.82)}
.tbl-page-hero .tbl-container{position:relative;z-index:2}
.tbl-page-hero-title{color:#fff;margin:0 0 12px;font-size:clamp(1.8rem,3.4vw,2.8rem)}
.tbl-breadcrumb{font-size:.88rem;color:rgba(255,255,255,.75);display:flex;flex-wrap:wrap;gap:8px}
.tbl-breadcrumb a{color:rgba(255,255,255,.85)}
.tbl-breadcrumb a:hover{color:#fff}
.tbl-breadcrumb .sep{opacity:.5}
.tbl-breadcrumb .current{color:var(--tbl-accent)}

/* Yazı içeriği */
.tbl-entry-content{font-size:1.02rem}
.tbl-entry-content h2{margin-top:1.6em}
.tbl-entry-content h3{margin-top:1.4em}
.tbl-entry-content img{border-radius:var(--tbl-radius)}
.tbl-entry-content ul,.tbl-entry-content ol{margin-bottom:1.2em}
.tbl-entry-content li{margin-bottom:.4em}
.tbl-entry-content blockquote{
	margin:1.6em 0;padding:22px 26px;background:var(--tbl-soft);
	border-left:4px solid var(--tbl-primary);border-radius:0 var(--tbl-radius-sm) var(--tbl-radius-sm) 0;
	font-size:1.05rem;font-style:italic;
}
.tbl-entry-content table{width:100%;border-collapse:collapse;margin-bottom:1.4em}
.tbl-entry-content th,.tbl-entry-content td{
	border:1px solid var(--tbl-border);padding:11px 14px;text-align:left;
}
.tbl-entry-content th{background:var(--tbl-soft);font-family:var(--tbl-font-heading)}
.tbl-entry-media{margin-bottom:28px;border-radius:var(--tbl-radius);overflow:hidden}
.tbl-entry-title{margin-bottom:20px}

.tbl-post-hero{
	position:relative;background:var(--tbl-secondary);color:#fff;
	padding:clamp(56px,7vw,110px) 0;background-size:cover;background-position:center;
}
.tbl-post-hero-mask{
	position:absolute;inset:0;
	background:linear-gradient(to top,rgba(var(--tbl-secondary-rgb),.95),rgba(var(--tbl-secondary-rgb),.7));
}
.tbl-post-hero .tbl-container{position:relative;z-index:2;max-width:900px}
.tbl-post-hero-cat{
	display:inline-block;background:var(--tbl-primary);color:#fff;
	padding:6px 14px;border-radius:4px;font-size:.75rem;font-weight:700;
	text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px;
}
.tbl-post-hero-cat:hover{background:var(--tbl-primary-dark);color:#fff}
.tbl-post-hero-title{color:#fff;font-size:clamp(1.8rem,3.6vw,3rem);margin-bottom:16px}
.tbl-post-hero-meta{
	display:flex;flex-wrap:wrap;gap:20px;font-size:.88rem;
	color:rgba(255,255,255,.8);margin-bottom:14px;
}
.tbl-post-hero-meta span{display:inline-flex;align-items:center;gap:6px}

.tbl-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:9500;background:transparent}
.tbl-progress span{display:block;height:100%;width:0;background:var(--tbl-primary);transition:width .1s linear}

.tbl-entry-footer{
	display:flex;justify-content:space-between;align-items:center;gap:20px;
	flex-wrap:wrap;margin-top:34px;padding-top:24px;border-top:1px solid var(--tbl-border);
}
.tbl-tags a{
	display:inline-block;background:var(--tbl-soft);color:var(--tbl-muted);
	padding:6px 13px;border-radius:30px;font-size:.8rem;margin:0 6px 6px 0;
}
.tbl-tags a:hover{background:var(--tbl-primary);color:#fff}
.tbl-share{display:flex;align-items:center;gap:8px}
.tbl-share-label{font-size:.85rem;color:var(--tbl-muted);font-weight:600}
.tbl-share a{
	width:36px;height:36px;border-radius:50%;background:var(--tbl-soft);
	display:flex;align-items:center;justify-content:center;color:var(--tbl-secondary);
}
.tbl-share a:hover{background:var(--tbl-primary);color:#fff}

.tbl-author-box{
	display:flex;gap:22px;margin-top:36px;padding:26px;
	background:var(--tbl-soft);border-radius:var(--tbl-radius);
}
.tbl-author-box img{border-radius:50%;flex:none}
.tbl-author-label{
	font-size:.74rem;text-transform:uppercase;letter-spacing:.14em;
	color:var(--tbl-primary);font-weight:700;
}
.tbl-author-box h3{font-size:1.15rem;margin:4px 0 8px}
.tbl-author-box p{margin:0;color:var(--tbl-muted);font-size:.93rem}

.tbl-prevnext{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:34px}
.tbl-prevnext-item{
	padding:20px 22px;border:1px solid var(--tbl-border);
	border-radius:var(--tbl-radius);transition:.25s;
}
.tbl-prevnext-item:hover{border-color:var(--tbl-primary);background:var(--tbl-soft)}
.tbl-prevnext-item span{
	display:block;font-size:.76rem;text-transform:uppercase;letter-spacing:.12em;
	color:var(--tbl-primary);font-weight:700;margin-bottom:6px;
}
.tbl-prevnext-item strong{
	display:block;color:var(--tbl-secondary);font-family:var(--tbl-font-heading);font-size:1rem;
}
.tbl-next{text-align:right}
.tbl-related{margin-top:48px}

/* Yorumlar */
.tbl-comments{margin-top:52px}
.tbl-comment-list{list-style:none;margin:0 0 30px;padding:0}
.tbl-comment-list .children{list-style:none;padding-left:34px}
.tbl-comment-list li article,
.tbl-comment-list .comment-body{
	padding:22px;border:1px solid var(--tbl-border);
	border-radius:var(--tbl-radius);margin-bottom:16px;
}
.tbl-comment-list .comment-author img{border-radius:50%;margin-right:10px;float:left}
.tbl-comment-list .comment-meta{font-size:.82rem;color:var(--tbl-muted);margin-bottom:10px}
.tbl-comment-form{
	background:var(--tbl-soft);padding:28px;border-radius:var(--tbl-radius);
}
.tbl-comment-form label{
	display:block;font-weight:600;font-size:.88rem;margin-bottom:6px;
	font-family:var(--tbl-font-heading);
}
.tbl-comment-form input[type="text"],
.tbl-comment-form input[type="email"],
.tbl-comment-form input[type="url"],
.tbl-comment-form textarea{
	width:100%;padding:13px 16px;border:1px solid var(--tbl-border);
	border-radius:var(--tbl-radius-sm);font-family:inherit;font-size:.95rem;background:#fff;
}
.tbl-comment-form input:focus,.tbl-comment-form textarea:focus{
	border-color:var(--tbl-primary);outline:none;
}
.tbl-comment-form .submit{
	background:var(--tbl-btn-bg);color:var(--tbl-btn-text);border:0;
	padding:14px 30px;border-radius:var(--tbl-radius-sm);cursor:pointer;
	font-family:var(--tbl-font-heading);font-weight:700;
}
.tbl-comment-form .submit:hover{background:var(--tbl-btn-hover-bg);color:var(--tbl-btn-hover-text)}

/* ------------------------------------------------------ 17. Sidebar */
.tbl-sidebar .widget{
	background:#fff;border:1px solid var(--tbl-border);
	border-radius:var(--tbl-radius);padding:24px;margin-bottom:24px;
}
.tbl-sidebar .widget-title{
	font-size:1.05rem;margin:0 0 16px;padding-bottom:12px;
	border-bottom:1px solid var(--tbl-border);position:relative;
}
.tbl-sidebar .widget-title::after{
	content:"";position:absolute;bottom:-1px;left:0;width:44px;height:2px;background:var(--tbl-primary);
}
.tbl-sidebar ul{list-style:none;margin:0;padding:0}
.tbl-sidebar li{padding:9px 0;border-bottom:1px dashed var(--tbl-border);font-size:.93rem}
.tbl-sidebar li:last-child{border:0}
.tbl-sidebar a{color:var(--tbl-text)}
.tbl-sidebar a:not(.tbl-btn):hover{color:var(--tbl-primary);padding-left:4px}
.tbl-sidebar .tbl-btn{color:var(--tbl-btn-text)}
.tbl-sidebar .tbl-btn-wa,.tbl-sidebar .tbl-btn-wa:hover{color:#fff}
.tbl-sidebar .tbl-btn-outline{color:var(--tbl-secondary);border-color:var(--tbl-border)}
.tbl-sidebar .tbl-btn-outline:hover{
	background:var(--tbl-primary);border-color:var(--tbl-primary);color:#fff;
}
.tbl-sidebar .tbl-btn-outline:hover .tbl-icon{color:#fff}
.tbl-widget-cta{background:var(--tbl-soft)!important}
.tbl-widget-cta p{font-size:.9rem;color:var(--tbl-muted)}

/* --------------------------------------------------- 18. Sayfalama */
.tbl-pagination{margin-top:44px}
.tbl-pagination ul{
	list-style:none;display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:0;
	justify-content:center;
}
.tbl-pagination a,.tbl-pagination span{
	display:flex;align-items:center;justify-content:center;
	min-width:44px;height:44px;padding:0 14px;
	border:1px solid var(--tbl-border);border-radius:var(--tbl-radius-sm);
	color:var(--tbl-secondary);font-family:var(--tbl-font-heading);font-weight:600;
}
.tbl-pagination a:hover{background:var(--tbl-soft);border-color:var(--tbl-primary);color:var(--tbl-primary)}
.tbl-pagination .current{background:var(--tbl-primary);border-color:var(--tbl-primary);color:#fff}

/* ------------------------------------------------ 19. İletişim / harita */
.tbl-contact-cards{
	display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin:30px 0;
}
.tbl-contact-card{
	background:#fff;border:1px solid var(--tbl-border);border-radius:var(--tbl-radius);
	padding:26px;text-align:center;transition:.3s;
}
.tbl-contact-card:hover{border-color:var(--tbl-primary);transform:translateY(-4px)}
.tbl-contact-card .tbl-icon{font-size:2rem;color:var(--tbl-primary);margin-bottom:12px}
.tbl-contact-card h4{margin:0 0 6px;font-size:1rem}
.tbl-contact-card p{margin:0;color:var(--tbl-muted);font-size:.92rem}
.tbl-map{border-radius:var(--tbl-radius);overflow:hidden;line-height:0}
.tbl-map iframe{width:100%;min-height:420px;border:0}

/* ------------------------------------------------------- 20. Footer */
.tbl-footer{background:var(--tbl-footer-bg);color:var(--tbl-footer-text);font-size:.94rem}
.tbl-footer-cta{background:var(--tbl-primary);padding:30px 0}
.tbl-footer-cta .tbl-container{
	display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap;
}
.tbl-footer-cta h3{color:#fff;margin:0}
.tbl-footer-main{padding:60px 0 34px}
.tbl-footer-grid{display:grid;gap:40px}
.tbl-fcols-1{grid-template-columns:1fr}
.tbl-fcols-2{grid-template-columns:1.1fr 2fr}
.tbl-fcols-3{grid-template-columns:1.4fr 1fr 1fr}
.tbl-fcols-4{grid-template-columns:1.5fr 1fr 1fr 1.2fr}
.tbl-fcols-5{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr}

/* Tek widget alanı doluysa widget'ları yan yana dağıt */
.tbl-footer-spread{column-gap:36px}
.tbl-spread-2{column-count:2}
.tbl-spread-3{column-count:3}
.tbl-spread-4{column-count:4}
.tbl-footer-spread .widget{
	break-inside:avoid;-webkit-column-break-inside:avoid;page-break-inside:avoid;
	display:inline-block;width:100%;margin:0 0 30px;
}
.tbl-footer a:hover{color:var(--tbl-primary)}
.tbl-footer .tbl-logo img{width:170px;margin-bottom:18px;filter:brightness(0) invert(1)}
.tbl-footer .tbl-logo-text{color:#fff}
.tbl-footer-text{color:var(--tbl-footer-text);font-size:.92rem}
.tbl-footer-title,.tbl-footer .widget-title{
	color:var(--tbl-footer-title);font-size:1rem;margin:0 0 18px;
	padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.12);position:relative;
}
.tbl-footer-title::after,.tbl-footer .widget-title::after{
	content:"";position:absolute;bottom:-1px;left:0;width:40px;height:2px;background:var(--tbl-primary);
}
.tbl-footer-menu,.tbl-footer ul{list-style:none;margin:0;padding:0}
.tbl-footer-menu li,.tbl-footer .widget li{padding:7px 0}
.tbl-footer a{color:var(--tbl-footer-text)}
.tbl-footer a:hover{color:#fff;padding-left:3px}
.tbl-footer-contact li{
	display:flex;gap:11px;align-items:flex-start;padding:8px 0;line-height:1.55;
}
.tbl-footer-contact .tbl-icon{color:var(--tbl-primary);font-size:1.1rem;margin-top:3px}
.tbl-footer-social{display:flex;gap:8px;margin-top:18px}
.tbl-footer-social a{
	width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.08);
	display:flex;align-items:center;justify-content:center;
}
.tbl-footer-social a:hover{background:var(--tbl-primary);color:#fff;padding:0}
.tbl-footer-payment{margin-top:34px;padding-top:26px;border-top:1px solid rgba(255,255,255,.1)}
.tbl-footer-payment img{max-width:420px;opacity:.85}
.tbl-footer-bottom{background:var(--tbl-footer-bottom);padding:18px 0;font-size:.86rem}
.tbl-footer-bottom-inner{
	display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;
}
.tbl-footer-bottom p{margin:0}
.tbl-bottom-menu{list-style:none;display:flex;gap:18px;margin:0;padding:0}
.tbl-developer a{color:var(--tbl-footer-text)}
.tbl-developer a:hover{color:var(--tbl-primary)}

/* ------------------------------------------- 21. Sabit butonlar / bar */
.tbl-float-wa{
	position:fixed;right:20px;bottom:88px;z-index:900;
	display:inline-flex;align-items:center;gap:10px;
	background:#25d366;color:#fff;padding:13px 18px;border-radius:50px;
	font-family:var(--tbl-font-heading);font-weight:700;font-size:.9rem;
	box-shadow:0 12px 28px rgba(37,211,102,.4);
	transition:transform .25s ease;
}
.tbl-float-wa:hover{transform:translateY(-3px);color:#fff}
.tbl-float-wa .tbl-icon{font-size:1.4rem}
.tbl-totop{
	position:fixed;right:20px;bottom:24px;z-index:900;
	width:46px;height:46px;border-radius:50%;border:0;cursor:pointer;
	background:var(--tbl-secondary);color:#fff;
	opacity:0;visibility:hidden;transform:translateY(12px);transition:.3s;
}
.tbl-totop.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
.tbl-totop:hover{background:var(--tbl-primary)}
.tbl-mobile-bar{
	display:none;position:fixed;left:0;right:0;bottom:0;z-index:9995;
	background:#fff;border-top:1px solid var(--tbl-border);
	box-shadow:0 -6px 20px rgba(0,0,0,.10);
	padding-bottom:env(safe-area-inset-bottom,0px);
}
.tbl-mobile-bar a{
	flex:1 1 0;min-width:0;
	display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;
	padding:8px 2px;color:var(--tbl-secondary);font-size:.68rem;font-weight:600;
	line-height:1.2;text-align:center;
	border-right:1px solid var(--tbl-border);
}
.tbl-mobile-bar a:last-child{border-right:0}
.tbl-mobile-bar a span{
	display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.tbl-mobile-bar a:hover,.tbl-mobile-bar a:active{color:var(--tbl-primary);background:var(--tbl-soft)}
.tbl-mobile-bar .tbl-icon{font-size:1.2rem;line-height:1;color:var(--tbl-primary)}

/* Masaüstü: menü ikinci satırda — üst satır logo + araçlar */
@media (min-width:1025px){
	.tbl-header-inner{
		flex-wrap:wrap;min-height:0;gap:0 18px;padding-top:16px;
	}
	.tbl-header-brand{order:1;margin-right:auto}
	.tbl-header-tools{order:2;margin-left:auto}
	.tbl-nav{
		order:3;flex:0 0 100%;width:100%;margin:14px 0 0;
		border-top:1px solid var(--tbl-border);
	}
	.tbl-menu{flex-wrap:wrap;justify-content:center;gap:0 2px}
	.tbl-menu > li > a{padding:15px 16px;font-size:.95rem}
	.tbl-menu > li > a::after{left:16px;right:16px;bottom:9px}
	.tbl-menu .sub-menu{left:50%;transform:translate(-50%,12px)}
	.tbl-menu li:hover > .sub-menu{transform:translate(-50%,0)}
	.tbl-menu .sub-menu .sub-menu{top:-8px;left:100%;transform:translate(0,12px)}
	.tbl-menu li:hover > .sub-menu .sub-menu,
	.tbl-menu .sub-menu li:hover > .sub-menu{transform:translate(0,0)}

	body.has-sticky-header .tbl-header.is-fixed .tbl-header-inner{padding-top:8px}
	body.has-sticky-header .tbl-header.is-fixed .tbl-nav{margin-top:8px}
	body.has-sticky-header .tbl-header.is-fixed .tbl-menu > li > a{padding:11px 16px}
	body.has-sticky-header .tbl-header.is-fixed .tbl-logo img{max-height:52px;width:auto}
}
@media (min-width:1025px) and (max-width:1180px){
	.tbl-menu > li > a{padding:15px 11px;font-size:.9rem}
}

/* --------------------------------------------------- 22. Lightbox */
[hidden]{display:none !important}
.tbl-lightbox{
	position:fixed;inset:0;z-index:9999;background:rgba(8,11,16,.94);
	display:flex;align-items:center;justify-content:center;padding:40px;
}
.tbl-lightbox img{max-width:92vw;max-height:86vh;border-radius:8px;object-fit:contain}
.tbl-lightbox-close,.tbl-lightbox-prev,.tbl-lightbox-next{
	position:absolute;z-index:5;
	background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.25);
	color:#fff;width:50px;height:50px;border-radius:50%;cursor:pointer;
	font-size:1.5rem;line-height:1;
	display:flex;align-items:center;justify-content:center;
	backdrop-filter:blur(4px);transition:background .2s ease,transform .2s ease;
}
.tbl-lightbox-close::before{content:"\00d7";font-size:2rem;line-height:1;margin-top:-4px}
.tbl-lightbox-close .tbl-icon{display:none}
.tbl-lightbox-count{
	position:absolute;top:32px;left:32px;z-index:5;color:#fff;
	font-family:var(--tbl-font-heading);font-weight:700;font-size:.95rem;
	background:rgba(255,255,255,.14);padding:8px 16px;border-radius:40px;
}
.tbl-lightbox-close{top:24px;right:24px}
.tbl-lightbox-prev{left:24px;top:50%;transform:translateY(-50%)}
.tbl-lightbox-next{right:24px;top:50%;transform:translateY(-50%)}
.tbl-lightbox-close:hover,.tbl-lightbox-prev:hover,.tbl-lightbox-next:hover{background:var(--tbl-primary)}

/* --------------------------------------------------------- 23. 404 */
.tbl-404-code{
	display:block;font-family:var(--tbl-font-heading);font-size:clamp(5rem,14vw,10rem);
	font-weight:800;line-height:1;color:var(--tbl-primary);opacity:.16;
}
.tbl-404 .tbl-searchform{max-width:460px;margin:24px auto 0}
.tbl-none{
	text-align:center;padding:50px 20px;background:var(--tbl-soft);border-radius:var(--tbl-radius);
}
.tbl-none .tbl-searchform{max-width:420px;margin:20px auto 0}

/* Animasyon yardımcıları */
.tbl-reveal{opacity:0;transform:translateY(26px)}
.tbl-reveal.is-in{opacity:1;transform:none;transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.3,1)}

/* ======================================================= RESPONSIVE */

/* Laptop */
@media (max-width:1200px){
	.tbl-menu > li > a{padding:11px 9px;font-size:.88rem}
	.tbl-header-phone{display:none}
	.tbl-main-right{grid-template-columns:minmax(0,1fr) 300px}
	.tbl-main-left{grid-template-columns:300px minmax(0,1fr)}
}

/* Tablet yatay */
@media (max-width:1024px){
	.tbl-nav{display:none}
	.tbl-burger{display:flex}
	.tbl-header-inner{justify-content:space-between}
	.tbl-header-brand{margin-right:0}
	.tbl-header-tools{margin-left:auto;gap:8px}
	.tbl-header-btn{display:none}
	.tbl-header-inner{min-height:74px}
	.tbl-cols-4{grid-template-columns:repeat(3,1fr)}
	.tbl-about-grid{grid-template-columns:1fr;gap:40px}
	.tbl-about-badge{right:16px;bottom:-16px}
	.tbl-process{margin-top:-50px}
	.tbl-topbar-slogan{display:none}
	.tbl-main-right,.tbl-main-left{grid-template-columns:minmax(0,1fr)}
	.tbl-main-left .tbl-primary{order:1}
	.tbl-main-left .tbl-sidebar{order:2}
	.tbl-fcols-4,.tbl-fcols-5{grid-template-columns:1fr 1fr}
	.tbl-fcols-3{grid-template-columns:1fr 1fr}
	.tbl-fcols-2{grid-template-columns:1fr 1.4fr}
	.tbl-spread-3,.tbl-spread-4{column-count:2}
	.tbl-hero-call{display:none}
}

/* Tablet dikey */
@media (max-width:860px){
	.tbl-cols-3,.tbl-cols-4{grid-template-columns:repeat(2,1fr)}
	.tbl-process-grid{grid-template-columns:1fr;gap:1px}
	.tbl-process{margin-top:0;padding-top:44px}
	.tbl-counters{grid-template-columns:repeat(2,1fr)}
	.tbl-posts-list .tbl-post-card{flex-direction:column}
	.tbl-posts-list .tbl-post-media{width:100%;aspect-ratio:16/10}
	.tbl-prevnext{grid-template-columns:1fr}
	.tbl-next{text-align:left}
	.tbl-cta-inner{flex-direction:column;align-items:flex-start}
	.tbl-hero-nav{width:42px;height:42px}
	.tbl-hero-prev{left:10px}
	.tbl-hero-next{right:10px}
}

/* Mobil */
@media (max-width:640px){
	body{font-size:15px}
	.tbl-container{padding:0 16px}
	.tbl-logo img{width:var(--tbl-logo-w-mobile)}
	.tbl-topbar-inner{justify-content:center;min-height:40px}
	.tbl-topbar-contact{gap:14px;font-size:.8rem}
	.tbl-topbar-social{display:none}
	.tbl-cols-2,.tbl-cols-3,.tbl-cols-4{grid-template-columns:1fr}
	.tbl-gallery.tbl-cols-4,.tbl-gallery.tbl-cols-3{grid-template-columns:repeat(2,1fr);gap:12px}
	.tbl-gal-item figcaption{padding:10px}
	.tbl-gal-title{font-size:.82rem}
	.tbl-gal-cat{font-size:.62rem}
	.tbl-hero-slides,.tbl-hero-empty{height:auto;min-height:0;padding:70px 0}
	.tbl-hero-slide{position:relative;opacity:1;visibility:visible;display:none;padding:70px 0}
	.tbl-hero-slide.is-active{display:flex}
	.tbl-hero-mask{background:rgba(var(--tbl-secondary-rgb),.72)}
	.tbl-hero-title{font-size:1.9rem}
	.tbl-hero-actions .tbl-btn{flex:1;min-width:140px}
	.tbl-hero-nav{display:none}
	.tbl-section{padding:44px 0}
	.tbl-sec-head{margin-bottom:30px}
	.tbl-about-media img{border-radius:var(--tbl-radius-sm)}
	.tbl-about-badge{position:static;display:inline-block;margin-top:14px}
	.tbl-counters{gap:14px;margin:22px 0;padding:18px 0}
	.tbl-counter-num{font-size:1.6rem}
	.tbl-author-box{flex-direction:column;text-align:center}
	.tbl-author-box img{margin:0 auto}
	.tbl-entry-footer{flex-direction:column;align-items:flex-start}
	.tbl-fcols-2,.tbl-fcols-3,.tbl-fcols-4,.tbl-fcols-5{grid-template-columns:1fr}
	.tbl-spread-2,.tbl-spread-3,.tbl-spread-4{column-count:1}
	.tbl-footer-main{padding:40px 0 24px}
	.tbl-footer-bottom-inner{flex-direction:column;text-align:center}
	.tbl-bottom-menu{justify-content:center;flex-wrap:wrap}
	.tbl-mobile-bar{display:flex}
	body{padding-bottom:calc(62px + env(safe-area-inset-bottom,0px))}
	.tbl-float-wa{
		right:14px;bottom:calc(74px + env(safe-area-inset-bottom,0px));
		width:52px;height:52px;padding:0;justify-content:center;border-radius:50%;
	}
	.tbl-float-wa-text{display:none}
	.tbl-totop{
		right:76px;bottom:calc(77px + env(safe-area-inset-bottom,0px));
		width:46px;height:46px;
	}
	body.admin-bar .tbl-mobile-panel{top:0}
	.tbl-float-wa{bottom:78px;right:14px;padding:12px}
	.tbl-float-wa-text{display:none}
	.tbl-totop{bottom:78px;right:14px;width:42px;height:42px}
	.tbl-comment-form{padding:20px}
	.tbl-lightbox{padding:16px}
	.tbl-lightbox-prev{left:8px}
	.tbl-lightbox-next{right:8px}
	.tbl-lightbox-close{top:12px;right:12px}
	body.single-post .tbl-mobile-bar,
	body .tbl-mobile-bar{padding-bottom:env(safe-area-inset-bottom)}
}

@media (max-width:400px){
	.tbl-gallery.tbl-cols-4,.tbl-gallery.tbl-cols-3{grid-template-columns:1fr}
}

/* Hareket azaltma */
@media (prefers-reduced-motion:reduce){
	*,*::before,*::after{
		animation-duration:.01ms!important;animation-iteration-count:1!important;
		transition-duration:.01ms!important;scroll-behavior:auto!important;
	}
	.tbl-reveal{opacity:1;transform:none}
}

/* Yazdırma */
@media print{
	.tbl-topbar,.tbl-header,.tbl-footer,.tbl-float-wa,.tbl-totop,
	.tbl-mobile-bar,.tbl-share,.tbl-hero{display:none!important}
	body{color:#000}
}


/* =============================================== 24. İletişim sayfası */
.tbl-contact-cards{
	display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
	gap:22px;margin-bottom:48px;
}
.tbl-contact-card{
	background:#fff;border:1px solid var(--tbl-border);border-radius:var(--tbl-radius);
	padding:28px 24px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.tbl-contact-card:hover{
	transform:translateY(-4px);border-color:rgba(var(--tbl-primary-rgb),.4);
	box-shadow:0 20px 44px rgba(var(--tbl-secondary-rgb),.10);
}
.tbl-contact-ico{
	display:inline-flex;align-items:center;justify-content:center;
	width:52px;height:52px;border-radius:14px;margin-bottom:16px;
	background:rgba(var(--tbl-primary-rgb),.1);color:var(--tbl-primary);font-size:1.4rem;
}
.tbl-contact-card h4{font-size:1.05rem;margin:0 0 8px}
.tbl-contact-card p{margin:0;color:var(--tbl-muted);font-size:.95rem;line-height:1.7}
.tbl-contact-card a{color:var(--tbl-text)}
.tbl-contact-card a:hover{color:var(--tbl-primary)}
.tbl-contact-link{
	display:inline-block;margin-top:12px;font-weight:700;font-size:.88rem;
	color:var(--tbl-primary)!important;
}
.tbl-contact-link:hover{text-decoration:underline}

.tbl-contact-layout{display:grid;grid-template-columns:1.6fr 1fr;gap:34px;align-items:start}
.tbl-contact-note{
	background:var(--tbl-soft);border:1px solid var(--tbl-border);
	border-radius:var(--tbl-radius);padding:24px;margin-bottom:22px;
}
.tbl-contact-note h4{font-size:1.02rem;margin:0 0 12px}
.tbl-contact-note p{color:var(--tbl-muted);font-size:.93rem;margin-bottom:16px}
.tbl-contact-social{display:flex;gap:10px;flex-wrap:wrap}
.tbl-contact-social a{
	width:42px;height:42px;border-radius:50%;display:inline-flex;
	align-items:center;justify-content:center;
	background:#fff;border:1px solid var(--tbl-border);color:var(--tbl-secondary);
	transition:all .25s ease;
}
.tbl-contact-social a:hover{background:var(--tbl-primary);border-color:var(--tbl-primary);color:#fff}
.tbl-contact-map{margin-top:56px;line-height:0}
.tbl-contact-map iframe{width:100%;height:440px;border:0;display:block;filter:grayscale(.15)}

/* =============================================== 25. İletişim formu */
.tbl-form-boxed{
	background:#fff;border:1px solid var(--tbl-border);
	border-radius:var(--tbl-radius);padding:34px;
	box-shadow:0 18px 46px rgba(var(--tbl-secondary-rgb),.06);
}
.tbl-form-title{font-size:1.5rem;margin:0 0 10px}
.tbl-form-text{color:var(--tbl-muted);font-size:.95rem;margin-bottom:26px}
.tbl-form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.tbl-form-field{margin-bottom:18px;display:flex;flex-direction:column}
.tbl-form-field label{
	font-family:var(--tbl-font-heading);font-weight:700;font-size:.86rem;
	margin-bottom:8px;color:var(--tbl-secondary);
}
.tbl-form-field label span{color:var(--tbl-primary)}
.tbl-form-field input,
.tbl-form-field select,
.tbl-form-field textarea{
	width:100%;padding:14px 16px;font-family:inherit;font-size:.96rem;
	border:1px solid var(--tbl-border);border-radius:var(--tbl-radius-sm);
	background:var(--tbl-soft);color:var(--tbl-text);transition:all .2s ease;
}
.tbl-form-field textarea{resize:vertical;min-height:130px}
.tbl-form-field input:focus,
.tbl-form-field select:focus,
.tbl-form-field textarea:focus{
	outline:none;background:#fff;border-color:var(--tbl-primary);
	box-shadow:0 0 0 4px rgba(var(--tbl-primary-rgb),.12);
}
.tbl-form-field input::placeholder,
.tbl-form-field textarea::placeholder{color:var(--tbl-muted);opacity:.75}
.tbl-form-check{
	display:flex;gap:10px;align-items:flex-start;
	font-size:.86rem;color:var(--tbl-muted);line-height:1.6;margin-bottom:22px;cursor:pointer;
}
.tbl-form-check input{margin-top:3px;accent-color:var(--tbl-primary);width:17px;height:17px;flex:none}
.tbl-form-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.tbl-form-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.tbl-form-submit{position:relative;min-width:180px}
.tbl-form-spinner{display:none}
.tbl-form.is-sending .tbl-form-submit{opacity:.75;pointer-events:none}
.tbl-form.is-sending .tbl-form-submit-text{visibility:hidden}
.tbl-form.is-sending .tbl-form-spinner{
	display:block;position:absolute;top:50%;left:50%;
	width:20px;height:20px;margin:-10px 0 0 -10px;border-radius:50%;
	border:2px solid rgba(255,255,255,.4);border-top-color:#fff;
	animation:tblSpin .7s linear infinite;
}
@keyframes tblSpin{to{transform:rotate(360deg)}}
.tbl-form-msg{margin-top:18px;font-size:.93rem;font-weight:600;line-height:1.6}
.tbl-form-msg.is-ok{
	color:#0f7b46;background:#e7f7ee;border:1px solid #b8e7cd;
	padding:14px 16px;border-radius:var(--tbl-radius-sm);
}
.tbl-form-msg.is-error{
	color:#a4161a;background:#fdeaea;border:1px solid #f5c2c4;
	padding:14px 16px;border-radius:var(--tbl-radius-sm);
}

@media (max-width:960px){
	.tbl-contact-layout{grid-template-columns:1fr}
}
@media (max-width:640px){
	.tbl-form-row{grid-template-columns:1fr;gap:0}
	.tbl-form-boxed{padding:22px 18px}
	.tbl-form-actions .tbl-btn{width:100%;justify-content:center}
	.tbl-contact-map iframe{height:320px}
}

/* ========================================= 26. Giriş / Üye ol / Hesabım */
.tbl-auth{max-width:1080px;margin:0 auto}
.tbl-auth-split{display:grid;grid-template-columns:1fr 1.1fr;gap:0;
	border:1px solid var(--tbl-border);border-radius:var(--tbl-radius);overflow:hidden;
	box-shadow:0 24px 60px rgba(var(--tbl-secondary-rgb),.08);background:#fff;
}
.tbl-auth-side{
	background:var(--tbl-secondary);color:#fff;padding:46px 40px;
	display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;
}
.tbl-auth-side::after{
	content:"";position:absolute;right:-70px;bottom:-70px;width:220px;height:220px;
	border-radius:50%;background:rgba(var(--tbl-primary-rgb),.28);
}
.tbl-auth-side-title{color:#fff;font-size:1.45rem;margin:0 0 24px;position:relative;z-index:2}
.tbl-auth-benefits{list-style:none;padding:0;margin:0 0 30px;position:relative;z-index:2}
.tbl-auth-benefits li{
	display:flex;gap:12px;align-items:flex-start;margin-bottom:15px;
	font-size:.94rem;line-height:1.6;color:rgba(255,255,255,.88);
}
.tbl-auth-benefits .tbl-icon{
	color:#fff;background:var(--tbl-primary);border-radius:50%;
	width:24px;height:24px;min-width:24px;font-size:.8rem;
	display:inline-flex;align-items:center;justify-content:center;margin-top:2px;
}
.tbl-auth-help{
	position:relative;z-index:2;border-top:1px solid rgba(255,255,255,.16);padding-top:20px;
}
.tbl-auth-help span{display:block;font-size:.82rem;color:rgba(255,255,255,.6);margin-bottom:6px}
.tbl-auth-help a{
	display:inline-flex;align-items:center;gap:8px;color:#fff;
	font-family:var(--tbl-font-heading);font-weight:800;font-size:1.15rem;
}
.tbl-auth-help a:hover{color:var(--tbl-primary)}
.tbl-auth-forms{padding:40px}
.tbl-auth-tabs{
	display:flex;gap:6px;background:var(--tbl-soft);padding:6px;
	border-radius:var(--tbl-radius-sm);margin-bottom:28px;
}
.tbl-auth-tab{
	flex:1;padding:12px 10px;border:0;cursor:pointer;background:transparent;
	font-family:var(--tbl-font-heading);font-weight:700;font-size:.95rem;
	color:var(--tbl-muted);border-radius:var(--tbl-radius-sm);transition:all .25s ease;
}
.tbl-auth-tab.active{background:#fff;color:var(--tbl-primary);box-shadow:0 4px 14px rgba(0,0,0,.07)}
.tbl-auth-panel{display:none}
.tbl-auth-panel.active{display:block;animation:tblFadeIn .3s ease}
@keyframes tblFadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.tbl-auth-title{font-size:1.35rem;margin:0 0 22px}
.tbl-auth-form .tbl-field{margin-bottom:18px;display:flex;flex-direction:column}
.tbl-auth-form label{
	font-family:var(--tbl-font-heading);font-weight:700;font-size:.86rem;
	margin-bottom:8px;color:var(--tbl-secondary);
}
.tbl-auth-form .required{color:var(--tbl-primary)}
.tbl-auth-form input[type="text"],
.tbl-auth-form input[type="email"],
.tbl-auth-form input[type="password"]{
	width:100%;padding:14px 16px;font-family:inherit;font-size:.96rem;
	border:1px solid var(--tbl-border);border-radius:var(--tbl-radius-sm);
	background:var(--tbl-soft);color:var(--tbl-text);transition:all .2s ease;
}
.tbl-auth-form input:focus{
	outline:none;background:#fff;border-color:var(--tbl-primary);
	box-shadow:0 0 0 4px rgba(var(--tbl-primary-rgb),.12);
}
.tbl-auth-row{
	display:flex;align-items:center;justify-content:space-between;
	gap:14px;flex-wrap:wrap;margin-bottom:22px;
}
.tbl-check{display:flex;align-items:center;gap:8px;font-size:.88rem;color:var(--tbl-muted);cursor:pointer;margin:0!important}
.tbl-check input{accent-color:var(--tbl-primary);width:17px;height:17px}
.tbl-auth-lost{font-size:.88rem;color:var(--tbl-primary);font-weight:600}
.tbl-auth-lost:hover{text-decoration:underline}
.tbl-auth-note{
	background:var(--tbl-soft);border:1px dashed var(--tbl-border);
	padding:14px 16px;border-radius:var(--tbl-radius-sm);
	font-size:.88rem;color:var(--tbl-muted);margin-bottom:20px;
}
.tbl-auth-switch{
	margin:22px 0 0;padding-top:20px;border-top:1px solid var(--tbl-border);
	font-size:.9rem;color:var(--tbl-muted);text-align:center;
}
.tbl-auth-switch button{
	background:none;border:0;padding:0;cursor:pointer;
	color:var(--tbl-primary);font-family:var(--tbl-font-heading);
	font-weight:700;font-size:.9rem;
}
.tbl-auth-switch button:hover{text-decoration:underline}
.tbl-auth .woocommerce-privacy-policy-text{font-size:.84rem;color:var(--tbl-muted);margin-bottom:18px}

@media (max-width:860px){
	.tbl-auth-split{grid-template-columns:1fr}
	.tbl-auth-side{order:2;padding:32px 24px}
	.tbl-auth-forms{order:1;padding:28px 22px}
}
