/*
Theme Name: Việc Làm Nga
Theme URI: https://vieclamnga.com/
Author: KTM Invest
Author URI: https://vieclamnga.com/
Description: Landing page WordPress theme cho chương trình tuyển lao động đi Nga 2026. Tích hợp form đăng ký gửi thẳng vào group Telegram qua admin-ajax (bảo mật token server-side), Customizer đầy đủ cho hotline/Zalo/Analytics, schema JSON-LD chuẩn SEO.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vieclamnga
Tags: one-page, landing-page, custom-colors, custom-logo, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
*/

:root {
  --navy: #0a1628;
  --navy2: #0f2044;
  --gold: #c9a227;
  --gold2: #f0c84e;
  --red: #c0392b;
  --white: #ffffff;
  --offwhite: #f5f0e8;
  --gray: #8a9bb0;
  --light: #e8edf5;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--navy);
  color: var(--white);
  overflow-x: hidden;
}

/* WordPress admin bar fix */
body.admin-bar header { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar header { top: 46px; }
}

/* ─── HEADER ─── */
header.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  background: rgba(10, 22, 40, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201,162,39,.25);
  padding: 0 5%;
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}

.logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.7rem;
  letter-spacing: 2px;
  color: var(--gold2);
  text-decoration: none;
}
.logo span { color: var(--white); }

/* WordPress custom-logo support */
.custom-logo-wrap { display: flex; align-items: center; }
.custom-logo-wrap a { display: block; line-height: 0; }
.custom-logo-wrap img,
.custom-logo {
  max-height: 48px;
  width: auto;
  height: auto;
}

.header-right {
  display: flex; align-items: center; gap: 20px;
}

.header-contact {
  display: flex; gap: 14px;
}

.hc-item {
  display: flex; align-items: center; gap: 6px;
  font-size: .78rem; font-weight: 600; color: var(--gray);
  text-decoration: none;
  transition: color .2s;
}
.hc-item:hover { color: var(--gold2); }
.hc-item .icon { font-size: 1rem; }

.btn-header {
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: var(--navy);
  font-family: 'Montserrat', sans-serif;
  font-weight: 800; font-size: .78rem;
  letter-spacing: 1px;
  padding: 9px 20px;
  border: none; border-radius: 4px;
  cursor: pointer; text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  white-space: nowrap;
}
.btn-header:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(201,162,39,.5); }

/* ─── HERO ─── */
.hero {
  min-height: 100vh;
  padding-top: 68px;
  position: relative;
  overflow: hidden;
  display: flex; align-items: center;
}

.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(135deg, rgba(10,22,40,.92) 0%, rgba(15,32,68,.75) 55%, rgba(192,57,43,.15) 100%),
    var(--hero-bg-image, url('https://images.unsplash.com/photo-1520106212299-d99c443e4568?w=1800&q=80')) center/cover no-repeat;
}

.hero-overlay {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(201,162,39,.08) 0%, transparent 65%);
}

.hero-deco {
  position: absolute; right: -60px; top: 50%; transform: translateY(-50%);
  width: 580px; height: 580px;
  background: radial-gradient(ellipse, rgba(201,162,39,.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 420px;
  gap: 60px; align-items: center;
  width: 100%; max-width: 1280px;
  margin: 0 auto; padding: 80px 5% 60px;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(201,162,39,.15);
  border: 1px solid rgba(201,162,39,.4);
  border-radius: 30px;
  padding: 6px 16px;
  font-size: .72rem; font-weight: 700;
  color: var(--gold2); letter-spacing: 2px;
  text-transform: uppercase; margin-bottom: 24px;
  animation: fadeDown .8s ease both;
}

.hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 5.5vw, 5.2rem);
  line-height: 1.0;
  letter-spacing: 2px;
  color: var(--white);
  animation: fadeDown .9s ease .1s both;
}

.hero h1 .highlight {
  color: var(--gold2);
  display: block;
}

.hero-sub {
  margin-top: 20px;
  font-size: 1.05rem; font-weight: 500;
  color: rgba(255,255,255,.75);
  max-width: 520px; line-height: 1.7;
  animation: fadeDown 1s ease .2s both;
}

.hero-stats {
  display: flex; gap: 32px; margin-top: 36px;
  animation: fadeDown 1s ease .3s both;
}

.stat-item { text-align: left; }
.stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.2rem; color: var(--gold2); line-height: 1;
}
.stat-label {
  font-size: .7rem; color: var(--gray);
  text-transform: uppercase; letter-spacing: 1px; margin-top: 2px;
}

.hero-cta {
  display: flex; gap: 14px; margin-top: 36px;
  animation: fadeDown 1s ease .4s both;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: var(--navy);
  font-family: 'Montserrat', sans-serif;
  font-weight: 800; font-size: .9rem;
  letter-spacing: 1px;
  padding: 15px 32px; border: none; border-radius: 4px;
  cursor: pointer; text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  text-transform: uppercase;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(201,162,39,.5); }

.btn-secondary {
  background: transparent;
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: .9rem;
  padding: 15px 28px;
  border: 1.5px solid rgba(255,255,255,.35);
  border-radius: 4px; cursor: pointer;
  text-decoration: none;
  transition: border-color .2s, background .2s;
}
.btn-secondary:hover { border-color: var(--gold2); background: rgba(201,162,39,.08); }

/* Hero Form */
.hero-form-wrap {
  animation: fadeLeft 1s ease .2s both;
}

.form-card {
  background: rgba(15,32,68,.9);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(201,162,39,.3);
  border-radius: 12px;
  padding: 36px 32px;
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
}

.form-card-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem; letter-spacing: 2px;
  color: var(--gold2); margin-bottom: 6px;
}

.form-card-sub {
  font-size: .78rem; color: var(--gray); margin-bottom: 24px;
}

.form-group { margin-bottom: 14px; }

.form-group label {
  display: block;
  font-size: .72rem; font-weight: 700;
  color: var(--gray); text-transform: uppercase;
  letter-spacing: 1px; margin-bottom: 6px;
}

.form-group input,
.form-group select {
  width: 100%;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(201,162,39,.2);
  border-radius: 6px;
  padding: 11px 14px;
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-size: .88rem;
  transition: border-color .2s, background .2s;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--gold2);
  background: rgba(201,162,39,.06);
}

.form-group select option { background: var(--navy2); }

.btn-form {
  width: 100%;
  background: linear-gradient(135deg, var(--red) 0%, #e74c3c 100%);
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-weight: 800; font-size: .95rem;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 15px; border: none; border-radius: 6px;
  cursor: pointer; margin-top: 8px;
  transition: transform .2s, box-shadow .2s;
}
.btn-form:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(192,57,43,.5); }
.btn-form:disabled,
.btn-cta-main:disabled { cursor: not-allowed; opacity: .85; }

.form-privacy {
  text-align: center; font-size: .68rem;
  color: rgba(255,255,255,.4); margin-top: 10px;
}

/* Honeypot hidden field — must NOT be visible/tabable to humans */
.vln-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px;
  opacity: 0; pointer-events: none;
}

/* ─── TRUST SECTION ─── */
.trust {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold2) 100%);
  padding: 28px 5%;
}

.trust-inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center;
  justify-content: space-around; flex-wrap: wrap; gap: 16px;
}

.trust-item {
  display: flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: .88rem;
  color: var(--navy);
}

.trust-icon { font-size: 1.3rem; }

/* ─── SECTION BASE ─── */
.site-main section {
  padding: 90px 5%;
}

.section-label {
  font-size: .72rem; font-weight: 700;
  letter-spacing: 4px; text-transform: uppercase;
  color: var(--gold2); margin-bottom: 12px;
}

.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: 2px; line-height: 1.1;
  color: var(--white); margin-bottom: 16px;
}

.section-sub {
  font-size: .95rem; color: var(--gray);
  max-width: 560px; line-height: 1.7;
  margin-bottom: 56px;
}

.inner { max-width: 1280px; margin: 0 auto; }

/* ─── JOBS GRID ─── */
.jobs { background: var(--navy2); }

.jobs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.job-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  padding: 32px 28px;
  transition: transform .3s, border-color .3s, background .3s;
  cursor: pointer; position: relative; overflow: hidden;
}

.job-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s;
}

.job-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,162,39,.35);
  background: rgba(201,162,39,.06);
}

.job-card:hover::before { transform: scaleX(1); }

.job-emoji { font-size: 2.4rem; margin-bottom: 16px; display: block; }

.job-title {
  font-weight: 800; font-size: 1rem;
  color: var(--white); margin-bottom: 8px;
}

.job-desc {
  font-size: .8rem; color: var(--gray); line-height: 1.6;
}

.jobs-cta { text-align: center; margin-top: 44px; }

.btn-outline {
  display: inline-block;
  border: 1.5px solid var(--gold2);
  color: var(--gold2);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: .85rem;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 13px 32px; border-radius: 4px;
  text-decoration: none;
  transition: background .2s, color .2s;
}
.btn-outline:hover { background: var(--gold2); color: var(--navy); }

/* ─── BENEFITS ─── */
.benefits { background: var(--navy); }

.benefits-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.benefit-card {
  background: linear-gradient(145deg, rgba(15,32,68,.8), rgba(10,22,40,.6));
  border: 1px solid rgba(201,162,39,.2);
  border-radius: 12px; padding: 44px 36px;
  text-align: center;
  position: relative; overflow: hidden;
}

.benefit-card::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
}

.benefit-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3.8rem; line-height: 1;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}

.benefit-label {
  font-weight: 800; font-size: 1rem;
  color: var(--white); margin-bottom: 10px;
}

.benefit-desc { font-size: .82rem; color: var(--gray); line-height: 1.6; }

/* ─── PROCESS ─── */
.process { background: var(--navy2); }

.timeline {
  display: flex; gap: 0;
  position: relative; counter-reset: step;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 38px; left: 10%; right: 10%;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  z-index: 0;
}

.step {
  flex: 1; text-align: center; position: relative; z-index: 1;
  padding: 0 10px;
}

.step-num {
  width: 76px; height: 76px;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem; color: var(--navy);
  box-shadow: 0 6px 24px rgba(201,162,39,.4);
  transition: transform .3s;
}

.step:hover .step-num { transform: scale(1.12); }

.step-title {
  font-weight: 800; font-size: .9rem;
  color: var(--white); margin-bottom: 8px;
}

.step-desc { font-size: .78rem; color: var(--gray); line-height: 1.6; }

/* ─── GALLERY ─── */
.gallery { background: var(--navy); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 200px 200px;
  gap: 14px;
}

.gallery-item {
  border-radius: 8px; overflow: hidden;
  position: relative; cursor: pointer;
}

.gallery-item:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s;
}

.gallery-item:hover img { transform: scale(1.07); }

.gallery-item .overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.7) 0%, transparent 50%);
  opacity: 0; transition: opacity .3s;
  display: flex; align-items: flex-end; padding: 16px;
}

.gallery-item:hover .overlay { opacity: 1; }

.overlay-label {
  font-size: .8rem; font-weight: 700;
  color: var(--white); text-transform: uppercase;
  letter-spacing: 1px;
}

/* ─── TESTIMONIALS ─── */
.testimonials { background: var(--navy2); }

.testi-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}

.testi-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px; padding: 32px 28px;
  transition: border-color .3s;
}

.testi-card:hover { border-color: rgba(201,162,39,.3); }

.stars { color: var(--gold2); font-size: 1rem; margin-bottom: 14px; }

.testi-text {
  font-size: .88rem; color: rgba(255,255,255,.8);
  line-height: 1.8; margin-bottom: 22px;
  font-style: italic;
}

.testi-author { display: flex; align-items: center; gap: 12px; }

.testi-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; color: var(--navy);
}

.testi-name { font-weight: 700; font-size: .88rem; color: var(--white); }
.testi-role { font-size: .72rem; color: var(--gray); margin-top: 2px; }

/* ─── FAQ ─── */
.faq { background: var(--navy); }

.faq-list { max-width: 780px; margin: 0 auto; }

.faq-item {
  border-bottom: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
}

.faq-q {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 0;
  font-weight: 700; font-size: .95rem; color: var(--white);
  cursor: pointer; user-select: none;
  transition: color .2s;
  background: none; border: none; width: 100%; text-align: left;
  font-family: inherit;
}

.faq-q:hover { color: var(--gold2); }

.faq-icon {
  width: 28px; height: 28px; flex-shrink: 0;
  border: 1.5px solid rgba(201,162,39,.4);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold2); font-size: 1rem;
  transition: transform .3s;
}

.faq-item.open .faq-icon { transform: rotate(45deg); }

.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .4s ease, padding .3s;
  font-size: .88rem; color: var(--gray); line-height: 1.8;
}

.faq-item.open .faq-a {
  max-height: 300px; padding-bottom: 20px;
}

/* ─── CTA SECTION ─── */
.cta-section {
  background:
    linear-gradient(135deg, rgba(10,22,40,.97) 0%, rgba(15,32,68,.9) 60%, rgba(192,57,43,.2) 100%),
    var(--cta-bg-image, url('https://images.unsplash.com/photo-1547448415-e9f5b28e570d?w=1600&q=80')) center/cover no-repeat;
  padding: 100px 5%;
  text-align: center;
  position: relative;
}

.cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(201,162,39,.12) 0%, transparent 65%);
}

.cta-inner { position: relative; z-index: 2; max-width: 640px; margin: 0 auto; }

.cta-section .section-title { text-align: center; }
.cta-section .section-sub { margin: 0 auto 44px; text-align: center; }

.big-form { text-align: left; }

.big-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.big-form .form-group input,
.big-form .form-group select {
  background: rgba(255,255,255,.07);
}

.btn-cta-main {
  width: 100%;
  background: linear-gradient(135deg, var(--red), #e74c3c);
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-weight: 900; font-size: 1.1rem;
  letter-spacing: 3px; text-transform: uppercase;
  padding: 18px; border: none; border-radius: 6px;
  cursor: pointer; margin-top: 8px;
  transition: transform .2s, box-shadow .2s;
}
.btn-cta-main:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(192,57,43,.5); }

/* ─── FOOTER ─── */
.site-footer {
  background: #060f1a;
  padding: 60px 5% 30px;
  border-top: 1px solid rgba(201,162,39,.15);
}

.footer-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px;
  padding-bottom: 40px;
}

.footer-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem; letter-spacing: 3px; color: var(--gold2);
  margin-bottom: 14px;
}

.footer-desc {
  font-size: .82rem; color: var(--gray); line-height: 1.7;
  margin-bottom: 24px;
}

.footer-socials { display: flex; gap: 10px; }

.social-btn {
  width: 38px; height: 38px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gray); text-decoration: none; font-size: 1rem;
  transition: background .2s, color .2s, border-color .2s;
}
.social-btn:hover { background: rgba(201,162,39,.15); color: var(--gold2); border-color: var(--gold2); }

.footer-col h4 {
  font-weight: 800; font-size: .82rem;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--white); margin-bottom: 18px;
}

.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {
  font-size: .82rem; color: var(--gray);
  text-decoration: none; transition: color .2s;
}
.footer-col ul li a:hover { color: var(--gold2); }

.footer-contact-item {
  display: flex; align-items: flex-start; gap: 10px;
  margin-bottom: 12px;
}

.fci-icon { font-size: 1rem; color: var(--gold2); flex-shrink: 0; margin-top: 1px; }
.fci-text { font-size: .82rem; color: var(--gray); line-height: 1.5; }
.fci-text a { color: var(--gray); text-decoration: none; }
.fci-text a:hover { color: var(--gold2); }

.footer-bottom {
  max-width: 1280px; margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,.06);
  padding-top: 24px;
  display: flex; align-items: center; justify-content: space-between;
  font-size: .75rem; color: rgba(255,255,255,.3);
  flex-wrap: wrap; gap: 12px;
}

.footer-links { display: flex; gap: 20px; }
.footer-links a { color: rgba(255,255,255,.3); text-decoration: none; }
.footer-links a:hover { color: var(--gold2); }

/* ─── FLOATING CTA ─── */
.float-cta {
  position: fixed; bottom: 28px; right: 28px; z-index: 998;
  display: flex; flex-direction: column; gap: 12px; align-items: flex-end;
}

.float-btn {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 20px; border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: .82rem;
  text-decoration: none; transition: transform .2s, box-shadow .2s;
  box-shadow: 0 6px 24px rgba(0,0,0,.4);
  white-space: nowrap;
}

.float-btn:hover { transform: translateX(-4px); }

.float-zalo {
  background: #0068ff; color: #fff;
}

.float-phone {
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: var(--navy);
}

/* ─── ANIMATIONS ─── */
@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeLeft {
  from { opacity: 0; transform: translateX(30px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible { opacity: 1; transform: none; }

/* ════════════════════════════════════════════════════════════════════
 * SINGULAR / PAGE / POST / SEARCH / 404
 * ════════════════════════════════════════════════════════════════════ */

.vln-singular {
  background: var(--navy);
  padding: 130px 5% 80px;
  min-height: 80vh;
}

.vln-singular-inner { max-width: 860px; margin: 0 auto; }

/* ─── Article header ─── */
.vln-article-header { margin-bottom: 32px; }

.vln-breadcrumb {
  font-size: .78rem; color: var(--gray);
  margin-bottom: 18px;
  display: flex; align-items: center; flex-wrap: wrap; gap: 6px;
}
.vln-breadcrumb a {
  color: var(--gold2); text-decoration: none;
  transition: color .2s;
}
.vln-breadcrumb a:hover { color: var(--gold); text-decoration: underline; }
.vln-breadcrumb .sep { color: rgba(255,255,255,.25); }
.vln-breadcrumb span[aria-current="page"] { color: var(--white); }

.vln-article-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  letter-spacing: 1.5px; line-height: 1.1;
  color: var(--white); margin-bottom: 16px;
}

.vln-article-meta {
  display: flex; flex-wrap: wrap; gap: 16px;
  font-size: .85rem; color: var(--gray);
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(201,162,39,.15);
}
.vln-meta-item { display: inline-flex; align-items: center; gap: 6px; }
.vln-meta-item a { color: var(--gold2); text-decoration: none; }
.vln-meta-item a:hover { color: var(--gold); text-decoration: underline; }

.vln-article-thumbnail {
  margin: 0 0 32px;
  border-radius: 10px; overflow: hidden;
  border: 1px solid rgba(201,162,39,.15);
}
.vln-article-thumbnail img {
  width: 100%; height: auto; display: block;
}

/* ─── Entry content (Gutenberg block output) ─── */
.vln-entry-content {
  font-size: 1rem; line-height: 1.85;
  color: rgba(255,255,255,.85);
}

.vln-entry-content > * { margin-bottom: 1.3em; }
.vln-entry-content > *:last-child { margin-bottom: 0; }

.vln-entry-content h1,
.vln-entry-content h2,
.vln-entry-content h3,
.vln-entry-content h4,
.vln-entry-content h5,
.vln-entry-content h6 {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1px;
  color: var(--white);
  margin-top: 2em; margin-bottom: .7em;
  line-height: 1.2;
}
.vln-entry-content h1 { font-size: 2.4rem; }
.vln-entry-content h2 { font-size: 2rem; color: var(--gold2); }
.vln-entry-content h3 { font-size: 1.55rem; }
.vln-entry-content h4 { font-size: 1.25rem; }
.vln-entry-content h5 { font-size: 1.05rem; text-transform: uppercase; letter-spacing: 2px; color: var(--gold2); }
.vln-entry-content h6 { font-size: .92rem; text-transform: uppercase; letter-spacing: 2px; color: var(--gray); }

.vln-entry-content p { margin-bottom: 1.3em; }
.vln-entry-content p:last-child { margin-bottom: 0; }

.vln-entry-content a {
  color: var(--gold2);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .2s;
}
.vln-entry-content a:hover { color: var(--gold); }

.vln-entry-content strong, .vln-entry-content b { color: var(--white); font-weight: 700; }
.vln-entry-content em, .vln-entry-content i { font-style: italic; color: rgba(255,255,255,.95); }
.vln-entry-content mark {
  background: rgba(240,200,78,.25); color: var(--white);
  padding: 1px 6px; border-radius: 3px;
}
.vln-entry-content small { font-size: .82rem; color: var(--gray); }
.vln-entry-content del { color: var(--gray); }

.vln-entry-content ul,
.vln-entry-content ol {
  padding-left: 1.6em;
  margin-bottom: 1.3em;
}
.vln-entry-content li { margin-bottom: .5em; }
.vln-entry-content ul li::marker { color: var(--gold2); }
.vln-entry-content ol li::marker { color: var(--gold2); font-weight: 700; }

.vln-entry-content blockquote,
.vln-entry-content .wp-block-quote {
  border-left: 4px solid var(--gold2);
  padding: 16px 0 16px 22px;
  margin: 1.6em 0;
  font-style: italic;
  color: rgba(255,255,255,.9);
  background: rgba(201,162,39,.04);
  border-radius: 0 6px 6px 0;
}
.vln-entry-content blockquote cite,
.vln-entry-content .wp-block-quote cite {
  display: block; margin-top: 10px;
  font-size: .82rem; font-style: normal;
  color: var(--gold2);
}

.vln-entry-content pre,
.vln-entry-content .wp-block-code {
  background: var(--navy2);
  border: 1px solid rgba(201,162,39,.15);
  border-radius: 6px;
  padding: 18px 22px;
  overflow-x: auto;
  font-family: 'Consolas', 'Monaco', monospace;
  font-size: .88rem;
  color: var(--offwhite);
  line-height: 1.6;
}
.vln-entry-content code {
  background: rgba(201,162,39,.1);
  color: var(--gold2);
  padding: 2px 6px; border-radius: 3px;
  font-family: 'Consolas', 'Monaco', monospace;
  font-size: .9em;
}
.vln-entry-content pre code { background: transparent; padding: 0; color: inherit; }

.vln-entry-content img,
.vln-entry-content .wp-block-image img {
  max-width: 100%; height: auto;
  border-radius: 6px;
  display: block;
  margin: 0 auto;
}
.vln-entry-content figure,
.vln-entry-content .wp-block-image {
  margin: 1.6em 0;
}
.vln-entry-content figcaption,
.vln-entry-content .wp-block-image figcaption {
  margin-top: 10px;
  font-size: .82rem; color: var(--gray);
  text-align: center; font-style: italic;
}

.vln-entry-content hr,
.vln-entry-content .wp-block-separator {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,162,39,.4), transparent);
  margin: 2.5em 0;
}

.vln-entry-content table {
  width: 100%; border-collapse: collapse;
  margin: 1.5em 0;
  font-size: .9rem;
}
.vln-entry-content th,
.vln-entry-content td {
  border: 1px solid rgba(201,162,39,.15);
  padding: 10px 14px;
  text-align: left;
}
.vln-entry-content th {
  background: rgba(201,162,39,.08);
  color: var(--gold2); font-weight: 700;
}
.vln-entry-content tr:nth-child(even) td { background: rgba(255,255,255,.02); }

/* Gutenberg button block */
.vln-entry-content .wp-block-button__link {
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: var(--navy) !important;
  font-weight: 800;
  padding: 13px 28px; border-radius: 4px;
  text-decoration: none; text-transform: uppercase;
  letter-spacing: 1px; font-size: .88rem;
  display: inline-block; transition: transform .2s, box-shadow .2s;
}
.vln-entry-content .wp-block-button__link:hover {
  transform: translateY(-2px); box-shadow: 0 10px 30px rgba(201,162,39,.4);
}

/* Gutenberg embed (YouTube etc.) */
.vln-entry-content .wp-block-embed iframe {
  width: 100%; border: 0; border-radius: 8px;
  aspect-ratio: 16 / 9;
}

.vln-page-links {
  margin-top: 2em; padding-top: 1em;
  border-top: 1px solid rgba(201,162,39,.15);
  font-size: .85rem;
}
.vln-page-links-label { color: var(--gray); margin-right: 8px; }
.vln-page-links a, .vln-page-links span {
  display: inline-block; min-width: 28px;
  padding: 4px 8px; margin: 0 2px;
  border: 1px solid rgba(201,162,39,.2);
  border-radius: 4px; text-align: center;
  text-decoration: none; color: var(--gold2);
}
.vln-page-links a:hover { background: rgba(201,162,39,.1); }
.vln-page-links > span { background: var(--gold2); color: var(--navy); border-color: var(--gold2); }

.vln-article-tags {
  margin-top: 32px; padding-top: 20px;
  border-top: 1px solid rgba(201,162,39,.15);
  font-size: .85rem; color: var(--gray);
}
.vln-article-tags strong { color: var(--white); margin-right: 8px; }
.vln-article-tags a {
  display: inline-block;
  background: rgba(201,162,39,.08);
  border: 1px solid rgba(201,162,39,.2);
  color: var(--gold2);
  padding: 3px 10px; border-radius: 3px;
  text-decoration: none; margin: 0 4px 4px 0;
  font-size: .78rem;
  transition: background .2s;
}
.vln-article-tags a:hover { background: rgba(201,162,39,.18); }

/* Post navigation prev/next */
.vln-post-nav {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
  margin-top: 40px; padding-top: 32px;
  border-top: 1px solid rgba(201,162,39,.15);
}
.vln-post-nav .nav-previous,
.vln-post-nav .nav-next { padding: 16px 20px; background: rgba(255,255,255,.04); border-radius: 8px; transition: background .2s; }
.vln-post-nav .nav-next { text-align: right; }
.vln-post-nav .nav-previous:hover,
.vln-post-nav .nav-next:hover { background: rgba(201,162,39,.08); }
.vln-post-nav a { text-decoration: none; display: block; }
.vln-nav-label { display: block; font-size: .75rem; color: var(--gold2); margin-bottom: 4px; text-transform: uppercase; letter-spacing: 1px; }
.vln-nav-title { display: block; color: var(--white); font-weight: 700; font-size: .92rem; line-height: 1.4; }

.vln-singular-cta {
  margin-top: 50px; padding: 32px;
  background: linear-gradient(135deg, rgba(15,32,68,.7), rgba(10,22,40,.5));
  border: 1px solid rgba(201,162,39,.25);
  border-radius: 10px;
  text-align: center;
}

/* ─── Comments ─── */
.vln-comments { margin-top: 50px; padding-top: 32px; border-top: 1px solid rgba(201,162,39,.15); }
.vln-comments-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem; color: var(--gold2);
  letter-spacing: 1.5px; margin-bottom: 24px;
}
.vln-comment-list { list-style: none; padding: 0; }
.vln-comment-list .comment-body {
  padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.06);
}
.vln-comment-list .comment-author { color: var(--gold2); font-weight: 700; }
.vln-comment-list .comment-meta { font-size: .78rem; color: var(--gray); margin-bottom: 10px; }
.vln-comment-list .comment-meta a { color: var(--gray); text-decoration: none; }
.vln-comment-list .reply { margin-top: 8px; font-size: .82rem; }
.vln-comment-list .children { list-style: none; padding-left: 28px; }

.comment-form label { display: block; font-size: .75rem; color: var(--gray); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%; background: rgba(255,255,255,.06);
  border: 1px solid rgba(201,162,39,.2); border-radius: 6px;
  padding: 11px 14px; color: var(--white);
  font-family: 'Montserrat', sans-serif; font-size: .9rem;
  margin-bottom: 14px;
}
.comment-form input:focus, .comment-form textarea:focus {
  outline: none; border-color: var(--gold2); background: rgba(201,162,39,.06);
}
.comment-form .submit { width: auto; min-width: 200px; }
.vln-comments-closed { color: var(--gray); font-style: italic; }

/* ─── Search ─── */
.vln-search-form-wrap { margin: 16px 0 0; max-width: 520px; }

.vln-searchform {
  display: flex; gap: 0; border-radius: 6px; overflow: hidden;
  border: 1px solid rgba(201,162,39,.25);
}
.vln-searchform-input {
  flex: 1; background: rgba(255,255,255,.06);
  border: none; padding: 12px 16px;
  color: var(--white); font-family: 'Montserrat', sans-serif;
  font-size: .9rem;
}
.vln-searchform-input:focus { outline: none; background: rgba(201,162,39,.06); }
.vln-searchform-btn {
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  border: none; color: var(--navy);
  padding: 0 24px; font-weight: 800;
  letter-spacing: 1px; cursor: pointer;
  font-family: 'Montserrat', sans-serif; font-size: .85rem;
  text-transform: uppercase;
}
.vln-searchform-btn:hover { background: var(--gold2); }

.vln-search-q { color: var(--gold2); }
.vln-search-results { margin-top: 32px; }
.vln-search-item {
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.vln-search-item-title { margin-bottom: 8px; font-size: 1.2rem; font-weight: 800; }
.vln-search-item-title a { color: var(--white); text-decoration: none; transition: color .2s; }
.vln-search-item-title a:hover { color: var(--gold2); }
.vln-search-item-meta { font-size: .78rem; color: var(--gray); margin-bottom: 10px; display: flex; gap: 8px; }
.vln-search-item-meta .sep { color: rgba(255,255,255,.2); }
.vln-search-item-excerpt { font-size: .92rem; color: rgba(255,255,255,.7); line-height: 1.7; margin-bottom: 8px; }
.vln-search-item-readmore { font-size: .82rem; color: var(--gold2); text-decoration: none; font-weight: 700; }
.vln-search-item-readmore:hover { text-decoration: underline; }
.vln-search-empty { text-align: center; padding: 40px 0; color: var(--gray); }
.vln-search-empty p { margin-bottom: 20px; font-size: 1rem; }

/* ─── Archive / Blog list ─── */
.vln-archive-desc {
  margin-top: 12px; font-size: .9rem;
  color: var(--gray); line-height: 1.7; max-width: 640px;
}

.vln-archive-list {
  display: grid; grid-template-columns: 1fr; gap: 28px;
  margin-top: 32px;
}

.vln-archive-item {
  display: grid; grid-template-columns: 220px 1fr; gap: 24px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 10px; padding: 20px;
  transition: border-color .25s, background .25s;
}
.vln-archive-item:hover {
  border-color: rgba(201,162,39,.3);
  background: rgba(201,162,39,.04);
}
.vln-archive-item:only-child,
.vln-archive-item:not(:has(.vln-archive-thumb)) { grid-template-columns: 1fr; }

.vln-archive-thumb { display: block; border-radius: 6px; overflow: hidden; }
.vln-archive-thumb img {
  width: 100%; height: 100%;
  min-height: 140px; object-fit: cover;
  display: block; transition: transform .4s;
}
.vln-archive-thumb:hover img { transform: scale(1.05); }

.vln-archive-body { display: flex; flex-direction: column; }
.vln-archive-title { font-size: 1.25rem; font-weight: 800; margin-bottom: 8px; line-height: 1.35; }
.vln-archive-title a { color: var(--white); text-decoration: none; transition: color .2s; }
.vln-archive-title a:hover { color: var(--gold2); }
.vln-archive-meta {
  font-size: .78rem; color: var(--gray);
  margin-bottom: 10px; display: flex; gap: 8px; flex-wrap: wrap;
}
.vln-archive-meta .sep { color: rgba(255,255,255,.2); }
.vln-archive-meta a { color: var(--gold2); text-decoration: none; }
.vln-archive-excerpt { font-size: .9rem; color: rgba(255,255,255,.7); line-height: 1.7; margin-bottom: 10px; flex: 1; }
.vln-archive-readmore { font-size: .82rem; color: var(--gold2); text-decoration: none; font-weight: 700; align-self: flex-start; }
.vln-archive-readmore:hover { text-decoration: underline; }

/* ─── Pagination ─── */
.vln-pagination,
.vln-pagination .nav-links {
  margin-top: 40px;
  display: flex; justify-content: center; gap: 8px; flex-wrap: wrap;
}
.vln-pagination a,
.vln-pagination .current,
.vln-pagination .dots {
  display: inline-block;
  padding: 9px 16px;
  border: 1px solid rgba(201,162,39,.25);
  border-radius: 4px;
  color: var(--gold2); text-decoration: none;
  font-weight: 700; font-size: .85rem;
  transition: background .2s, color .2s;
}
.vln-pagination a:hover { background: rgba(201,162,39,.1); }
.vln-pagination .current { background: var(--gold2); color: var(--navy); border-color: var(--gold2); }

/* ─── 404 ─── */
.vln-404 {
  background: var(--navy);
  padding: 140px 5% 80px;
  min-height: 80vh;
  display: flex; align-items: center;
}
.vln-404-inner { max-width: 640px; margin: 0 auto; text-align: center; }
.vln-404-code {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(8rem, 20vw, 14rem);
  line-height: 1;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0;
}
.vln-404-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  letter-spacing: 2px; color: var(--white);
  margin-bottom: 16px;
}
.vln-404-desc {
  font-size: 1rem; color: var(--gray);
  line-height: 1.7; margin-bottom: 32px;
}
.vln-404-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 36px; }
.vln-404-search { max-width: 420px; margin: 0 auto; }

/* Screen reader text */
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  white-space: nowrap;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-form-wrap { display: none; }
  .jobs-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .header-contact { display: none; }
  .jobs-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gallery-item:first-child { grid-column: span 2; grid-row: span 1; }
  .testi-grid { grid-template-columns: 1fr; }
  .timeline { flex-direction: column; gap: 28px; }
  .timeline::before { display: none; }
  .footer-inner { grid-template-columns: 1fr; }
  .big-form .row { grid-template-columns: 1fr; }
  .hero-stats { gap: 20px; }
  .vln-post-nav { grid-template-columns: 1fr; }
  .vln-post-nav .nav-next { text-align: left; }
  .vln-singular { padding: 110px 5% 60px; }
  .vln-article-meta { font-size: .78rem; gap: 12px; }
  .vln-404-cta .btn-primary,
  .vln-404-cta .btn-secondary { width: 100%; }
  .vln-archive-item { grid-template-columns: 1fr; }
  .vln-archive-thumb img { min-height: 180px; }
}

@media (max-width: 480px) {
  .float-cta { right: 14px; bottom: 14px; }
  .float-btn span.label { display: none; }
}
