
:root{
  --gp-green:#004b3d;--gp-green-2:#0a6653;--gp-green-3:#eaf4ef;
  --gp-gold:#c98c22;--gp-gold-2:#f3d895;--gp-ink:#153d35;--gp-text:#354f48;
  --gp-muted:#6d7f79;--gp-cream:#fbf8f1;--gp-line:#e6dcc9;--gp-white:#fff;
  --gp-danger:#bf3b34;--gp-shadow:0 10px 30px rgba(8,62,51,.08);--gp-radius:18px;
}
html{scroll-behavior:smooth;scroll-padding-top:150px}
body.guide-page{font-family:"Vazirmatn",Tahoma,sans-serif;color:var(--gp-text);background:#fff;line-height:1.9;font-size:15px}
.guide-page *{box-sizing:border-box}
.gp-shell{width:min(1180px,calc(100% - 32px));margin-inline:auto}
.gp-skip{position:fixed;right:14px;top:-80px;background:#fff;color:#063f34;padding:9px 14px;border-radius:8px;z-index:10000;box-shadow:var(--gp-shadow)}
.gp-skip:focus{top:12px}
.gp-topbar{height:74px;background:linear-gradient(90deg,#003b31,#005343);color:#fff;position:sticky;top:0;z-index:1030;border-bottom:1px solid rgba(255,255,255,.1)}
.gp-topbar .gp-shell{height:100%;display:flex;align-items:center;gap:24px}
.gp-brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;white-space:nowrap;margin-left:auto}
.gp-brand img{width:43px;height:43px}
.gp-brand strong{font-size:17px;font-weight:900}
.gp-nav{display:flex;align-items:stretch;height:100%;gap:4px}
.gp-nav a{display:flex;align-items:center;color:#f6fbf9;text-decoration:none;font-size:14px;font-weight:700;padding:0 15px;position:relative}
.gp-nav a:hover,.gp-nav a.active{color:#ffd277}
.gp-nav a.active::after{content:"";position:absolute;right:15px;left:15px;bottom:0;height:3px;border-radius:4px;background:#efbd52}
.gp-icon-btn{width:42px;height:42px;border:1px solid rgba(255,255,255,.35);border-radius:10px;background:rgba(255,255,255,.05);display:grid;place-items:center;color:#fff;cursor:pointer}
.gp-icon-btn img{width:22px;height:22px;filter:brightness(0) invert(1)}
.gp-menu-btn{display:none;font-size:22px}
.gp-mobile-links a{display:block;padding:13px 4px;border-bottom:1px solid #eee;color:#164b40;text-decoration:none;font-weight:750}
.gp-hero{background:linear-gradient(135deg,#fff 0%,#fff 53%,#f5f0e3 100%);border-bottom:1px solid var(--gp-line);overflow:hidden;position:relative}
.gp-hero::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 18% 20%,rgba(201,140,34,.09),transparent 24%),radial-gradient(circle at 78% 75%,rgba(0,75,61,.08),transparent 25%);pointer-events:none}
.gp-hero .gp-shell{position:relative;z-index:1;padding-block:20px 38px}
.gp-breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;color:#73827d;margin-bottom:18px}
.gp-breadcrumb a{color:#32655a;text-decoration:none}.gp-breadcrumb span[aria-current]{color:#a16c16;font-weight:750}
.gp-hero-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(310px,.82fr);gap:36px;align-items:center;min-height:370px}
.gp-kicker{color:#a56e16;font-size:12px;font-weight:900;letter-spacing:.2px}
.gp-hero h1{font-size:clamp(36px,5vw,58px);line-height:1.33;color:#063f34;font-weight:950;margin:6px 0 15px;letter-spacing:-1.2px}
.gp-hero h1 span{color:var(--gp-gold)}
.gp-hero-copy>p{font-size:16px;line-height:2.05;color:#50665f;max-width:720px;margin:0 0 19px}
.gp-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.gp-badges span{border:1px solid #d9ceb9;border-radius:999px;background:rgba(255,255,255,.85);padding:5px 11px;font-size:11.5px;font-weight:750;color:#425c54}
.gp-actions{display:flex;gap:10px;flex-wrap:wrap}.gp-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;border-radius:10px;padding:10px 17px;text-decoration:none;font-size:13px;font-weight:850;border:1px solid transparent;cursor:pointer}
.gp-btn-primary{background:var(--gp-green);color:#fff;box-shadow:0 6px 18px rgba(0,75,61,.16)}.gp-btn-primary:hover{background:#00604d;color:#fff}
.gp-btn-ghost{background:#fff;color:#174b40;border-color:#d8c8aa}.gp-btn-ghost:hover{border-color:#b88a36;color:#9b6712}
.gp-hero-visual{min-height:310px;display:flex;align-items:center;justify-content:center}
.gp-hero-visual img.gp-illustration{width:100%;max-width:500px;max-height:360px;object-fit:contain}
.gp-photo-frame{width:100%;max-width:500px;background:#fff;border:1px solid #ded4c4;border-radius:22px;padding:10px;box-shadow:var(--gp-shadow);position:relative}
.gp-photo-frame img{width:100%;height:315px;object-fit:cover;border-radius:15px;display:block}.gp-photo-frame.contain img{object-fit:contain;background:#f8f5ee}
.gp-photo-label{position:absolute;right:24px;bottom:23px;background:rgba(0,62,51,.92);color:#fff;padding:7px 12px;border-radius:8px;font-size:12px;font-weight:800}
.gp-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:18px}.gp-stat{border-right:3px solid var(--gp-gold);padding:6px 10px;background:#fff;border-radius:5px 10px 10px 5px;box-shadow:0 3px 12px rgba(0,0,0,.035)}.gp-stat b{display:block;font-size:18px;color:#094d40}.gp-stat small{display:block;color:#71837d;font-size:10.8px;line-height:1.5}
.gp-section-nav{position:sticky;top:74px;z-index:1020;background:rgba(255,255,255,.97);backdrop-filter:blur(8px);border-bottom:1px solid #e7dfd0;box-shadow:0 4px 14px rgba(0,0,0,.03)}
.gp-section-nav-inner{display:flex;overflow:auto;scrollbar-width:none;padding:7px 0;gap:5px}.gp-section-nav-inner::-webkit-scrollbar{display:none}
.gp-section-nav a{flex:none;display:flex;align-items:center;gap:6px;color:#536b64;text-decoration:none;border-radius:9px;padding:7px 11px;font-size:11.5px;font-weight:800;white-space:nowrap}
.gp-section-nav a img{width:20px;height:20px}.gp-section-nav a:hover,.gp-section-nav a.active{background:#eaf4ef;color:#004b3d}
.gp-section{padding:58px 0}.gp-section.gp-tint{background:#faf8f3}.gp-section.gp-deep{background:linear-gradient(135deg,#003f34,#075c4b);color:#fff}
.gp-heading{margin-bottom:27px}.gp-heading.center{text-align:center;max-width:850px;margin:0 auto 28px}.gp-overline{display:block;color:#aa7318;font-size:11.5px;font-weight:900;margin-bottom:2px}.gp-deep .gp-overline{color:#f1c464}
.gp-heading h2{color:#073f35;font-size:29px;line-height:1.55;font-weight:950;margin:0 0 7px}.gp-deep .gp-heading h2{color:#fff}
.gp-heading p{max-width:850px;color:#6a7d77;font-size:13.5px;line-height:1.95;margin:0}.gp-heading.center p{margin-inline:auto}.gp-deep .gp-heading p{color:#d5e4df}
.gp-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.gp-card-grid.four{grid-template-columns:repeat(4,1fr)}.gp-card-grid.two{grid-template-columns:repeat(2,1fr)}
.gp-card{background:#fff;border:1px solid var(--gp-line);border-radius:var(--gp-radius);padding:20px;box-shadow:0 6px 20px rgba(0,63,50,.04);position:relative;overflow:hidden}.gp-card:hover{box-shadow:var(--gp-shadow);border-color:#d7c8aa}
.gp-card-icon{width:51px;height:51px;background:#edf5f2;border-radius:15px;display:grid;place-items:center;margin-bottom:12px}.gp-card-icon.gold{background:#fff5df}.gp-card-icon img{width:31px;height:31px}
.gp-card h3{font-size:17px;font-weight:900;color:#123f35;line-height:1.55;margin:0 0 7px}.gp-card p{font-size:12.6px;line-height:1.9;color:#6a7b76;margin:0}.gp-card ul{list-style:none;padding:0;margin:10px 0 0}.gp-card li{position:relative;padding:5px 19px 5px 0;font-size:12.3px;line-height:1.75;color:#566a64}.gp-card li::before{content:"✓";position:absolute;right:0;color:#08705b;font-weight:950}
.gp-number{position:absolute;left:15px;top:13px;color:#dfd0b4;font-size:26px;font-weight:950}
.gp-note{border:1px solid #ead5aa;background:#fff8e9;border-radius:14px;padding:14px 17px;color:#735729;font-size:12.8px;line-height:1.9;margin-top:17px}.gp-note strong{color:#8e6018}
.gp-alert{border-right:4px solid #b73d35;background:#fff3f1;border-radius:12px;padding:14px 16px;color:#74403c;font-size:12.7px;line-height:1.9}
.gp-success{border-right:4px solid #08705b;background:#edf8f3;border-radius:12px;padding:14px 16px;color:#285f53;font-size:12.7px;line-height:1.9}
.gp-timeline{position:relative;display:grid;gap:13px}.gp-timeline::before{content:"";position:absolute;right:25px;top:15px;bottom:15px;width:2px;background:#dbc9a5}
.gp-step{display:grid;grid-template-columns:52px 1fr;gap:16px;position:relative}.gp-step-num{width:52px;height:52px;border-radius:50%;background:#075344;color:#fff;border:5px solid #edf4f0;display:grid;place-items:center;font-size:16px;font-weight:950;z-index:1}.gp-step-body{background:#fff;border:1px solid #e4dccd;border-radius:15px;padding:15px 18px}.gp-step-body h3{font-size:16px;color:#123f35;font-weight:900;margin:0 0 3px}.gp-step-body p{margin:0;color:#687c75;font-size:12.7px;line-height:1.9}
.gp-table-wrap{overflow:auto;border:1px solid #e2d9ca;border-radius:15px;background:#fff}.gp-table{width:100%;min-width:640px;border-collapse:collapse;margin:0}.gp-table th,.gp-table td{padding:13px 15px;text-align:right;border-bottom:1px solid #eee9df;font-size:12.5px;vertical-align:middle}.gp-table th{background:#edf5f1;color:#174a40;font-weight:900;white-space:nowrap}.gp-table tr:last-child td{border-bottom:0}.gp-table td strong{color:#075344}
.gp-map-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:16px;align-items:stretch}.gp-map-card{border:1px solid #ded3c1;border-radius:17px;background:#fff;padding:10px;box-shadow:0 7px 20px rgba(0,63,50,.05);overflow:hidden}.gp-map-card iframe{width:100%;height:430px;border:0;border-radius:12px;display:block;background:#f5f2e9}.gp-map-caption{padding:10px 5px 2px;font-size:11.5px;color:#788681;line-height:1.7}.gp-map-side{display:grid;gap:11px}
.gp-route-stop{background:#fff;border:1px solid #e2d9ca;border-radius:14px;padding:14px;display:grid;grid-template-columns:42px 1fr;gap:10px}.gp-route-stop span{width:42px;height:42px;border-radius:12px;background:#edf5f2;display:grid;place-items:center;color:#00614e;font-weight:950}.gp-route-stop b{font-size:14px;color:#154a40}.gp-route-stop small{display:block;font-size:11.5px;color:#73847e;line-height:1.7;margin-top:2px}
.gp-destination-tabs{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:10px}.gp-destination-tabs button{border:1px solid #ddcfb5;background:#fff;border-radius:8px;padding:7px 12px;font:inherit;font-size:11.5px;font-weight:850;color:#315d53}.gp-destination-tabs button.active{background:#075344;color:#fff;border-color:#075344}
.gp-city-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gp-city-card{border:1px solid #dfd2bd;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 5px 18px rgba(0,63,50,.04)}.gp-city-card img{width:100%;height:170px;object-fit:cover;display:block}.gp-city-content{padding:14px}.gp-city-card h3{font-size:18px;font-weight:950;color:#113f35;margin:0 0 4px}.gp-city-card p{font-size:11.8px;line-height:1.8;color:#6b7c77;margin:0 0 10px}.gp-city-card a{font-size:11.5px;font-weight:900;color:#075344;text-decoration:none}.gp-city-card a:hover{color:#b27416}
.gp-place-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gp-place-card{background:#fff;border:1px solid #e0d6c5;border-radius:16px;overflow:hidden}.gp-place-card img{width:100%;height:170px;object-fit:cover;display:block}.gp-place-card .body{padding:13px}.gp-place-card h3{font-size:15px;color:#133f36;font-weight:900;margin:0 0 4px}.gp-place-card p{font-size:11.7px;line-height:1.75;color:#6e7d78;margin:0}.gp-place-card a{display:inline-block;margin-top:7px;color:#075344;font-size:11px;font-weight:850;text-decoration:none}
.gp-checklist{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.gp-check{min-height:66px;border:1px solid #e4dccf;border-radius:12px;padding:11px 13px;background:#fff;display:flex;align-items:center;gap:11px;cursor:pointer;transition:.15s}.gp-check:has(input:checked){border-color:#8eb8a9;background:#edf7f3}.gp-check input{width:22px;height:22px;accent-color:#075344;flex:none}.gp-check b{display:block;color:#194a40;font-size:13px}.gp-check small{display:block;color:#768680;font-size:11.2px;line-height:1.55}
.gp-progress{background:#fff;border:1px solid #e0d5c2;border-radius:16px;padding:16px 18px;display:flex;align-items:center;gap:16px}.gp-progress-ring{--p:0;width:70px;height:70px;border-radius:50%;background:conic-gradient(#08705b calc(var(--p)*1%),#e8eee9 0);display:grid;place-items:center;position:relative;flex:none}.gp-progress-ring::before{content:"";width:54px;height:54px;border-radius:50%;background:#fff;position:absolute}.gp-progress-ring strong{position:relative;color:#075344;font-size:15px}.gp-progress span{display:block;font-size:12px;color:#72837d}
.gp-faq{display:grid;gap:9px}.gp-faq details{background:#fff;border:1px solid #dfd4c2;border-radius:12px;overflow:hidden}.gp-faq summary{list-style:none;cursor:pointer;padding:15px 17px 15px 48px;position:relative;font-size:13.5px;font-weight:850;color:#174a40}.gp-faq summary::-webkit-details-marker{display:none}.gp-faq summary::after{content:"+";position:absolute;left:15px;top:50%;transform:translateY(-50%);width:25px;height:25px;border:1px solid #d3b473;color:#a16c16;border-radius:50%;display:grid;place-items:center;font-size:18px}.gp-faq details[open] summary::after{content:"−"}.gp-faq p{font-size:12.5px;color:#687b75;line-height:1.95;margin:0;padding:0 17px 15px}
.gp-links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gp-link-card{background:#fff;border:1px solid #dfd6c8;border-radius:16px;padding:18px;text-decoration:none;display:flex;align-items:center;gap:13px;color:#16483e;min-height:100px}.gp-link-card:hover{border-color:#93b8aa;box-shadow:var(--gp-shadow);color:#075344}.gp-link-card img{width:42px;height:42px}.gp-link-card b{display:block;font-size:14px}.gp-link-card small{display:block;color:#72827d;font-size:11.5px;line-height:1.65;margin-top:2px}.gp-link-card em{font-style:normal;margin-right:auto;color:#bd7e1a;font-weight:900}
.gp-emergency-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.gp-emergency{background:#fff;border:1px solid #e0d7c8;border-radius:16px;padding:19px;text-align:center}.gp-emergency img{width:42px;height:42px;margin-bottom:6px}.gp-emergency h3{font-size:14px;color:#173f37;margin:0}.gp-emergency .number{display:block;color:#075344;font-size:30px;line-height:1.2;font-weight:950;margin:8px 0}.gp-emergency a{font-size:11px;font-weight:900;text-decoration:none;color:#a66f17}
.gp-source{margin-top:22px;border-top:1px solid #e8e0d3;padding-top:12px;color:#82908b;font-size:10.5px;line-height:1.7}.gp-source a{color:#6a7e77}
.gp-next{background:linear-gradient(135deg,#003f34,#075d4b);padding:42px 0;color:#fff}.gp-next-grid{display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px}.gp-next small{color:#f0c36a;font-weight:850}.gp-next h2{font-size:26px;font-weight:950;margin:4px 0}.gp-next p{color:#d5e5df;font-size:12.5px;margin:0}.gp-next .gp-actions{justify-content:flex-end}
.gp-footer{background:#003d32;color:#d8e7e2;border-top:3px solid #c78b22}.gp-footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:38px;padding:38px 0 28px}.gp-footer h3{color:#fff;font-size:17px;font-weight:950;margin:0 0 7px}.gp-footer h4{color:#efbe59;font-size:13px;font-weight:900;margin:0 0 10px}.gp-footer p{font-size:11.5px;line-height:1.9;color:#bfd2cb;max-width:290px}.gp-footer a{display:block;color:#d5e5df;text-decoration:none;font-size:11.5px;padding:3px 0}.gp-footer a:hover{color:#efc56a}.gp-footer-brand{display:flex;gap:13px;align-items:flex-start}.gp-footer-brand img{width:55px;height:55px}.gp-copy{border-top:1px solid rgba(255,255,255,.12);text-align:center;padding:11px;font-size:10.5px;color:#9fb9b0}
.gp-to-top{position:fixed;left:22px;bottom:22px;width:43px;height:43px;border:0;border-radius:50%;background:#00604e;color:#fff;box-shadow:0 8px 20px rgba(0,0,0,.18);display:none;z-index:1000}
.gp-to-top.show{display:block}
.gp-search-results{display:grid;gap:7px;margin-top:12px}.gp-search-result{border:1px solid #e5ddd0;border-radius:10px;padding:10px 12px;text-decoration:none;color:#174b40}.gp-search-result:hover{background:#f1f7f4}.gp-search-result b{display:block;font-size:13px}.gp-search-result small{font-size:11px;color:#75847f}
.gp-pill{display:inline-flex;align-items:center;gap:6px;border:1px solid #dcd1bd;border-radius:999px;background:#fff;padding:5px 10px;font-size:11px;font-weight:800;color:#446158}
.gp-divider-title{display:flex;align-items:center;gap:12px;margin:25px 0 15px}.gp-divider-title::before,.gp-divider-title::after{content:"";height:1px;background:#e5dccd;flex:1}.gp-divider-title span{font-size:12px;font-weight:900;color:#9a6819}
.gp-quote{padding:20px 22px;border-radius:16px;background:#075344;color:#fff;position:relative}.gp-quote p{font-size:14px;line-height:2;margin:0}.gp-quote small{display:block;color:#f0c56c;margin-top:8px}
.gp-route-diagram{display:flex;gap:0;align-items:center;overflow:auto;padding:14px 0 3px;scrollbar-width:thin}.gp-route-node{flex:0 0 auto;min-width:118px;text-align:center;position:relative}.gp-route-node:not(:last-child)::after{content:"←";position:absolute;left:-8px;top:14px;color:#b4842f;font-size:20px}.gp-route-node span{width:44px;height:44px;border-radius:50%;background:#eaf5f0;border:2px solid #79ac9a;display:grid;place-items:center;margin:0 auto 7px;color:#075344;font-weight:950}.gp-route-node b{display:block;font-size:11.5px;color:#16493e}.gp-route-node small{display:block;color:#7d8b87;font-size:9.5px}
.gp-print-only{display:none}
@media(max-width:1050px){
 .gp-topbar{height:64px}.gp-nav{display:none}.gp-menu-btn{display:grid}.gp-brand{margin-left:auto}.gp-section-nav{top:64px}
 .gp-hero-grid{grid-template-columns:1fr;gap:15px}.gp-hero-copy{text-align:center}.gp-hero-copy>p{margin-inline:auto}.gp-badges,.gp-actions{justify-content:center}.gp-hero-visual{min-height:240px}.gp-photo-frame{max-width:650px}.gp-photo-frame img{height:340px}
 .gp-card-grid.four,.gp-city-grid,.gp-place-grid,.gp-emergency-grid{grid-template-columns:repeat(2,1fr)}.gp-map-grid{grid-template-columns:1fr}.gp-links-grid,.gp-card-grid{grid-template-columns:repeat(2,1fr)}
 .gp-footer-grid{grid-template-columns:repeat(2,1fr)}.gp-next-grid{grid-template-columns:1fr}.gp-next .gp-actions{justify-content:flex-start}
}
@media(max-width:650px){
 body.guide-page{font-size:14px}.gp-shell{width:min(100% - 22px,1180px)}.gp-topbar{height:58px}.gp-section-nav{top:58px}.gp-brand strong{font-size:14px}.gp-brand img{width:37px;height:37px}.gp-icon-btn{width:38px;height:38px}
 .gp-hero .gp-shell{padding-block:12px 28px}.gp-breadcrumb{margin-bottom:8px}.gp-hero-grid{min-height:0}.gp-hero h1{font-size:35px}.gp-hero-copy>p{font-size:13.5px}.gp-badges{gap:5px}.gp-badges span{font-size:10.5px}.gp-actions{flex-direction:column}.gp-btn{width:100%}.gp-hero-visual{min-height:210px}.gp-hero-visual img.gp-illustration{max-height:250px}.gp-photo-frame img{height:235px}.gp-stats{grid-template-columns:1fr}.gp-section-nav a{font-size:10.8px;padding:6px 9px}
 .gp-section{padding:39px 0}.gp-heading h2{font-size:24px}.gp-heading p{font-size:12.5px}.gp-card-grid,.gp-card-grid.four,.gp-card-grid.two,.gp-city-grid,.gp-place-grid,.gp-links-grid,.gp-emergency-grid,.gp-checklist{grid-template-columns:1fr}.gp-card{padding:17px}.gp-card h3{font-size:16px}
 .gp-map-card iframe{height:330px}.gp-timeline::before{right:20px}.gp-step{grid-template-columns:42px 1fr;gap:11px}.gp-step-num{width:42px;height:42px;font-size:14px;border-width:4px}.gp-route-diagram{padding-bottom:10px}
 .gp-city-card img,.gp-place-card img{height:210px}.gp-next{padding:34px 0}.gp-next h2{font-size:23px}.gp-footer-grid{grid-template-columns:1fr;gap:22px;padding-top:30px}.gp-footer-brand{order:-1}
}
@media print{
 .gp-topbar,.gp-section-nav,.gp-footer,.gp-next,.gp-to-top,.modal,.offcanvas,.gp-actions,.gp-destination-tabs{display:none!important}
 .gp-print-only{display:block}.gp-hero{background:#fff}.gp-hero .gp-shell{padding:0}.gp-hero-grid{display:block;min-height:0}.gp-hero-visual{display:none}.gp-hero h1{font-size:30px}
 .gp-section{padding:22px 0;break-inside:auto}.gp-card,.gp-map-card,.gp-step-body,.gp-table-wrap,.gp-check,.gp-emergency{box-shadow:none;break-inside:avoid}.gp-tint{background:#fff!important}
}
