/* ─── RESET & ROOT ─── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'Source Sans 3','Segoe UI',sans-serif;background:#f4f4f4;color:#111;line-height:1.6;-webkit-font-smoothing:antialiased;width:100%;overflow-x:hidden;}
a{text-decoration:none;color:inherit;}
img{max-width:100%;display:block;}
ul{list-style:none;}
p{margin-bottom:1.2em;}
p:last-child{margin-bottom:0;}
h1,h2,h3,h4,h5,h6{font-family:'Playfair Display',Georgia,serif;font-weight:700;line-height:1.25;color:#111;}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}

#page-wrapper{width:100%;overflow-x:hidden;}

:root{
  --orange:#e8620a;
  --orange-h:#c95208;
  --orange-light:#fff3ec;
  --yellow:#ffd200;
  --black:#0a0a0a;
  --dark:#111;
  --mid:#444;
  --muted:#888;
  --border:#e0e0e0;
  --bg:#f4f4f4;
  --white:#fff;
  --max:1260px;
  --sidebar:310px;
  --transition:0.25s ease;
}

/* ══════════════════════════════════
   TOP BAR
   ══════════════════════════════════ */
#topbar{
  background:var(--black);
  border-bottom:1px solid #1e1e1e;
  position:relative;overflow:hidden;
  width:100%;
}
#topbar::before{
  content:'';position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,210,0,0.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,210,0,0.04) 1px,transparent 1px);
  background-size:36px 36px;
  animation:gridMove 22s linear infinite;
  pointer-events:none;z-index:0;
}
@keyframes gridMove{from{background-position:0 0}to{background-position:36px 36px}}
#topbar::after{
  content:'';position:absolute;top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,#ffd200,#ff8c00,#ffd200,#ffb300,#ffd200);
  background-size:300%;
  animation:stripe 4s linear infinite;z-index:10;
}
@keyframes stripe{0%{background-position:0%}100%{background-position:300%}}

.topbar-inner{
  max-width:var(--max);margin:0 auto;
  padding:18px 24px 16px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  position:relative;z-index:2;
}
.topbar-logo{display:flex;flex-direction:column;align-items:center;gap:4px;}
.topbar-logo a{display:flex;flex-direction:column;align-items:center;gap:4px;text-decoration:none;}
.topbar-logo img{height:64px;width:auto;border-radius:8px;}
.logo-wordmark{font-family:'Playfair Display',serif;font-size:2rem;font-weight:900;color:#fff;line-height:1;letter-spacing:.5px;}
.logo-wordmark span{color:var(--orange);}
.logo-tagline{font-size:10px;color:#555;text-transform:uppercase;letter-spacing:2px;}

.topbar-search{display:flex;align-items:center;flex-shrink:0;}
.topbar-search input{
  background:#1a1a1a;border:1.5px solid #2a2a2a;border-right:none;
  color:#ccc;padding:10px 16px;font-size:14px;font-family:inherit;
  border-radius:6px 0 0 6px;outline:none;width:260px;transition:border-color .2s;
}
.topbar-search input:focus{border-color:var(--yellow);}
.topbar-search input::placeholder{color:#444;}
.topbar-search button{
  background:var(--orange);border:none;color:#fff;padding:10px 20px;
  border-radius:0 6px 6px 0;cursor:pointer;font-size:14px;font-weight:700;
  font-family:inherit;transition:background .2s;white-space:nowrap;
}
.topbar-search button:hover{background:var(--orange-h);}

/* ══════════════════════════════════
   NAVIGATION
   ══════════════════════════════════ */
#navbar{
  background:#111;position:sticky;top:0;z-index:200;
  box-shadow:0 2px 12px rgba(0,0,0,.4);border-bottom:1px solid #1e1e1e;
  width:100%;
}
.navbar-inner{
  max-width:var(--max);margin:0 auto;padding:0 24px;
  display:flex;align-items:center;justify-content:space-between;
}
.nav-links{display:flex;flex-wrap:nowrap;align-items:center;}
.nav-links li a,.nav-links a{
  display:block;padding:14px 15px;color:#bbb;
  font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;
  transition:background .2s,color .2s;border-bottom:3px solid transparent;
  white-space:nowrap;
}
.nav-links li a:hover,.nav-links a:hover,
.nav-links li.current-menu-item > a,.nav-links a.active{
  color:#fff;border-bottom-color:var(--orange);
}
.nav-links li a.cv-nav,.nav-links a.cv-nav{color:var(--yellow);}
.nav-links li a.cv-nav:hover,.nav-links a.cv-nav:hover{
  background:var(--yellow);color:var(--black);border-bottom-color:var(--yellow);
}
.menu-toggle{display:none;background:none;border:1px solid #444;color:#ccc;padding:8px 12px;cursor:pointer;font-size:14px;border-radius:3px;margin:8px 0;}

/* ══════════════════════════════════
   HERO SECTION
   ══════════════════════════════════ */
#hero{background:var(--black);position:relative;overflow:hidden;width:100%;}
#hero::before{
  content:'';position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,210,0,0.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,210,0,0.04) 1px,transparent 1px);
  background-size:36px 36px;
  animation:gridMove 22s linear infinite;
  pointer-events:none;z-index:0;
}
.hero-orb{position:absolute;border-radius:50%;pointer-events:none;z-index:0;filter:blur(80px);}
.orb-a{width:400px;height:400px;background:radial-gradient(circle,rgba(255,210,0,.08) 0%,transparent 70%);top:-120px;left:-60px;animation:orbF 6s ease-in-out infinite;}
.orb-b{width:300px;height:300px;background:radial-gradient(circle,rgba(255,140,0,.06) 0%,transparent 70%);bottom:-80px;right:200px;animation:orbF 6s ease-in-out infinite 3s;}
@keyframes orbF{0%,100%{transform:scale(1);opacity:.7}50%{transform:scale(1.2);opacity:1}}
.hpart{position:absolute;bottom:0;width:3px;height:3px;background:var(--yellow);border-radius:50%;pointer-events:none;z-index:1;opacity:0;animation:partRise linear infinite;}
@keyframes partRise{0%{transform:translateY(0);opacity:0}10%{opacity:.8}90%{opacity:.3}100%{transform:translateY(-280px);opacity:0}}
.hero-divider{position:absolute;left:50%;top:10%;bottom:10%;width:1px;background:linear-gradient(to bottom,transparent,rgba(255,210,0,.2) 30%,rgba(255,210,0,.2) 70%,transparent);z-index:3;}

.hero-inner{
  max-width:var(--max);margin:0 auto;padding:0 24px;
  display:grid;grid-template-columns:1fr 1fr;
  min-height:480px;position:relative;z-index:2;
}

/* LEFT: CV BUILDER */
.hero-left{display:flex;flex-direction:column;justify-content:center;padding:52px 60px 52px 8px;gap:0;}

.cv-free-pill{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(255,210,0,.1);border:1px solid rgba(255,210,0,.3);
  color:var(--yellow);font-family:'Barlow Condensed',sans-serif;
  font-size:11px;font-weight:900;letter-spacing:3px;text-transform:uppercase;
  padding:5px 14px 4px;border-radius:30px;margin-bottom:16px;width:fit-content;
  animation:pillIn .6s cubic-bezier(.34,1.56,.64,1) both .2s;
}
@keyframes pillIn{from{opacity:0;transform:scale(.6) translateY(6px)}to{opacity:1;transform:scale(1) translateY(0)}}
.cv-dot{width:7px;height:7px;border-radius:50%;background:var(--yellow);animation:blink 1.6s ease-in-out infinite;flex-shrink:0;}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.15}}

.cv-headline{display:flex;flex-direction:column;line-height:.88;margin-bottom:16px;animation:slideUp .7s cubic-bezier(.22,1,.36,1) both .3s;}
@keyframes slideUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
.cv-word-free,.cv-word-cv{font-family:'Bebas Neue',sans-serif;font-size:clamp(56px,7vw,92px);color:#fff;letter-spacing:4px;}
.cv-word-builder{
  font-family:'Bebas Neue',sans-serif;font-size:clamp(56px,7vw,92px);
  color:var(--yellow);letter-spacing:4px;
  text-shadow:0 0 40px rgba(255,210,0,.5),0 0 80px rgba(255,210,0,.2);
  animation:glow 3s ease-in-out infinite 1s;
}
@keyframes glow{0%,100%{text-shadow:0 0 40px rgba(255,210,0,.5),0 0 80px rgba(255,210,0,.2)}50%{text-shadow:0 0 70px rgba(255,210,0,.85),0 0 130px rgba(255,210,0,.35)}}

.cv-powered{display:flex;align-items:center;gap:10px;margin-bottom:28px;animation:slideUp .7s cubic-bezier(.22,1,.36,1) both .45s;}
.cv-ai-icon{width:30px;height:30px;background:linear-gradient(135deg,var(--yellow),#ff8c00);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;box-shadow:0 4px 12px rgba(255,210,0,.35);animation:wobble 5s ease-in-out infinite;flex-shrink:0;}
@keyframes wobble{0%,100%{transform:rotate(0)}25%{transform:rotate(10deg)}75%{transform:rotate(-10deg)}}
.cv-powered-text{font-family:'Barlow Condensed',sans-serif;font-size:17px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#555;}
.cv-powered-text strong{color:var(--yellow);font-weight:900;}

.cv-start-btn{
  display:inline-flex;align-items:center;gap:11px;
  background:var(--yellow);color:var(--black);
  font-family:'Bebas Neue',sans-serif;font-size:22px;letter-spacing:2.5px;
  padding:14px 36px 12px;border-radius:8px;width:fit-content;
  position:relative;overflow:hidden;
  box-shadow:0 8px 28px rgba(255,210,0,.35),0 2px 8px rgba(0,0,0,.5);
  transition:transform .2s,box-shadow .2s;
  animation:btnIn .7s cubic-bezier(.22,1,.36,1) both .6s;
}
@keyframes btnIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
.cv-start-btn::before{content:'';position:absolute;inset:0;background:linear-gradient(105deg,transparent 30%,rgba(255,255,255,.45) 50%,transparent 70%);transform:translateX(-100%);animation:shim 3s ease-in-out infinite 2s;}
@keyframes shim{0%{transform:translateX(-100%)}100%{transform:translateX(200%)}}
.cv-start-btn:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 14px 40px rgba(255,210,0,.55),0 4px 14px rgba(0,0,0,.6);}
.cv-start-btn:active{transform:scale(.98);}
.btn-arrow{font-size:20px;transition:transform .2s;display:inline-block;}
.cv-start-btn:hover .btn-arrow{transform:translateX(5px);}

/* RIGHT: LATEST JOBS */
.hero-right{display:flex;flex-direction:column;padding:40px 8px 40px 48px;}
.panel-label{display:inline-flex;align-items:center;gap:8px;font-family:'Barlow Condensed',sans-serif;font-size:11px;font-weight:900;letter-spacing:3px;text-transform:uppercase;color:#555;margin-bottom:14px;}
.label-dot{width:7px;height:7px;border-radius:50%;background:var(--orange);animation:blink 2s ease-in-out infinite;flex-shrink:0;}
.panel-title{font-family:'Bebas Neue',sans-serif;font-size:clamp(32px,4vw,50px);color:#fff;letter-spacing:3px;margin-bottom:20px;line-height:1;}
.panel-title span{color:var(--orange);}

.job-list{display:flex;flex-direction:column;gap:10px;margin-bottom:24px;}
.job-card{
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);
  border-left:3px solid var(--orange);border-radius:6px;
  padding:12px 16px;display:flex;align-items:center;justify-content:space-between;
  gap:12px;transition:background .2s,border-left-color .2s,transform .2s;cursor:pointer;color:#fff;
}
.job-card:hover{background:rgba(255,255,255,.07);border-left-color:var(--yellow);transform:translateX(4px);}
.job-title{font-size:14px;font-weight:700;color:#fff;margin-bottom:3px;line-height:1.3;}
.job-meta{font-size:11px;color:#666;display:flex;gap:10px;flex-wrap:wrap;}
.job-meta span{display:flex;align-items:center;gap:4px;}
.job-badge{background:var(--orange);color:#fff;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:1px;padding:2px 8px;border-radius:2px;flex-shrink:0;white-space:nowrap;}
.job-badge.new{background:var(--yellow);color:var(--black);}

.view-all-btn{display:inline-flex;align-items:center;gap:8px;border:1.5px solid rgba(255,255,255,.15);color:#888;padding:9px 20px;border-radius:6px;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;transition:all .2s;width:fit-content;}
.view-all-btn:hover{border-color:var(--orange);color:var(--orange);}
.right-divider{border:none;border-top:1px solid rgba(255,255,255,.08);margin:20px 0;}

.tips-title{font-family:'Bebas Neue',sans-serif;font-size:28px;color:#fff;letter-spacing:2.5px;margin-bottom:14px;}
.tips-title span{color:var(--yellow);}
.tips-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
.tip-card{background:rgba(255,210,0,.05);border:1px solid rgba(255,210,0,.12);border-radius:6px;padding:10px 12px;transition:background .2s;}
.tip-card:hover{background:rgba(255,210,0,.1);}
.tip-icon{font-size:16px;margin-bottom:5px;}
.tip-text{font-size:11px;color:#888;line-height:1.5;}
.tip-text strong{color:#ccc;display:block;font-size:12px;margin-bottom:2px;}

/* ══════════════════════════════════
   MAIN CONTENT LAYOUT
   ══════════════════════════════════ */
#content-area{max-width:var(--max);margin:36px auto;padding:0 24px;display:grid;grid-template-columns:1fr var(--sidebar);gap:44px;}
#main-content{min-width:0;}
#sidebar{min-width:0;}

/* BADGE */
.cat-badge{display:inline-block;background:var(--orange);color:white;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;padding:2px 9px;border-radius:2px;margin-bottom:8px;}
.cat-badge:hover{background:var(--orange-h);}

/* HERO POST */
.hero-post{position:relative;overflow:hidden;border-radius:5px;margin-bottom:36px;background:#000;}
.hero-post .hero-thumb{overflow:hidden;height:460px;}
.hero-post .hero-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease;}
.hero-post:hover .hero-thumb img{transform:scale(1.04);}
.hero-post .hero-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.88) 0%,rgba(0,0,0,.4) 60%,transparent 100%);padding:50px 28px 28px;}
.hero-post .hero-overlay h2{font-size:2.2rem;color:white;line-height:1.2;font-weight:800;max-width:720px;}
.hero-post .hero-overlay h2 a{color:white;}
.hero-post .hero-overlay h2 a:hover{color:var(--orange);}
.hero-post .hero-meta{color:#ccc;font-size:12px;margin-top:10px;display:flex;align-items:center;gap:6px;}
.hero-post .hero-meta img{width:24px;height:24px;border-radius:50%;object-fit:cover;display:inline-block;}

/* POST GRID */
.post-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:40px;}
.post-card{border:1px solid var(--border);border-radius:4px;overflow:hidden;background:var(--white);transition:box-shadow var(--transition),transform var(--transition);}
.post-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.10);transform:translateY(-2px);}
.post-card .card-thumb{overflow:hidden;height:185px;}
.post-card .card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;}
.post-card:hover .card-thumb img{transform:scale(1.06);}
.post-card .card-body{padding:14px 16px 18px;}
.post-card .card-body h3{font-size:1rem;line-height:1.35;margin-bottom:10px;}
.post-card .card-body h3 a{color:var(--black);}
.post-card .card-body h3 a:hover{color:var(--orange);}
.post-card .card-meta{font-size:12px;color:#999;display:flex;align-items:center;gap:6px;}
.post-card .card-meta img{width:20px;height:20px;border-radius:50%;object-fit:cover;}

/* SECTION HEADING */
.section-heading{font-family:'Playfair Display',serif;font-size:1.3rem;font-weight:800;border-left:4px solid var(--orange);padding-left:12px;margin-bottom:22px;color:var(--black);}

/* POST LIST */
.post-list{display:flex;flex-direction:column;}
.post-list-item{display:grid;grid-template-columns:110px 1fr;gap:16px;align-items:start;padding:18px 0;border-bottom:1px solid var(--border);}
.post-list-item:first-child{padding-top:0;}
.post-list-item:last-child{border-bottom:none;}
.post-list-item .list-thumb{height:75px;border-radius:3px;overflow:hidden;}
.post-list-item .list-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .35s;}
.post-list-item:hover .list-thumb img{transform:scale(1.07);}
.post-list-item .list-content h4{font-size:.9rem;line-height:1.35;margin-bottom:5px;}
.post-list-item .list-content h4 a{color:var(--black);}
.post-list-item .list-content h4 a:hover{color:var(--orange);}
.post-list-item .list-content .list-meta{font-size:11px;color:#aaa;}

/* SINGLE POST */
.single-post-header{margin-bottom:28px;}
.single-post-header h1{font-size:2.4rem;line-height:1.2;margin-bottom:14px;max-width:800px;}
.single-post-meta{font-size:13px;color:#888;display:flex;align-items:center;gap:8px;flex-wrap:wrap;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:10px 0;margin-bottom:24px;}
.single-post-meta img{width:32px;height:32px;border-radius:50%;object-fit:cover;}
.single-featured-image{margin-bottom:28px;border-radius:5px;overflow:hidden;}
.entry-content{font-size:1.05rem;line-height:1.8;max-width:780px;}
.entry-content h2,.entry-content h3{margin:1.6em 0 .6em;}
.entry-content ul,.entry-content ol{padding-left:1.5em;margin-bottom:1.2em;}
.entry-content li{margin-bottom:.4em;}
.entry-content a{color:var(--orange);border-bottom:1px dotted var(--orange);}
.entry-content blockquote{border-left:4px solid var(--orange);padding:12px 20px;background:var(--orange-light);margin:1.5em 0;font-style:italic;}
.post-navigation{border-top:1px solid var(--border);padding-top:20px;margin-top:36px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:14px;}
.post-navigation a{color:var(--orange);font-weight:600;}

/* COMMENTS */
.comments-section{margin-top:44px;}
.comment-list .comment{border-bottom:1px solid var(--border);padding:20px 0;}
.comment-header{display:flex;align-items:center;gap:12px;margin-bottom:10px;}
.comment-header img{width:44px;height:44px;border-radius:50%;object-fit:cover;}
.comment-author-name{font-weight:700;font-size:14px;}
.comment-date{font-size:12px;color:#aaa;}
.comment-body{font-size:14px;color:var(--mid);}
.comment-reply a{font-size:12px;color:var(--orange);font-weight:600;margin-top:6px;display:inline-block;}
.comment-form-section{margin-top:36px;}
.comment-form-section h3{font-size:1.2rem;margin-bottom:18px;}
.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"],.comment-form textarea{width:100%;border:1px solid var(--border);padding:10px 14px;font-size:14px;font-family:inherit;border-radius:3px;margin-bottom:14px;outline:none;transition:border-color var(--transition);}
.comment-form input:focus,.comment-form textarea:focus{border-color:var(--orange);}
.comment-form textarea{min-height:130px;resize:vertical;}
.comment-form .submit-btn{background:var(--orange);color:white;border:none;padding:11px 26px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:3px;cursor:pointer;transition:background var(--transition);font-family:inherit;}
.comment-form .submit-btn:hover{background:var(--orange-h);}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;}

/* SIDEBAR */
.widget{margin-bottom:32px;border:1px solid var(--border);border-radius:4px;overflow:hidden;}
.widget-title{background:var(--black);color:white;font-family:'Playfair Display',serif;font-size:.95rem;padding:11px 16px;font-weight:700;border-bottom:2px solid var(--orange);}
.widget-content{padding:14px 16px;}
.widget-search-form{display:flex;}
.widget-search-form input[type="search"]{flex:1;padding:9px 12px;border:1px solid var(--border);border-right:none;font-size:13px;outline:none;font-family:inherit;border-radius:3px 0 0 3px;}
.widget-search-form button{background:var(--orange);border:none;color:white;padding:9px 14px;cursor:pointer;font-size:14px;border-radius:0 3px 3px 0;transition:background var(--transition);}
.widget-search-form button:hover{background:var(--orange-h);}
.widget-recent-posts li{display:grid;grid-template-columns:60px 1fr;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--border);}
.widget-recent-posts li:last-child{border-bottom:none;}
.widget-recent-posts li .rp-thumb{height:44px;border-radius:2px;overflow:hidden;}
.widget-recent-posts li .rp-thumb img{width:100%;height:100%;object-fit:cover;}
.widget-recent-posts li .rp-info a{font-size:12px;font-weight:600;line-height:1.3;color:var(--black);display:block;margin-bottom:2px;}
.widget-recent-posts li .rp-info a:hover{color:var(--orange);}
.widget-recent-posts li .rp-date{font-size:11px;color:#aaa;}
.widget-categories li{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-bottom:1px solid var(--border);font-size:13px;}
.widget-categories li:last-child{border-bottom:none;}
.widget-categories li a{color:var(--black);}
.widget-categories li a:hover{color:var(--orange);}
.widget-categories li .cat-count{background:var(--orange);color:white;font-size:10px;font-weight:700;border-radius:10px;padding:1px 8px;}
.widget-archives li{padding:9px 0;border-bottom:1px solid var(--border);font-size:13px;}
.widget-archives li:last-child{border-bottom:none;}
.widget-archives li a{color:var(--black);}
.widget-archives li a:hover{color:var(--orange);}
.widget-tag-cloud{display:flex;flex-wrap:wrap;gap:7px;}
.widget-tag-cloud a{background:#f0f0f0;padding:4px 10px;font-size:11px;border-radius:2px;color:var(--mid);transition:background var(--transition),color var(--transition);}
.widget-tag-cloud a:hover{background:var(--orange);color:white;}
.widget-newsletter{background:var(--black) !important;color:white;}
.widget-newsletter .widget-title{background:var(--orange) !important;border-bottom:2px solid var(--orange-h) !important;}
.widget-newsletter .widget-content{padding:16px;}
.widget-newsletter p{color:#aaa;font-size:13px;margin-bottom:12px;}
.widget-newsletter input[type="email"]{width:100%;padding:9px 12px;border:none;border-radius:3px;font-size:13px;margin-bottom:8px;font-family:inherit;outline:none;}
.widget-newsletter button{width:100%;background:var(--orange);color:white;border:none;padding:10px;border-radius:3px;font-size:13px;font-weight:700;cursor:pointer;text-transform:uppercase;font-family:inherit;transition:background var(--transition);}
.widget-newsletter button:hover{background:var(--orange-h);}
.widget-newsletter .agree-note{font-size:11px;color:#555;margin-top:8px;text-align:center;}

/* PAGINATION */
.pagination{display:flex;gap:6px;flex-wrap:wrap;justify-content:center;margin:36px 0;}
.pagination a,.pagination span{display:inline-block;padding:7px 13px;border:1px solid var(--border);font-size:13px;border-radius:3px;color:var(--black);transition:background var(--transition),color var(--transition);}
.pagination a:hover,.pagination .current{background:var(--orange);color:white;border-color:var(--orange);}

/* ARCHIVE HEADER */
.archive-header{background:#f0f0f0;padding:20px 24px;border-left:4px solid var(--orange);border-radius:3px;margin-bottom:28px;}
.archive-header h1{font-size:1.6rem;}
.archive-header p{color:var(--mid);font-size:14px;margin-top:6px;margin-bottom:0;}

/* ══════════════════════════════════
   FOOTER
   ══════════════════════════════════ */
#site-footer{background:var(--black);border-top:3px solid var(--orange);padding:32px 0 0;margin-top:56px;}
#site-footer .footer-inner{max-width:var(--max);margin:0 auto;padding:0 24px 28px;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;}
.footer-logo{font-family:'Playfair Display',serif;font-size:1.8rem;font-weight:900;color:#fff;}
.footer-logo img{max-height:60px;margin:0 auto;}
.footer-logo span{color:var(--orange);}
.footer-tagline{font-size:11px;color:#444;text-transform:uppercase;letter-spacing:2px;}
.footer-social,.footer-links{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;}
.footer-social a,.footer-links a{font-size:12px;color:#555;transition:color var(--transition);}
.footer-social a:hover,.footer-links a:hover{color:var(--orange);}
.footer-bottom{width:100%;border-top:1px solid #1a1a1a;padding:14px 0;font-size:12px;color:#333;text-align:center;}
.footer-bottom a{color:#555;}
.footer-bottom a:hover{color:var(--orange);}

/* ══════════════════════════════════
   LARGE DESKTOP (1400px+)
   ══════════════════════════════════ */
@media(min-width:1400px){
  :root{--max:1320px;--sidebar:340px;}
  .hero-post .hero-thumb{height:520px;}
  .hero-post .hero-overlay h2{font-size:2.6rem;}
  .post-card .card-thumb{height:210px;}
}

/* ══════════════════════════════════
   TABLET (max 900px)
   ══════════════════════════════════ */
@media(max-width:900px){
  #content-area{grid-template-columns:1fr;padding:0 16px;}
  .post-grid{grid-template-columns:1fr 1fr;}
  .hero-inner{grid-template-columns:1fr;min-height:auto;}
  .hero-left{padding:44px 20px 32px;}
  .hero-right{padding:32px 20px 44px;border-top:1px solid rgba(255,255,255,.08);}
  .hero-divider{display:none;}
  .topbar-search input{width:180px;}
  .topbar-inner{padding:14px 16px;}
}

/* ══════════════════════════════════
   MOBILE (max 640px)
   ══════════════════════════════════ */
@media(max-width:640px){
  #topbar{width:100vw;margin-left:0;}
  #navbar{width:100vw;margin-left:0;}
  #hero{width:100vw;margin-left:0;}
  #site-footer{width:100vw;margin-left:0;}

  .topbar-inner{flex-direction:column;align-items:center;gap:12px;padding:14px 16px;}
  .topbar-search{width:100%;}
  .topbar-search input{width:100%;flex:1;border-radius:6px 0 0 6px;}

  .navbar-inner{padding:0 12px;}
  .nav-links{display:none;flex-direction:column;width:100%;background:#111;}
  .nav-links.is-open{display:flex;}
  .nav-links li a,.nav-links a{padding:12px 16px;font-size:13px;border-bottom:1px solid #1e1e1e;border-bottom-width:1px !important;}
  .menu-toggle{display:block;margin:10px 0;}

  .post-grid{grid-template-columns:1fr;}
  .hero-post .hero-thumb{height:260px;}
  .hero-post .hero-overlay h2{font-size:1.3rem;}
  .hero-left{padding:36px 16px 28px;}
  .hero-right{padding:28px 16px 36px;}

  .single-post-header h1{font-size:1.6rem;}
  .cv-word-free,.cv-word-cv,.cv-word-builder{font-size:60px;}
  .tips-grid{grid-template-columns:1fr;}
  .form-row{grid-template-columns:1fr;}

  #content-area{padding:0 12px;margin:24px auto;}
  .post-list-item{grid-template-columns:90px 1fr;gap:12px;}
}

@media(max-width:400px){
  .cv-word-free,.cv-word-cv,.cv-word-builder{font-size:48px;}
  .cv-start-btn{font-size:18px;padding:12px 24px 10px;width:100%;justify-content:center;}
}

/* ══════════════════════════════════
   CLEAN SIDEBAR — POLISHED
   ══════════════════════════════════ */
.widget-area { display: flex; flex-direction: column; gap: 24px; }

.widget {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06), 0 4px 16px rgba(0,0,0,0.04);
  border: 1px solid #f0f0f0;
}

.widget-title {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
  padding: 16px 20px 12px;
  border-bottom: 1px solid #f5f5f5;
  margin: 0;
}

/* Search widget */
.widget-search-form {
  display: flex;
  margin: 0;
  padding: 16px;
  gap: 0;
}
.widget-search-form input {
  flex: 1;
  padding: 10px 14px;
  border: 1.5px solid #eee;
  border-right: none;
  border-radius: 8px 0 0 8px;
  font-size: 13px;
  font-family: inherit;
  outline: none;
  background: #fafafa;
  transition: border-color .2s;
}
.widget-search-form input:focus { border-color: var(--orange); background: #fff; }
.widget-search-form button {
  background: var(--orange);
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  transition: background .2s;
}
.widget-search-form button:hover { background: var(--orange-h); }

/* Sidebar post list */
.sidebar-post-list { padding: 8px 0; }
.sidebar-post-list li { border-bottom: 1px solid #f5f5f5; }
.sidebar-post-list li:last-child { border-bottom: none; }
.sidebar-post-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  transition: background .15s;
  color: inherit;
}
.sidebar-post-link:hover { background: #fafafa; }
.sidebar-thumb {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f0f0f0;
}
.sidebar-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sidebar-post-info { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.sidebar-post-title {
  font-size: 13px;
  font-weight: 600;
  color: #222;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sidebar-post-link:hover .sidebar-post-title { color: var(--orange); }
.sidebar-post-date { font-size: 11px; color: #bbb; }

/* Categories */
.sidebar-cats { padding: 8px 0; }
.sidebar-cats li { border-bottom: 1px solid #f5f5f5; }
.sidebar-cats li:last-child { border-bottom: none; }
.sidebar-cats li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 20px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  transition: background .15s, color .15s;
}
.sidebar-cats li a:hover { background: #fafafa; color: var(--orange); }
.cat-pill {
  background: #f0f0f0;
  color: #888;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  min-width: 24px;
  text-align: center;
  transition: background .15s, color .15s;
}
.sidebar-cats li a:hover .cat-pill { background: var(--orange-light); color: var(--orange); }

/* CV Builder CTA widget */
.widget-cta { border: none; background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%); box-shadow: 0 4px 24px rgba(0,0,0,.15); }
.cta-inner { padding: 28px 24px; text-align: center; }
.cta-icon {
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--yellow), #ff8c00);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  margin: 0 auto 16px;
  box-shadow: 0 4px 16px rgba(255,210,0,.3);
}
.cta-inner h3 { font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: 2px; color: #fff; margin-bottom: 8px; }
.cta-inner p { font-size: 12px; color: #666; line-height: 1.6; margin-bottom: 20px; }
.cta-btn {
  display: inline-block;
  background: var(--yellow);
  color: var(--black);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 11px 24px;
  border-radius: 8px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 4px 16px rgba(255,210,0,.3);
}
.cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,210,0,.45); color: var(--black); }

/* ══════════════════════════════════
   CLEAN POST CARDS
   ══════════════════════════════════ */
.post-card {
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.04);
  transition: box-shadow .25s, transform .25s;
}
.post-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.10); transform: translateY(-3px); }
.post-card .card-thumb { height: 190px; overflow: hidden; }
.post-card .card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.post-card:hover .card-thumb img { transform: scale(1.05); }
.post-card .card-body { padding: 16px 18px 20px; }
.post-card .card-body h3 { font-size: 1rem; line-height: 1.4; margin-bottom: 10px; font-weight: 700; }
.post-card .card-body h3 a { color: #111; }
.post-card .card-body h3 a:hover { color: var(--orange); }
.post-card .card-meta { font-size: 12px; color: #bbb; display: flex; align-items: center; gap: 6px; }
.post-card .card-meta img { width: 20px; height: 20px; border-radius: 50%; object-fit: cover; }

/* ══════════════════════════════════
   CLEAN HERO POST
   ══════════════════════════════════ */
.hero-post { border-radius: 14px; margin-bottom: 32px; }
.hero-post .hero-thumb { height: 440px; border-radius: 14px; }

/* ══════════════════════════════════
   CLEAN POST LIST
   ══════════════════════════════════ */
.post-list-item {
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}
.post-list-item .list-thumb { border-radius: 8px; }
.post-list-item .list-content h4 a { color: #111; font-weight: 700; }
.post-list-item .list-content h4 a:hover { color: var(--orange); }
.post-list-item .list-meta { font-size: 11px; color: #bbb; margin-top: 4px; }

/* ══════════════════════════════════
   CLEAN SECTION HEADING
   ══════════════════════════════════ */
.section-heading {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #bbb;
  border-left: 3px solid var(--orange);
  padding-left: 12px;
  margin-bottom: 20px;
}

/* ══════════════════════════════════
   CLEAN CAT BADGE
   ══════════════════════════════════ */
.cat-badge {
  display: inline-block;
  background: var(--orange-light);
  color: var(--orange);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}
.cat-badge a { color: inherit; }
.cat-badge:hover { background: var(--orange); color: #fff; }

/* ══════════════════════════════════
   CLEAN CONTENT AREA BACKGROUND
   ══════════════════════════════════ */
body { background: #f7f7f8; }
#content-area { background: transparent; padding-top: 40px; padding-bottom: 60px; }
#main-content { min-width: 0; }

/* ══════════════════════════════════
   CLEAN FOOTER
   ══════════════════════════════════ */
#site-footer {
  background: #0a0a0a;
  border-top: 3px solid var(--orange);
  margin-top: 60px;
  padding: 40px 0 0;
}
.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.footer-tagline { font-size: 11px; color: #444; text-transform: uppercase; letter-spacing: 2px; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }
.footer-links li a, .footer-links a { font-size: 12px; color: #555; transition: color .2s; }
.footer-links li a:hover, .footer-links a:hover { color: var(--orange); }
.footer-bottom {
  width: 100%;
  border-top: 1px solid #1a1a1a;
  padding: 16px 0;
  font-size: 12px;
  color: #333;
  text-align: center;
}
.footer-bottom a { color: #444; }
.footer-bottom a:hover { color: var(--orange); }

/* ══════════════════════════════════
   PAGINATION CLEAN
   ══════════════════════════════════ */
.pagination { margin: 40px 0; }
.pagination a, .pagination span {
  padding: 8px 14px;
  border: 1.5px solid #e8e8e8;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  transition: all .2s;
}
.pagination a:hover, .pagination .current {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}


/* ══════════════════════════════════
   CATEGORIES GRID
   ══════════════════════════════════ */
.cats-section { margin-bottom: 40px; }

.cats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.cat-card {
  background: #fff;
  border: 1.5px solid #f0f0f0;
  border-radius: 12px;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  transition: all .2s;
  cursor: pointer;
  color: inherit;
}
.cat-card:hover {
  border-color: var(--orange);
  box-shadow: 0 4px 20px rgba(232,98,10,.1);
  transform: translateY(-2px);
}
.cat-card-icon { font-size: 24px; line-height: 1; }
.cat-card-name {
  font-size: 12px;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
}
.cat-card:hover .cat-card-name { color: var(--orange); }
.cat-card-count {
  font-size: 10px;
  color: #bbb;
  font-weight: 600;
}

/* ══════════════════════════════════
   JOBS LIST
   ══════════════════════════════════ */
.jobs-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #fff;
  border-radius: 14px;
  border: 1.5px solid #f0f0f0;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,.04);
  margin-bottom: 32px;
}

.job-list-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid #f5f5f5;
  transition: background .15s;
}
.job-list-item:last-child { border-bottom: none; }
.job-list-item:hover { background: #fafafa; }

.job-list-thumb {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f5f5f5;
  display: block;
}
.job-list-thumb img { width: 100%; height: 100%; object-fit: cover; }
.job-list-thumb--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  background: #f5f5f5;
  text-decoration: none;
}

.job-list-body { flex: 1; min-width: 0; }

.job-list-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.job-list-cat {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--orange);
  background: var(--orange-light);
  padding: 2px 8px;
  border-radius: 20px;
}
.job-list-new {
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background: #22c55e;
  padding: 2px 8px;
  border-radius: 20px;
}

.job-list-title {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job-list-title a { color: #111; }
.job-list-item:hover .job-list-title a { color: var(--orange); }

.job-list-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.job-list-date { font-size: 11px; color: #bbb; }
.job-list-excerpt { font-size: 12px; color: #aaa; }

.job-list-arrow {
  font-size: 18px;
  color: #ddd;
  flex-shrink: 0;
  padding: 8px;
  border-radius: 8px;
  transition: all .2s;
  text-decoration: none;
}
.job-list-item:hover .job-list-arrow {
  color: var(--orange);
  background: var(--orange-light);
}

/* No posts state */
.no-posts {
  text-align: center;
  padding: 60px 20px;
  color: #bbb;
  font-size: 14px;
}
.no-posts span { font-size: 48px; display: block; margin-bottom: 16px; }

/* ══════════════════════════════════
   RESPONSIVE — CATS & JOBS
   ══════════════════════════════════ */
@media(max-width:900px) {
  .cats-grid { grid-template-columns: repeat(4, 1fr); }
}
@media(max-width:640px) {
  .cats-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .job-list-item { padding: 14px 16px; gap: 12px; }
  .job-list-thumb { width: 60px; height: 60px; }
  .job-list-title { font-size: 14px; }
  .job-list-arrow { display: none; }
}

