/* EgiptBezTajemnic — jasny, kompaktowy motyw V5 */
:root{
  --navy:#092448;
  --navy-2:#12355f;
  --orange:#f28a00;
  --orange-soft:#fff5e8;
  --green:#249456;
  --green-soft:#eaf7ef;
  --amber:#f4a000;
  --bg:#f7f9fc;
  --panel:#ffffff;
  --text:#0b2346;
  --muted:#64748b;
  --line:#e2e8f0;
  --line-strong:#d4dce7;
  --shadow:0 8px 28px rgba(10,35,72,.06);
  --shadow2:0 16px 40px rgba(10,35,72,.10);
  --radius:14px;
  --shell:min(1540px,calc(100% - 36px));
}
*{box-sizing:border-box}
html{background:#fff}
body{background:linear-gradient(180deg,#fff 0,#f8fafc 38%,#fff 100%);color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif;font-size:15px;line-height:1.55}
h1,h2,h3{font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--text);letter-spacing:-.02em}
a{transition:color .16s ease,background .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease}
.section-shell{width:var(--shell)}
.eyebrow{color:var(--orange);font-size:.72rem;letter-spacing:.06em}

/* Nagłówek */
.site-header{height:64px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);box-shadow:0 2px 12px rgba(10,35,72,.035);backdrop-filter:blur(14px)}
.header-inner{width:var(--shell);gap:16px}
.brand img{width:164px;height:auto}
.main-nav{gap:14px;color:var(--navy);font-size:.70rem;font-weight:750}
.main-nav>a{opacity:1;position:relative}
.main-nav>a:hover{color:var(--orange)}
.main-nav>a:not(.favorites-link):not(.nav-current-info)::after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--orange);transition:right .18s ease}
.main-nav>a:hover::after{right:0}
.header-icon{width:34px;height:34px;border:0;background:transparent;color:var(--navy);padding:6px}
.header-icon svg,.favorites-link svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.favorites-link{gap:4px}
.favorites-link em{display:none}
.favorites-link b{position:absolute;top:-8px;right:-8px;background:var(--orange);color:#fff}
.menu-toggle span{background:var(--navy)}

/* Strona główna */
.home-dashboard{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;padding:18px 0 12px;align-items:start}
.home-primary{display:grid;gap:12px;min-width:0}
.home-rail{display:grid;gap:12px;position:sticky;top:78px}
.home-hero-card,.dashboard-panel,.rail-card,.home-below .dashboard-panel{background:var(--panel);border:1px solid var(--line);border-radius:15px;box-shadow:0 4px 18px rgba(10,35,72,.025)}
.home-hero-card{display:grid;grid-template-columns:minmax(420px,.95fr) minmax(430px,1.15fr);gap:22px;padding:20px;min-height:250px;overflow:hidden}
.home-hero-copy{padding:4px 0;display:flex;flex-direction:column;justify-content:center}
.home-kicker{font-size:.73rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--orange);margin-bottom:7px}
.home-hero-copy h1{font-size:52px!important;line-height:1.03;margin:0 0 12px}
.home-hero-copy>p:not(.home-kicker){max-width:600px;font-size:1rem;color:#40536d;line-height:1.65}
.home-trust-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:24px}
.home-trust-row a{display:grid;grid-template-columns:29px 1fr;grid-template-rows:auto auto;column-gap:7px;padding:10px;border:1px solid var(--line);border-radius:10px;background:#fff}
.home-trust-row a:hover{border-color:#cbd5e1;box-shadow:var(--shadow)}
.home-trust-row span{grid-row:1/3;display:grid;place-items:center;width:29px;height:29px;border-radius:8px;background:var(--green-soft);color:var(--green);font-weight:900}
.home-trust-row a:nth-child(2) span{background:var(--orange-soft);color:var(--orange)}
.home-trust-row a:nth-child(3) span{background:#f0f4f8;color:var(--navy)}
.home-trust-row b{font-size:.69rem;line-height:1.15}
.home-trust-row small{font-size:.59rem;color:var(--muted);line-height:1.25;margin-top:2px}
.home-hero-image{position:relative;overflow:hidden;border-radius:11px;height:224px;align-self:center;background:#dbe6f0}
.home-hero-picture,.home-hero-picture img{width:100%;height:100%;object-fit:cover}
.home-hero-image>span{position:absolute;left:12px;right:12px;bottom:11px;display:flex;justify-content:space-between;gap:12px;align-items:center;padding:9px 11px;border-radius:9px;background:rgba(7,28,51,.82);color:#fff;font-size:.76rem;font-weight:800;backdrop-filter:blur(8px)}
.home-hero-image>span b{color:#ffbc52}
.home-hero-image:hover img{transform:scale(1.025)}
.home-hero-image img{transition:transform .35s ease}
.dashboard-panel{padding:11px}
.dashboard-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 3px 9px}
.dashboard-title h2{font-size:1.05rem;display:flex;align-items:center;gap:8px}
.dashboard-title h2 span{font-size:1.22rem;color:var(--navy)}
.dashboard-title>a{font-size:.72rem;color:var(--orange);font-weight:800}
.home-category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}
.home-category-grid>a{overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#fff}
.home-category-grid>a:hover{border-color:#c6d1df;transform:translateY(-2px);box-shadow:var(--shadow)}
.home-category-picture,.home-category-picture img{width:100%;height:114px;object-fit:cover}
.home-category-grid>a>div{padding:8px 9px 9px}
.home-category-grid h3{font-size:.82rem;margin:0 0 3px}
.home-category-grid strong{display:block;font-size:.63rem;font-weight:600;color:#66778e;margin-bottom:4px}
.home-category-grid p{font-size:.62rem;color:#334b68;line-height:1.35}
.home-tools-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}
.home-tools-grid>a{min-height:137px;display:grid;grid-template-columns:38px 1fr;gap:9px;padding:12px 10px;border:1px solid var(--line);border-radius:10px;background:#fff}
.home-tools-grid>a:hover{border-color:#c6d1df;transform:translateY(-2px);box-shadow:var(--shadow)}
.home-tools-grid i{font-style:normal;font-size:1.75rem;color:var(--navy);line-height:1}
.home-tools-grid a:nth-child(1) i,.home-tools-grid a:nth-child(2) i,.home-tools-grid a:nth-child(5) i{color:var(--green)}
.home-tools-grid a:nth-child(6) i{color:var(--orange)}
.home-tools-grid h3{font-size:.78rem;margin:1px 0 5px}
.home-tools-grid p{font-size:.61rem;color:#53657d;line-height:1.45;min-height:43px}
.home-tools-grid b{display:block;margin-top:8px;font-size:.62rem;color:var(--orange)}
.home-myth-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.home-myth-grid>a{padding:10px;border:1px solid var(--line);border-radius:10px;background:#fff}
.home-myth-grid>a:hover{border-color:#c6d1df;box-shadow:var(--shadow)}
.home-myth-grid h3{font-size:.72rem;margin:6px 0 3px}
.home-myth-grid p{font-size:.61rem;color:#53657d;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.verdict{display:inline-flex;padding:3px 7px;border-radius:6px;font-size:.56rem;font-weight:900;text-transform:uppercase;background:#eef2f7;color:#42526a}
.verdict-fakt{background:#e4f6ea;color:#207543}.verdict-mit{background:#fff0e4;color:#d06400}.verdict-kwestia-sporna{background:#fff4cf;color:#b16b00}
.rail-card{padding:14px}
.rail-heading{display:flex;gap:10px;align-items:flex-start;margin-bottom:11px}
.rail-heading.simple{display:block}
.rail-heading h2{font-size:1.02rem;margin:0 0 2px}
.rail-heading p{font-size:.65rem;color:#42645b}
.rail-shield{display:grid;place-items:center;width:30px;height:30px;flex:0 0 auto;border-radius:9px 9px 12px 12px;background:var(--green);color:#fff;font-weight:900}
.flight-check-list{display:grid;border:1px solid var(--line);border-radius:10px;overflow:hidden}
.flight-check-list>a{display:grid;grid-template-columns:26px 1fr 12px;gap:8px;align-items:center;padding:8px;border-bottom:1px solid var(--line);background:#fff}
.flight-check-list>a:last-child{border-bottom:0}
.flight-check-list>a:hover{background:#f8fbfd}
.status-icon{display:grid;place-items:center;width:24px;height:24px;border-radius:7px;background:var(--green-soft);color:var(--green);font-size:.68rem;font-weight:900}
.flight-check-list .status-critical .status-icon,.flight-check-list .status-expired .status-icon{background:#fff3df;color:#e68a00}
.flight-check-list span:nth-child(2){display:grid}
.flight-check-list b{font-size:.68rem}
.flight-check-list em{font-size:.59rem;font-style:normal;font-weight:800;color:var(--green)}
.flight-check-list .status-critical em,.flight-check-list .status-expired em{color:#df7800}
.flight-check-list small{font-size:.55rem;color:#64748b}
.flight-check-list strong{font-size:1rem;color:#789}
.rail-more{display:block;margin-top:10px;text-align:center;color:var(--orange);font-size:.64rem;font-weight:800}
.latest-rail-list{display:grid}
.latest-rail-list>a{display:grid;grid-template-columns:1fr auto;gap:10px;padding:9px 0;border-bottom:1px solid var(--line);font-size:.65rem}
.latest-rail-list>a:last-child{border-bottom:0}
.latest-rail-list time{font-size:.56rem;color:#77869a}
.continue-card p{color:#4f6075}
.continue-button{display:flex;align-items:center;gap:8px;justify-content:center;margin-top:12px;padding:11px;border:1px solid var(--line);border-radius:10px;color:var(--orange);font-size:.67rem;font-weight:800}
.continue-button:hover{background:var(--orange-soft);border-color:#f7ca8f}
.continue-card[hidden]{display:none}
.home-below{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(280px,.9fr);gap:12px;margin-top:2px;margin-bottom:18px}
.home-below .dashboard-panel{padding:12px}
.home-featured-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.knowledge-links{display:grid;gap:8px}
.knowledge-links>a{display:grid;gap:3px;padding:12px;border:1px solid var(--line);border-radius:10px}
.knowledge-links>a:hover{border-color:#c6d1df;background:#f8fbfd}
.knowledge-links b{font-size:.78rem}
.knowledge-links span{font-size:.64rem;color:#5d6d82}

/* Wspólne panele, kategorie i karty */
.portal-section,.home-panel,.map-card,.community-card,.category-featured>a,.tool-panel,.article-body,.article-sidebar>div,.related,.current-info-grid article{background:#fff;border-color:var(--line);box-shadow:none}
.portal-section{border-radius:14px;padding:14px;margin-top:12px}
.section-title h2{font-size:1.16rem}
.section-title a{color:var(--orange);text-decoration:none;font-weight:800}
.category-top{grid-template-columns:minmax(360px,.9fr) minmax(420px,1.1fr);gap:20px;padding:22px 0 12px}
.category-copy,.category-image{background:#fff;border:1px solid var(--line);border-radius:15px}
.category-copy{padding:26px}
.category-copy h1{font-size:clamp(2rem,3vw,3.2rem)}
.category-image{height:250px;box-shadow:none}
.category-badges span{background:#f4f8fb;border-color:#e0e7ef;color:#4e6077}
.category-featured>a{border:1px solid var(--line);border-radius:15px;overflow:hidden}
.category-featured>a>div{padding:28px}
.filter-row{background:#fff;border:1px solid var(--line);border-radius:11px;padding:10px 12px;gap:12px}
.filter-row input,.filter-row select{border-color:var(--line-strong);background:#fff}
.article-card-grid{gap:12px}
.article-card-grid article{border-color:var(--line);border-radius:12px;box-shadow:none}
.article-card-grid article:hover{border-color:#c6d1df;box-shadow:var(--shadow);transform:translateY(-2px)}
.article-card-picture,.article-card-picture img{height:166px}
.article-card-grid article>a>div{padding:14px}
.article-card-grid span{color:var(--orange);font-size:.66rem}
.article-card-grid h2,.article-card-grid h3{font-family:Inter,Segoe UI,Arial,sans-serif;font-size:1rem}
.article-card-grid p{font-size:.76rem;color:#5d6d82;line-height:1.5}
.article-card-grid b{color:var(--orange)}

/* Artykuły */
.article-top{gap:20px;padding:22px 0 16px}
.article-heading,.article-main-image{background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden}
.article-heading{padding:28px}
.article-heading h1{font-size:clamp(2rem,3.2vw,3.4rem)}
.article-heading .lead{color:#4d6078}
.article-main-image{box-shadow:none}
.article-meta{gap:6px}
.article-meta span{background:#f4f7fa;border:1px solid var(--line);border-radius:7px;padding:6px 8px;color:#53657d}
.favorite-button,.plan-add-button{border-radius:9px;background:#fff;border-color:var(--line-strong);color:var(--navy)}
.favorite-button:hover,.plan-add-button:hover{border-color:#f0b766;background:var(--orange-soft)}
.article-layout{gap:20px}
.article-body{border:1px solid var(--line);border-radius:15px;padding:34px}
.article-sidebar{gap:12px}
.article-sidebar>div{border:1px solid var(--line);border-radius:12px;padding:16px}
.answer-box{background:linear-gradient(135deg,#eef8f2,#f7fbf9);border:1px solid #cfe8d7;border-left:4px solid var(--green);border-radius:12px}
.answer-box span{color:var(--green)}
.prose h2{font-size:1.55rem;margin-top:2.2rem;border-bottom:1px solid var(--line);padding-bottom:.45rem}
.prose h3{font-size:1.15rem}
.sources-box,.change-log,.fact-box{border-radius:12px;border-color:var(--line);background:#f8fafc}
.toc a{border-left-color:#dce4ed}
.toc a:hover{border-left-color:var(--orange);color:var(--orange)}

/* Narzędzia i mapa */
.tool-hero,.static-hero,.favorites-hero,.map-hero{background:#fff;border:1px solid var(--line);border-radius:15px;margin-top:18px}
.tool-panel{border:1px solid var(--line);border-radius:15px}
.tool-card-grid>a,.tools-index-grid>a,.result-card,.planner-day,.reef-grid article,.budget-result-card{border-color:var(--line);box-shadow:none}
.tool-card-grid>a:hover,.tools-index-grid>a:hover{border-color:#c6d1df;box-shadow:var(--shadow);transform:translateY(-2px)}
.map-layout{gap:14px}
.interactive-map,.map-place-card{border-color:var(--line);background:#fff;box-shadow:none}
.interactive-map{border-radius:15px}
.map-place-card{border-radius:12px}
.map-controls button,.timeline-filters button{border-color:var(--line-strong)}
.map-controls button.active,.timeline-filters button.active{background:var(--navy)}
.btn.primary{background:var(--orange);color:#fff}.btn.primary:hover{background:#d97700}
.btn.dark{background:var(--navy)}

/* Stopka */
.site-footer{background:#fff;border-top:1px solid var(--line);margin-top:12px}
.footer-promises{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;padding:15px 0 13px}
.footer-promises>div{display:flex;align-items:center;gap:8px;min-width:0}
.promise-icon{display:grid;place-items:center;width:27px;height:27px;color:var(--orange);font-size:1.05rem;flex:0 0 auto}
.footer-promises b{display:block;font-size:.65rem}
.footer-promises small{display:block;font-size:.57rem;color:#64748b}
.footer-bottom{display:flex;align-items:center;gap:22px;padding:14px 0;border-top:1px solid var(--line);font-size:.6rem;color:#40516a}
.footer-bottom nav{display:flex;gap:22px;flex:1}
.footer-bottom nav a:hover,.footer-network a:hover{color:var(--orange)}
.language-status{font-weight:800}
.footer-network{display:flex;gap:14px;flex-wrap:wrap;padding:0 0 12px;font-size:.56rem;color:#7c8999}

/* Modale */
.search-modal{background:rgba(7,24,48,.45);backdrop-filter:blur(5px)}
.search-panel{border-radius:16px;box-shadow:0 28px 80px rgba(7,24,48,.22)}
.search-result{border-color:var(--line)}

/* Responsywność */
@media(max-width:1320px){
  .main-nav{gap:17px;font-size:.76rem}.nav-current-info{display:none}
  .home-dashboard{grid-template-columns:minmax(0,1fr) 315px}
  .home-hero-card{grid-template-columns:1fr 1fr}
}
@media(max-width:1120px){
  .site-header{height:62px}.menu-toggle{display:block;margin-left:auto}.main-nav{display:none;position:absolute;left:18px;right:18px;top:64px;margin:0;padding:14px;background:#fff;border:1px solid var(--line);border-radius:13px;box-shadow:var(--shadow2);flex-direction:column;align-items:stretch;gap:0;color:var(--navy)}.main-nav.open{display:flex}.main-nav>a,.main-nav>button{padding:10px;border-bottom:1px solid var(--line);width:100%;text-align:left}.main-nav>a:last-child{border-bottom:0}.header-icon{height:42px}.favorites-link em{display:inline}
  .home-dashboard{grid-template-columns:1fr}.home-rail{position:static;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.flight-check-card{grid-column:span 2}
  .home-category-grid,.home-tools-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .home-below{grid-template-columns:1fr}
}
@media(max-width:820px){
  :root{--shell:min(100% - 24px,1540px)}
  .home-hero-card{grid-template-columns:1fr;padding:15px}.home-hero-image{height:245px}.home-trust-row{grid-template-columns:1fr}
  .home-rail{grid-template-columns:1fr}.flight-check-card{grid-column:auto}
  .home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-myth-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .category-top,.article-top{grid-template-columns:1fr}.category-copy{padding:22px}.category-image{height:230px}
  .article-card-grid,.home-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-promises{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-bottom{align-items:flex-start;flex-wrap:wrap}.footer-bottom nav{order:3;flex-basis:100%;flex-wrap:wrap;gap:12px 18px}
}
@media(max-width:520px){
  :root{--shell:calc(100% - 18px)}
  .brand img{width:158px}.home-dashboard{padding-top:10px}.home-hero-copy h1{font-size:2.35rem}.home-hero-copy>p:not(.home-kicker){font-size:.9rem}.home-hero-image{height:205px}.home-category-picture,.home-category-picture img{height:100px}
  .home-category-grid,.home-tools-grid,.home-myth-grid,.article-card-grid,.home-featured-grid{grid-template-columns:1fr}.home-tools-grid>a{min-height:0}.home-category-grid>a{display:grid;grid-template-columns:120px 1fr}.home-category-picture,.home-category-picture img{height:100%;min-height:108px}
  .article-heading,.article-body{padding:21px}.article-heading h1{font-size:2rem}.article-main-image{min-height:240px}
  .footer-promises{grid-template-columns:1fr 1fr}.footer-promises>div:last-child{grid-column:1/3}.footer-bottom nav{display:grid;grid-template-columns:1fr 1fr}
}

.site-map-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.site-map-groups section{padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff}.site-map-groups h2{margin-top:0}.site-map-groups ul{margin:0;padding-left:18px}.site-map-groups li{margin:5px 0}.site-map-groups a:hover{color:var(--orange)}
@media(max-width:800px){.site-map-groups{grid-template-columns:1fr}.home-hero-copy h1{font-size:42px!important}}


/* V5.1.2: compact map header and curated photographic category cards */
.map-tool-intro{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:center;margin-top:18px;padding:28px 32px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,#fff 0%,#fbfcfe 70%,#f2f6fa 100%);box-shadow:0 10px 30px rgba(7,28,51,.045)}
.map-tool-copy{max-width:760px}.map-tool-copy h1{margin:3px 0 9px;font-size:clamp(2rem,3vw,3.2rem);line-height:1}.map-tool-copy>p:last-of-type{max-width:720px;color:#42556e;font-size:1rem;line-height:1.6}
.map-tool-stats{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}.map-tool-stats span{padding:8px 11px;border:1px solid #dfe6ee;border-radius:999px;background:#fff;color:#43566f;font-size:.78rem}.map-tool-stats strong{color:#071c33}
.map-tool-actions{display:grid;grid-template-columns:repeat(3,max-content);gap:10px}.map-tool-actions .btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:11px;font-weight:800;text-decoration:none}.map-tool-actions .btn.light{border:1px solid #dbe3ec;background:#fff;color:#071c33}
.home-category-picture img{filter:none!important}.home-category-grid>a:nth-child(4) .home-category-picture img,.home-category-grid>a:nth-child(6) .home-category-picture img{object-position:center 45%}
@media(max-width:980px){.map-tool-intro{grid-template-columns:1fr}.map-tool-actions{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.map-tool-intro{margin-top:10px;padding:21px 18px;border-radius:14px}.map-tool-actions{grid-template-columns:1fr}.map-tool-actions .btn{width:100%}.map-tool-stats{gap:6px}.map-tool-copy h1{font-size:2rem}}
