/* ===================================
   iFly.au — Shared Blog Stylesheet
   =================================== */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Plus Jakarta Sans',system-ui,sans-serif;background:#fff;color:#1a1a2e;line-height:1.6}
:root{--red:#df001e;--blue:#1c75bc;--text:#1a1a2e;--muted:#6b7280;--border:#e8eaf0;--bg:#f8f9fb}

/* NAV */
nav{background:#fff;border-bottom:1px solid var(--border);padding:0 3rem;display:flex;align-items:center;justify-content:space-between;height:70px;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px rgba(0,0,0,0.06)}
.logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.nav-links{display:flex;gap:2rem;list-style:none}
.nav-links a{text-decoration:none;color:#555;font-size:14px;font-weight:600;transition:color .2s}
.nav-links a:hover,.nav-links a.active{color:var(--red)}
.nav-right{display:flex;align-items:center;gap:1rem}
.nav-phone{font-size:14px;font-weight:700;color:var(--blue);text-decoration:none;display:flex;align-items:center;gap:6px}
.nav-btn{background:var(--red);color:#fff;border:none;padding:10px 22px;border-radius:50px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;text-decoration:none;display:inline-flex;align-items:center}
.nav-btn:hover{background:#c0001a}

/* BREADCRUMB */
.breadcrumb{font-size:13px;color:var(--muted);margin-bottom:1rem;display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding-top:1.5rem}
.breadcrumb a{color:var(--blue);text-decoration:none}
.breadcrumb a:hover{text-decoration:underline}
.breadcrumb-sep{color:#ccc;font-size:11px}

/* HERO */
.post-hero{background:#fff}
.post-hero-inner{max-width:820px;margin:0 auto;padding:2.5rem 3rem 2rem}
.post-cat{display:inline-block;background:#fde8eb;color:var(--red);font-size:11px;font-weight:800;padding:5px 14px;border-radius:50px;margin-bottom:1rem;letter-spacing:1px;text-transform:uppercase}
.post-title{font-size:clamp(1.9rem,3.5vw,2.9rem);font-weight:900;color:var(--text);line-height:1.12;letter-spacing:-0.5px;margin-bottom:1.25rem}
.post-meta{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--muted);margin-bottom:0;flex-wrap:wrap}
.post-meta-dot{width:4px;height:4px;background:var(--muted);border-radius:50%;flex-shrink:0}
.post-hero-img{width:100%;height:70vh;min-height:500px;object-fit:cover;object-position:center 20%;display:block}

/* LAYOUT: article left, sidebar right */
.post-layout{max-width:1200px;margin:0 auto;padding:3rem;display:grid;grid-template-columns:1fr 340px;gap:4rem;align-items:start}

/* ARTICLE BODY */
.post-body h2{font-size:1.7rem;font-weight:900;color:var(--text);margin:2.5rem 0 1rem;letter-spacing:-0.3px;line-height:1.2}
.post-body h3{font-size:1.2rem;font-weight:800;color:var(--text);margin:2rem 0 0.75rem}
.post-body h4,.post-body h5{font-size:1rem;font-weight:800;color:var(--text);margin:1.5rem 0 0.5rem}
.post-body p{font-size:16px;line-height:1.85;color:#444;margin-bottom:1.5rem}
.post-body ul,.post-body ol{margin:0 0 1.5rem 1.5rem}
.post-body li{font-size:15px;line-height:1.8;color:#444;margin-bottom:0.4rem}
.post-body img{width:100%;border-radius:14px;margin:1.5rem 0;display:block}
.post-body .img-caption{display:block;text-align:center;font-size:13px;color:var(--muted);margin-top:-1rem;margin-bottom:1.5rem}
.post-body strong{color:var(--text);font-weight:700}
.post-body a{color:var(--blue);text-decoration:none}
.post-body a:hover{text-decoration:underline}
.post-body blockquote{background:#f8f9fb;border-left:4px solid var(--red);padding:1.25rem 1.5rem;border-radius:0 12px 12px 0;margin:2rem 0;font-size:15px;color:#555;line-height:1.75;font-style:italic}
.tip-box{background:#e8f0fb;border-radius:14px;padding:1.5rem;margin:1.5rem 0;border-left:4px solid var(--blue)}
.tip-box strong{color:var(--blue)}

/* DESTINATION CARDS */
.dest-card{background:#fff;border-radius:0;padding:0;margin-bottom:2.5rem;border:none}
.dest-card h3{font-size:1.2rem;font-weight:800;color:var(--text);margin:1rem 0 4px}
.dest-card .temp{font-size:13px;font-weight:700;color:var(--blue);margin-bottom:8px}
.dest-card p{font-size:15px;color:#444;margin-bottom:0;line-height:1.75}
.dest-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:2rem}
.dest-mini{background:var(--bg);border-radius:12px;padding:1.25rem;border-left:3px solid var(--red)}
.dest-mini h4{margin-top:0;font-size:0.95rem;color:var(--red);margin-bottom:6px}
.dest-mini p{font-size:13px;color:#555;margin-bottom:0;line-height:1.6}

/* SCAM CARDS */
.scam-card{background:#fff;border-radius:0;padding:0;margin-bottom:2.5rem;border:none;border-bottom:1px solid var(--border)}
.scam-card h3{color:var(--red);margin:0 0 1rem;font-size:1.2rem;font-weight:800}

/* POST CTA */
.post-cta{background:linear-gradient(135deg,#df001e,#1c75bc);border-radius:20px;padding:2.5rem;text-align:center;margin:3rem 0}
.post-cta h2{font-size:1.4rem;font-weight:900;color:#fff;margin-bottom:0.75rem}
.post-cta p{font-size:15px;color:rgba(255,255,255,0.85);margin-bottom:1.5rem;line-height:1.7}
.cta-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.cta-btn{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--red);padding:13px 28px;border-radius:50px;font-size:15px;font-weight:800;text-decoration:none;transition:transform .2s}
.cta-btn:hover{transform:translateY(-2px)}
.cta-btn-outline{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,0.15);color:#fff;border:1.5px solid rgba(255,255,255,0.5);padding:13px 28px;border-radius:50px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s}
.cta-btn-outline:hover{background:rgba(255,255,255,0.25)}

/* SIDEBAR */
.post-sidebar{position:sticky;top:90px}
.sidebar-book{background:var(--red);border-radius:20px;padding:1.75rem;margin-bottom:1.5rem;text-align:center}
.sidebar-book h3{font-size:1rem;font-weight:900;color:#fff;margin-bottom:8px}
.sidebar-book p{font-size:13px;color:rgba(255,255,255,0.85);margin-bottom:1.25rem;line-height:1.6}
.sidebar-book-btn{display:block;background:#fff;color:var(--red);padding:12px 20px;border-radius:50px;font-size:14px;font-weight:800;text-decoration:none;text-align:center;margin-bottom:12px;transition:transform .2s}
.sidebar-book-btn:hover{transform:translateY(-2px)}
.sidebar-book-phone{display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:15px;font-weight:800;text-decoration:none}
.sidebar-book-phone svg{opacity:0.9}
.sidebar-related{background:var(--bg);border-radius:20px;padding:1.5rem;border:1px solid var(--border)}
.sidebar-related h3{font-size:13px;font-weight:800;color:var(--text);text-transform:uppercase;letter-spacing:1px;margin-bottom:1.25rem}
.sidebar-post{display:flex;gap:12px;margin-bottom:1rem;text-decoration:none;align-items:flex-start}
.sidebar-post:last-child{margin-bottom:0}
.sidebar-post img{width:64px;height:64px;object-fit:cover;border-radius:10px;flex-shrink:0}
.sidebar-post-body{}
.sidebar-post-cat{font-size:10px;font-weight:700;color:var(--red);text-transform:uppercase;letter-spacing:1px;margin-bottom:3px}
.sidebar-post-title{font-size:13px;font-weight:700;color:var(--text);line-height:1.4}
.sidebar-post-date{font-size:11px;color:var(--muted);margin-top:3px}
.sidebar-post:hover .sidebar-post-title{color:var(--red)}

/* RELATED POSTS - bottom */
.related-section{background:var(--bg);padding:4rem 3rem}
.related-inner{max-width:1200px;margin:0 auto}
.related-section h2{font-size:1.5rem;font-weight:900;color:var(--text);margin-bottom:2rem}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.related-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid var(--border);transition:transform .2s,box-shadow .2s;text-decoration:none;display:block}
.related-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(0,0,0,0.09)}
.related-img{height:180px;overflow:hidden}
.related-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.related-card:hover .related-img img{transform:scale(1.06)}
.related-body{padding:1.25rem}
.related-cat{font-size:11px;font-weight:700;color:var(--red);text-transform:uppercase;letter-spacing:1px;margin-bottom:6px}
.related-title{font-size:14px;font-weight:700;color:var(--text);line-height:1.45}
.related-date{font-size:12px;color:var(--muted);margin-top:6px}

/* FOOTER */
footer{background:#2a2a2a;padding:3rem 3rem 2rem}
.footer-inner{max-width:1200px;margin:0 auto}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2rem}
.f-logo{font-size:1.3rem;font-weight:900;color:#fff;margin-bottom:10px}
.f-logo span{color:#e25252}
.f-desc{font-size:13px;color:rgba(255,255,255,0.5);line-height:1.7;margin-bottom:10px}
.f-ids{font-size:12px;color:rgba(255,255,255,0.3);line-height:1.8}
.f-col h4{font-size:12px;font-weight:800;color:rgba(255,255,255,0.4);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:0.9rem}
.f-col ul{list-style:none}
.f-col li{margin-bottom:0.55rem}
.f-col a,.f-col span{font-size:13px;color:rgba(255,255,255,0.55);text-decoration:none}
.f-col a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);padding-top:1.25rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.f-copy{font-size:12px;color:rgba(255,255,255,0.3)}
.f-badges{display:flex;gap:7px;flex-wrap:wrap}
.f-badge{background:rgba(255,255,255,0.07);color:rgba(255,255,255,0.4);font-size:11px;font-weight:700;padding:4px 10px;border-radius:5px}

/* MOBILE */
@media(max-width:1024px){
  .post-layout{grid-template-columns:1fr;padding:2rem}
  .post-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:1rem}
}
@media(max-width:768px){
  nav{padding:0 1rem;height:60px}.nav-links{display:none}
  .post-hero-inner{padding:1.5rem 1rem 1.5rem}
  .post-hero-img{height:280px}
  .post-layout{padding:1.5rem 1rem;grid-template-columns:1fr}
  .post-sidebar{grid-template-columns:1fr}
  .related-section{padding:3rem 1rem}
  .related-grid{grid-template-columns:1fr}
  .dest-grid{grid-template-columns:1fr}
  footer{padding:2rem 1rem}
  .footer-grid{grid-template-columns:1fr;gap:1.5rem}
  .footer-bottom{flex-direction:column;text-align:center}
  .cta-buttons{flex-direction:column;align-items:center}
}

/* Mobile menu — hidden by default, shown when .open */
.mobile-menu{display:none;position:fixed;inset:0;top:70px;background:white;z-index:999;flex-direction:column;padding:2rem;overflow-y:auto}
.mobile-menu.open{display:flex}
.mobile-menu a{text-decoration:none;color:#1a1a2e;font-size:18px;font-weight:700;padding:1rem 0;border-bottom:1px solid #f0f0f0}
.mobile-menu a:hover{color:#df001e}
.mobile-phone-link{display:flex;align-items:center;gap:10px;background:#df001e;color:white;padding:14px 20px;border-radius:12px;font-size:17px;font-weight:800;text-decoration:none;margin-top:1.5rem;justify-content:center;border-bottom:none!important}

/* NEW BLOG SIDEBAR ALIASES */
.sidebar-cta{background:var(--red);border-radius:20px;padding:1.75rem;margin-bottom:1.5rem;text-align:center}
.sidebar-cta-title{font-size:1rem;font-weight:900;color:#fff;margin-bottom:8px;display:block}
.sidebar-cta p{font-size:13px;color:rgba(255,255,255,0.85);margin-bottom:1.25rem;line-height:1.6}
.sidebar-btn{display:block;background:#fff;color:var(--red);padding:12px 20px;border-radius:50px;font-size:14px;font-weight:800;text-decoration:none;text-align:center;margin-bottom:12px}
.sidebar-phone{display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:15px;font-weight:800;text-decoration:none}
.related-articles{background:var(--bg);border-radius:20px;padding:1.5rem;border:1px solid var(--border);margin-top:1.5rem}
.related-title{font-size:13px;font-weight:800;color:var(--text);text-transform:uppercase;letter-spacing:1px;margin-bottom:1.25rem}
.related-item{display:flex;gap:12px;margin-bottom:1rem;text-decoration:none;align-items:flex-start}
.related-item img{width:64px;height:64px;object-fit:cover;border-radius:10px;flex-shrink:0}
.related-item-text{}
.related-item-title{font-size:13px;font-weight:700;color:var(--text);line-height:1.4}
.related-item-meta{font-size:10px;font-weight:700;color:var(--red);text-transform:uppercase;letter-spacing:1px;margin-bottom:3px}
.related-item:hover .related-item-title{color:var(--red)}

/* CTA BOX INSIDE ARTICLE */
.post-cta-box{background:linear-gradient(135deg,#df001e,#1c75bc);border-radius:20px;padding:2rem;text-align:center;margin:3rem 0;color:#fff}
.post-cta-box strong{display:block;font-size:1.2rem;font-weight:900;margin-bottom:0.75rem;color:#fff}
.post-cta-box a{color:#fff;font-weight:800;text-decoration:underline}

/* FOOTER FULL */
footer{background:#2a2a2a;padding:3rem}
.footer-inner{max-width:1200px;margin:0 auto}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}
.f-logo{font-size:1.3rem;font-weight:900;color:#fff}
.f-logo span{color:#e25252}
.f-desc{font-size:13px;color:rgba(255,255,255,0.6);line-height:1.7;margin-top:12px}
.f-ids{font-size:12px;color:rgba(255,255,255,0.4);margin-top:8px;line-height:1.7}
.f-col h4{font-size:13px;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}
.f-col ul{list-style:none}
.f-col ul li{margin-bottom:0.5rem}
.f-col ul li a,.f-col ul li span{font-size:13px;color:rgba(255,255,255,0.5);text-decoration:none}
.f-col ul li a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.f-copy{font-size:13px;color:rgba(255,255,255,0.4)}
.f-badges{display:flex;gap:8px;flex-wrap:wrap}
.f-badge{background:rgba(255,255,255,0.1);color:rgba(255,255,255,0.6);font-size:11px;font-weight:700;padding:4px 10px;border-radius:6px}

@media(max-width:768px){
  .footer-grid{grid-template-columns:1fr;gap:2rem}
  .footer-bottom{flex-direction:column;text-align:center}
}
