/* ══════════════════════════════════════
   Moving Jack — Travel Resources Page
   ══════════════════════════════════════ */

/* ── Hero ── */
.res-hero{background:#0d3b2e;padding:80px 0 44px}
.res-hero__title{font-family:var(--mj-font-heading);font-size:2rem;font-weight:900;color:#fff;letter-spacing:-1.5px;line-height:1.1;margin:0 0 12px}
.res-hero__title .mj-dot{color:#f97316}
.res-hero__subtitle{font-size:.95rem;line-height:1.7;color:rgba(255,255,255,.5);max-width:560px;margin:0 0 28px}

/* ── TOC — reuses blog post .mj-toc-card + .toc-main-link from critical.css ── */
.res-toc-card{max-width:740px;margin-bottom:0;padding-top:28px}

/* ── Body container ── */
.res-body{max-width:var(--mj-container,1560px);padding:0 24px;margin:0 auto}
.res-section{padding:40px 0;max-width:740px;margin:0 auto}
.res-section p{font-size:.95rem;line-height:1.8;color:#666;margin:0 0 16px}
.res-section p:last-child{margin-bottom:0}
.res-section a{color:#1a73b5;font-weight:700;text-decoration:underline;text-underline-offset:2px}
.res-section a:hover{color:#1B5E5E}

/* ── Headings ── */
.res-h2{font-family:var(--mj-font-heading);font-size:1.25rem;font-weight:800;color:#1a1a1a;letter-spacing:-.8px;margin:0 0 14px}
.res-h2--light{color:#fff}
.res-intro{font-size:.9rem;color:#595959;margin:0 0 18px}
.res-aside{font-size:.82rem;color:#595959;margin:0}
.res-aside em{font-style:italic}

/* ── Divider ── */
.res-divider{border:none;height:1px;background:#f0f0f0;margin:0 auto;max-width:740px}

/* ── Personal note ── */
.res-note{display:flex;gap:16px;align-items:flex-start;padding:36px 0 32px;border-bottom:1px solid #f0f0f0;max-width:740px;margin:0 auto}
.res-note__avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;flex-shrink:0}
.res-note p{font-size:.9rem;line-height:1.7;color:#777;margin:0}
.res-note strong{color:#333}
.res-note a{color:#595959;text-decoration:underline}

/* ══════════════════════════════════════
   TRIP HELPER
   ══════════════════════════════════════ */
.res-helper-tabs{display:flex;gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px;margin-bottom:20px}
.res-helper-tabs::-webkit-scrollbar{display:none}
.res-helper-tab{padding:7px 13px;border-radius:20px;border:none;cursor:pointer;background:#f3f3f3;color:#595959;font-size:.78rem;font-weight:600;font-family:var(--mj-font-body);white-space:nowrap;flex-shrink:0;transition:all .15s}
.res-helper-tab.active{background:#0d3b2e;color:#fff}
.res-helper-empty{text-align:center;padding:30px 0;color:#767676;font-size:.82rem}
.res-helper-flag{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.res-helper-flag span{font-size:1.8rem}
.res-helper-flag strong{font-family:var(--mj-font-heading);font-size:1.15rem;font-weight:800;color:#1a1a1a;letter-spacing:-.5px}

/* Accordion */
.res-acc-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 0;background:none;border:none;border-bottom:1px solid #f0f0f0;cursor:pointer;text-align:left;font-size:.88rem;font-weight:600;color:#333}
.res-acc-btn::after{content:'▾';font-size:.85rem;color:#767676;transition:transform .2s}
.res-acc-btn.active::after{transform:rotate(180deg)}
.res-acc-content{display:none;padding:4px 0 16px}
.res-acc-content.active{display:block}

/* Facts grid */
.res-facts{display:flex;flex-direction:column;gap:10px}
.res-facts > div{display:flex;gap:10px;align-items:flex-start}
.res-fact-label{font-size:.62rem;font-weight:700;color:#0d3b2e;background:#eef5f2;padding:3px 8px;border-radius:4px;white-space:nowrap;flex-shrink:0;margin-top:2px;text-transform:uppercase;letter-spacing:.5px}
.res-facts span{font-size:.82rem;color:#555;line-height:1.5}
.res-facts a{font-size:.82rem;color:#1a73b5;font-weight:600;text-decoration:underline;text-underline-offset:2px}

/* App list */
.res-app-list{display:flex;flex-direction:column;gap:5px}
.res-app{padding:8px 12px;border-radius:8px;background:#fafafa}
.res-app strong{font-size:.82rem;color:#1a1a1a}
.res-app small{font-size:.75rem;color:#595959;display:block;margin-top:1px}

/* Badges */
.res-badge{font-size:.55rem;font-weight:700;padding:2px 7px;border-radius:10px;letter-spacing:.3px;white-space:nowrap;margin-left:6px;vertical-align:middle}
.res-badge--critical{background:#fee2e2;color:#dc2626}
.res-badge--high{background:#fef3c7;color:#d97706}
.res-badge--nice{background:#f0fdf4;color:#16a34a}

/* Quirks */
.res-quirks{list-style:none;padding:0;margin:0}
.res-quirks li{display:flex;gap:8px;padding:6px 0;font-size:.82rem;color:#555;line-height:1.5}
.res-quirks li::before{content:'→';color:#f97316;flex-shrink:0}

/* Guide link */
.res-guide-link{display:inline-block;font-size:.82rem;color:#1a73b5;font-weight:600;text-decoration:underline}

/* ══════════════════════════════════════
   TOURS — full-width image section
   ══════════════════════════════════════ */
.res-tours{position:relative;padding:44px 0;overflow:hidden}
.res-tours__bg{position:absolute;inset:0}
.res-tours__bg img{width:100%;height:100%;object-fit:cover}
.res-tours__overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(13,59,46,.92) 0%,rgba(13,59,46,.82) 50%,rgba(13,59,46,.7) 100%)}
.res-tours__content{position:relative;max-width:740px;margin:0 auto}
.res-tours__content p{font-size:.95rem;line-height:1.8;color:rgba(255,255,255,.65);margin:0 0 16px}
.res-tours__content a{color:#fff;font-weight:700;text-decoration:underline;text-underline-offset:2px}
.res-tours__content a[href*="kurdistan"]{color:#f97316}

/* ══════════════════════════════════════
   APPS — dark section with tabs
   ══════════════════════════════════════ */
.res-apps{background:#0d3b2e;padding:44px 0}
.res-apps__intro{font-size:.85rem;color:rgba(255,255,255,.4);margin:0 0 20px}
.res-apps-tabs{display:flex;gap:6px;margin-bottom:16px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.res-apps-tabs::-webkit-scrollbar{display:none}
.res-apps-tab{padding:7px 14px;border-radius:20px;border:none;border-bottom:2px solid transparent;cursor:pointer;background:rgba(255,255,255,.05);color:rgba(255,255,255,.4);font-size:.75rem;font-weight:600;white-space:nowrap;flex-shrink:0;transition:all .15s}
.res-apps-tab.active{background:rgba(255,255,255,.12);color:#fff;border-bottom-color:#f97316}
.res-apps-grid{display:none;flex-wrap:wrap;gap:8px}
.res-apps-grid.active{display:flex}
.res-apps-item{padding:12px 14px;border-radius:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:10px;flex:1 1 180px;min-width:160px}
.res-apps-item > span{font-size:1.25rem}
.res-apps-item strong{font-size:.82rem;color:#fff;display:block}
.res-apps-item small{font-size:.68rem;color:rgba(255,255,255,.4);display:block}

/* ══════════════════════════════════════
   CAMERA GEAR — horizontal scroll
   ══════════════════════════════════════ */
.res-gear-scroll{display:flex;gap:16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 0;scroll-snap-type:x mandatory;max-width:740px;margin:0 auto}
.res-gear-scroll::-webkit-scrollbar{display:none}
.res-gear-card{min-width:220px;flex:0 0 auto;scroll-snap-align:start}
.res-gear-card__img{height:140px;background:#f5f5f5;border-radius:12px;margin-bottom:10px;overflow:hidden}
.res-gear-card__img img{width:100%;height:100%;object-fit:cover}
.res-gear-card__name{font-size:.9rem;font-weight:700;color:#1a1a1a}
.res-gear-card__tag{font-size:.68rem;color:#767676;margin-bottom:4px}
.res-gear-card__desc{font-size:.82rem;color:#595959;line-height:1.5;margin-bottom:8px}
.res-gear-card__footer{display:flex;align-items:center;justify-content:space-between}
.res-gear-card__price{font-size:.82rem;font-weight:700;color:#0d3b2e}
.res-section a.res-gear-card__buy{text-decoration:none;font-weight:700;color:#f97316}
.res-gear-card__buy{font-size:.7rem;font-weight:700;color:#f97316;text-decoration:none}
.res-gear-card__buy:hover{text-decoration:underline}
.res-link-small{font-size:.82rem;color:#595959;margin-top:14px}
.res-link-small a{color:#595959;text-decoration:underline}

/* ══════════════════════════════════════
   TRAVEL GEAR — 2-col grid
   ══════════════════════════════════════ */
.res-gear-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px auto;max-width:740px}
.res-tg-item{padding:14px 16px;border-radius:10px;background:#fafafa}
.res-tg-item__name{font-size:.82rem;font-weight:700;color:#1a1a1a;margin-bottom:2px}
.res-tg-item__note{font-size:.75rem;color:#595959;line-height:1.5;margin-bottom:6px}
.res-tg-item__footer{display:flex;justify-content:space-between;align-items:center}
.res-tg-item__price{font-size:.75rem;font-weight:700;color:#0d3b2e}
.res-section a.res-tg-item__buy{text-decoration:none;font-weight:700;color:#f97316}
.res-tg-item__buy{font-size:.68rem;font-weight:700;color:#f97316;text-decoration:none}
.res-tg-item__buy:hover{text-decoration:underline}

/* ══════════════════════════════════════
   HELPFUL GUIDES
   ══════════════════════════════════════ */
.res-guides-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:740px;margin:0 auto}
.res-section a.res-guide-card{text-decoration:none;color:inherit}
.res-guide-card{display:flex;flex-direction:column;text-decoration:none;border-radius:12px;overflow:hidden;border:1px solid #eee;transition:transform .15s,box-shadow .15s}
.res-guide-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.06)}
.res-guide-card__img{height:120px;overflow:hidden}
.res-guide-card__img img{width:100%;height:100%;object-fit:cover}
.res-guide-card__body{padding:12px 14px}
.res-guide-card__body h3{font-family:var(--mj-font-heading);font-size:.82rem;font-weight:700;color:#1a1a1a;letter-spacing:-.3px;line-height:1.3;margin:0 0 4px}
.res-guide-card__cat{font-size:.62rem;font-weight:600;color:#767676;text-transform:uppercase;letter-spacing:.5px}

/* ══════════════════════════════════════
   FOOTER NOTE
   ══════════════════════════════════════ */
.res-footer-note{padding:20px 0 60px;border-top:1px solid #f0f0f0;max-width:740px;margin:0 auto}
.res-footer-note p{font-size:.85rem;color:#595959;line-height:1.7;margin:0 0 12px}
.res-footer-note a{color:#595959;text-decoration:underline}
.res-disclosure{font-size:.75rem;color:#767676}

/* ══════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════ */
@media(max-width:600px){
    .res-hero{padding:60px 0 36px}
    .res-hero__title{font-size:1.6rem}
    .res-note{flex-direction:column;gap:12px}
    .res-gear-grid{grid-template-columns:1fr}
    .res-guides-grid{grid-template-columns:1fr 1fr}
    .res-facts > div{flex-direction:column;gap:4px}
    .res-fact-label{align-self:flex-start}
}
@media(max-width:400px){
    .res-guides-grid{grid-template-columns:1fr}
}
