: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}}

/* V19.1 — Instagram hikâyeleri biçiminde dairesel şehir kapakları */
.city-strip{padding:25px 0 23px}
.city-scroll{gap:18px;padding:3px 3px 13px;scroll-snap-type:x proximity;scrollbar-width:thin}
.city-scroll .city-chip{flex:0 0 92px;min-width:92px;min-height:126px;padding:0;border:0;border-radius:0;background:transparent;display:flex;flex-direction:column;justify-content:flex-start;gap:8px;box-shadow:none;text-align:center;overflow:visible}
.city-scroll .city-chip .city-circle{position:relative;width:82px;height:82px;flex:0 0 82px;padding:4px;border-radius:50%;display:block;background:conic-gradient(from 210deg,#feda75 0deg,#fa7e1e 72deg,#d62976 150deg,#962fbf 225deg,#4f5bd5 292deg,#feda75 360deg);box-shadow:0 5px 15px rgba(214,41,118,.17);transition:transform .2s ease,box-shadow .2s ease}
.city-scroll .city-chip .city-circle::after{content:"";position:absolute;inset:4px;border:2px solid #fff;border-radius:50%;pointer-events:none}
.city-scroll .city-chip .city-circle img{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%;background:#edf2ed}
.city-scroll .city-chip strong{display:block;max-width:92px;font-size:12px;line-height:1.25;white-space:normal;color:#252a26}
.city-scroll .city-chip small{margin-top:-5px;font-size:9px;color:#8c928d}
.city-scroll .city-chip.is-published:hover{border:0;box-shadow:none;transform:translateY(-3px)}
.city-scroll .city-chip.is-published:hover .city-circle{box-shadow:0 9px 22px rgba(214,41,118,.25);transform:scale(1.035)}
.city-scroll .city-chip.is-coming{background:transparent;opacity:.7}
.city-scroll .city-chip.is-coming .city-circle{background:#c8ccc9;box-shadow:0 4px 12px rgba(40,48,43,.09)}
@media(max-width:600px){
  .city-strip{padding:22px 0 18px}
  .city-scroll{gap:13px;margin-right:-20px;padding-bottom:11px}
  .city-scroll .city-chip{flex-basis:78px;min-width:78px;min-height:112px}
  .city-scroll .city-chip .city-circle{width:72px;height:72px;flex-basis:72px}
  .city-scroll .city-chip strong{max-width:78px;font-size:11px}
}

/* 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}
}

/* Ana sayfa sabit Miyo Geziyor Ya Sen görseli */
body:has(.hero) .hero-art img.hero-fixed-logo{
  width:100%;
  max-width:600px;
  height:auto;
  max-height:none;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center;
  border-radius:10px;
  background:#fff;
}
@media(max-width:900px){
  body:has(.hero) .hero-art img.hero-fixed-logo{
    width:min(100%,680px);
    height:auto;
    aspect-ratio:auto;
    object-fit:contain;
    margin-inline:auto;
  }
}
@media(max-width:600px){
  body:has(.hero) .hero-art img.hero-fixed-logo{
    width:100%;
    height:auto;
    aspect-ratio:auto;
    object-fit:contain;
  }
}

/* Gitmeden önce rehber arşivleri */
.guide-archive-header{margin-bottom:24px}.guide-archive-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin:0 auto 24px}.guide-archive-nav a{padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#405047;font-size:12px;font-weight:700;transition:.18s}.guide-archive-nav a:hover,.guide-archive-nav a.is-active{background:var(--green);border-color:var(--green);color:#fff}.guide-archive-tips{max-width:900px;margin:0 auto 34px;padding:20px 24px;border:1px solid #dbe6de;border-radius:13px;background:#f5f9f6}.guide-archive-tips strong{display:block;font:700 19px Georgia;margin-bottom:10px;color:var(--green2)}.guide-archive-tips ul{margin:0;padding-left:19px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 24px}.guide-archive-tips li{font-size:13px;line-height:1.55;color:#56615a}.guide-faq-list{max-width:900px;margin:0 auto}.guide-faq-list details{background:#fffdfa;border-radius:10px}.guide-faq-list summary{font-weight:700;cursor:pointer}.guide-faq-list p{color:#59635c;line-height:1.65}.guide-faq-source{display:inline-block;margin:0 14px 14px;color:var(--green);font-size:12px;font-weight:800}.guide-empty-state{margin-top:20px}
@media(max-width:760px){.guide-archive-nav{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:4px}.guide-archive-nav a{white-space:nowrap}.guide-archive-tips ul{grid-template-columns:1fr}.guide-archive-tips{padding:17px 18px}.guide-archive-header{text-align:left}}

/* =========================================================
   Miyo Geziyor kurumsal footer ve hakkımızda sayfası
   ========================================================= */
.footer--miyo{margin-top:34px;padding:0 0 12px;background:linear-gradient(180deg,#f8f5ef 0,#fff 48%);border-top:1px solid #eee7dd}
.footer-story{display:grid;grid-template-columns:260px minmax(0,1fr) 310px;gap:34px;align-items:center;padding:34px 0;border-bottom:1px solid #e6dfd4}
.footer-story-logo{display:block;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 12px 32px rgba(20,53,39,.09);border:1px solid #e8e0d5}
.footer-story-logo img{display:block;width:100%;height:174px;object-fit:contain;padding:8px;background:#fff}
.footer-eyebrow,.about-eyebrow{display:block;color:#2d7755;font-size:10px;font-weight:900;letter-spacing:.15em;text-transform:uppercase;margin-bottom:9px}
.footer-story-copy h2{font:700 28px/1.16 Georgia,serif;letter-spacing:-.35px;margin:0 0 12px;color:#133d2d}
.footer-story-copy p{max-width:none;margin:0;color:#526057;font-size:13px;line-height:1.7}
.footer-story-copy p strong{color:#174f34}
.footer-story-actions{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-top:18px}
.footer-story-primary{display:inline-flex;align-items:center;gap:9px;background:#174f34;color:#fff;border-radius:8px;padding:11px 15px;font-size:12px;font-weight:800}
.footer-story-primary:hover{background:#0f3b2c}
.footer-story-secondary{color:#174f34;font-size:12px;font-weight:800;border-bottom:1px solid #9ebbaa;padding-bottom:2px}
.footer-story-values{display:grid;gap:9px}
.footer-story-values>div{display:grid;grid-template-columns:39px 1fr;gap:11px;align-items:center;padding:12px 13px;border:1px solid #e5dfd5;border-radius:10px;background:#fff}
.footer-story-values b{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;background:#edf4ef;color:#174f34;font-size:10px}
.footer-story-values strong,.footer-story-values small{display:block}
.footer-story-values strong{font-size:12px;color:#1c2d24;margin-bottom:3px}
.footer-story-values small{font-size:10px;line-height:1.35;color:#727b75}
.footer-grid--miyo{padding:30px 0 26px;grid-template-columns:1.5fr repeat(3,1fr);gap:46px}
.footer-grid--miyo .footer-brand-column p{max-width:330px;line-height:1.65}
.footer-grid--miyo nav h4{font:700 17px Georgia,serif;color:#173d2e;margin:3px 0 12px}
.footer-grid--miyo nav a{display:block;margin:9px 0;font-size:12px;color:#536158;transition:.18s}
.footer-grid--miyo nav a:hover{color:#174f34;transform:translateX(2px)}
.footer-contact-chip{display:inline-flex!important;margin-top:7px!important;padding:8px 11px;border:1px solid #bcd1c3;border-radius:999px;color:#174f34!important;font-size:11px!important;font-weight:800;background:#f4f8f5}
.copyright--miyo{display:flex;align-items:center;justify-content:space-between;gap:20px;text-align:left;padding:18px 0 4px;margin-top:0}
.copyright--miyo span:last-child{color:#174f34;font-weight:700}

.about-page{padding-bottom:34px;background:linear-gradient(180deg,#fff 0,#fffdfa 42%,#fff 100%)}
.about-breadcrumbs{padding-top:4px}
.about-hero{display:grid;grid-template-columns:1.02fr .98fr;gap:54px;align-items:center;min-height:530px;padding:30px 0 54px}
.about-hero-copy h1{font:700 50px/1.08 Georgia,serif;letter-spacing:-1px;margin:0 0 18px;max-width:700px;color:#17261f}
.about-hero-copy h1 span{color:#174f34}
.about-lead{font:17px/1.76 Georgia,serif;color:#4e5b53;max-width:680px;margin:0}
.about-hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:25px}
.about-link-button{color:#174f34;font-size:13px;font-weight:800;border-bottom:1px solid #a8c1b0;padding:7px 0}
.about-hero-visual{position:relative;padding:22px;border:1px solid #ebe3d8;border-radius:22px;background:#fff;box-shadow:0 24px 60px rgba(18,58,41,.10)}
.about-hero-visual:before{content:"";position:absolute;inset:-12px 28px 18px -12px;background:#edf4ef;border-radius:22px;z-index:0}
.about-hero-visual img{position:relative;z-index:1;width:100%;height:auto;display:block;border-radius:16px;background:#fff}
.about-story-section,.about-founders-section,.about-principles-section,.about-faq-section{padding:68px 0;border-top:1px solid #ece5db}
.about-section-title{max-width:760px;margin-bottom:27px}
.about-section-title>span{display:block;color:#2d7755;font-size:10px;font-weight:900;letter-spacing:.15em;text-transform:uppercase;margin-bottom:9px}
.about-section-title h2,.about-name-copy h2,.about-mission-intro h2,.about-contact-section h2,.about-faq-section h2{font:700 36px/1.16 Georgia,serif;letter-spacing:-.55px;color:#173d2e;margin:0}
.about-section-title--center{text-align:center;margin-inline:auto}
.about-prose--two-column{columns:2;column-gap:48px}
.about-prose p{font:16px/1.82 Georgia,serif;color:#465249;margin:0 0 20px;break-inside:avoid}
.about-name-section{display:grid;grid-template-columns:.75fr 1.25fr;gap:58px;align-items:center;margin:28px 0 70px;padding:44px;border-radius:18px;background:linear-gradient(135deg,#0e3c2d,#174f34);color:#fff;box-shadow:0 20px 44px rgba(15,59,44,.16)}
.about-name-mark{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.about-name-mark span{height:118px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:14px;background:rgba(255,255,255,.08);font:700 58px Georgia,serif;color:#fff}
.about-name-copy .about-eyebrow{color:#e2c685}
.about-name-copy h2{color:#fff;margin-bottom:13px}
.about-name-copy>p{font:15px/1.7 Georgia,serif;color:#e6eee9}
.about-name-list{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin:19px 0}
.about-name-list>div{display:flex;align-items:center;gap:11px;padding:10px;border-radius:9px;background:rgba(255,255,255,.08)}
.about-name-list dt{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#e4c37b;color:#173d2e;font-weight:900}
.about-name-list dd{margin:0}.about-name-list strong,.about-name-list span{display:block}.about-name-list strong{font-size:12px}.about-name-list span{font-size:9px;color:#cddbd2;margin-top:2px}
.founder-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.founder-card{display:grid;grid-template-columns:80px 1fr;gap:20px;align-items:start;padding:26px;border:1px solid #e8e1d7;border-radius:15px;background:#fff;box-shadow:0 9px 26px rgba(25,53,39,.06)}
.founder-initial{width:80px;height:80px;border-radius:20px;display:grid;place-items:center;background:#174f34;color:#fff;font:700 38px Georgia,serif}
.founder-card span{font-size:9px;font-weight:900;letter-spacing:.14em;color:#3a7c5a;text-transform:uppercase}
.founder-card h3{font:700 25px Georgia,serif;margin:5px 0 9px;color:#17261f}
.founder-card p{font-size:13px;line-height:1.7;color:#5a655e;margin:0}
.about-mission-section{display:grid;grid-template-columns:.86fr 1.14fr;gap:44px;padding:54px 0 68px;border-top:1px solid #ece5db}
.about-mission-intro p{font:15px/1.78 Georgia,serif;color:#4f5b53}
.about-mission-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}
.about-mission-grid article{padding:20px;border:1px solid #e7e0d6;border-radius:12px;background:#fffdfa}
.about-mission-grid b{color:#bd9550;font-size:11px}.about-mission-grid h3{font:700 18px Georgia,serif;color:#173d2e;margin:8px 0}.about-mission-grid p{font-size:12px;line-height:1.65;color:#657068;margin:0}
.principles-list{display:grid;gap:10px}
.principles-list article{display:grid;grid-template-columns:53px 1fr;gap:18px;align-items:start;padding:18px 20px;border:1px solid #e8e2d8;border-radius:12px;background:#fff}
.principles-list>article>span{width:45px;height:45px;display:grid;place-items:center;border-radius:50%;background:#edf4ef;color:#174f34;font-size:10px;font-weight:900}
.principles-list h3{font:700 18px Georgia,serif;margin:1px 0 6px;color:#20352a}.principles-list p{font-size:13px;line-height:1.65;color:#606c64;margin:0}
.about-quote-section{margin:10px 0 70px;padding:45px 50px;border-radius:18px;background:#f1e6d3;text-align:center}
.about-quote-section blockquote{max-width:900px;margin:0 auto;font:italic 700 29px/1.38 Georgia,serif;color:#244734}.about-quote-section p{margin:18px 0 0;font-size:11px;font-weight:900;letter-spacing:.12em;color:#846a3e;text-transform:uppercase}
.about-contact-section{display:flex;align-items:center;justify-content:space-between;gap:36px;padding:36px 40px;border-radius:17px;background:#103e2e;color:#fff}
.about-contact-section>div:first-child{max-width:760px}.about-contact-section .about-eyebrow{color:#e5c77d}.about-contact-section h2{color:#fff;font-size:31px}.about-contact-section p{font-size:13px;line-height:1.7;color:#dce9e1;margin-bottom:0}.about-contact-actions{display:flex;flex-direction:column;align-items:stretch;gap:10px;min-width:210px}.about-contact-actions .btn{text-align:center}.about-contact-actions .about-link-button{color:#fff;border-color:#789d89;text-align:center}
.about-faq-section{max-width:900px;margin-inline:auto}.about-faq-section details{background:#fffdfa;border-radius:10px}.about-faq-section summary{cursor:pointer;font-weight:800}.about-faq-section p{font-size:13px;line-height:1.7;color:#59655d}

@media(max-width:980px){
  .footer-story{grid-template-columns:220px 1fr}.footer-story-values{grid-column:1/-1;grid-template-columns:repeat(3,1fr)}
  .about-hero{grid-template-columns:1fr;gap:30px}.about-hero-visual{max-width:680px;margin:auto}.about-mission-section{grid-template-columns:1fr}
}
@media(max-width:760px){
  .footer-story{grid-template-columns:1fr;padding:26px 0}.footer-story-logo{max-width:360px}.footer-story-logo img{height:auto}.footer-story-values{grid-template-columns:1fr}.footer-grid--miyo{grid-template-columns:1fr 1fr;gap:28px}.footer-brand-column{grid-column:1/-1}.copyright--miyo{align-items:flex-start;flex-direction:column;gap:6px}
  .about-hero{min-height:0;padding:22px 0 42px}.about-hero-copy h1{font-size:39px}.about-prose--two-column{columns:1}.about-name-section{grid-template-columns:1fr;padding:28px}.about-name-mark span{height:82px;font-size:42px}.founder-grid{grid-template-columns:1fr}.about-mission-grid{grid-template-columns:1fr}.about-contact-section{align-items:flex-start;flex-direction:column}.about-contact-actions{width:100%}
}
@media(max-width:520px){
  .footer-grid--miyo{grid-template-columns:1fr}.footer-brand-column{grid-column:auto}.footer-story-copy h2{font-size:24px}
  .about-hero-copy h1{font-size:33px}.about-lead{font-size:15px}.about-hero-visual{padding:10px}.about-section-title h2,.about-name-copy h2,.about-mission-intro h2,.about-contact-section h2,.about-faq-section h2{font-size:28px}.about-name-section{margin-inline:-2px;padding:22px 17px}.about-name-list{grid-template-columns:1fr}.founder-card{grid-template-columns:58px 1fr;padding:18px}.founder-initial{width:58px;height:58px;border-radius:15px;font-size:29px}.about-quote-section{padding:30px 20px}.about-quote-section blockquote{font-size:23px}.about-contact-section{padding:28px 20px}
}

/* ===== Miyo Geziyor / Türkiye Bölgeleri ===== */
.region-hub-hero{position:relative;min-height:430px;margin-top:8px;border-radius:22px;overflow:hidden;background:#143f2f;isolation:isolate}.region-hub-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.region-hub-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,49,33,.86) 0%,rgba(11,58,40,.62) 42%,rgba(10,34,27,.12) 76%);z-index:-1}.region-hub-hero-content{max-width:650px;padding:54px 56px;color:#fff}.region-breadcrumb{display:flex;gap:8px;align-items:center;font-size:11px;color:#53625a;margin-bottom:22px}.region-breadcrumb a:hover{color:var(--green)}.region-breadcrumb--light{color:#eef6f0}.region-breadcrumb--light a:hover{color:#fff}.region-kicker{display:block;text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:900;color:#d6f0df;margin-bottom:10px}.region-kicker--light{color:#ddf5e5}.region-hub-hero h1{font:700 49px/1.04 Georgia,serif;margin:0 0 16px}.region-hub-hero h1 em{color:#bfe5ca;font-style:normal}.region-hub-hero p{font-size:15px;line-height:1.7;max-width:560px;color:#f3f7f4;margin:0 0 25px}.region-hero-btn{display:inline-flex;gap:13px;align-items:center;background:#fff;color:#174f34;border-radius:8px;padding:13px 18px;font-weight:800;font-size:13px;box-shadow:0 8px 22px rgba(0,0,0,.12)}.region-hero-btn:hover{transform:translateY(-1px)}
.region-hub-section,.region-detail-section{padding-top:44px;padding-bottom:8px}.region-hub-head{text-align:center;max-width:760px;margin:0 auto 25px}.region-hub-head>span{text-transform:uppercase;letter-spacing:.13em;color:var(--green);font-size:10px;font-weight:900}.region-hub-head h2{font:700 31px/1.15 Georgia,serif;margin:7px 0 8px;color:#173f2d}.region-hub-head p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.region-hub-head--compact{margin-bottom:20px}.region-hub-head--compact h2{font-size:27px}
.region-visual-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.region-visual-card{position:relative;min-height:310px;border-radius:16px;overflow:hidden;color:#fff;isolation:isolate;box-shadow:0 8px 24px rgba(12,46,32,.11)}.region-visual-card:last-child{grid-column:1/-1;min-height:330px}.region-visual-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3;transition:transform .45s ease}.region-visual-card:hover>img{transform:scale(1.035)}.region-visual-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,36,24,.88) 0%,rgba(5,36,24,.38) 58%,rgba(5,36,24,.08) 100%);z-index:-2}.region-visual-copy{position:absolute;left:0;right:0;bottom:0;padding:25px}.region-visual-copy>small{text-transform:uppercase;letter-spacing:.11em;font-size:9px;font-weight:800;color:#dbf2e2}.region-visual-copy h3{font:700 30px/1.08 Georgia,serif;margin:5px 0 7px}.region-visual-copy p{margin:0 0 12px;max-width:580px;font-size:12px;line-height:1.55;color:#eef6f0}.region-city-pills{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 14px}.region-city-pills span{background:rgba(255,255,255,.91);color:#254c3a;border-radius:6px;padding:6px 9px;font-size:10px;font-weight:800}.region-visual-copy>b{font-size:11px}
.region-city-orbits{display:flex;justify-content:center;gap:20px;overflow:auto;padding:4px 2px 8px}.region-city-orbits>a{flex:0 0 76px;text-align:center}.region-city-orbit-img{display:block;width:70px;height:70px;margin:0 auto 8px;border-radius:50%;padding:3px;border:1px solid #b9d0c0}.region-city-orbit-img img{width:100%;height:100%;object-fit:cover;border-radius:50%}.region-city-orbits strong{font-size:10px;color:#244d39}.region-center-action{text-align:center;margin-top:14px}.region-center-action a{display:inline-block;border:1px solid #9bb9a7;border-radius:7px;padding:9px 20px;color:#174f34;font-size:11px;font-weight:800}
.region-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.region-guide-card{border:1px solid #e6ebe7;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 5px 16px rgba(14,54,38,.05)}.region-guide-image{display:block;height:165px;overflow:hidden}.region-guide-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.region-guide-card:hover .region-guide-image img{transform:scale(1.035)}.region-guide-card>div{padding:14px}.region-guide-card small{font-size:9px;color:#5f7769;text-transform:uppercase;letter-spacing:.05em}.region-guide-card h3{font:700 18px/1.25 Georgia,serif;margin:7px 0}.region-guide-card p{font-size:11px;color:var(--muted);line-height:1.55;margin:0 0 11px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.region-text-link{font-size:11px;color:var(--green);font-weight:800}
.region-plan-box{background:linear-gradient(135deg,#eef7f1,#fbfdfb);border:1px solid #dceae0;border-radius:16px;padding:28px}.region-plan-box>header{text-align:center;margin-bottom:20px}.region-plan-box>header>span{font-size:10px;color:var(--green);font-weight:900;text-transform:uppercase;letter-spacing:.12em}.region-plan-box h2{font:700 27px Georgia,serif;margin:6px 0}.region-plan-box header p{font-size:12px;color:var(--muted);margin:0}.region-plan-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.region-plan-grid>a{background:#fff;border:1px solid #e0e9e3;border-radius:10px;padding:17px;display:grid;gap:6px}.region-plan-grid b{font-size:25px;color:var(--green)}.region-plan-grid strong{font:700 16px Georgia,serif}.region-plan-grid small{font-size:10px;color:var(--muted);line-height:1.45}.region-plan-grid span{font-size:10px;color:var(--green);font-weight:800;margin-top:4px}
.region-detail-hero{padding:8px 0 0}.region-detail-hero-inner{position:relative;height:410px;border-radius:20px;overflow:hidden;isolation:isolate}.region-detail-hero-inner>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3}.region-detail-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,38,25,.9),rgba(8,43,30,.56) 48%,rgba(0,0,0,.12));z-index:-2}.region-detail-content{color:#fff;max-width:730px;padding:48px 50px}.region-detail-content h1{font:700 48px/1.05 Georgia,serif;margin:8px 0 14px}.region-detail-content>p{font-size:14px;line-height:1.72;color:#f2f6f3;margin:0;max-width:670px}.region-detail-stats{display:flex;gap:10px;margin-top:22px}.region-detail-stats span{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.24);border-radius:8px;padding:8px 12px;font-size:10px}.region-detail-stats b{font-size:15px;margin-right:4px}
.region-detail-city-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.region-detail-city-card{position:relative;min-height:255px;border-radius:13px;overflow:hidden;color:#fff;background:#174f34;isolation:isolate}.region-detail-city-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-3;transition:transform .4s}.region-detail-city-card:hover>img{transform:scale(1.04)}.region-detail-city-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,31,21,.92),rgba(4,31,21,.12) 75%);z-index:-2}.region-detail-city-card>div{position:absolute;left:0;right:0;bottom:0;padding:18px}.region-detail-city-card small{display:block;font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:#d7efe0}.region-detail-city-card strong{display:block;font:700 23px Georgia,serif;margin:4px 0}.region-detail-city-card p{font-size:10px;line-height:1.45;margin:0 0 8px;color:#eef5f0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.region-detail-city-card b{font-size:10px}.region-detail-city-card--soon{background:#f7f5ef;color:#31503f;border:1px dashed #b6c9bc;min-height:170px}.region-detail-city-card--soon>div{position:static;padding:24px}.region-detail-city-card--soon small{color:#759183}.region-detail-city-card--soon p{color:#718077}.region-detail-city-card--soon b{color:#8b9e93}
.region-guide-grid--detail{grid-template-columns:repeat(3,minmax(0,1fr))}.region-detail-advice{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.region-detail-advice article{border:1px solid #dfe9e2;border-radius:13px;padding:22px;background:#fbfdfb}.region-detail-advice article>b{font-size:30px;color:var(--green)}.region-detail-advice h3{font:700 21px Georgia,serif;margin:9px 0}.region-detail-advice p{font-size:12px;line-height:1.65;color:var(--muted);min-height:78px}.region-detail-advice a{font-size:11px;color:var(--green);font-weight:800}.region-other-section{padding-bottom:42px}.region-other-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.region-other-grid>a{border:1px solid #e5ebe7;border-radius:10px;padding:9px;display:grid;grid-template-columns:62px 1fr auto;gap:10px;align-items:center}.region-other-grid img{width:62px;height:52px;object-fit:cover;border-radius:7px}.region-other-grid span strong,.region-other-grid span small{display:block}.region-other-grid span strong{font-size:11px;color:#214a37}.region-other-grid span small{font-size:8px;color:#7a857e;line-height:1.35;margin-top:3px}.region-other-grid>a>b{color:var(--green)}
@media(max-width:900px){.region-hub-hero{min-height:400px}.region-hub-hero-content{padding:45px 38px}.region-hub-hero h1{font-size:43px}.region-visual-grid{grid-template-columns:1fr}.region-visual-card:last-child{grid-column:auto}.region-guide-grid,.region-guide-grid--detail{grid-template-columns:repeat(2,1fr)}.region-plan-grid{grid-template-columns:repeat(2,1fr)}.region-detail-city-grid{grid-template-columns:repeat(2,1fr)}.region-detail-advice{grid-template-columns:1fr}.region-other-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.region-hub-hero{min-height:410px;border-radius:14px}.region-hub-hero-overlay{background:linear-gradient(0deg,rgba(4,40,27,.93),rgba(4,40,27,.35))}.region-hub-hero-content{padding:30px 23px;position:absolute;bottom:0}.region-hub-hero h1{font-size:36px}.region-hub-hero p{font-size:12px}.region-hub-section,.region-detail-section{padding-top:34px}.region-hub-head h2{font-size:25px}.region-visual-card,.region-visual-card:last-child{min-height:320px}.region-visual-copy{padding:20px}.region-visual-copy h3{font-size:26px}.region-city-orbits{justify-content:flex-start}.region-guide-grid,.region-guide-grid--detail{grid-template-columns:1fr}.region-guide-image{height:195px}.region-plan-box{padding:20px 14px}.region-plan-grid{grid-template-columns:1fr}.region-detail-hero-inner{height:430px;border-radius:14px}.region-detail-shade{background:linear-gradient(0deg,rgba(4,38,26,.94),rgba(4,38,26,.25))}.region-detail-content{position:absolute;bottom:0;padding:26px 22px}.region-detail-content h1{font-size:36px}.region-detail-content>p{font-size:12px}.region-detail-city-grid{grid-template-columns:1fr}.region-detail-city-card{min-height:270px}.region-detail-city-card--soon{min-height:150px}.region-other-grid{grid-template-columns:1fr}.region-detail-stats{flex-wrap:wrap}.region-breadcrumb{margin-bottom:12px}}
.region-section .regions{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:900px){.region-section .regions{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:600px){.region-section .regions{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:390px){.region-section .regions{grid-template-columns:1fr}}

/* =========================================================
   HOME V3 — Türkiye'yi Keşfetmeye Buradan Başla
   09.08.2026 — yalnızca ana sayfa
   ========================================================= */
.home-v3{background:#fff}
.home-v3 main{overflow:hidden}
.home-v3 .site-header{position:relative;top:auto;padding:10px 0;background:#fff;backdrop-filter:none}
.home-v3 .nav-wrap{height:58px;border-radius:9px;box-shadow:0 4px 18px rgba(24,52,36,.06)}

.home-hero-v3{position:relative;height:390px;border-radius:15px;overflow:hidden;margin-top:4px;color:#fff;box-shadow:0 14px 35px rgba(17,48,34,.12)}
.home-hero-collage{position:absolute;inset:0;display:grid;grid-template-columns:37% 33% 30%;background:#173e2d}
.home-hero-panel{position:relative;overflow:hidden;min-width:0}
.home-hero-panel img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.02)}
.home-hero-panel--cappadocia{clip-path:polygon(0 0,100% 0,91% 100%,0 100%);margin-right:-7%}
.home-hero-panel--istanbul{clip-path:polygon(8% 0,100% 0,92% 100%,0 100%);margin-left:-4%;margin-right:-6%}
.home-hero-panel--pamukkale{clip-path:polygon(9% 0,100% 0,100% 100%,0 100%);margin-left:-3%}
.home-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,35,25,.78) 0%,rgba(10,35,26,.58) 32%,rgba(10,28,23,.18) 61%,rgba(9,23,20,.04) 100%)}
.home-hero-copy-v3{position:absolute;z-index:2;left:7.5%;top:50%;transform:translateY(-50%);width:min(570px,58%)}
.home-hero-copy-v3>span{display:block;margin-bottom:11px;font-size:11px;font-weight:900;letter-spacing:.22em;text-transform:uppercase;color:#f4f2e9}
.home-hero-copy-v3 h1{font:700 52px/1.02 Georgia,serif;letter-spacing:-1.6px;margin:0 0 15px;text-shadow:0 2px 9px rgba(0,0,0,.28)}
.home-hero-copy-v3 p{max-width:540px;font-size:14px;line-height:1.55;color:#f6f6f3;margin:0}
.home-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:23px}
.home-btn{display:inline-flex;align-items:center;gap:12px;border-radius:7px;padding:12px 17px;font-size:12px;font-weight:800;transition:.2s}
.home-btn b{font-size:14px}
.home-btn--green{background:#145438;color:#fff;border:1px solid rgba(255,255,255,.32);box-shadow:0 5px 17px rgba(0,0,0,.14)}
.home-btn--light{background:#fff;color:#173e2d;border:1px solid rgba(255,255,255,.75)}
.home-btn:hover{transform:translateY(-2px)}

.home-city-picker{margin-top:13px;padding:22px 34px 19px;border:1px solid #eee8df;border-radius:13px;background:#fffdfa;box-shadow:0 8px 26px rgba(42,49,43,.035)}
.home-section-title{display:flex;align-items:center;justify-content:center;gap:10px;color:#174f34}
.home-section-title>span{font-size:24px;line-height:1}
.home-section-title h2{font:700 27px/1.15 Georgia,serif;letter-spacing:-.3px;margin:0;color:#174f34}
.home-section-title p{margin:6px 0 0;text-align:center;color:#7a807b;font-size:11px}
.home-city-rail-wrap{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;gap:11px;margin-top:17px}
.home-city-rail{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;overflow:auto;scroll-behavior:smooth;scrollbar-width:none;padding:2px 3px 5px}
.home-city-rail::-webkit-scrollbar{display:none}
.home-city-arrow{width:31px;height:31px;border:1px solid #d9e1dc;border-radius:50%;background:#fff;color:#174f34;font-size:20px;display:grid;place-items:center;cursor:pointer;transition:.2s}
.home-city-arrow:hover{background:#174f34;color:#fff}
.home-city-bubble{flex:0 0 94px;min-width:94px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:9px;color:#202820}
.home-city-bubble>span{width:80px;height:80px;border-radius:50%;padding:3px;border:1px solid #d9c9a8;background:#fff;display:block;box-shadow:0 6px 16px rgba(33,57,43,.09)}
.home-city-bubble img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}
.home-city-bubble strong{font-size:10px;line-height:1.2;white-space:normal}
.home-city-bubble small{font-size:8px;color:#909790;margin-top:-5px}
.home-city-bubble--soon{opacity:.62}
.home-city-bubble:hover>span{transform:translateY(-2px);box-shadow:0 8px 18px rgba(33,57,43,.13)}

.home-featured-guides{padding:34px 0 17px}
.home-section-title--guides{justify-content:space-between;align-items:flex-end;margin-bottom:17px}
.home-section-title--guides>div{text-align:center;margin-left:auto}
.home-section-title--guides .home-mini-kicker{display:block;color:#39755a;font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;margin-bottom:4px}
.home-section-title--guides p{text-align:center}
.home-outline-link{margin-left:auto;align-self:center;border:1px solid #d8e0da;border-radius:7px;padding:9px 13px;font-size:10px;font-weight:800;color:#174f34;background:#fff}
.home-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.home-guide-card{min-width:0;border:1px solid #e8e2d9;border-radius:9px;background:#fff;overflow:hidden;box-shadow:0 6px 18px rgba(25,47,33,.045);transition:.2s}
.home-guide-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(25,47,33,.08)}
.home-guide-media{display:block;height:150px;overflow:hidden}
.home-guide-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}
.home-guide-card:hover .home-guide-media img{transform:scale(1.025)}
.home-guide-body{padding:12px 13px 14px}
.home-guide-body>span{display:inline-block;padding:3px 6px;background:#174f34;color:#fff;font-size:8px;font-weight:900;text-transform:uppercase;border-radius:2px;margin-top:-22px;position:relative;z-index:2}
.home-guide-body h3{font:700 19px/1.18 Georgia,serif;margin:9px 0 7px;color:#222820}
.home-guide-body p{font-size:11px;line-height:1.48;color:#6d756f;margin:0 0 12px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.home-card-link{font-size:10px;font-weight:900;color:#174f34}

.home-regions{padding:19px 0 22px}
.home-section-title--center{text-align:center;margin-bottom:15px}
.home-section-title--center>div{min-width:0}
.home-region-row{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;padding:15px 18px;border:1px solid #eee8df;border-radius:12px;background:#fffdfa}
.home-region-card{position:relative;min-height:145px;border-radius:9px;overflow:hidden;color:#fff;isolation:isolate;box-shadow:0 5px 14px rgba(21,52,35,.09)}
.home-region-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .3s}
.home-region-card>span{position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(8,43,29,.82) 100%);z-index:1}
.home-region-card strong{position:absolute;z-index:2;left:10px;right:10px;bottom:10px;text-align:center;font-size:11px;line-height:1.16;text-shadow:0 1px 4px rgba(0,0,0,.35)}
.home-region-card:hover img{transform:scale(1.045)}

.home-plan{padding:4px 0 22px}
.home-plan-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:15px}
.home-plan-grid>a{display:grid;grid-template-columns:43px 1fr;gap:12px;align-items:start;padding:16px;border:1px solid #e9e2d8;border-radius:10px;background:#fffdfa;transition:.2s}
.home-plan-grid>a:hover{border-color:#b9ccbf;transform:translateY(-2px)}
.home-plan-grid>a>b{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#edf4ef;color:#174f34;font-size:22px}
.home-plan-grid span strong,.home-plan-grid span small,.home-plan-grid span em{display:block}
.home-plan-grid span strong{font-size:13px;color:#174f34;margin:2px 0 6px}
.home-plan-grid span small{font-size:10px;line-height:1.45;color:#747b76;min-height:43px}
.home-plan-grid span em{font-style:normal;font-size:9px;font-weight:900;color:#174f34;margin-top:8px}

.home-v3 .newsletter{margin-top:5px;min-height:98px;border:1px solid #eee2d0;background:linear-gradient(90deg,#fbf5eb,#fff9f0);padding:20px 34px}
.home-v3 .newsletter-copy{display:flex;align-items:center;gap:17px}
.home-v3 .newsletter-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#edf3e8;color:#174f34;font-size:27px}
.home-v3 .newsletter strong{font-size:21px;color:#28382e}
.home-v3 .newsletter-privacy{display:block;margin-top:6px;color:#8b8e89;font-size:10px}

.home-brand-panel{display:grid;grid-template-columns:38% 62%;align-items:center;margin-top:13px;border:1px solid #ece5db;border-radius:13px;background:#fff;overflow:hidden;box-shadow:0 7px 22px rgba(28,50,36,.04)}
.home-brand-visual{height:245px;padding:8px 16px;display:grid;place-items:center;background:linear-gradient(135deg,#fffaf1,#fff)}
.home-brand-visual img{width:100%;height:100%;object-fit:contain;display:block}
.home-brand-copy{padding:27px 30px 24px}
.home-brand-copy>span{display:block;color:#297151;font-size:9px;font-weight:900;letter-spacing:.16em;margin-bottom:8px}
.home-brand-copy h2{font:700 29px/1.15 Georgia,serif;color:#173d2e;margin:0 0 9px}
.home-brand-copy>p{font-size:12px;line-height:1.65;color:#657068;max-width:650px;margin:0}
.home-brand-values{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:19px}
.home-brand-values>div{display:grid;grid-template-columns:32px 1fr;gap:8px;align-items:start}
.home-brand-values b{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#edf4ef;color:#174f34;font-size:15px}
.home-brand-values strong,.home-brand-values small{display:block}
.home-brand-values strong{font-size:9px;color:#174f34;margin-bottom:3px}
.home-brand-values small{font-size:8px;line-height:1.35;color:#7b827d}

.home-v3 .footer--miyo{margin-top:13px;background:linear-gradient(135deg,#0c513a,#063e2f);border-top:0;color:#fff;padding-top:13px}
.home-v3 .footer-grid--miyo{padding:25px 0 21px}
.home-v3 .footer-grid--miyo .logo,.home-v3 .footer-grid--miyo nav h4{color:#fff}
.home-v3 .footer-grid--miyo p,.home-v3 .footer-grid--miyo nav a{color:#dce9e2}
.home-v3 .footer-grid--miyo nav a:hover{color:#fff}
.home-v3 .footer-contact-chip{border-color:#77a991;color:#fff!important;background:transparent}
.home-v3 .copyright--miyo{border-color:rgba(255,255,255,.18);color:#dbe9e2}
.home-v3 .copyright--miyo span:last-child{color:#fff}

@media(max-width:980px){
  .home-hero-v3{height:360px}
  .home-hero-copy-v3{width:64%}
  .home-hero-copy-v3 h1{font-size:45px}
  .home-city-rail{justify-content:flex-start}
  .home-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-region-row{grid-template-columns:repeat(4,1fr)}
  .home-region-card{min-height:135px}
  .home-plan-grid{grid-template-columns:repeat(2,1fr)}
  .home-brand-panel{grid-template-columns:320px 1fr}
  .home-brand-values{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  .home-hero-v3{height:420px;margin-top:0}
  .home-hero-collage{grid-template-columns:55% 45%}
  .home-hero-panel--pamukkale{display:none}
  .home-hero-panel--cappadocia,.home-hero-panel--istanbul{clip-path:none;margin:0}
  .home-hero-shade{background:linear-gradient(90deg,rgba(6,34,24,.86),rgba(9,35,25,.48) 78%,rgba(9,35,25,.3))}
  .home-hero-copy-v3{left:25px;right:25px;width:auto;top:auto;bottom:30px;transform:none}
  .home-hero-copy-v3 h1{font-size:39px}
  .home-city-picker{padding:20px 12px}
  .home-city-rail-wrap{grid-template-columns:minmax(0,1fr)}
  .home-city-arrow{display:none}
  .home-section-title h2{font-size:24px}
  .home-section-title--guides{display:grid;grid-template-columns:1fr;justify-items:center;gap:12px}
  .home-section-title--guides>div,.home-section-title--guides .home-outline-link{margin:0}
  .home-guide-grid{grid-template-columns:1fr}
  .home-guide-media{height:auto;aspect-ratio:16/8.8}
  .home-region-row{grid-template-columns:repeat(2,1fr);padding:12px}
  .home-region-card{min-height:155px}
  .home-plan-grid{grid-template-columns:1fr}
  .home-brand-panel{grid-template-columns:1fr}
  .home-brand-visual{height:auto;min-height:220px}
  .home-brand-copy{padding:22px}
  .home-brand-copy h2{font-size:25px}
  .home-brand-values{grid-template-columns:1fr 1fr}
  .home-v3 .newsletter{padding:19px 16px}
}
@media(max-width:480px){
  .home-hero-v3{height:440px;border-radius:12px}
  .home-hero-collage{grid-template-columns:1fr}
  .home-hero-panel--istanbul{display:none}
  .home-hero-copy-v3{left:20px;right:20px;bottom:24px}
  .home-hero-copy-v3>span{font-size:9px}
  .home-hero-copy-v3 h1{font-size:35px;letter-spacing:-1px}
  .home-hero-copy-v3 p{font-size:12px}
  .home-hero-actions{gap:8px}
  .home-btn{width:100%;justify-content:center;padding:11px 12px}
  .home-city-bubble{flex-basis:78px;min-width:78px}
  .home-city-bubble>span{width:68px;height:68px}
  .home-region-row{grid-template-columns:1fr 1fr;gap:8px}
  .home-region-card{min-height:128px}
  .home-brand-values{grid-template-columns:1fr}
  .home-v3 .newsletter-copy{align-items:flex-start}
  .home-v3 .newsletter-icon{display:none}
}


/* =========================================================
   HOMEPAGE EXACT — approved visual composition
   09.08.2026
   ========================================================= */
.home-v3 .site-header--home-exact{padding:8px 0 9px}
.home-v3 .site-header--home-exact .nav-wrap{height:58px;padding:0 16px 0 20px;gap:18px}
.home-v3 .site-header--home-exact .logo{font-size:27px;margin-right:18px}
.home-v3 .main-nav--home-exact{gap:26px;font-size:12px;align-items:center}
.home-v3 .main-nav--home-exact .nav-simple,.home-v3 .main-nav--home-exact .nav-trigger{font-size:12px;padding:20px 0;white-space:nowrap}
.home-v3 .main-nav--home-exact .is-active{position:relative;color:#174f34;font-weight:800}
.home-v3 .main-nav--home-exact .is-active::after{content:"";position:absolute;left:0;right:0;bottom:8px;height:2px;border-radius:4px;background:#174f34}
.home-header-actions{display:flex;align-items:center;gap:9px;margin-left:auto}
.home-header-whatsapp{display:inline-flex;align-items:center;gap:7px;background:#0d6041;color:#fff;border-radius:8px;padding:10px 13px;font-size:11px;font-weight:800;box-shadow:0 5px 14px rgba(13,96,65,.15)}
.home-header-whatsapp span{font-size:15px}
.home-header-search{width:37px;height:37px;border:1px solid #e4e6e3;border-radius:50%;display:grid;place-items:center;font-size:20px;color:#173e2d;background:#fbfcfb}

.home-hero-v4{display:grid;grid-template-columns:49% 51%;height:410px;background:#f7f3eb;border:1px solid #ece7df;box-shadow:0 13px 36px rgba(17,48,34,.12);isolation:isolate}
.home-hero-v4 .home-hero-brand-architecture{position:relative;z-index:3;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#fffdf8 0%,#f7f0e4 100%);overflow:visible}
.home-hero-v4 .home-hero-brand-architecture::after{content:"";position:absolute;z-index:-1;top:-7%;right:-66px;width:134px;height:114%;background:linear-gradient(135deg,#fffdf8 0%,#f7f0e4 100%);border-radius:0 58% 58% 0/0 50% 50% 0;box-shadow:18px 0 25px rgba(18,54,36,.04)}
.home-hero-brand-inner{width:100%;height:100%;padding:27px 34px 21px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0}
.home-hero-brand-inner>img{display:block;width:100%;height:auto;max-height:308px;object-fit:contain;object-position:center;filter:drop-shadow(0 9px 16px rgba(36,39,35,.07))}
.home-hero-brand-values{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;width:100%;margin-top:12px;padding:0 5px}
.home-hero-brand-values span{display:flex;align-items:center;gap:5px;min-width:0;color:#315b47}
.home-hero-brand-values b{width:24px;height:24px;flex:0 0 24px;border:1px solid #cbdacf;border-radius:50%;display:grid;place-items:center;font-size:12px;background:#f9fcfa;color:#174f34}
.home-hero-brand-values small{font-size:7.5px;line-height:1.22;font-weight:800;color:#315b47}
.home-hero-destination{position:relative;min-width:0;height:100%;overflow:hidden;background:#153d2e}
.home-hero-destination>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;transform:scale(1.015)}
.home-hero-destination-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,43,30,.68) 0%,rgba(9,35,26,.57) 43%,rgba(6,25,19,.28) 100%)}
.home-hero-copy-v4{position:absolute;z-index:2;left:80px;right:42px;top:50%;transform:translateY(-50%);color:#fff}
.home-hero-copy-v4>span{display:block;margin-bottom:10px;font-size:10px;font-weight:900;letter-spacing:.19em;text-transform:uppercase;color:#f3f4ed}
.home-hero-copy-v4 h1{font:700 43px/1.04 Georgia,serif;letter-spacing:-1.1px;margin:0 0 13px;text-shadow:0 2px 7px rgba(0,0,0,.27)}
.home-hero-copy-v4 p{max-width:520px;font-size:12px;line-height:1.55;color:#f5f7f4;margin:0}
.home-hero-copy-v4 .home-hero-actions{margin-top:20px}
.home-hero-copy-v4 .home-btn{padding:11px 15px;font-size:11px}

/* Full brand illustration; never crop the YA SEN line */
.home-v3 .home-brand-panel{grid-template-columns:40% 60%;align-items:stretch;min-height:300px}
.home-v3 .home-brand-visual{height:auto;min-height:300px;padding:14px 18px;background:linear-gradient(135deg,#fffaf1,#fff)}
.home-v3 .home-brand-visual img{width:100%;height:100%;max-height:290px;object-fit:contain;object-position:center;display:block}
.home-v3 .home-brand-copy{align-self:center;padding:26px 30px 24px}

@media(max-width:1100px){
  .home-v3 .main-nav--home-exact{gap:17px}.home-v3 .main-nav--home-exact .nav-simple,.home-v3 .main-nav--home-exact .nav-trigger{font-size:11px}.home-header-whatsapp{padding:9px 10px;font-size:10px}
  .home-hero-v4{grid-template-columns:47% 53%;height:390px}.home-hero-brand-inner{padding:24px 25px 18px}.home-hero-brand-inner>img{max-height:290px}.home-hero-copy-v4{left:65px;right:28px}.home-hero-copy-v4 h1{font-size:39px}
}
@media(max-width:900px){
  .home-v3 .site-header--home-exact .nav-wrap{height:58px}.home-v3 .site-header--home-exact .logo{font-size:24px;margin-right:0}
  .home-hero-v4{grid-template-columns:1fr;height:auto;min-height:0;border-radius:13px;overflow:hidden}
  .home-hero-v4 .home-hero-brand-architecture{height:auto;min-height:300px}
  .home-hero-v4 .home-hero-brand-architecture::after{display:none}
  .home-hero-brand-inner{padding:20px 26px 14px}.home-hero-brand-inner>img{max-height:265px;width:min(560px,100%)}.home-hero-brand-values{max-width:650px}
  .home-hero-destination{height:360px}.home-hero-copy-v4{left:30px;right:30px}.home-hero-copy-v4 h1{font-size:40px}
  .home-v3 .home-brand-panel{grid-template-columns:1fr}.home-v3 .home-brand-visual{min-height:300px}.home-v3 .home-brand-visual img{max-height:290px}
}
@media(max-width:600px){
  .home-hero-v4 .home-hero-brand-architecture{min-height:245px}.home-hero-brand-inner{padding:15px 16px 10px}.home-hero-brand-inner>img{max-height:210px}.home-hero-brand-values{grid-template-columns:repeat(2,1fr);gap:6px 10px;margin-top:9px}.home-hero-brand-values small{font-size:7px}
  .home-hero-destination{height:390px}.home-hero-copy-v4{left:22px;right:22px;top:auto;bottom:24px;transform:none}.home-hero-copy-v4 h1{font-size:35px}.home-hero-copy-v4 p{font-size:11px}.home-hero-copy-v4 .home-hero-actions{display:grid;grid-template-columns:1fr;gap:8px}.home-hero-copy-v4 .home-btn{width:100%;justify-content:center}
  .home-v3 .home-brand-visual{min-height:250px;padding:12px}.home-v3 .home-brand-visual img{max-height:240px}.home-v3 .home-brand-copy{padding:22px}
}

/* =========================================================
   HOMEPAGE CITY RAIL — 10 visible cities + horizontal slider
   09.08.2026
   ========================================================= */
@media (min-width:981px){
  .home-city-rail{justify-content:flex-start;gap:12px;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain}
  .home-city-bubble{flex:0 0 calc((100% - 108px)/10);min-width:calc((100% - 108px)/10);scroll-snap-align:start}
  .home-city-bubble>span{width:80px;height:80px}
}
@media (min-width:721px) and (max-width:980px){
  .home-city-rail{gap:12px;scroll-snap-type:x mandatory}
  .home-city-bubble{flex:0 0 calc((100% - 60px)/6);min-width:calc((100% - 60px)/6);scroll-snap-align:start}
}
@media (max-width:720px){
  .home-city-rail{gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
  .home-city-bubble{scroll-snap-align:start}
}

/* V26 — Miyo 2026 logo, ana sayfa Türkiye menüsü ve tek kurucu düzeni */
.logo.logo--image{
  display:flex;
  align-items:center;
  justify-content:center;
  width:112px;
  height:58px;
  flex:0 0 112px;
  margin:0;
  padding:2px 0;
  font-size:0;
  line-height:0;
  overflow:visible;
}
.logo.logo--image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}
.home-v3 .site-header--home-exact .logo.logo--image{
  width:108px;
  height:56px;
  flex-basis:108px;
  margin-right:4px;
}
.home-v3 .main-nav--home-exact{gap:18px}
.home-v3 .main-nav--home-exact .nav-simple,
.home-v3 .main-nav--home-exact .nav-trigger{font-size:11.5px}
.footer-brand-column .logo.logo--image{
  width:156px;
  height:96px;
  margin-bottom:8px;
}
.founder-grid--single{
  grid-template-columns:minmax(0,760px);
  justify-content:center;
}
@media(max-width:1180px) and (min-width:901px){
  .home-v3 .main-nav--home-exact{gap:12px}
  .home-v3 .main-nav--home-exact .nav-simple,
  .home-v3 .main-nav--home-exact .nav-trigger{font-size:10.5px}
  .home-v3 .site-header--home-exact .logo.logo--image{width:94px;flex-basis:94px}
}
@media(max-width:900px){
  .logo.logo--image,
  .home-v3 .site-header--home-exact .logo.logo--image{
    width:94px;
    height:52px;
    flex-basis:94px;
    margin-right:0;
  }
}
@media(max-width:600px){
  .logo.logo--image,
  .home-v3 .site-header--home-exact .logo.logo--image{
    width:82px;
    height:48px;
    flex-basis:82px;
  }
  .footer-brand-column .logo.logo--image{width:138px;height:88px}
}

/* V27 — Tüm sayfalarda tek ve standart üst menü */
.site-header--standard{padding:8px 0 9px}
.site-header--standard .nav-wrap{height:58px;padding:0 16px 0 20px;gap:14px}
.site-header--standard .logo.logo--image{width:108px;height:56px;flex:0 0 108px;margin:0 4px 0 0}
.site-header--standard .main-nav--standard{gap:16px;margin:auto;align-items:center;font-size:11.5px}
.site-header--standard .main-nav--standard .nav-simple,
.site-header--standard .main-nav--standard .nav-trigger{font-size:11.5px;padding:20px 0;white-space:nowrap}
.site-header--standard .main-nav--standard .is-active{position:relative;color:#174f34;font-weight:800}
.site-header--standard .main-nav--standard .is-active::after{content:"";position:absolute;left:0;right:0;bottom:8px;height:2px;border-radius:4px;background:#174f34}
.site-header--standard .main-nav--standard .nav-trigger.is-active::after{content:"";position:absolute;left:0;right:0;bottom:8px;height:2px;border-radius:4px;background:#174f34}
.site-header--standard .standard-header-actions{display:flex;align-items:center;gap:9px;margin-left:auto}

@media(max-width:1180px) and (min-width:901px){
  .site-header--standard .nav-wrap{gap:10px;padding-inline:12px}
  .site-header--standard .logo.logo--image{width:94px;flex-basis:94px;margin-right:0}
  .site-header--standard .main-nav--standard{gap:10px;font-size:10.5px}
  .site-header--standard .main-nav--standard .nav-simple,
  .site-header--standard .main-nav--standard .nav-trigger{font-size:10.5px}
  .site-header--standard .nav-item--activities{display:flex}
  .site-header--standard .home-header-whatsapp{padding:9px 9px;font-size:9.5px}
  .site-header--standard .home-header-search{width:35px;height:35px}
}

@media(max-width:900px){
  .site-header--standard{padding:8px 0}
  .site-header--standard .nav-wrap{height:58px;padding:0 14px;gap:12px}
  .site-header--standard .logo.logo--image{width:94px;height:52px;flex-basis:94px;margin-right:0}
  .site-header--standard .main-nav--standard{gap:0;margin:0!important}
  .site-header--standard .main-nav--standard .nav-simple,
  .site-header--standard .main-nav--standard .nav-trigger{font-size:14px;padding:14px 5px!important}
  .site-header--standard .main-nav--standard .is-active::after,
  .site-header--standard .main-nav--standard .nav-trigger.is-active::after{display:none}
  .site-header--standard .nav-item--activities{display:block}
}

@media(max-width:600px){
  .site-header--standard .nav-wrap{height:54px;padding:0 11px}
  .site-header--standard .logo.logo--image{width:82px;height:48px;flex-basis:82px}
}
