*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
    :root{--bg:#f8fafc;--surface:#fff;--border:#e2e8f0;--border-mid:#cbd5e1;--text:#0f172a;--text-2:#1e293b;--muted:#64748b;--accent:#0284c7;--accent-dark:#0369a1;--accent-bg:#e0f2fe;--green:#059669;--green-bg:#d1fae5;--amber:#d97706;--amber-bg:#fef3c7;--shadow-sm:0 1px 2px rgba(15,23,42,.05);--shadow:0 4px 12px rgba(15,23,42,.08);--radius:12px;--radius-sm:8px}
    html{font-size:16px;scroll-behavior:smooth}
    body{font-family:'Inter',system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
    a{color:var(--accent);text-decoration:none}
    a:hover{text-decoration:underline}
    img{max-width:100%;height:auto;display:block}
    .header{background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}
    .header-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem;height:64px;display:flex;align-items:center;justify-content:space-between;gap:1rem}
    .logo{font-weight:800;font-size:1.15rem;color:var(--text);letter-spacing:-.02em;display:flex;align-items:center;gap:.35rem}
    .logo-icon{width:28px;height:28px;border-radius:7px;background:linear-gradient(135deg,#0ea5e9,#6366f1);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:900;color:#fff;flex-shrink:0}
    .logo em{color:var(--accent);font-style:normal}
    .btn-tg{background:#0284c7;color:#fff;font-weight:600;font-size:.8rem;padding:.45rem 1rem;border-radius:7px;display:inline-flex;align-items:center;gap:.4rem;transition:background .15s}
    .btn-tg:hover{opacity:.9;text-decoration:none}
    .breadcrumb{max-width:1100px;margin:0 auto;padding:.75rem 1.5rem;font-size:.82rem;color:var(--muted)}
    .breadcrumb a{color:var(--muted)}
    .breadcrumb a:hover{color:var(--accent)}
    .hero-country{padding:3.5rem 1.5rem 3rem;background:linear-gradient(160deg,#f0f9ff,#e0f2fe 50%,#f0f4ff)}
    .hero-country-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:center}
    .country-head{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}
    .country-emoji{border-radius:6px;box-shadow:0 2px 8px rgba(15,23,42,.15);object-fit:cover}
    .country-head h1{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;letter-spacing:-.03em;color:var(--text)}
    .country-lead{font-size:1.05rem;color:var(--text-2);line-height:1.75;margin-bottom:1.75rem;max-width:600px}
    .country-stats{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.75rem}
    .stat-chip{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.45rem .9rem;font-size:.8rem;font-weight:600;color:var(--text-2);display:flex;align-items:center;gap:.35rem}
    .stat-chip span{color:var(--accent)}
    .btn-primary{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-weight:700;font-size:1rem;padding:.875rem 1.875rem;border-radius:11px;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s;box-shadow:0 4px 14px rgba(14,165,233,.35)}
    .btn-primary:hover{transform:translateY(-1px);text-decoration:none;box-shadow:0 6px 20px rgba(14,165,233,.4);color:#fff}
    .hero-img{border-radius:14px;box-shadow:0 20px 45px -20px rgba(15,23,42,.35);overflow:hidden;aspect-ratio:16/10;position:relative}
    .hero-img img{width:100%;height:100%;object-fit:cover}
    .hero-img-caption{position:absolute;bottom:0;left:0;right:0;padding:.45rem .75rem;font-size:.68rem;color:#f1f5f9;background:linear-gradient(180deg,transparent,rgba(15,23,42,.65));line-height:1.4}
    .hero-img-caption a{color:#cbd5e1;text-decoration:underline}
    .section{padding:3.5rem 1.5rem}
    .section-light{background:var(--surface)}
    .section-inner{max-width:1100px;margin:0 auto}
    .section-label{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}
    .section-title{font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:800;letter-spacing:-.025em;margin-bottom:.75rem;color:var(--text)}
    .section-text{color:var(--text-2);font-size:.95rem;line-height:1.75;max-width:720px}
    .section-text+p.section-text{margin-top:.9rem}
    .price-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;margin-top:1.5rem}
    .price-card{background:var(--surface);border:1.5px solid var(--border);border-radius:12px;padding:.95rem 1rem;transition:all .18s;position:relative;overflow:hidden}
    .price-card::after{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:var(--border);transition:background .18s}
    .price-card:hover{box-shadow:0 4px 16px rgba(14,165,233,.14);border-color:#7dd3fc;transform:translateY(-2px)}
    .price-card:hover::after{background:linear-gradient(90deg,#0ea5e9,#6366f1)}
    .price-card-profile{font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:.25rem}
    .price-card-row1{display:flex;align-items:baseline;gap:.25rem;margin-bottom:.1rem}
    .price-card-gb{font-size:1.85rem;font-weight:900;line-height:1;letter-spacing:-.04em;color:var(--text)}
    .price-card-unit{font-size:.75rem;font-weight:700;color:var(--muted);padding-bottom:.15rem}
    .price-card-meta{font-size:.73rem;color:var(--muted);margin-bottom:.625rem}
    .price-card-price{font-size:1.35rem;font-weight:900;color:var(--text);letter-spacing:-.025em;line-height:1}
    .price-card-per{font-size:.67rem;color:var(--muted);margin-top:.2rem}
    .price-loading{text-align:center;padding:2rem;color:var(--muted);font-size:.9rem;grid-column:1/-1}
    .price-cta{margin-top:1.75rem;display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}
    .price-cta-note{font-size:.78rem;color:var(--muted)}
    .split{display:grid;grid-template-columns:1.05fr .95fr;gap:2.5rem;align-items:center}
    .split-img{border-radius:14px;overflow:hidden;box-shadow:0 12px 30px -15px rgba(15,23,42,.35);position:relative;aspect-ratio:4/3}
    .split-img img{width:100%;height:100%;object-fit:cover}
    .split-img-caption{position:absolute;bottom:0;left:0;right:0;padding:.4rem .75rem;font-size:.65rem;color:#f1f5f9;background:linear-gradient(180deg,transparent,rgba(15,23,42,.6))}
    .split-img-caption a{color:#cbd5e1;text-decoration:underline}
    .seasons{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;margin-top:1.25rem}
    .season{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.95rem 1.1rem}
    .season h4{font-size:.9rem;font-weight:700;color:var(--text);margin-bottom:.15rem;display:flex;align-items:center;gap:.4rem}
    .season-temp{font-size:.72rem;color:var(--accent);font-weight:700;margin-bottom:.5rem}
    .season p{font-size:.82rem;color:var(--text-2);line-height:1.65}
    .sights{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.8rem;margin-top:1.25rem}
    .sight{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem 1.2rem}
    .sight h4{font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:.3rem}
    .sight p{font-size:.83rem;color:var(--muted);line-height:1.65}
    .operators-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.85rem;margin-top:1.25rem}
    .operator-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem 1.25rem}
    .operator-name{font-weight:700;font-size:.95rem;color:var(--text);margin-bottom:.2rem}
    .operator-net{font-size:.78rem;color:var(--accent);font-weight:600}
    .operator-card p{font-size:.8rem;color:var(--muted);margin-top:.4rem;line-height:1.6}
    .tips{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem;margin-top:1.25rem}
    .tip{background:var(--bg);border-left:3px solid var(--accent);border-radius:var(--radius-sm);padding:.85rem 1.1rem}
    .tip h4{font-size:.88rem;font-weight:700;color:var(--text);margin-bottom:.25rem}
    .tip p{font-size:.82rem;color:var(--text-2);line-height:1.6}
    .tip.warn{border-left-color:var(--amber);background:var(--amber-bg)}
    .faq-list{display:flex;flex-direction:column;gap:.5rem;max-width:760px;margin-top:1.25rem}
    .faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;transition:border-color .2s}
    .faq-item.open{border-color:var(--accent)}
    .faq-q{width:100%;background:none;border:none;padding:1rem 1.25rem;text-align:left;font-size:.92rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:.75rem;color:var(--text);font-family:inherit}
    .faq-q:hover{background:var(--bg)}
    .faq-icon{width:22px;height:22px;border-radius:50%;background:var(--accent-bg);display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0;transition:background .2s,transform .25s}
    .faq-item.open .faq-icon{background:var(--accent);color:#fff;transform:rotate(180deg)}
    .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .2s;font-size:.88rem;color:var(--muted);line-height:1.7;padding:0 1.25rem}
    .faq-item.open .faq-a{max-height:460px;padding:.1rem 1.25rem 1rem}
    .back-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--muted);font-size:.85rem;margin-top:1.5rem}
    .back-link:hover{color:var(--accent)}
    footer{background:var(--surface);border-top:1px solid var(--border);padding:1.5rem}
    .footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}
    .footer-copy{font-size:.78rem;color:var(--muted);width:100%;padding-top:.5rem;border-top:1px solid var(--border)}
    .footer-links{display:flex;flex-wrap:wrap;gap:1rem}
    .footer-links a{font-size:.82rem;color:var(--muted)}
    .footer-links a:hover{color:var(--accent);text-decoration:none}
    .credits{font-size:.7rem;color:var(--muted);width:100%;padding-top:.75rem;line-height:1.6}
    .credits a{color:var(--muted);text-decoration:underline}
    
    
  
.sightgrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}
.sightcard{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .18s,transform .18s}
.sightcard:hover{box-shadow:0 8px 22px rgba(14,165,233,.12);transform:translateY(-2px)}
.sightcard figure{position:relative;aspect-ratio:3/2;margin:0}
.sightcard figure img{width:100%;height:100%;object-fit:cover;display:block}
.sc-cap{position:absolute;bottom:0;right:0;font-size:.56rem;line-height:1.3;color:#e5e7eb;background:rgba(15,23,42,.5);padding:.08rem .3rem;border-top-left-radius:6px;max-width:85%;text-align:right}
.sc-cap a{color:#cbd5e1;text-decoration:none}
.sightcard-body{padding:.8rem 1rem}
.sightcard-body h4{font-size:.98rem;font-weight:700;margin-bottom:.25rem;color:var(--text)}
.sightcard-body p{font-size:.83rem;color:var(--muted);line-height:1.6}

/* ===== секции отдельных стран (объединено из всех страниц) ===== */
.hero-country-inner.solo{max-width:820px;text-align:center}
.hero-country-inner.solo .country-head{justify-content:center}
.country-emoji-txt{font-size:3rem;line-height:1}
.hero-country-inner.solo .country-lead{margin-left:auto;margin-right:auto}
.hero-country-inner.solo .country-stats{justify-content:center}
.btn-ghost{background:var(--surface);border:1.5px solid var(--border-mid);color:var(--text-2);font-weight:700;font-size:.95rem;padding:.8rem 1.5rem;border-radius:11px;display:inline-flex;align-items:center;gap:.5rem;transition:all .18s}
.btn-ghost:hover{border-color:var(--accent);color:var(--accent);text-decoration:none}
.grid-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.85rem;margin-top:1.25rem}
.icard{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.1rem 1.25rem}
.icard h4{font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:.3rem;display:flex;align-items:center;gap:.45rem}
.icard p{font-size:.84rem;color:var(--muted);line-height:1.65}
.chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}
.geo-chip{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:.4rem .85rem;font-size:.82rem;font-weight:600;color:var(--text-2)}
.xsell{max-width:1100px;margin:0 auto;background:linear-gradient(135deg,#ecfeff,#e0f2fe);border:1px solid #bae6fd;border-radius:16px;padding:1.75rem;display:flex;gap:1.25rem;align-items:center;flex-wrap:wrap;justify-content:space-between}
.xsell h3{font-size:1.15rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.3rem;color:var(--text)}
.xsell p{color:var(--text-2);font-size:.9rem;max-width:600px}
.neighbors{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.25rem}
.neighbor{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.6rem 1rem;font-size:.85rem;font-weight:600;color:var(--text-2);display:inline-flex;align-items:center;gap:.4rem}
.neighbor:hover{border-color:var(--accent);color:var(--accent);text-decoration:none}
.card-link{text-decoration:none}
.regions{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem;margin-top:1.25rem}
.region{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.95rem 1.1rem}
.region h4{font-size:.92rem;font-weight:700;color:var(--text);margin-bottom:.15rem;display:flex;align-items:center;gap:.4rem}
.region-cities{font-size:.72rem;color:var(--accent);font-weight:700;margin-bottom:.5rem}
.region p{font-size:.82rem;color:var(--text-2);line-height:1.65}
.stat-chip.highlight{background:#fef3c7;border-color:#fcd34d;color:#92400e}
.stat-chip.highlight span{color:#b45309}
.banner-info{background:linear-gradient(135deg,#fef3c7,#fed7aa);border:1px solid #fcd34d;border-radius:14px;padding:1.25rem 1.5rem;margin:1.75rem 0;display:flex;gap:.9rem;align-items:flex-start;max-width:900px}
.banner-info .ico{flex-shrink:0;font-size:1.5rem;line-height:1}
.banner-info h3{font-size:.98rem;font-weight:800;color:#92400e;margin-bottom:.3rem;letter-spacing:-.015em}
.banner-info p{font-size:.88rem;color:#78350f;line-height:1.65}
.dphoto-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin-top:.5rem}
.dphoto{display:block;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--surface);text-decoration:none;transition:border-color .18s,box-shadow .18s}
.dphoto:hover{border-color:var(--accent);box-shadow:0 8px 24px -14px rgba(2,132,199,.4);text-decoration:none}
.dphoto img{width:100%;height:140px;object-fit:cover}
.dphoto-body{display:block;padding:.7rem .85rem}
.dphoto-body b{display:block;font-size:.98rem;color:var(--text);font-weight:700}
.dphoto-body em{display:block;font-style:normal;font-size:.82rem;color:var(--muted);margin-top:.2rem}
.banner-warn{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fcd34d;border-radius:14px;padding:1.25rem 1.5rem;margin:1.75rem 0;display:flex;gap:.9rem;align-items:flex-start;max-width:900px}
.banner-warn .ico{flex-shrink:0;font-size:1.5rem;line-height:1}
.banner-warn h3{font-size:.98rem;font-weight:800;color:#92400e;margin-bottom:.3rem;letter-spacing:-.015em}
.banner-warn p{font-size:.88rem;color:#78350f;line-height:1.65}
footer.legacy{background:var(--surface);border-top:1px solid var(--border);padding:1.5rem}

@media(max-width:820px){.hero-country-inner{grid-template-columns:1fr}.hero-img{order:-1;aspect-ratio:16/9}.split{grid-template-columns:1fr}.split .split-img{order:-1;aspect-ratio:16/10}}
@media(max-width:600px){.hero-country{padding:2.5rem 1.25rem 2rem}.section{padding:2.5rem 1.25rem}}
@media(max-width:820px){.split .split-img{order:-1;aspect-ratio:16/10}}
