
:root{--bg:#0b1220;--bg2:#1d3557;--card:#ffffff;--surface:#f7fafc;--line:#e5e7eb;--text:#0f172a;--muted:#64748b;--accent:#06b6d4;--accent2:#f59e0b}
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--surface);color:var(--text);line-height:1.7}a{text-decoration:none;color:var(--accent)}a:hover{text-decoration:underline}.wrap{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(11,18,32,.88);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08)}.site-header .wrap{display:flex;justify-content:space-between;align-items:center;padding:16px 0}.brand{color:#fff;font-weight:800;font-size:1.05rem;letter-spacing:.02em}.nav{display:flex;gap:18px;flex-wrap:wrap}.nav a{color:#dbeafe;font-weight:600}.hero{background:linear-gradient(135deg,rgba(11,18,32,.93),rgba(29,53,87,.86)),url("https://images.unsplash.com/photo-1506929562872-bb421503ef21?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;color:#fff;padding:84px 0 90px}.eyebrow{display:inline-block;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.12);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase}.hero h1{font-size:clamp(2.2rem,5vw,4.4rem);line-height:1.02;max-width:10ch;margin:18px 0}.hero p{max-width:65ch;color:#dbeafe;font-size:1.08rem}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}.btn{display:inline-block;padding:14px 20px;border-radius:14px;font-weight:700}.btn-primary{background:var(--accent);color:#06202a}.btn-secondary{border:1px solid rgba(255,255,255,.28);color:#fff}.section{padding:48px 0}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:18px}.section-head p{max-width:60ch;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px}.card,.article-shell{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:0 12px 30px rgba(15,23,42,.06)}.card{padding:22px;transition:transform .2s ease, box-shadow .2s ease}.card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(15,23,42,.10)}.card .tag{display:inline-block;background:#ecfeff;color:#0f766e;padding:6px 10px;border-radius:999px;font-size:.78rem;font-weight:700;margin-bottom:12px}.card h3{margin:0 0 10px}.card p{color:var(--muted)}.article-page{padding:44px 0 64px}.article-shell{padding:clamp(22px,4vw,40px);max-width:920px;margin:0 auto}.article-shell h1{line-height:1.08;font-size:clamp(2rem,4vw,3.2rem)}.article-shell h2{margin-top:2rem}.destination-item{padding:18px 20px;border:1px solid var(--line);border-radius:18px;margin:14px 0;background:linear-gradient(180deg,#fff,#f8fafc)}footer{padding:30px 0;border-top:1px solid var(--line);color:var(--muted)}@media(max-width:700px){.site-header .wrap,.section-head{flex-direction:column;align-items:flex-start}.hero{padding:56px 0 62px}}
