/*
Theme Name: UKVI Translations
Theme URI: https://ukvitranslations.co.uk/
Author: UKVI Translations
Author URI: https://ukvitranslations.co.uk/
Description: Custom theme for UKVI Translations — certified Home Office accepted translation service. Modern purple + orange brand identity with mobile-responsive design.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: ukvi-translations
Tags: business, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, sticky-post, threaded-comments, translation-ready
*/

:root{
  --cream: #FFF8F1;
  --cream-2: #FCEEDC;
  --paper: #FFFEFB;
  --ink: #1A0E2E;
  --ink-2: #3A2B52;
  --ink-3: #6B5B85;
  --navy: #7E3F98;
  --navy-2: #9456AE;
  --navy-deep: #5A2A75;
  --coral: #F26522;
  --coral-2: #FF7E3E;
  --coral-soft: #FFE9D8;
  --coral-soft-border: #FFD2B0;
  --sage: #D8C9E3;
  --sage-deep: #7E3F98;
  --gold: #F26522;
  --line: #ECDFCF;
  --line-2: #DBC8B0;
  --shadow-sm: 0 1px 0 rgba(126,63,152,.08), 0 2px 6px rgba(126,63,152,.05);
  --shadow-md: 0 1px 0 rgba(126,63,152,.08), 0 10px 30px rgba(126,63,152,.10);
  --shadow-lg: 0 1px 0 rgba(126,63,152,.08), 0 30px 60px rgba(126,63,152,.15);
  --radius: 14px;
  --radius-sm: 8px;
  --radius-lg: 22px;
  --maxw: 1280px
}

*{ box-sizing: border-box; }
html, body{ margin:0; padding:0; }
body{
  font-family: 'Mulish', system-ui, sans-serif;
  background: var(--cream);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* v2: soft brand-tinted hero backdrop */
.hero{
  background:
    radial-gradient(ellipse 80% 60% at 80% 10%, rgba(242,101,34,0.10), transparent 55%),
    radial-gradient(ellipse 70% 60% at 10% 30%, rgba(126,63,152,0.10), transparent 50%),
    var(--cream);
}
/* v2: confetti dots flair on the hero */
.hero::before{
  content:"";
  position: absolute;
  top: 80px; left: 6%;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--coral);
  box-shadow:
    240px 80px 0 -2px var(--navy),
    -10px 320px 0 -3px var(--coral),
    420px -10px 0 -1px var(--navy),
    600px 200px 0 -4px var(--coral);
  opacity: 0.6;
  pointer-events: none;
}
.hero h1 .ring::before{ border-color: var(--coral); transform: rotate(-3deg); }
.hero h1 .accent{ color: var(--coral); }
/* v2: cream-tinted everywhere already from --cream var */
h1, h2, h3, h4, h5{
  font-family: 'Mulish', system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}
p{ margin:0; color: var(--ink-2); text-wrap: pretty; }
a{ color: inherit; text-decoration: none; }
button{ font-family: inherit; cursor:pointer; }
img, svg{ display:block; max-width:100%; }
.mono{ font-family: 'Mulish', system-ui, sans-serif; }

.container{ max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }
.section{ padding: 96px 0; }
.eyebrow{
  display: inline-flex; align-items:center; gap: 8px;
  font-family: 'Mulish', system-ui, sans-serif;
  font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--coral);
  background: var(--coral-soft);
  border: 1px solid var(--coral-soft-border);
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 4px;
}
.eyebrow::before{
  content:""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 3px rgba(242,101,34,0.18);
}
/* on dark sections */
.process .eyebrow,
.lang-section .eyebrow,
.final-cta .eyebrow{
  color: #FFD9CE;
  background: rgba(242,101,34,0.18);
  border-color: rgba(242,101,34,0.35);
}
.process .eyebrow::before,
.lang-section .eyebrow::before,
.final-cta .eyebrow::before{
  background: var(--coral);
  box-shadow: 0 0 0 3px rgba(242,101,34,0.25);
}

/* ===== NAV ===== */
.nav{
  position: sticky; top: 0; z-index: 50;
  background: rgba(244,239,230,0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(20,58,95,0.08);
}
.nav-inner{
  max-width: var(--maxw); margin: 0 auto; padding: 18px 32px;
  display:flex; align-items:center; justify-content: space-between; gap: 24px;
}
.logo{
  display:flex; align-items:center; gap: 10px;
}
.logo-img{
  height: 60px; width: auto; display: block;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.logo-img-footer{
  height: 66px;
  background: #fff;
  padding: 8px 14px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.nav-links{
  display: flex; gap: 28px; align-items: center;
  font-size: 16px; font-weight: 500;
}
.nav-links a{ color: var(--ink-2); transition: color .15s; }
.nav-links a:hover{ color: var(--coral); }
.nav-actions{ display:flex; gap: 10px; align-items:center; }

/* ===== HAMBURGER + MOBILE MENU ===== */
.hamburger{
  display: none;
  width: 40px; height: 40px;
  background: transparent;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  padding: 0;
  cursor: pointer;
  align-items: center; justify-content: center;
  flex-direction: column; gap: 4px;
  transition: border-color .15s, background .15s;
}
.hamburger:hover{ border-color: var(--coral); }
.hamburger span{
  display: block;
  width: 18px; height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .25s, opacity .25s;
  transform-origin: center;
}
.hamburger.open span:nth-child(1){ transform: translateY(6px) rotate(45deg); }
.hamburger.open span:nth-child(2){ opacity: 0; }
.hamburger.open span:nth-child(3){ transform: translateY(-6px) rotate(-45deg); }

.mobile-menu{
  display: none;
  position: absolute;
  top: 100%; left: 0; right: 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 20px 40px rgba(26,14,46,0.15);
  padding: 8px 0;
  z-index: 49;
}
.mobile-menu a{
  display: flex; align-items: center; gap: 10px;
  padding: 14px 24px;
  font-size: 15px; font-weight: 700;
  color: var(--ink);
  border-bottom: 1px solid var(--cream-2);
  transition: background .15s, color .15s;
}
.mobile-menu a:last-child{ border-bottom: none; }
.mobile-menu a:hover{ background: var(--cream); color: var(--coral); }
.mobile-menu.open{ display: block; }
.mobile-wa{
  color: #16A34A !important;
  background: #DCFCE7;
  margin: 10px 16px;
  border-radius: 10px;
  border-bottom: none !important;
  justify-content: center;
}
.mobile-wa:hover{ background: #BBF7D0 !important; color: #16A34A !important; }

/* ===== BUTTONS ===== */
.btn{
  display:inline-flex; align-items:center; gap:10px;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 14px; font-weight: 600;
  border: 1px solid transparent;
  transition: transform .15s, box-shadow .15s, background .15s;
  white-space: nowrap;
}
.btn:hover{ transform: translateY(-1px); }
.btn-primary{ background: var(--coral); color:#fff; box-shadow: 0 6px 18px rgba(242,101,34,.35); }
.btn-primary:hover{ background: var(--coral-2); box-shadow: 0 10px 24px rgba(242,101,34,.45); }
.btn-dark{ background: var(--ink); color: #fff; }
.btn-dark:hover{ background: var(--navy-deep); }
.btn-ghost{ background: transparent; color: var(--ink); border-color: rgba(14,27,44,0.18); }
.btn-ghost:hover{ background: var(--ink); color:#fff; border-color: var(--ink); }
.btn-white{ background: #fff; color: var(--ink); border-color: var(--line); }
.btn-white:hover{ background: var(--ink); color:#fff; border-color: var(--ink); }
.btn-wa{ background: #1FA855; color:#fff; }
.btn-wa:hover{ background: #168f47; }
.btn-lg{ padding: 16px 28px; font-size: 15px; }
.btn-sm{ padding: 10px 16px; font-size: 13px; }

.icn{ width:16px; height:16px; display:inline-block; vertical-align: middle; }

/* ============ HERO ============ */
.hero{
  position: relative;
  padding: 32px 0 60px;
  overflow: hidden;
}
.hero-grid{
  max-width: var(--maxw); margin: 0 auto; padding: 0 32px;
  display: grid; grid-template-columns: 1.35fr 1fr; gap: 48px; align-items: start;
}
.hero-tag{
  display:inline-flex; align-items:center; gap:10px;
  padding: 8px 14px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line);
  font-size: 12.5px; font-weight: 500;
  font-family: 'Mulish', system-ui, sans-serif;
  letter-spacing: 0.04em;
  margin-bottom: 28px;
}
.hero-tag .dot{ width:8px; height:8px; border-radius:50%; background: #1FA855; box-shadow: 0 0 0 4px rgba(31,168,85,.18); }
.hero h1{
  font-size: clamp(32px, 4.2vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin-bottom: 28px;
}
.hero h1 .accent{
  color: var(--coral);
  font-weight: 800;
  font-style: normal;
  position: relative;
  display: inline-block;
}
.hero h1 .accent::after{
  content:"";
  position: absolute;
  left: -4px; right: -4px;
  bottom: -10px;
  height: 14px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 14' preserveAspectRatio='none'><path d='M2 9 C 60 3, 120 12, 180 7 S 300 3, 398 8' stroke='%23E8553A' stroke-width='3' stroke-linecap='round' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.hero h1 .ring{
  position: relative;
  display: inline-block;
  color: var(--ink);
  padding: 0 6px;
  z-index: 1;
}
.hero h1 .ring::before{
  content:"";
  position: absolute;
  inset: -4px -10px -2px -10px;
  border: 2.5px solid var(--coral);
  border-radius: 50%;
  transform: rotate(-2deg);
  z-index: -1;
}
.hero h1 .stamp-deco{
  display: inline-block;
  font-size: 0.32em;
  vertical-align: middle;
  margin-left: 12px;
  padding: 4px 10px;
  border: 2px dashed var(--coral);
  border-radius: 999px;
  color: var(--coral);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: rotate(-3deg);
  font-style: normal;
}
.hero-lede{
  font-size: 18px; line-height: 1.55; color: var(--ink-2);
  max-width: 540px; margin-bottom: 36px;
}
.hero-ctas{ display:flex; gap: 12px; flex-wrap:wrap; margin-bottom: 44px; }

.trust-row{
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 14px; max-width: 580px;
}
.trust-card{
  background: #fff; border:1px solid var(--line);
  border-radius: var(--radius); padding: 14px;
  display:flex; gap: 12px; align-items:flex-start;
}
.trust-card .ico{
  width: 36px; height: 36px; border-radius: 9px; flex-shrink:0;
  display:grid; place-items:center;
  background: var(--cream-2); color: var(--navy);
}
.trust-card .ico.coral{ background: var(--coral-soft); color: var(--coral); }
.trust-card .ico.sage{ background: #DCEADC; color: var(--sage-deep); }
.trust-card strong{ font-size: 13px; display:block; line-height:1.2; }
.trust-card span{ font-size: 11.5px; color: var(--ink-3); font-family: 'Mulish', system-ui, sans-serif; }

/* Form card */
.quote-card{
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  position: relative;
}
.quote-head{
  padding: 22px 26px 18px;
  border-bottom: 1px solid var(--line);
  display:flex; align-items:center; justify-content:space-between;
}
.quote-head .ttl{
  font-family: 'Mulish', system-ui, sans-serif;
  font-size: 19px; font-weight: 600; letter-spacing:-0.01em;
}
.quote-head .ttl span{ color: var(--coral); }
.quote-head .meta{ font-family:'Mulish', system-ui, sans-serif; font-size: 11px; color: var(--ink-3); letter-spacing: 0.08em; }
.quote-body{ padding: 22px 26px 26px; }

.field{ display:block; margin-bottom: 14px; }
.field label{
  display:flex; justify-content: space-between; align-items: center;
  font-size: 12px; font-weight: 600; color: var(--ink-2);
  margin-bottom: 6px; letter-spacing: 0.01em;
}
.field label .opt{ font-weight: 400; color: var(--ink-3); font-family:'Mulish', system-ui, sans-serif; font-size: 10.5px; }
.input, .select{
  width: 100%; border:1px solid var(--line);
  background: var(--paper);
  border-radius: 10px; padding: 12px 14px;
  font-family: inherit; font-size: 14px; color: var(--ink);
  outline: none; transition: border .15s, box-shadow .15s, background .15s;
}
.input:focus, .select:focus{
  border-color: var(--navy); background:#fff;
  box-shadow: 0 0 0 4px rgba(126,63,152,0.10);
}
.textarea{
  resize: vertical; min-height: 64px; line-height: 1.5;
}
.field-row{ display:grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 768px){
  .lang-swap{ grid-template-columns: 1fr !important; gap: 12px !important; }
  .lang-swap .swap-btn{ display: none !important; }
}
@media (max-width: 520px){
  .quote-head{ padding: 18px 18px 14px; }
  .quote-head .ttl{ font-size: 16px; }
  .quote-body{ padding: 18px 18px 22px; }
  .field-row{ grid-template-columns: 1fr; gap: 0; }
  .input, .select, .textarea{ font-size: 15px; padding: 11px 12px; }
  .field label{ font-size: 11.5px; }
  .dropzone strong{ font-size: 13px; }
  .dropzone .file-ico{ width: 34px; height: 40px; }
  .price-pop .val{ font-size: 19px; }
}

.lang-swap{
  display:grid; grid-template-columns: 1fr 36px 1fr; gap: 10px; align-items:flex-end;
}
.swap-btn{
  width:36px; height:42px; border-radius: 10px;
  background: var(--cream-2); border:1px solid var(--line);
  display:grid; place-items:center;
  color: var(--navy);
}
.dropzone{
  border: 1.5px dashed var(--line-2);
  background: repeating-linear-gradient(45deg, transparent 0 6px, rgba(20,58,95,0.02) 6px 12px);
  border-radius: 12px;
  padding: 18px 16px;
  text-align: center;
  font-size: 13px; color: var(--ink-3);
  transition: border .2s, background .2s;
  cursor: pointer;
}
.dropzone:hover{ border-color: var(--navy); color: var(--navy); }
.dropzone .upload-icon{
  display: block;
  margin: 0 auto 10px;
  color: var(--coral);
  padding: 8px;
  background: var(--coral-soft);
  border-radius: 12px;
  width: 48px; height: 48px;
  box-sizing: content-box;
  transition: transform .2s, background .2s;
}
.dropzone:hover .upload-icon{
  transform: translateY(-3px);
  background: var(--coral);
  color: #fff;
}
.dropzone .file-ico{
  width: 38px; height: 46px; margin: 0 auto 8px;
  position:relative; background:#fff; border:1px solid var(--line-2);
  border-radius: 4px;
}
.dropzone .file-ico::before{
  content:""; position:absolute; top:0; right:0; width:12px; height:12px;
  background: var(--cream-2); border-left: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.dropzone .file-ico::after{
  content:"PDF • JPG • DOC"; position:absolute; bottom:6px; left:0; right:0;
  font-family:'Mulish', system-ui, sans-serif; font-size: 6.5px; color: var(--ink-3); text-align:center;
}
.dropzone strong{ color: var(--ink); display:block; font-weight: 600; font-size: 13.5px; margin-bottom: 2px; }

.quote-foot{
  display:flex; gap:10px; align-items:center; margin-top: 16px;
}
.quote-foot .btn{ flex: 1; justify-content:center; padding: 14px; }
.price-pop{
  margin-top: 14px;
  background: linear-gradient(180deg, var(--cream-2), var(--cream));
  border: 1px dashed var(--line-2); border-radius: 10px;
  padding: 12px 14px;
  display:flex; align-items:center; justify-content:space-between;
}
.price-pop .lbl{ font-size: 11.5px; color: var(--ink-3); font-family:'Mulish', system-ui, sans-serif; letter-spacing: 0.1em; text-transform: uppercase; }
.price-pop .val{ font-family: 'Mulish'; font-size: 22px; font-weight: 600; color: var(--navy); }
.price-pop .val small{ font-size: 12px; color: var(--ink-3); font-weight: 500; font-family:'Mulish', system-ui, sans-serif; }

/* hero decoration */
.hero-bg-mark{
  position: absolute;
  right: -120px; top: -80px;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(242,101,34,0.10), transparent 60%);
  pointer-events: none;
}
.stamp-deco{
  position: absolute;
  left: -50px; bottom: -50px;
  width: 220px; height: 220px;
  opacity: 0.5;
  pointer-events:none;
}

/* stat bar under hero */
.stat-bar{
  background: var(--ink);
  color: #F0E6D2;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.stat-bar-inner{
  max-width: var(--maxw); margin: 0 auto; padding: 28px 32px;
  display:grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.stat .num{
  font-family: 'Mulish'; font-size: 36px; font-weight: 600; color:#fff;
  letter-spacing:-0.02em; line-height: 1;
}
.stat .num .plus{ color: var(--coral); }
.stat .lbl{
  font-family:'Mulish', system-ui, sans-serif; font-size: 11px; color: #B0B8C5;
  text-transform: uppercase; letter-spacing: 0.12em; margin-top: 8px;
}

/* ============ DOCUMENTS ============ */
.section-head{
  text-align: center; max-width: 760px; margin: 0 auto 56px;
}
.section-head h2{
  font-size: clamp(32px, 3.6vw, 52px);
  letter-spacing: -0.03em;
  line-height: 1.04;
  margin: 14px 0 18px;
}
.section-head p{ font-size: 16.5px; color: var(--ink-2); }

.tabs{
  display:flex; gap: 8px; justify-content:center; flex-wrap:wrap;
  margin: 0 auto 32px;
  background: #fff; border:1px solid var(--line);
  border-radius: 999px; padding: 6px; width: fit-content;
}
.tab{
  padding: 11px 22px; border-radius: 999px;
  background: #fff; border: 1.5px solid var(--line); color: var(--ink-2);
  font-size: 14px; font-weight: 700;
  display:inline-flex; align-items:center; gap:8px;
  transition: background .15s, color .15s, border-color .15s, transform .15s;
  cursor: pointer;
}
.tab:hover{ color: var(--ink); border-color: var(--coral); transform: translateY(-1px); }
.tab.active{ background: var(--ink); color: #fff; border-color: var(--ink); box-shadow: 0 6px 16px rgba(26,14,46,0.20); }
.tab .count{
  font-family:'Mulish', system-ui, sans-serif;
  font-size: 10px; padding: 2px 6px; border-radius: 4px;
  background: rgba(255,255,255,0.15);
}
.tab:not(.active) .count{ background: var(--cream-2); color: var(--ink-3); }

.docs-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.doc{
  background: linear-gradient(180deg, #fff 0%, var(--paper) 100%);
  border: 1px solid var(--line);
  border-radius: 14px; padding: 22px 18px;
  display:flex; gap: 14px; align-items:flex-start;
  transition: transform .2s, box-shadow .2s, border-color .2s, background .2s;
  position:relative;
  min-height: 96px;
  box-shadow: 0 1px 0 rgba(126,63,152,0.04);
}
.doc::before{
  content:"";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 1px;
  background: linear-gradient(135deg, transparent 40%, var(--coral) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none;
}
.doc:hover{
  transform: translateY(-3px);
  border-color: transparent;
  box-shadow: 0 16px 32px rgba(126,63,152,0.18);
  background: #fff;
}
.doc:hover::before{ opacity: 1; }
.doc .ico{
  width: 48px; height: 48px; border-radius: 12px;
  display:grid; place-items:center; flex-shrink:0;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #fff;
  box-shadow: 0 8px 16px rgba(126,63,152,0.25);
}
.doc.acc .ico{ background: linear-gradient(135deg, var(--coral) 0%, var(--coral-2) 100%); color: #fff; box-shadow: 0 8px 16px rgba(242,101,34,0.30); }
.doc.sg .ico{ background: linear-gradient(135deg, #547B5A 0%, #6D9974 100%); color: #fff; box-shadow: 0 8px 16px rgba(84,123,90,0.25); }
.doc .ttl{ font-weight: 800; font-size: 15px; line-height: 1.3; color: var(--ink); }
.doc .sub{ font-size: 12px; color: var(--ink-3); font-weight: 600; margin-top: 4px; }
.doc .arrow{
  position:absolute; top: 16px; right: 16px;
  opacity: 0; transform: translateX(-4px);
  transition: opacity .2s, transform .2s;
  color: var(--coral);
}
.doc:hover .arrow{ opacity: 1; transform: translateX(0); }

.docs-foot{
  margin-top: 28px;
  display:flex; align-items:center; justify-content:space-between;
  padding: 18px 22px; border-radius: 14px;
  background: var(--ink); color:#F0E6D2;
}
.docs-foot .ask{ font-family:'Mulish', system-ui, sans-serif; font-size: 13px; }
.docs-foot .ask strong{ color: #fff; font-family: 'Mulish'; font-size: 16px; font-weight: 600; }

/* ============ PROCESS ============ */
.process{
  background: var(--navy);
  color:#fff;
  position:relative; overflow:hidden;
}
.process .section-head h2,
.process .section-head{ color:#fff; }
.process .section-head h2{ color:#fff; }
.process .section-head p{ color: rgba(255,255,255,0.75); }
.steps{
  display:grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  position:relative;
}
.steps::before{
  content:""; position: absolute; top: 56px; left: 12%; right: 12%; height: 1px;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,0.4) 0 6px, transparent 6px 12px);
  z-index: 0;
}
.step{
  background: #fff;
  border: 1px solid rgba(126,63,152,0.10);
  border-radius: 18px;
  padding: 28px 26px;
  position: relative;
  z-index: 1;
  color: var(--ink);
  box-shadow: 0 20px 40px rgba(26,14,46,0.18);
}
.step .num{
  position:absolute; top: -22px; left: 26px;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--coral); color:#fff;
  display:grid; place-items:center;
  font-family: 'Mulish'; font-weight: 800; font-size: 18px;
  border: 4px solid var(--navy);
  box-shadow: 0 4px 12px rgba(242,101,34,0.4);
}
.step h3{
  color: var(--ink); font-size: 22px;
  margin: 18px 0 10px;
  letter-spacing: -0.02em;
}
.step p{ color: var(--ink-2); font-size: 14.5px; }
.step .demo{
  background: var(--cream-2);
  border-radius: 10px; padding: 14px;
  margin-top: 18px;
  font-family:'Mulish', system-ui, sans-serif; font-size: 12.5px;
  color: var(--ink-2);
  border-left: 3px solid var(--coral);
  line-height: 1.7;
}
.step .demo .key{ color: var(--navy); font-weight: 700; }
.step .demo .ok{ color: #16A34A; font-weight: 700; }

.process-cta{
  text-align:center; margin-top: 48px;
}

/* ============ SAME DAY CTA STRIP ============ */
.cta-strip{
  background: var(--cream);
  color: var(--ink);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.cta-strip-inner{
  max-width: var(--maxw); margin: 0 auto; padding: 0 32px;
  background: linear-gradient(135deg, var(--coral) 0%, #FF8A4C 100%);
  border-radius: 28px;
  padding: 48px 56px;
  display: flex; gap: 32px; align-items: center; justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  box-shadow: 0 30px 60px rgba(242,101,34,0.30);
  position: relative;
  overflow: hidden;
}
.cta-strip-inner::before{
  content:"";
  position: absolute;
  right: -40px; top: -40px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: rgba(255,255,255,0.10);
}
.cta-strip-inner::after{
  content:"";
  position: absolute;
  left: -60px; bottom: -60px;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
}
.cta-strip-text{ flex: 1; min-width: 280px; position: relative; z-index: 1; }
.cta-strip h2{
  color:#fff; font-size: clamp(28px, 3vw, 40px); letter-spacing: -0.025em; margin-bottom: 10px; line-height: 1.05;
}
.cta-strip p{ color: rgba(255,255,255,0.95); font-size: 16px; margin-bottom: 22px; max-width: 520px; }
.cta-strip-ctas{ display:flex; gap: 12px; flex-wrap: wrap; position: relative; z-index: 1; }
.cta-strip .btn-white{ background:#fff; color: var(--ink); }
.cta-strip .btn-white:hover{ background: var(--ink); color:#fff; }

/* ============ PRICING ============ */
.price-section{ background: var(--paper); }
.price-grid{
  display:grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: start;
}
.price-table-wrap{
  background: #fff; border:1px solid var(--line);
  border-radius: 18px; overflow:hidden;
  box-shadow: var(--shadow-sm);
}
.price-table{
  width:100%; border-collapse: collapse;
}
.price-table thead th{
  background: var(--cream-2);
  font-family:'Mulish', system-ui, sans-serif;
  font-size: 11px; font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-3);
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.price-table tbody td{
  padding: 18px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  vertical-align: top;
}
.price-table tbody tr:last-child td{ border-bottom: none; }
.price-table .purpose{ font-weight: 600; color: var(--ink); width: 26%; }
.price-table .purpose small{ display:block; font-size: 11px; font-family:'Mulish', system-ui, sans-serif; color: var(--ink-3); font-weight: 400; margin-top: 4px; letter-spacing: 0.04em; }
.price-table .price{
  font-family:'Mulish'; font-weight: 600;
  color: var(--coral); font-size: 18px; letter-spacing: -0.01em; white-space: nowrap;
}
.price-table .price small{ display:block; font-size: 11px; font-family:'Mulish', system-ui, sans-serif; color: var(--ink-3); font-weight: 400; }
.price-table tbody tr{ transition: background .15s; }
.price-table tbody tr:hover{ background: var(--paper); }
.price-table .docs-list{ font-size: 13.5px; color: var(--ink-2); }

.price-side{
  position: sticky; top: 100px;
}
.price-side .card{
  background: var(--ink);
  border-radius: 18px;
  padding: 28px;
  color: #fff;
}
.price-side .card h3{
  color:#fff; font-size: 24px; margin-bottom: 10px;
}
.price-side .card p{ color: rgba(255,255,255,0.75); font-size: 14px; }
.price-side .receipt{
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px;
  margin-top: 20px;
  position: relative;
  font-family: 'Mulish', system-ui, sans-serif;
}
.price-side .receipt::before, .price-side .receipt::after{
  content:""; position:absolute; width:14px; height:14px; border-radius:50%;
  background: var(--ink);
}
.price-side .receipt::before{ top:-7px; left:-7px; }
.price-side .receipt::after{ top:-7px; right:-7px; }
.price-side .receipt .top{
  display:flex; justify-content: space-between; font-size: 12px;
  color: var(--ink-3); font-weight: 600;
  margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px dashed var(--line);
}
.price-side .receipt .line{
  display:flex; justify-content: space-between; font-size: 12.5px;
  margin: 8px 0; color: var(--ink-2);
}
.price-side .receipt .line strong{ color: var(--ink); font-weight: 500; }
.price-side .receipt .total{
  margin-top: 14px; padding-top: 12px; border-top: 1px dashed var(--line);
  display:flex; justify-content: space-between; align-items: baseline;
}
.price-side .receipt .total .lbl{ font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }
.price-side .receipt .total .val{
  font-family: 'Mulish'; font-size: 30px; font-weight: 700; color: var(--ink); letter-spacing:-0.02em;
}

/* ============ LANGUAGES ============ */
.lang-section{
  background: var(--ink); color: #fff;
}
.lang-section .section-head h2{ color:#fff; }
.lang-section .section-head p{ color: rgba(255,255,255,0.7); }
.lang-grid{
  display:grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
}
.lang{
  background: #fff;
  border: 1px solid rgba(126,63,152,0.10);
  border-radius: 14px;
  padding: 18px 14px;
  display:flex; flex-direction: column; gap: 10px;
  align-items:flex-start;
  transition: background .15s, transform .15s, border-color .15s, box-shadow .15s;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(26,14,46,0.12);
}
.lang:hover{
  background: var(--cream);
  border-color: var(--coral);
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(242,101,34,0.20);
}
.flag{
  width: 40px; height: 28px; border-radius: 4px;
  display:grid; place-items:center;
  font-family:'Mulish', system-ui, sans-serif; font-size: 10px; font-weight: 700;
  letter-spacing: 0.05em;
  position: relative; overflow:hidden;
  color: #fff;
  border: 1px solid rgba(126,63,152,0.15);
}
.lang .name{ font-weight: 800; font-size: 15px; color: var(--ink); }
.lang .meta{ font-family:'Mulish', system-ui, sans-serif; font-size: 10.5px; color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; }

.lang-more{
  margin-top: 28px; text-align:center;
  display:flex; gap: 16px; align-items:center; justify-content:center;
  flex-wrap: wrap;
}
.lang-more .small{ font-family:'Mulish', system-ui, sans-serif; font-size: 12.5px; color: rgba(255,255,255,0.65); }
.lang-more .small strong{ color: var(--gold); font-weight: 700; }

/* ============ SAMPLES ============ */
.samples-section{ background: var(--cream); }
.samples-row{
  display:grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 32px;
}
.sample{
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
  position: relative;
}
.sample .meta-top{
  display:flex; justify-content: space-between; align-items:center;
  margin-bottom: 18px;
}
.sample .tag{
  font-family: 'Mulish', system-ui, sans-serif; font-size: 13px;
  font-weight: 700;
  color: var(--ink-2);
}
.sample .stamp{
  width: 56px; height: 56px;
  border: 2px solid var(--coral); color: var(--coral);
  border-radius: 50%;
  display:grid; place-items:center;
  font-family:'Mulish', system-ui, sans-serif; font-size: 8px;
  text-align:center; line-height: 1.1;
  font-weight: 700;
  transform: rotate(-12deg);
  opacity: 0.85;
}
.sample .preview{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px 22px 22px;
  font-family: 'Mulish', system-ui, sans-serif;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--ink-2);
  min-height: 320px;
  position: relative;
}
.sample .preview::before{
  content: "TRANSLATED COPY";
  position:absolute; top: -10px; left: 16px; background: #fff; padding: 0 8px;
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; color: var(--ink-3);
}
.sample .preview h5{
  font-family:'Mulish', system-ui, sans-serif; text-align:center;
  font-size: 15px; letter-spacing: 0.04em; text-transform: uppercase;
  margin-bottom: 6px; font-weight: 800;
}
.sample .preview .sub-h{
  text-align:center; font-size: 11px; font-weight: 600; color: var(--ink-3); margin-bottom: 16px; letter-spacing: 0.04em;
}
.sample .preview .row{ display:flex; justify-content: space-between; gap: 12px; border-bottom: 1px dotted var(--line); padding: 5px 0; }
.sample .preview .row .k{ color: var(--ink-3); font-weight: 500; }
.sample .preview .row .v{ color: var(--ink); font-weight: 700; text-align: right; }
.sample .preview .seal{
  margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--line);
  display:flex; justify-content: space-between; align-items: flex-end; gap: 10px;
}
.sample .preview .seal .sig{
  font-family: 'Mulish', system-ui, sans-serif;
  font-style: italic; font-size: 18px; color: var(--navy); font-weight: 700;
  border-bottom: 1px solid var(--ink); padding-bottom: 2px;
}
.sample .preview .seal .sub{ font-size: 10px; color: var(--ink-3); letter-spacing: 0.04em; margin-top: 4px; font-weight: 600; }
.sample .preview .seal .stamp-sm{
  width: 52px; height: 52px; border: 2px solid var(--sage-deep); color: var(--sage-deep);
  border-radius: 50%; display:grid; place-items:center; font-size:8.5px; font-weight: 800; text-align:center; line-height: 1.1;
  transform: rotate(8deg);
}
.sample .name{
  font-family: 'Mulish'; font-weight: 600;
  font-size: 17px; margin-top: 16px; color: var(--ink);
}
.sample .lang-pair{
  font-family:'Mulish', system-ui, sans-serif; font-size: 11px; color: var(--ink-3); margin-top: 4px;
  letter-spacing: 0.04em;
}

/* ============ REVIEWS ============ */
.reviews-section{
  background: var(--cream-2);
  position: relative;
}
.review-head{ display:flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 40px; flex-wrap: wrap; }
.review-head .left{ max-width: 640px; }
.review-head h2{
  font-size: clamp(32px, 3.6vw, 52px); letter-spacing: -0.03em; line-height: 1.04;
  margin: 14px 0 12px;
}
.review-score{
  background: #fff; border:1px solid var(--line); border-radius: 16px;
  padding: 20px 26px; display:flex; gap: 22px; align-items:center;
}
.review-score .num{ font-family:'Mulish'; font-size: 46px; font-weight: 700; color: var(--ink); line-height: 1; }
.review-score .stars{ color: var(--gold); font-size: 18px; letter-spacing: 2px; }
.review-score .meta{ font-family:'Mulish', system-ui, sans-serif; font-size: 11.5px; color: var(--ink-3); margin-top: 4px; }

.review-grid{
  display:grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.review{
  background: #fff; border:1px solid var(--line);
  border-radius: 18px; padding: 26px;
  display:flex; flex-direction: column; gap: 16px;
}
.review .quote-mark{
  font-family: 'Mulish'; font-size: 64px; line-height: 0.7;
  color: var(--coral); height: 28px;
}
.review .body{ font-size: 15px; color: var(--ink-2); line-height: 1.55; flex: 1; }
.review .by{
  display:flex; gap: 12px; align-items:center;
  padding-top: 16px; border-top: 1px dashed var(--line);
}
.review .avatar{
  width: 42px; height: 42px; border-radius: 50%;
  display:grid; place-items:center;
  font-family:'Mulish'; font-weight: 700; color:#fff;
  background: var(--navy);
}
.review .who{ display:flex; flex-direction: column; }
.review .who strong{ font-size: 14px; }
.review .who span{ font-family:'Mulish', system-ui, sans-serif; font-size: 11px; color: var(--ink-3); letter-spacing: 0.04em; }
.review .meta-r{ display:flex; gap: 10px; margin-left: auto; align-items:center; font-size: 11px; color: var(--ink-3); font-family:'Mulish', system-ui, sans-serif; }

/* ============ FAQ ============ */
.faq-section{ background: var(--paper); }
.faq-grid{
  display:grid; grid-template-columns: 1fr 1fr; gap: 14px 24px;
}
.faq{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color .15s;
}
.faq[open]{ border-color: var(--navy); box-shadow: var(--shadow-sm); }
.faq summary{
  list-style: none;
  padding: 20px 24px;
  display:flex; align-items: center; justify-content: space-between; gap: 14px;
  cursor: pointer;
  font-family: 'Mulish';
  font-weight: 600; font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--ink);
  position: relative;
}
.faq summary::-webkit-details-marker{ display: none; }
.faq summary .num{
  font-family:'Mulish', system-ui, sans-serif; font-size: 11px; color: var(--ink-3);
  letter-spacing: 0.08em;
}
.faq .toggle{
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--cream-2); color: var(--ink);
  display:grid; place-items:center;
  flex-shrink:0;
  transition: transform .2s, background .2s, color .2s;
  font-family:'Mulish'; font-size: 18px; font-weight: 500; line-height: 1;
}
.faq[open] .toggle{ background: var(--coral); color:#fff; transform: rotate(45deg); }
.faq .answer{
  padding: 0 24px 22px 24px;
  font-size: 14.5px; color: var(--ink-2); line-height: 1.6;
  border-top: 1px dashed var(--line);
  padding-top: 18px;
}
.faq .q-row{ display:flex; flex-direction: column; gap: 6px; flex: 1; }

/* ============ FINAL CTA ============ */
.final-cta{
  background: var(--ink);
  color:#fff;
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
.final-cta-inner{
  max-width: 880px; margin: 0 auto; padding: 0 32px; text-align:center;
  position: relative; z-index: 1;
}
.final-cta h2{
  color:#fff; font-size: clamp(40px, 5vw, 72px); letter-spacing: -0.035em;
  line-height: 0.98; margin-bottom: 22px;
}
.final-cta h2 .accent{ color: var(--coral); font-style: italic; }
.final-cta p{ color: rgba(255,255,255,0.7); font-size: 17px; max-width: 600px; margin: 0 auto 32px; }
.final-cta .ctas{ display:flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.final-cta .deco-stamp{
  position:absolute; bottom: -100px; right: -80px;
  width: 360px; height: 360px;
  border: 2px dashed rgba(255,255,255,0.10);
  border-radius: 50%;
}
.final-cta .deco-stamp::before{
  content:""; position:absolute; inset: 30px;
  border: 2px dashed rgba(255,255,255,0.06);
  border-radius: 50%;
}

/* ============ FOOTER ============ */
.footer{ background: var(--navy-deep); color: rgba(255,255,255,0.7); padding: 64px 0 32px; }
.footer-grid{
  max-width: var(--maxw); margin: 0 auto; padding: 0 32px;
  display:grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px;
}
.footer h5{ color:#fff; font-size: 13px; font-family:'Mulish', system-ui, sans-serif; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 18px; font-weight: 600; }
.footer a{ display:block; padding: 5px 0; font-size: 16px; transition: color .15s; }
.footer a:hover{ color: var(--coral); }
.footer .brand-block .logo{ color:#fff; margin-bottom: 14px; }
.footer .brand-block .logo small{ color: rgba(255,255,255,0.5); }
.footer .brand-block p{ font-size: 16px; color: rgba(255,255,255,0.65); margin-bottom: 16px; max-width: 320px; }
.footer-bottom{
  max-width: var(--maxw); margin: 22px auto 0; padding: 22px 32px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  display:flex; justify-content: space-between; align-items:center; flex-wrap:wrap; gap: 14px;
  font-family:'Mulish', system-ui, sans-serif; font-size: 14px; color: rgba(255,255,255,0.55);
  letter-spacing: 0.02em; font-weight: 500;
}
.footer-disclaimer{
  max-width: var(--maxw); margin: 48px auto 0; padding: 0 32px;
}
.footer-disclaimer p{
  font-size: 12.5px; color: rgba(255,255,255,0.55); line-height: 1.6;
  margin: 0;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-disclaimer strong{ color: rgba(255,255,255,0.85); font-weight: 700; }

/* ============ NOTIFICATION BAR ============ */
.notif-bar{
  background: linear-gradient(90deg, var(--navy-deep) 0%, var(--navy) 100%);
  color: #fff;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.notif-inner{
  max-width: var(--maxw); margin: 0 auto; padding: 9px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  flex-wrap: wrap;
}
.notif-left{ display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.notif-badge{
  background: var(--coral);
  color: #fff;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11.5px;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 10px rgba(242,101,34,0.4);
}
.notif-text{ color: rgba(255,255,255,0.92); font-weight: 500; }
.notif-text strong{ color: #fff; font-weight: 800; background: rgba(255,255,255,0.10); padding: 2px 8px; border-radius: 4px; }
.notif-right{ display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.notif-link{
  display: inline-flex; align-items: center; gap: 7px;
  color: rgba(255,255,255,0.92); font-weight: 600; font-size: 12.5px;
  transition: color .15s;
}
.notif-link:hover{ color: var(--coral); }

/* ============ SOCIAL ICONS ============ */
.social-row{
  display: flex; gap: 8px; margin-top: 16px;
  align-items: center;
}
.social{
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.75);
  transition: background .15s, color .15s, transform .15s, border-color .15s;
  padding: 0;
  box-sizing: border-box;
}
.social svg{
  display: block;
  margin: 0;
  vertical-align: middle;
  flex-shrink: 0;
}
.social:hover{
  background: var(--coral);
  color: #fff;
  border-color: var(--coral);
  transform: translateY(-2px);
}

@media (max-width: 720px){
  .notif-inner{ padding: 8px 16px; gap: 10px; font-size: 12px; }
  .notif-text{ display: none; }
  .notif-right{ gap: 14px; }
  .notif-link{ font-size: 11.5px; }
}
.cases-section{ background: var(--paper); position: relative; }
.cases-grid{
  display:grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.cases-copy h2{
  font-size: clamp(32px, 3.6vw, 48px);
  letter-spacing: -0.03em;
  line-height: 1.04;
  margin: 18px 0 22px;
}
.cases-copy h2 .hl{
  color: var(--coral);
  font-style: italic;
}
.cases-copy .lead{
  font-size: 17px; color: var(--ink-2); margin-bottom: 28px; line-height: 1.6;
}
.cases-copy .lead em{ color: var(--ink); font-style: italic; font-weight: 600; }
.case-list{
  list-style: none; padding: 0; margin: 0 0 32px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.case-list li{
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 14.5px; color: var(--ink-2);
  line-height: 1.45;
}
.case-list li .dot{
  flex-shrink: 0;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--coral-soft); border: 2px solid var(--coral);
  margin-top: 1px;
  position: relative;
}
.case-list li .dot::after{
  content:""; position: absolute; inset: 3px;
  background: var(--coral); border-radius: 50%;
}
.case-list li strong{ color: var(--ink); font-weight: 700; }
.cases-ctas{ display: flex; gap: 12px; flex-wrap: wrap; }
.cases-visual{
  position: relative;
}
.cases-img-wrap{
  position: relative;
  max-width: 520px;
  margin: 0 auto;
}
.cases-img-wrap::before{
  content:"";
  position: absolute; inset: -20px -30px -40px -30px;
  background:
    radial-gradient(circle at 30% 40%, var(--coral-soft) 0%, transparent 55%),
    radial-gradient(circle at 70% 60%, rgba(20,58,95,0.08) 0%, transparent 55%);
  border-radius: 50%;
  z-index: 0;
}
.cases-img-wrap img{
  position: relative; z-index: 1;
  width: 100%; height: auto;
  filter: drop-shadow(0 30px 60px rgba(14,27,44,0.12));
}

/* ============ CONTACT / MAP ============ */
.contact-section{
  background: var(--cream);
  padding: 96px 0;
  border-top: 1px solid var(--line);
}
.contact-grid{
  display:grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: stretch;
}
.contact-copy h2{
  font-size: clamp(30px, 3.2vw, 44px);
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 18px 0 16px;
}
.contact-copy p{ font-size: 16px; color: var(--ink-2); max-width: 460px; margin-bottom: 32px; }
.contact-cards{
  display: grid; gap: 12px;
}
.contact-card{
  background: #fff; border: 1px solid var(--line);
  border-radius: 14px; padding: 18px 20px;
  display: flex; gap: 16px; align-items: center;
  transition: border-color .15s, transform .15s, box-shadow .15s;
}
.contact-card:hover{ border-color: var(--coral); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.contact-card .c-ico{
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--coral-soft); color: var(--coral);
  display: grid; place-items: center; flex-shrink: 0;
}
.contact-card .c-body{ flex: 1; min-width: 0; }
.contact-card .c-label{
  font-size: 11px; font-weight: 700; color: var(--ink-3);
  text-transform: uppercase; letter-spacing: 0.1em;
  margin-bottom: 3px;
}
.contact-card .c-val{
  font-family: 'Mulish', system-ui, sans-serif;
  font-weight: 700; font-size: 16px;
  color: var(--ink);
  word-break: break-word;
}
.contact-card .c-arrow{
  color: var(--ink-3); transition: color .15s, transform .15s;
}
.contact-card:hover .c-arrow{ color: var(--coral); transform: translateX(2px); }

.map-card{
  background: #fff; border: 1px solid var(--line);
  border-radius: 22px; overflow: hidden;
  box-shadow: var(--shadow-md);
  display: flex; flex-direction: column;
}
.map-card .map-head{
  padding: 18px 22px; display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.map-card .map-head h3{
  font-size: 17px; font-weight: 800; letter-spacing: -0.01em;
  margin: 0;
}
.map-card .map-head .open-maps{
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 12px; border-radius: 999px;
  background: var(--coral); color: #fff;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.02em;
  transition: background .15s;
}
.map-card .map-head .open-maps:hover{ background: var(--coral-2); }
.map-card .map-img-wrap{
  position: relative; flex: 1;
  min-height: 360px;
  height: 360px;
  overflow: hidden;
  background: var(--cream);
}
.map-card .map-img-wrap iframe{
  width: 100%; height: 100%;
  border: 0; display: block;
}
.map-card .map-foot{
  padding: 16px 22px; border-top: 1px solid var(--line);
  display: flex; gap: 14px; align-items: center;
}
.map-card .map-foot .pin{
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--coral-soft); color: var(--coral);
  display: grid; place-items: center;
}
.map-card .map-foot .addr strong{ font-size: 14px; display: block; }
.map-card .map-foot .addr span{ font-size: 12.5px; color: var(--ink-3); }

/* responsive */
/* ============ RESPONSIVE ============ */
@media (max-width: 1080px){
  .cases-grid, .contact-grid{ grid-template-columns: 1fr; gap: 40px; }
  .case-list{ grid-template-columns: 1fr; }
  .hero-grid{ grid-template-columns: 1fr; gap: 40px; }
  .docs-grid{ grid-template-columns: repeat(2, 1fr); }
  .lang-grid{ grid-template-columns: repeat(4, 1fr); }
  .steps{ grid-template-columns: 1fr; }
  .steps::before{ display:none; }
  .price-grid{ grid-template-columns: 1fr; }
  .samples-row, .review-grid{ grid-template-columns: 1fr; }
  .faq-grid{ grid-template-columns: 1fr; }
  .stat-bar-inner{ grid-template-columns: repeat(2,1fr); }
  .cta-strip-inner{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr 1fr; }
  .nav-links{ display:none !important; }
  .hamburger{ display: flex !important; }
  .nav-actions .btn-wa{ display: none; }
  .trust-row{ grid-template-columns: 1fr; }
  .review-head{ flex-direction: column; align-items: flex-start; gap: 22px; }
}

@media (max-width: 768px){
  .notif-inner{ padding: 8px 16px; font-size: 11.5px; }
  .notif-badge{ font-size: 10.5px; padding: 3px 8px; }
  .nav-inner{ padding: 12px 16px; }
  .logo-img{ height: 58px; }
  .container{ padding: 0 18px; }
  .section{ padding: 56px 0; }
  .docs-grid{ grid-template-columns: 1fr 1fr; gap: 10px; }
  .doc{ padding: 16px 14px; min-height: 80px; gap: 10px; }
  .doc .ico{ width: 40px; height: 40px; }
  .doc .ttl{ font-size: 13px; }
  .doc .sub{ font-size: 11px; }
  .docs-foot{
    flex-direction: column; gap: 14px; text-align: center;
    padding: 18px;
  }
  .tabs{ flex-direction: column; padding: 8px; gap: 6px; width: 100%; border-radius: 16px; }
  .tab{ width: 100%; justify-content: center; padding: 12px 16px; font-size: 13.5px; }
  .case-list{ gap: 10px; }
  .case-list li{ font-size: 13.5px; }
  .review-grid{ gap: 14px; }
  .cta-strip{ padding: 40px 0; }
  .cta-strip-inner{ padding: 28px 22px; border-radius: 18px; }
  .cta-strip-inner::before,
  .cta-strip-inner::after{ display: none; }
  .cta-strip h2{ font-size: 24px; }
  .cta-strip p{ font-size: 14px; }
  .final-cta{ padding: 64px 0 56px; }
  .price-table tbody td{ padding: 10px 10px; font-size: 12px; }
  .price-table thead th{ padding: 10px 10px; font-size: 10px; }
  .price-table .price{ font-size: 15px; }
  .price-table .docs-list{ font-size: 12px; }
  .lang-grid{ grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .lang{ padding: 14px 10px; }
  .stat-bar-inner{ padding: 22px 18px; gap: 18px; }
  .stat .num{ font-size: 28px; }
  .map-card .map-img-wrap{ min-height: 280px; height: 280px; }
  .map-card .map-head{ padding: 14px 18px; }
  .map-card .map-head h3{ font-size: 15px; }
  .footer-bottom{ padding: 22px 18px 0; flex-direction: column; align-items: flex-start; }
  .footer-disclaimer{ padding: 0 18px; }
  .footer-disclaimer p{ font-size: 11.5px; }
}

@media (max-width: 600px){
  .container{ padding: 0 16px; }
  .nav-inner{ padding: 10px 16px; gap: 10px; }
  .logo-img{ height: 58px; }
  .docs-grid{ grid-template-columns: 1fr; }
  .lang-grid{ grid-template-columns: repeat(2, 1fr); }
  .nav-actions .btn-primary{ font-size: 12px; padding: 8px 12px; }
  .nav-actions .btn-primary .icn{ display: none; }
  .hero{ padding: 24px 0 40px; }
  .hero h1{ font-size: 34px !important; line-height: 1.05; }
  .hero-tag{ font-size: 11.5px; padding: 7px 12px; }
  .hero-lede{ font-size: 15px; }
  .hero-ctas{ width: 100%; }
  .hero-ctas .btn{ flex: 1; justify-content: center; padding: 13px 16px; }
  .section-head h2,
  .cases-copy h2,
  .review-head h2,
  .contact-copy h2{ font-size: 28px !important; }
  .final-cta h2{ font-size: 36px !important; }
  .footer-grid{ grid-template-columns: 1fr; gap: 32px; }
  .footer h5{ font-size: 12px; margin-bottom: 12px; }
  .stat-bar-inner{ grid-template-columns: 1fr 1fr; gap: 22px 16px; padding: 22px 16px; }
  .stat .num{ font-size: 24px; }
  .review-score{ padding: 16px 18px; gap: 16px; }
  .review-score .num{ font-size: 36px; }
  .review-score > div:last-child{ padding-left: 16px !important; }
  .doc{ padding: 14px 12px; }
  .cases-img-wrap{ padding: 0 8px; }
  .cta-strip-ctas{ width: 100%; }
  .cta-strip-ctas .btn{ flex: 1; justify-content: center; }
  .final-cta .ctas .btn{ flex: 1; justify-content: center; }
  .lang-more{ flex-direction: column; gap: 14px; }
  .price-side .receipt{ padding: 18px; }
  .price-side .receipt .total .val{ font-size: 26px; }
  .step{ padding: 24px 20px; }
  .step .num{ width: 40px; height: 40px; font-size: 16px; top: -20px; }
  .step h3{ font-size: 20px; }
  .faq summary{ padding: 16px 18px; font-size: 14px; }
  .faq .answer{ padding: 0 18px 18px; padding-top: 14px; font-size: 13.5px; }
  .map-card{ border-radius: 16px; }
  .map-card .map-img-wrap{ min-height: 240px; height: 240px; }
  .contact-card{ padding: 14px 16px; }
  .contact-card .c-val{ font-size: 14px; }
  .sample{ padding: 18px; }
  .sample .preview{ min-height: auto; padding: 20px 18px 18px; font-size: 12px; }
  .sample .preview h5{ font-size: 13px; }
  .review{ padding: 22px; }
  .review .body{ font-size: 14px; }
}

/* SVG placeholder pattern */
.placeholder{
  background:
    linear-gradient(180deg, rgba(20,58,95,0.05), rgba(20,58,95,0.02)),
    repeating-linear-gradient(135deg, transparent 0 8px, rgba(20,58,95,0.06) 8px 9px);
  border: 1px dashed var(--line-2);
  border-radius: 10px;
  display:grid; place-items:center;
  font-family:'Mulish', system-ui, sans-serif;
  font-size: 11px;
  color: var(--ink-3);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* WordPress-specific helpers */
.wp-block-image img,
.wp-post-image{ max-width: 100%; height: auto; }
.alignleft{ float: left; margin: 0 24px 12px 0; }
.alignright{ float: right; margin: 0 0 12px 24px; }
.aligncenter{ display: block; margin-left: auto; margin-right: auto; }
.screen-reader-text{ position: absolute; left: -9999px; }
.page-content, .entry-content{ font-size: 16px; line-height: 1.65; }
.page-content h2, .entry-content h2{ font-size: 28px; margin: 32px 0 14px; }
.page-content h3, .entry-content h3{ font-size: 22px; margin: 28px 0 12px; }
.page-content p, .entry-content p{ margin: 0 0 18px; }
.page-content ul, .entry-content ul,
.page-content ol, .entry-content ol{ margin: 0 0 18px 22px; }
.page-content li, .entry-content li{ margin-bottom: 8px; }
.page-content a, .entry-content a{ color: var(--coral); text-decoration: underline; }


/* HIRE PAGE STYLES */
.hire-hero{
	padding: 60px 0 32px;
	background: var(--cream);
	position: relative;
	overflow: hidden;
}
.hire-hero::before{
	content: "";
	position: absolute;
	top: -60px; right: -120px;
	width: 380px; height: 380px;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, rgba(242,101,34,0.12), transparent 60%);
	pointer-events: none;
}
.hire-hero-inner{ max-width: 720px; }
.hire-h1{
	font-size: clamp(34px, 4.5vw, 56px);
	letter-spacing: -0.03em;
	line-height: 1.04;
	margin: 16px 0 20px;
	font-weight: 700;
}
.hire-lede{
	font-size: 16.5px; color: var(--ink-2);
	margin-bottom: 22px;
	max-width: 560px;
}
.hire-trust-row{ display: flex; gap: 8px; flex-wrap: wrap; }
.hire-trust-pill{
	display: inline-flex; align-items: center; gap: 8px;
	padding: 8px 14px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 999px;
	font-size: 13px; font-weight: 700;
	color: var(--ink);
}
.hire-trust-pill svg{ color: var(--sage-deep); }

.hire-section{ padding: 32px 0 64px; background: var(--cream); }
.hire-grid{
	display: grid;
	grid-template-columns: 1.6fr 1fr;
	gap: 28px;
	align-items: start;
}

.hire-main{ display: flex; flex-direction: column; gap: 18px; }
.hire-step{
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 1px 0 rgba(126,63,152,0.04);
}
.hire-step-head{
	display: flex; align-items: center; gap: 14px;
	padding: 20px 26px;
	border-bottom: 1px solid var(--line);
	background: var(--paper);
}
.hire-step-num{
	width: 32px; height: 32px;
	border-radius: 50%;
	background: var(--navy); color: #fff;
	display: grid; place-items: center;
	font-weight: 800; font-size: 14px;
	flex-shrink: 0;
}
.hire-step-head h2{
	font-size: 17px; font-weight: 800;
	letter-spacing: -0.01em;
	margin: 0;
}
.hire-step-body{ padding: 22px 26px; }
.hire-row{ margin-bottom: 4px; }
.hire-row-2{ display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 4px; }

.hire-consent{ margin-top: 8px; }
.hire-consent .check{
	display: flex; gap: 10px; align-items: flex-start;
	font-size: 13.5px; color: var(--ink-2);
	line-height: 1.5;
	cursor: pointer;
}
.hire-consent .check input{ margin-top: 2px; accent-color: var(--coral); width: 18px; height: 18px; flex-shrink: 0; }
.hire-consent .check a{ color: var(--coral); font-weight: 700; text-decoration: underline; }

.hire-side{ position: sticky; top: 100px; display: flex; flex-direction: column; gap: 16px; }
.hire-summary{
	background: var(--navy);
	color: #fff;
	border-radius: 18px;
	padding: 24px;
	position: relative;
	overflow: hidden;
}
.hire-summary::before{
	content: "";
	position: absolute;
	top: -40px; right: -40px;
	width: 140px; height: 140px;
	border-radius: 50%;
	background: rgba(242,101,34,0.18);
}
.hire-summary-head{ margin-bottom: 14px; position: relative; }
.hire-summary-head .eyebrow{
	background: rgba(242,101,34,0.18); color: #FFD9BF;
	border-color: rgba(242,101,34,0.35);
}
.hire-summary-rows{
	display: flex; flex-direction: column; gap: 8px;
	padding: 12px 0; margin: 0 0 12px;
	border-bottom: 1px dashed rgba(255,255,255,0.18);
	position: relative;
}
.hire-sum-row{
	display: flex; justify-content: space-between; align-items: center;
	font-size: 13.5px;
	color: rgba(255,255,255,0.78);
}
.hire-sum-row strong{ color: #fff; font-weight: 700; }
.hire-sum-row small{ font-size: 11px; opacity: 0.7; }
.hire-sum-total{
	display: flex; align-items: baseline; justify-content: space-between;
	margin: 14px 0 4px; position: relative;
}
.hire-sum-total .lbl{ font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.7); font-weight: 700; }
.hire-sum-total .val{
	font-size: 42px; font-weight: 800; letter-spacing: -0.025em;
	color: #fff;
}
.hire-eta{
	font-size: 12px; color: rgba(255,255,255,0.7);
	margin-bottom: 18px;
	position: relative;
}
.hire-submit-cta{
	width: 100%; justify-content: center;
	position: relative;
}
.hire-fine{
	text-align: center;
	font-size: 11.5px;
	color: rgba(255,255,255,0.55);
	margin: 12px 0 0;
	position: relative;
}

.hire-trust-card{
	background: #fff; border: 1px solid var(--line);
	border-radius: 18px; padding: 22px;
	display: flex; flex-direction: column; gap: 16px;
}
.hire-trust-item{
	display: flex; gap: 14px; align-items: flex-start;
}
.hire-trust-ico{
	flex-shrink: 0;
	width: 36px; height: 36px;
	border-radius: 10px;
	background: var(--coral-soft); color: var(--coral);
	display: grid; place-items: center;
}
.hire-trust-item strong{ font-size: 14px; }
.hire-trust-item span{ font-size: 12.5px; color: var(--ink-3); }

.hire-wa{
	display: flex; align-items: center; justify-content: center; gap: 10px;
	padding: 14px;
	background: #DCFCE7; color: #16A34A;
	border-radius: 14px;
	font-weight: 700; font-size: 14px;
	transition: background .15s;
}
.hire-wa:hover{ background: #BBF7D0; }

.hire-submit-mobile{ display: none; }

/* Social proof */
.hire-social-proof{
	background: var(--ink);
	color: #fff;
	padding: 44px 0;
}
.hire-proof-grid{
	display: grid; grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.hire-proof-stat .num{
	font-size: 44px; font-weight: 800; letter-spacing: -0.025em;
	color: #fff; line-height: 1;
}
.hire-proof-stat .lbl{
	font-size: 12px; color: rgba(255,255,255,0.6);
	margin-top: 8px;
	letter-spacing: 0.04em;
	font-weight: 600;
}

@media (max-width: 980px){
	.hire-grid{ grid-template-columns: 1fr; }
	.hire-side{ position: static; }
	.hire-submit-mobile{ display: block; }
	.hire-submit-cta{ display: none; }
	.hire-side{ order: -1; }
	.hire-summary{ padding: 20px; }
	.hire-sum-total .val{ font-size: 36px; }
}
@media (max-width: 600px){
	.hire-hero{ padding: 40px 0 24px; }
	.hire-step-head{ padding: 16px 18px; }
	.hire-step-body{ padding: 18px; }
	.hire-row-2{ grid-template-columns: 1fr; }
	.hire-proof-grid{ grid-template-columns: 1fr 1fr; gap: 20px 16px; }
	.hire-proof-stat .num{ font-size: 34px; }
}


@media (max-width: 960px) {
	.about-grid,
	.credentials-grid,
	.office-grid {
		grid-template-columns: 1fr !important;
		gap: 40px !important;
	}
	.why-grid,
	.who-grid,
	.values-grid,
	.process-steps {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 18px !important;
	}
	.creds-list {
		grid-template-columns: repeat(3, 1fr) !important;
	}
}

@media (max-width: 640px) {
	.hero {
		padding: 50px 0 30px !important;
	}
	.section {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.about-grid,
	.credentials-grid,
	.office-grid {
		gap: 32px !important;
	}
	.why-grid,
	.who-grid,
	.values-grid,
	.process-steps {
		grid-template-columns: 1fr !important;
		gap: 14px !important;
	}
	.creds-list {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 12px !important;
	}
	.stats-grid {
		gap: 18px !important;
	}
	.stats-grid > div > div:first-child {
		font-size: 32px !important;
	}
	.why-card,
	.who-card,
	.process-card {
		padding: 22px !important;
	}
	.final-cta {
		padding: 50px 20px !important;
	}
	.final-cta h2 {
		font-size: 28px !important;
	}
	.section-head h2 {
		font-size: 24px !important;
	}
}

@media (max-width: 400px) {
	.creds-list {
		grid-template-columns: 1fr !important;
	}
}

/* === Mobile Order Fix — Form first, summary after === */
@media (max-width: 960px) {
	.hire-grid {
		display: flex !important;
		flex-direction: column !important;
		gap: 24px;
	}
	
	.hire-main {
		order: 1 !important;
		width: 100%;
	}
	
	.hire-side {
		order: 2 !important;
		width: 100%;
		position: static !important; /* Remove sticky on mobile */
	}
	
	/* Hide the desktop summary submit button on mobile (form has its own) */
	.hire-side .hire-submit-cta {
		display: none !important;
	}
	
	/* Adjust summary card spacing on mobile */
	.hire-summary {
		margin-bottom: 16px;
	}
	
	/* Trust card and WhatsApp link spacing */
	.hire-trust-card,
	.hire-wa {
		margin-top: 16px;
	}
}

/* Optional: Smoother stacking on very small screens */
@media (max-width: 480px) {
	.hire-grid {
		gap: 18px;
	}
}
.social-row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 16px;
}

.social-row .social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
	transition: background 0.2s ease, transform 0.2s ease;
	flex-shrink: 0;
}

.social-row .social:hover {
	background: rgba(255, 255, 255, 0.25);
	transform: translateY(-2px);
}

.social-row .social svg {
	display: block;
	width: 18px;
	height: 18px;
}


/* Anchor for pagination scroll */
.reviews-section { scroll-margin-top: 100px; }

/* === Review Grid === */
.review-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.review-card {
	background: #fff;
	border: 1px solid var(--line, #eaeaea);
	border-radius: 18px;
	padding: 28px 26px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.review-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

/* === Stars === */
.review-stars {
	display: flex;
	gap: 2px;
	font-size: 20px;
	line-height: 1;
}

.star-active {
	color: #FFB400;
	text-shadow: 0 1px 2px rgba(255, 180, 0, 0.25);
}

.star-inactive {
	color: #E0E0E0;
}

/* === Heading === */
.review-heading {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: -0.01em;
	color: var(--ink, #1a1a1a);
	margin: 0;
}

/* === Body === */
.review-body {
	font-size: 14.5px;
	line-height: 1.65;
	color: var(--ink-2, #4a4a4a);
	margin: 0;
}

/* === Tags === */
.review-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: auto;
}

.r-tag {
	display: inline-block;
	font-size: 11.5px;
	font-weight: 600;
	padding: 5px 10px;
	border-radius: 999px;
	letter-spacing: 0.01em;
}

.r-tag-doc {
	background: rgba(255, 107, 91, 0.08);
	color: var(--coral, #ff6b5b);
}

.r-tag-lang {
	background: rgba(60, 70, 110, 0.08);
	color: var(--navy, #3c466e);
}

.r-tag-purpose {
	background: rgba(120, 160, 120, 0.1);
	color: #4a7a4a;
}

/* === Author === */
.review-author {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-top: 14px;
	border-top: 1px solid var(--line, #eaeaea);
}

.r-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	flex-shrink: 0;
}

.r-who strong {
	display: block;
	font-size: 14px;
	color: var(--ink, #1a1a1a);
	font-weight: 700;
	line-height: 1.2;
}

.r-who span {
	display: block;
	font-size: 12px;
	color: var(--ink-3, #888);
	margin-top: 2px;
}

/* === IN-PAGE CTA BANNER === */
.reviews-cta-banner {
	background: linear-gradient(135deg, var(--navy, #3c466e) 0%, #1f2845 100%);
	border-radius: 22px;
	padding: 40px;
	margin: 50px 0;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.reviews-cta-banner::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -10%;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(255, 107, 91, 0.15) 0%, transparent 70%);
	pointer-events: none;
}

.reviews-cta-inner {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 30px;
	align-items: center;
	position: relative;
	z-index: 1;
}

.reviews-cta-text h3 {
	font-size: clamp(20px, 2.2vw, 26px);
	font-weight: 700;
	letter-spacing: -0.02em;
	margin: 0 0 10px;
	line-height: 1.25;
}

.reviews-cta-text p {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	line-height: 1.5;
}

.reviews-cta-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

/* === PAGINATION === */
.reviews-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 40px;
	flex-wrap: wrap;
}

.pg-btn,
.pg-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 42px;
	height: 42px;
	padding: 0 14px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid var(--line, #eaeaea);
	background: #fff;
	color: var(--ink, #1a1a1a);
	transition: all 0.2s ease;
}

.pg-btn:hover,
.pg-num:hover {
	border-color: var(--coral, #ff6b5b);
	color: var(--coral, #ff6b5b);
	transform: translateY(-1px);
}

.pg-current {
	background: var(--coral, #ff6b5b) !important;
	color: #fff !important;
	border-color: var(--coral, #ff6b5b) !important;
	pointer-events: none;
}

.pg-disabled {
	opacity: 0.4;
	pointer-events: none;
	cursor: not-allowed;
}

.pg-numbers {
	display: flex;
	gap: 6px;
}

/* === MOBILE RESPONSIVE === */
@media (max-width: 1024px) {
	.review-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.reviews-cta-inner {
		grid-template-columns: 1fr;
		gap: 20px;
		text-align: center;
	}
	.reviews-cta-actions {
		justify-content: center;
	}
	.reviews-cta-banner {
		padding: 32px 24px;
	}
}

@media (max-width: 640px) {
	.review-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.review-card {
		padding: 22px 20px;
	}
	.review-heading {
		font-size: 16px;
	}
	.review-stars {
		font-size: 18px;
	}
	.reviews-pagination {
		gap: 6px;
	}
	.pg-btn,
	.pg-num {
		min-width: 38px;
		height: 38px;
		padding: 0 10px;
		font-size: 13px;
	}
	.pg-btn span {
		display: none;
	}
	.pg-btn {
		padding: 0 12px;
	}
	.reviews-cta-text h3 {
		font-size: 20px;
	}
	.reviews-cta-banner {
		padding: 28px 20px;
		margin: 35px 0;
	}
}

@media (max-width: 400px) {
	.pg-num {
		min-width: 34px;
		height: 34px;
	}
	.review-tags {
		gap: 5px;
	}
	.r-tag {
		font-size: 11px;
		padding: 4px 8px;
	}
}

/* ===========================================================
   BLOGS ARCHIVE PAGE  (page-blogs.php)
   =========================================================== */

/* HERO */
.blog-hero{
	padding: 60px 0 32px;
	background: var(--cream);
	position: relative;
	overflow: hidden;
}
.blog-hero::before{
	content: "";
	position: absolute;
	top: -80px; right: -100px;
	width: 360px; height: 360px;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, rgba(242,101,34,0.10), transparent 60%);
	pointer-events: none;
}
.blog-hero::after{
	content: "";
	position: absolute;
	top: 120px; left: -100px;
	width: 320px; height: 320px;
	border-radius: 50%;
	background: radial-gradient(circle at 60% 40%, rgba(126,63,152,0.10), transparent 60%);
	pointer-events: none;
}
.blog-hero-grid{
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 48px;
	align-items: end;
	position: relative;
}
.blog-h1{
	font-size: clamp(34px, 4.5vw, 60px);
	letter-spacing: -0.03em;
	line-height: 1.04;
	margin: 16px 0 18px;
	font-weight: 700;
}
.blog-lede{
	font-size: 17px; color: var(--ink-2);
	max-width: 540px; line-height: 1.55;
}
.blog-search-card{
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 18px;
	padding: 22px;
	box-shadow: var(--shadow-md);
}
.blog-search-form{
	display: flex; align-items: center; gap: 10px;
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 8px 14px;
	transition: border-color .15s, box-shadow .15s;
}
.blog-search-form:focus-within{
	border-color: var(--coral);
	box-shadow: 0 0 0 4px rgba(242,101,34,0.12);
}
.blog-search-form svg{ color: var(--ink-3); flex-shrink: 0; }
.blog-search-form input{
	flex: 1;
	border: 0; background: transparent;
	font-family: inherit; font-size: 14.5px;
	color: var(--ink);
	outline: none;
	padding: 8px 0;
}
.blog-popular{
	display: flex; gap: 8px; flex-wrap: wrap;
	margin-top: 14px;
	align-items: center;
}
.blog-popular-label{
	font-size: 12px; font-weight: 700; color: var(--ink-3);
	text-transform: uppercase; letter-spacing: 0.06em;
}
.blog-popular a{
	font-size: 12.5px;
	color: var(--ink-2);
	background: var(--cream-2);
	padding: 5px 10px;
	border-radius: 999px;
	font-weight: 600;
	transition: background .15s, color .15s;
}
.blog-popular a:hover{ background: var(--coral); color: #fff; }

/* CATEGORY PILLS */
.blog-cats-section{
	background: var(--cream);
	padding: 12px 0 22px;
	position: sticky;
	top: 80px;
	z-index: 10;
}
body.admin-bar .blog-cats-section{ top: 112px; }
.blog-cats{
	display: flex; gap: 10px; flex-wrap: wrap;
	padding: 10px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 999px;
	width: fit-content;
	margin: 0 auto;
	box-shadow: var(--shadow-sm);
}
.blog-cat-pill{
	display: inline-flex; align-items: center; gap: 8px;
	padding: 9px 18px;
	border: 0;
	background: transparent;
	color: var(--ink-2);
	font-family: inherit;
	font-size: 13.5px; font-weight: 700;
	border-radius: 999px;
	cursor: pointer;
	transition: background .15s, color .15s;
}
.blog-cat-pill:hover{ background: var(--paper); color: var(--ink); }
.blog-cat-pill.active{
	background: var(--ink); color: #fff;
}
.blog-cat-pill .dot{
	width: 8px; height: 8px;
	border-radius: 50%;
	background: var(--cat-color, var(--coral));
}
.blog-cat-pill.active .dot{ box-shadow: 0 0 0 3px rgba(255,255,255,0.18); }

/* ARCHIVE SECTION */
.blog-archive-section{
	padding: 32px 0 80px;
	background: var(--cream);
}

/* FEATURED CARD */
.blog-feature{
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 0;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 22px;
	overflow: hidden;
	margin-bottom: 28px;
	transition: transform .25s, box-shadow .25s, border-color .25s;
	color: var(--ink);
}
.blog-feature:hover{
	transform: translateY(-3px);
	box-shadow: 0 20px 50px rgba(126,63,152,0.16);
	border-color: transparent;
}
.blog-feature-media{
	position: relative;
	overflow: hidden;
	min-height: 320px;
	height: 100%;
}
.blog-feature-img,
.blog-feature-media .blog-fallback-bg{
	position: absolute; inset: 0;
	width: 100%; height: 100%;
	object-fit: cover;
}
.blog-feature-body{
	padding: 36px 40px;
	display: flex; flex-direction: column; justify-content: center;
}
.blog-feature-meta{
	display: flex; gap: 16px; align-items: center;
	font-size: 12.5px; color: var(--ink-3);
	font-weight: 600;
	margin-bottom: 16px;
}
.blog-feature-tag{
	background: var(--coral-soft);
	color: var(--coral);
	padding: 4px 10px;
	border-radius: 999px;
	font-weight: 800;
	font-size: 11px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.blog-feature-title{
	font-size: clamp(24px, 2.4vw, 32px);
	letter-spacing: -0.025em; line-height: 1.15;
	font-weight: 800;
	margin: 0 0 14px;
}
.blog-feature-excerpt{
	font-size: 15.5px; color: var(--ink-2);
	margin: 0 0 20px;
	line-height: 1.6;
}
.blog-read-more{
	display: inline-flex; align-items: center; gap: 6px;
	color: var(--coral);
	font-weight: 800; font-size: 14px;
}

/* CATEGORY BADGE */
.blog-cat-badge{
	position: absolute;
	top: 18px; left: 18px;
	color: #fff;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	z-index: 2;
}

/* FALLBACK BACKGROUND (no featured image) */
.blog-fallback-bg{
	position: relative;
	width: 100%; height: 100%;
	display: grid;
	place-items: center;
	overflow: hidden;
}
.blog-fallback-mark{
	position: absolute; inset: 0;
	display: grid; place-items: center;
	font-family: 'Mulish', sans-serif;
	font-size: 120px; font-weight: 900;
	color: rgba(255,255,255,0.18);
	letter-spacing: -0.04em;
}
.blog-fallback-svg{
	position: absolute; inset: 0;
	width: 100%; height: 100%;
}
.blog-pattern::before{
	content: "";
	position: absolute; inset: 0;
	background: radial-gradient(circle at 80% 30%, rgba(255,255,255,0.15), transparent 50%);
}

/* GRID OF CARDS */
.blog-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.blog-card{
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 18px;
	overflow: hidden;
	display: flex; flex-direction: column;
	transition: transform .2s, box-shadow .2s, border-color .2s;
	color: var(--ink);
}
.blog-card:hover{
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(126,63,152,0.14);
	border-color: transparent;
}
.blog-card-media{
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}
.blog-card-img,
.blog-card-media .blog-fallback-bg{
	width: 100%; height: 100%;
	object-fit: cover;
	display: block;
}
.blog-card-body{
	padding: 22px 22px 24px;
	display: flex; flex-direction: column;
	flex: 1;
}
.blog-card-meta{
	display: flex; gap: 10px; align-items: center;
	font-size: 12px; color: var(--ink-3);
	font-weight: 600;
	margin-bottom: 10px;
}
.dot-sep{
	width: 3px; height: 3px;
	border-radius: 50%;
	background: var(--ink-3);
	opacity: 0.5;
}
.blog-card-title{
	font-size: 18px;
	letter-spacing: -0.018em; line-height: 1.28;
	font-weight: 800;
	margin: 0 0 10px;
}
.blog-card-excerpt{
	font-size: 14px; color: var(--ink-2);
	margin: 0 0 16px;
	line-height: 1.55;
	flex: 1;
}
.blog-read-more-sm{
	display: inline-flex; align-items: center; gap: 4px;
	color: var(--coral);
	font-weight: 800; font-size: 13px;
	margin-top: auto;
}

/* PAGINATION */
.blog-pagination{
	margin-top: 40px;
	display: flex; gap: 8px; justify-content: center; flex-wrap: wrap;
}
.blog-pagination .page-numbers{
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 40px; height: 40px;
	padding: 0 14px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid var(--line);
	color: var(--ink);
	font-weight: 700; font-size: 14px;
	transition: background .15s, color .15s, border-color .15s;
}
.blog-pagination .page-numbers:hover{ border-color: var(--coral); color: var(--coral); }
.blog-pagination .page-numbers.current{
	background: var(--ink); color: #fff; border-color: var(--ink);
}

/* EMPTY-STATE NOTE */
.blog-empty-note{
	margin-top: 32px;
	padding: 16px 22px;
	background: var(--coral-soft);
	border: 1px dashed var(--coral);
	border-radius: 14px;
	font-size: 13.5px;
	color: var(--ink-2);
}
.blog-empty-note strong{ color: var(--coral); }

/* NEWSLETTER */
.blog-newsletter{
	padding: 0 0 64px;
	background: var(--cream);
}
.blog-news-card{
	background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
	color: #fff;
	border-radius: 28px;
	padding: 56px;
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 40px;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.blog-news-card::before{
	content: "";
	position: absolute;
	top: -80px; right: -80px;
	width: 280px; height: 280px;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, rgba(242,101,34,0.3), transparent 60%);
}
.blog-news-text{ position: relative; }
.blog-news-text h2{
	color: #fff;
	font-size: clamp(26px, 2.6vw, 36px);
	letter-spacing: -0.025em;
	line-height: 1.15;
	margin: 14px 0 12px;
}
.blog-news-text p{
	color: rgba(255,255,255,0.72);
	font-size: 15px;
	max-width: 440px;
}
.blog-news-form{
	position: relative;
	background: #fff;
	border-radius: 14px;
	padding: 8px;
	display: flex; gap: 8px; align-items: center;
}
.blog-news-form input{
	flex: 1;
	border: 0; background: transparent;
	outline: none;
	font-family: inherit;
	font-size: 15px;
	padding: 12px 16px;
	color: var(--ink);
}
.blog-news-form button{
	flex-shrink: 0;
	white-space: nowrap;
}

/* RESPONSIVE */
@media (max-width: 980px){
	.blog-hero-grid{ grid-template-columns: 1fr; gap: 28px; }
	.blog-search-card{ max-width: 540px; }
	.blog-feature{ grid-template-columns: 1fr; }
	.blog-feature-media{ min-height: 280px; aspect-ratio: 16 / 10; }
	.blog-feature-body{ padding: 28px 26px; }
	.blog-grid{ grid-template-columns: repeat(2, 1fr); gap: 18px; }
	.blog-news-card{ grid-template-columns: 1fr; padding: 40px 28px; gap: 24px; }
	.blog-cats-section{ position: static; padding: 0 0 22px; }
}
@media (max-width: 600px){
	.blog-hero{ padding: 40px 0 24px; }
	.blog-grid{ grid-template-columns: 1fr; }
	.blog-feature-body{ padding: 24px; }
	.blog-feature-title{ font-size: 22px; }
	.blog-cats{ padding: 8px; border-radius: 18px; }
	.blog-cat-pill{ padding: 8px 14px; font-size: 12.5px; }
	.blog-cats{ overflow-x: auto; flex-wrap: nowrap; max-width: 100%; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
	.blog-cats::-webkit-scrollbar{ display: none; }
	.blog-cat-pill{ flex-shrink: 0; white-space: nowrap; }
	.blog-news-card{ padding: 32px 22px; border-radius: 22px; }
	.blog-search-form{ flex-wrap: wrap; }
	.blog-search-form input{ flex: 1 1 100%; padding: 4px 0; min-width: 0; }
	.blog-search-form button{ width: 100%; justify-content: center; }
}

/* ===========================================================
   COMPREHENSIVE MOBILE RESPONSIVE SWEEP
   =========================================================== */

/* === Universal overflow prevention === */
html, body{ overflow-x: hidden; max-width: 100vw; }
img, svg, video, iframe{ max-width: 100%; height: auto; }
* { min-width: 0; }
.container{ width: 100%; box-sizing: border-box; }

/* === Newsletter form — stack on mobile === */
@media (max-width: 600px){
	.blog-news-form{
		flex-direction: column !important;
		gap: 6px !important;
		padding: 6px !important;
	}
	.blog-news-form input{
		width: 100% !important;
		padding: 14px 16px !important;
		text-align: center;
	}
	.blog-news-form button{
		width: 100% !important;
		justify-content: center !important;
		padding: 14px !important;
	}
	.blog-news-card{
		padding: 28px 20px !important;
	}
	.blog-news-text h2{ font-size: 22px !important; }
}

/* === Hire form — extra mobile tightening === */
@media (max-width: 600px){
	.hire-form input,
	.hire-form select,
	.hire-form textarea{
		font-size: 16px !important; /* prevents iOS zoom */
	}
	.hire-step-num{ width: 28px; height: 28px; font-size: 13px; }
	.hire-step-head h2{ font-size: 16px; }
	.hire-consent{ font-size: 12.5px; }
	.hire-summary{ padding: 22px 20px; }
	.hire-trust-row{ flex-direction: column; align-items: stretch; }
	.hire-trust-pill{ justify-content: center; }
}

/* === Notification bar — proper mobile stack === */
@media (max-width: 768px){
	.notif-inner{
		flex-direction: column !important;
		gap: 6px !important;
		padding: 10px 16px !important;
		text-align: center;
	}
	.notif-left, .notif-right{
		justify-content: center !important;
		flex-wrap: wrap;
	}
	.notif-text{ font-size: 11.5px !important; }
}
@media (max-width: 480px){
	.notif-badge{ font-size: 10.5px; padding: 3px 8px; }
	.notif-text{ font-size: 11px !important; }
	.notif-link{ font-size: 11px !important; }
}

/* === Nav — tighter on very small screens === */
@media (max-width: 600px){
	.nav-inner{
		padding: 10px 14px !important;
		gap: 8px !important;
	}
	.logo-img{ height: 32px; }
	.nav-actions{ gap: 6px !important; }
	.nav-actions .btn-primary{
		padding: 8px 12px !important;
		font-size: 12px !important;
	}
	.hamburger{
		width: 38px !important; height: 38px !important;
	}
}
@media (max-width: 400px){
	.nav-actions .btn-primary .icn{ display: none; }
	.logo-img{ height: 28px; }
}

/* === Hero — tighter mobile === */
@media (max-width: 600px){
	.hero h1{
		font-size: clamp(28px, 7vw, 36px) !important;
		line-height: 1.06;
	}
	.hero-tag{ font-size: 11px; padding: 6px 10px; gap: 6px; }
	.hero-tag .dot{ width: 6px; height: 6px; }
	.hero-lede{ font-size: 14.5px; }
	.hero-ctas{ flex-direction: column; align-items: stretch; }
	.hero-ctas .btn{ width: 100%; justify-content: center; }
}

/* === Quote form — stack tight on small mobile === */
@media (max-width: 600px){
	.quote-card{ border-radius: 16px; }
	.quote-head{ padding: 16px 18px 14px; }
	.quote-head .ttl{ font-size: 15px; }
	.quote-body{ padding: 16px 18px 20px; }
	.input, .select, .textarea{ font-size: 16px !important; padding: 11px 12px; }
	.field label{ font-size: 11.5px; }
	.field-row{ grid-template-columns: 1fr !important; gap: 0 !important; }
	.price-pop{ flex-direction: row; padding: 12px; }
	.price-pop .val{ font-size: 17px; }
	.price-pop .lbl{ font-size: 10.5px; }
	.quote-foot .btn{ width: 100%; }
}

/* === Cases / process / pricing / languages — mobile tuning === */
@media (max-width: 600px){
	.case-list li{ font-size: 13.5px; }
	.case-list li strong{ font-size: 14px; }
	.cases-img-wrap{ max-width: 320px; margin: 0 auto; }
	.process-cta .btn{ width: 100%; max-width: 320px; justify-content: center; }
	.cta-strip-inner{
		grid-template-columns: 1fr !important;
		gap: 24px;
		padding: 32px 20px;
	}
	.cta-strip h2{ font-size: 24px !important; line-height: 1.15; }
	.cta-strip-clock{ padding: 22px 18px; }
	.cta-strip-clock .time{ font-size: 44px; }
	.cta-strip-ctas .btn{ width: 100%; justify-content: center; }
	.price-table{ display: block; }
	.price-table thead{ display: none; }
	.price-table tbody, .price-table tr, .price-table td{ display: block; width: 100%; }
	.price-table tbody tr{
		padding: 16px 18px;
		border-bottom: 1px solid var(--line);
	}
	.price-table tbody td{
		padding: 4px 0 !important;
		border: 0 !important;
	}
	.price-table .purpose{
		font-size: 15px;
		margin-bottom: 6px;
	}
	.price-table .price{
		font-size: 19px;
		margin: 6px 0;
	}
	.price-table .docs-list{
		font-size: 13px;
		color: var(--ink-3);
	}
	.price-side .receipt{ padding: 18px 16px; }
}

/* === Stats bar — 2x2 grid stays === */
@media (max-width: 480px){
	.stat-bar-inner{
		grid-template-columns: 1fr 1fr !important;
		gap: 18px 14px !important;
		padding: 22px 16px;
	}
	.stat .num{ font-size: 24px; }
	.stat .lbl{ font-size: 10.5px; }
}

/* === Reviews — full width on phone === */
@media (max-width: 600px){
	.review{ padding: 22px 20px; }
	.review .body{ font-size: 14px; }
	.review-score{
		flex-direction: column;
		gap: 16px;
		align-items: flex-start;
		padding: 18px 20px;
	}
	.review-score > div:last-child{
		border-left: 0 !important;
		padding-left: 0 !important;
		padding-top: 16px;
		border-top: 1px solid var(--line);
		width: 100%;
	}
}

/* === Samples — readable on phone === */
@media (max-width: 600px){
	.sample{ padding: 18px; }
	.sample .preview{ min-height: auto; padding: 18px 16px 14px; font-size: 11px; }
	.sample .preview h5{ font-size: 13px; }
	.sample .stamp{ width: 48px; height: 48px; font-size: 7px; }
}

/* === FAQ === */
@media (max-width: 600px){
	.faq summary{
		padding: 16px 18px;
		font-size: 14px;
		gap: 10px;
	}
	.faq .num{ font-size: 10px; }
	.faq .toggle{ width: 26px; height: 26px; font-size: 16px; }
	.faq .answer{
		padding: 16px 18px 18px !important;
		font-size: 13.5px;
	}
}

/* === Final CTA === */
@media (max-width: 600px){
	.final-cta{ padding: 56px 0 !important; }
	.final-cta h2{ font-size: 32px !important; line-height: 1.08; }
	.final-cta p{ font-size: 14.5px; }
	.final-cta .ctas{ flex-direction: column; align-items: stretch; }
	.final-cta .ctas .btn{ width: 100%; justify-content: center; }
}

/* === Contact section === */
@media (max-width: 600px){
	.contact-card{ padding: 14px; gap: 12px; }
	.contact-card .c-ico{ width: 38px; height: 38px; }
	.contact-card .c-val{ font-size: 13.5px; }
	.contact-card .c-label{ font-size: 10px; }
	.map-card{ border-radius: 16px; }
	.map-card .map-head{ padding: 14px 16px; flex-wrap: wrap; gap: 8px; }
	.map-card .map-head h3{ font-size: 15px; }
	.map-card .map-img-wrap{ height: 240px; min-height: 240px; }
	.map-card .map-foot{ padding: 14px 16px; gap: 10px; }
	.map-card .map-foot .addr strong{ font-size: 13px; }
	.map-card .map-foot .addr span{ font-size: 12px; }
}

/* === Footer === */
@media (max-width: 768px){
	.footer{ padding: 48px 0 24px; }
	.footer-grid{
		grid-template-columns: 1fr 1fr !important;
		gap: 32px 24px;
	}
	.footer h5{ font-size: 12px; margin-bottom: 12px; }
	.footer a{ font-size: 13.5px; padding: 4px 0; }
	.footer-bottom{
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
		padding: 22px 24px 0;
	}
	.footer-disclaimer{ padding: 0 24px; }
	.footer-disclaimer p{ font-size: 11.5px; }
}
@media (max-width: 480px){
	.footer-grid{ grid-template-columns: 1fr !important; gap: 28px; }
	.footer .brand-block{ text-align: left; }
	.social-row{ gap: 8px !important; }
}

/* === Documents grid mobile === */
@media (max-width: 480px){
	.doc{ padding: 14px 12px !important; gap: 10px; min-height: 72px; }
	.doc .ico{ width: 36px !important; height: 36px !important; }
	.doc .ttl{ font-size: 13px; }
	.doc .sub{ font-size: 11px; }
	.tabs{ width: 100%; }
	.tab{ font-size: 12.5px; padding: 10px 14px; }
	.docs-foot{ flex-direction: column; align-items: stretch; text-align: center; gap: 12px; padding: 18px 16px; }
	.docs-foot .btn{ width: 100%; justify-content: center; }
}

/* === Languages grid === */
@media (max-width: 480px){
	.lang{ padding: 12px 10px; }
	.lang .name{ font-size: 13.5px; }
	.lang .meta{ font-size: 10px; }
	.lang-more{ flex-direction: column; gap: 14px; text-align: center; }
}

/* === Blog hero search card === */
@media (max-width: 480px){
	.blog-search-card{ padding: 16px; }
	.blog-search-form{ padding: 6px 10px; gap: 6px; }
	.blog-popular{ gap: 6px; }
	.blog-popular a{ font-size: 11.5px; padding: 4px 8px; }
	.blog-popular-label{ font-size: 11px; width: 100%; margin-bottom: 4px; }
}

/* === Cards & badges on tiny screens === */
@media (max-width: 380px){
	.btn{ font-size: 13px; padding: 10px 16px; }
	.btn-lg{ padding: 13px 18px; font-size: 14px; }
	.btn-sm{ padding: 8px 12px; font-size: 11.5px; }
	.eyebrow{ font-size: 10.5px; padding: 6px 12px; }
	.section-head h2{ font-size: 26px !important; line-height: 1.08; }
}

/* ===========================================================
   NEWSLETTER FORM — bulletproof responsive
   =========================================================== */
.blog-news-form{
	flex-wrap: wrap;
	box-sizing: border-box;
	max-width: 100%;
}
.blog-news-form input,
.blog-news-form button{
	box-sizing: border-box;
	max-width: 100%;
}
@media (max-width: 820px){
	.blog-news-form{
		flex-direction: column !important;
		flex-wrap: wrap !important;
		gap: 6px !important;
		padding: 6px !important;
		width: 100% !important;
	}
	.blog-news-form input{
		width: 100% !important;
		padding: 14px 16px !important;
		text-align: center;
		min-width: 0 !important;
	}
	.blog-news-form button{
		width: 100% !important;
		justify-content: center !important;
		padding: 14px 16px !important;
		flex-shrink: 0 !important;
		min-width: 0 !important;
		white-space: nowrap;
	}
	.blog-news-card{
		padding: 32px 24px !important;
	}
}
@media (max-width: 480px){
	.blog-news-card{ padding: 24px 18px !important; border-radius: 18px; }
	.blog-news-text h2{ font-size: 20px !important; line-height: 1.2; }
	.blog-news-text p{ font-size: 13.5px !important; }
	.blog-news-form input{ font-size: 14px !important; padding: 12px 14px !important; }
	.blog-news-form button{ font-size: 13.5px !important; padding: 12px !important; }
}

/* === Header Logo Size === */
.logo {
	display: inline-flex;
	align-items: center;
}

.logo img,
.logo-img,
.custom-logo {
	height: 60px !important;
	width: auto !important;
	max-width: 200px;
	object-fit: contain;
}

/* Mobile responsive */
@media (max-width: 768px) {
	.logo img,
	.logo-img,
	.custom-logo {
		height: 68px !important;
	}
}

@media (max-width: 480px) {
	.logo img,
	.logo-img,
	.custom-logo {
		height: 60px !important;
	}
}



.post-single { background: var(--cream, #FFF8F1); }

/* ===== HERO ===== */
.post-hero {
	position: relative;
	padding: 60px 0 48px;
	overflow: hidden;
	color: #fff;
	text-align: center;
}
.post-hero-bg { position: absolute; inset: 0; z-index: 0; }
.post-hero-bg::before {
	content: ""; position: absolute; inset: 0;
	background:
		radial-gradient(circle at 80% 20%, rgba(255,255,255,0.15), transparent 50%),
		radial-gradient(circle at 10% 80%, rgba(0,0,0,0.2), transparent 50%);
}
.post-hero .container { position: relative; z-index: 1; max-width: 1080px; }

.post-back {
	display: inline-flex; align-items: center; gap: 8px;
	color: var(--ink, #1A0E2E);
	font-size: 13.5px; font-weight: 700;
	padding: 8px 16px; border-radius: 999px;
	background: #fff; border: 1px solid #fff;
	box-shadow: 0 4px 14px rgba(0,0,0,0.12);
	transition: background .15s, color .15s, transform .15s;
	margin-bottom: 24px;
	text-decoration: none;
}
.post-back:hover { background: var(--coral, #F26522); color: #fff; border-color: var(--coral, #F26522); transform: translateY(-1px); }

.post-cat-badge {
	display: inline-flex; align-items: center;
	padding: 7px 16px; border-radius: 999px;
	color: #fff !important;
	font-size: 11.5px; font-weight: 800;
	letter-spacing: 0.04em; text-transform: uppercase;
	margin-bottom: 18px;
	background: var(--coral, #F26522) !important;
	box-shadow: 0 6px 18px rgba(242,101,34,0.40);
	border: 0; text-decoration: none !important;
	transition: transform .15s, box-shadow .15s, background .15s;
}
.post-cat-badge:hover {
	transform: translateY(-2px);
	background: #FF7E3E !important;
	box-shadow: 0 10px 24px rgba(242,101,34,0.55);
}

.post-title {
	color: #fff;
	font-size: clamp(32px, 5vw, 64px);
	letter-spacing: -0.03em;
	line-height: 1.04;
	font-weight: 800;
	margin: 0 auto 30px;
	max-width: 1040px;
	text-wrap: balance;
}

.post-meta {
	display: flex; gap: 12px; flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
.post-meta-item {
	display: flex; gap: 12px; align-items: center;
	color: #fff;
	background: rgba(255,255,255,0.10);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,0.20);
	border-radius: 14px;
	padding: 10px 18px 10px 12px;
	position: relative;
	overflow: hidden;
	transition: transform .2s, background .2s, border-color .2s;
}
.post-meta-item:hover {
	transform: translateY(-2px);
	background: rgba(255,255,255,0.16);
	border-color: rgba(255,255,255,0.30);
}
.post-meta-item .meta-ico {
	width: 36px; height: 36px;
	border-radius: 10px;
	display: grid; place-items: center;
	flex-shrink: 0; color: #fff;
}
.post-meta-item:nth-child(1) .meta-ico,
.post-meta-item:nth-child(1) .post-author-avatar { background: linear-gradient(135deg, #F26522, #C44A0F); }
.post-meta-item:nth-child(2) .meta-ico { background: linear-gradient(135deg, #E8B14C, #C58E2B); }
.post-meta-item:nth-child(3) .meta-ico { background: linear-gradient(135deg, #547B5A, #355C3A); }
.post-meta-item svg { color: #fff !important; flex-shrink: 0; }
.post-author-avatar {
	width: 36px; height: 36px;
	border-radius: 10px;
	background: linear-gradient(135deg, #F26522, #C44A0F);
	display: grid; place-items: center;
	font-weight: 800; font-size: 15px;
	color: #fff; flex-shrink: 0;
}
.post-meta-label {
	font-size: 10.5px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.65);
	font-weight: 700;
}
.post-meta-value {
	font-size: 14px; font-weight: 700;
	color: #fff; margin-top: 1px;
}

/* ===== FEATURED IMAGE ===== */
.post-feature-img {
	margin: -32px 0 0;
	position: relative; z-index: 2;
}
.post-thumb {
	width: 100%; height: auto; max-height: 480px;
	object-fit: cover; border-radius: 24px;
	box-shadow: 0 30px 60px rgba(0,0,0,0.20);
	display: block;
}

/* ===== BODY GRID ===== */
.post-body-section { padding: 56px 0; }
.post-body-grid {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 56px;
	align-items: start;
}

/* ===== TOC SIDEBAR ===== */
/* Replace the sticky CSS above with this */
.post-toc {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.post-toc-card {
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.post-toc-card.fade-out {
	opacity: 0;
	transform: translateY(-20px);
	pointer-events: none;
	max-height: 0;
	overflow: hidden;
	margin-bottom: -16px;
}

.post-cta-card {
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	align-self: start;
}

body.admin-bar .post-cta-card { top: 132px; }

@media (max-width: 900px) {
	.post-cta-card {
		position: static !important;
	}
	.post-toc-card.fade-out {
		opacity: 1;
		transform: none;
		max-height: none;
	}
}

.post-toc-card {
	background: #fff;
	border: 1px solid var(--line, #ECDFCF);
	border-radius: 16px;
	padding: 22px 24px;
}
.post-toc-head {
	display: flex; align-items: center; gap: 8px;
	font-size: 12px; font-weight: 800;
	letter-spacing: 0.08em; text-transform: uppercase;
	color: var(--ink-3, #6B5B85);
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--line, #ECDFCF);
}
.post-toc-list { display: flex; flex-direction: column; gap: 2px; }
.post-toc-list a {
	display: block;
	padding: 9px 12px 9px 14px;
	font-size: 13.5px;
	color: var(--ink-2, #3A2B52);
	font-weight: 600;
	border-radius: 8px;
	line-height: 1.4;
	transition: background .15s, color .15s;
	border-left: 2px solid transparent;
	margin-left: -12px;
	text-decoration: none;
}
.post-toc-list a:hover { background: var(--paper, #FFFEFB); color: var(--ink, #1A0E2E); }
.post-toc-list a.active {
	color: var(--coral, #F26522);
	background: var(--coral-soft, #FFE9D8);
	border-left-color: var(--coral, #F26522);
}

/* ===== CTA CARD ===== */
.post-cta-card {
	background: linear-gradient(135deg, var(--navy, #7E3F98) 0%, var(--navy-deep, #5A2A75) 100%);
	color: #fff;
	border-radius: 16px;
	padding: 22px 24px 24px;
	position: relative;
	overflow: hidden;
}
.post-cta-card::before {
	content: ""; position: absolute;
	top: -50px; right: -50px;
	width: 160px; height: 160px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(242,101,34,0.30), transparent 65%);
}
.post-cta-pill {
	position: relative; display: inline-block;
	padding: 4px 10px;
	background: var(--coral, #F26522);
	border-radius: 999px;
	font-size: 10.5px; font-weight: 800;
	letter-spacing: 0.06em; text-transform: uppercase;
	margin-bottom: 12px;
}
.post-cta-card h3 {
	position: relative; color: #fff;
	font-size: 20px; letter-spacing: -0.015em;
	line-height: 1.15; margin: 0 0 8px;
}
.post-cta-card p {
	position: relative; font-size: 13px;
	color: rgba(255,255,255,0.75);
	margin-bottom: 16px;
}
.post-cta-card .btn { position: relative; }
.post-cta-wa {
	position: relative;
	display: flex; align-items: center; justify-content: center; gap: 6px;
	margin-top: 10px;
	color: rgba(255,255,255,0.85);
	font-size: 12.5px; font-weight: 700;
	text-decoration: none;
}
.post-cta-wa:hover { color: #fff; }

/* ===== MAIN CONTENT ===== */
.post-content {
	font-size: 17px;
	line-height: 1.75;
	color: var(--ink, #1A0E2E);
	max-width: 720px;
}
.post-content > * + * { margin-top: 18px; }
.post-content p {
	color: var(--ink-2, #3A2B52);
	font-size: 17px; line-height: 1.75;
}
.post-content p.lead,
.post-content .lead,
.post-content > p:first-of-type {
	font-size: 19px;
	line-height: 1.55;
	color: var(--ink, #1A0E2E);
	font-weight: 500;
	margin-bottom: 28px;
}
.post-content h2 {
	font-size: 30px;
	letter-spacing: -0.025em;
	line-height: 1.2;
	color: var(--ink, #1A0E2E);
	margin: 48px 0 18px;
	font-weight: 800;
	position: relative;
	padding-left: 14px;
	border-left: 4px solid var(--coral, #F26522);
}
.post-content h3 {
	font-size: 22px;
	letter-spacing: -0.018em;
	line-height: 1.25;
	color: var(--ink, #1A0E2E);
	margin: 36px 0 12px;
	font-weight: 800;
}
.post-content h4 {
	font-size: 18px;
	margin: 28px 0 10px;
	font-weight: 700;
	color: var(--ink, #1A0E2E);
}
.post-content a {
	color: var(--coral, #F26522);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 3px;
	transition: color .15s;
}
.post-content a:hover { color: var(--navy, #7E3F98); }
.post-content strong { color: var(--ink, #1A0E2E); font-weight: 700; }
.post-content ul,
.post-content ol {
	padding-left: 22px;
	margin: 18px 0;
}
.post-content li {
	margin-bottom: 10px;
	color: var(--ink-2, #3A2B52);
	font-size: 17px;
	line-height: 1.65;
}
.post-content li::marker { color: var(--coral, #F26522); font-weight: 800; }
.post-content blockquote {
	margin: 28px 0;
	padding: 24px 28px;
	border-left: 4px solid var(--coral, #F26522);
	background: var(--coral-soft, #FFE9D8);
	border-radius: 0 14px 14px 0;
	font-size: 18px;
	line-height: 1.55;
	color: var(--ink, #1A0E2E);
	font-style: italic;
}
.post-content blockquote p { color: var(--ink, #1A0E2E); font-size: 18px; }
.post-content img {
	max-width: 100%; height: auto;
	border-radius: 14px;
	margin: 28px 0;
}
.post-content hr {
	border: 0; height: 1px;
	background: var(--line, #ECDFCF);
	margin: 40px 0;
}
.post-content code {
	background: var(--cream-2, #FCEEDC);
	padding: 2px 8px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 700;
}

/* ===== CUSTOM BLOCKS ===== */
.post-content .callout {
	background: linear-gradient(135deg, var(--cream-2, #FCEEDC) 0%, var(--paper, #FFFEFB) 100%);
	border: 1px solid var(--line, #ECDFCF);
	border-radius: 16px;
	padding: 22px 26px;
	margin: 28px 0;
	display: flex; gap: 16px;
	align-items: flex-start;
}
.post-content .callout-icon {
	width: 36px; height: 36px;
	border-radius: 10px;
	background: var(--coral, #F26522);
	color: #fff;
	display: grid; place-items: center;
	flex-shrink: 0;
	font-weight: 900; font-size: 18px;
}
.post-content .callout-body { flex: 1; min-width: 0; }
.post-content .callout-body p { margin: 0; font-size: 15px; }
.post-content .callout-title {
	font-weight: 800; font-size: 15px;
	color: var(--ink, #1A0E2E);
	margin-bottom: 4px;
}

.post-content .post-cta-inline {
	display: inline-flex;
	align-items: center; gap: 8px;
	padding: 12px 22px;
	background: var(--coral, #F26522);
	color: #fff !important;
	border-radius: 999px;
	font-weight: 800; font-size: 14.5px;
	margin: 8px 0;
	text-decoration: none !important;
	transition: background .15s, transform .15s;
}
.post-content .post-cta-inline:hover {
	background: var(--coral-2, #FF7E3E);
	transform: translateY(-1px);
	color: #fff !important;
}

.post-content .checklist {
	list-style: none;
	padding-left: 0;
}
.post-content .checklist li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
}
.post-content .checklist li::before {
	content: "";
	position: absolute;
	left: 0; top: 5px;
	width: 20px; height: 20px;
	border-radius: 6px;
	background: var(--sage-deep, #547B5A);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}

/* ===== AUTHOR CARD ===== */
.post-author-card {
	margin-top: 56px;
	padding: 28px;
	background: linear-gradient(135deg, #fff 0%, var(--paper, #FFFEFB) 100%);
	border: 1px solid var(--line, #ECDFCF);
	border-radius: 18px;
	display: flex; gap: 22px;
	align-items: flex-start;
}
.post-author-avatar-lg {
	width: 80px; height: 80px;
	flex-shrink: 0;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--coral, #F26522) 0%, var(--navy, #7E3F98) 100%);
	color: #fff;
	display: grid; place-items: center;
	font-size: 32px; font-weight: 900;
	box-shadow: 0 8px 22px rgba(126,63,152,0.18);
	border: 3px solid #fff;
	overflow: hidden;
	position: relative;
}
.post-author-avatar-lg img,
.post-author-avatar-lg .post-author-img {
	width: 100% !important; height: 100% !important;
	object-fit: cover;
	border-radius: 50%;
}
.post-author-info { flex: 1; min-width: 0; }
.post-author-label {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ink-3, #6B5B85);
	margin-bottom: 4px;
}
.post-author-name {
	display: inline-block;
	font-size: 22px; font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--ink, #1A0E2E) !important;
	text-decoration: none !important;
	margin-bottom: 8px;
	transition: color .15s;
}
.post-author-name:hover { color: var(--coral, #F26522) !important; }
.post-author-bio {
	font-size: 14.5px !important;
	line-height: 1.6;
	color: var(--ink-2, #3A2B52) !important;
	margin: 0 0 14px !important;
}
.post-author-links {
	display: flex; gap: 18px;
	flex-wrap: wrap;
}
.post-author-link {
	display: inline-flex; align-items: center; gap: 4px;
	font-size: 13px; font-weight: 700;
	color: var(--coral, #F26522) !important;
	text-decoration: none !important;
	transition: gap .15s, color .15s;
}
.post-author-link:hover { gap: 8px; color: var(--navy, #7E3F98) !important; }
.post-author-link svg { flex-shrink: 0; }

/* ===== TAGS + SHARE FOOTER ===== */
.post-footer-section {
	padding: 24px 0 36px;
	border-top: 1px solid var(--line, #ECDFCF);
	margin: 0;
}
.post-footer-row {
	display: flex; justify-content: space-between; align-items: center;
	gap: 18px; flex-wrap: wrap;
}
.post-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.post-tag {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--cream-2, #FCEEDC);
	color: var(--ink-2, #3A2B52);
	font-size: 12.5px; font-weight: 700;
	transition: background .15s, color .15s;
	text-decoration: none;
}
.post-tag:hover { background: var(--coral, #F26522); color: #fff; }
.post-share { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: var(--ink-3, #6B5B85); }
.post-share span { margin-right: 6px; }
.post-share-btn {
	display: inline-grid; place-items: center;
	width: 34px; height: 34px;
	border-radius: 50%;
	background: var(--cream-2, #FCEEDC);
	color: var(--ink-2, #3A2B52);
	transition: background .15s, color .15s, transform .15s;
}
.post-share-btn:hover { background: var(--ink, #1A0E2E); color: #fff; transform: translateY(-2px); }
.post-share-wa:hover { background: #16A34A; }

/* ===== INLINE CTA ===== */
.post-inline-cta { padding: 16px 0 60px; }
.post-inline-cta-card {
	background: linear-gradient(135deg, var(--coral, #F26522) 0%, #C44A0F 100%);
	color: #fff;
	border-radius: 24px;
	padding: 44px 48px;
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 32px;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.post-inline-cta-card::before {
	content: ""; position: absolute;
	top: -80px; right: -80px;
	width: 280px; height: 280px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 65%);
}
.post-inline-cta-card .eyebrow {
	position: relative;
	background: rgba(255,255,255,0.2);
	color: #fff;
	border-color: rgba(255,255,255,0.3);
}
.post-inline-cta-card .eyebrow::before {
	background: #fff;
	box-shadow: 0 0 0 3px rgba(255,255,255,0.35);
}
.post-inline-cta-card h2 {
	position: relative; color: #fff;
	font-size: clamp(24px, 2.6vw, 34px);
	letter-spacing: -0.025em;
	margin: 14px 0 12px;
	line-height: 1.15;
}
.post-inline-cta-card p {
	position: relative;
	color: rgba(255,255,255,0.92);
	font-size: 15px; max-width: 440px;
}
.post-inline-cta-actions {
	position: relative;
	display: flex; gap: 10px; flex-wrap: wrap;
}
.post-inline-cta-card .btn-primary {
	background: #fff; color: var(--coral, #F26522);
	box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.post-inline-cta-card .btn-primary:hover { background: var(--ink, #1A0E2E); color: #fff; }
.post-inline-cta-card .btn-ghost {
	background: transparent; color: #fff;
	border-color: rgba(255,255,255,0.4);
}
.post-inline-cta-card .btn-ghost:hover { background: #fff; color: var(--coral, #F26522); border-color: #fff; }

/* ===== RELATED POSTS ===== */
.post-related-section {
	background: var(--cream, #FFF8F1);
	padding: 64px 0 80px;
	border-top: 1px solid var(--line, #ECDFCF);
}
.post-related-title {
	font-size: clamp(26px, 3vw, 36px);
	letter-spacing: -0.025em;
	margin-bottom: 32px;
}
.post-related-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1080px) {
	.post-body-grid { grid-template-columns: 240px 1fr; gap: 36px; }
}
@media (max-width: 900px) {
	.post-body-grid { grid-template-columns: 1fr; }
	.post-toc { order: 2; display: block; position: static; height: auto; }
	.post-toc-card { display: none; }
	.post-cta-card { position: static; width: 100%; margin: 24px 0 0; }
	.post-related-grid { grid-template-columns: 1fr 1fr; }
	.post-inline-cta-card { grid-template-columns: 1fr; padding: 36px 32px; }
}
@media (max-width: 600px) {
	.post-hero { padding: 40px 0 36px; }
	.post-meta { gap: 18px; }
	.post-meta-item { font-size: 13px; }
	.post-feature-img { margin-top: -20px; }
	.post-thumb { border-radius: 16px; max-height: 280px; }
	.post-body-section { padding: 36px 0 24px; }
	.post-content { font-size: 16px; }
	.post-content p, .post-content li { font-size: 16px; line-height: 1.7; }
	.post-content h2 { font-size: 24px; margin: 36px 0 14px; padding-left: 12px; }
	.post-content h3 { font-size: 19px; margin: 28px 0 10px; }
	.post-content > p:first-of-type, .post-content .lead { font-size: 17px; }
	.post-content blockquote { padding: 18px 22px; font-size: 16px; }
	.post-content .callout { flex-direction: column; padding: 20px; }
	.post-related-grid { grid-template-columns: 1fr; }
	.post-inline-cta-card { padding: 32px 24px; }
	.post-footer-row { flex-direction: column; align-items: flex-start; }
	.post-toc { flex-direction: column; }
	.post-author-card { flex-direction: column; gap: 16px; padding: 22px; text-align: left; }
	.post-author-avatar-lg { width: 64px; height: 64px; font-size: 24px; }
	.post-author-name { font-size: 19px; }
}

/* ===== JS-BASED STICKY SIDEBAR (BULLETPROOF) ===== */

.post-toc {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-self: start;
}

.post-toc.is-sticky {
	position: fixed !important;
	top: 100px !important;
	width: 280px !important;
	z-index: 10;
}

body.admin-bar .post-toc.is-sticky {
	top: 132px !important;
}

.post-toc.is-sticky-bottom {
	position: absolute !important;
	bottom: 0 !important;
	top: auto !important;
}

/* Placeholder to prevent layout jump when sidebar becomes fixed */
.post-toc-placeholder {
	display: none;
}
.post-toc.is-sticky + .post-toc-placeholder {
	display: block;
}

/* Parent must be relative for absolute positioning to work */
.post-body-grid {
	position: relative !important;
}

@media (max-width: 1080px) {
	.post-toc.is-sticky {
		width: 240px !important;
	}
}

@media (max-width: 900px) {
	.post-toc,
	.post-toc.is-sticky,
	.post-toc.is-sticky-bottom {
		position: static !important;
		width: 100% !important;
		top: auto !important;
		bottom: auto !important;
	}
}

