/* ===== style.css ===== */
:root{--navy:#071c33;--navy2:#041426;--blue:#0b2745;--gold:#d49a2a;--gold2:#e4b85a;--bg:#fbfaf7;--sand:#f5efe4;--text:#0b2038;--muted:#647280;--line:#e8dfd1;--white:#fff;--shadow:0 8px 28px rgba(7,28,51,.09);--shadow2:0 15px 36px rgba(7,28,51,.15);--radius:14px;--shell:min(1500px,calc(100% - 48px))}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.55 Inter,Arial,sans-serif}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input{font:inherit}.skip{position:absolute;left:-9999px}.skip:focus{left:16px;top:16px;z-index:999;background:#fff;padding:12px 16px;border-radius:8px}.section-shell{width:var(--shell);margin-inline:auto}.eyebrow{margin:0 0 10px;color:var(--gold);font-size:.78rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;line-height:1.08;margin:0}p{margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:10px;font-weight:800;border:1px solid transparent;cursor:pointer}.btn.primary{background:var(--gold);color:#071c33}.btn.dark{background:var(--navy);color:#fff}.btn.light{background:#fff;color:var(--navy)}
.site-header{height:72px;background:var(--navy);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(228,184,90,.3)}.header-inner{width:var(--shell);height:100%;margin:auto;display:flex;align-items:center;gap:32px}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:250px;height:auto}.main-nav{margin-left:auto;display:flex;align-items:center;gap:24px;font-size:.88rem;font-weight:700;color:#fff}.main-nav>a{white-space:nowrap;opacity:.94}.main-nav>a:hover{color:var(--gold2)}.header-icon{width:42px;height:42px;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:transparent;color:#fff;font-size:1.4rem;cursor:pointer}.favorites-link{display:flex;align-items:center;gap:6px}.favorites-link span{font-size:1.35rem}.favorites-link b{display:none;min-width:18px;height:18px;border-radius:9px;background:var(--gold);color:var(--navy);font-size:.7rem;text-align:center}.favorites-link b.has-items{display:inline-block}.favorites-link em{font-style:normal}.menu-toggle{display:none;background:none;border:0;width:44px;height:44px;padding:10px}.menu-toggle span{display:block;height:2px;background:#fff;margin:5px 0}
.portal-hero{display:grid;grid-template-columns:29% 71%;gap:22px;padding:22px 0 18px}.hero-copy{padding:24px 18px 18px 0;display:flex;flex-direction:column;justify-content:center}.hero-copy h1{font-size:clamp(44px,4vw,66px);margin-bottom:18px}.hero-copy h1 em{font-style:normal;color:var(--gold)}.hero-lead{font-size:1.05rem;line-height:1.65;max-width:520px;color:#34495c}.hero-search{display:flex;margin-top:26px;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.hero-search input{flex:1;border:0;padding:0 18px;min-width:0;outline:none}.hero-search button{border:0;background:var(--navy);color:#fff;padding:0 28px;font-weight:800;cursor:pointer}.hero-links{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px;font-size:.82rem;font-weight:700;color:#51606e}.hero-links a:hover{color:var(--gold)}.hero-collage{display:grid;grid-template-columns:1.6fr .88fr .88fr;grid-template-rows:1fr 1fr;gap:6px;min-height:330px}.hero-tile{position:relative;overflow:hidden;border-radius:12px;background:var(--navy);box-shadow:var(--shadow);min-height:150px}.hero-tile-1{grid-row:1/3}.hero-tile picture,.hero-tile img{width:100%;height:100%;object-fit:cover}.hero-tile:after{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(transparent,rgba(3,14,26,.88))}.hero-tile>span{position:absolute;z-index:2;left:16px;right:14px;bottom:13px;color:#fff;display:grid;gap:2px}.hero-tile>span small{justify-self:start;background:rgba(212,154,42,.94);color:#071c33;border-radius:999px;padding:4px 8px;font-size:.68rem;font-weight:800;margin-bottom:4px}.hero-tile strong{font-family:Georgia,serif;font-size:1.08rem}.hero-tile-1 strong{font-size:1.45rem}.hero-tile em{font-style:normal;font-size:.74rem;opacity:.88;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-tile:hover img{transform:scale(1.035)}.hero-tile img{transition:transform .35s}
.portal-section{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:14px 14px 16px;margin-top:10px;box-shadow:0 3px 18px rgba(7,28,51,.035)}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding:0 4px}.section-title h2{font-size:1.45rem}.section-title a{font-size:.78rem;font-weight:700;text-decoration:underline}.mini-card-grid{display:grid;gap:10px}.six-cols{grid-template-columns:repeat(6,1fr)}.mini-card{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;min-width:0;transition:.2s}.mini-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.mini-card picture,.mini-card picture img{width:100%;height:114px;object-fit:cover}.mini-card>div{position:relative;padding:10px 30px 11px 10px}.mini-card h3{font:800 .93rem/1.2 Inter,Arial,sans-serif;margin-bottom:4px}.mini-card p{font-size:.72rem;line-height:1.35;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mini-card b{position:absolute;right:9px;bottom:10px;width:22px;height:22px;border:1px solid var(--gold);color:var(--gold);border-radius:50%;display:grid;place-items:center;font-size:.75rem}.home-columns{display:grid;grid-template-columns:1.18fr .83fr .83fr;gap:10px;margin-top:10px}.home-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:14px;box-shadow:0 3px 18px rgba(7,28,51,.035)}.small-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.small-list-grid>a{display:grid;grid-template-columns:72px 1fr 18px;align-items:center;gap:8px;border:1px solid #eee6da;border-radius:9px;overflow:hidden;min-height:78px;background:#fff}.square-thumb,.square-thumb img{width:72px;height:78px;object-fit:cover}.small-list-grid strong{display:block;font-size:.78rem;line-height:1.2}.small-list-grid small{display:block;font-size:.66rem;color:var(--muted);line-height:1.3;margin-top:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.small-list-grid b{color:var(--gold)}.feature-tile-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.feature-tile-grid>a{position:relative;overflow:hidden;border-radius:10px;height:132px;background:var(--navy)}.feature-tile-picture,.feature-tile-picture img{width:100%;height:100%;object-fit:cover}.feature-tile-grid>a:after{content:"";position:absolute;inset:25% 0 0;background:linear-gradient(transparent,rgba(3,14,26,.92))}.feature-tile-grid>a>div{position:absolute;z-index:2;left:10px;right:10px;bottom:9px;color:#fff}.feature-tile-grid strong{display:block;font:700 .86rem/1.2 Georgia,serif}.feature-tile-grid small{font-size:.63rem;opacity:.88;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:3px}.map-community{display:grid;grid-template-columns:2fr 1fr;gap:10px;margin-top:10px;margin-bottom:22px}.map-card,.community-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 3px 18px rgba(7,28,51,.035);overflow:hidden}.map-card{display:grid;grid-template-columns:1fr 1.35fr;min-height:260px}.map-card>div{padding:30px}.map-card h2,.community-card h2{font-size:2rem;margin-bottom:12px}.map-card p,.community-card p{color:var(--muted);margin-bottom:22px}.map-card-picture,.map-card-picture img{width:100%;height:100%;object-fit:cover}.community-card{padding:30px;background:linear-gradient(140deg,#f8f1e4,#fff)}
.category-top{display:grid;grid-template-columns:.92fr 1.45fr;gap:22px;padding:22px 0 12px;align-items:stretch}.category-copy{display:flex;flex-direction:column;justify-content:center}.category-copy h1{font-size:clamp(38px,3.4vw,54px);margin:8px 0 10px}.category-copy>p:not(.eyebrow){font-size:1rem;color:var(--muted);max-width:620px;line-height:1.55}.category-copy>span{margin-top:12px;font-weight:700;color:var(--gold)}.category-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.category-badges span{font-size:.72rem;font-weight:800;color:#7a5a18;background:#fff5dc;border:1px solid #ead4a6;border-radius:999px;padding:6px 10px}.category-image{border-radius:14px;overflow:hidden;height:235px;box-shadow:var(--shadow)}.category-image picture,.category-image img{width:100%;height:100%;object-fit:cover}.breadcrumbs{display:flex;gap:8px;font-size:.78rem;color:var(--muted);margin-bottom:12px}.filter-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.filter-row label{font-weight:700}.filter-row input{margin-left:12px;min-width:280px;padding:10px 12px;border:1px solid var(--line);border-radius:8px}.article-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.article-card-grid article{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;transition:.2s}.article-card-grid article:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.article-card-picture,.article-card-picture img{width:100%;height:155px;object-fit:cover;background:#e8edf2}.article-card-grid article>a>div{padding:13px}.article-card-grid span{font-size:.72rem;color:var(--gold);font-weight:800;text-transform:uppercase}.article-card-grid h2,.article-card-grid h3{font-size:1.1rem;margin:6px 0 8px;line-height:1.18}.article-card-grid p{color:var(--muted);font-size:.8rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-card-grid b{display:block;color:var(--gold);margin-top:12px;font-size:.84rem}.hidden-card{display:none!important}
.article-top{display:grid;grid-template-columns:1fr 1.08fr;gap:34px;padding:38px 0 28px}.article-heading{display:flex;flex-direction:column;justify-content:center}.article-heading h1{font-size:clamp(38px,4vw,58px);margin:8px 0 18px}.lead{font-size:1.08rem;color:var(--muted);line-height:1.65}.article-meta{display:flex;gap:14px;flex-wrap:wrap;margin-top:20px;color:#647280;font-size:.8rem}.favorite-button{margin-top:22px;align-self:flex-start;border:1px solid var(--gold);background:#fff;color:var(--navy);border-radius:9px;padding:11px 15px;font-weight:800;cursor:pointer}.favorite-button.active{background:var(--gold);color:var(--navy)}.article-main-image{position:relative;border-radius:16px;overflow:hidden;min-height:390px}.article-main-image picture,.article-main-image img{width:100%;height:100%;object-fit:cover}.photo-credit{position:absolute;right:10px;bottom:10px;background:rgba(4,20,38,.8);color:#fff;border-radius:999px;padding:6px 9px;font-size:.65rem}.article-layout{display:grid;grid-template-columns:minmax(0,760px) 280px;gap:42px;align-items:start;padding-bottom:32px}.article-body{font:18px/1.76 Georgia,serif}.article-body h2{font-size:2rem;margin:36px 0 14px}.article-body h3{font-size:1.4rem;margin:28px 0 10px}.article-body p{margin:0 0 18px}.article-body ul,.article-body ol{padding-left:24px}.article-body a{color:#996b0d;text-decoration:underline}.answer-box,.sources-box{background:var(--sand);border-left:4px solid var(--gold);padding:20px 22px;border-radius:8px;margin-bottom:28px}.answer-box span{font:800 .78rem Inter,Arial,sans-serif;color:var(--gold);text-transform:uppercase;letter-spacing:.08em}.answer-box p{margin:7px 0 0}.article-sidebar{position:sticky;top:94px;display:grid;gap:14px}.toc,.side-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:17px;box-shadow:0 3px 18px rgba(7,28,51,.04)}.toc strong,.side-card>span{display:block;color:var(--gold);font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.toc a{display:block;padding:7px 0;border-bottom:1px solid #eee6da;font-size:.82rem}.side-card a{display:block;font-weight:800;margin-top:7px}.related{padding-bottom:30px}.simple-hero{padding:52px 0 30px}.simple-hero h1{font-size:3.4rem;margin-bottom:10px}.simple-hero p{color:var(--muted)}.empty-state{text-align:center;padding:70px 20px}.empty-state h2{font-size:2rem;margin-bottom:10px}.empty-state p{color:var(--muted);margin-bottom:22px}
.site-footer{background:var(--navy);color:#fff;margin-top:18px}.footer-stats{width:var(--shell);margin:auto;display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid rgba(255,255,255,.15)}.footer-stats>div,.footer-stats>a{padding:18px 24px;border-right:1px solid rgba(255,255,255,.14);display:flex;align-items:center;gap:12px}.footer-stats strong{font:700 1.5rem Georgia,serif;color:var(--gold2)}.footer-stats span{font-size:.75rem;color:#dbe4eb}.footer-promises b{display:block;color:#fff;font-size:.8rem}.footer-promises small{display:block;color:#aebcc8;font-size:.66rem;line-height:1.35;margin-top:3px}.footer-promises>div,.footer-promises>a{align-items:flex-start}.footer-main{width:var(--shell);margin:auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:32px;padding:32px 0}.footer-main h2{font:800 .83rem Inter,Arial,sans-serif;text-transform:uppercase;color:var(--gold2);margin-bottom:12px}.footer-main a{display:block;color:#dce5ec;font-size:.82rem;margin:8px 0}.footer-main a small{display:block;color:#8191a1}.footer-about img{width:245px}.footer-about p{color:#c2ced8;margin-top:12px;max-width:340px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:14px max(24px,calc((100% - 1500px)/2));display:flex;justify-content:space-between;font-size:.72rem;color:#aebcc8}
.search-modal{position:fixed;inset:0;background:rgba(4,20,38,.76);z-index:300;padding:6vh 16px;overflow:auto}.search-panel{max-width:860px;margin:auto;background:#fff;border-radius:16px;padding:28px;position:relative}.search-close{position:absolute;right:16px;top:14px;border:0;background:none;font-size:2rem;cursor:pointer}.search-panel label{display:block;font:700 1.8rem Georgia,serif;margin-bottom:16px}.search-panel>input{width:100%;padding:15px;border:1px solid var(--line);border-radius:10px}.search-popular{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.search-popular button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 11px}.search-group-title{font-weight:800;color:var(--gold);margin:18px 0 8px}.search-result{display:grid;grid-template-columns:90px 1fr;gap:12px;padding:10px;border-top:1px solid var(--line)}.search-result img{width:90px;height:65px;object-fit:cover;border-radius:7px}.search-result small{display:block;color:var(--gold);font-size:.68rem}.search-result strong{display:block}.search-result span span{display:block;font-size:.75rem;color:var(--muted)}.lightbox{position:fixed;inset:0;z-index:400;background:rgba(0,0,0,.88);display:grid;place-items:center}.lightbox[hidden]{display:none}.lightbox figure{max-width:min(1100px,88vw);margin:0}.lightbox img{max-height:80vh}.lightbox button{position:absolute;background:rgba(255,255,255,.16);color:#fff;border:0;border-radius:50%;width:46px;height:46px;font-size:2rem}.lightbox-close{right:20px;top:20px}.lightbox-prev{left:20px}.lightbox-next{right:20px}.lightbox figcaption{color:#fff;text-align:center;margin-top:8px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:28px 0}.gallery button{padding:0;border:0;background:none;cursor:pointer}.gallery img{aspect-ratio:4/3;object-fit:cover;border-radius:8px}.fact-box{background:#fff8e9;border:1px solid #ead4a6;border-radius:10px;padding:18px 20px;margin:24px 0}.quiz{background:#fff;border:1px solid var(--line);padding:20px;border-radius:12px}.quiz-question{margin:20px 0}.quiz-question button{display:block;width:100%;text-align:left;padding:10px;margin:6px 0;border:1px solid var(--line);background:#fff;border-radius:7px}.quiz-question button.selected{border-color:var(--gold);background:#fff7e6}.quiz-submit{padding:12px 18px;background:var(--navy);color:#fff;border:0;border-radius:8px}.map-layout,.journey-layout{width:var(--shell);margin:30px auto}.static-page{width:min(1000px,calc(100% - 32px));margin:40px auto}.prose table{width:100%;border-collapse:collapse}.prose th,.prose td{border:1px solid var(--line);padding:9px}.prose blockquote{border-left:3px solid var(--gold);padding-left:16px;color:var(--muted)}
@media(max-width:1200px){:root{--shell:min(100% - 32px,1200px)}.article-card-grid{grid-template-columns:repeat(3,1fr)}.main-nav{gap:14px;font-size:.78rem}.brand img{width:220px}.six-cols{grid-template-columns:repeat(3,1fr)}.home-columns{grid-template-columns:1fr}.small-list-grid{grid-template-columns:repeat(3,1fr)}.feature-tile-grid{grid-template-columns:repeat(4,1fr)}.article-layout{grid-template-columns:minmax(0,1fr) 260px}}
@media(max-width:900px){.site-header{height:64px}.header-inner{width:calc(100% - 28px)}.menu-toggle{display:block;margin-left:auto}.main-nav{position:fixed;top:64px;right:0;bottom:0;width:min(360px,90vw);background:var(--navy);padding:24px;display:flex;flex-direction:column;align-items:stretch;transform:translateX(100%);transition:.25s;z-index:200}.main-nav.open{transform:translateX(0)}.main-nav a,.main-nav button{padding:10px 0}.brand img{width:205px}.portal-hero{grid-template-columns:1fr;padding-top:16px}.hero-copy{padding:10px 0}.hero-copy h1{font-size:48px}.hero-collage{grid-template-columns:1.5fr 1fr;grid-template-rows:220px 145px;overflow-x:auto}.hero-tile-1{grid-row:1/3}.hero-tile-4,.hero-tile-5{display:none}.home-columns,.map-community,.article-top,.category-top{grid-template-columns:1fr}.article-layout{grid-template-columns:1fr}.article-sidebar{position:static}.article-card-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1fr 1fr}.footer-stats{grid-template-columns:1fr 1fr}.map-card{grid-template-columns:1fr}.map-card-picture{min-height:240px}.category-image{height:220px;min-height:0}.article-main-image{min-height:300px}}
@media(max-width:650px){:root{--shell:calc(100% - 24px)}.portal-hero{padding-bottom:8px}.hero-copy h1{font-size:40px}.hero-lead{font-size:.95rem}.hero-search button{padding:0 18px}.hero-links{gap:10px}.hero-collage{display:flex;min-height:215px;gap:8px;scroll-snap-type:x mandatory;padding-bottom:4px}.hero-tile{flex:0 0 84vw;height:215px;scroll-snap-align:start}.hero-tile-4,.hero-tile-5{display:block}.hero-tile-1{grid-row:auto}.six-cols{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.mini-card{flex:0 0 62vw;scroll-snap-align:start}.home-columns{display:block}.home-panel{margin-top:10px}.small-list-grid{grid-template-columns:1fr}.feature-tile-grid{grid-template-columns:1fr 1fr}.map-community{display:block}.community-card{margin-top:10px}.article-card-grid{grid-template-columns:1fr}.article-card-picture,.article-card-picture img{height:220px}.category-top{padding-top:24px}.category-copy h1{font-size:40px}.category-image{height:200px;min-height:0}.article-top{padding-top:24px}.article-heading h1{font-size:38px}.article-main-image{min-height:230px}.article-body{font-size:17px}.filter-row{align-items:stretch;flex-direction:column;gap:10px}.filter-row input{display:block;margin:8px 0 0;width:100%;min-width:0}.footer-main{grid-template-columns:1fr}.footer-stats{grid-template-columns:1fr}.footer-stats>div,.footer-stats>a{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.footer-bottom{flex-direction:column;gap:8px}.simple-hero h1{font-size:2.5rem}.gallery{grid-template-columns:1fr 1fr}}

.intent-grid,.tool-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.intent-grid a,.tool-card-grid a{display:flex;flex-direction:column;gap:8px;background:#fff;border:1px solid #e7e2d8;border-radius:18px;padding:22px;text-decoration:none;color:#071c33;box-shadow:0 8px 30px rgba(7,28,51,.06)}.intent-grid b{font-size:28px;color:#d49a2a}.intent-grid span,.tool-card-grid p{color:#5f6872;line-height:1.55}.tool-card-grid{grid-template-columns:repeat(4,1fr)}.tool-card-grid a>span{font-weight:800;color:#d49a2a}.tool-card-grid h3{margin:0;font-size:1.22rem}.tool-card-grid b{margin-top:auto}.tool-hero{padding-top:48px;padding-bottom:28px}.tool-hero h1{font-family:Georgia,serif;font-size:clamp(2rem,4vw,4rem);margin:.2em 0}.tool-shell{padding-bottom:80px}.tool-panel{background:#fff;border:1px solid #e6e0d4;border-radius:22px;padding:26px;box-shadow:0 16px 50px rgba(7,28,51,.08)}.tool-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.tool-option{display:flex;gap:12px;align-items:center;padding:14px;border:1px solid #e7e2d8;border-radius:14px}.tool-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.tool-result{margin-top:24px;display:grid;gap:14px}.result-card{border-left:5px solid #d49a2a;background:#fbfaf7;padding:18px;border-radius:12px}.progress{height:14px;background:#e6e0d4;border-radius:999px;overflow:hidden}.progress>span{display:block;height:100%;background:#d49a2a;width:0}.compare-table{width:100%;border-collapse:collapse;margin-top:20px}.compare-table th,.compare-table td{border:1px solid #ddd5c6;padding:10px;text-align:left}.planner-day{border:1px solid #e6e0d4;border-radius:14px;padding:16px;margin:12px 0}.planner-day textarea{width:100%;min-height:110px}.source-warning{background:#fff5dc;padding:12px;border-radius:10px}.tools-index-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.tools-index-grid a{background:#fff;padding:24px;border-radius:18px;border:1px solid #e6e0d4;text-decoration:none;color:#071c33}@media(max-width:900px){.tool-card-grid{grid-template-columns:repeat(2,1fr)}.intent-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.intent-grid,.tool-card-grid,.tool-grid,.tools-index-grid{grid-template-columns:1fr}.tool-panel{padding:18px}}

/* EgiptBezTajemnic V3: narzędzia, mapa, kategorie i wiarygodność */
.article-labels{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.quality-badge{display:inline-flex;align-items:center;min-height:28px;padding:3px 10px;border-radius:999px;background:#f4e4b8;color:#62440c;font-size:.75rem;font-weight:850;letter-spacing:.03em}.answer-box{margin:0 0 30px;padding:22px 24px;border:1px solid #e5d3a6;border-left:6px solid var(--gold);border-radius:14px;background:#fffaf0;box-shadow:0 8px 26px rgba(7,28,51,.05)}.answer-box>span{display:block;margin-bottom:8px;color:#8a5d0c;font-size:.78rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.answer-box p{font-size:1.08rem;line-height:1.7}.ai-disclosure{position:absolute;right:12px;bottom:12px;z-index:2;max-width:290px;padding:7px 10px;border-radius:8px;background:rgba(4,20,38,.9);color:#fff;font-size:.72rem}.article-main-image{position:relative}.sources-box,.change-log{margin:36px 0 0;padding:24px;border:1px solid var(--line);border-radius:16px;background:#fff}.sources-box h2,.change-log h2{font-size:1.45rem;margin-bottom:12px}.sources-box ol{padding-left:22px}.sources-box li{margin:11px 0}.sources-box li small{display:block;color:var(--muted);font-size:.78rem}.change-log ul{margin:0;padding-left:20px}.change-log li{margin:7px 0}.change-log time{font-weight:800;color:#7a5515}
.category-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.category-badges span{padding:7px 11px;border:1px solid #e5d9c5;border-radius:999px;background:#fff;font-size:.78rem;font-weight:750}.category-featured{margin-top:26px}.category-featured>a{display:grid;grid-template-columns:minmax(280px,44%) 1fr;min-height:275px;overflow:hidden;border-radius:20px;background:var(--navy);color:#fff;box-shadow:var(--shadow2)}.category-featured-picture,.category-featured-picture img{width:100%;height:100%;min-height:275px;object-fit:cover}.category-featured>a>div{display:flex;flex-direction:column;justify-content:center;padding:32px}.category-featured span{color:var(--gold2);font-weight:850;text-transform:uppercase;font-size:.76rem;letter-spacing:.1em}.category-featured h2{margin:8px 0 12px;font-size:clamp(1.8rem,3vw,2.7rem)}.category-featured p{color:#d8e0e8;max-width:720px}.category-featured b{margin-top:20px;color:var(--gold2)}.filter-row label{display:flex;align-items:center;gap:9px;font-weight:750}.filter-row select{min-height:42px;padding:0 34px 0 12px;border:1px solid var(--line);border-radius:9px;background:#fff}.hidden-card{display:none!important}
.weight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.weight-item{display:grid;grid-template-columns:1fr minmax(145px,auto);align-items:center;gap:12px;padding:13px 14px;border:1px solid var(--line);border-radius:12px;background:#fff}.weight-item span{font-weight:750}.weight-item select,.planner-settings select,.planner-settings input{min-height:42px;border:1px solid var(--line);border-radius:9px;background:#fff;padding:0 11px}.tool-note{margin-bottom:18px;padding:12px 14px;border-radius:10px;background:#f7f1e5;color:#465565}.tool-alert{padding:14px;border:1px solid #e7c16d;border-radius:10px;background:#fff6df}.result-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.result-card{display:flex;flex-direction:column;border-left:0;border-top:5px solid var(--gold);background:#fff;border-radius:16px;box-shadow:var(--shadow);padding:21px}.result-card small{color:var(--muted);font-weight:700}.result-card h2{margin:6px 0 10px}.result-card h3{font-family:Inter,Arial,sans-serif;font-size:.86rem;margin:16px 0 4px}.result-card ul{margin:4px 0;padding-left:19px}.result-card .btn{margin-top:auto}.result-score{float:right;align-self:flex-end;margin-top:-24px;color:#8b5f0d;font-size:1.55rem;font-weight:900}.tool-date{margin-top:10px;color:var(--muted);font-size:.75rem}.check-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:18px}.check-toolbar label{font-weight:750}.check-group{padding:12px 0;border-bottom:1px solid var(--line)}.check-group h2{margin:0 0 10px;font-size:1.25rem}.checklist-item:has(input:checked){background:#eff7ef;border-color:#bdd4bc}.checklist-item input{width:20px;height:20px}.compare-summary{margin:22px 0 12px;padding:18px;border-left:5px solid var(--gold);border-radius:12px;background:#fffaf0}.compare-scroll{max-width:100%;overflow:auto}.compare-table{min-width:760px;background:#fff}.compare-table th{background:#f7f1e6}.compare-table td{vertical-align:top}.compare-table ul{margin:0;padding-left:18px}.grade{display:inline-block;padding:4px 8px;border-radius:999px;background:#eef1f3;font-size:.76rem;font-weight:800}.grade-4,.grade-5{background:#e4f2e3;color:#285c2a}.grade-0,.grade-1{background:#f7e6e4;color:#7b3028}.planner-settings{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:18px}.planner-settings label{display:flex;align-items:center;gap:8px;font-weight:750}.planner-layout{display:grid;grid-template-columns:minmax(230px,30%) 1fr;gap:20px;align-items:start}.planner-layout aside{position:sticky;top:92px;max-height:calc(100vh - 120px);overflow:auto;padding:16px;border:1px solid var(--line);border-radius:14px;background:#fbfaf7}.planner-layout aside h2{margin-bottom:12px}.attraction-chip{display:flex;width:100%;flex-direction:column;gap:2px;margin:7px 0;padding:11px;border:1px solid var(--line);border-radius:10px;background:#fff;text-align:left;cursor:pointer}.attraction-chip span{color:var(--muted);font-size:.76rem}.attraction-chip.selected{border-color:var(--gold);box-shadow:0 0 0 2px rgba(212,154,42,.18)}.planner-day{margin:0 0 13px}.planner-day header{display:flex;align-items:center;justify-content:space-between}.planner-day header span{font-weight:850}.planner-day header .overload{color:#a43b2d}.day-items{display:grid;gap:8px;margin:12px 0}.day-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;border-radius:9px;background:#f7f1e6}.day-item span{display:flex;flex-direction:column}.day-item small{color:var(--muted)}.day-item button{width:32px;height:32px;border:0;border-radius:50%;background:#fff;color:#8b3028;cursor:pointer}.day-add{width:100%;min-height:38px;border:1px dashed #c7b58f;border-radius:9px;background:#fff;cursor:pointer}.planner-warning{margin-top:12px;color:#8b3028;font-weight:750}.tools-index-grid a{transition:transform .18s ease,box-shadow .18s ease}.tools-index-grid a:hover{transform:translateY(-3px);box-shadow:var(--shadow2)}.tools-index-grid span{color:var(--gold);font-weight:900}
.map-controls{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.map-controls button{min-height:40px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:#fff;cursor:pointer;font-weight:750}.map-controls button.active{background:var(--navy);color:#fff}.map-layout{display:grid;grid-template-columns:minmax(360px,54%) 1fr;gap:22px;align-items:start}.interactive-map{position:sticky;top:92px;border:1px solid #dbc79d;border-radius:20px;background:#f5ead6;padding:16px}.interactive-map svg{display:block;width:100%;max-height:720px}.map-points circle{fill:#d49a2a;stroke:#071c33;stroke-width:3;transition:transform .15s ease,fill .15s ease;transform-box:fill-box;transform-origin:center}.map-points a:hover circle,.map-points a:focus circle{fill:#fff;transform:scale(1.45)}.map-place-list{display:grid;gap:10px;max-height:760px;overflow:auto;padding-right:4px}.map-place-list>a{display:grid;grid-template-columns:112px 1fr;gap:12px;padding:10px;border:1px solid var(--line);border-radius:13px;background:#fff}.map-list-picture,.map-list-picture img{width:112px;height:84px;object-fit:cover;border-radius:9px}.map-place-list span{color:#a16d13;font-size:.72rem;font-weight:850;text-transform:uppercase}.map-place-list h2{margin:2px 0 4px;font-size:1.12rem}.map-place-list p{color:#556371;font-size:.85rem}.map-place-list small{color:var(--muted)}
@media(max-width:1000px){.result-grid{grid-template-columns:1fr}.planner-layout,.map-layout{grid-template-columns:1fr}.planner-layout aside,.interactive-map{position:static;max-height:none}.map-place-list{max-height:none}.category-featured>a{grid-template-columns:1fr}.category-featured-picture,.category-featured-picture img{height:240px;min-height:240px}}
@media(max-width:680px){.weight-grid{grid-template-columns:1fr}.weight-item{grid-template-columns:1fr}.category-featured>a>div{padding:24px}.map-place-list>a{grid-template-columns:86px 1fr}.map-list-picture,.map-list-picture img{width:86px;height:76px}.article-meta{gap:7px}.answer-box{padding:18px}.ai-disclosure{position:static;display:block;border-radius:0}.check-toolbar .btn{width:100%}}
@media print{.site-header,.site-footer,.search-modal,.tool-actions,.planner-layout aside,.map-controls,.favorite-button,.article-sidebar{display:none!important}.tool-panel,.planner-day,.article-body{box-shadow:none!important;border-color:#bbb!important}.planner-layout{display:block}.section-shell{width:100%}}

/* V4: aktualność, integracja planera i rozbudowana mapa */
.article-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.plan-add-button{border:1px solid #c89b3c;background:#fff8e8;color:#071c33;border-radius:999px;padding:10px 15px;font-weight:700;cursor:pointer}.plan-add-button.added{background:#e5f4ec;border-color:#3b8f69}.fact-status{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:.78rem;font-weight:800;background:#eef4f7;color:#173b50}.fact-mit{background:#fff0ee;color:#8c2e25}.fact-fakt{background:#e7f6ed;color:#22623e}.fact-kwestia-sporna{background:#fff4d6;color:#75500b}.fact-brak-dowodów{background:#f0f0f0;color:#555}
.current-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.current-info-grid article{background:#fff;border:1px solid #e8e0d2;border-radius:18px;padding:20px;box-shadow:0 8px 24px rgba(7,28,51,.06)}.current-info-grid h2,.current-info-grid h3{margin:10px 0}.current-info-grid article>div:last-child{display:flex;gap:12px;flex-wrap:wrap;margin-top:15px}.current-info-grid dl,.map-place-card dl{display:grid;gap:7px;margin:14px 0}.current-info-grid dl div,.map-place-card dl div{display:grid;grid-template-columns:120px 1fr;gap:8px}.current-info-grid dt,.map-place-card dt{font-weight:700;color:#586675}.current-info-grid dd,.map-place-card dd{margin:0}.info-status{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:.75rem;font-weight:800;background:#edf3f7}.info-critical{background:#fff0ee;color:#8c2e25}.info-monthly{background:#fff4d6;color:#75500b}.info-stable{background:#e7f6ed;color:#22623e}.info-warning{border-left:3px solid #d49a2a;padding-left:12px}.editorial-note{margin-top:24px;background:#f5f1e8;border-radius:16px;padding:20px}.resume-planning{display:flex;align-items:center;justify-content:space-between;gap:24px;background:#071c33;color:#fff;border-radius:22px;padding:28px}.resume-planning .eyebrow{color:#e5bc6a}.resume-planning h2{color:#fff;margin:5px 0}.resume-planning[hidden]{display:none}
.map-place-list{display:grid;gap:14px}.map-place-card{display:grid;grid-template-columns:180px 1fr;gap:16px;background:#fff;border:1px solid #e7dfd1;border-radius:16px;padding:12px}.map-place-card h2{margin:4px 0}.map-place-card h2 a{color:inherit}.map-card-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.map-card-actions a,.map-card-actions button{border:0;border-radius:999px;padding:8px 12px;font-weight:700;cursor:pointer}.map-card-actions a{background:#071c33;color:#fff}.map-card-actions button{background:#fff4d6;color:#071c33}.check-help{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#071c33;color:#fff!important;font-weight:800;margin-left:6px}.tool-next{text-align:center;margin-top:22px}.attraction-chip small{display:block;margin-top:4px;color:#697783}.current-info-page{padding-bottom:60px}
@media(max-width:900px){.current-info-grid{grid-template-columns:1fr 1fr}.map-place-card{grid-template-columns:140px 1fr}.resume-planning{align-items:flex-start}}
@media(max-width:620px){.current-info-grid{grid-template-columns:1fr}.map-place-card{grid-template-columns:1fr}.map-place-card .map-list-picture{width:100%;height:190px}.resume-planning{display:block}.resume-planning .btn{margin-top:14px}.current-info-grid dl div,.map-place-card dl div{grid-template-columns:105px 1fr}}

/* EgiptBezTajemnic V4.1 */
.myth-verdict-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.myth-verdict-grid a,.timeline-preview a,.reef-preview a,.quick-tool-links a,.route-pack-grid article{display:flex;flex-direction:column;gap:8px;padding:20px;border:1px solid #e6dfd2;border-radius:18px;background:#fff;color:inherit;text-decoration:none}.fact-badge{align-self:flex-start;padding:5px 10px;border-radius:999px;background:#f2e4bd;color:#5c4315;font-size:.75rem;font-weight:800;text-transform:uppercase}.knowledge-tools-v41{grid-template-columns:1.15fr 1.15fr .8fr}.timeline-preview,.reef-preview,.quick-tool-links{display:grid;gap:10px}.timeline-preview a,.reef-preview a,.quick-tool-links a{padding:14px;border-radius:14px}.timeline-preview small,.reef-preview small{color:#6f665b}.route-pack-section{margin-bottom:28px}.route-pack-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.route-pack-grid button{border:0;border-radius:10px;padding:10px 12px;background:#071c33;color:#fff;cursor:pointer}.route-pack-grid button.added{background:#28725c}.map-advanced-controls{display:flex;gap:14px;align-items:end;margin:0 0 14px}.map-advanced-controls label{display:grid;gap:5px;font-weight:700}.map-advanced-controls select,.map-advanced-controls input{min-height:44px;border:1px solid #d7cdbd;border-radius:10px;padding:8px 12px}.timeline-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.timeline-filters button{border:1px solid #d7cdbd;background:#fff;border-radius:999px;padding:9px 14px}.timeline-filters button.active{background:#071c33;color:#fff}.timeline-list{display:grid;gap:16px}.timeline-list article{border-left:5px solid #d49a2a;padding:18px 22px;background:#fff;border-radius:0 16px 16px 0}.timeline-list dl,.reef-grid dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.timeline-list dl div,.reef-grid dl div{background:#f8f4ec;padding:10px;border-radius:10px}.timeline-list dt,.reef-grid dt{font-size:.72rem;text-transform:uppercase;color:#6f665b}.reef-filters,.budget-grid,.tomb-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:20px}.reef-filters label,.budget-grid label,.tomb-form label{display:grid;gap:6px}.reef-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.reef-grid article,.budget-result-card{background:#fff;border:1px solid #e6dfd2;border-radius:18px;padding:20px}.budget-form fieldset{border:1px solid #e6dfd2;border-radius:16px;padding:16px;margin:18px 0}.budget-result-card{margin-top:20px}.tools-index-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:900px){.myth-verdict-grid,.tools-index-grid,.route-pack-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.knowledge-tools-v41{grid-template-columns:1fr}.reef-grid{grid-template-columns:1fr}.reef-filters,.budget-grid,.tomb-form{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.myth-verdict-grid,.tools-index-grid,.route-pack-grid,.reef-filters,.budget-grid,.tomb-form{grid-template-columns:1fr}.map-advanced-controls{align-items:stretch;flex-direction:column}.map-advanced-controls label{width:100%}.timeline-list dl,.reef-grid dl{grid-template-columns:1fr}}


/* ===== theme-v5.css ===== */
/* 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}}


/* ===== v520.css ===== */
/* EgiptBezTajemnic V5.2.0 — warstwa redakcyjna */
:root{--editorial-ink:#10243d;--editorial-muted:#607087;--editorial-accent:#e87817;--editorial-soft:#f7f2e9;--editorial-line:#e4e9ef}
[hidden]{display:none!important}
.article-card-grid article,.home-featured-grid article{height:100%}
.article-card-grid article>a,.home-featured-grid article>a{height:100%;display:flex;flex-direction:column}
.article-card-grid article>a>div,.home-featured-grid article>a>div{display:flex;flex:1;flex-direction:column}
.article-card-grid article h2,.article-card-grid article h3,.home-featured-grid h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.article-card-grid article p,.home-featured-grid article p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.article-card-grid article b,.home-featured-grid article b{margin-top:auto;padding-top:.85rem}
.article-card-picture,.home-category-picture{overflow:hidden;background:#e8edf1}
.article-card-picture img,.home-category-picture img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}
.article-card-grid article>a:hover img,.home-category-grid>a:hover img{transform:scale(1.025)}
.article-card-grid article>a:focus-visible,.home-category-grid>a:focus-visible,.home-myth-grid>a:focus-visible,.latest-rail-list>a:focus-visible{outline:3px solid var(--editorial-accent);outline-offset:3px}
.home-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.home-category-grid>a{min-height:100%;display:flex;flex-direction:column}
.home-category-grid>a>div{flex:1}
.home-myth-grid>a{display:flex;flex-direction:column;min-height:100%}
.home-myth-grid p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}
.myth-read-more{margin-top:auto;padding-top:.8rem;color:var(--editorial-accent);font-weight:800;font-size:.88rem}
.latest-rail-list>a{display:grid!important;gap:.25rem}
.latest-rail-list>a small{color:var(--editorial-accent);font-weight:800;text-transform:uppercase;letter-spacing:.05em;font-size:.68rem}
.flight-check-list a small{display:none!important}
.article-meta{display:flex;flex-wrap:wrap;gap:.45rem .8rem}
.article-meta span{white-space:nowrap}
.sources-box small{display:block;margin-top:.2rem;color:var(--editorial-muted)}
.search-result{grid-template-columns:112px 1fr!important;align-items:start}
.search-result img{aspect-ratio:3/2;object-fit:cover;border-radius:10px}
.search-result>span>span{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.home-featured-grid{align-items:stretch}
.home-featured-grid .article-card-picture{aspect-ratio:3/2}
.home-featured-grid article>a>div>span{font-weight:800;letter-spacing:.05em;text-transform:uppercase;font-size:.68rem;color:var(--editorial-accent)}
@media(max-width:1100px){.home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:700px){.home-category-grid{grid-template-columns:1fr!important}.search-result{grid-template-columns:86px 1fr!important}.home-featured-grid{grid-template-columns:1fr!important}}
@media(prefers-reduced-motion:reduce){.article-card-picture img,.home-category-picture img{transition:none}.article-card-grid article>a:hover img,.home-category-grid>a:hover img{transform:none}}


/* ===== v530.css ===== */
/* EgiptBezTajemnic V5.3.0 — nowa fotograficzna szata */
:root{
  --ebt-navy:#06263a;--ebt-navy-2:#0a3148;--ebt-navy-3:#103e56;
  --ebt-gold:#dda841;--ebt-gold-2:#c9912c;--ebt-cream:#f7f2e9;--ebt-paper:#fffdf9;
  --ebt-teal:#0c6c75;--ebt-teal-2:#095962;--ebt-terracotta:#b8623e;
  --ebt-ink:#10283b;--ebt-muted:#647484;--ebt-line:#e7ded0;
  --ebt-shadow:0 18px 55px rgba(4,29,45,.12);--ebt-shadow-soft:0 10px 28px rgba(4,29,45,.08);
  --shell:min(100% - 48px,1320px)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ebt-cream);color:var(--ebt-ink);font-family:Inter,"Segoe UI",Arial,sans-serif;line-height:1.55}body.has-mobile-dock{padding-bottom:0}a{color:inherit}img{display:block}.section-shell{width:var(--shell);max-width:none;margin-inline:auto}.eyebrow,.home-kicker{color:var(--ebt-gold-2)!important;letter-spacing:.11em;font-weight:800;text-transform:uppercase}.skip:focus{z-index:9999}

/* Header */
.site-header{position:sticky;top:0;z-index:1000;height:74px;background:rgba(4,31,47,.98);border:0;box-shadow:0 8px 25px rgba(0,0,0,.12);backdrop-filter:blur(12px)}
.header-inner{width:var(--shell);height:100%;margin:auto;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:205px;height:auto;max-height:56px}.main-nav{margin-left:auto;display:flex;align-items:center;gap:2px;color:#f7f4ed;font-size:.84rem;font-weight:700}.nav-item{position:relative;display:flex;align-items:center}.nav-item>a,.main-nav>.header-icon{display:flex;align-items:center;min-height:44px;padding:0 10px 0 13px;border-radius:9px;text-decoration:none;white-space:nowrap}.nav-item>a:hover,.nav-item:focus-within>a,.nav-item.is-active>a{color:var(--ebt-gold);background:rgba(255,255,255,.06)}.nav-item.is-active>a:after{content:"";position:absolute;left:14px;right:14px;bottom:1px;height:2px;background:var(--ebt-gold);border-radius:2px}.nav-subtoggle{display:grid;place-items:center;width:18px;height:18px;margin-left:-2px;padding:0;border:0;background:transparent;color:currentColor;font-size:.9rem;line-height:1;opacity:.82;cursor:pointer}.nav-dropdown{position:absolute;left:0;top:calc(100% + 8px);min-width:245px;padding:9px;background:var(--ebt-paper);color:var(--ebt-ink);border:1px solid rgba(221,168,65,.28);border-radius:14px;box-shadow:var(--ebt-shadow);opacity:0;visibility:hidden;transform:translateY(-5px);transition:.18s ease}.nav-dropdown a{display:block;padding:9px 11px;border-radius:9px;text-decoration:none;font-size:.8rem}.nav-dropdown a:hover{background:#f3eadb;color:var(--ebt-teal)}.nav-item:hover>.nav-dropdown,.nav-item:focus-within>.nav-dropdown{opacity:1;visibility:visible;transform:none}.header-icon{height:42px;width:42px;padding:0!important;display:grid!important;place-items:center;background:transparent;border:0;color:white}.header-icon svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.8}.header-icon:hover{color:var(--ebt-gold);background:rgba(255,255,255,.07)}.menu-toggle{border-color:rgba(255,255,255,.22)}.menu-toggle span{background:#fff}

/* HOME hero */
.page-home .home-dashboard.section-shell{width:100%;max-width:none;margin:0;padding:0} .page-home .home-dashboard{display:block!important}.page-home .home-primary{display:block}.page-home .home-hero-card{position:relative;isolation:isolate;min-height:520px;margin:0;padding:52px max(5vw,calc((100vw - 1320px)/2));display:grid;grid-template-columns:minmax(0,690px) minmax(260px,330px);justify-content:space-between;align-items:center;gap:48px;border:0;border-radius:0;overflow:hidden;background:var(--ebt-navy) url('../img/photos-v520/great-sphinx-giza-hero.jpg') center 47%/cover no-repeat;color:#fff;box-shadow:none}.page-home .home-hero-card:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(2,24,38,.92) 0%,rgba(2,24,38,.75) 37%,rgba(2,24,38,.22) 70%,rgba(2,24,38,.06) 100%),linear-gradient(0deg,rgba(2,24,38,.32),transparent 55%)}.home-hero-copy{position:relative;z-index:2}.home-hero-copy h1{margin:.08em 0 .12em;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:clamp(3.5rem,6vw,6rem);font-weight:500;line-height:.9;letter-spacing:-.045em}.home-hero-copy h1::first-line{color:#fff}.home-hero-copy>p:not(.home-kicker){max-width:610px;margin:0 0 18px;color:rgba(255,255,255,.91);font-size:1.05rem}.hero-search{position:relative;display:flex;max-width:620px;margin:22px 0 12px}.hero-search input{width:100%;height:58px;padding:0 62px 0 52px;border:0;border-radius:13px;background:#fff;color:var(--ebt-ink);font-size:1rem;box-shadow:0 14px 35px rgba(0,0,0,.18)}.hero-search>svg{position:absolute;left:18px;top:17px;width:24px;fill:none;stroke:var(--ebt-navy);stroke-width:1.8}.hero-search button{position:absolute;right:7px;top:7px;width:44px;height:44px;border:0;border-radius:9px;background:var(--ebt-teal);color:white;display:grid;place-items:center;cursor:pointer}.hero-search button svg{width:21px;fill:none;stroke:currentColor;stroke-width:1.9}.home-hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:12px}.home-hero-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 21px;border:1px solid var(--ebt-gold);border-radius:9px;color:#fff;text-decoration:none;font-weight:800}.home-hero-actions a:first-child{background:var(--ebt-teal);border-color:var(--ebt-teal)}.home-hero-actions a:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(0,0,0,.16)}.home-trust-row{display:flex!important;grid-template-columns:none!important;gap:14px;flex-wrap:wrap;margin-top:21px}.home-trust-row a{display:flex!important;align-items:center;gap:7px;min-width:0!important;padding:0!important;border:0!important;background:transparent!important;color:rgba(255,255,255,.86)!important}.home-trust-row a span{color:var(--ebt-gold);font-size:1rem}.home-trust-row b{font-size:.75rem}.home-trust-row small{display:none!important}.home-hero-image{position:relative;z-index:2;align-self:end;display:grid!important;grid-template-columns:1fr 120px;min-height:165px;border-radius:13px!important;overflow:hidden;background:rgba(255,253,249,.97)!important;color:var(--ebt-ink)!important;box-shadow:0 18px 48px rgba(0,0,0,.22);text-decoration:none}.home-hero-image .home-hero-picture{grid-column:2;grid-row:1;height:100%!important;min-height:165px}.home-hero-image img{height:100%!important;width:100%;object-fit:cover}.home-hero-image>span{grid-column:1;grid-row:1;align-self:center;padding:48px 14px 18px;font-family:Georgia,"Times New Roman",serif;font-size:1.23rem;line-height:1.15}.home-hero-image>span:before{content:"POLECANY PRZEWODNIK";position:absolute;left:15px;top:17px;color:var(--ebt-teal);font-family:Inter,"Segoe UI",sans-serif;font-size:.61rem;font-weight:900;letter-spacing:.07em}.home-hero-image b{display:block;margin-top:17px;color:var(--ebt-teal);font-family:Inter,"Segoe UI",sans-serif;font-size:.65rem;text-transform:uppercase;letter-spacing:.04em}

/* Home sections */
.page-home .dashboard-panel,.page-home .home-rail,.page-home .home-below{width:var(--shell);margin:28px auto 0}.page-home .dashboard-panel{padding:0;background:transparent;border:0;box-shadow:none}.dashboard-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:13px}.dashboard-title h2,.section-title h2{margin:0;color:var(--ebt-ink);font-family:Georgia,"Times New Roman",serif;font-size:1.65rem;font-weight:500}.dashboard-title h2:after,.section-title h2:after{content:"";display:block;width:32px;height:2px;margin-top:7px;background:var(--ebt-gold)}.dashboard-title>a,.section-title>a{color:var(--ebt-teal)!important;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;font-weight:900}.home-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:13px}.home-category-grid>a{position:relative;min-height:210px;border:0!important;border-radius:12px!important;overflow:hidden;background:#123;color:#fff;box-shadow:var(--ebt-shadow-soft);text-decoration:none}.home-category-picture{position:absolute;inset:0;height:100%!important}.home-category-picture:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,24,38,.9),rgba(2,24,38,.04) 70%)}.home-category-picture img{width:100%;height:100%!important;object-fit:cover}.home-category-grid>a>div{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:18px}.home-category-grid h3{margin:0 0 4px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:1.45rem;font-weight:500}.home-category-grid p{margin:0;color:rgba(255,255,255,.85);font-size:.73rem;line-height:1.35}.home-category-grid strong{display:none}.home-category-grid>a:after{content:"›";position:absolute;z-index:3;right:14px;bottom:16px;width:31px;height:31px;border:1px solid rgba(255,255,255,.72);border-radius:50%;display:grid;place-items:center;font-size:1.5rem}.home-category-grid>a:hover img{transform:scale(1.045)}
.home-tools-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.home-tools-grid>a{min-height:118px;padding:18px;border:1px solid var(--ebt-line)!important;border-radius:11px!important;background:rgba(255,253,249,.84)!important;box-shadow:none!important;display:flex;align-items:center;gap:15px;text-decoration:none}.home-tools-grid>a:hover{border-color:rgba(221,168,65,.65)!important;transform:translateY(-2px);box-shadow:var(--ebt-shadow-soft)!important}.home-tools-grid i{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;color:var(--ebt-navy);font-style:normal}.home-tools-grid i svg{width:39px;height:39px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.home-tools-grid h3{margin:0 0 3px;font-family:Georgia,"Times New Roman",serif;font-size:1.06rem}.home-tools-grid p{margin:0;color:var(--ebt-muted);font-size:.72rem;line-height:1.4}.home-tools-grid b{display:block;margin-top:7px;color:var(--ebt-teal);font-size:.67rem;text-transform:uppercase;letter-spacing:.04em}
.myth-launcher{width:100%!important;max-width:none!important;margin-top:30px!important;padding:22px max(5vw,calc((100vw - 1320px)/2)) 28px!important;background:linear-gradient(135deg,var(--ebt-navy),#07354c 78%)!important;color:white}.myth-launcher .dashboard-title h2{color:white}.myth-launcher .dashboard-title>a{color:var(--ebt-gold)!important}.home-myth-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.home-myth-grid>a{position:relative;min-height:166px;padding:13px 13px 13px 133px;border:1px solid rgba(255,255,255,.16)!important;border-radius:10px!important;background:rgba(255,255,255,.025)!important;color:white;text-decoration:none;overflow:hidden}.myth-picture{position:absolute;left:11px;top:11px;bottom:11px;width:108px;border-radius:8px;overflow:hidden}.myth-picture img{width:100%;height:100%;object-fit:cover}.home-myth-grid h3{margin:8px 0 6px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:1rem;line-height:1.22}.home-myth-grid p{margin:0;color:rgba(255,255,255,.72);font-size:.67rem;line-height:1.4;-webkit-line-clamp:3!important}.verdict{display:inline-flex!important;width:auto!important;padding:3px 7px!important;border-radius:5px!important;font-size:.58rem!important;letter-spacing:.05em}.verdict-fakt{background:#0b6d63!important;color:#fff!important}.myth-read-more{color:var(--ebt-gold)!important;font-size:.62rem!important;text-transform:uppercase;letter-spacing:.04em}.home-myth-grid>a:hover{background:rgba(255,255,255,.07)!important;border-color:rgba(221,168,65,.55)!important}
.page-home .home-rail{display:grid;grid-template-columns:1.45fr .8fr .8fr;gap:15px;align-items:stretch;position:static}.page-home .rail-card{margin:0;padding:19px;border:1px solid var(--ebt-line);border-radius:12px;background:rgba(255,253,249,.86);box-shadow:none}.flight-check-card{grid-column:1/-1}.flight-check-list{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border:1px solid var(--ebt-line);border-radius:10px;overflow:hidden}.flight-check-list a{display:grid!important;grid-template-columns:38px 1fr;gap:11px;align-items:center;padding:15px;border:0!important;border-right:1px solid var(--ebt-line);text-decoration:none}.flight-check-list a:last-child{border-right:0!important}.flight-check-list a:before{content:"✓";width:31px;height:31px;border-radius:8px;background:var(--ebt-navy);color:#fff;display:grid;place-items:center}.flight-check-list b{font-family:Georgia,"Times New Roman",serif;font-size:.93rem}.flight-check-list small{display:block!important;color:var(--ebt-muted);font-size:.64rem}.latest-rail-list a,.knowledge-links a{border-color:var(--ebt-line)!important}.continue-card{background:linear-gradient(135deg,var(--ebt-teal),var(--ebt-teal-2))!important;color:#fff}.continue-card a{color:#fff!important}.continue-card h2{color:#fff}.page-home .home-below{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.5fr);gap:17px}.page-home .home-below-column .dashboard-panel{width:auto;margin:0}.home-featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.article-card-grid article{border:1px solid var(--ebt-line)!important;border-radius:12px!important;background:var(--ebt-paper)!important;overflow:hidden;box-shadow:none!important}.article-card-grid article:hover{border-color:rgba(221,168,65,.7)!important;box-shadow:var(--ebt-shadow-soft)!important}.article-card-grid article>a{text-decoration:none}.article-card-picture,.article-card-picture img{height:auto!important;aspect-ratio:3/2;object-fit:cover}.article-card-grid article>a>div{padding:15px!important}.article-card-grid article span{color:var(--ebt-teal)!important}.article-card-grid h2,.article-card-grid h3{font-family:Georgia,"Times New Roman",serif!important;color:var(--ebt-ink);font-size:1.03rem!important;line-height:1.25}.article-card-grid p{color:var(--ebt-muted)!important}.article-card-grid b{color:var(--ebt-gold-2)!important}.knowledge-panel{padding:19px!important;border:1px solid var(--ebt-line)!important;border-radius:12px!important;background:var(--ebt-paper)!important}.knowledge-links a{padding:13px 0!important}

/* Category pages */
.page-category .category-top{position:relative;isolation:isolate;width:100%;max-width:none;min-height:305px;margin:0;padding:43px max(5vw,calc((100vw - 1320px)/2));display:flex;align-items:center;overflow:hidden;background:var(--ebt-navy);color:#fff}.page-category .category-image{position:absolute;z-index:-2;inset:0;height:100%!important;border:0!important;border-radius:0!important}.page-category .category-image picture,.page-category .category-image img{width:100%;height:100%;object-fit:cover}.page-category .category-top:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(2,24,38,.92),rgba(2,24,38,.72) 42%,rgba(2,24,38,.15) 82%)}.page-category .category-copy{max-width:690px;padding:0!important;border:0!important;background:transparent!important;color:#fff}.page-category .category-copy .breadcrumbs,.page-category .category-copy .breadcrumbs a{color:rgba(255,255,255,.72)}.page-category .category-copy h1{margin:.08em 0 .15em;color:#fff;font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:clamp(2.8rem,5vw,4.7rem);line-height:1}.page-category .category-copy>p{max-width:650px;color:rgba(255,255,255,.87);font-size:1rem}.category-badges span{border:0!important;background:rgba(255,255,255,.11)!important;color:#fff!important}.category-featured{margin-top:25px}.category-featured>a{display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);min-height:315px;border:0!important;border-radius:15px!important;overflow:hidden;background:var(--ebt-navy)!important;color:#fff;box-shadow:var(--ebt-shadow-soft)!important;text-decoration:none}.category-featured-picture,.category-featured-picture img{height:100%!important;object-fit:cover}.category-featured>a>div{padding:32px!important;display:flex;flex-direction:column;justify-content:center}.category-featured h2{color:#fff!important;font-family:Georgia,"Times New Roman",serif;font-size:2rem!important;font-weight:500}.category-featured p{color:rgba(255,255,255,.76)!important}.category-featured b{color:var(--ebt-gold)!important}.content-index.portal-section{margin-top:24px;padding:0;background:transparent;border:0}.filter-row{position:sticky;top:86px;z-index:20;margin-bottom:15px;padding:10px!important;border:1px solid var(--ebt-line)!important;border-radius:11px!important;background:rgba(255,253,249,.95)!important;box-shadow:0 8px 22px rgba(4,29,45,.07);backdrop-filter:blur(10px)}.filter-row input,.filter-row select{border-color:var(--ebt-line)!important;border-radius:8px!important}.page-category .content-index>.article-card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.page-category .article-card-grid article p{-webkit-line-clamp:3}.page-category .article-card-grid article>a>div{min-height:190px}

/* Article pages */
.page-article .article-top{position:relative;display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:0;width:var(--shell);margin:26px auto 0;padding:0;border-radius:18px;overflow:hidden;background:var(--ebt-navy);box-shadow:var(--ebt-shadow)}.page-article .article-heading{padding:38px!important;border:0!important;border-radius:0!important;background:linear-gradient(135deg,var(--ebt-navy),var(--ebt-navy-2))!important;color:#fff}.page-article .article-heading h1{color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.3rem,4vw,4.2rem);font-weight:500;line-height:1.02}.page-article .article-heading .lead{color:rgba(255,255,255,.8)!important}.page-article .article-heading .breadcrumbs,.page-article .article-heading .breadcrumbs a{color:rgba(255,255,255,.66)}.page-article .article-main-image{min-height:430px;border:0!important;border-radius:0!important}.page-article .article-main-image img{width:100%;height:100%;object-fit:cover}.page-article .article-meta span{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.17)!important;color:#fff!important}.page-article .favorite-button,.page-article .plan-add-button{background:transparent!important;border-color:rgba(255,255,255,.28)!important;color:#fff!important}.article-layout{gap:20px!important;margin-top:22px}.article-body{padding:40px!important;border:1px solid var(--ebt-line)!important;border-radius:15px!important;background:var(--ebt-paper)!important;box-shadow:none!important}.article-sidebar>div{border:1px solid var(--ebt-line)!important;border-radius:12px!important;background:var(--ebt-paper)!important}.prose h2{font-family:Georgia,"Times New Roman",serif;font-size:1.75rem!important;color:var(--ebt-ink);border-bottom-color:var(--ebt-line)!important}.prose h3{font-family:Georgia,"Times New Roman",serif;color:var(--ebt-ink)}.answer-box{border-left-color:var(--ebt-teal)!important;background:#eff8f6!important}.answer-box span{color:var(--ebt-teal)!important}.related{border-color:var(--ebt-line)!important;background:transparent!important}

/* Map */
.page-map .map-tool-intro{position:relative;isolation:isolate;width:100%;max-width:none;min-height:235px;margin:0;padding:42px max(5vw,calc((100vw - 1320px)/2));border:0;border-radius:0;background:var(--ebt-navy) url('../img/photos-v520/giza-pyramids-panorama-hero.jpg') center 48%/cover no-repeat;color:#fff;box-shadow:none}.page-map .map-tool-intro:before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(2,24,38,.91),rgba(2,24,38,.56),rgba(2,24,38,.12))}.page-map .map-tool-copy h1{color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:clamp(3rem,5vw,4.8rem);font-weight:500}.page-map .map-tool-copy>p{color:rgba(255,255,255,.85)!important}.page-map .map-tool-stats span{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#fff}.page-map .map-tool-stats strong{color:var(--ebt-gold)}.page-map .map-tool-actions .btn.dark{background:var(--ebt-teal)}.page-map .map-tool-actions .btn.light{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.08);color:#fff}.map-page{width:var(--shell);margin:22px auto;display:flex;flex-direction:column}.map-page>.map-advanced-controls{order:1}.map-page>.map-controls{order:2}.map-page>.map-layout{order:3}.map-page>.route-pack-section{order:4}.map-advanced-controls{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}.map-advanced-controls label{padding:0!important;border:0!important;background:transparent!important}.map-advanced-controls input,.map-advanced-controls select{min-height:46px;border:1px solid var(--ebt-line)!important;border-radius:9px!important;background:var(--ebt-paper)!important}.map-controls{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.map-controls button{min-height:40px;padding:0 16px;border:1px solid var(--ebt-line)!important;border-radius:9px!important;background:var(--ebt-paper);color:var(--ebt-ink)}.map-controls button.active{background:var(--ebt-navy)!important;color:#fff}.map-layout{display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr);gap:14px}.interactive-map{height:650px;border:1px solid var(--ebt-line)!important;border-radius:15px!important;background:#f2e5ca!important;box-shadow:var(--ebt-shadow-soft)!important}.interactive-map svg{height:100%;width:100%}.map-place-list{height:650px;overflow:auto;padding:5px 7px 5px 0;display:flex;flex-direction:column;gap:8px}.map-place-card{display:grid!important;grid-template-columns:125px 1fr;min-height:122px;border:1px solid var(--ebt-line)!important;border-radius:11px!important;background:var(--ebt-paper)!important;overflow:hidden;box-shadow:none!important}.map-list-picture,.map-list-picture img{width:100%;height:100%!important;object-fit:cover}.map-place-card>div{padding:12px!important}.map-place-card h2{margin:1px 0 3px;font-family:Georgia,"Times New Roman",serif;font-size:1.05rem}.map-place-card p{margin:0;color:var(--ebt-muted);font-size:.68rem}.map-place-card dl{display:none!important}.map-card-actions{margin-top:7px}.map-card-actions a,.map-card-actions button{font-size:.62rem!important}.route-pack-section{margin-top:28px}.route-pack-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.route-pack-grid article{position:relative;min-height:220px;padding:24px;border:0!important;border-radius:13px!important;overflow:hidden;background:linear-gradient(145deg,var(--ebt-navy),var(--ebt-navy-3))!important;color:#fff;box-shadow:var(--ebt-shadow-soft)}.route-pack-grid h3{color:#fff!important;font-family:Georgia,"Times New Roman",serif;font-size:1.35rem}.route-pack-grid p{color:rgba(255,255,255,.72)}.route-pack-grid button{border-color:var(--ebt-gold)!important;color:var(--ebt-gold)!important}

/* Tools and static pages */
.tool-hero,.static-hero,.favorites-hero{margin-top:24px!important;border:1px solid var(--ebt-line)!important;border-radius:16px!important;background:linear-gradient(135deg,var(--ebt-paper),#f2e8d9)!important;box-shadow:var(--ebt-shadow-soft)!important}.tool-hero h1,.static-hero h1,.favorites-hero h1{font-family:Georgia,"Times New Roman",serif;color:var(--ebt-ink)}.tool-panel,.portal-section,.current-info-grid article{border:1px solid var(--ebt-line)!important;border-radius:14px!important;background:var(--ebt-paper)!important}.tool-card-grid>a,.tools-index-grid>a,.result-card,.planner-day,.reef-grid article,.budget-result-card{border-color:var(--ebt-line)!important;background:var(--ebt-paper)!important}.btn.primary{background:var(--ebt-teal)!important}.btn.dark{background:var(--ebt-navy)!important}

/* Footer */
.site-footer{margin-top:38px;background:var(--ebt-navy)!important;color:#fff;border:0!important}.footer-main{display:grid;grid-template-columns:1.25fr repeat(3,.75fr) 1fr;gap:38px;padding:34px 0 27px}.footer-brand img{width:205px;height:auto}.footer-brand p{max-width:260px;margin:12px 0;color:rgba(255,255,255,.7);font-size:.73rem}.footer-column h3,.footer-rss h3{margin:3px 0 11px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:.95rem;font-weight:500}.footer-column a,.footer-rss a{display:block;margin:7px 0;color:rgba(255,255,255,.72);font-size:.7rem;text-decoration:none}.footer-column a:hover,.footer-rss a:hover{color:var(--ebt-gold)}.footer-rss p{color:rgba(255,255,255,.7);font-size:.7rem}.footer-rss .rss-button{display:inline-flex;padding:9px 13px;border:1px solid rgba(221,168,65,.65);border-radius:8px;color:var(--ebt-gold);font-weight:800}.footer-bottom{display:flex!important;align-items:center;gap:20px;padding:15px 0!important;border-top:1px solid rgba(255,255,255,.12)!important;color:rgba(255,255,255,.6)!important;font-size:.62rem!important}.footer-bottom nav{display:flex;gap:18px;flex:1;flex-wrap:wrap}.footer-bottom a{color:rgba(255,255,255,.68)}.footer-network{padding:0 0 16px!important;color:rgba(255,255,255,.44)!important}.footer-network a{color:inherit}.footer-promises{display:none!important}

/* Mobile dock */
.mobile-dock{display:none}

/* Search modal */
.search-modal{background:rgba(2,22,35,.72)!important}.search-panel{border-radius:17px!important;background:var(--ebt-paper)!important}.search-panel label{font-family:Georgia,"Times New Roman",serif;color:var(--ebt-ink)}.search-result{border-color:var(--ebt-line)!important}

/* Responsive */
@media(max-width:1180px){
  .main-nav{gap:0}.nav-item>a{padding:0 9px}.page-category .content-index>.article-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-myth-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-main{grid-template-columns:1.2fr repeat(2,.8fr);gap:24px}.footer-rss{grid-column:3}.footer-column:nth-child(4){display:none}
}
@media(max-width:1020px){
  .site-header{height:68px}.menu-toggle{display:block;margin-left:auto;background:transparent}.main-nav{display:none;position:absolute;left:18px;right:18px;top:70px;margin:0;padding:12px;background:var(--ebt-paper);border:1px solid var(--ebt-line);border-radius:14px;box-shadow:var(--ebt-shadow);flex-direction:column;align-items:stretch;color:var(--ebt-ink);max-height:calc(100vh - 90px);overflow:auto}.main-nav.open{display:flex}.nav-item{display:grid;grid-template-columns:1fr 42px;border-bottom:1px solid var(--ebt-line)}.nav-item>a{min-height:48px;padding:0 12px}.nav-item.is-active>a:after{display:none}.nav-subtoggle{display:grid;place-items:center;border:0;background:transparent;color:var(--ebt-ink);font-size:1.15rem}.nav-dropdown{position:static;grid-column:1/-1;display:none;min-width:0;padding:0 8px 9px;border:0;border-radius:0;box-shadow:none;opacity:1;visibility:visible;transform:none}.nav-item.submenu-open .nav-dropdown{display:block}.nav-dropdown a{padding:8px 12px;color:var(--ebt-muted)}.main-nav>.header-icon{width:100%;justify-content:flex-start!important;padding:0 12px!important;color:var(--ebt-ink)}
  .page-home .home-hero-card{grid-template-columns:1fr;min-height:590px;padding-top:45px;padding-bottom:35px;background-position:62% center}.home-hero-copy{max-width:700px}.home-hero-image{width:330px;align-self:auto}.home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.page-home .home-rail{grid-template-columns:1fr 1fr}.flight-check-card{grid-column:1/-1}.flight-check-list{grid-template-columns:repeat(2,minmax(0,1fr))}.flight-check-list a:nth-child(2){border-right:0!important}.flight-check-list a:nth-child(-n+2){border-bottom:1px solid var(--ebt-line)!important}.page-home .home-below{grid-template-columns:1fr}.page-category .category-featured>a{grid-template-columns:1fr 1fr}.page-article .article-top{grid-template-columns:1fr}.page-article .article-main-image{min-height:340px}.map-layout{grid-template-columns:1fr}.interactive-map,.map-place-list{height:560px}.route-pack-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  :root{--shell:calc(100% - 28px)}body.has-mobile-dock{padding-bottom:72px}.brand img{width:174px}.page-home .home-hero-card{min-height:620px;padding:36px 20px;background-position:60% center}.page-home .home-hero-card:before{background:linear-gradient(90deg,rgba(2,24,38,.92),rgba(2,24,38,.5)),linear-gradient(0deg,rgba(2,24,38,.45),transparent)}.home-hero-copy h1{font-size:clamp(3.15rem,15vw,4.8rem);max-width:390px}.home-hero-copy>p:not(.home-kicker){font-size:.92rem;max-width:390px}.hero-search input{height:56px;font-size:.91rem}.home-trust-row{display:none!important}.home-hero-image{display:none!important}.home-category-grid{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:5px;gap:10px}.home-category-grid>a{flex:0 0 74%;min-height:190px;scroll-snap-align:start}.home-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.home-tools-grid>a{min-height:130px;padding:13px;display:flex;flex-direction:column;align-items:center;text-align:center}.home-tools-grid p,.home-tools-grid b{display:none}.home-myth-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.home-myth-grid>a{flex:0 0 88%;scroll-snap-align:start}.page-home .home-rail{grid-template-columns:1fr}.flight-check-list{grid-template-columns:1fr}.flight-check-list a{border-right:0!important;border-bottom:1px solid var(--ebt-line)!important}.flight-check-list a:last-child{border-bottom:0!important}.home-featured-grid{grid-template-columns:1fr}.page-category .category-top{min-height:280px;padding:35px 20px}.page-category .category-copy h1{font-size:3rem}.page-category .category-featured>a{grid-template-columns:1fr}.category-featured-picture{height:210px!important}.page-category .content-index>.article-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-row{position:static;display:grid!important;grid-template-columns:1fr}.filter-row>span{display:none}.page-article .article-top{width:100%;margin:0;border-radius:0}.page-article .article-heading{padding:29px 20px!important}.page-article .article-heading h1{font-size:2.45rem}.page-article .article-main-image{min-height:280px}.article-body{padding:25px!important}.map-tool-intro{min-height:260px!important;padding:35px 20px!important}.map-tool-actions{grid-template-columns:1fr!important}.map-layout{display:flex!important;flex-direction:column}.interactive-map{height:480px}.map-place-list{height:510px}.route-pack-grid{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr 1fr;padding:28px 0 20px}.footer-brand{grid-column:1/-1}.footer-rss{grid-column:1/-1}.footer-bottom{align-items:flex-start!important;flex-wrap:wrap}.footer-bottom nav{order:3;flex-basis:100%}.mobile-dock{position:fixed;z-index:950;left:0;right:0;bottom:0;height:68px;padding:6px 12px calc(6px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(4,1fr);background:rgba(4,31,47,.98);border-top:1px solid rgba(221,168,65,.3);box-shadow:0 -10px 30px rgba(0,0,0,.16)}.mobile-dock a,.mobile-dock button{border:0;background:transparent;color:rgba(255,255,255,.8);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:.63rem;text-decoration:none}.mobile-dock svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mobile-dock .active{color:var(--ebt-gold)}
}
@media(max-width:520px){
  :root{--shell:calc(100% - 20px)}.site-header{height:64px}.header-inner{width:calc(100% - 24px)}.brand img{width:160px}.main-nav{top:66px}.page-home .home-hero-card{min-height:585px;padding:28px 18px;background-position:62% center}.home-kicker{font-size:.65rem}.home-hero-copy h1{font-size:3.75rem;line-height:.93}.home-hero-actions a{flex:1;min-width:140px;padding:0 12px}.dashboard-title h2,.section-title h2{font-size:1.42rem}.page-home .dashboard-panel,.page-home .home-rail,.page-home .home-below{margin-top:22px}.home-category-grid>a{flex-basis:82%;min-height:185px}.home-tools-grid i{width:42px;height:42px}.home-tools-grid i svg{width:34px}.home-myth-grid>a{padding-left:119px;min-height:160px}.myth-picture{width:96px}.page-category .content-index>.article-card-grid{grid-template-columns:1fr}.page-category .article-card-grid article>a{display:grid!important;grid-template-columns:125px 1fr}.page-category .article-card-picture{height:100%!important;aspect-ratio:auto}.page-category .article-card-grid article>a>div{min-height:145px;padding:13px!important}.page-category .article-card-grid p{display:none!important}.map-advanced-controls{grid-template-columns:1fr}.interactive-map{height:430px}.map-place-card{grid-template-columns:105px 1fr}.footer-main{grid-template-columns:1fr}.footer-column:nth-child(3){display:none}.footer-bottom nav{display:grid!important;grid-template-columns:1fr 1fr}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}


/* V5.3.5 — stabilne menu rozwijane na wszystkich podstronach */
@media (min-width: 901px){
  .main-nav .nav-item.has-submenu{position:relative}
  .main-nav .nav-item.has-submenu::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:100%;
    height:10px;
  }
  .main-nav .nav-dropdown{
    top:100%;
    margin-top:0;
    pointer-events:none;
  }
  .main-nav .nav-item:hover>.nav-dropdown,
  .main-nav .nav-item:focus-within>.nav-dropdown,
  .main-nav .nav-dropdown:hover{
    opacity:1;
    visibility:visible;
    transform:none;
    pointer-events:auto;
  }
}

/* V5.4.0 — niezawodne podmenu mobilne */
@media (max-width:1020px){
  .main-nav{
    z-index:1100!important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
  .main-nav .nav-item.has-submenu{
    padding-bottom:0!important;
    margin-bottom:0!important;
  }
  .main-nav .nav-item.has-submenu::after{
    display:none!important;
    content:none!important;
  }
  .main-nav .nav-item.has-submenu > a{
    cursor:pointer;
    touch-action:manipulation;
  }
  .main-nav .nav-subtoggle,
  .page-home .main-nav .nav-item.has-submenu > .nav-subtoggle{
    display:grid!important;
    place-items:center!important;
    width:48px!important;
    min-width:48px!important;
    height:48px!important;
    margin:0!important;
    padding:0!important;
    pointer-events:auto!important;
    cursor:pointer!important;
    touch-action:manipulation;
    opacity:1!important;
    position:relative;
    z-index:2;
    transition:transform .18s ease,background .18s ease!important;
  }
  .main-nav .nav-subtoggle:active{
    background:#efe5d5!important;
  }
  .main-nav .nav-item.submenu-open > .nav-subtoggle{
    transform:rotate(180deg)!important;
  }
  .main-nav .nav-dropdown{
    display:none!important;
    position:static!important;
    grid-column:1/-1!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:4px 8px 11px!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    pointer-events:auto!important;
    background:#f8f2e8!important;
  }
  .main-nav .nav-item.submenu-open > .nav-dropdown{
    display:block!important;
  }
  .main-nav .nav-dropdown a{
    display:flex!important;
    align-items:center;
    min-height:44px;
    padding:9px 13px!important;
    border-radius:8px;
    color:var(--ebt-ink)!important;
    font-size:.86rem!important;
    touch-action:manipulation;
  }
  .main-nav .nav-dropdown a + a{
    border-top:1px solid rgba(19,48,64,.08);
  }
  .menu-toggle{
    position:relative;
    z-index:1101;
    touch-action:manipulation;
  }
}


/* ===== v531.css ===== */

/* V5.3.1 homepage correction */
.page-home{background:#f6f1e6}
.page-home .site-header{background:#06263a;border-bottom:1px solid rgba(198,154,69,.18)}
.page-home .header-inner{max-width:1320px}
.page-home .home-v531{padding-bottom:36px}
.page-home .home-hero-card--v531{position:relative;isolation:isolate;min-height:560px;display:grid;grid-template-columns:minmax(0,650px) minmax(300px,360px);align-items:center;justify-content:space-between;gap:40px;padding:44px max(5vw,calc((100vw - 1320px)/2));background:#08283b url('../img/home-hero-pyramids-camel.jpg') center center/cover no-repeat;color:#fff;overflow:hidden}
.page-home .home-hero-card--v531::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,25,39,.9) 0%,rgba(4,25,39,.72) 38%,rgba(4,25,39,.18) 72%,rgba(4,25,39,.08) 100%),linear-gradient(180deg,rgba(4,25,39,.16),rgba(4,25,39,.1));z-index:0}
.page-home .home-hero-card--v531>*{position:relative;z-index:1}
.page-home .home-kicker{margin:0 0 14px;color:#d5a542;text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:.83rem}
.page-home .home-title-display{margin:0 0 18px;display:flex;flex-direction:column;line-height:.86}
.page-home .home-title-display .line-1{color:#f4e6c2;font-family:Georgia,"Times New Roman",serif;font-size:clamp(4rem,8vw,6.35rem);font-weight:500;letter-spacing:-.06em}
.page-home .home-title-display .line-2{color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.55rem,5vw,4.55rem);font-weight:500;letter-spacing:-.05em}
.page-home .home-hero-copy>p:not(.home-kicker){max-width:540px;margin:0 0 22px;font-size:1.12rem;color:rgba(255,255,255,.9)}
.page-home .hero-search{display:flex;position:relative;max-width:660px;margin:0 0 18px}
.page-home .hero-search input{width:100%;height:64px;padding:0 70px 0 54px;border:0;border-radius:14px;background:#fff;color:#173040;box-shadow:0 14px 28px rgba(0,0,0,.18);font-size:1.06rem}
.page-home .hero-search>svg{position:absolute;left:18px;top:18px;width:26px;height:26px;fill:none;stroke:#274659;stroke-width:1.8}
.page-home .hero-search button{position:absolute;right:8px;top:8px;width:48px;height:48px;border:0;border-radius:11px;background:#0f5f72;color:#fff;display:grid;place-items:center;cursor:pointer}
.page-home .hero-search button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2}
.page-home .home-hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.page-home .home-hero-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:10px;border:1px solid rgba(215,171,77,.7);color:#fff;text-decoration:none;font-weight:800}
.page-home .home-hero-actions a:first-child{background:#0f6b7b;border-color:#0f6b7b}
.page-home .home-hero-featured{display:grid;grid-template-columns:1fr 120px;align-self:end;min-height:168px;border-radius:14px;overflow:hidden;background:#f7f3ea;color:#132b3c;text-decoration:none;box-shadow:0 18px 40px rgba(0,0,0,.22)}
.page-home .home-hero-featured-picture{grid-column:2;grid-row:1;height:100%}
.page-home .home-hero-featured-picture img{width:100%;height:100%;object-fit:cover}
.page-home .home-hero-featured-text{grid-column:1;grid-row:1;padding:18px 16px 16px}
.page-home .home-hero-featured-text em{display:block;margin-bottom:12px;color:#0f6b7b;font-style:normal;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:800}
.page-home .home-hero-featured-text strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:2rem;line-height:1.06;font-weight:500}
.page-home .home-hero-featured-text span{display:block;margin-top:18px;color:#0f6b7b;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;font-weight:800}
.page-home .v531-block{margin-top:26px}
.page-home .dashboard-title h2{font-size:1.95rem}
.page-home .home-category-grid--v531{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.page-home .home-category-grid--v531>a{position:relative;min-height:212px;border-radius:12px;overflow:hidden;text-decoration:none;color:#fff;box-shadow:0 10px 26px rgba(0,0,0,.12)}
.page-home .home-category-grid--v531>a:nth-child(1){grid-column:1}.page-home .home-category-grid--v531>a:nth-child(2){grid-column:2}.page-home .home-category-grid--v531>a:nth-child(3){grid-column:3}.page-home .home-category-grid--v531>a:nth-child(4){grid-column:1}.page-home .home-category-grid--v531>a:nth-child(5){grid-column:2}.page-home .home-category-grid--v531>a:nth-child(6){grid-column:3}
.page-home .home-category-grid--v531 .home-category-picture{position:absolute;inset:0}
.page-home .home-category-grid--v531 .home-category-picture::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,19,28,.08),rgba(5,19,28,.84) 84%)}
.page-home .home-category-grid--v531 img{width:100%;height:100%;object-fit:cover}
.page-home .home-category-grid--v531>a>div{position:absolute;left:0;right:0;bottom:0;padding:18px 18px 16px}
.page-home .home-category-grid--v531 h3{margin:0 0 5px;font-family:Georgia,"Times New Roman",serif;font-size:1.95rem;font-weight:500}
.page-home .home-category-grid--v531 p{margin:0;color:rgba(255,255,255,.9);font-size:.88rem;max-width:92%}
.page-home .home-category-grid--v531>a::after{content:"›";position:absolute;right:16px;bottom:18px;width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.72);display:grid;place-items:center;font-size:1.5rem}
.page-home .home-tools-grid--v531{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.page-home .home-tools-grid--v531>a{display:flex;gap:14px;min-height:114px;padding:18px;border:1px solid #e2d8c8;border-radius:12px;background:#fffaf1;color:#173040;text-decoration:none}
.page-home .home-tools-grid--v531 i{display:grid;place-items:center;width:44px;height:44px;color:#173040;flex:0 0 44px;font-style:normal}
.page-home .home-tools-grid--v531 i svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.page-home .home-tools-grid--v531 h3{margin:0 0 4px;font-family:Georgia,"Times New Roman",serif;font-size:1.1rem}
.page-home .home-tools-grid--v531 p{margin:0;color:#566774;font-size:.78rem;line-height:1.4}
.page-home .myth-launcher{padding:26px 0 30px;background:linear-gradient(135deg,#06263a 0%,#08334c 100%)}
.page-home .myth-launcher .dashboard-title{margin:0 auto 14px;max-width:1320px;padding:0 max(5vw,calc((100vw - 1320px)/2))}
.page-home .myth-launcher .dashboard-title h2{color:#fff}
.page-home .home-myth-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.page-home .home-myth-grid>a{position:relative;min-height:164px;padding:16px 16px 16px 132px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:rgba(255,255,255,.03);color:#fff;text-decoration:none;overflow:hidden}
.page-home .myth-picture{position:absolute;left:12px;top:12px;bottom:12px;width:104px;border-radius:9px;overflow:hidden}
.page-home .myth-picture img{width:100%;height:100%;object-fit:cover}
.page-home .home-myth-grid h3{margin:10px 0 8px;font-family:Georgia,"Times New Roman",serif;font-size:1.08rem;line-height:1.2}
.page-home .home-myth-grid p{margin:0;color:rgba(255,255,255,.76);font-size:.74rem;line-height:1.45}
.page-home .myth-read-more{display:block;margin-top:12px;color:#d7ab4d;font-size:.68rem;text-transform:uppercase;letter-spacing:.04em;font-weight:800}
.page-home .verdict{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:.63rem;font-weight:800;letter-spacing:.05em}
.page-home .verdict-fakt{background:#0f6b7b}.page-home .verdict-mit{background:#9a4a35}.page-home .verdict-uncertain{background:#9e7a28}
.page-home .flight-check-card{padding-bottom:0}
.page-home .flight-check-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.page-home .flight-check-list a{display:flex;gap:14px;min-height:110px;padding:18px;border:1px solid #e2d8c8;border-radius:12px;background:#fffaf1;color:#173040;text-decoration:none}
.page-home .flight-check-list i{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;color:#173040;font-style:normal}
.page-home .flight-check-list i svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.page-home .flight-check-list h3{margin:0 0 5px;font-family:Georgia,"Times New Roman",serif;font-size:1.1rem}
.page-home .flight-check-list p{margin:0;color:#566774;font-size:.78rem;line-height:1.4}
@media (max-width:1180px){
  .page-home .home-hero-card--v531{grid-template-columns:1fr;min-height:620px;padding-top:38px;padding-bottom:34px;background-position:center center}
  .page-home .home-hero-featured{width:min(360px,100%)}
  .page-home .home-tools-grid--v531{grid-template-columns:repeat(3,minmax(0,1fr))}
  .page-home .flight-check-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:820px){
  .page-home .home-category-grid--v531{grid-template-columns:repeat(2,minmax(0,1fr))}
  .page-home .home-tools-grid--v531{grid-template-columns:repeat(2,minmax(0,1fr))}
  .page-home .home-myth-grid{grid-template-columns:1fr}
}
@media (max-width:640px){
  .page-home .home-hero-card--v531{min-height:610px;padding:28px 18px 34px}
  .page-home .home-title-display .line-1{font-size:clamp(3.35rem,16vw,4.7rem)}
  .page-home .home-title-display .line-2{font-size:clamp(2.3rem,11vw,3.6rem)}
  .page-home .home-hero-copy>p:not(.home-kicker){font-size:.98rem;max-width:360px}
  .page-home .hero-search input{height:58px;font-size:.95rem}
  .page-home .home-hero-actions a{flex:1;min-width:145px}
  .page-home .home-hero-featured{display:none}
  .page-home .home-category-grid--v531{display:flex;overflow-x:auto;gap:10px;padding-bottom:4px;scroll-snap-type:x mandatory}
  .page-home .home-category-grid--v531>a{flex:0 0 78%;scroll-snap-align:start;min-height:188px}
  .page-home .home-category-grid--v531 h3{font-size:1.55rem}
  .page-home .home-tools-grid--v531{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .page-home .home-tools-grid--v531>a,.page-home .flight-check-list a{flex-direction:column;gap:10px;padding:15px;min-height:132px}
  .page-home .home-tools-grid--v531 i,.page-home .flight-check-list i{width:38px;height:38px}
  .page-home .home-tools-grid--v531 i svg,.page-home .flight-check-list i svg{width:34px;height:34px}
  .page-home .flight-check-list{grid-template-columns:1fr}
  .page-home .dashboard-title h2{font-size:1.55rem}
}


/* ===== v532.css ===== */

/* V5.3.2 homepage fidelity update */
.page-home{background:#f4efe4}
.page-home .site-header{background:#072b40;border-bottom:1px solid rgba(212,168,74,.14)}
.page-home .header-inner{max-width:1320px}
.page-home .home-v532{padding-bottom:28px}
.page-home .hero-v532{position:relative;background:#0a2b40 url('../img/hero-v533-base.jpg') center center/cover no-repeat;color:#fff}
.page-home .hero-v532::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,34,50,.88) 0%,rgba(6,34,50,.68) 28%,rgba(6,34,50,.18) 60%,rgba(6,34,50,.06) 100%),linear-gradient(180deg,rgba(6,34,50,.1),rgba(6,34,50,.18));}
.page-home .hero-v532__inner{position:relative;z-index:1;min-height:520px;display:grid;grid-template-columns:minmax(0,580px) minmax(320px,430px);align-items:center;justify-content:space-between;gap:42px;padding-top:36px;padding-bottom:34px}
.page-home .hero-v532__kicker{margin:0 0 12px;color:#d8a545;font-size:.86rem;font-weight:800;letter-spacing:.12em}
.page-home .hero-v532__title{margin:0 0 16px;display:flex;flex-direction:column;line-height:.82}
.page-home .hero-v532__title span{font-family:Georgia,"Times New Roman",serif;font-size:clamp(4rem,8vw,6rem);font-weight:500;letter-spacing:-.05em;color:#e7ba57}
.page-home .hero-v532__title small{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.8rem,5vw,4.75rem);font-weight:500;letter-spacing:-.05em;color:#fff}
.page-home .hero-v532__lead{max-width:460px;margin:0 0 22px;color:rgba(255,255,255,.94);font-size:1.05rem;line-height:1.45}
.page-home .hero-v532__search{position:relative;display:flex;max-width:640px;margin:0 0 18px}
.page-home .hero-v532__search>svg{position:absolute;left:18px;top:18px;width:26px;height:26px;fill:none;stroke:#25485c;stroke-width:1.8}
.page-home .hero-v532__search input{width:100%;height:62px;padding:0 70px 0 56px;border:0;border-radius:14px;background:#fff;color:#173040;font-size:1.02rem;box-shadow:0 14px 28px rgba(0,0,0,.16)}
.page-home .hero-v532__search button{position:absolute;right:8px;top:8px;width:46px;height:46px;border:0;border-radius:10px;background:#e0a943;color:#fff;display:grid;place-items:center;cursor:pointer}
.page-home .hero-v532__search button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.9}
.page-home .hero-v532__actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:16px}
.page-home .hero-v532__actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:10px;border:1px solid rgba(224,169,67,.7);font-weight:800;text-decoration:none;color:#fff;background:rgba(255,255,255,.02)}
.page-home .hero-v532__actions a.primary{background:#0f5f72;border-color:#0f5f72}
.page-home .hero-v532__badges{display:flex;gap:22px;flex-wrap:wrap;color:rgba(255,255,255,.92);font-size:.91rem}
.page-home .hero-v532__badges span{display:flex;align-items:center;gap:8px}.page-home .hero-v532__badges i{color:#e0a943;font-style:normal}
.page-home .hero-v532__feature{display:grid;grid-template-columns:1fr 132px;min-height:236px;background:rgba(250,246,240,.98);border-radius:16px;overflow:hidden;color:#173040;text-decoration:none;box-shadow:0 16px 40px rgba(0,0,0,.18)}
.page-home .hero-v532__feature-copy{padding:28px 22px 22px}
.page-home .hero-v532__feature-copy em{display:block;margin-bottom:12px;color:#d09021;font-size:.8rem;font-style:normal;letter-spacing:.08em;text-transform:uppercase;font-weight:800}
.page-home .hero-v532__feature-copy strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:1.8rem;font-weight:500;line-height:1.12;margin-bottom:12px;color:#142b3a}
.page-home .hero-v532__feature-copy span{display:block;color:#4a5b69;font-size:.96rem;line-height:1.45}
.page-home .hero-v532__feature-copy b{display:block;margin-top:18px;color:#0f6b7b;font-size:.9rem;letter-spacing:.02em}
.page-home .hero-v532__feature-picture img{width:100%;height:100%;object-fit:cover}
.page-home .home-v532__section{margin-top:20px}
.page-home .section-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:12px}
.page-home .section-title-row h2{margin:0;color:#173040;font-family:Georgia,"Times New Roman",serif;font-size:1.95rem;font-weight:500}
.page-home .section-title-row h2::after{content:"";display:inline-block;width:48px;height:2px;background:#d9a64b;margin-left:12px;vertical-align:middle}
.page-home .section-title-row a,.page-home .module-head a{color:#0f6b7b;text-decoration:none;font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.page-home .discover-grid-v532{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.page-home .discover-grid-v532>a{position:relative;display:block;min-height:164px;border-radius:12px;overflow:hidden;color:#fff;text-decoration:none;box-shadow:0 8px 24px rgba(0,0,0,.12)}
.page-home .discover-grid-v532 picture,.page-home .discover-grid-v532 img{display:block;width:100%;height:100%}.page-home .discover-grid-v532 img{object-fit:cover}
.page-home .discover-grid-v532>a::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,25,38,.04) 30%,rgba(5,25,38,.88) 100%)}
.page-home .discover-grid-v532>a>div{position:absolute;left:0;right:0;bottom:0;padding:16px 18px 14px}.page-home .discover-grid-v532 h3{margin:0 0 4px;font-family:Georgia,"Times New Roman",serif;font-size:1.18rem;font-weight:500;color:#fff}.page-home .discover-grid-v532 p{margin:0;color:rgba(255,255,255,.86);font-size:.85rem;line-height:1.35}
.page-home .module-grid-v532{display:grid;grid-template-columns:1.45fr 1.2fr 1.1fr;gap:18px;align-items:start}
.page-home .module-card{border-radius:14px;overflow:hidden}.page-home .module-card--tools,.page-home .module-card--check{background:#fffaf1;border:1px solid #e3d8c5}.page-home .module-card--myth{background:linear-gradient(135deg,#041e31,#07324a);color:#fff}
.page-home .module-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:18px 20px 12px}.page-home .module-head h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;font-weight:500;color:inherit}
.page-home .tools3-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:4px 10px 16px}
.page-home .tools3-grid a{padding:18px 16px;text-decoration:none;color:#173040;text-align:left;border-right:1px solid #eadfcb}.page-home .tools3-grid a:last-child{border-right:0}
.page-home .tools3-grid i{display:block;width:40px;height:40px;color:#173040;margin-bottom:10px}.page-home .tools3-grid i svg{width:40px;height:40px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.page-home .tools3-grid h3{margin:0 0 6px;font-size:1.08rem;font-family:Georgia,"Times New Roman",serif;font-weight:500}.page-home .tools3-grid p{margin:0;color:#566774;font-size:.82rem;line-height:1.4}
.page-home .myth-mini-list{padding:0 18px 18px}.page-home .myth-mini-list>a{display:grid;grid-template-columns:108px 1fr;gap:14px;padding:12px 0;color:#fff;text-decoration:none;border-top:1px solid rgba(255,255,255,.12)}.page-home .myth-mini-list>a:first-child{border-top:0;padding-top:2px}.page-home .myth-mini-list>a:not(:first-child){grid-template-columns:1fr}.page-home .myth-mini-list picture{border-radius:10px;overflow:hidden}.page-home .myth-mini-list img{width:100%;height:100%;object-fit:cover}.page-home .myth-mini-list h3{margin:8px 0 6px;font-family:Georgia,"Times New Roman",serif;font-size:1.06rem;font-weight:500;line-height:1.2;color:#fff}.page-home .myth-mini-list p{margin:0;color:rgba(255,255,255,.8);font-size:.82rem;line-height:1.42}.page-home .tag{display:inline-flex;padding:3px 8px;border-radius:999px;font-size:.66rem;font-weight:800;letter-spacing:.05em}.page-home .tag.fact{background:#0f6b7b}.page-home .tag.myth{background:#9a5234}.page-home .tag.neutral{background:#8f6e20}
.page-home .check-list-v532{padding:2px 16px 16px}.page-home .check-list-v532 a{display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:12px;padding:12px 4px;color:#173040;text-decoration:none;border-top:1px solid #eee2cf}.page-home .check-list-v532 a:first-child{border-top:0}.page-home .check-list-v532 i{display:grid;place-items:center;width:32px;height:32px;color:#173040}.page-home .check-list-v532 i svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.page-home .check-list-v532 span{font-size:.95rem}.page-home .check-list-v532 b{padding:4px 10px;border-radius:999px;background:#eaf6e5;color:#3f8142;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.page-home .home-v532__value-strip{margin-top:18px;background:#fff;border-top:1px solid #eadfcb;border-bottom:1px solid #eadfcb}
.page-home .value-strip-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;padding-top:18px;padding-bottom:18px}
.page-home .value-strip-grid strong{display:block;margin-bottom:6px;color:#173040;font-size:1rem}.page-home .value-strip-grid span{display:block;color:#596b77;font-size:.84rem;line-height:1.42}
@media (max-width:1180px){
 .page-home .hero-v532__inner{grid-template-columns:1fr;gap:26px;min-height:640px}.page-home .hero-v532__feature{max-width:430px}.page-home .discover-grid-v532{grid-template-columns:repeat(2,minmax(0,1fr))}.page-home .module-grid-v532{grid-template-columns:1fr}.page-home .value-strip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:760px){
 .page-home .hero-v532__inner{min-height:600px;padding-top:28px;padding-bottom:26px}.page-home .hero-v532__title span{font-size:clamp(3.2rem,15vw,4.6rem)}.page-home .hero-v532__title small{font-size:clamp(2.4rem,12vw,3.7rem)}.page-home .hero-v532__lead{font-size:.98rem;max-width:360px}.page-home .hero-v532__search input{height:56px;font-size:.95rem}.page-home .hero-v532__actions a{flex:1;min-width:140px;padding:0 14px}.page-home .hero-v532__badges{display:none}.page-home .hero-v532__feature{display:none}.page-home .section-title-row{align-items:flex-start;flex-direction:column}.page-home .discover-grid-v532{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;padding-bottom:3px}.page-home .discover-grid-v532>a{flex:0 0 82%;scroll-snap-align:start}.page-home .tools3-grid{grid-template-columns:1fr}.page-home .tools3-grid a{border-right:0;border-top:1px solid #eadfcb}.page-home .tools3-grid a:first-child{border-top:0}.page-home .value-strip-grid{grid-template-columns:1fr}
}


/* V5.3.3 fixes: dropdown stability + exact hero direction */
@media (min-width: 901px){
  .main-nav{align-items:flex-start}
  .nav-item{position:relative;padding-bottom:14px;margin-bottom:-14px}
  .nav-item.has-submenu::after{content:"";position:absolute;left:0;right:0;top:100%;height:16px}
  .nav-dropdown{top:100%!important;margin-top:8px;left:0}
  .nav-item:hover>.nav-dropdown,.nav-item:focus-within>.nav-dropdown,.nav-dropdown:hover{opacity:1;visibility:visible;transform:none}
}
.page-home .hero-v532{background-position:center center}
.page-home .hero-v532::before{background:linear-gradient(90deg,rgba(6,34,50,.90) 0%,rgba(6,34,50,.72) 26%,rgba(6,34,50,.24) 58%,rgba(6,34,50,.08) 100%),linear-gradient(180deg,rgba(6,34,50,.16),rgba(6,34,50,.22))}
.page-home .hero-v532__inner{min-height:540px}
.page-home .hero-v532__feature{min-height:250px}
.page-home .hero-v532__feature-copy strong{font-size:1.95rem}



/* ===== v534.css ===== */

/* V5.3.4 closer to approved mockup */
.page-home{background:#f5f0e6}
.page-home .site-header{background:#072c42;border-bottom:1px solid rgba(229,186,90,.18)}
@media (min-width:901px){
  .main-nav{align-items:flex-start}
  .nav-item{position:relative;padding-bottom:16px;margin-bottom:-16px}
  .nav-item.has-submenu::after{content:"";position:absolute;left:0;right:0;top:100%;height:18px}
  .nav-dropdown{top:100%!important;margin-top:8px;left:0}
  .nav-item:hover>.nav-dropdown,.nav-item:focus-within>.nav-dropdown,.nav-dropdown:hover{opacity:1;visibility:visible;transform:none}
}
.page-home .home-v534{padding-bottom:24px}
.page-home .hero-v534{position:relative;background:#0b2a3f url('../img/hero-v538-gold.jpg') center center/cover no-repeat;color:#fff}
.page-home .hero-v534::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,34,50,.62) 0%,rgba(6,34,50,.36) 24%,rgba(6,34,50,.08) 56%,rgba(6,34,50,.04) 100%)}
.page-home .hero-v534__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,560px) 420px;justify-content:space-between;align-items:center;gap:30px;min-height:265px;padding-top:22px;padding-bottom:18px}
.page-home .hero-v534__kicker{margin:0 0 10px;color:#dba84a;text-transform:uppercase;letter-spacing:.11em;font-size:.74rem;font-weight:800}
.page-home .hero-v534__title{margin:0 0 10px;display:flex;flex-direction:column;line-height:.82}
.page-home .hero-v534__title span{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3.4rem,6vw,4.7rem);font-weight:500;letter-spacing:-.05em;color:#e4b458}
.page-home .hero-v534__title small{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.3rem,4.4vw,3.8rem);font-weight:500;letter-spacing:-.05em;color:#fff}
.page-home .hero-v534__lead{max-width:410px;margin:0 0 12px;font-size:.95rem;line-height:1.38;color:rgba(255,255,255,.94)}
.page-home .hero-v534__search{position:relative;display:flex;max-width:515px;margin:0 0 12px}.page-home .hero-v534__search>svg{position:absolute;left:18px;top:17px;width:23px;height:23px;fill:none;stroke:#26495d;stroke-width:1.8}.page-home .hero-v534__search input{width:100%;height:54px;padding:0 70px 0 52px;border:0;border-radius:12px;background:#fff;color:#173040;font-size:.96rem;box-shadow:0 10px 20px rgba(0,0,0,.14)}.page-home .hero-v534__search button{position:absolute;right:8px;top:8px;width:38px;height:38px;border:0;border-radius:10px;background:#e0ab45;color:#fff;display:grid;place-items:center}.page-home .hero-v534__search button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}
.page-home .hero-v534__actions{display:flex;gap:10px;flex-wrap:wrap}.page-home .hero-v534__actions a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 22px;border-radius:9px;border:1px solid rgba(218,168,74,.8);text-decoration:none;color:#fff;font-weight:800}.page-home .hero-v534__actions .primary{background:#0d6778;border-color:#0d6778}
.page-home .hero-v534__feature{display:grid;grid-template-columns:1fr 124px;min-height:138px;background:rgba(248,244,236,.98);border-radius:14px;overflow:hidden;color:#163040;text-decoration:none;box-shadow:0 12px 26px rgba(0,0,0,.12)}.page-home .hero-v534__feature-copy{padding:16px 18px}.page-home .hero-v534__feature-copy em{display:block;margin-bottom:8px;color:#ce972b;font-style:normal;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:800}.page-home .hero-v534__feature-copy strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:1.18rem;line-height:1.12;font-weight:500}.page-home .hero-v534__feature-copy b{display:block;margin-top:14px;color:#0f6b7b;font-size:.85rem}.page-home .hero-v534__feature-picture img{width:100%;height:100%;object-fit:cover}
.page-home .block-v534{margin-top:10px}.page-home .section-head-v534{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin:0 0 8px}.page-home .section-head-v534 h2{margin:0;font-family:Georgia,"Times New Roman",serif;color:#173040;font-size:1.15rem;font-weight:500}.page-home .section-head-v534 h2::after{content:"";display:inline-block;vertical-align:middle;margin-left:8px;width:30px;height:2px;background:#d7a449}.page-home .section-head-v534 a{color:#0f6b7b;text-decoration:none;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em}
.page-home .cards4-v534{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.page-home .cards4-v534>a{position:relative;display:block;min-height:116px;border-radius:10px;overflow:hidden;color:#fff;text-decoration:none;box-shadow:0 8px 18px rgba(0,0,0,.1)}.page-home .cards4-v534 img{width:100%;height:100%;object-fit:cover}.page-home .cards4-v534>a::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,25,38,.05),rgba(5,25,38,.88) 100%)}.page-home .cards4-v534> a > div{position:absolute;left:0;right:0;bottom:0;padding:12px 14px}.page-home .cards4-v534 h3{margin:0 0 4px;font-family:Georgia,"Times New Roman",serif;font-size:1rem;font-weight:500}.page-home .cards4-v534 p{margin:0;color:rgba(255,255,255,.9);font-size:.75rem;line-height:1.35}
.page-home .tools-row-v534{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.page-home .tools-row-v534>a{display:grid;grid-template-columns:58px 1fr;gap:14px;align-items:center;padding:14px;border:1px solid #e3d8c6;border-radius:10px;background:#fff;color:#173040;text-decoration:none}.page-home .tools-row-v534 i{display:grid;place-items:center;width:44px;height:44px;color:#173040}.page-home .tools-row-v534 i svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.page-home .tools-row-v534 h3{margin:0 0 4px;font-family:Georgia,"Times New Roman",serif;font-size:1rem;font-weight:500}.page-home .tools-row-v534 p{margin:0;color:#596a76;font-size:.77rem;line-height:1.35}
.page-home .myth-strip-v534{margin-top:10px;background:linear-gradient(180deg,#03233a,#04283f);padding:10px 0}.page-home .section-head-v534--light h2{color:#fff}.page-home .myth-row-v534{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.page-home .myth-row-v534>a{display:grid;grid-template-columns:92px 1fr;gap:12px;align-items:center;min-height:84px;padding:8px;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;text-decoration:none;background:rgba(255,255,255,.02)}.page-home .myth-row-v534 img{width:100%;height:68px;object-fit:cover;border-radius:8px}.page-home .myth-row-v534 h3{margin:4px 0 6px;font-size:.86rem;line-height:1.25;font-weight:600}.page-home .myth-row-v534 b{font-size:.75rem;color:#d7a449}.page-home .tag{display:inline-flex;padding:3px 7px;border-radius:999px;font-size:.6rem;font-weight:800;letter-spacing:.05em}.page-home .tag.fact{background:#0f6b7b}.page-home .tag.myth{background:#9b5436}.page-home .tag.neutral{background:#866823}
.page-home .preflight-row-v534{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.page-home .preflight-row-v534>a{display:grid;grid-template-columns:46px 1fr;gap:12px;align-items:start;padding:13px 14px;border:1px solid #e3d8c6;border-radius:10px;background:#fff;color:#173040;text-decoration:none}.page-home .preflight-row-v534 i{display:grid;place-items:center;width:40px;height:40px;color:#173040}.page-home .preflight-row-v534 i svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.page-home .preflight-row-v534 h3{margin:0 0 4px;font-family:Georgia,"Times New Roman",serif;font-size:.98rem;font-weight:500}.page-home .preflight-row-v534 p{margin:0 0 5px;color:#596a76;font-size:.75rem;line-height:1.34}.page-home .preflight-row-v534 b{color:#4f8d49;font-size:.72rem;text-transform:uppercase}
@media (max-width:1180px){.page-home .hero-v534__inner{grid-template-columns:1fr;min-height:350px}.page-home .hero-v534__feature{max-width:420px}.page-home .cards4-v534{grid-template-columns:repeat(2,minmax(0,1fr))}.page-home .tools-row-v534,.page-home .preflight-row-v534,.page-home .myth-row-v534{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.page-home .hero-v534__inner{min-height:340px;padding-top:18px;padding-bottom:16px}.page-home .hero-v534__title span{font-size:clamp(3rem,15vw,4.2rem)}.page-home .hero-v534__title small{font-size:clamp(2.1rem,11vw,3.3rem)}.page-home .hero-v534__feature{display:none}.page-home .hero-v534__search input{height:50px}.page-home .cards4-v534,.page-home .tools-row-v534,.page-home .preflight-row-v534,.page-home .myth-row-v534{grid-template-columns:1fr}.page-home .cards4-v534>a{min-height:150px}.page-home .hero-v534__actions a{flex:1;min-width:145px}}

.page-home .nav-item.has-submenu>.nav-subtoggle{display:grid;place-items:center;width:18px;height:18px;margin-left:-2px;padding:0;border:0;background:transparent;color:currentColor;font-size:.9rem;line-height:1;opacity:.82;pointer-events:none}

.page-home .hero-v534{background-position:center center;background-size:cover}
.page-home .hero-v534::before{background:linear-gradient(90deg,rgba(6,34,50,.68) 0%,rgba(6,34,50,.42) 25%,rgba(6,34,50,.10) 56%,rgba(6,34,50,.06) 100%)}


/* ===== v539.css ===== */

.page-home{background:#f5efe4;color:#152f3f}.page-home .site-header{background:#06293f;border-bottom:1px solid rgba(219,171,74,.18)}.page-home .home-v539{padding-bottom:24px}.page-home .hero-v539{position:relative;background:#0a2b40 url('../img/hero-v538-gold.jpg') center 48%/cover no-repeat;color:#fff}.page-home .hero-v539::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,31,47,.82) 0%,rgba(5,31,47,.60) 32%,rgba(5,31,47,.10) 68%,rgba(5,31,47,.02) 100%)}.page-home .hero-v539__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,560px) minmax(310px,410px);align-items:center;justify-content:space-between;gap:40px;min-height:385px;padding-top:30px;padding-bottom:28px}.page-home .hero-v539__kicker{margin:0 0 8px;color:#e3ad45;font-size:.75rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.page-home .hero-v539__title{display:flex;flex-direction:column;margin:0 0 12px;line-height:.82}.page-home .hero-v539__title span{font:500 clamp(3.5rem,6vw,5.35rem)/.85 Georgia,serif;color:#e9bd63;letter-spacing:-.055em}.page-home .hero-v539__title small{font:500 clamp(2.55rem,4.5vw,4rem)/.9 Georgia,serif;color:#fff;letter-spacing:-.05em}.page-home .hero-v539__lead{max-width:480px;margin:0 0 16px;color:rgba(255,255,255,.94);font-size:1rem;line-height:1.45}.page-home .hero-v539__search{position:relative;max-width:560px;margin:0 0 14px}.page-home .hero-v539__search>svg{position:absolute;left:17px;top:16px;width:23px;height:23px;fill:none;stroke:#21465a;stroke-width:1.8}.page-home .hero-v539__search input{width:100%;height:55px;padding:0 68px 0 51px;border:0;border-radius:12px;background:#fff;color:#183242;font-size:.98rem;box-shadow:0 12px 28px rgba(0,0,0,.17)}.page-home .hero-v539__search button{position:absolute;right:7px;top:7px;width:41px;height:41px;border:0;border-radius:9px;background:#e0aa3e;color:#fff;display:grid;place-items:center}.page-home .hero-v539__search button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}.page-home .hero-v539__actions{display:flex;gap:12px;flex-wrap:wrap}.page-home .hero-v539__actions a{min-height:43px;padding:0 20px;border:1px solid rgba(224,170,62,.75);border-radius:9px;display:inline-flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-weight:800}.page-home .hero-v539__actions .primary{background:#0d6575;border-color:#0d6575}.page-home .hero-v539__trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:16px;color:rgba(255,255,255,.9);font-size:.8rem}.page-home .hero-v539__feature{display:grid;grid-template-columns:1fr 125px;min-height:190px;background:#f8f3e9;color:#173040;border-radius:15px;overflow:hidden;text-decoration:none;box-shadow:0 18px 42px rgba(0,0,0,.2)}.page-home .hero-v539__feature>div{padding:22px 18px}.page-home .hero-v539__feature em{display:block;margin-bottom:10px;color:#d09427;font-style:normal;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.page-home .hero-v539__feature strong{display:block;font:500 1.55rem/1.12 Georgia,serif;margin-bottom:10px;color:#173040}.page-home .hero-v539__feature p{margin:0;color:#596b77;font-size:.82rem;line-height:1.4}.page-home .hero-v539__feature b{display:block;margin-top:14px;color:#0f6b7b;font-size:.82rem}.page-home .hero-v539__feature picture,.page-home .hero-v539__feature img{display:block;width:100%;height:100%}.page-home .hero-v539__feature img{object-fit:cover}.page-home .fresh-v539{margin-top:18px}.page-home .fresh-v539__head,.page-home .section-head-v539{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:10px}.page-home .fresh-v539__head h2,.page-home .section-head-v539 h2{margin:0;font:500 1.34rem/1.2 Georgia,serif;color:#173040}.page-home .fresh-v539__head h2::after,.page-home .section-head-v539 h2::after{content:"";display:inline-block;width:34px;height:2px;margin-left:9px;vertical-align:middle;background:#d9a548}.page-home .fresh-v539__head button{width:34px;height:34px;border:1px solid #ddc99f;border-radius:50%;background:#fffaf1;color:#173040;font-size:1.35rem;cursor:pointer}.page-home .fresh-v539__viewport{overflow:hidden}.page-home .fresh-v539__track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.page-home .fresh-card{display:grid;grid-template-columns:108px 1fr;min-height:102px;background:#fff;border:1px solid #e2d7c5;border-radius:12px;overflow:hidden;color:#173040;text-decoration:none;box-shadow:0 7px 18px rgba(30,45,55,.07)}.page-home .fresh-card picture,.page-home .fresh-card img{display:block;width:100%;height:100%}.page-home .fresh-card img{object-fit:cover}.page-home .fresh-card>div{padding:12px}.page-home .fresh-card .fresh-label{display:inline-flex;padding:3px 7px;border-radius:999px;background:#0f6b7b;color:#fff;font-size:.59rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.page-home .fresh-card[data-label="NA CZASIE"] .fresh-label{background:#d16d28}.page-home .fresh-card[data-label="POLECANE"] .fresh-label{background:#76519e}.page-home .fresh-card h3{margin:7px 0 5px!important;color:#173040!important;font:500 .94rem/1.2 Georgia,serif!important}.page-home .fresh-card b{color:#0f6b7b;font-size:.73rem}.page-home .home-v539__grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;margin-top:18px}.page-home .direction-grid-v539{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.page-home .direction-grid-v539>a{position:relative;min-height:180px;border-radius:12px;overflow:hidden;color:#fff!important;text-decoration:none;box-shadow:0 9px 22px rgba(0,0,0,.11)}.page-home .direction-grid-v539 picture,.page-home .direction-grid-v539 img{display:block;width:100%;height:100%}.page-home .direction-grid-v539 img{object-fit:cover}.page-home .direction-grid-v539>a::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,22,34,.02) 24%,rgba(4,22,34,.92) 100%)}.page-home .direction-grid-v539>a>div{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:17px}.page-home .direction-grid-v539 h3{margin:0 0 5px!important;color:#fff!important;font:500 1.4rem/1.1 Georgia,serif!important;text-shadow:0 2px 8px rgba(0,0,0,.45)}.page-home .direction-grid-v539 p{margin:0!important;color:rgba(255,255,255,.91)!important;font-size:.8rem;line-height:1.38;max-width:86%}.page-home .direction-grid-v539 span{position:absolute;right:15px;bottom:15px;width:32px;height:32px;border:1px solid rgba(255,255,255,.72);border-radius:50%;display:grid;place-items:center;color:#fff}.page-home .tools-v539>a{display:grid;grid-template-columns:46px 1fr 18px;align-items:center;gap:12px;min-height:90px;margin-bottom:10px;padding:14px;border:1px solid #e2d7c5;border-radius:12px;background:#fff;color:#173040;text-decoration:none}.page-home .tools-v539 i{display:grid;place-items:center;width:42px;height:42px;color:#173040}.page-home .tools-v539 i svg{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.page-home .tools-v539 h3{margin:0 0 4px!important;color:#173040!important;font:500 1rem/1.15 Georgia,serif!important}.page-home .tools-v539 p{margin:0!important;color:#5b6c78!important;font-size:.75rem;line-height:1.35}.page-home .tools-v539>a>span{font-size:1.4rem}.page-home .dark-v539{margin-top:18px;padding:18px 0;background:linear-gradient(135deg,#03243a,#052d46);color:#fff}.page-home .dark-v539__grid{display:grid;grid-template-columns:1.35fr 1fr;gap:18px}.page-home .section-head-v539--light h2{color:#fff}.page-home .section-head-v539--light a{color:#72c8d3;text-decoration:none;font-size:.72rem;font-weight:800;text-transform:uppercase}.page-home .myth-v539__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.page-home .myth-v539__cards>a{display:grid;grid-template-columns:86px 1fr;gap:10px;min-height:112px;padding:9px;border:1px solid rgba(255,255,255,.13);border-radius:11px;background:rgba(255,255,255,.025);color:#fff;text-decoration:none}.page-home .myth-v539__cards picture,.page-home .myth-v539__cards img{display:block;width:100%;height:100%}.page-home .myth-v539__cards img{object-fit:cover;border-radius:8px}.page-home .myth-v539__cards h3{margin:6px 0!important;color:#fff!important;font-size:.78rem!important;line-height:1.27!important}.page-home .myth-v539__cards b{color:#e4aa3e;font-size:.69rem}.page-home .badge{display:inline-flex;padding:3px 7px;border-radius:999px;font-size:.58rem;font-weight:800}.page-home .badge.fact{background:#0f6b7b}.page-home .badge.myth{background:#a25336}.page-home .badge.uncertain{background:#8b6d24}.page-home .preflight-v539__list{display:grid;grid-template-columns:1fr 1fr;gap:8px}.page-home .preflight-v539__list>a{display:grid;grid-template-columns:35px 1fr auto;align-items:center;gap:10px;min-height:72px;padding:10px;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;text-decoration:none;background:rgba(255,255,255,.025)}.page-home .preflight-v539__list i{display:grid;place-items:center;color:#e5aa3d}.page-home .preflight-v539__list i svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.page-home .preflight-v539__list h3{margin:0 0 3px!important;color:#fff!important;font-size:.83rem!important}.page-home .preflight-v539__list p{margin:0!important;color:rgba(255,255,255,.74)!important;font-size:.67rem;line-height:1.3}.page-home .preflight-v539__list>a>span{color:#83c98a;font-size:.59rem;font-weight:800;text-transform:uppercase}@media(max-width:1150px){.page-home .hero-v539__inner{grid-template-columns:1fr;min-height:520px}.page-home .hero-v539__feature{max-width:430px}.page-home .fresh-v539__track{grid-template-columns:repeat(2,minmax(0,1fr))}.page-home .home-v539__grid{grid-template-columns:1fr}.page-home .tools-v539{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.page-home .tools-v539 .section-head-v539{grid-column:1/-1}.page-home .tools-v539>a{margin-bottom:0}.page-home .dark-v539__grid{grid-template-columns:1fr}}@media(max-width:760px){.page-home .hero-v539__inner{min-height:480px;padding-top:22px}.page-home .hero-v539__title span{font-size:3.4rem}.page-home .hero-v539__title small{font-size:2.5rem}.page-home .hero-v539__feature,.page-home .hero-v539__trust{display:none}.page-home .hero-v539__actions a{flex:1;min-width:140px}.page-home .fresh-v539__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.page-home .fresh-card{flex:0 0 84%;scroll-snap-align:start}.page-home .direction-grid-v539{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.page-home .direction-grid-v539>a{flex:0 0 82%;scroll-snap-align:start}.page-home .tools-v539{grid-template-columns:1fr}.page-home .myth-v539__cards,.page-home .preflight-v539__list{grid-template-columns:1fr}.page-home .fresh-v539__head div{display:none}}


/* ================================================================
   EGIPT BEZ TAJEMNIC V5.5.0 — production overrides
   ================================================================ */
:root{--v550-navy:#062b40;--v550-navy2:#082d42;--v550-teal:#0f6878;--v550-gold:#d6a64a;--v550-bg:#f5f0e6;--v550-card:#fffdf8;--v550-ink:#173040;--v550-muted:#5c6d78;--v550-line:#e4d9c8;--v550-radius:14px;--v550-shadow:0 12px 32px rgba(18,42,56,.10)}
html{scroll-behavior:smooth;overflow-x:hidden}body{overflow-x:hidden;background:var(--v550-bg);color:var(--v550-ink)}
a,button,input,select,summary{outline-offset:3px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #f0b43b;outline-offset:3px}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
/* navigation */
.site-header{z-index:1000}.main-nav .nav-subtoggle svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}.nav-item:hover>.nav-subtoggle svg,.nav-item:focus-within>.nav-subtoggle svg,.nav-item.submenu-open>.nav-subtoggle svg{transform:rotate(180deg)}
@media(min-width:1021px){.main-nav{align-items:flex-start}.nav-item.has-submenu{padding-bottom:16px;margin-bottom:-16px}.nav-item.has-submenu::after{content:"";position:absolute;top:100%;left:0;right:0;height:18px}.nav-subtoggle{display:grid!important;place-items:center!important;width:26px!important;height:44px!important;margin-left:-9px!important;padding:0!important;border:0!important;background:transparent!important;color:inherit!important;pointer-events:none}.nav-dropdown{top:100%!important;margin-top:8px!important}.nav-item:hover>.nav-dropdown,.nav-item:focus-within>.nav-dropdown,.nav-dropdown:hover{opacity:1!important;visibility:visible!important;transform:none!important}}
@media(max-width:1020px){.main-nav{max-height:calc(100dvh - 84px)!important;overflow:auto!important;overscroll-behavior:contain;padding-bottom:calc(86px + env(safe-area-inset-bottom))!important}.nav-item{grid-template-columns:minmax(0,1fr) 52px!important}.nav-item>a,.nav-subtoggle{min-height:52px!important}.nav-subtoggle{display:grid!important;place-items:center!important;width:52px!important;height:52px!important;padding:0!important;pointer-events:auto!important}.nav-dropdown{padding:0 10px 12px!important}.nav-dropdown a{min-height:46px;display:flex!important;align-items:center}.mobile-dock{z-index:920}.main-nav{z-index:980}}
/* homepage hero */
.page-home .hero-v539{position:relative;min-height:350px;background:var(--v550-navy) url('../img/hero/hero-egipt-gold-desktop.jpg') center 54%/cover no-repeat;color:#fff}.page-home .hero-v539::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,28,43,.88),rgba(4,28,43,.60) 31%,rgba(4,28,43,.12) 68%,rgba(4,28,43,.04))}.page-home .hero-v539__inner{position:relative;z-index:1;min-height:350px;padding-top:28px;padding-bottom:25px}.page-home .hero-v539__title span{color:#edbf5d}.page-home .hero-v539__title small{color:#fff}.page-home .hero-v539__feature{background:rgba(255,253,248,.98);box-shadow:0 18px 46px rgba(0,0,0,.22)}
.page-home .hero-v539__trust{display:none!important}.trust-strip-v550{background:var(--v550-navy);color:#fff;border-top:1px solid rgba(214,166,74,.35)}.trust-strip-v550 .section-shell{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.trust-strip-v550 a{display:flex;align-items:center;gap:12px;min-height:62px;padding:10px 22px;color:#fff;text-decoration:none;border-right:1px solid rgba(255,255,255,.12)}.trust-strip-v550 a:last-child{border-right:0}.trust-strip-v550 svg{width:28px;height:28px;fill:none;stroke:var(--v550-gold);stroke-width:1.7}.trust-strip-v550 b{display:block;font-size:.92rem}.trust-strip-v550 small{display:block;color:rgba(255,255,255,.68);font-size:.75rem}
/* current now */
.fresh-v539{margin-top:22px!important}.fresh-v539__track{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;transform:none!important}.fresh-card{min-width:0!important;display:grid!important;grid-template-columns:108px 1fr!important;min-height:116px;border:1px solid var(--v550-line)!important;border-radius:12px!important;background:var(--v550-card)!important;box-shadow:0 7px 18px rgba(20,43,57,.07)!important;overflow:hidden}.fresh-card picture{height:100%!important}.fresh-card img{width:100%;height:100%;object-fit:cover}.fresh-card>div{padding:13px!important}.fresh-card h3{font-size:1rem!important;line-height:1.25!important;margin:7px 0!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.fresh-card p{margin:0 0 8px;color:var(--v550-muted);font-size:.76rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.fresh-label{font-size:.61rem!important}.fresh-v539__head button{width:44px;height:44px}
/* direction and home modules */
.page-home .direction-grid-v539>a{min-height:190px}.page-home .direction-grid-v539 h3{color:#fff!important;text-shadow:0 2px 8px #000;font-size:1.35rem!important}.page-home .direction-grid-v539 p{color:#fff!important;text-shadow:0 2px 6px rgba(0,0,0,.9);font-size:.84rem!important}.page-home .direction-grid-v539>a::after{background:linear-gradient(180deg,rgba(4,25,38,.02) 28%,rgba(4,25,38,.94) 100%)!important}.tools-v539>a{background:var(--v550-card);border-color:var(--v550-line);min-height:92px}.dark-v539{margin-top:24px}.myth-v539__cards h3{color:#fff!important}.preflight-v539__list h3{color:#fff!important}
/* categories */
.category-top,.category-featured>a,.article-card-grid article>a,.tool-panel,.current-info-grid article{border-radius:var(--v550-radius)!important}.category-controls-v550{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin:14px 0}.topic-chips-v550,.view-controls-v550{display:flex;gap:7px;flex-wrap:wrap}.topic-chips-v550 button,.view-controls-v550 button,.map-mobile-toggle-v550 button,.info-filters-v550 button{min-height:42px;padding:0 14px;border:1px solid var(--v550-line);border-radius:999px;background:var(--v550-card);color:var(--v550-ink);font-weight:700;cursor:pointer}.topic-chips-v550 button.active,.view-controls-v550 button.active,.map-mobile-toggle-v550 button.active,.info-filters-v550 button.active{background:var(--v550-navy);border-color:var(--v550-navy);color:#fff}.content-index.list-view .article-card-grid{grid-template-columns:1fr!important}.content-index.list-view .article-card-grid article>a{display:grid!important;grid-template-columns:240px 1fr}.content-index.list-view .article-card-picture{height:100%!important;min-height:190px}.article-card-grid article.v550-limit-hidden{display:none}.load-more-v550{display:block;min-height:48px;margin:22px auto 0;padding:0 24px;border:0;border-radius:10px;background:var(--v550-teal);color:#fff;font-weight:800;cursor:pointer}.article-card-grid p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.article-card-grid h2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
/* article */
.reading-progress-v550{position:fixed;z-index:1005;top:0;left:0;right:0;height:3px;background:transparent;pointer-events:none}.reading-progress-v550 span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--v550-gold),#f0c86c)}.article-sidebar .toc{max-height:calc(100vh - 120px);overflow:auto}.article-sidebar .toc a.active{color:var(--v550-teal);font-weight:800;border-left:3px solid var(--v550-gold);padding-left:8px}.practical-visit-v550{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;margin:24px 0;border:1px solid var(--v550-line);border-radius:12px;overflow:hidden;background:var(--v550-line)}.practical-visit-v550>div{padding:14px;background:var(--v550-card)}.practical-visit-v550 small{display:block;color:var(--v550-muted);font-size:.7rem;text-transform:uppercase;letter-spacing:.05em}.practical-visit-v550 strong{display:block;margin-top:5px}.answer-box{border-left:5px solid var(--v550-gold)!important;background:#fff9ec!important}.article-body .editor-box-v550{margin:22px 0;padding:17px 19px;border-radius:11px;background:#eef7f6;border-left:4px solid var(--v550-teal)}
/* current info */
.info-filters-v550{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 18px}.current-info-grid article.info-filter-hidden{display:none}.current-info-grid article{position:relative;background:var(--v550-card);border:1px solid var(--v550-line);box-shadow:0 8px 22px rgba(20,43,57,.06)}.info-status-v550{display:inline-flex;align-items:center;gap:7px;padding:5px 9px;border-radius:999px;font-size:.7rem;font-weight:800}.info-status-v550::before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor}.freshness-current{color:#367d42;background:#e8f5e7}.freshness-soon{color:#aa6a0b;background:#fff2d7}.freshness-expired{color:#a23b32;background:#fde9e6}.freshness-periodic{color:#234d6c;background:#e8f0f6}.volatility-v550{font-weight:700;color:var(--v550-ink)}
/* map */
.map-tool-intro p{max-width:720px}.map-page{width:min(calc(100% - 32px),1320px);margin:auto}.route-pack-grid{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:8px}.route-pack-grid article{flex:0 0 300px;scroll-snap-align:start}.map-layout{display:grid!important;grid-template-columns:minmax(0,65fr) minmax(330px,35fr)!important;gap:14px;align-items:stretch}.interactive-map,.map-place-list{height:670px!important}.map-place-list{overflow:auto;overscroll-behavior:contain}.map-place-card.map-active{border-color:var(--v550-gold)!important;box-shadow:0 0 0 3px rgba(214,166,74,.22)!important}.map-points a.map-active circle{fill:var(--v550-gold)!important;r:15}.map-mobile-toggle-v550{display:none;margin:0 0 12px}.map-status-v550{min-height:26px;color:var(--v550-teal);font-weight:700;margin-top:8px}
/* tools */
.tools-groups-v550{display:grid;gap:26px}.tools-group-v550 h2{font-family:Georgia,"Times New Roman",serif;margin:0 0 10px}.tools-group-v550 .tools-index-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tool-local-badge-v550{display:inline-flex;margin-top:10px;padding:4px 8px;border-radius:999px;background:#e8f3f0;color:#28695f;font-size:.7rem;font-weight:800}.matcher-profiles-v550{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:0 0 18px}.matcher-profiles-v550 button{min-height:48px;border:1px solid var(--v550-line);border-radius:10px;background:var(--v550-card);color:var(--v550-ink);font-weight:750;cursor:pointer}.matcher-profiles-v550 button:hover{border-color:var(--v550-gold)}.planner-onboarding-v550{padding:18px;margin-bottom:18px;border:1px solid var(--v550-line);border-radius:12px;background:linear-gradient(135deg,#fffdf8,#f7efe2)}.planner-onboarding-v550 h2{margin:0 0 5px}.planner-onboarding-v550 .tool-actions{margin-top:12px}.planner-toast-v550,.site-toast-v550{position:fixed;z-index:1600;right:20px;bottom:calc(84px + env(safe-area-inset-bottom));max-width:360px;padding:13px 17px;border-radius:10px;background:var(--v550-navy);color:#fff;box-shadow:0 14px 34px rgba(0,0,0,.25);opacity:0;transform:translateY(10px);pointer-events:none;transition:.2s}.planner-toast-v550.show,.site-toast-v550.show{opacity:1;transform:none}
/* favorites */
.favorites-actions-v550{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0 22px}.favorites-actions-v550 button,.favorites-actions-v550 label{display:inline-flex;align-items:center;min-height:44px;padding:0 15px;border:1px solid var(--v550-line);border-radius:9px;background:var(--v550-card);cursor:pointer;font-weight:700}
/* footer / ads */
.footer-network{opacity:.78}.footer-network::before{content:"Inne projekty Podziel.pl";display:block;width:100%;font-weight:800;color:#fff;margin-bottom:5px}.footer-network a:first-of-type{order:3}.google-auto-placed.ap_container,body>ins.adsbygoogle[data-anchor-status]{display:none!important}
/* mobile */
@media(max-width:1100px){.fresh-v539__track{grid-template-columns:repeat(2,minmax(0,1fr))!important}.practical-visit-v550{grid-template-columns:repeat(2,minmax(0,1fr))}.map-layout{grid-template-columns:1fr!important}.interactive-map,.map-place-list{height:570px!important}.tools-group-v550 .tools-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.page-home .hero-v539{min-height:410px;background-image:url('../img/hero/hero-egipt-gold-mobile.jpg');background-position:61% 52%}.page-home .hero-v539__inner{min-height:410px}.page-home .hero-v539__feature{display:none!important}.trust-strip-v550 .section-shell{grid-template-columns:1fr}.trust-strip-v550 a{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.fresh-v539__viewport{overflow-x:auto;scroll-snap-type:x mandatory}.fresh-v539__track{display:flex!important}.fresh-card{flex:0 0 84%;scroll-snap-align:start}.fresh-v539__head>div{display:none}.content-index.list-view .article-card-grid article>a{grid-template-columns:125px 1fr}.practical-visit-v550{grid-template-columns:1fr}.map-mobile-toggle-v550{display:flex}.map-layout[data-mobile-view="map"] .map-place-list{display:none}.map-layout[data-mobile-view="list"] .interactive-map{display:none}.interactive-map,.map-place-list{height:520px!important}.matcher-profiles-v550{grid-template-columns:repeat(2,minmax(0,1fr))}.tools-group-v550 .tools-index-grid{grid-template-columns:1fr}}
@media(max-width:640px){body{font-size:16px}.page-home .hero-v539{min-height:390px}.page-home .hero-v539__inner{min-height:390px;padding:22px 18px}.page-home .hero-v539__title span{font-size:3.5rem!important}.page-home .hero-v539__title small{font-size:2.65rem!important}.fresh-card{flex-basis:90%;grid-template-columns:96px 1fr!important}.category-controls-v550{align-items:stretch}.topic-chips-v550{flex-wrap:nowrap;overflow-x:auto}.view-controls-v550{width:100%}.view-controls-v550 button{flex:1}.article-card-grid article>a{grid-template-columns:118px 1fr!important}.article-card-grid p{display:none!important}.map-place-card{grid-template-columns:105px 1fr!important}.matcher-profiles-v550{grid-template-columns:1fr}.footer-network::before{font-size:.82rem}}

.topic-hidden{display:none!important}

@media(min-width:1021px){.nav-item.submenu-open>.nav-dropdown{opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important}}
