@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800&display=swap');
@import url('/seo-live.css?v=3');
:root{--bg:#f7f7f5;--ink:#202625;--muted:#66706c;--line:#e3e7e3;--green:#0b5c50;--orange:#ff7900}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--bg);font-family:Vazirmatn,Tahoma,sans-serif}.seo-header{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100% - 1120px)/2));background:#fff;border-bottom:1px solid var(--line)}.seo-brand{display:flex;align-items:center;gap:9px;color:var(--ink);text-decoration:none}.seo-brand img{width:38px;height:38px;border-radius:11px}.seo-brand strong{font-size:18px}.seo-header nav,footer nav{display:flex;gap:18px;flex-wrap:wrap}.seo-header nav a,footer a{color:var(--muted);text-decoration:none;font-size:13px}.seo-header nav a:hover,footer a:hover{color:var(--green)}main{width:min(1120px,calc(100% - 32px));margin:auto}.breadcrumbs{display:flex;gap:8px;align-items:center;padding:22px 0;color:var(--muted);font-size:12px}.breadcrumbs a{color:var(--green);text-decoration:none}.hero{padding:64px clamp(24px,6vw,72px);background:linear-gradient(135deg,#fff 20%,#eef6f2);border:1px solid var(--line);border-radius:30px}.hero.compact{padding-block:48px}.hero>span,.eyebrow{color:var(--orange);font-size:12px;font-weight:800}.hero h1{margin:7px 0 14px;font-size:clamp(38px,7vw,72px);letter-spacing:-.055em}.hero p{max-width:740px;margin:0;color:var(--muted);font-size:16px;line-height:2}.hero-actions{display:flex;gap:10px;margin-top:28px}.hero-actions a,.primary{display:inline-flex;padding:12px 18px;color:var(--green);background:#fff;border:1px solid #cfded8;border-radius:12px;text-decoration:none;font-size:13px;font-weight:700}.hero-actions .primary,.primary{color:#fff;background:var(--green);border-color:var(--green)}.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:16px 0}.facts article{padding:22px;background:#fff;border:1px solid var(--line);border-radius:18px}.facts span,.facts strong{display:block}.facts span{color:var(--muted);font-size:11px}.facts strong{margin-top:5px;font-size:16px}.content-grid{display:grid;grid-template-columns:1.6fr .8fr;gap:18px;margin:64px 0}.content-grid article,.content-grid aside{padding:32px;background:#fff;border:1px solid var(--line);border-radius:24px}.content-grid h2,.related h2{margin:7px 0 14px;font-size:25px}.content-grid p,.content-grid li{color:var(--muted);font-size:14px;line-height:2}.content-grid li{margin:4px 0}.content-grid aside{background:#113f37;color:#fff}.content-grid aside p{color:#d7e4e0}.related{margin:64px 0}.destination-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}.destination-grid.all{grid-template-columns:repeat(2,1fr);margin:22px 0 70px}.destination-grid a{display:flex;flex-direction:column;min-height:150px;padding:22px;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:20px;text-decoration:none;transition:.2s}.destination-grid a:hover{transform:translateY(-3px);border-color:#afc9bf;box-shadow:0 15px 35px #173f3510}.destination-grid span,.destination-grid small{color:var(--muted);font-size:11px}.destination-grid strong{margin:7px 0;font-size:19px}.destination-grid p{color:var(--muted);font-size:12px;line-height:1.9}.destination-grid small{margin-top:auto;color:var(--green);font-weight:700}footer{display:flex;justify-content:space-between;gap:30px;padding:36px max(24px,calc((100% - 1120px)/2));background:#fff;border-top:1px solid var(--line)}footer p{margin:5px 0;color:var(--muted);font-size:11px}footer nav{max-width:600px;justify-content:flex-end}@media(max-width:760px){.seo-header{padding:0 16px}.seo-header nav a:first-child{display:none}.hero{padding:36px 22px;border-radius:22px}.hero p{font-size:14px}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions a{justify-content:center}.facts{grid-template-columns:1fr}.content-grid{grid-template-columns:1fr;margin:38px 0}.destination-grid,.destination-grid.all{grid-template-columns:1fr}.destination-grid a{min-height:130px}.related{margin:42px 0}footer{flex-direction:column}footer nav{justify-content:flex-start}}
