:root{--green:#174f34;--green2:#0f3b2c;--cream:#f7f3ec;--line:#e9e2d8;--text:#1d211e;--muted:#687069}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:Inter,Arial,sans-serif;background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{padding:18px 0;position:sticky;top:0;z-index:20;background:#ffffffed;backdrop-filter:blur(10px)}.nav-wrap{height:64px;border:1px solid #eee;border-radius:12px;box-shadow:0 6px 25px #0000000c;display:flex;align-items:center;padding:0 22px;gap:30px}.logo{font:700 29px Georgia;color:var(--green2);white-space:nowrap}.logo span{font-style:italic}.logo b{font:14px Arial}.main-nav{display:flex;gap:34px;margin:auto;font-size:14px;font-weight:600}.btn{border:0;border-radius:7px;padding:13px 20px;font-weight:700}.primary{background:var(--green);color:white}.menu-toggle{display:none;margin-left:auto;background:none;border:0;font-size:25px}.hero{display:grid;grid-template-columns:1fr 1.05fr;align-items:center;min-height:430px}.hero h1{font:700 49px/1.1 Georgia;margin:0 0 16px}.hero h1 span{color:var(--green)}.hero p{max-width:560px;line-height:1.7;color:#4e5750}.hero-art img{width:100%;display:block}.brush{width:70px;height:5px;background:#d9b76c;border-radius:100%;margin:14px 0}.search{display:flex;border:1px solid #ddd;border-radius:10px;padding:7px;margin-top:25px;max-width:520px;box-shadow:0 4px 14px #00000008}.search span{padding:10px}.search input{border:0;outline:0;flex:1;font-size:14px}.search button{background:var(--green);color:#fff;border:0;border-radius:6px;padding:0 22px}.popular{font-size:12px;margin-top:14px}.popular a{color:var(--green);font-weight:700;margin-left:14px}.city-strip{border-block:1px solid var(--line);padding:22px 0;background:#fffdfa}.city-strip h2,.section h2{font:700 25px Georgia}.city-scroll{display:flex;gap:14px;overflow:auto;padding-bottom:3px}.city-scroll a{min-width:123px;padding:14px;border:1px solid var(--line);border-radius:10px;background:white;display:flex;gap:10px;align-items:center;justify-content:center;box-shadow:0 3px 10px #00000007}.city-scroll span{color:var(--green);font-size:22px}.section{padding:28px 0}.section-head{display:flex;align-items:center;justify-content:space-between}.section-head>a{color:var(--green);font-weight:700}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 5px 18px #00000008}.card img{width:100%;height:175px;object-fit:cover;display:block}.card-body{padding:12px}.meta{display:flex;justify-content:space-between;align-items:center;gap:10px}.meta span{font-size:10px;color:var(--green);background:#edf4ef;padding:4px 6px}.meta small{color:#6f746f;font-size:10px}.card h3{font:700 20px/1.25 Georgia;margin:10px 0}.card p{font-size:13px;color:var(--muted);line-height:1.55}.read{color:var(--green);font-weight:700;font-size:13px}.guide-band{background:linear-gradient(120deg,#0c3328,#164b3c);color:white;margin:10px auto;width:min(1180px,calc(100% - 40px));border-radius:10px}.guide-grid{padding:22px;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:8px 28px}.guide-grid h2{grid-row:span 3;font:700 24px Georgia;margin:0}.guide-grid a{font-size:13px;display:flex;justify-content:space-between}.regions{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.regions>div{border:1px solid var(--line);border-radius:10px;padding:15px;display:flex;gap:10px;align-items:center}.regions b{font-size:29px;color:var(--green)}.regions strong,.regions small{display:block}.regions small{font-size:10px;color:#6b716c;margin-top:5px}.newsletter{margin-top:25px;border-radius:10px;background:linear-gradient(90deg,#fbf5eb,#f8efe2);padding:25px 45px;display:flex;align-items:center;justify-content:space-between}.newsletter strong{font:700 20px Georgia}.newsletter form{display:flex;min-width:440px}.newsletter input{flex:1;padding:14px;border:1px solid #ddd;border-radius:7px 0 0 7px}.newsletter button{border-radius:0 7px 7px 0}.footer{padding:30px 0 10px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.footer p{max-width:270px;color:var(--muted);font-size:13px;line-height:1.5}.footer h4{margin-top:0}.footer-grid>div>a:not(.logo){display:block;font-size:13px;margin:11px 0}.social{color:var(--green);letter-spacing:15px}.copyright{text-align:center;border-top:1px solid var(--line);padding-top:20px;margin-top:25px;font-size:12px;color:#777}.page-top{padding-top:15px}.breadcrumbs{font-size:12px;color:#777;margin:15px 0}.city-hero{height:340px;border-radius:12px;overflow:hidden;position:relative}.city-hero img{width:100%;height:100%;object-fit:cover}.city-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#000b,transparent 65%)}.city-hero>div{position:absolute;left:35px;bottom:28px;z-index:2;color:white;max-width:470px}.city-hero h1{font:700 52px Georgia;margin:0}.city-layout{display:grid;grid-template-columns:1fr 250px;gap:25px;padding:25px 0}.city-layout h2{font:700 25px Georgia}.compact h3{font-size:17px}.compact img{height:150px}.sidebox{border:1px solid var(--line);border-radius:10px;padding:18px;margin-bottom:18px;background:#fffdfa}.sidebox h3{font:700 20px Georgia;margin-top:0}.sidebox p{border-bottom:1px solid var(--line);padding:10px 0;font-size:13px}.sidebox>a{display:block;padding:10px;border-bottom:1px solid var(--line);font-size:13px}.before{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:10px}.before>div{text-align:center;padding:20px;border-right:1px solid var(--line)}.before>div:last-child{border:0}.before b,.before strong,.before small{display:block}.before b{font-size:28px;color:var(--green)}.before small{color:#777;margin-top:6px}.article-layout{display:grid;grid-template-columns:1fr 260px;gap:28px;padding-top:12px}.article h1{font:700 38px Georgia}.article-cover,.article-img{width:100%;border-radius:10px;margin:15px 0}.article-cover{height:390px;object-fit:cover}.article p{font:16px/1.75 Georgia;color:#4a514b}.article h2{font:700 27px Georgia}.article h3{font:700 22px Georgia}.sticky{position:sticky;top:100px}.mini{display:flex!important;gap:10px}.mini img{width:75px;height:50px;object-fit:cover;border-radius:5px}.mini span{font-size:11px;font-weight:700}details{border:1px solid var(--line);padding:14px;margin:8px 0;border-radius:6px}.empty{padding:100px 0;text-align:center}
@media(max-width:900px){.main-nav{display:none;position:absolute;top:82px;left:20px;right:20px;background:white;border:1px solid var(--line);border-radius:10px;padding:15px;flex-direction:column}.main-nav.open{display:flex}.menu-toggle{display:block}.desktop-only{display:none}.hero{grid-template-columns:1fr}.hero-art{order:-1}.hero-art img{max-height:280px}.cards{grid-template-columns:repeat(2,1fr)}.regions{grid-template-columns:repeat(3,1fr)}.guide-grid{grid-template-columns:1fr 1fr}.guide-grid h2{grid-row:auto;grid-column:1/-1}.city-layout,.article-layout{grid-template-columns:1fr}.article-layout aside{display:none}.newsletter{flex-direction:column;gap:18px}.newsletter form{min-width:0;width:100%}}
@media(max-width:600px){.container{width:min(100% - 24px,1180px)}.nav-wrap{height:55px;padding:0 13px}.logo{font-size:22px}.hero{padding:15px 0}.hero h1{font-size:35px}.hero-copy p{font-size:14px}.hero-art{display:none}.popular a{margin-left:7px}.cards{grid-template-columns:1fr}.card img{height:190px}.guide-band{width:calc(100% - 24px)}.guide-grid{grid-template-columns:1fr}.regions{grid-template-columns:repeat(2,1fr)}.newsletter{padding:20px}.newsletter form{flex-direction:column}.newsletter input,.newsletter button{border-radius:7px;margin:4px 0}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.city-hero{height:260px}.city-hero h1{font-size:40px}.city-hero>div{left:20px}.before{grid-template-columns:1fr 1fr}.before>div{border-bottom:1px solid var(--line)}.article h1{font-size:30px}.article-cover{height:230px}}

/* V2 — Ana sayfa görsel düzeni */
:root{--paper:#fffdf9;--soft:#fbf8f2;--shadow:0 12px 34px rgba(39,57,46,.08)}
body{background:linear-gradient(180deg,#fff 0,#fff 76%,#fffdf9 100%)}
.site-header{padding:14px 0 10px}.nav-wrap{height:62px;border-color:#ece9e2;border-radius:11px;box-shadow:0 8px 28px rgba(30,55,39,.07);background:rgba(255,255,255,.96)}
.logo{font-size:30px;letter-spacing:-.7px}.logo b{color:#3d7a58;margin-left:3px}.main-nav{gap:31px}.main-nav a{position:relative}.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--green);transition:.2s}.main-nav a:hover:after{right:0}
.btn.primary{box-shadow:0 5px 14px rgba(23,79,52,.15)}
.hero{grid-template-columns:.92fr 1.08fr;min-height:455px;gap:38px;padding:24px 0 18px}.hero-copy{padding-left:14px}.eyebrow{display:block;color:#708075;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;margin-bottom:9px}.hero h1{font-size:53px;letter-spacing:-1.7px;margin-bottom:12px}.hero p{font-size:15px;max-width:530px}.hero-art{min-width:0}.hero-art img{width:100%;height:390px;object-fit:cover;border-radius:0 0 8px 8px}.brush{margin:14px 0 17px}.search{background:#fff;padding:6px;border-color:#e6e1d9;box-shadow:0 8px 22px rgba(38,55,45,.07)}.search input{padding:0 4px}.search button{min-width:72px;font-weight:700}.popular{color:#777}.popular a{margin-left:12px}.city-strip{padding:18px 0 20px;background:#fffdfa}.strip-head{display:flex;justify-content:space-between;align-items:end}.strip-head h2{margin:0 0 14px}.strip-head>span{font-size:12px;color:#8a8d89;margin-bottom:15px}.city-scroll a{min-width:118px;padding:13px 14px;transition:.2s}.city-scroll a:hover{border-color:#c9d8ce;transform:translateY(-2px);box-shadow:0 8px 16px rgba(31,64,43,.08)}
.section{padding:34px 0}.section-head{margin-bottom:16px}.section-head h2{margin:0;font-size:28px}.section-head>a{font-size:13px}.story-grid{gap:18px}.card{border-color:#ebe6dd;box-shadow:0 7px 18px rgba(33,54,40,.055);transition:.22s}.card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(33,54,40,.1)}.card-media{display:block;overflow:hidden}.card img{height:180px;transition:transform .35s}.card:hover img{transform:scale(1.025)}.card-body{padding:13px 14px 15px}.card h3{font-size:20px;min-height:50px}.card p{min-height:41px;margin-bottom:12px}.read span{display:inline-block;transition:.2s}.read:hover span{transform:translateX(4px)}
.guide-band{margin-top:0;margin-bottom:4px;box-shadow:0 12px 28px rgba(8,47,34,.12)}.guide-grid{padding:23px 27px;grid-template-columns:1.35fr repeat(3,1fr);row-gap:12px}.guide-grid a{opacity:.94}.guide-grid a:hover{opacity:1;text-decoration:underline}.region-section{padding-top:27px}.regions{gap:13px}.region-card{border:1px solid var(--line);border-radius:10px;padding:15px 13px;display:flex;gap:10px;align-items:center;background:#fff;transition:.2s}.region-card:hover{transform:translateY(-2px);border-color:#ccd9cf;box-shadow:0 9px 20px rgba(36,63,45,.07)}.region-card b{font-size:29px;color:var(--green)}.region-card strong,.region-card small{display:block}.region-card small{font-size:10px;color:#6b716c;margin-top:5px;line-height:1.35}
.newsletter{margin-top:22px;padding:22px 38px;border:1px solid #f0e9dd}.newsletter-copy{display:flex;align-items:center;gap:18px}.newsletter-icon{font-size:34px;color:#d5af69}.newsletter strong{font-size:19px}.newsletter small{display:block;color:#777;font-size:10px;margin-top:7px}.newsletter form{min-width:410px}.footer{padding-top:28px}.social{display:flex;gap:18px;letter-spacing:0}.social a{color:var(--green)}
@media(max-width:900px){.hero{grid-template-columns:1fr;min-height:auto;padding-top:12px}.hero-copy{padding:10px 8px 0}.hero-art{order:initial}.hero-art img{height:300px}.strip-head>span{display:none}.guide-grid{grid-template-columns:1fr 1fr}.regions{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.site-header{padding-top:8px}.hero h1{font-size:37px}.hero-art{display:block}.hero-art img{height:215px}.hero-copy{padding-inline:0}.eyebrow{font-size:10px}.city-strip h2,.section h2{font-size:22px}.city-scroll a{min-width:105px;padding:12px 10px}.story-grid{gap:14px}.card h3{min-height:0}.card p{min-height:0}.guide-grid{grid-template-columns:1fr;padding:20px}.regions{grid-template-columns:1fr 1fr}.newsletter{padding:18px}.newsletter-copy{align-items:flex-start}.newsletter-icon{display:none}.newsletter strong{font-size:18px}.footer-grid{gap:24px}}


/* V3 — Ana sayfa son düzenlemeleri */
.home-page .site-header{padding-bottom:6px}
body:has(.hero) .site-header{padding-bottom:6px}
body:has(.hero) .hero{min-height:405px;padding:6px 0 20px;gap:44px}
body:has(.hero) .hero-copy{align-self:center;padding-left:0}
body:has(.hero) .hero-art{display:flex;align-items:center;justify-content:flex-end}
body:has(.hero) .hero-art img{height:365px;max-width:600px;object-fit:cover;border-radius:8px}
body:has(.hero) .strip-head{display:block}
body:has(.hero) .strip-head h2{margin:0 0 16px}
body:has(.hero) .stories-section .card{display:flex;flex-direction:column;height:100%}
body:has(.hero) .stories-section .card-media{flex:0 0 auto}
body:has(.hero) .stories-section .card-body{display:flex;flex:1;flex-direction:column}
body:has(.hero) .stories-section .card h3{min-height:50px}
body:has(.hero) .stories-section .card p{min-height:42px}
body:has(.hero) .stories-section .read{margin-top:auto}
body:has(.hero) .guide-band{min-height:116px;display:flex;align-items:center}
body:has(.hero) .guide-grid{width:100%;padding:27px 30px;row-gap:14px}
body:has(.hero) .guide-grid h2{font-size:25px;line-height:1.15}
body:has(.hero) .region-card{min-height:78px;padding:14px 12px;background:#fffdfa}
body:has(.hero) .newsletter{min-height:102px;gap:34px}
body:has(.hero) .newsletter-copy{flex:1;min-width:0}
body:has(.hero) .newsletter-copy>div{min-width:0}
body:has(.hero) .newsletter strong{display:block;line-height:1.2}
body:has(.hero) .newsletter small{line-height:1.35;white-space:normal}
body:has(.hero) .newsletter form{flex:0 0 420px}
body:has(.hero) .footer-grid{align-items:start;column-gap:58px}
body:has(.hero) .footer-grid>div:first-child{padding-right:20px}
body:has(.hero) .social{margin-top:16px}

@media(max-width:900px){
 body:has(.hero) .hero{padding-top:8px;gap:20px}
 body:has(.hero) .hero-art img{max-width:none;height:285px}
 body:has(.hero) .newsletter{gap:18px}
 body:has(.hero) .newsletter form{flex-basis:auto}
}
@media(max-width:600px){
 body:has(.hero) .hero{padding-top:4px}
 body:has(.hero) .hero-art img{height:205px}
 body:has(.hero) .stories-section .card h3,
 body:has(.hero) .stories-section .card p{min-height:0}
 body:has(.hero) .guide-band{min-height:0}
 body:has(.hero) .guide-grid{padding:20px}
 body:has(.hero) .region-card{min-height:72px}
 body:has(.hero) .newsletter{min-height:0;gap:16px}
 body:has(.hero) .footer-grid{column-gap:24px}
}

/* V4 — Aydın şehir sayfası */
.city-page{padding-top:8px}.breadcrumbs{display:flex;align-items:center;gap:9px}.breadcrumbs a:hover{color:var(--green)}.breadcrumbs strong{font-weight:600;color:#475047}.city-hero{height:360px;box-shadow:0 12px 30px rgba(28,48,36,.11)}.city-hero:after{background:linear-gradient(90deg,rgba(5,20,13,.82),rgba(9,28,19,.24) 63%,rgba(0,0,0,.03))}.city-hero-copy{left:42px!important;bottom:35px!important}.city-hero h1{font-size:56px;letter-spacing:-1px}.city-hero p{font-size:16px;line-height:1.55;margin:10px 0 0}.city-brush{display:block;width:54px;height:4px;background:#e2c27f;border-radius:99px;margin:8px 0}.city-layout{grid-template-columns:minmax(0,1fr) 270px;gap:28px;padding:32px 0 15px}.city-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:17px}.city-title-row h2{font-size:28px;margin:5px 0 0}.city-kicker{display:block;color:#728078;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.city-post-count{font-size:12px;color:#6c756e;white-space:nowrap}.city-cards{gap:18px}.city-card{display:flex;flex-direction:column;height:100%}.city-card .card-media{display:block;overflow:hidden}.city-card img{height:158px}.city-card .card-body{display:flex;flex-direction:column;flex:1;padding:12px 13px 14px}.city-card h3{font-size:18px;line-height:1.27;min-height:69px;margin:9px 0 7px}.city-card p{font-size:12px;line-height:1.5;min-height:54px;margin:0 0 10px}.city-card .read{margin-top:auto}.city-sidebar{padding-top:42px}.sidebox{background:#fffdfa;box-shadow:0 7px 20px rgba(31,53,39,.04)}.city-facts dl{margin:0}.city-facts dl>div{padding:12px 0;border-bottom:1px solid var(--line)}.city-facts dl>div:last-child{border-bottom:0;padding-bottom:2px}.city-facts dt,.city-facts dd{margin:0}.city-facts dt{display:flex;align-items:center;gap:8px;font-size:11px;color:#747b76}.city-facts dt span{color:var(--green);font-size:17px;width:20px;text-align:center}.city-facts dd{font-size:13px;font-weight:700;margin:4px 0 0 28px}.city-categories a{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;border:1px solid #eee7dd!important;border-radius:7px;margin:8px 0;padding:10px 11px!important;background:#fff}.city-categories a span{color:var(--green);font-size:16px}.city-categories a b{color:#9aa09b}.city-categories a:hover{border-color:#cddbcf!important;transform:translateX(2px)}.city-before-section{padding-top:24px}.city-before-section h2{margin:5px 0 16px}.before{overflow:hidden;background:#fffdfa;box-shadow:0 7px 22px rgba(35,55,42,.04)}.before>a{text-align:center;padding:23px 15px;border-right:1px solid var(--line);transition:.2s}.before>a:last-child{border-right:0}.before>a:hover{background:#f7fbf8}.before b,.before strong,.before small{display:block}.before b{font-size:29px;color:var(--green);margin-bottom:8px}.before strong{font-size:13px}.before small{font-size:11px;line-height:1.45;color:#777;margin-top:6px}
@media(max-width:900px){.city-layout{grid-template-columns:1fr}.city-sidebar{padding-top:0;display:grid;grid-template-columns:1fr 1fr;gap:18px}.city-sidebar .sidebox{margin:0}.city-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.city-page{padding-top:0}.breadcrumbs{font-size:10px;gap:6px;overflow:hidden;white-space:nowrap}.city-hero{height:255px}.city-hero-copy{left:20px!important;right:20px;bottom:22px!important}.city-hero h1{font-size:41px}.city-hero p{font-size:13px}.city-layout{padding-top:24px}.city-title-row{align-items:flex-start}.city-title-row h2{font-size:23px}.city-post-count{display:none}.city-cards{grid-template-columns:1fr}.city-card img{height:200px}.city-card h3,.city-card p{min-height:0}.city-sidebar{grid-template-columns:1fr}.before{grid-template-columns:1fr 1fr}.before>a{border-bottom:1px solid var(--line)}.before>a:nth-child(2){border-right:0}.before>a:nth-child(3),.before>a:nth-child(4){border-bottom:0}}

/* V5 — Blog yazısı sayfası ve şehir sayfası son rötuşları */
.article-layout{grid-template-columns:minmax(0,1fr) 285px;gap:34px;padding-top:8px;padding-bottom:18px}.article-breadcrumbs{margin:12px 0 20px;white-space:nowrap;overflow:hidden}.article-breadcrumbs strong{overflow:hidden;text-overflow:ellipsis}.article-header{margin-bottom:10px}.article-kicker{display:inline-block;color:var(--green);font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.article h1{font-size:43px;line-height:1.08;letter-spacing:-.7px;margin:10px 0 14px;max-width:870px}.article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:9px 18px;font-size:11px;color:#777}.article-meta a{color:var(--green);font-weight:800;background:#edf4ef;border-radius:4px;padding:5px 7px}.article-cover-wrap{margin-top:18px}.article-figure{margin:18px 0}.article-cover,.article-img{display:block;width:100%;border-radius:10px;margin:0;object-fit:cover;background:#eef1ed}.article-cover{height:410px}.article-img{height:430px}.article-figure figcaption{font-size:10px;color:#8a8e8a;margin-top:7px}.article-lead{font-size:18px!important;line-height:1.72!important;color:#3e473f!important}.article-section{scroll-margin-top:105px;margin-top:32px}.article h2{font-size:29px;line-height:1.2;margin:0 0 12px}.article h3{font-size:22px;margin:22px 0 8px}.article p{font-family:Georgia,serif;font-size:16px;line-height:1.8;color:#465047}.article-sidebar{padding-top:68px}.article-sidebar .sticky{top:94px}.toc-box a{position:relative;padding-left:17px!important;line-height:1.4}.toc-box a:before{content:'+';position:absolute;left:0;color:var(--green);font-weight:800}.toc-box a:hover{color:var(--green);padding-left:20px!important}.related-box{margin-top:18px}.related-box .mini{padding:12px 0!important;align-items:center}.related-box .mini img{flex:0 0 78px;width:78px;height:54px}.related-box .mini span{font-size:11px;line-height:1.25}.faq-section{margin-top:40px}.faq-section details{background:#fffdfa;padding:0;border-color:#e9e2d8;overflow:hidden}.faq-section summary{cursor:pointer;list-style:none;padding:15px 16px;font:700 14px Arial,sans-serif;display:flex;align-items:center;justify-content:space-between}.faq-section summary::-webkit-details-marker{display:none}.faq-section summary span{font-size:18px;color:var(--green);transition:.2s}.faq-section details[open] summary span{transform:rotate(45deg)}.faq-section details p{margin:0;padding:0 16px 16px;font-family:Arial,sans-serif;font-size:13px;line-height:1.65}.article-share{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:34px 0 8px;padding:20px;border:1px solid #dfe8e1;border-radius:10px;background:#f3f8f4}.article-share strong,.article-share small{display:block}.article-share strong{font:700 18px Georgia}.article-share small{font-size:11px;color:#69716b;margin-top:5px}.share-buttons{display:flex;gap:9px}.share-buttons a,.share-buttons button{width:38px;height:38px;border-radius:50%;border:0;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:800;cursor:pointer}.share-buttons button.copied{background:#6a806f}.city-facts dl>div{display:grid;grid-template-columns:1fr;align-items:start}.city-facts dt{line-height:1.3}.city-facts dd{line-height:1.4}.city-categories a{line-height:1.25}.before>a{min-height:112px;display:flex;flex-direction:column;justify-content:center}.newsletter-copy small{margin-left:0}
@media(max-width:900px){.article-layout{grid-template-columns:1fr}.article-sidebar{display:grid!important;grid-template-columns:1fr 1fr;gap:18px;padding-top:0}.article-sidebar .sticky{position:static}.article-sidebar .sidebox{margin:0}.article-cover{height:360px}.article-img{height:380px}}
@media(max-width:600px){.article-layout{padding-top:0}.article-breadcrumbs{margin:4px 0 14px}.article h1{font-size:33px;line-height:1.1}.article-meta{gap:7px 11px}.article-cover{height:230px}.article-img{height:245px}.article-lead{font-size:16px!important}.article h2{font-size:24px}.article h3{font-size:20px}.article p{font-size:15px;line-height:1.72}.article-sidebar{grid-template-columns:1fr}.article-share{align-items:flex-start;flex-direction:column}.share-buttons{width:100%}.share-buttons a,.share-buttons button{flex:1;border-radius:7px}.before>a{min-height:105px}.city-facts dd{margin-left:28px}}

/* V6 — Blog detay sayfası son düzenlemeleri */
body:has(.article-layout) .article-layout{grid-template-columns:minmax(0,1fr) 310px;gap:42px;padding-top:4px;padding-bottom:30px}
body:has(.article-layout) .article{min-width:0}
body:has(.article-layout) .article-breadcrumbs{display:flex;align-items:center;gap:8px;margin:10px 0 22px;font-size:11px;line-height:1.4}
body:has(.article-layout) .article-breadcrumbs span{color:#a0a69f;flex:0 0 auto}
body:has(.article-layout) .article-breadcrumbs a{flex:0 0 auto}
body:has(.article-layout) .article-breadcrumbs strong{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#626a64}
body:has(.article-layout) .article-header{margin-bottom:18px}
body:has(.article-layout) .article h1{font-size:44px;line-height:1.08;margin:0 0 15px;max-width:900px}
body:has(.article-layout) .article-meta{gap:8px 14px}
body:has(.article-layout) .article-meta .meta-pill{color:var(--green);font-weight:800;background:#edf4ef;border-radius:4px;padding:5px 8px}
body:has(.article-layout) .article-cover-wrap{margin:0 0 25px}
body:has(.article-layout) .article-cover{height:430px}
body:has(.article-layout) .article-img{height:445px}
body:has(.article-layout) .article-lead{margin:0 0 30px}
body:has(.article-layout) .article-section{margin-top:34px}
body:has(.article-layout) .article-sidebar{padding-top:56px}
body:has(.article-layout) .article-sidebar .sidebox{padding:20px;border-radius:12px}
body:has(.article-layout) .article-sidebar .sticky{top:100px}
body:has(.article-layout) .toc-box a{padding:11px 0 11px 18px!important}
body:has(.article-layout) .related-box .mini{gap:12px;padding:12px 0!important}
body:has(.article-layout) .related-box .mini img{width:82px;height:58px;flex-basis:82px}
body:has(.article-layout) .related-box .mini span{font-size:12px;line-height:1.35}
body:has(.article-layout) .faq-section details{margin:10px 0;border-radius:8px}
body:has(.article-layout) .faq-section summary{gap:14px;min-height:50px}
body:has(.article-layout) .faq-question{display:block;min-width:0;color:#202620}
body:has(.article-layout) .faq-icon{display:grid;place-items:center;flex:0 0 26px;width:26px;height:26px;border-radius:50%;background:#edf4ef;font-size:18px!important;line-height:1;color:var(--green)}
body:has(.article-layout) .article-share{margin-top:38px;padding:22px 24px}
body:has(.article-layout) .share-buttons{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}
body:has(.article-layout) .share-buttons .share-btn{width:auto;height:40px;min-width:40px;padding:0 12px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font:700 11px Arial,sans-serif}
body:has(.article-layout) .share-buttons .share-btn svg{width:17px;height:17px;fill:currentColor}
body:has(.article-layout) .share-buttons .share-btn span{white-space:nowrap}
body:has(.article-layout) .newsletter{gap:32px;min-height:112px;padding:24px 36px}
body:has(.article-layout) .newsletter-copy{display:flex;align-items:flex-start;gap:16px;flex:1;min-width:0}
body:has(.article-layout) .newsletter-copy>div{min-width:0}
body:has(.article-layout) .newsletter strong{display:block;line-height:1.2}
body:has(.article-layout) .newsletter-privacy{display:block;margin:8px 0 0;line-height:1.4;white-space:normal}
body:has(.article-layout) .newsletter form{flex:0 0 420px;min-width:0}
body:has(.article-layout) .footer{padding-top:34px}

@media(max-width:900px){
 body:has(.article-layout) .article-layout{grid-template-columns:1fr;gap:28px}
 body:has(.article-layout) .article-sidebar{padding-top:0}
 body:has(.article-layout) .article-cover{height:370px}
 body:has(.article-layout) .article-img{height:390px}
 body:has(.article-layout) .newsletter{gap:18px}
 body:has(.article-layout) .newsletter form{flex-basis:auto;width:100%}
}
@media(max-width:600px){
 body:has(.article-layout) .article-breadcrumbs{gap:6px;margin-top:3px}
 body:has(.article-layout) .article h1{font-size:32px}
 body:has(.article-layout) .article-cover{height:230px}
 body:has(.article-layout) .article-img{height:245px}
 body:has(.article-layout) .article-share{padding:18px}
 body:has(.article-layout) .share-buttons{width:100%;justify-content:stretch}
 body:has(.article-layout) .share-buttons .share-btn{flex:1;padding-inline:8px}
 body:has(.article-layout) .share-buttons .share-btn span{font-size:10px}
 body:has(.article-layout) .newsletter{padding:20px}
 body:has(.article-layout) .newsletter-copy{display:block}
 body:has(.article-layout) .newsletter form{flex-direction:column}
}


/* V7 — Blog paylaşım ve SSS kesin düzeltmesi */
.article-share .share-buttons{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}
.article-share .share-buttons .share-btn{appearance:none!important;-webkit-appearance:none!important;box-sizing:border-box!important;width:auto!important;min-width:0!important;height:40px!important;max-height:40px!important;padding:0 14px!important;border:0!important;border-radius:8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font:700 11px/1 Arial,sans-serif!important;text-decoration:none!important;color:#fff!important;background:#174f34!important;white-space:nowrap!important;overflow:hidden!important;cursor:pointer!important}
.article-share .share-buttons .share-whatsapp{background:#1f7a4d!important}
.article-share .share-buttons .share-facebook{background:#315b8a!important}
.article-share .share-buttons .copy-link.copied{background:#6a806f!important}
.article-share .share-buttons svg{display:none!important;width:0!important;height:0!important;max-width:0!important;max-height:0!important}
.faq-section summary{position:relative!important;padding-right:52px!important;color:#202620!important;font-size:14px!important}
.faq-section summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#edf4ef;color:#174f34;font:700 18px/1 Arial,sans-serif;transition:transform .2s}
.faq-section details[open] summary::after{transform:translateY(-50%) rotate(45deg)}
.faq-section .faq-icon{display:none!important}
@media(max-width:600px){.article-share .share-buttons{width:100%;justify-content:stretch}.article-share .share-buttons .share-btn{flex:1 1 auto!important;padding:0 9px!important;font-size:10px!important}}

/* V9 — Mobil görünüm son kontrolü */
html,body{max-width:100%;overflow-x:hidden}
img,svg{max-width:100%}
@media(max-width:900px){
  .site-header{padding:8px 0;position:sticky;top:0}
  .nav-wrap{position:relative;height:58px;padding:0 14px;gap:12px}
  .logo{font-size:24px}
  .menu-toggle{display:inline-grid;place-items:center;width:40px;height:40px;padding:0;border-radius:8px;color:var(--green2);font-size:24px;line-height:1;cursor:pointer}
  .menu-toggle:focus-visible{outline:2px solid var(--green);outline-offset:2px}
  .main-nav{display:none;position:absolute;z-index:50;top:calc(100% + 8px);left:0;right:0;margin:0;padding:10px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 16px 40px rgba(20,45,31,.15);gap:0}
  .main-nav.open{display:flex}
  .main-nav a{display:block;padding:13px 12px;border-radius:8px;font-size:14px}
  .main-nav a:hover,.main-nav a:focus{background:#f3f7f4}
  .main-nav a:after{display:none}
  body.menu-open{overflow:hidden}

  .hero{min-height:0;padding:26px 0 32px;gap:20px}
  .hero-copy{padding-left:0}
  .hero-art{order:0}
  .hero-art img{height:auto;max-height:none;border-radius:10px}
  .cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .card,.city-card{min-width:0}
  .card h3{overflow-wrap:anywhere}
  .city-layout{grid-template-columns:1fr;padding-top:18px}
  .city-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:14px}
  .city-sidebar .sidebox{margin:0}
  .article-layout{grid-template-columns:1fr;gap:20px}
  .article-layout aside{display:grid;grid-template-columns:1fr 1fr;gap:14px;order:2}
  .article-sidebar .sticky{position:static;top:auto}
  .article-sidebar .sidebox{margin:0}
  .newsletter{margin-top:22px}
}

@media(max-width:600px){
  .container{width:calc(100% - 24px)}
  .site-header .container{width:calc(100% - 16px)}
  .nav-wrap{height:54px;border-radius:10px;padding:0 11px}
  .logo{font-size:21px;letter-spacing:-.4px}
  .logo b{font-size:11px}

  .hero{display:block;padding:22px 0 26px}
  .hero h1{font-size:39px;line-height:1.04;letter-spacing:-1.2px}
  .hero-copy p{font-size:14px;line-height:1.6}
  .hero-art{display:block;margin-top:22px}
  .hero-art img{width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;border-radius:10px}
  .search{max-width:none;margin-top:20px;padding:5px}
  .search span{padding:9px 7px}
  .search input{min-width:0;font-size:13px}
  .search button{min-width:58px;padding:0 12px}
  .popular{display:flex;gap:7px 10px;flex-wrap:wrap;align-items:center;line-height:1.5}
  .popular a{margin-left:0}

  .city-strip{padding:20px 0}
  .city-strip h2,.section h2{font-size:23px}
  .city-scroll{margin-right:-12px;padding-right:12px;scroll-snap-type:x proximity;scrollbar-width:none}
  .city-scroll::-webkit-scrollbar{display:none}
  .city-scroll a{min-width:112px;scroll-snap-align:start;padding:12px 10px}

  .section{padding:28px 0}
  .section-head{align-items:flex-end;gap:12px}
  .section-head h2{font-size:25px}
  .section-head>a{white-space:nowrap;font-size:12px}
  .cards,.story-grid,.city-cards{grid-template-columns:1fr!important;gap:14px}
  .card img,.compact img{height:auto;aspect-ratio:16/9}
  .card-body{padding:14px}
  .card h3{font-size:21px}
  .card p{font-size:14px}

  .guide-band{width:calc(100% - 24px);margin-top:4px}
  .guide-grid{padding:20px;gap:0}
  .guide-grid h2{font-size:22px;margin-bottom:10px}
  .guide-grid a{padding:11px 0;border-top:1px solid rgba(255,255,255,.13)}

  .regions{grid-template-columns:1fr;gap:10px}
  .regions>div,.region-card{min-height:74px}

  .newsletter{width:calc(100% - 24px);padding:20px 16px;align-items:stretch}
  .newsletter-copy{display:flex;align-items:flex-start;gap:10px}
  .newsletter strong{font-size:19px}
  .newsletter-privacy{display:block;margin-top:8px;line-height:1.45}
  .newsletter form{display:grid;grid-template-columns:1fr;gap:8px;width:100%}
  .newsletter input,.newsletter button{width:100%;height:46px;border-radius:7px!important;margin:0!important}

  .footer{padding-top:26px}
  .footer-grid{grid-template-columns:1fr;gap:22px}
  .footer-grid>div:first-child{grid-column:auto}
  .footer-grid>div{min-width:0}
  .footer h4{margin-bottom:8px}
  .footer-grid>div>a:not(.logo){margin:8px 0}
  .copyright{margin-top:18px;padding:16px 0 4px}

  .page-top{padding-top:4px}
  .breadcrumbs,.article-breadcrumbs{display:flex;gap:5px;align-items:center;overflow-x:auto;white-space:nowrap;padding:4px 0 8px;scrollbar-width:none}
  .breadcrumbs::-webkit-scrollbar,.article-breadcrumbs::-webkit-scrollbar{display:none}
  .breadcrumbs strong,.article-breadcrumbs strong{max-width:68vw;overflow:hidden;text-overflow:ellipsis}

  .city-hero{height:235px;border-radius:10px}
  .city-hero>div{left:18px;right:18px;bottom:18px;max-width:none}
  .city-hero h1{font-size:38px}
  .city-hero p{font-size:13px;line-height:1.45;margin-bottom:0}
  .city-layout{gap:18px;padding-bottom:12px}
  .city-title-row{align-items:flex-end;gap:10px}
  .city-title-row h2{font-size:24px;margin-bottom:4px}
  .city-post-count{white-space:nowrap}
  .city-sidebar{grid-template-columns:1fr}
  .sidebox{padding:16px}
  .before{grid-template-columns:1fr;border-radius:10px}
  .before>a,.before>div{border-right:0!important;border-bottom:1px solid var(--line);padding:18px 14px}
  .before>a:last-child,.before>div:last-child{border-bottom:0}

  .article-layout{padding-top:2px}
  .article h1{font-size:32px;line-height:1.08;margin-top:10px}
  .article-meta{display:flex;flex-wrap:wrap;gap:7px 10px}
  .article-cover,.article-img{width:100%;height:auto!important;aspect-ratio:16/10;object-fit:cover;border-radius:8px}
  .article p{font-size:16px;line-height:1.7}
  .article h2{font-size:25px;scroll-margin-top:82px}
  .article h3{font-size:21px}
  .article-layout aside{display:block;order:2}
  .article-sidebar .sidebox{margin-top:14px}
  .toc-box{display:none}
  .mini img{flex:0 0 75px}
  .faq-section details{padding:0}
  .faq-section summary{padding:14px 48px 14px 13px!important;line-height:1.35}
  .faq-section details p{padding:0 13px 14px;margin:0;font-size:14px}
  .article-share{display:block!important;padding:16px!important}
  .article-share>div:first-child small{display:block;margin-top:5px}
  .article-share .share-buttons{justify-content:flex-start!important;margin-top:14px;width:100%}
  .article-share .share-buttons .share-btn{flex:1 1 calc(50% - 5px)!important;min-width:125px!important;height:42px!important}
}

@media(max-width:380px){
  .hero h1{font-size:34px}
  .section-head{display:block}
  .section-head>a{display:inline-block;margin-top:8px}
  .article-share .share-buttons .share-btn{flex-basis:100%!important}
}

/* V10 — Gerçek arama sistemi */
.search-page{padding-top:16px;padding-bottom:58px;min-height:62vh}
.search-breadcrumbs{margin:0 0 18px;display:flex;align-items:center;gap:8px;font-size:11px;color:#7b837d}
.search-breadcrumbs span{color:#aab0ab}
.search-page-header{max-width:820px;margin:0 auto 36px;text-align:center}
.search-page-header h1{font-size:44px;line-height:1.08;margin:9px 0 12px;letter-spacing:-.8px}
.search-page-header>p{max-width:620px;margin:0 auto;color:#687169;font-size:14px;line-height:1.65}
.search-page-form{max-width:720px;margin:24px auto 0;text-align:left;box-shadow:0 12px 34px rgba(26,67,45,.1)}
.search-page-form input{font-size:14px}
.search-results-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:8px 0 22px}
.search-results-head h2{font-size:28px;margin:5px 0 0}
.search-results-head>a{font-size:12px;color:var(--green);font-weight:800;white-space:nowrap}
.search-results-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.search-result-card .meta small{max-width:62%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.search-empty-state{max-width:720px;margin:42px auto 12px;padding:54px 30px;text-align:center;border:1px solid var(--line);border-radius:14px;background:#fbfcfa}
.search-empty-state h2{font-size:27px;margin:14px 0 8px}
.search-empty-state p{margin:0 auto;color:#747c76;font-size:14px;line-height:1.6;max-width:520px}
.search-state-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:auto;background:#eaf2ec;color:var(--green);font-size:29px;font-weight:800}:root{--green:#174f34;--green2:#0f3b2c;--cream:#f7f3ec;--line:#e9e2d8;--text:#1d211e;--muted:#687069}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:Inter,Arial,sans-serif;background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{padding:18px 0;position:sticky;top:0;z-index:20;background:#ffffffed;backdrop-filter:blur(10px)}.nav-wrap{height:64px;border:1px solid #eee;border-radius:12px;box-shadow:0 6px 25px #0000000c;display:flex;align-items:center;padding:0 22px;gap:30px}.logo{font:700 29px Georgia;color:var(--green2);white-space:nowrap}.logo span{font-style:italic}.logo b{font:14px Arial}.main-nav{display:flex;gap:34px;margin:auto;font-size:14px;font-weight:600}.btn{border:0;border-radius:7px;padding:13px 20px;font-weight:700}.primary{background:var(--green);color:white}.menu-toggle{display:none;margin-left:auto;background:none;border:0;font-size:25px}.hero{display:grid;grid-template-columns:1fr 1.05fr;align-items:center;min-height:430px}.hero h1{font:700 49px/1.1 Georgia;margin:0 0 16px}.hero h1 span{color:var(--green)}.hero p{max-width:560px;line-height:1.7;color:#4e5750}.hero-art img{width:100%;display:block}.brush{width:70px;height:5px;background:#d9b76c;border-radius:100%;margin:14px 0}.search{display:flex;border:1px solid #ddd;border-radius:10px;padding:7px;margin-top:25px;max-width:520px;box-shadow:0 4px 14px #00000008}.search span{padding:10px}.search input{border:0;outline:0;flex:1;font-size:14px}.search button{background:var(--green);color:#fff;border:0;border-radius:6px;padding:0 22px}.popular{font-size:12px;margin-top:14px}.popular a{color:var(--green);font-weight:700;margin-left:14px}.city-strip{border-block:1px solid var(--line);padding:22px 0;background:#fffdfa}.city-strip h2,.section h2{font:700 25px Georgia}.city-scroll{display:flex;gap:14px;overflow:auto;padding-bottom:3px}.city-scroll a{min-width:123px;padding:14px;border:1px solid var(--line);border-radius:10px;background:white;display:flex;gap:10px;align-items:center;justify-content:center;box-shadow:0 3px 10px #00000007}.city-scroll span{color:var(--green);font-size:22px}.section{padding:28px 0}.section-head{display:flex;align-items:center;justify-content:space-between}.section-head>a{color:var(--green);font-weight:700}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 5px 18px #00000008}.card img{width:100%;height:175px;object-fit:cover;display:block}.card-body{padding:12px}.meta{display:flex;justify-content:space-between;align-items:center;gap:10px}.meta span{font-size:10px;color:var(--green);background:#edf4ef;padding:4px 6px}.meta small{color:#6f746f;font-size:10px}.card h3{font:700 20px/1.25 Georgia;margin:10px 0}.card p{font-size:13px;color:var(--muted);line-height:1.55}.read{color:var(--green);font-weight:700;font-size:13px}.guide-band{background:linear-gradient(120deg,#0c3328,#164b3c);color:white;margin:10px auto;width:min(1180px,calc(100% - 40px));border-radius:10px}.guide-grid{padding:22px;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:8px 28px}.guide-grid h2{grid-row:span 3;font:700 24px Georgia;margin:0}.guide-grid a{font-size:13px;display:flex;justify-content:space-between}.regions{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.regions>div{border:1px solid var(--line);border-radius:10px;padding:15px;display:flex;gap:10px;align-items:center}.regions b{font-size:29px;color:var(--green)}.regions strong,.regions small{display:block}.regions small{font-size:10px;color:#6b716c;margin-top:5px}.newsletter{margin-top:25px;border-radius:10px;background:linear-gradient(90deg,#fbf5eb,#f8efe2);padding:25px 45px;display:flex;align-items:center;justify-content:space-between}.newsletter strong{font:700 20px Georgia}.newsletter form{display:flex;min-width:440px}.newsletter input{flex:1;padding:14px;border:1px solid #ddd;border-radius:7px 0 0 7px}.newsletter button{border-radius:0 7px 7px 0}.footer{padding:30px 0 10px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.footer p{max-width:270px;color:var(--muted);font-size:13px;line-height:1.5}.footer h4{margin-top:0}.footer-grid>div>a:not(.logo){display:block;font-size:13px;margin:11px 0}.social{color:var(--green);letter-spacing:15px}.copyright{text-align:center;border-top:1px solid var(--line);padding-top:20px;margin-top:25px;font-size:12px;color:#777}.page-top{padding-top:15px}.breadcrumbs{font-size:12px;color:#777;margin:15px 0}.city-hero{height:340px;border-radius:12px;overflow:hidden;position:relative}.city-hero img{width:100%;height:100%;object-fit:cover}.city-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#000b,transparent 65%)}.city-hero>div{position:absolute;left:35px;bottom:28px;z-index:2;color:white;max-width:470px}.city-hero h1{font:700 52px Georgia;margin:0}.city-layout{display:grid;grid-template-columns:1fr 250px;gap:25px;padding:25px 0}.city-layout h2{font:700 25px Georgia}.compact h3{font-size:17px}.compact img{height:150px}.sidebox{border:1px solid var(--line);border-radius:10px;padding:18px;margin-bottom:18px;background:#fffdfa}.sidebox h3{font:700 20px Georgia;margin-top:0}.sidebox p{border-bottom:1px solid var(--line);padding:10px 0;font-size:13px}.sidebox>a{display:block;padding:10px;border-bottom:1px solid var(--line);font-size:13px}.before{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:10px}.before>div{text-align:center;padding:20px;border-right:1px solid var(--line)}.before>div:last-child{border:0}.before b,.before strong,.before small{display:block}.before b{font-size:28px;color:var(--green)}.before small{color:#777;margin-top:6px}.article-layout{display:grid;grid-template-columns:1fr 260px;gap:28px;padding-top:12px}.article h1{font:700 38px Georgia}.article-cover,.article-img{width:100%;border-radius:10px;margin:15px 0}.article-cover{height:390px;object-fit:cover}.article p{font:16px/1.75 Georgia;color:#4a514b}.article h2{font:700 27px Georgia}.article h3{font:700 22px Georgia}.sticky{position:sticky;top:100px}.mini{display:flex!important;gap:10px}.mini img{width:75px;height:50px;object-fit:cover;border-radius:5px}.mini span{font-size:11px;font-weight:700}details{border:1px solid var(--line);padding:14px;margin:8px 0;border-radius:6px}.empty{padding:100px 0;text-align:center}
@media(max-width:900px){.main-nav{display:none;position:absolute;top:82px;left:20px;right:20px;background:white;border:1px solid var(--line);border-radius:10px;padding:15px;flex-direction:column}.main-nav.open{display:flex}.menu-toggle{display:block}.desktop-only{display:none}.hero{grid-template-columns:1fr}.hero-art{order:-1}.hero-art img{max-height:280px}.cards{grid-template-columns:repeat(2,1fr)}.regions{grid-template-columns:repeat(3,1fr)}.guide-grid{grid-template-columns:1fr 1fr}.guide-grid h2{grid-row:auto;grid-column:1/-1}.city-layout,.article-layout{grid-template-columns:1fr}.article-layout aside{display:none}.newsletter{flex-direction:column;gap:18px}.newsletter form{min-width:0;width:100%}}
@media(max-width:600px){.container{width:min(100% - 24px,1180px)}.nav-wrap{height:55px;padding:0 13px}.logo{font-size:22px}.hero{padding:15px 0}.hero h1{font-size:35px}.hero-copy p{font-size:14px}.hero-art{display:none}.popular a{margin-left:7px}.cards{grid-template-columns:1fr}.card img{height:190px}.guide-band{width:calc(100% - 24px)}.guide-grid{grid-template-columns:1fr}.regions{grid-template-columns:repeat(2,1fr)}.newsletter{padding:20px}.newsletter form{flex-direction:column}.newsletter input,.newsletter button{border-radius:7px;margin:4px 0}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.city-hero{height:260px}.city-hero h1{font-size:40px}.city-hero>div{left:20px}.before{grid-template-columns:1fr 1fr}.before>div{border-bottom:1px solid var(--line)}.article h1{font-size:30px}.article-cover{height:230px}}

/* V2 — Ana sayfa görsel düzeni */
:root{--paper:#fffdf9;--soft:#fbf8f2;--shadow:0 12px 34px rgba(39,57,46,.08)}
body{background:linear-gradient(180deg,#fff 0,#fff 76%,#fffdf9 100%)}
.site-header{padding:14px 0 10px}.nav-wrap{height:62px;border-color:#ece9e2;border-radius:11px;box-shadow:0 8px 28px rgba(30,55,39,.07);background:rgba(255,255,255,.96)}
.logo{font-size:30px;letter-spacing:-.7px}.logo b{color:#3d7a58;margin-left:3px}.main-nav{gap:31px}.main-nav a{position:relative}.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--green);transition:.2s}.main-nav a:hover:after{right:0}
.btn.primary{box-shadow:0 5px 14px rgba(23,79,52,.15)}
.hero{grid-template-columns:.92fr 1.08fr;min-height:455px;gap:38px;padding:24px 0 18px}.hero-copy{padding-left:14px}.eyebrow{display:block;color:#708075;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;margin-bottom:9px}.hero h1{font-size:53px;letter-spacing:-1.7px;margin-bottom:12px}.hero p{font-size:15px;max-width:530px}.hero-art{min-width:0}.hero-art img{width:100%;height:390px;object-fit:cover;border-radius:0 0 8px 8px}.brush{margin:14px 0 17px}.search{background:#fff;padding:6px;border-color:#e6e1d9;box-shadow:0 8px 22px rgba(38,55,45,.07)}.search input{padding:0 4px}.search button{min-width:72px;font-weight:700}.popular{color:#777}.popular a{margin-left:12px}.city-strip{padding:18px 0 20px;background:#fffdfa}.strip-head{display:flex;justify-content:space-between;align-items:end}.strip-head h2{margin:0 0 14px}.strip-head>span{font-size:12px;color:#8a8d89;margin-bottom:15px}.city-scroll a{min-width:118px;padding:13px 14px;transition:.2s}.city-scroll a:hover{border-color:#c9d8ce;transform:translateY(-2px);box-shadow:0 8px 16px rgba(31,64,43,.08)}
.section{padding:34px 0}.section-head{margin-bottom:16px}.section-head h2{margin:0;font-size:28px}.section-head>a{font-size:13px}.story-grid{gap:18px}.card{border-color:#ebe6dd;box-shadow:0 7px 18px rgba(33,54,40,.055);transition:.22s}.card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(33,54,40,.1)}.card-media{display:block;overflow:hidden}.card img{height:180px;transition:transform .35s}.card:hover img{transform:scale(1.025)}.card-body{padding:13px 14px 15px}.card h3{font-size:20px;min-height:50px}.card p{min-height:41px;margin-bottom:12px}.read span{display:inline-block;transition:.2s}.read:hover span{transform:translateX(4px)}
.guide-band{margin-top:0;margin-bottom:4px;box-shadow:0 12px 28px rgba(8,47,34,.12)}.guide-grid{padding:23px 27px;grid-template-columns:1.35fr repeat(3,1fr);row-gap:12px}.guide-grid a{opacity:.94}.guide-grid a:hover{opacity:1;text-decoration:underline}.region-section{padding-top:27px}.regions{gap:13px}.region-card{border:1px solid var(--line);border-radius:10px;padding:15px 13px;display:flex;gap:10px;align-items:center;background:#fff;transition:.2s}.region-card:hover{transform:translateY(-2px);border-color:#ccd9cf;box-shadow:0 9px 20px rgba(36,63,45,.07)}.region-card b{font-size:29px;color:var(--green)}.region-card strong,.region-card small{display:block}.region-card small{font-size:10px;color:#6b716c;margin-top:5px;line-height:1.35}
.newsletter{margin-top:22px;padding:22px 38px;border:1px solid #f0e9dd}.newsletter-copy{display:flex;align-items:center;gap:18px}.newsletter-icon{font-size:34px;color:#d5af69}.newsletter strong{font-size:19px}.newsletter small{display:block;color:#777;font-size:10px;margin-top:7px}.newsletter form{min-width:410px}.footer{padding-top:28px}.social{display:flex;gap:18px;letter-spacing:0}.social a{color:var(--green)}
@media(max-width:900px){.hero{grid-template-columns:1fr;min-height:auto;padding-top:12px}.hero-copy{padding:10px 8px 0}.hero-art{order:initial}.hero-art img{height:300px}.strip-head>span{display:none}.guide-grid{grid-template-columns:1fr 1fr}.regions{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.site-header{padding-top:8px}.hero h1{font-size:37px}.hero-art{display:block}.hero-art img{height:215px}.hero-copy{padding-inline:0}.eyebrow{font-size:10px}.city-strip h2,.section h2{font-size:22px}.city-scroll a{min-width:105px;padding:12px 10px}.story-grid{gap:14px}.card h3{min-height:0}.card p{min-height:0}.guide-grid{grid-template-columns:1fr;padding:20px}.regions{grid-template-columns:1fr 1fr}.newsletter{padding:18px}.newsletter-copy{align-items:flex-start}.newsletter-icon{display:none}.newsletter strong{font-size:18px}.footer-grid{gap:24px}}


/* V3 — Ana sayfa son düzenlemeleri */
.home-page .site-header{padding-bottom:6px}
body:has(.hero) .site-header{padding-bottom:6px}
body:has(.hero) .hero{min-height:405px;padding:6px 0 20px;gap:44px}
body:has(.hero) .hero-copy{align-self:center;padding-left:0}
body:has(.hero) .hero-art{display:flex;align-items:center;justify-content:flex-end}
body:has(.hero) .hero-art img{height:365px;max-width:600px;object-fit:cover;border-radius:8px}
body:has(.hero) .strip-head{display:block}
body:has(.hero) .strip-head h2{margin:0 0 16px}
body:has(.hero) .stories-section .card{display:flex;flex-direction:column;height:100%}
body:has(.hero) .stories-section .card-media{flex:0 0 auto}
body:has(.hero) .stories-section .card-body{display:flex;flex:1;flex-direction:column}
body:has(.hero) .stories-section .card h3{min-height:50px}
body:has(.hero) .stories-section .card p{min-height:42px}
body:has(.hero) .stories-section .read{margin-top:auto}
body:has(.hero) .guide-band{min-height:116px;display:flex;align-items:center}
body:has(.hero) .guide-grid{width:100%;padding:27px 30px;row-gap:14px}
body:has(.hero) .guide-grid h2{font-size:25px;line-height:1.15}
body:has(.hero) .region-card{min-height:78px;padding:14px 12px;background:#fffdfa}
body:has(.hero) .newsletter{min-height:102px;gap:34px}
body:has(.hero) .newsletter-copy{flex:1;min-width:0}
body:has(.hero) .newsletter-copy>div{min-width:0}
body:has(.hero) .newsletter strong{display:block;line-height:1.2}
body:has(.hero) .newsletter small{line-height:1.35;white-space:normal}
body:has(.hero) .newsletter form{flex:0 0 420px}
body:has(.hero) .footer-grid{align-items:start;column-gap:58px}
body:has(.hero) .footer-grid>div:first-child{padding-right:20px}
body:has(.hero) .social{margin-top:16px}

@media(max-width:900px){
 body:has(.hero) .hero{padding-top:8px;gap:20px}
 body:has(.hero) .hero-art img{max-width:none;height:285px}
 body:has(.hero) .newsletter{gap:18px}
 body:has(.hero) .newsletter form{flex-basis:auto}
}
@media(max-width:600px){
 body:has(.hero) .hero{padding-top:4px}
 body:has(.hero) .hero-art img{height:205px}
 body:has(.hero) .stories-section .card h3,
 body:has(.hero) .stories-section .card p{min-height:0}
 body:has(.hero) .guide-band{min-height:0}
 body:has(.hero) .guide-grid{padding:20px}
 body:has(.hero) .region-card{min-height:72px}
 body:has(.hero) .newsletter{min-height:0;gap:16px}
 body:has(.hero) .footer-grid{column-gap:24px}
}

/* V4 — Aydın şehir sayfası */
.city-page{padding-top:8px}.breadcrumbs{display:flex;align-items:center;gap:9px}.breadcrumbs a:hover{color:var(--green)}.breadcrumbs strong{font-weight:600;color:#475047}.city-hero{height:360px;box-shadow:0 12px 30px rgba(28,48,36,.11)}.city-hero:after{background:linear-gradient(90deg,rgba(5,20,13,.82),rgba(9,28,19,.24) 63%,rgba(0,0,0,.03))}.city-hero-copy{left:42px!important;bottom:35px!important}.city-hero h1{font-size:56px;letter-spacing:-1px}.city-hero p{font-size:16px;line-height:1.55;margin:10px 0 0}.city-brush{display:block;width:54px;height:4px;background:#e2c27f;border-radius:99px;margin:8px 0}.city-layout{grid-template-columns:minmax(0,1fr) 270px;gap:28px;padding:32px 0 15px}.city-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:17px}.city-title-row h2{font-size:28px;margin:5px 0 0}.city-kicker{display:block;color:#728078;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.city-post-count{font-size:12px;color:#6c756e;white-space:nowrap}.city-cards{gap:18px}.city-card{display:flex;flex-direction:column;height:100%}.city-card .card-media{display:block;overflow:hidden}.city-card img{height:158px}.city-card .card-body{display:flex;flex-direction:column;flex:1;padding:12px 13px 14px}.city-card h3{font-size:18px;line-height:1.27;min-height:69px;margin:9px 0 7px}.city-card p{font-size:12px;line-height:1.5;min-height:54px;margin:0 0 10px}.city-card .read{margin-top:auto}.city-sidebar{padding-top:42px}.sidebox{background:#fffdfa;box-shadow:0 7px 20px rgba(31,53,39,.04)}.city-facts dl{margin:0}.city-facts dl>div{padding:12px 0;border-bottom:1px solid var(--line)}.city-facts dl>div:last-child{border-bottom:0;padding-bottom:2px}.city-facts dt,.city-facts dd{margin:0}.city-facts dt{display:flex;align-items:center;gap:8px;font-size:11px;color:#747b76}.city-facts dt span{color:var(--green);font-size:17px;width:20px;text-align:center}.city-facts dd{font-size:13px;font-weight:700;margin:4px 0 0 28px}.city-categories a{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;border:1px solid #eee7dd!important;border-radius:7px;margin:8px 0;padding:10px 11px!important;background:#fff}.city-categories a span{color:var(--green);font-size:16px}.city-categories a b{color:#9aa09b}.city-categories a:hover{border-color:#cddbcf!important;transform:translateX(2px)}.city-before-section{padding-top:24px}.city-before-section h2{margin:5px 0 16px}.before{overflow:hidden;background:#fffdfa;box-shadow:0 7px 22px rgba(35,55,42,.04)}.before>a{text-align:center;padding:23px 15px;border-right:1px solid var(--line);transition:.2s}.before>a:last-child{border-right:0}.before>a:hover{background:#f7fbf8}.before b,.before strong,.before small{display:block}.before b{font-size:29px;color:var(--green);margin-bottom:8px}.before strong{font-size:13px}.before small{font-size:11px;line-height:1.45;color:#777;margin-top:6px}
@media(max-width:900px){.city-layout{grid-template-columns:1fr}.city-sidebar{padding-top:0;display:grid;grid-template-columns:1fr 1fr;gap:18px}.city-sidebar .sidebox{margin:0}.city-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.city-page{padding-top:0}.breadcrumbs{font-size:10px;gap:6px;overflow:hidden;white-space:nowrap}.city-hero{height:255px}.city-hero-copy{left:20px!important;right:20px;bottom:22px!important}.city-hero h1{font-size:41px}.city-hero p{font-size:13px}.city-layout{padding-top:24px}.city-title-row{align-items:flex-start}.city-title-row h2{font-size:23px}.city-post-count{display:none}.city-cards{grid-template-columns:1fr}.city-card img{height:200px}.city-card h3,.city-card p{min-height:0}.city-sidebar{grid-template-columns:1fr}.before{grid-template-columns:1fr 1fr}.before>a{border-bottom:1px solid var(--line)}.before>a:nth-child(2){border-right:0}.before>a:nth-child(3),.before>a:nth-child(4){border-bottom:0}}

/* V5 — Blog yazısı sayfası ve şehir sayfası son rötuşları */
.article-layout{grid-template-columns:minmax(0,1fr) 285px;gap:34px;padding-top:8px;padding-bottom:18px}.article-breadcrumbs{margin:12px 0 20px;white-space:nowrap;overflow:hidden}.article-breadcrumbs strong{overflow:hidden;text-overflow:ellipsis}.article-header{margin-bottom:10px}.article-kicker{display:inline-block;color:var(--green);font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.article h1{font-size:43px;line-height:1.08;letter-spacing:-.7px;margin:10px 0 14px;max-width:870px}.article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:9px 18px;font-size:11px;color:#777}.article-meta a{color:var(--green);font-weight:800;background:#edf4ef;border-radius:4px;padding:5px 7px}.article-cover-wrap{margin-top:18px}.article-figure{margin:18px 0}.article-cover,.article-img{display:block;width:100%;border-radius:10px;margin:0;object-fit:cover;background:#eef1ed}.article-cover{height:410px}.article-img{height:430px}.article-figure figcaption{font-size:10px;color:#8a8e8a;margin-top:7px}.article-lead{font-size:18px!important;line-height:1.72!important;color:#3e473f!important}.article-section{scroll-margin-top:105px;margin-top:32px}.article h2{font-size:29px;line-height:1.2;margin:0 0 12px}.article h3{font-size:22px;margin:22px 0 8px}.article p{font-family:Georgia,serif;font-size:16px;line-height:1.8;color:#465047}.article-sidebar{padding-top:68px}.article-sidebar .sticky{top:94px}.toc-box a{position:relative;padding-left:17px!important;line-height:1.4}.toc-box a:before{content:'+';position:absolute;left:0;color:var(--green);font-weight:800}.toc-box a:hover{color:var(--green);padding-left:20px!important}.related-box{margin-top:18px}.related-box .mini{padding:12px 0!important;align-items:center}.related-box .mini img{flex:0 0 78px;width:78px;height:54px}.related-box .mini span{font-size:11px;line-height:1.25}.faq-section{margin-top:40px}.faq-section details{background:#fffdfa;padding:0;border-color:#e9e2d8;overflow:hidden}.faq-section summary{cursor:pointer;list-style:none;padding:15px 16px;font:700 14px Arial,sans-serif;display:flex;align-items:center;justify-content:space-between}.faq-section summary::-webkit-details-marker{display:none}.faq-section summary span{font-size:18px;color:var(--green);transition:.2s}.faq-section details[open] summary span{transform:rotate(45deg)}.faq-section details p{margin:0;padding:0 16px 16px;font-family:Arial,sans-serif;font-size:13px;line-height:1.65}.article-share{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:34px 0 8px;padding:20px;border:1px solid #dfe8e1;border-radius:10px;background:#f3f8f4}.article-share strong,.article-share small{display:block}.article-share strong{font:700 18px Georgia}.article-share small{font-size:11px;color:#69716b;margin-top:5px}.share-buttons{display:flex;gap:9px}.share-buttons a,.share-buttons button{width:38px;height:38px;border-radius:50%;border:0;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:800;cursor:pointer}.share-buttons button.copied{background:#6a806f}.city-facts dl>div{display:grid;grid-template-columns:1fr;align-items:start}.city-facts dt{line-height:1.3}.city-facts dd{line-height:1.4}.city-categories a{line-height:1.25}.before>a{min-height:112px;display:flex;flex-direction:column;justify-content:center}.newsletter-copy small{margin-left:0}
@media(max-width:900px){.article-layout{grid-template-columns:1fr}.article-sidebar{display:grid!important;grid-template-columns:1fr 1fr;gap:18px;padding-top:0}.article-sidebar .sticky{position:static}.article-sidebar .sidebox{margin:0}.article-cover{height:360px}.article-img{height:380px}}
@media(max-width:600px){.article-layout{padding-top:0}.article-breadcrumbs{margin:4px 0 14px}.article h1{font-size:33px;line-height:1.1}.article-meta{gap:7px 11px}.article-cover{height:230px}.article-img{height:245px}.article-lead{font-size:16px!important}.article h2{font-size:24px}.article h3{font-size:20px}.article p{font-size:15px;line-height:1.72}.article-sidebar{grid-template-columns:1fr}.article-share{align-items:flex-start;flex-direction:column}.share-buttons{width:100%}.share-buttons a,.share-buttons button{flex:1;border-radius:7px}.before>a{min-height:105px}.city-facts dd{margin-left:28px}}

/* V6 — Blog detay sayfası son düzenlemeleri */
body:has(.article-layout) .article-layout{grid-template-columns:minmax(0,1fr) 310px;gap:42px;padding-top:4px;padding-bottom:30px}
body:has(.article-layout) .article{min-width:0}
body:has(.article-layout) .article-breadcrumbs{display:flex;align-items:center;gap:8px;margin:10px 0 22px;font-size:11px;line-height:1.4}
body:has(.article-layout) .article-breadcrumbs span{color:#a0a69f;flex:0 0 auto}
body:has(.article-layout) .article-breadcrumbs a{flex:0 0 auto}
body:has(.article-layout) .article-breadcrumbs strong{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#626a64}
body:has(.article-layout) .article-header{margin-bottom:18px}
body:has(.article-layout) .article h1{font-size:44px;line-height:1.08;margin:0 0 15px;max-width:900px}
body:has(.article-layout) .article-meta{gap:8px 14px}
body:has(.article-layout) .article-meta .meta-pill{color:var(--green);font-weight:800;background:#edf4ef;border-radius:4px;padding:5px 8px}
body:has(.article-layout) .article-cover-wrap{margin:0 0 25px}
body:has(.article-layout) .article-cover{height:430px}
body:has(.article-layout) .article-img{height:445px}
body:has(.article-layout) .article-lead{margin:0 0 30px}
body:has(.article-layout) .article-section{margin-top:34px}
body:has(.article-layout) .article-sidebar{padding-top:56px}
body:has(.article-layout) .article-sidebar .sidebox{padding:20px;border-radius:12px}
body:has(.article-layout) .article-sidebar .sticky{top:100px}
body:has(.article-layout) .toc-box a{padding:11px 0 11px 18px!important}
body:has(.article-layout) .related-box .mini{gap:12px;padding:12px 0!important}
body:has(.article-layout) .related-box .mini img{width:82px;height:58px;flex-basis:82px}
body:has(.article-layout) .related-box .mini span{font-size:12px;line-height:1.35}
body:has(.article-layout) .faq-section details{margin:10px 0;border-radius:8px}
body:has(.article-layout) .faq-section summary{gap:14px;min-height:50px}
body:has(.article-layout) .faq-question{display:block;min-width:0;color:#202620}
body:has(.article-layout) .faq-icon{display:grid;place-items:center;flex:0 0 26px;width:26px;height:26px;border-radius:50%;background:#edf4ef;font-size:18px!important;line-height:1;color:var(--green)}
body:has(.article-layout) .article-share{margin-top:38px;padding:22px 24px}
body:has(.article-layout) .share-buttons{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}
body:has(.article-layout) .share-buttons .share-btn{width:auto;height:40px;min-width:40px;padding:0 12px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font:700 11px Arial,sans-serif}
body:has(.article-layout) .share-buttons .share-btn svg{width:17px;height:17px;fill:currentColor}
body:has(.article-layout) .share-buttons .share-btn span{white-space:nowrap}
body:has(.article-layout) .newsletter{gap:32px;min-height:112px;padding:24px 36px}
body:has(.article-layout) .newsletter-copy{display:flex;align-items:flex-start;gap:16px;flex:1;min-width:0}
body:has(.article-layout) .newsletter-copy>div{min-width:0}
body:has(.article-layout) .newsletter strong{display:block;line-height:1.2}
body:has(.article-layout) .newsletter-privacy{display:block;margin:8px 0 0;line-height:1.4;white-space:normal}
body:has(.article-layout) .newsletter form{flex:0 0 420px;min-width:0}
body:has(.article-layout) .footer{padding-top:34px}

@media(max-width:900px){
 body:has(.article-layout) .article-layout{grid-template-columns:1fr;gap:28px}
 body:has(.article-layout) .article-sidebar{padding-top:0}
 body:has(.article-layout) .article-cover{height:370px}
 body:has(.article-layout) .article-img{height:390px}
 body:has(.article-layout) .newsletter{gap:18px}
 body:has(.article-layout) .newsletter form{flex-basis:auto;width:100%}
}
@media(max-width:600px){
 body:has(.article-layout) .article-breadcrumbs{gap:6px;margin-top:3px}
 body:has(.article-layout) .article h1{font-size:32px}
 body:has(.article-layout) .article-cover{height:230px}
 body:has(.article-layout) .article-img{height:245px}
 body:has(.article-layout) .article-share{padding:18px}
 body:has(.article-layout) .share-buttons{width:100%;justify-content:stretch}
 body:has(.article-layout) .share-buttons .share-btn{flex:1;padding-inline:8px}
 body:has(.article-layout) .share-buttons .share-btn span{font-size:10px}
 body:has(.article-layout) .newsletter{padding:20px}
 body:has(.article-layout) .newsletter-copy{display:block}
 body:has(.article-layout) .newsletter form{flex-direction:column}
}


/* V7 — Blog paylaşım ve SSS kesin düzeltmesi */
.article-share .share-buttons{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}
.article-share .share-buttons .share-btn{appearance:none!important;-webkit-appearance:none!important;box-sizing:border-box!important;width:auto!important;min-width:0!important;height:40px!important;max-height:40px!important;padding:0 14px!important;border:0!important;border-radius:8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font:700 11px/1 Arial,sans-serif!important;text-decoration:none!important;color:#fff!important;background:#174f34!important;white-space:nowrap!important;overflow:hidden!important;cursor:pointer!important}
.article-share .share-buttons .share-whatsapp{background:#1f7a4d!important}
.article-share .share-buttons .share-facebook{background:#315b8a!important}
.article-share .share-buttons .copy-link.copied{background:#6a806f!important}
.article-share .share-buttons svg{display:none!important;width:0!important;height:0!important;max-width:0!important;max-height:0!important}
.faq-section summary{position:relative!important;padding-right:52px!important;color:#202620!important;font-size:14px!important}
.faq-section summary::after{content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#edf4ef;color:#174f34;font:700 18px/1 Arial,sans-serif;transition:transform .2s}
.faq-section details[open] summary::after{transform:translateY(-50%) rotate(45deg)}
.faq-section .faq-icon{display:none!important}
@media(max-width:600px){.article-share .share-buttons{width:100%;justify-content:stretch}.article-share .share-buttons .share-btn{flex:1 1 auto!important;padding:0 9px!important;font-size:10px!important}}

/* V9 — Mobil görünüm son kontrolü */
html,body{max-width:100%;overflow-x:hidden}
img,svg{max-width:100%}
@media(max-width:900px){
  .site-header{padding:8px 0;position:sticky;top:0}
  .nav-wrap{position:relative;height:58px;padding:0 14px;gap:12px}
  .logo{font-size:24px}
  .menu-toggle{display:inline-grid;place-items:center;width:40px;height:40px;padding:0;border-radius:8px;color:var(--green2);font-size:24px;line-height:1;cursor:pointer}
  .menu-toggle:focus-visible{outline:2px solid var(--green);outline-offset:2px}
  .main-nav{display:none;position:absolute;z-index:50;top:calc(100% + 8px);left:0;right:0;margin:0;padding:10px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 16px 40px rgba(20,45,31,.15);gap:0}
  .main-nav.open{display:flex}
  .main-nav a{display:block;padding:13px 12px;border-radius:8px;font-size:14px}
  .main-nav a:hover,.main-nav a:focus{background:#f3f7f4}
  .main-nav a:after{display:none}
  body.menu-open{overflow:hidden}

  .hero{min-height:0;padding:26px 0 32px;gap:20px}
  .hero-copy{padding-left:0}
  .hero-art{order:0}
  .hero-art img{height:auto;max-height:none;border-radius:10px}
  .cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .card,.city-card{min-width:0}
  .card h3{overflow-wrap:anywhere}
  .city-layout{grid-template-columns:1fr;padding-top:18px}
  .city-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:14px}
  .city-sidebar .sidebox{margin:0}
  .article-layout{grid-template-columns:1fr;gap:20px}
  .article-layout aside{display:grid;grid-template-columns:1fr 1fr;gap:14px;order:2}
  .article-sidebar .sticky{position:static;top:auto}
  .article-sidebar .sidebox{margin:0}
  .newsletter{margin-top:22px}
}

@media(max-width:600px){
  .container{width:calc(100% - 24px)}
  .site-header .container{width:calc(100% - 16px)}
  .nav-wrap{height:54px;border-radius:10px;padding:0 11px}
  .logo{font-size:21px;letter-spacing:-.4px}
  .logo b{font-size:11px}

  .hero{display:block;padding:22px 0 26px}
  .hero h1{font-size:39px;line-height:1.04;letter-spacing:-1.2px}
  .hero-copy p{font-size:14px;line-height:1.6}
  .hero-art{display:block;margin-top:22px}
  .hero-art img{width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;border-radius:10px}
  .search{max-width:none;margin-top:20px;padding:5px}
  .search span{padding:9px 7px}
  .search input{min-width:0;font-size:13px}
  .search button{min-width:58px;padding:0 12px}
  .popular{display:flex;gap:7px 10px;flex-wrap:wrap;align-items:center;line-height:1.5}
  .popular a{margin-left:0}

  .city-strip{padding:20px 0}
  .city-strip h2,.section h2{font-size:23px}
  .city-scroll{margin-right:-12px;padding-right:12px;scroll-snap-type:x proximity;scrollbar-width:none}
  .city-scroll::-webkit-scrollbar{display:none}
  .city-scroll a{min-width:112px;scroll-snap-align:start;padding:12px 10px}

  .section{padding:28px 0}
  .section-head{align-items:flex-end;gap:12px}
  .section-head h2{font-size:25px}
  .section-head>a{white-space:nowrap;font-size:12px}
  .cards,.story-grid,.city-cards{grid-template-columns:1fr!important;gap:14px}
  .card img,.compact img{height:auto;aspect-ratio:16/9}
  .card-body{padding:14px}
  .card h3{font-size:21px}
  .card p{font-size:14px}

  .guide-band{width:calc(100% - 24px);margin-top:4px}
  .guide-grid{padding:20px;gap:0}
  .guide-grid h2{font-size:22px;margin-bottom:10px}
  .guide-grid a{padding:11px 0;border-top:1px solid rgba(255,255,255,.13)}

  .regions{grid-template-columns:1fr;gap:10px}
  .regions>div,.region-card{min-height:74px}

  .newsletter{width:calc(100% - 24px);padding:20px 16px;align-items:stretch}
  .newsletter-copy{display:flex;align-items:flex-start;gap:10px}
  .newsletter strong{font-size:19px}
  .newsletter-privacy{display:block;margin-top:8px;line-height:1.45}
  .newsletter form{display:grid;grid-template-columns:1fr;gap:8px;width:100%}
  .newsletter input,.newsletter button{width:100%;height:46px;border-radius:7px!important;margin:0!important}

  .footer{padding-top:26px}
  .footer-grid{grid-template-columns:1fr;gap:22px}
  .footer-grid>div:first-child{grid-column:auto}
  .footer-grid>div{min-width:0}
  .footer h4{margin-bottom:8px}
  .footer-grid>div>a:not(.logo){margin:8px 0}
  .copyright{margin-top:18px;padding:16px 0 4px}

  .page-top{padding-top:4px}
  .breadcrumbs,.article-breadcrumbs{display:flex;gap:5px;align-items:center;overflow-x:auto;white-space:nowrap;padding:4px 0 8px;scrollbar-width:none}
  .breadcrumbs::-webkit-scrollbar,.article-breadcrumbs::-webkit-scrollbar{display:none}
  .breadcrumbs strong,.article-breadcrumbs strong{max-width:68vw;overflow:hidden;text-overflow:ellipsis}

  .city-hero{height:235px;border-radius:10px}
  .city-hero>div{left:18px;right:18px;bottom:18px;max-width:none}
  .city-hero h1{font-size:38px}
  .city-hero p{font-size:13px;line-height:1.45;margin-bottom:0}
  .city-layout{gap:18px;padding-bottom:12px}
  .city-title-row{align-items:flex-end;gap:10px}
  .city-title-row h2{font-size:24px;margin-bottom:4px}
  .city-post-count{white-space:nowrap}
  .city-sidebar{grid-template-columns:1fr}
  .sidebox{padding:16px}
  .before{grid-template-columns:1fr;border-radius:10px}
  .before>a,.before>div{border-right:0!important;border-bottom:1px solid var(--line);padding:18px 14px}
  .before>a:last-child,.before>div:last-child{border-bottom:0}

  .article-layout{padding-top:2px}
  .article h1{font-size:32px;line-height:1.08;margin-top:10px}
  .article-meta{display:flex;flex-wrap:wrap;gap:7px 10px}
  .article-cover,.article-img{width:100%;height:auto!important;aspect-ratio:16/10;object-fit:cover;border-radius:8px}
  .article p{font-size:16px;line-height:1.7}
  .article h2{font-size:25px;scroll-margin-top:82px}
  .article h3{font-size:21px}
  .article-layout aside{display:block;order:2}
  .article-sidebar .sidebox{margin-top:14px}
  .toc-box{display:none}
  .mini img{flex:0 0 75px}
  .faq-section details{padding:0}
  .faq-section summary{padding:14px 48px 14px 13px!important;line-height:1.35}
  .faq-section details p{padding:0 13px 14px;margin:0;font-size:14px}
  .article-share{display:block!important;padding:16px!important}
  .article-share>div:first-child small{display:block;margin-top:5px}
  .article-share .share-buttons{justify-content:flex-start!important;margin-top:14px;width:100%}
  .article-share .share-buttons .share-btn{flex:1 1 calc(50% - 5px)!important;min-width:125px!important;height:42px!important}
}

@media(max-width:380px){
  .hero h1{font-size:34px}
  .section-head{display:block}
  .section-head>a{display:inline-block;margin-top:8px}
  .article-share .share-buttons .share-btn{flex-basis:100%!important}
}

/* V10 — Gerçek arama sistemi */
.search-page{padding-top:16px;padding-bottom:58px;min-height:62vh}
.search-breadcrumbs{margin:0 0 18px;display:flex;align-items:center;gap:8px;font-size:11px;color:#7b837d}
.search-breadcrumbs span{color:#aab0ab}
.search-page-header{max-width:820px;margin:0 auto 36px;text-align:center}
.search-page-header h1{font-size:44px;line-height:1.08;margin:9px 0 12px;letter-spacing:-.8px}
.search-page-header>p{max-width:620px;margin:0 auto;color:#687169;font-size:14px;line-height:1.65}
.search-page-form{max-width:720px;margin:24px auto 0;text-align:left;box-shadow:0 12px 34px rgba(26,67,45,.1)}
.search-page-form input{font-size:14px}
.search-results-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:8px 0 22px}
.search-results-head h2{font-size:28px;margin:5px 0 0}
.search-results-head>a{font-size:12px;color:var(--green);font-weight:800;white-space:nowrap}
.search-results-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.search-result-card .meta small{max-width:62%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.search-empty-state{max-width:720px;margin:42px auto 12px;padding:54px 30px;text-align:center;border:1px solid var(--line);border-radius:14px;background:#fbfcfa}
.search-empty-state h2{font-size:27px;margin:14px 0 8px}
.search-empty-state p{margin:0 auto;color:#747c76;font-size:14px;line-height:1.6;max-width:520px}
.search-state-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:auto;background:#eaf2ec;color:var(--green);font-size:29px;font-weight:800}
.search-warning .search-state-icon{background:#f7efe2;color:#9a6a23}
.search-suggestions{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:22px}
.search-suggestions a{padding:9px 13px;border:1px solid #dbe7de;border-radius:999px;background:#fff;color:var(--green);font-size:12px;font-weight:700}
.search-suggestions a:hover{background:#edf5ef}
@media(max-width:900px){.search-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.search-page-header h1{font-size:38px}}
@media(max-width:600px){.search-page{padding-top:4px;padding-bottom:34px}.search-page-header{text-align:left;margin-bottom:28px}.search-page-header h1{font-size:32px}.search-page-header>p{margin-left:0}.search-page-form{margin-top:18px}.search-results-head{align-items:flex-start}.search-results-head h2{font-size:23px}.search-results-grid{grid-template-columns:1fr}.search-empty-state{margin-top:24px;padding:38px 18px}.search-empty-state h2{font-size:23px}.search-result-card .meta small{max-width:58%}}

/* V11.1 — Şehir rehberleri liste sayfası son düzenleme */
.cities-page{padding-top:10px;padding-bottom:34px}
.cities-breadcrumbs{display:flex;align-items:center;gap:7px;margin-bottom:18px}
.cities-page-head{max-width:720px;margin-bottom:34px}
.cities-page-head h1{font:700 42px/1.08 Georgia,serif;letter-spacing:-.5px;margin:8px 0 12px}
.cities-page-head p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}
.city-region-group{margin-top:34px}
.city-region-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:16px}
.city-region-head h2{font:700 28px/1.15 Georgia,serif;margin:0}
.city-region-head p{margin:6px 0 0;color:var(--muted);font-size:12px}
.city-region-head>span{padding:7px 11px;border:1px solid var(--line);border-radius:999px;background:#fffdfa;color:var(--green);font-size:11px;font-weight:800;white-space:nowrap}
.cities-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.city-directory-card{min-width:0;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 7px 22px rgba(25,55,38,.06);transition:transform .2s ease,box-shadow .2s ease}
.city-directory-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(25,55,38,.1)}
.city-directory-visual{display:block;aspect-ratio:16/9;overflow:hidden;background:#eef1ed}
.city-directory-visual img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}
.city-directory-card:hover .city-directory-visual img{transform:scale(1.025)}
.city-directory-body{padding:17px}
.city-directory-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.city-directory-title-row h3{font:700 24px/1.15 Georgia,serif;margin:0}
.city-directory-title-row h3 a:hover{color:var(--green)}
.city-directory-title-row p{margin:5px 0 0;color:#747b75;font-size:11px}
.city-directory-count{flex:0 0 auto;padding:5px 8px;border-radius:999px;background:#edf4ef;color:var(--green);font-size:10px;font-weight:800}
.city-directory-summary{min-height:44px;margin:15px 0;color:var(--muted);font-size:13px;line-height:1.55}
.city-directory-link{display:inline-flex;align-items:center;gap:7px;color:var(--green);font-size:13px;font-weight:800}
.city-directory-link span{transition:transform .2s ease}
.city-directory-link:hover span{transform:translateX(3px)}
body:has(.cities-page) .newsletter{gap:28px;min-height:108px;padding:24px 36px}
body:has(.cities-page) .newsletter-copy{flex:1;min-width:0;align-items:flex-start}
body:has(.cities-page) .newsletter-copy>div{min-width:0}
body:has(.cities-page) .newsletter strong{display:block;line-height:1.2}
body:has(.cities-page) .newsletter-privacy{display:block;margin-top:7px;line-height:1.4;white-space:normal}
body:has(.cities-page) .newsletter form{flex:0 0 420px;min-width:0}
@media(max-width:900px){
  .cities-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body:has(.cities-page) .newsletter{flex-direction:column;align-items:stretch;gap:18px}
  body:has(.cities-page) .newsletter form{flex-basis:auto;width:100%}
}
@media(max-width:600px){
  .cities-page{padding-top:2px;padding-bottom:22px}
  .cities-page-head{margin-bottom:26px}
  .cities-page-head h1{font-size:32px}
  .cities-page-head p{font-size:14px}
  .city-region-group{margin-top:28px}
  .city-region-head{align-items:center}
  .city-region-head h2{font-size:24px}
  .cities-directory-grid{grid-template-columns:1fr;gap:15px}
  .city-directory-body{padding:15px}
  .city-directory-title-row h3{font-size:22px}
  .city-directory-summary{min-height:0;margin:13px 0}
  body:has(.cities-page) .newsletter{padding:20px 16px}
}

.search-warning .search-state-icon{background:#f7efe2;color:#9a6a23}
.search-suggestions{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:22px}
.search-suggestions a{padding:9px 13px;border:1px solid #dbe7de;border-radius:999px;background:#fff;color:var(--green);font-size:12px;font-weight:700}
.search-suggestions a:hover{background:#edf5ef}
@media(max-width:900px){.search-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.search-page-header h1{font-size:38px}}
@media(max-width:600px){.search-page{padding-top:4px;padding-bottom:34px}.search-page-header{text-align:left;margin-bottom:28px}.search-page-header h1{font-size:32px}.search-page-header>p{margin-left:0}.search-page-form{margin-top:18px}.search-results-head{align-items:flex-start}.search-results-head h2{font-size:23px}.search-results-grid{grid-template-columns:1fr}.search-empty-state{margin-top:24px;padding:38px 18px}.search-empty-state h2{font-size:23px}.search-result-card .meta small{max-width:58%}}


/* Şanlıurfa uzun içerik, tavsiye ve rezervasyon kutuları */
.article-callout{margin:22px 0;padding:18px 20px;border-left:4px solid #d5ae59;border-radius:8px;background:#fff8e9;box-shadow:0 7px 20px rgba(75,55,20,.06)}
.article-callout strong{display:block;color:#765719;font:700 18px Georgia,serif;margin-bottom:6px}.article-callout p{margin:0!important;font-family:Arial,sans-serif!important;font-size:14px!important;line-height:1.65!important;color:#594d36!important}
.article-reservation{margin:26px 0;padding:22px 24px;border-radius:12px;background:linear-gradient(120deg,#0d3c2d,#176044);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 13px 30px rgba(12,60,44,.18)}
.article-reservation span{display:block;font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:#d8e8dd}.article-reservation h3{margin:5px 0 7px!important;color:#fff;font-size:22px!important}.article-reservation p{margin:0!important;color:#edf6f0!important;font-family:Arial,sans-serif!important;font-size:13px!important;line-height:1.55!important}.article-reservation a{flex:0 0 auto;padding:13px 17px;border-radius:7px;background:#fff;color:#164f36;font-size:13px;font-weight:800;white-space:nowrap}
.article-source-note{margin:30px 0;padding:16px 18px;border:1px solid #e5e1d8;border-radius:8px;background:#faf9f6}.article-source-note strong{display:block;font-size:13px;color:#174f34}.article-source-note p{margin:5px 0 0!important;font-family:Arial,sans-serif!important;font-size:12px!important;line-height:1.6!important;color:#666!important}
@media(max-width:700px){.article-reservation{align-items:flex-start;flex-direction:column;padding:19px}.article-reservation a{width:100%;text-align:center}.article-callout{padding:16px}.article h1{font-size:34px}}

/* Şanlıurfa içerikleri: konum ve ulaşım kartları */
.article-location{margin:28px 0;padding:22px;border:1px solid #dce9df;border-radius:18px;background:#f7fbf8;box-shadow:0 10px 30px rgba(31,78,51,.06)}
.article-location-head{display:flex;align-items:center;gap:13px;margin-bottom:14px}.article-location-head>div>span{display:block;margin-bottom:2px;color:#548064;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.article-location-head h3{margin:0;color:#173f28;font-size:21px;line-height:1.25}.article-location-icon{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border-radius:14px;background:#e4f2e8;color:#23683e;font-size:26px;font-weight:900}.article-location p{margin:8px 0;color:#405448;line-height:1.65}.article-location p strong{color:#203e2c}.article-location-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:17px}.article-location-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 15px;border:1px solid #2d7448;border-radius:11px;color:#245e3b;background:#fff;font-size:14px;font-weight:800;text-decoration:none}.article-location-actions a:hover{background:#eaf5ed}.article-location-actions .location-transfer{border-color:#1d6f3d;background:#1f7843;color:#fff}.article-location-actions .location-transfer:hover{background:#185f35}
@media(max-width:640px){.article-location{padding:18px 16px;border-radius:15px}.article-location-head h3{font-size:18px}.article-location-actions{display:grid;grid-template-columns:1fr}.article-location-actions a{width:100%}}


/* Urfa Sıra Gecesi uzun rehber bileşenleri */
.article-list-box{margin:24px 0;padding:22px 24px;border:1px solid #dfe9df;border-radius:18px;background:#f7fbf7}
.article-list-box h3{margin:0 0 12px;font-size:1.08rem;color:#24472d}
.article-list-box ul{margin:0;padding-left:21px;display:grid;gap:9px}
.article-list-box li{line-height:1.65;color:#435248}
.article-table-wrap{margin:24px 0;overflow-x:auto;border:1px solid #e0e7df;border-radius:16px;background:#fff}
.article-table{width:100%;border-collapse:collapse;min-width:680px}
.article-table th,.article-table td{padding:15px 17px;text-align:left;vertical-align:top;border-bottom:1px solid #e8eee8;line-height:1.55}
.article-table th{background:#eff6ef;color:#23452d;font-size:.92rem}
.article-table tr:last-child td{border-bottom:0}
.article-reservation{position:relative;overflow:hidden}
.article-reservation:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:#2f6a3d}
.article-location-actions a,.article-reservation>a{transition:transform .18s ease,box-shadow .18s ease}
.article-location-actions a:hover,.article-reservation>a:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(34,72,43,.13)}
@media(max-width:720px){.article-list-box{padding:18px}.article-table th,.article-table td{padding:12px 14px}.article-table{min-width:620px}}


/* V14.1 — Sayfa üstü belirgin WhatsApp rezervasyon kutusu */
.article-top-whatsapp{margin:22px 0 26px;padding:22px 24px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;border:2px solid #1f8f4d;border-radius:18px;background:linear-gradient(135deg,#effcf3,#ffffff);box-shadow:0 14px 34px rgba(31,143,77,.16)}
.article-top-whatsapp-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#20a957;color:#fff;font-size:17px;font-weight:900;letter-spacing:-.04em;box-shadow:0 8px 20px rgba(32,169,87,.25)}
.article-top-whatsapp-copy>span{display:block;margin-bottom:3px;color:#168044;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.article-top-whatsapp-copy h2{margin:0 0 4px!important;color:#153d27;font-size:23px!important;line-height:1.2!important}
.article-top-whatsapp-phone{display:inline-block;color:#118344;font-size:24px;font-weight:900;line-height:1.15;text-decoration:none}
.article-top-whatsapp-copy p{max-width:650px;margin:7px 0 0!important;color:#466052!important;font-family:Arial,sans-serif!important;font-size:13px!important;line-height:1.55!important}
.article-top-whatsapp-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 20px;border-radius:12px;background:#1fa855;color:#fff;font-size:14px;font-weight:900;white-space:nowrap;text-decoration:none;box-shadow:0 9px 22px rgba(31,168,85,.25);transition:transform .18s ease,background .18s ease,box-shadow .18s ease}
.article-top-whatsapp-button:hover{transform:translateY(-2px);background:#188b46;box-shadow:0 12px 26px rgba(31,168,85,.3)}
@media(max-width:760px){.article-top-whatsapp{grid-template-columns:auto 1fr;padding:18px;gap:13px}.article-top-whatsapp-icon{width:48px;height:48px;font-size:14px}.article-top-whatsapp-copy h2{font-size:20px!important}.article-top-whatsapp-phone{font-size:22px}.article-top-whatsapp-button{grid-column:1/-1;width:100%;min-height:52px}.article-top-whatsapp-copy p{font-size:12.5px!important}}
@media(max-width:430px){.article-top-whatsapp{grid-template-columns:1fr;text-align:center}.article-top-whatsapp-icon{margin:auto}.article-top-whatsapp-copy p{margin-left:auto!important;margin-right:auto!important}.article-top-whatsapp-button{grid-column:auto}}

/* V14.2 — Üst WhatsApp kutusu kesin görünüm ve önbellek düzeltmesi */
.article .article-top-whatsapp{
  box-sizing:border-box!important;
  width:100%!important;
  margin:22px 0 28px!important;
  padding:22px 24px!important;
  display:grid!important;
  grid-template-columns:60px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:18px!important;
  border:2px solid #1f9d55!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,#eafaf0 0%,#f8fffa 55%,#fff 100%)!important;
  box-shadow:0 14px 34px rgba(24,125,67,.16)!important;
}
.article .article-top-whatsapp-icon{
  box-sizing:border-box!important;
  display:grid!important;
  place-items:center!important;
  width:58px!important;
  height:58px!important;
  border-radius:50%!important;
  background:#20a957!important;
  color:#fff!important;
  line-height:1!important;
  box-shadow:0 8px 20px rgba(32,169,87,.24)!important;
}
.article .article-top-whatsapp-icon svg{display:block!important;width:30px!important;height:30px!important;max-width:30px!important;max-height:30px!important}
.article .article-top-whatsapp-copy{min-width:0!important}
.article .article-top-whatsapp-copy>span{display:block!important;margin:0 0 4px!important;color:#168044!important;font:900 11px/1.2 Arial,sans-serif!important;letter-spacing:.12em!important;text-transform:uppercase!important}
.article .article-top-whatsapp-copy h2{margin:0 0 6px!important;color:#153d27!important;font-size:24px!important;line-height:1.2!important}
.article .article-top-whatsapp-phone{display:inline-block!important;color:#0d7c3c!important;font:900 25px/1.15 Arial,sans-serif!important;text-decoration:none!important;letter-spacing:.02em!important}
.article .article-top-whatsapp-copy p{max-width:650px!important;margin:8px 0 0!important;color:#466052!important;font:400 14px/1.55 Arial,sans-serif!important}
.article .article-top-whatsapp-button{
  box-sizing:border-box!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:52px!important;
  padding:14px 21px!important;
  border:0!important;
  border-radius:12px!important;
  background:#1fa855!important;
  color:#fff!important;
  font:900 14px/1 Arial,sans-serif!important;
  white-space:nowrap!important;
  text-decoration:none!important;
  box-shadow:0 9px 22px rgba(31,168,85,.25)!important;
}
.article .article-top-whatsapp-button:hover{background:#188b46!important;transform:translateY(-2px)!important}
@media(max-width:760px){
  .article .article-top-whatsapp{grid-template-columns:50px minmax(0,1fr)!important;padding:18px!important;gap:13px!important}
  .article .article-top-whatsapp-icon{width:48px!important;height:48px!important}
  .article .article-top-whatsapp-copy h2{font-size:20px!important}
  .article .article-top-whatsapp-phone{font-size:21px!important}
  .article .article-top-whatsapp-button{grid-column:1/-1!important;width:100%!important}
}
@media(max-width:430px){
  .article .article-top-whatsapp{grid-template-columns:1fr!important;text-align:center!important}
  .article .article-top-whatsapp-icon{margin:0 auto!important}
  .article .article-top-whatsapp-button{grid-column:auto!important}
}

/* V15.1 — Antalya uzun rehber okunabilirlik ve dönüşüm düzeni */
.article--antalya{--antalya-blue:#236f89;--antalya-sand:#f6efe2;--antalya-green:#165c3a}
.article--antalya .article-header{padding-bottom:4px}
.article--antalya .article-lead{margin:22px 0 34px;padding:21px 23px;border-left:5px solid var(--antalya-blue);border-radius:0 14px 14px 0;background:#f4fafc;color:#314950!important}
.article--antalya .article-section{padding-top:8px;border-top:1px solid transparent}
.article--antalya .article-section:nth-of-type(4n+1){border-top-color:#edf1ed}
.article--antalya .article-section>p{max-width:78ch;margin:0 0 16px}
.article--antalya .article-section>p+p{margin-top:4px}
.article--antalya .article-figure{margin:30px 0}
.article--antalya .article-img{height:auto;max-height:520px;aspect-ratio:16/9;box-shadow:0 12px 30px rgba(25,55,40,.09)}
.article--antalya .article-figure figcaption{padding:3px 2px;font-size:12px;line-height:1.5}
.article--antalya .article-location{border-color:#d6e7eb;background:linear-gradient(145deg,#f4fbfd,#fff)}
.article--antalya .article-location-icon{background:#dff0f4;color:var(--antalya-blue)}
.article--antalya .article-location-head>div>span{color:var(--antalya-blue)}
.article--antalya .article-location-actions a{border-color:#3b8297;color:#246a80}
.article--antalya .article-location-actions a:hover{background:#edf8fb}
.article--antalya .article-location-actions .location-transfer{border-color:var(--antalya-green);background:var(--antalya-green);color:#fff}
.article--antalya .article-callout{border-left-color:#d7a747;background:#fff9ed}
.article--antalya .article-reservation{border-radius:18px;background:linear-gradient(125deg,#124b34,#1b6b49);box-shadow:0 16px 34px rgba(18,75,52,.18)}
.article--antalya .article-reservation:before{width:7px;background:#e2ba65}
.article--antalya .article-reservation>a{min-height:48px;border-radius:12px;padding:14px 18px}
.article--antalya .article-section--plan{margin-top:42px;padding:26px;border:1px solid #e8dfd0;border-radius:20px;background:linear-gradient(145deg,#fffdf9,#faf4e8)}
.article--antalya .article-section--plan>h2{color:#174f34}
.article--antalya .article-section--plan .article-table-wrap{box-shadow:0 10px 25px rgba(64,49,25,.06)}
.article--antalya .article-table th{position:sticky;top:0;background:#eaf3ee;color:#173f2a}
.article--antalya .faq-section details{border-radius:12px;margin:10px 0}
.article--antalya .faq-section details[open]{border-color:#cfe0d4;background:#fbfefc}
.article--antalya .article-source-note{margin-top:42px}
.article--antalya .article-top-whatsapp{border-color:#20a957!important;background:linear-gradient(135deg,#eafaf0 0%,#f7fffa 52%,#edf8fb 100%)!important}
.article--antalya .article-top-whatsapp-copy>span{color:#147b42!important}
.article--antalya .article-top-whatsapp-copy h2{font-size:25px!important}
.article--antalya .article-top-whatsapp-button{background:#159447!important}

.article-mobile-toc{display:none;margin:18px 0;border:1px solid #dce7df;border-radius:14px;background:#fbfdfb;overflow:hidden}
.article-mobile-toc summary{cursor:pointer;padding:15px 17px;font:800 14px/1.3 Arial,sans-serif;color:#174f34;list-style:none}
.article-mobile-toc summary::-webkit-details-marker{display:none}
.article-mobile-toc summary:after{content:'+';float:right;font-size:20px;line-height:16px}
.article-mobile-toc[open] summary:after{content:'−'}
.article-mobile-toc nav{display:grid;max-height:360px;overflow:auto;padding:0 16px 14px}
.article-mobile-toc a{padding:9px 0;border-top:1px solid #e7eee9;font-size:13px;line-height:1.35;color:#405449}
.toc-box a.is-active{color:#174f34!important;background:#edf5ef;border-radius:7px;font-weight:800;padding-right:8px!important}

@media(max-width:900px){
  .article-mobile-toc{display:block}
  .article--antalya .article-section>p{max-width:none}
  .article--antalya .article-section--plan{padding:21px}
}
@media(max-width:600px){
  .article--antalya .article-lead{padding:17px 16px;margin-bottom:26px}
  .article--antalya .article-figure{margin:23px 0}
  .article--antalya .article-img{max-height:none;aspect-ratio:4/3}
  .article--antalya .article-section--plan{margin-inline:-4px;padding:17px 14px;border-radius:15px}
  .article--antalya .article-reservation{padding:18px 16px}
  .article--antalya .article-top-whatsapp-copy h2{font-size:20px!important}
}

/* V15.2 — Mobil menü güvenilirlik düzeltmesi */
.menu-toggle span{display:block;line-height:1;pointer-events:none}
@media(max-width:900px){
  .site-header{z-index:100}
  .nav-wrap{overflow:visible}
  .main-nav{visibility:hidden;opacity:0;pointer-events:none;transform:translateY(-6px);display:flex!important;transition:opacity .18s ease,transform .18s ease,visibility .18s}
  .main-nav.open{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}
}

/* V19 — 81 şehir kaydırıcısı ve gerçek blog görselleri */
.city-strip .strip-head{align-items:center;gap:18px}
.city-scroll-controls{display:flex;gap:7px;margin-bottom:12px}
.city-scroll-controls button{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--green);font-size:25px;line-height:1;cursor:pointer;box-shadow:0 4px 12px rgba(25,55,38,.07);transition:.2s}
.city-scroll-controls button:hover{background:var(--green);color:#fff;border-color:var(--green);transform:translateY(-1px)}
.city-scroll{scroll-behavior:smooth;overscroll-behavior-inline:contain}
.city-scroll .city-chip{flex:0 0 auto;min-width:132px;min-height:54px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;display:grid;grid-template-columns:30px 1fr;grid-template-rows:auto auto;column-gap:8px;align-items:center;box-shadow:0 3px 10px #00000007;scroll-snap-align:start;transition:.2s}
.city-scroll .city-chip .city-plate{grid-row:1/3;width:29px;height:29px;border-radius:8px;display:grid;place-items:center;background:#edf4ef;color:var(--green);font-size:11px;font-weight:800}
.city-scroll .city-chip strong{font-size:12px;line-height:1.2;white-space:nowrap}
.city-scroll .city-chip small{font-size:9px;color:#929892;line-height:1.1}
.city-scroll .city-chip.is-published:hover{border-color:#bcd1c1;box-shadow:0 8px 18px rgba(31,64,43,.1);transform:translateY(-2px)}
.city-scroll .city-chip.is-coming{opacity:.68;cursor:default;background:#faf9f6}
@media(max-width:600px){.city-scroll-controls{display:none}.city-scroll .city-chip{min-width:122px}.city-strip .strip-head h2{margin-bottom:12px}}

/* V20 — Masaüstü mega menü ve mobil akordeon navigasyon */
.nav-wrap{position:relative}
.main-nav{align-self:stretch;align-items:center;gap:21px}
.nav-item{position:relative;height:100%;display:flex;align-items:center}
.nav-trigger,.nav-simple{appearance:none;border:0;background:transparent;color:var(--text);font:inherit;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:5px;padding:22px 0;white-space:nowrap}
.nav-trigger>span{font-size:13px;color:#6f7d73;transition:transform .2s}
.nav-item.is-open>.nav-trigger>span{transform:rotate(180deg)}
.dropdown-menu,.mega-menu{position:absolute;top:calc(100% - 1px);left:50%;visibility:hidden;opacity:0;pointer-events:none;transform:translate(-50%,8px);transition:opacity .18s ease,transform .18s ease,visibility .18s;background:#fff;border:1px solid #e7e2d9;border-radius:14px;box-shadow:0 20px 55px rgba(24,48,34,.15);z-index:130}
.nav-item.is-open>.dropdown-menu,.nav-item.is-open>.mega-menu,.nav-item:hover>.dropdown-menu,.nav-item:hover>.mega-menu{visibility:visible;opacity:1;pointer-events:auto;transform:translate(-50%,0)}
.dropdown-menu{width:255px;padding:10px}
.dropdown-menu a{display:block;padding:11px 12px;border-radius:8px;font-size:13px;color:#36473c}
.dropdown-menu a:hover{background:#edf5ef;color:var(--green);padding-left:16px}
.dropdown-menu .dropdown-all{margin-top:7px;border-top:1px solid #e8ece9;border-radius:0;color:var(--green);font-weight:800}
.dropdown-menu--wide{width:285px}
.mega-menu{width:min(1120px,calc(100vw - 48px));left:50%;padding:20px}
.nav-item--mega{position:static}
.nav-item--mega>.mega-menu{left:50%;top:100%;transform:translate(-50%,8px)}
.nav-item--mega.is-open>.mega-menu,.nav-item--mega:hover>.mega-menu{transform:translate(-50%,0)}
.mega-menu-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 2px 15px;border-bottom:1px solid #e7ece8;margin-bottom:16px}
.mega-menu-head strong{display:block;font:700 20px Georgia;color:#173e2d}
.mega-menu-head small{display:block;margin-top:4px;color:#778078;font-size:11px}
.mega-menu-head>a{color:var(--green);font-size:12px;font-weight:800;white-space:nowrap}
.region-mega-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-height:545px;overflow:auto;padding:2px}
.region-menu-group{border:1px solid #ece7df;border-radius:11px;padding:12px;background:#fffdfa}
.region-menu-trigger{width:100%;border:0;background:none;padding:0 0 9px;display:flex;align-items:center;justify-content:space-between;font-weight:800;color:#173e2d;text-align:left}
.region-menu-trigger b{display:none}
.region-city-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 8px}
.region-city-list>a,.city-menu-coming{min-width:0;display:flex;align-items:center;gap:5px;padding:5px 6px;border-radius:6px;font-size:10px;line-height:1.15}
.region-city-list>a:hover{background:#eaf3ed;color:var(--green)}
.region-city-list>a>span,.city-menu-coming>i{width:22px;flex:0 0 22px;text-align:center;font-style:normal;font-size:8px;font-weight:800;color:var(--green);background:#edf4ef;border-radius:5px;padding:4px 2px}
.city-menu-coming{color:#9a9e9a;opacity:.72}
.city-menu-coming small{font-size:7px;margin-left:auto;color:#a3a7a3}
.guide-mega-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.guide-menu-group{padding:14px;border:1px solid #ebe6de;border-radius:11px;background:#fffdfa;display:grid;gap:4px}
.guide-menu-group>a{font-size:11px;padding:7px 8px;border-radius:6px;color:#566259}
.guide-menu-group>a:hover{background:#edf5ef;color:var(--green)}
.guide-menu-group .guide-city-title{font:700 17px Georgia;color:#173e2d;border-bottom:1px solid #ebe7df;border-radius:0;padding:0 0 10px;margin-bottom:4px;display:flex;justify-content:space-between}

@media(max-width:1180px) and (min-width:901px){
  .main-nav{gap:14px;font-size:12px}.nav-trigger,.nav-simple{font-size:12px}.nav-item--activities{display:none}.nav-wrap{gap:18px}.desktop-only{padding-inline:14px}
}

@media(max-width:900px){
  .main-nav{position:absolute!important;top:calc(100% + 8px);left:0;right:0;height:min(78vh,720px);margin:0!important;padding:9px 12px 18px!important;border:1px solid #e5e1d9;border-radius:14px;background:#fff;box-shadow:0 18px 50px rgba(20,45,30,.18);overflow-y:auto;align-items:stretch!important;gap:0!important}
  .nav-item{height:auto;display:block;border-bottom:1px solid #edf0ed}
  .nav-trigger,.nav-simple{width:100%;padding:14px 5px!important;justify-content:space-between;text-align:left;font-size:14px}
  .nav-simple{display:block}
  .dropdown-menu,.mega-menu,.nav-item--mega>.mega-menu{position:static;width:auto!important;max-width:none;visibility:visible;opacity:1;pointer-events:auto;transform:none!important;display:none;border:0;border-radius:0;box-shadow:none;padding:0 0 12px;margin:0;background:#fafcf9}
  .nav-item.is-open>.dropdown-menu,.nav-item.is-open>.mega-menu{display:block}
  .nav-item:hover>.dropdown-menu,.nav-item:hover>.mega-menu{display:none}
  .nav-item.is-open:hover>.dropdown-menu,.nav-item.is-open:hover>.mega-menu{display:block}
  .mega-menu-head{padding:12px 10px;margin:0;border-bottom:1px solid #e5ebe6;align-items:flex-start}
  .mega-menu-head strong{font-size:16px}.mega-menu-head small{font-size:10px}.mega-menu-head>a{font-size:10px}
  .region-mega-grid,.guide-mega-grid{display:block;max-height:none;padding:5px 8px}
  .region-menu-group,.guide-menu-group{padding:0;border:0;border-bottom:1px solid #e6ebe7;border-radius:0;background:transparent}
  .region-menu-trigger{padding:12px 5px;font-size:13px;cursor:pointer}
  .region-menu-trigger b{display:block;font-size:18px;transition:transform .2s}
  .region-menu-group.is-open .region-menu-trigger b{transform:rotate(45deg)}
  .region-city-list{display:none;grid-template-columns:repeat(2,minmax(0,1fr));padding:0 0 10px}
  .region-menu-group.is-open .region-city-list{display:grid}
  .region-city-list>a,.city-menu-coming{font-size:11px;padding:7px 5px}
  .guide-menu-group{padding:9px 4px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .guide-menu-group .guide-city-title{grid-column:1/-1;font-size:16px}
  .dropdown-menu{padding:5px 6px 12px}
  .dropdown-menu a{padding:11px 10px;border-bottom:1px solid #edf0ed}
  .nav-item--activities{display:block}
}
