/*
Theme Name: Strasan Engineering Theme
Theme URI: https://strasangroup.com
Author: Mathew Ngatia
Description: Strasan Group Theme Website.
Version: 1.0
Text Domain: strasan
*/

/* Homepage */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --navy:       #064f8d;
    --navy-dark:  #043d6e;
    --navy-deep:  #022d52;
    --navy-mid:   #0a6ab8;
    --gold:       #ffd700;
    --gold-deep:  #e6c200;
    --white:      #ffffff;
    --off-white:  #f4f7fb;
    --text:       #1a2533;
    --text-muted: #4a5f75;
    --text-light: #7a94a8;
    --border:     rgba(6,79,141,0.12);
    --font-heading: 'Roboto Slab', 'Georgia', serif;
    --font-body: 'Inter', system-ui, sans-serif;
    --font-mono: 'DM Mono', monospace;
  }
  html { scroll-behavior: smooth; }
  body { font-family: var(--font-body); background: var(--white); color: var(--text); overflow-x: hidden; font-size: 1rem; line-height: 1.6; font-weight: 400; }
  h1, h2, h3, h4, .nav-logo, .stat-n, .svc-card-h3, .t-info h3, .ft-brand h4 { font-family: var(--font-heading); letter-spacing: -0.01em; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 3rem; background: rgba(2,45,82,0.97); backdrop-filter: blur(14px); border-bottom: 3px solid var(--gold); }
  .nav-logo { font-family: var(--font-heading); font-size: 1.2rem; font-weight: 700; color: var(--white); text-decoration: none; display: flex; align-items: center; gap: 0.6rem; }
  .nav-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
  .nav-links { display: flex; gap: 2.2rem; list-style: none; }
  .nav-links a { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.7); text-decoration: none; font-weight: 500; transition: color 0.2s; }
  .nav-links a:hover { color: var(--gold); }
  .nav-cta { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; background: var(--gold); color: var(--navy-deep); font-weight: 700; padding: 0.6rem 1.5rem; text-decoration: none; transition: background 0.2s, transform 0.15s; display: inline-block; }
  .nav-cta:hover { background: var(--gold-deep); transform: translateY(-1px); }

  /* HERO */
  #hero { min-height: 100vh; display: grid; grid-template-columns: 1.1fr 0.9fr; padding-top: 68px; overflow: hidden; }
  .hero-left { background: var(--navy-deep); display: flex; flex-direction: column; justify-content: center; padding: 5rem 4rem 5rem 5rem; position: relative; }
  .hero-left::after { content: ''; position: absolute; top: 0; right: -48px; bottom: 0; width: 100px; background: var(--navy-deep); clip-path: polygon(0 0, 0 100%, 100% 100%); z-index: 1; }
  .eyebrow { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 0.75rem; }
  .eyebrow::before { content: ''; width: 34px; height: 2px; background: var(--gold); display: block; }
  h1 { font-family: var(--font-heading); font-size: clamp(3rem, 5vw, 5.2rem); font-weight: 800; line-height: 1.05; color: var(--white); margin-bottom: 1.5rem; letter-spacing: -0.02em; }
  h1 em { color: var(--gold); font-style: normal; }
  .hero-sub { font-size: 1rem; line-height: 1.7; color: rgba(255,255,255,0.7); max-width: 480px; margin-bottom: 3rem; font-weight: 400; }
  .hero-btns { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; position: relative; z-index: 2; }
  .btn-gold { background: var(--gold); color: var(--navy-deep); padding: 0.9rem 2.2rem; text-decoration: none; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; transition: background 0.2s, transform 0.15s; display: inline-block; }
  .btn-gold:hover { background: var(--gold-deep); transform: translateY(-2px); }
  .btn-outline { color: rgba(255,255,255,0.7); font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; font-weight: 500; display: flex; align-items: center; gap: 0.5rem; transition: color 0.2s; }
  .btn-outline::after { content: '→'; font-size: 1rem; }
  .btn-outline:hover { color: var(--gold); }
  .hero-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,215,0,0.18); margin-top: 4rem; position: relative; z-index: 2; }
  .stat { background: rgba(255,255,255,0.05); padding: 1.2rem 1rem; text-align: center; border: 1px solid rgba(255,215,0,0.18); }
  .stat-n { font-family: var(--font-heading); font-size: 2rem; font-weight: 800; color: var(--gold); }
  .stat-l { font-size: 0.65rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-top: 0.2rem; font-family: var(--font-mono); }
  .hero-right { background: linear-gradient(155deg, var(--navy) 0%, var(--navy-mid) 100%); position: relative; overflow: hidden; }
  .hero-right::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(255,215,0,0.07) 39px, rgba(255,215,0,0.07) 40px), repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(255,215,0,0.07) 39px, rgba(255,215,0,0.07) 40px); z-index: 1; }
  .hero-svg-wrap { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; }
  .hero-svg-wrap svg { width: 62%; height: 62%; color: rgba(255,255,255,0.11); }
  .hero-badge { position: absolute; bottom: 2.5rem; right: 2.5rem; z-index: 3; background: var(--gold); padding: 1.4rem 1.6rem; max-width: 205px; }
  .hero-badge strong { font-family: var(--font-heading); font-size: 0.95rem; color: var(--navy-deep); display: block; margin-bottom: 0.45rem; font-weight: 800; }
  .hero-badge p { font-family: var(--font-mono); font-size: 0.65rem; letter-spacing: 0.08em; color: var(--navy-deep); line-height: 1.75; }

  /* SHARED */
  .lbl { font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--navy); margin-bottom: 0.7rem; display: flex; align-items: center; gap: 0.5rem; }
  .lbl::after { content: ''; height: 2px; background: var(--gold); width: 36px; }
  .lbl.on-dark { color: rgba(255,255,255,0.6); }
  .lbl.on-dark::after { opacity: 0.7; }
  h2 { font-family: var(--font-heading); font-size: clamp(2.1rem, 3.2vw, 3rem); font-weight: 700; line-height: 1.2; letter-spacing: -0.01em; }
  .reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.65s ease, transform 0.65s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }

  /* SERVICES */
  #services { background: var(--off-white); padding: 7rem 5rem; }
  .svc-hdr { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin-bottom: 3.5rem; align-items: end; }
  .svc-hdr h2 { color: var(--navy-deep); }
  .svc-intro { font-size: 0.96rem; line-height: 1.7; color: var(--text-muted); }
  .svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(6,79,141,0.1); }
  .svc-card { background: var(--white); padding: 2.5rem 2rem; transition: background 0.25s, transform 0.22s; border-bottom: 3px solid transparent; cursor: default; }
  .svc-card:hover { background: var(--navy-deep); transform: translateY(-4px); border-bottom-color: var(--gold); }
  .svc-card:hover .svc-num, .svc-card:hover .svc-card-p { color: rgba(255,255,255,0.7); }
  .svc-card:hover .svc-card-h3 { color: var(--white); }
  .svc-card:hover .svc-icon { color: var(--gold); }
  .svc-card:hover .svc-lnk { color: var(--gold); }
  .svc-num { font-family: var(--font-mono); font-size: 0.68rem; color: var(--text-light); letter-spacing: 0.1em; margin-bottom: 1.2rem; transition: color 0.25s; }
  .svc-icon { width: 38px; height: 38px; color: var(--navy); margin-bottom: 1.2rem; transition: color 0.25s; }
  .svc-card-h3 { font-family: var(--font-heading); font-size: 1.25rem; font-weight: 700; color: var(--navy-deep); margin-bottom: 0.7rem; transition: color 0.25s; }
  .svc-card-p { font-size: 0.94rem; line-height: 1.65; color: var(--text-muted); transition: color 0.25s; }
  .svc-lnk { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy); text-decoration: none; margin-top: 1.2rem; font-weight: 600; transition: gap 0.2s, color 0.25s; }

  /* PROJECTS SHOWCASE */
  #projects { background: var(--navy-deep); padding: 7rem 5rem; }
  .projects-hdr { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3.5rem; }
  .projects-hdr h2 { color: var(--white); }
  .view-all-link { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); text-decoration: none; font-weight: 600; display: flex; align-items: center; gap: 0.5rem; border-bottom: 1px solid rgba(255,215,0,0.35); padding-bottom: 0.2rem; transition: gap 0.2s; }
  .view-all-link:hover { gap: 0.85rem; }
  .projects-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: auto auto; gap: 1px; background: rgba(255,215,0,0.1); }
  .proj-card { background: rgba(255,255,255,0.04); position: relative; overflow: hidden; min-height: 260px; display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; border: 1px solid rgba(255,215,0,0.08); transition: border-color 0.3s; }
  .proj-card:hover { border-color: rgba(255,215,0,0.5); }
  .proj-card.featured { grid-row: span 2; min-height: 540px; }
  .proj-card-bg { position: absolute; inset: 0; z-index: 0; }
  .proj-card-bg svg { width: 100%; height: 100%; opacity: 0.06; }
  .proj-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(2,45,82,0.92) 0%, rgba(2,45,82,0.3) 60%, transparent 100%); z-index: 1; }
  .proj-card:hover::after { background: linear-gradient(to top, rgba(2,45,82,0.96) 0%, rgba(2,45,82,0.5) 70%, rgba(6,79,141,0.2) 100%); }
  .proj-content { position: relative; z-index: 2; }
  .proj-cat { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
  .proj-card h3 { font-family: var(--font-heading); font-size: 1.1rem; font-weight: 700; color: var(--white); margin-bottom: 0.4rem; line-height: 1.3; }
  .proj-card.featured h3 { font-size: 1.65rem; margin-bottom: 0.65rem; }
  .proj-card p { font-size: 0.82rem; color: rgba(255,255,255,0.55); line-height: 1.6; max-height: 0; overflow: hidden; transition: max-height 0.35s ease, opacity 0.3s; opacity: 0; }
  .proj-card:hover p { max-height: 120px; opacity: 1; }
  .proj-card.featured p { max-height: none; opacity: 1; font-size: 0.88rem; }
  .proj-tags { display: flex; gap: 0.4rem; flex-wrap: wrap; margin-top: 0.85rem; }
  .proj-tag { background: rgba(255,215,0,0.12); border: 1px solid rgba(255,215,0,0.3); padding: 0.2rem 0.55rem; font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); font-family: var(--font-mono); }
  .proj-pattern { position: absolute; inset: 0; z-index: 0; }
  .proj-pattern-road { background: repeating-linear-gradient(90deg, transparent, transparent 30px, rgba(255,215,0,0.04) 30px, rgba(255,215,0,0.04) 31px), repeating-linear-gradient(0deg, transparent, transparent 30px, rgba(255,215,0,0.04) 30px, rgba(255,215,0,0.04) 31px); }
  .proj-pattern-water { background: repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(10,106,184,0.12) 15px, rgba(10,106,184,0.12) 16px); }
  .proj-pattern-build { background: repeating-linear-gradient(0deg, transparent, transparent 19px, rgba(255,215,0,0.05) 19px, rgba(255,215,0,0.05) 20px), repeating-linear-gradient(90deg, transparent, transparent 19px, rgba(255,215,0,0.05) 19px, rgba(255,215,0,0.05) 20px); }
  .proj-number { position: absolute; top: 1.5rem; right: 1.5rem; font-family: var(--font-heading); font-size: 4rem; font-weight: 900; color: rgba(255,215,0,0.06); z-index: 1; line-height: 1; }

  /* ABOUT */
  #about { display: grid; grid-template-columns: 1fr 1fr; min-height: 78vh; }
  .about-vis { background: var(--navy-deep); position: relative; overflow: hidden; min-height: 480px; }
  .about-vis::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(0deg,transparent,transparent 49px,rgba(255,215,0,0.06) 49px,rgba(255,215,0,0.06) 50px), repeating-linear-gradient(90deg,transparent,transparent 49px,rgba(255,215,0,0.06) 49px,rgba(255,215,0,0.06) 50px); }
  .dot-grid { position: absolute; top: 3rem; right: 3rem; display: grid; grid-template-columns: repeat(6,1fr); gap: 5px; }
  .dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,215,0,0.18); animation: p 3s ease-in-out infinite; }
  .dot.a { background: var(--gold); animation: p 1.6s ease-in-out infinite; }
  @keyframes p { 0%,100%{opacity:.4;transform:scale(1)} 50%{opacity:1;transform:scale(1.35)} }
  .region-box { position: absolute; bottom: 3rem; left: 3rem; width: calc(100% - 6rem); background: rgba(255,215,0,0.09); border: 1px solid rgba(255,215,0,0.3); padding: 1.7rem; backdrop-filter: blur(4px); }
  .region-box h4 { font-family: var(--font-heading); font-size: 1rem; color: var(--gold); margin-bottom: 0.35rem; font-weight: 700; }
  .region-box p { font-size: 0.8rem; color: rgba(255,255,255,0.55); line-height: 1.6; }
  .rtags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 0.7rem; }
  .rtag { background: rgba(255,215,0,0.12); border: 1px solid rgba(255,215,0,0.35); padding: 0.22rem 0.6rem; font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); font-family: var(--font-mono); }
  .about-txt { background: var(--white); padding: 5rem 4.5rem; display: flex; flex-direction: column; justify-content: center; }
  .about-txt h2 { color: var(--navy-deep); margin-bottom: 1.5rem; }
  .about-p { font-size: 0.96rem; line-height: 1.7; color: var(--text-muted); margin-bottom: 2.5rem; }
  .exp-list { list-style: none; display: flex; flex-direction: column; gap: 0.65rem; }
  .exp-list li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.9rem; color: var(--text-muted); line-height: 1.55; }
  .exp-list li::before { content: ''; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); border: 2px solid var(--navy); flex-shrink: 0; margin-top: 0.28rem; }

  /* WHY */
  #why { background: var(--navy); padding: 6rem 5rem; display: grid; grid-template-columns: 1fr 2fr; gap: 5rem; align-items: center; }
  .why-l h2 { color: var(--white); margin-bottom: 1rem; }
  .why-l p { color: rgba(255,255,255,0.55); font-size: 0.94rem; line-height: 1.7; }
  .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .why-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,215,0,0.14); padding: 1.75rem; transition: border-color 0.25s; }
  .why-card:hover { border-color: var(--gold); }
  .why-icon { width: 36px; height: 36px; background: var(--gold); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; color: var(--navy-deep); }
  .why-card h4 { font-family: var(--font-heading); font-size: 0.98rem; color: var(--white); margin-bottom: 0.45rem; font-weight: 700; }
  .why-card p { font-size: 0.85rem; color: rgba(255,255,255,0.5); line-height: 1.65; }

  /* TEAM */
  #team { background: var(--navy-deep); padding: 7rem 5rem; }
  .team-hdr { text-align: center; margin-bottom: 4rem; }
  .team-hdr h2 { color: var(--white); margin-bottom: 0.85rem; }
  .team-hdr p { font-size: 0.92rem; color: rgba(255,255,255,0.5); max-width: 520px; margin: 0 auto; line-height: 1.7; }
  .team-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; max-width: 840px; margin: 0 auto; }
  .team-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,215,0,0.14); padding: 2.5rem; display: flex; gap: 1.75rem; align-items: flex-start; transition: border-color 0.25s, background 0.25s; }
  .team-card:hover { border-color: var(--gold); background: rgba(255,215,0,0.04); }
  .t-av { width: 74px; height: 74px; flex-shrink: 0; }
  .t-av-inner { width: 100%; height: 100%; background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%); display: flex; align-items: center; justify-content: center; }
  .t-av-inner span { font-family: var(--font-heading); font-size: 1.4rem; font-weight: 700; color: var(--navy-deep); }
  .t-info h3 { font-family: var(--font-heading); font-size: 1.1rem; color: var(--white); margin-bottom: 0.22rem; font-weight: 700; }
  .t-role { font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.55rem; }
  .t-qual { font-size: 0.82rem; color: rgba(255,255,255,0.45); line-height: 1.6; }

  /* ==========================================
     BLOG ROLL
  =========================================== */
  #blog { background: var(--white); padding: 7rem 5rem; }
  .blog-hdr { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3.5rem; }
  .blog-hdr h2 { color: var(--navy-deep); }
  .blog-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2rem; }
  .blog-card { display: flex; flex-direction: column; border: 1px solid var(--border); transition: border-color 0.25s, transform 0.22s; background: var(--white); text-decoration: none; }
  .blog-card:hover { border-color: var(--navy); transform: translateY(-3px); }
  .blog-card-img { height: 200px; background: var(--navy-deep); position: relative; overflow: hidden; }
  .blog-card.featured .blog-card-img { height: 240px; }
  .blog-card-img-inner { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
  .blog-card-img-inner svg { width: 55%; height: 55%; opacity: 0.12; color: var(--gold); }
  .blog-card-img-pattern { position: absolute; inset: 0; }
  .blog-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
  .blog-meta { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.85rem; }
  .blog-cat { font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.16em; text-transform: uppercase; background: var(--gold); color: var(--navy-deep); padding: 0.2rem 0.55rem; font-weight: 600; }
  .blog-date { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.08em; color: var(--text-light); }
  .blog-card h3 { font-family: var(--font-heading); font-size: 1rem; font-weight: 700; color: var(--navy-deep); margin-bottom: 0.55rem; line-height: 1.4; }
  .blog-card.featured h3 { font-size: 1.3rem; }
  .blog-card p { font-size: 0.84rem; color: var(--text-muted); line-height: 1.65; flex: 1; }
  .blog-card-footer { margin-top: 1.2rem; padding-top: 0.85rem; border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
  .blog-author { font-size: 0.72rem; color: var(--text-light); }
  .blog-read-more { font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--navy); font-weight: 600; display: flex; align-items: center; gap: 0.3rem; transition: gap 0.2s; }
  .blog-card:hover .blog-read-more { gap: 0.55rem; color: var(--gold-deep); }
  /* Blog secondary cards */
  .blog-side { display: flex; flex-direction: column; gap: 1.5rem; }
  .blog-card-sm { display: flex; gap: 1rem; border: 1px solid var(--border); padding: 1.1rem; text-decoration: none; transition: border-color 0.2s, transform 0.2s; }
  .blog-card-sm:hover { border-color: var(--navy); transform: translateX(3px); }
  .blog-card-sm-img { width: 72px; height: 72px; background: var(--navy-deep); flex-shrink: 0; position: relative; overflow: hidden; }
  .blog-card-sm-img svg { position: absolute; inset: 0; margin: auto; width: 60%; height: 60%; opacity: 0.2; color: var(--gold); }
  .blog-card-sm-body { flex: 1; display: flex; flex-direction: column; justify-content: center; }
  .blog-card-sm h4 { font-family: var(--font-heading); font-size: 0.88rem; font-weight: 700; color: var(--navy-deep); line-height: 1.35; margin-bottom: 0.3rem; }
  .blog-card-sm span { font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.1em; color: var(--text-light); text-transform: uppercase; }
  /* Blog Graphic Patterns */
  .pat-geo { background: repeating-linear-gradient(45deg, transparent, transparent 8px, rgba(255,215,0,0.05) 8px, rgba(255,215,0,0.05) 9px); }
  .pat-lines { background: repeating-linear-gradient(0deg, transparent, transparent 9px, rgba(255,215,0,0.07) 9px, rgba(255,215,0,0.07) 10px); }
  .pat-cross { background: repeating-linear-gradient(0deg,transparent,transparent 14px,rgba(255,215,0,0.05) 14px,rgba(255,215,0,0.05) 15px), repeating-linear-gradient(90deg,transparent,transparent 14px,rgba(255,215,0,0.05) 14px,rgba(255,215,0,0.05) 15px); }
  .pat-dots { background-image: radial-gradient(rgba(255,215,0,0.12) 1px, transparent 1px); background-size: 10px 10px; }

  /* NEWSLETTER BAND */
  #newsletter { background: var(--gold); padding: 4.5rem 5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
  .nl-left h2 { font-family: var(--font-heading); font-size: clamp(1.6rem, 2.8vw, 2.4rem); color: var(--navy-deep); font-weight: 800; margin-bottom: 0.7rem; }
  .nl-left p { font-size: 0.94rem; color: rgba(2,45,82,0.7); line-height: 1.6; }
  .nl-form { display: flex; flex-direction: column; gap: 0.85rem; }
  .nl-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
  .nl-input { background: rgba(2,45,82,0.08); border: 1px solid rgba(2,45,82,0.2); padding: 0.85rem 1rem; font-family: var(--font-body); font-size: 0.9rem; color: var(--navy-deep); outline: none; transition: border-color 0.2s; width: 100%; }
  .nl-input::placeholder { color: rgba(2,45,82,0.4); }
  .nl-input:focus { border-color: var(--navy); }
  .nl-btn { background: var(--navy-deep); color: var(--gold); padding: 0.9rem 2rem; border: none; cursor: pointer; font-family: var(--font-body); font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 700; align-self: flex-start; transition: background 0.2s, transform 0.15s; }
  .nl-btn:hover { background: var(--navy); transform: translateY(-2px); }
  .nl-note { font-size: 0.72rem; color: rgba(2,45,82,0.5); }
  .nl-trust { display: flex; align-items: center; gap: 1rem; margin-top: 1rem; }
  .nl-trust-item { display: flex; align-items: center; gap: 0.35rem; font-size: 0.72rem; color: rgba(2,45,82,0.65); font-weight: 500; }
  .nl-trust-item svg { width: 14px; height: 14px; }

  /* FAQ */
  #faq { background: var(--off-white); padding: 7rem 5rem; }
  .faq-wrap { display: grid; grid-template-columns: 1fr 2fr; gap: 5rem; align-items: start; }
  .faq-side h2 { color: var(--navy-deep); margin-bottom: 1.25rem; }
  .faq-side p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; }
  .faq-list { display: flex; flex-direction: column; }
  .faq-item { border-top: 1px solid var(--border); }
  .faq-q { padding: 1.2rem 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; gap: 1rem; }
  .faq-q span { font-size: 0.92rem; color: var(--text); font-weight: 500; line-height: 1.45; }
  .faq-tog { width: 26px; height: 26px; flex-shrink: 0; border: 2px solid var(--navy); color: var(--navy); display: flex; align-items: center; justify-content: center; font-size: 1rem; transition: background 0.2s, transform 0.3s, border-color 0.2s; user-select: none; }
  .faq-item.open .faq-tog { background: var(--gold); color: var(--navy-deep); border-color: var(--gold); transform: rotate(45deg); }
  .faq-ans { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
  .faq-ans-in { padding-bottom: 1.2rem; font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; }
  .faq-item.open .faq-ans { max-height: 300px; }

  /* CONTACT */
  #contact { background: var(--navy-deep); padding: 6rem 5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
  #contact h2 { color: var(--white); margin-bottom: 2rem; }
  .c-details { display: flex; flex-direction: column; gap: 1.5rem; }
  .c-item { display: flex; align-items: flex-start; gap: 1.1rem; }
  .c-icon { width: 38px; height: 38px; background: var(--gold); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--navy-deep); }
  .c-lbl { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.18rem; }
  .c-val { font-size: 0.9rem; color: rgba(255,255,255,0.75); line-height: 1.55; }
  .c-form { display: flex; flex-direction: column; gap: 1rem; }
  .f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .f-grp { display: flex; flex-direction: column; gap: 0.38rem; }
  .f-grp label { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
  .f-grp input, .f-grp textarea, .f-grp select { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.14); padding: 0.78rem 1rem; color: var(--white); font-family: var(--font-body); font-size: 0.9rem; outline: none; transition: border-color 0.2s; resize: vertical; }
  .f-grp input::placeholder, .f-grp textarea::placeholder { color: rgba(255,255,255,0.22); }
  .f-grp input:focus, .f-grp textarea:focus, .f-grp select:focus { border-color: var(--gold); }
  .f-grp select option { background: var(--navy-deep); color: var(--white); }
  .f-grp textarea { min-height: 108px; }
  .btn-send { background: var(--gold); color: var(--navy-deep); padding: 0.9rem 2.5rem; border: none; cursor: pointer; font-family: var(--font-body); font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 700; align-self: flex-start; transition: background 0.2s, transform 0.15s; }
  .btn-send:hover { background: var(--gold-deep); transform: translateY(-2px); }

  /* FOOTER */
  footer { background: var(--navy-deep); padding: 3.5rem 5rem 2rem; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; border-top: 3px solid var(--gold); }
  .ft-brand h4 { font-family: var(--font-heading); font-size: 1.12rem; color: var(--white); margin-bottom: 0.7rem; display: flex; align-items: center; gap: 0.5rem; font-weight: 700; }
  .ft-brand h4 span { color: var(--gold); font-size: 1.2rem; }
  .ft-brand p { font-size: 0.82rem; color: rgba(255,255,255,0.45); line-height: 1.7; max-width: 235px; }
  .ft-col h5 { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; padding-bottom: 0.45rem; border-bottom: 1px solid rgba(255,215,0,0.18); }
  .ft-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.58rem; }
  .ft-col ul li a { font-size: 0.82rem; color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s; }
  .ft-col ul li a:hover { color: var(--gold); }
  .ft-btm { background: var(--navy-deep); padding: 1.2rem 5rem; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,0.07); }
  .ft-btm p { font-size: 0.73rem; color: rgba(255,255,255,0.35); }

  /* RESPONSIVE */
  @media (max-width: 1100px) {
    .blog-grid { grid-template-columns: 1fr 1fr; }
    .blog-side { grid-column: span 2; flex-direction: row; }
    .blog-card-sm { flex: 1; }
    .projects-grid { grid-template-columns: 1fr 1fr; }
    .proj-card.featured { grid-column: span 2; grid-row: span 1; min-height: 340px; }
  }
  @media (max-width: 960px) {
    nav { padding: 1rem 1.5rem; }
    .nav-links { display: none; }
    #hero { grid-template-columns: 1fr; }
    .hero-right { display: none; }
    .hero-left { padding: 4rem 1.5rem 3rem; }
    .hero-left::after { display: none; }
    #services, #projects, #blog, #faq { padding: 4rem 1.5rem; }
    .svc-hdr, .svc-grid { grid-template-columns: 1fr; }
    .projects-grid, .blog-grid { grid-template-columns: 1fr; }
    .proj-card.featured { grid-column: 1; grid-row: 1; }
    .blog-side { flex-direction: column; }
    #about { grid-template-columns: 1fr; }
    .about-vis { min-height: 280px; }
    .about-txt { padding: 3rem 1.5rem; }
    #why { grid-template-columns: 1fr; padding: 4rem 1.5rem; gap: 2.5rem; }
    .why-grid { grid-template-columns: 1fr; }
    #team { padding: 4rem 1.5rem; }
    .team-grid { grid-template-columns: 1fr; }
    .faq-wrap { grid-template-columns: 1fr; gap: 2rem; }
    #contact { grid-template-columns: 1fr; padding: 3rem 1.5rem; gap: 3rem; }
    #newsletter { grid-template-columns: 1fr; padding: 3rem 1.5rem; gap: 2rem; }
    footer { grid-template-columns: 1fr 1fr; padding: 3rem 1.5rem 1.5rem; }
    .ft-btm { padding: 1rem 1.5rem; flex-direction: column; gap: 0.4rem; text-align: center; }
    .projects-hdr, .blog-hdr { flex-direction: column; align-items: flex-start; gap: 1rem; }
  }

/* Single */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --navy: #064f8d; --navy-dark: #043d6e; --navy-deep: #022d52; --navy-mid: #0a6ab8;
    --gold: #ffd700; --gold-deep: #e6c200;
    --white: #ffffff; --off-white: #f4f7fb;
    --text: #1a2533; --text-muted: #4a5f75; --text-light: #7a94a8;
    --border: rgba(6,79,141,0.12);
    --font-heading: 'Roboto Slab', Georgia, serif;
    --font-body: 'Inter', system-ui, sans-serif;
    --font-mono: 'DM Mono', monospace;
  }
  html { scroll-behavior: smooth; }
  body { font-family: var(--font-body); background: var(--white); color: var(--text); overflow-x: hidden; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 3rem; background: rgba(2,45,82,0.97); backdrop-filter: blur(14px); border-bottom: 3px solid var(--gold); }
  .nav-logo { font-family: var(--font-heading); font-size: 1.2rem; font-weight: 700; color: var(--white); text-decoration: none; display: flex; align-items: center; gap: 0.6rem; }
  .nav-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); }
  .nav-links { display: flex; gap: 2.2rem; list-style: none; }
  .nav-links a { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.7); text-decoration: none; font-weight: 500; transition: color 0.2s; }
  .nav-links a:hover { color: var(--gold); }
  .nav-cta { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; background: var(--gold); color: var(--navy-deep); font-weight: 700; padding: 0.6rem 1.5rem; text-decoration: none; transition: background 0.2s; }
  .nav-cta:hover { background: var(--gold-deep); }

  /* ARTICLE HERO */
  .post-hero {
    background: var(--navy-deep); padding-top: 68px;
    position: relative; overflow: hidden;
  }
  .post-hero::before {
    content: ''; position: absolute; inset: 0;
    background: repeating-linear-gradient(0deg,transparent,transparent 49px,rgba(255,215,0,0.04) 49px,rgba(255,215,0,0.04) 50px),
      repeating-linear-gradient(90deg,transparent,transparent 49px,rgba(255,215,0,0.04) 49px,rgba(255,215,0,0.04) 50px);
  }
  .post-hero-inner { max-width: 1200px; margin: 0 auto; padding: 4rem 3rem 4.5rem; position: relative; z-index: 1; }
  .breadcrumb { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 2rem; }
  .breadcrumb a { font-family: var(--font-mono); font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s; }
  .breadcrumb a:hover { color: var(--gold); }
  .breadcrumb span { color: rgba(255,255,255,0.25); font-size: 0.6rem; }
  .post-cats { display: flex; gap: 0.5rem; margin-bottom: 1.25rem; }
  .post-cat-tag { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.15em; text-transform: uppercase; background: var(--gold); color: var(--navy-deep); padding: 0.25rem 0.65rem; font-weight: 700; }
  .post-cat-tag.outline { background: transparent; border: 1px solid rgba(255,215,0,0.4); color: var(--gold); }
  .post-hero h1 { font-family: var(--font-heading); font-size: clamp(1.9rem, 3.5vw, 3rem); font-weight: 800; color: var(--white); line-height: 1.15; max-width: 780px; margin-bottom: 1.5rem; letter-spacing: -0.02em; }
  .post-hero-sub { font-size: 1.05rem; color: rgba(255,255,255,0.65); line-height: 1.7; max-width: 680px; margin-bottom: 2rem; }
  .post-meta { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; padding-top: 1.75rem; border-top: 1px solid rgba(255,255,255,0.1); }
  .post-author { display: flex; align-items: center; gap: 0.75rem; }
  .post-av { width: 44px; height: 44px; background: linear-gradient(135deg, var(--gold), var(--gold-deep)); display: flex; align-items: center; justify-content: center; }
  .post-av span { font-family: var(--font-heading); font-size: 0.95rem; font-weight: 700; color: var(--navy-deep); }
  .post-author-info strong { font-family: var(--font-heading); font-size: 0.88rem; color: var(--white); display: block; font-weight: 700; }
  .post-author-info small { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); }
  .post-meta-items { display: flex; gap: 1.5rem; flex-wrap: wrap; }
  .post-meta-item { display: flex; align-items: center; gap: 0.4rem; font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.45); }
  .post-meta-item svg { width: 13px; height: 13px; }

  /* READING PROGRESS BAR */
  #progress-bar { position: fixed; top: 71px; left: 0; height: 3px; background: var(--gold); z-index: 99; width: 0%; transition: width 0.1s linear; }

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

  /* ARTICLE BODY */
  .post-body { min-width: 0; }
  .post-content { font-size: 1rem; line-height: 1.8; color: var(--text); }
  .post-content h2 { font-family: var(--font-heading); font-size: 1.6rem; font-weight: 700; color: var(--navy-deep); margin: 2.5rem 0 1rem; letter-spacing: -0.01em; line-height: 1.25; }
  .post-content h3 { font-family: var(--font-heading); font-size: 1.2rem; font-weight: 700; color: var(--navy-deep); margin: 2rem 0 0.75rem; }
  .post-content p { margin-bottom: 1.35rem; color: var(--text-muted); }
  .post-content strong { color: var(--text); font-weight: 600; }
  .post-content ul, .post-content ol { margin: 1rem 0 1.5rem 1.5rem; display: flex; flex-direction: column; gap: 0.6rem; }
  .post-content li { color: var(--text-muted); line-height: 1.7; }
  .post-content a { color: var(--navy); text-decoration: underline; text-decoration-color: rgba(6,79,141,0.3); transition: color 0.2s; }
  .post-content a:hover { color: var(--navy-mid); }

  /* Callout box */
  .callout { background: var(--off-white); border-left: 4px solid var(--gold); padding: 1.5rem 1.75rem; margin: 2rem 0; }
  .callout-label { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--navy); margin-bottom: 0.5rem; font-weight: 600; }
  .callout p { color: var(--text); margin: 0; font-weight: 500; font-size: 0.95rem; }

  /* Stats inline */
  .post-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); margin: 2rem 0; }
  .post-stat { background: var(--off-white); padding: 1.4rem 1.2rem; text-align: center; }
  .post-stat-n { font-family: var(--font-heading); font-size: 2rem; font-weight: 800; color: var(--navy-deep); }
  .post-stat-l { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-light); margin-top: 0.25rem; }

  /* Data table */
  .data-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 0.88rem; }
  .data-table th { background: var(--navy-deep); color: var(--white); font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.75rem 1rem; text-align: left; }
  .data-table td { padding: 0.75rem 1rem; border-bottom: 1px solid var(--border); color: var(--text-muted); vertical-align: top; }
  .data-table tr:nth-child(even) td { background: var(--off-white); }
  .data-table .bad { color: #c0392b; font-weight: 600; }
  .data-table .good { color: #1a7a4a; font-weight: 600; }

  /* Tags */
  .post-tags { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--border); display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; }
  .post-tags-label { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-light); margin-right: 0.5rem; }
  .post-tag { background: var(--off-white); border: 1px solid var(--border); padding: 0.3rem 0.7rem; font-size: 0.75rem; color: var(--text-muted); text-decoration: none; transition: border-color 0.2s, color 0.2s; }
  .post-tag:hover { border-color: var(--navy); color: var(--navy); }

  /* Share */
  .post-share { margin-top: 2rem; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
  .share-label { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-light); }
  .share-btn { display: flex; align-items: center; gap: 0.4rem; padding: 0.5rem 1rem; border: 1px solid var(--border); font-size: 0.75rem; color: var(--text-muted); text-decoration: none; transition: all 0.2s; cursor: pointer; background: none; font-family: var(--font-body); }
  .share-btn:hover { border-color: var(--navy); color: var(--navy); background: var(--off-white); }
  .share-btn svg { width: 14px; height: 14px; }
  #copy-msg { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.1em; color: #1a7a4a; opacity: 0; transition: opacity 0.3s; }
  #copy-msg.show { opacity: 1; }

  /* Author Bio */
  .author-bio { background: var(--off-white); border: 1px solid var(--border); padding: 2rem; margin-top: 3rem; display: flex; gap: 1.5rem; align-items: flex-start; }
  .author-av-lg { width: 72px; height: 72px; flex-shrink: 0; background: linear-gradient(135deg, var(--gold), var(--gold-deep)); display: flex; align-items: center; justify-content: center; }
  .author-av-lg span { font-family: var(--font-heading); font-size: 1.35rem; font-weight: 700; color: var(--navy-deep); }
  .author-bio-info h4 { font-family: var(--font-heading); font-size: 1rem; font-weight: 700; color: var(--navy-deep); margin-bottom: 0.2rem; }
  .author-bio-info .role { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 0.65rem; }
  .author-bio-info p { font-size: 0.87rem; color: var(--text-muted); line-height: 1.65; }

  /* Related posts */
  .related-posts { margin-top: 4rem; }
  .related-posts h3 { font-family: var(--font-heading); font-size: 1.35rem; font-weight: 700; color: var(--navy-deep); margin-bottom: 1.5rem; }
  .related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
  .related-card { text-decoration: none; border: 1px solid var(--border); transition: border-color 0.2s, transform 0.2s; display: block; }
  .related-card:hover { border-color: var(--navy); transform: translateY(-2px); }
  .related-img { height: 120px; background: var(--navy-deep); position: relative; overflow: hidden; }
  .related-pat { position: absolute; inset: 0; }
  .related-img svg { position: absolute; inset: 0; margin: auto; width: 40%; height: 40%; opacity: 0.15; color: var(--gold); }
  .related-body { padding: 1rem; }
  .related-cat { font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 0.35rem; }
  .related-body h4 { font-family: var(--font-heading); font-size: 0.88rem; font-weight: 700; color: var(--navy-deep); line-height: 1.4; }

  /* =========================================
     SIDEBAR
  ========================================== */
  .post-sidebar { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 1.5rem; }

  /* Table of Contents */
  .sidebar-widget { border: 1px solid var(--border); background: var(--white); }
  .sidebar-widget-hdr { background: var(--navy-deep); padding: 0.85rem 1.25rem; display: flex; align-items: center; gap: 0.5rem; }
  .sidebar-widget-hdr span { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
  .sidebar-widget-body { padding: 1.25rem; }
  .toc-list { list-style: none; display: flex; flex-direction: column; gap: 0; }
  .toc-item a { display: flex; align-items: flex-start; gap: 0.6rem; padding: 0.55rem 0; border-bottom: 1px solid var(--border); font-size: 0.82rem; color: var(--text-muted); text-decoration: none; transition: color 0.2s; line-height: 1.4; }
  .toc-item:last-child a { border-bottom: none; }
  .toc-item a:hover { color: var(--navy); }
  .toc-item a.active { color: var(--navy); font-weight: 600; }
  .toc-num { font-family: var(--font-mono); font-size: 0.6rem; color: var(--gold-deep); flex-shrink: 0; margin-top: 0.1rem; font-weight: 600; }

  /* CTA Widget — Free Quote */
  .sidebar-cta { background: var(--navy-deep); padding: 1.75rem; position: relative; overflow: hidden; }
  .sidebar-cta::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(45deg,transparent,transparent 12px,rgba(255,215,0,0.03) 12px,rgba(255,215,0,0.03) 13px); }
  .sidebar-cta > * { position: relative; z-index: 1; }
  .sidebar-cta-label { font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.65rem; }
  .sidebar-cta h3 { font-family: var(--font-heading); font-size: 1.15rem; font-weight: 800; color: var(--white); margin-bottom: 0.65rem; line-height: 1.3; }
  .sidebar-cta p { font-size: 0.82rem; color: rgba(255,255,255,0.6); line-height: 1.6; margin-bottom: 1.25rem; }
  .sidebar-cta-btn { display: block; background: var(--gold); color: var(--navy-deep); text-align: center; padding: 0.85rem; text-decoration: none; font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; transition: background 0.2s, transform 0.15s; }
  .sidebar-cta-btn:hover { background: var(--gold-deep); transform: translateY(-1px); }
  .sidebar-cta-note { font-size: 0.68rem; color: rgba(255,255,255,0.35); text-align: center; margin-top: 0.6rem; }
  .sidebar-trust { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
  .sidebar-trust-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.72rem; color: rgba(255,255,255,0.55); }
  .sidebar-trust-item svg { width: 13px; height: 13px; color: var(--gold); flex-shrink: 0; }

  /* Newsletter sidebar */
  .sidebar-nl { background: var(--off-white); padding: 1.5rem; }
  .sidebar-nl h4 { font-family: var(--font-heading); font-size: 1rem; font-weight: 700; color: var(--navy-deep); margin-bottom: 0.4rem; }
  .sidebar-nl p { font-size: 0.8rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 1rem; }
  .sidebar-nl input { width: 100%; background: var(--white); border: 1px solid var(--border); padding: 0.7rem 0.9rem; font-family: var(--font-body); font-size: 0.85rem; color: var(--text); outline: none; margin-bottom: 0.6rem; transition: border-color 0.2s; }
  .sidebar-nl input::placeholder { color: var(--text-light); }
  .sidebar-nl input:focus { border-color: var(--navy); }
  .sidebar-nl-btn { width: 100%; background: var(--navy-deep); color: var(--white); border: none; cursor: pointer; padding: 0.75rem; font-family: var(--font-body); font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; transition: background 0.2s; }
  .sidebar-nl-btn:hover { background: var(--navy); }
  .sidebar-nl-note { font-size: 0.65rem; color: var(--text-light); margin-top: 0.5rem; text-align: center; }

  /* Related services */
  .sidebar-services { padding: 1.25rem; }
  .sidebar-services h4 { font-family: var(--font-heading); font-size: 0.88rem; font-weight: 700; color: var(--navy-deep); margin-bottom: 1rem; }
  .sidebar-svc-link { display: flex; align-items: center; justify-content: space-between; padding: 0.65rem 0; border-bottom: 1px solid var(--border); text-decoration: none; transition: all 0.2s; }
  .sidebar-svc-link:last-child { border-bottom: none; }
  .sidebar-svc-link span { font-size: 0.83rem; color: var(--text-muted); transition: color 0.2s; }
  .sidebar-svc-link svg { width: 14px; height: 14px; color: var(--text-light); transition: color 0.2s, transform 0.2s; }
  .sidebar-svc-link:hover span { color: var(--navy); }
  .sidebar-svc-link:hover svg { color: var(--navy); transform: translateX(3px); }

  /* Download resource */
  .sidebar-download { background: linear-gradient(135deg, var(--navy), var(--navy-mid)); padding: 1.5rem; }
  .sidebar-download-label { font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; }
  .sidebar-download h4 { font-family: var(--font-heading); font-size: 0.95rem; font-weight: 700; color: var(--white); margin-bottom: 0.4rem; line-height: 1.35; }
  .sidebar-download p { font-size: 0.78rem; color: rgba(255,255,255,0.55); margin-bottom: 1rem; }
  .sidebar-download a { display: flex; align-items: center; justify-content: center; gap: 0.5rem; background: var(--gold); color: var(--navy-deep); padding: 0.7rem; text-decoration: none; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; transition: background 0.2s; }
  .sidebar-download a:hover { background: var(--gold-deep); }
  .sidebar-download a svg { width: 14px; height: 14px; }

  /* Article inline newsletter */
  .inline-nl { background: var(--navy-deep); padding: 2.5rem; margin: 3rem 0; position: relative; overflow: hidden; }
  .inline-nl::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(45deg,transparent,transparent 15px,rgba(255,215,0,0.03) 15px,rgba(255,215,0,0.03) 16px); }
  .inline-nl > * { position: relative; z-index: 1; }
  .inline-nl-label { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; }
  .inline-nl h3 { font-family: var(--font-heading); font-size: 1.3rem; font-weight: 800; color: var(--white); margin-bottom: 0.5rem; }
  .inline-nl p { font-size: 0.88rem; color: rgba(255,255,255,0.6); margin-bottom: 1.25rem; line-height: 1.6; }
  .inline-nl-form { display: grid; grid-template-columns: 1fr 1fr auto; gap: 0.75rem; }
  .inline-nl-form input { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); padding: 0.8rem 1rem; color: var(--white); font-family: var(--font-body); font-size: 0.88rem; outline: none; transition: border-color 0.2s; }
  .inline-nl-form input::placeholder { color: rgba(255,255,255,0.3); }
  .inline-nl-form input:focus { border-color: var(--gold); }
  .inline-nl-form button { background: var(--gold); color: var(--navy-deep); border: none; cursor: pointer; padding: 0 1.5rem; font-family: var(--font-body); font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; white-space: nowrap; transition: background 0.2s; }
  .inline-nl-form button:hover { background: var(--gold-deep); }

  /* FOOTER */
  footer { background: var(--navy-deep); padding: 3.5rem 5rem 2rem; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; border-top: 3px solid var(--gold); }
  .ft-brand h4 { font-family: var(--font-heading); font-size: 1.12rem; color: var(--white); margin-bottom: 0.7rem; display: flex; align-items: center; gap: 0.5rem; font-weight: 700; }
  .ft-brand h4 span { color: var(--gold); font-size: 1.2rem; }
  .ft-brand p { font-size: 0.82rem; color: rgba(255,255,255,0.45); line-height: 1.7; max-width: 235px; }
  .ft-col h5 { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; padding-bottom: 0.45rem; border-bottom: 1px solid rgba(255,215,0,0.18); }
  .ft-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.58rem; }
  .ft-col ul li a { font-size: 0.82rem; color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s; }
  .ft-col ul li a:hover { color: var(--gold); }
  .ft-btm { background: var(--navy-deep); padding: 1.2rem 5rem; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,0.07); }
  .ft-btm p { font-size: 0.73rem; color: rgba(255,255,255,0.35); }

  /* Responsive */
  @media (max-width: 1000px) {
    .post-layout { grid-template-columns: 1fr; padding: 2.5rem 1.5rem; }
    .post-sidebar { position: static; }
    .related-grid { grid-template-columns: 1fr 1fr; }
    .inline-nl-form { grid-template-columns: 1fr; }
  }
  @media (max-width: 720px) {
    nav { padding: 1rem 1.5rem; }
    .nav-links { display: none; }
    .post-hero-inner { padding: 2.5rem 1.5rem 3rem; }
    .post-stats { grid-template-columns: 1fr; }
    .related-grid { grid-template-columns: 1fr; }
    footer { grid-template-columns: 1fr 1fr; padding: 2.5rem 1.5rem; }
    .ft-btm { padding: 1rem 1.5rem; flex-direction: column; gap: 0.4rem; text-align: center; }
  }

/* Page Template */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --navy: #064f8d; --navy-dark: #043d6e; --navy-deep: #022d52; --navy-mid: #0a6ab8;
    --gold: #ffd700; --gold-deep: #e6c200;
    --white: #ffffff; --off-white: #f4f7fb;
    --text: #1a2533; --text-muted: #4a5f75; --text-light: #7a94a8;
    --border: rgba(6,79,141,0.12);
    --font-heading: 'Roboto Slab', Georgia, serif;
    --font-body: 'Inter', system-ui, sans-serif;
    --font-mono: 'DM Mono', monospace;
    --danger: #c0392b; --success: #1a7a4a;
  }
  html { scroll-behavior: smooth; }
  body { font-family: var(--font-body); background: var(--white); color: var(--text); overflow-x: hidden; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 3rem; background: rgba(2,45,82,0.97); backdrop-filter: blur(14px); border-bottom: 3px solid var(--gold); }
  .nav-logo { font-family: var(--font-heading); font-size: 1.2rem; font-weight: 700; color: var(--white); text-decoration: none; display: flex; align-items: center; gap: 0.6rem; }
  .nav-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); }
  .nav-links { display: flex; gap: 2.2rem; list-style: none; }
  .nav-links a { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.7); text-decoration: none; font-weight: 500; transition: color 0.2s; }
  .nav-links a:hover, .nav-links a.active { color: var(--gold); }
  .nav-cta { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; background: var(--gold); color: var(--navy-deep); font-weight: 700; padding: 0.6rem 1.5rem; text-decoration: none; transition: background 0.2s; }
  .nav-cta:hover { background: var(--gold-deep); }

  /* SERVICE HERO */
  .svc-hero { background: var(--navy-deep); padding-top: 68px; min-height: 70vh; display: grid; grid-template-columns: 1.1fr 0.9fr; overflow: hidden; }
  .svc-hero-left { padding: 5rem 4rem 5rem 5rem; display: flex; flex-direction: column; justify-content: center; position: relative; }
  .svc-hero-left::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(0deg,transparent,transparent 49px,rgba(255,215,0,0.04) 49px,rgba(255,215,0,0.04) 50px); }
  .svc-hero-left > * { position: relative; z-index: 1; }
  .breadcrumb { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 2rem; }
  .breadcrumb a { font-family: var(--font-mono); font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.2s; }
  .breadcrumb a:hover { color: var(--gold); }
  .breadcrumb span { color: rgba(255,255,255,0.2); font-size: 0.6rem; }
  .service-eyebrow { font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.25rem; display: flex; align-items: center; gap: 0.75rem; }
  .service-eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--gold); }
  .svc-hero h1 { font-family: var(--font-heading); font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 800; color: var(--white); line-height: 1.1; margin-bottom: 1.4rem; letter-spacing: -0.02em; }
  .svc-hero h1 em { color: var(--gold); font-style: normal; }
  .svc-hero-sub { font-size: 1rem; color: rgba(255,255,255,0.65); line-height: 1.7; max-width: 500px; margin-bottom: 2.5rem; }
  .hero-ctas { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; margin-bottom: 3rem; }
  .btn-gold { background: var(--gold); color: var(--navy-deep); padding: 1rem 2.2rem; text-decoration: none; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; transition: background 0.2s, transform 0.15s; display: inline-block; }
  .btn-gold:hover { background: var(--gold-deep); transform: translateY(-2px); }
  .btn-ghost { color: rgba(255,255,255,0.7); font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; font-weight: 500; display: flex; align-items: center; gap: 0.5rem; transition: color 0.2s; }
  .btn-ghost:hover { color: var(--gold); }
  .hero-trust { display: flex; gap: 1.5rem; flex-wrap: wrap; }
  .trust-badge { display: flex; align-items: center; gap: 0.5rem; }
  .trust-badge svg { width: 14px; height: 14px; color: var(--gold); flex-shrink: 0; }
  .trust-badge span { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
  .svc-hero-right { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%); }
  .svc-hero-right::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(0deg,transparent,transparent 39px,rgba(255,215,0,0.07) 39px,rgba(255,215,0,0.07) 40px),repeating-linear-gradient(90deg,transparent,transparent 39px,rgba(255,215,0,0.07) 39px,rgba(255,215,0,0.07) 40px); }
  .hero-visual { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 1.5rem; z-index: 2; padding: 2rem; }
  .hero-stat-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; width: 100%; max-width: 320px; }
  .hero-stat-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,215,0,0.2); padding: 1.25rem; text-align: center; backdrop-filter: blur(4px); }
  .hero-stat-card-n { font-family: var(--font-heading); font-size: 1.8rem; font-weight: 800; color: var(--gold); }
  .hero-stat-card-l { font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-top: 0.2rem; }
  .hero-callout { background: var(--gold); padding: 1.25rem 1.5rem; max-width: 280px; text-align: center; }
  .hero-callout p { font-family: var(--font-heading); font-size: 0.88rem; color: var(--navy-deep); font-weight: 700; line-height: 1.4; }

  /* PROBLEM / AGITATION BAND */
  .problem-band { background: var(--off-white); padding: 5rem; }
  .problem-band-inner { max-width: 1200px; margin: 0 auto; }
  .pb-label { font-family: var(--font-mono); font-size: 0.65rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--navy); margin-bottom: 1.25rem; display: flex; align-items: center; gap: 0.5rem; }
  .pb-label::after { content: ''; height: 2px; background: var(--gold); width: 32px; }
  .problem-band h2 { font-family: var(--font-heading); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; color: var(--navy-deep); margin-bottom: 1.5rem; letter-spacing: -0.01em; max-width: 700px; }
  .problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 2.5rem; }
  .problem-card { background: var(--white); border: 1px solid var(--border); border-left: 4px solid var(--danger); padding: 1.5rem; }
  .problem-card-icon { width: 36px; height: 36px; background: rgba(192,57,43,0.1); border-radius: 0; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; color: var(--danger); }
  .problem-card h4 { font-family: var(--font-heading); font-size: 0.95rem; font-weight: 700; color: var(--text); margin-bottom: 0.45rem; }
  .problem-card p { font-size: 0.84rem; color: var(--text-muted); line-height: 1.65; }
  .problem-card .cost { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.1em; color: var(--danger); margin-top: 0.75rem; font-weight: 600; }

  /* WHAT WE DO */
  .what-section { max-width: 1200px; margin: 0 auto; padding: 6rem 5rem; }
  .section-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; margin-bottom: 4rem; }
  .section-intro h2 { font-family: var(--font-heading); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 700; color: var(--navy-deep); letter-spacing: -0.01em; }
  .section-intro p { font-size: 0.96rem; color: var(--text-muted); line-height: 1.7; }
  .deliverables-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); }
  .deliverable { background: var(--white); padding: 2rem; border-bottom: 3px solid transparent; transition: border-color 0.25s, background 0.25s; }
  .deliverable:hover { border-bottom-color: var(--gold); background: var(--off-white); }
  .del-num { font-family: var(--font-mono); font-size: 0.62rem; color: var(--text-light); margin-bottom: 1rem; }
  .del-icon { width: 40px; height: 40px; background: var(--navy-deep); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; color: var(--gold); }
  .deliverable h3 { font-family: var(--font-heading); font-size: 1rem; font-weight: 700; color: var(--navy-deep); margin-bottom: 0.5rem; }
  .deliverable p { font-size: 0.84rem; color: var(--text-muted); line-height: 1.65; }
  .del-included { display: flex; align-items: center; gap: 0.4rem; font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--success); margin-top: 1rem; font-weight: 600; }
  .del-included svg { width: 12px; height: 12px; }

  /* PROCESS */
  .process-section { background: var(--navy-deep); padding: 6rem 5rem; }
  .process-inner { max-width: 1200px; margin: 0 auto; }
  .process-section .pb-label { color: rgba(255,255,255,0.6); }
  .process-section .pb-label::after { opacity: 0.7; }
  .process-section h2 { font-family: var(--font-heading); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 700; color: var(--white); margin-bottom: 3.5rem; letter-spacing: -0.01em; }
  .process-steps { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; position: relative; }
  .process-steps::before { content: ''; position: absolute; top: 36px; left: 10%; right: 10%; height: 2px; background: linear-gradient(90deg, var(--gold) 0%, rgba(255,215,0,0.2) 100%); z-index: 0; }
  .process-step { text-align: center; padding: 0 1rem; position: relative; z-index: 1; }
  .process-step-num { width: 72px; height: 72px; border-radius: 50%; border: 2px solid var(--gold); background: var(--navy-deep); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; transition: background 0.25s; }
  .process-step:hover .process-step-num { background: var(--gold); }
  .process-step:hover .process-step-num span { color: var(--navy-deep); }
  .process-step:hover .process-step-num svg { color: var(--navy-deep); }
  .process-step-num span { font-family: var(--font-heading); font-size: 1.15rem; font-weight: 800; color: var(--gold); }
  .process-step-num svg { width: 22px; height: 22px; color: var(--gold); }
  .process-step h4 { font-family: var(--font-heading); font-size: 0.9rem; font-weight: 700; color: var(--white); margin-bottom: 0.4rem; }
  .process-step p { font-size: 0.78rem; color: rgba(255,255,255,0.45); line-height: 1.6; }
  .process-days { font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-top: 0.5rem; }

  /* PRICING */
  .pricing-section { padding: 6rem 5rem; background: var(--off-white); }
  .pricing-inner { max-width: 1200px; margin: 0 auto; }
  .pricing-section h2 { font-family: var(--font-heading); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 700; color: var(--navy-deep); margin-bottom: 0.75rem; }
  .pricing-section > .pricing-inner > p { font-size: 0.96rem; color: var(--text-muted); margin-bottom: 3rem; }
  .pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
  .pricing-card { background: var(--white); border: 1px solid var(--border); padding: 2.5rem; position: relative; transition: border-color 0.25s, transform 0.22s; }
  .pricing-card:hover { border-color: var(--navy); transform: translateY(-3px); }
  .pricing-card.popular { border-color: var(--gold); border-width: 2px; }
  .popular-badge { position: absolute; top: -1px; right: 2rem; background: var(--gold); padding: 0.3rem 0.8rem; font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy-deep); font-weight: 700; }
  .pricing-type { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-light); margin-bottom: 0.5rem; }
  .pricing-card h3 { font-family: var(--font-heading); font-size: 1.2rem; font-weight: 700; color: var(--navy-deep); margin-bottom: 0.75rem; }
  .pricing-range { font-family: var(--font-heading); font-size: 1.6rem; font-weight: 800; color: var(--navy-deep); margin-bottom: 0.35rem; }
  .pricing-range small { font-size: 0.85rem; font-weight: 400; color: var(--text-light); }
  .pricing-note { font-size: 0.78rem; color: var(--text-light); margin-bottom: 1.5rem; }
  .pricing-features { list-style: none; display: flex; flex-direction: column; gap: 0.65rem; margin-bottom: 2rem; }
  .pricing-features li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.86rem; color: var(--text-muted); line-height: 1.4; }
  .pricing-features li::before { content: ''; width: 16px; height: 16px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a7a4a' stroke-width='2.5'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat; flex-shrink: 0; margin-top: 0.1rem; }
  .pricing-cta { display: block; text-align: center; padding: 0.9rem; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; text-decoration: none; transition: all 0.2s; }
  .pricing-cta.primary { background: var(--navy-deep); color: var(--white); }
  .pricing-cta.primary:hover { background: var(--navy); }
  .pricing-cta.gold { background: var(--gold); color: var(--navy-deep); }
  .pricing-cta.gold:hover { background: var(--gold-deep); }
  .pricing-cta.outline { border: 2px solid var(--navy-deep); color: var(--navy-deep); }
  .pricing-cta.outline:hover { background: var(--navy-deep); color: var(--white); }
  .pricing-disclaimer { font-size: 0.78rem; color: var(--text-light); margin-top: 2rem; text-align: center; line-height: 1.65; }

  /* TRUST / CREDENTIALS */
  .trust-section { background: var(--white); padding: 5rem; }
  .trust-inner { max-width: 1200px; margin: 0 auto; }
  .trust-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 5rem; align-items: center; }
  .trust-content h2 { font-family: var(--font-heading); font-size: clamp(1.6rem,3vw,2.4rem); font-weight: 700; color: var(--navy-deep); margin-bottom: 1.25rem; }
  .trust-content p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 2rem; }
  .credential-list { list-style: none; display: flex; flex-direction: column; gap: 0.85rem; }
  .credential-list li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.9rem; color: var(--text-muted); line-height: 1.5; }
  .cred-check { width: 20px; height: 20px; background: var(--gold); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 0.05rem; }
  .cred-check svg { width: 11px; height: 11px; color: var(--navy-deep); }
  .trust-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); }
  .trust-stat { background: var(--off-white); padding: 1.75rem; text-align: center; }
  .trust-stat-n { font-family: var(--font-heading); font-size: 2.2rem; font-weight: 800; color: var(--navy-deep); }
  .trust-stat-l { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-light); margin-top: 0.3rem; }

  /* FAQ */
  .svc-faq { background: var(--off-white); padding: 5rem; }
  .svc-faq-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 2fr; gap: 5rem; }
  .svc-faq h2 { font-family: var(--font-heading); font-size: clamp(1.6rem,2.8vw,2.4rem); font-weight: 700; color: var(--navy-deep); margin-bottom: 1rem; }
  .svc-faq-side p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; }
  .faq-list { display: flex; flex-direction: column; }
  .faq-item { border-top: 1px solid var(--border); }
  .faq-q { padding: 1.2rem 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; gap: 1rem; }
  .faq-q span { font-size: 0.92rem; color: var(--text); font-weight: 500; line-height: 1.45; }
  .faq-tog { width: 26px; height: 26px; flex-shrink: 0; border: 2px solid var(--navy); color: var(--navy); display: flex; align-items: center; justify-content: center; font-size: 1rem; transition: background 0.2s, transform 0.3s; user-select: none; }
  .faq-item.open .faq-tog { background: var(--gold); color: var(--navy-deep); border-color: var(--gold); transform: rotate(45deg); }
  .faq-ans { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
  .faq-ans-in { padding-bottom: 1.2rem; font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; }
  .faq-item.open .faq-ans { max-height: 300px; }

  /* CTA SECTION */
  .svc-cta { background: var(--navy-deep); padding: 6rem 5rem; position: relative; overflow: hidden; }
  .svc-cta::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(45deg,transparent,transparent 18px,rgba(255,215,0,0.03) 18px,rgba(255,215,0,0.03) 19px); }
  .svc-cta-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; position: relative; z-index: 1; }
  .svc-cta-left h2 { font-family: var(--font-heading); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 800; color: var(--white); margin-bottom: 1rem; line-height: 1.15; }
  .svc-cta-left p { font-size: 0.96rem; color: rgba(255,255,255,0.6); line-height: 1.7; }
  .svc-cta-form { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,215,0,0.15); padding: 2.5rem; }
  .svc-cta-form h3 { font-family: var(--font-heading); font-size: 1.2rem; font-weight: 700; color: var(--white); margin-bottom: 0.4rem; }
  .svc-cta-form p { font-size: 0.82rem; color: rgba(255,255,255,0.5); margin-bottom: 1.5rem; }
  .form-fields { display: flex; flex-direction: column; gap: 0.85rem; }
  .f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; }
  .f-grp { display: flex; flex-direction: column; gap: 0.3rem; }
  .f-grp label { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.45); }
  .f-grp input, .f-grp select, .f-grp textarea { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.14); padding: 0.78rem 1rem; color: var(--white); font-family: var(--font-body); font-size: 0.88rem; outline: none; transition: border-color 0.2s; }
  .f-grp input::placeholder, .f-grp textarea::placeholder { color: rgba(255,255,255,0.25); }
  .f-grp input:focus, .f-grp select:focus, .f-grp textarea:focus { border-color: var(--gold); }
  .f-grp select option { background: var(--navy-deep); }
  .f-grp textarea { min-height: 90px; resize: vertical; }
  .form-submit { background: var(--gold); color: var(--navy-deep); border: none; cursor: pointer; padding: 1rem 2rem; font-family: var(--font-body); font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; width: 100%; margin-top: 0.5rem; transition: background 0.2s, transform 0.15s; }
  .form-submit:hover { background: var(--gold-deep); transform: translateY(-1px); }
  .form-trust { display: flex; gap: 1.5rem; margin-top: 1rem; justify-content: center; flex-wrap: wrap; }
  .form-trust-item { font-size: 0.7rem; color: rgba(255,255,255,0.4); display: flex; align-items: center; gap: 0.3rem; }
  .form-trust-item svg { width: 12px; height: 12px; color: var(--gold); }

  /* FOOTER */
  footer { background: var(--navy-deep); padding: 3.5rem 5rem 2rem; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; border-top: 3px solid var(--gold); }
  .ft-brand h4 { font-family: var(--font-heading); font-size: 1.12rem; color: var(--white); margin-bottom: 0.7rem; display: flex; align-items: center; gap: 0.5rem; font-weight: 700; }
  .ft-brand h4 span { color: var(--gold); }
  .ft-brand p { font-size: 0.82rem; color: rgba(255,255,255,0.45); line-height: 1.7; max-width: 235px; }
  .ft-col h5 { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; padding-bottom: 0.45rem; border-bottom: 1px solid rgba(255,215,0,0.18); }
  .ft-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.58rem; }
  .ft-col ul li a { font-size: 0.82rem; color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s; }
  .ft-col ul li a:hover { color: var(--gold); }
  .ft-btm { background: var(--navy-deep); padding: 1.2rem 5rem; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,0.07); }
  .ft-btm p { font-size: 0.73rem; color: rgba(255,255,255,0.35); }

  .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }

  @media (max-width: 960px) {
    nav { padding: 1rem 1.5rem; }
    .nav-links { display: none; }
    .svc-hero { grid-template-columns: 1fr; }
    .svc-hero-right { display: none; }
    .svc-hero-left { padding: 3.5rem 1.5rem 3rem; }
    .problem-band, .what-section, .process-section, .pricing-section, .trust-section, .svc-faq, .svc-cta { padding: 3.5rem 1.5rem; }
    .problem-grid, .deliverables-grid, .pricing-grid { grid-template-columns: 1fr; }
    .section-intro, .trust-grid, .svc-cta-inner, .svc-faq-inner { grid-template-columns: 1fr; gap: 2rem; }
    .process-steps { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .process-steps::before { display: none; }
    footer { grid-template-columns: 1fr 1fr; padding: 2.5rem 1.5rem; }
    .ft-btm { padding: 1rem 1.5rem; flex-direction: column; gap: 0.4rem; text-align: center; }
  }


/* Responsive Navigation & Forms Fixes */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 1001;
}

.hamburger span {
  width: 28px;
  height: 2px;
  background: var(--white);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nl-row,
.f-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.nl-input,
.f-grp input,
.f-grp select,
.f-grp textarea,
.nl-btn {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.f-grp textarea {
  min-height: 160px;
  resize: vertical;
}

@media (max-width: 960px) {
  .hamburger {
    display: flex;
  }

  .nav-cta {
    display: none;
  }

  .nav-links {
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    padding: 2rem 1.5rem;
    background: rgba(2, 18, 35, 0.98);
    backdrop-filter: blur(12px);
    transform: translateY(-130%);
    transition: transform 0.3s ease;
    z-index: 999;
  }

  .nav-links.nav-open {
    transform: translateY(0);
  }

  .nl-row,
  .f-row {
    grid-template-columns: 1fr;
  }

  #newsletter,
  #contact {
    gap: 2rem;
  }
}

@media (max-width: 640px) {
  nav {
    padding-inline: 1rem;
  }

  .nl-form,
  .c-form {
    width: 100%;
  }

  .nl-btn,
  .btn-send {
    width: 100%;
    text-align: center;
  }
}