/* ============================================================
   TECHNICAL SEO SERVICES — page styles (namespaced .lkb-)
   Brand: navy #020c1b/#041427, blue #23a9e1/#207DE9, lime #caef45
   Shared shell (.seo-hero, .container, .proof-strip, .section)
   lives in the page's inline critical CSS.
   ============================================================ */

/* ---------- hero bullets ---------- */
.lkb-hero-bullets{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:11px}
.lkb-hero-bullets li{position:relative;padding-left:30px;color:rgba(255,255,255,.86);font-size:15.5px;line-height:1.5}
.lkb-hero-bullets li::before{content:"";position:absolute;left:0;top:2px;width:19px;height:19px;border-radius:50%;
  background:rgba(202,239,69,.16);box-shadow:inset 0 0 0 1.5px rgba(202,239,69,.55)}
.lkb-hero-bullets li::after{content:"";position:absolute;left:6px;top:7px;width:7px;height:4px;
  border-left:2px solid #caef45;border-bottom:2px solid #caef45;transform:rotate(-45deg)}

/* ============================================================
   HERO VISUAL — "Link Authority" panel
   ============================================================ */
.lkb-con-wrap{position:relative;width:100%;max-width:468px;margin-left:auto}
.lkb-con{position:relative;width:100%;
  background:linear-gradient(165deg,#0b1b34 0%,#091627 100%);
  border:1px solid rgba(120,160,220,.18);border-radius:18px;
  box-shadow:0 30px 70px -28px rgba(0,0,0,.75),inset 0 1px 0 rgba(255,255,255,.04);
  overflow:hidden}
.lkb-con-bar{display:flex;align-items:center;gap:7px;padding:13px 18px;
  border-bottom:1px solid rgba(120,160,220,.13);background:rgba(255,255,255,.015)}
.lkb-dot{width:10px;height:10px;border-radius:50%;display:inline-block}
.lkb-dot.r{background:#ff5f57}.lkb-dot.y{background:#febc2e}.lkb-dot.g{background:#28c840}
.lkb-con-title{margin-left:8px;font-size:12.5px;font-weight:600;color:#9fb3cf;letter-spacing:.2px}
.lkb-con-live{margin-left:auto;display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:#7fe3b0}
.lkb-con-live i{width:7px;height:7px;border-radius:50%;background:#34d399;box-shadow:0 0 0 0 rgba(52,211,153,.6);animation:lkbPulse 2s infinite}
@keyframes lkbPulse{0%{box-shadow:0 0 0 0 rgba(52,211,153,.5)}70%{box-shadow:0 0 0 7px rgba(52,211,153,0)}100%{box-shadow:0 0 0 0 rgba(52,211,153,0)}}

.lkb-con-body{padding:20px 20px 18px}

/* top: authority score + growth sparkline */
.lkb-auth{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center}
.lkb-auth-num{font-size:48px;font-weight:800;color:#fff;line-height:1;letter-spacing:-1px}
.lkb-auth-meta{display:flex;align-items:center;gap:8px;margin-top:6px}
.lkb-auth-lbl{font-size:10px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;color:#8aa0bd}
.lkb-auth-delta{display:inline-flex;align-items:center;gap:3px;font-size:12px;font-weight:700;color:#34d399;background:rgba(52,211,153,.13);border-radius:20px;padding:3px 9px}
.lkb-auth-delta svg{width:11px;height:11px}
.lkb-spark{display:flex;align-items:flex-end;justify-content:flex-end;gap:5px;height:66px}
.lkb-spark b{width:9px;border-radius:3px;background:linear-gradient(180deg,#caef45,#207DE9);height:var(--h,40%);
  transform:scaleY(0);transform-origin:bottom;animation:lkbBar .7s cubic-bezier(.22,.61,.36,1) forwards}
.lkb-spark b:nth-child(1){animation-delay:.30s}
.lkb-spark b:nth-child(2){animation-delay:.40s}
.lkb-spark b:nth-child(3){animation-delay:.50s}
.lkb-spark b:nth-child(4){animation-delay:.60s}
.lkb-spark b:nth-child(5){animation-delay:.70s}
.lkb-spark b:nth-child(6){animation-delay:.80s}
.lkb-spark b:nth-child(7){animation-delay:.90s}
@keyframes lkbBar{to{transform:scaleY(1)}}

/* referring domains */
.lkb-refs{margin-top:18px;padding-top:15px;border-top:1px solid rgba(120,160,220,.12)}
.lkb-refs-h{display:flex;align-items:center;justify-content:space-between;font-size:11.5px;font-weight:600;color:#aebbd0;margin-bottom:8px}
.lkb-refs-h .live{color:#7fe3b0;font-size:10.5px}
.lkb-ref-list{display:grid;gap:1px}
.lkb-ref{display:grid;grid-template-columns:24px 1fr auto auto;align-items:center;gap:9px;padding:6px 0;
  opacity:0;transform:translateX(-8px);animation:lkbRef .55s forwards}
.lkb-ref:nth-child(1){animation-delay:.95s}
.lkb-ref:nth-child(2){animation-delay:1.12s}
.lkb-ref:nth-child(3){animation-delay:1.29s}
@keyframes lkbRef{to{opacity:1;transform:translateX(0)}}
.lkb-ref-ic{width:24px;height:24px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#0a1628}
.lkb-ref-dom{font-size:12.5px;font-weight:600;color:#dce6f3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.lkb-ref-dr{font-size:10.5px;font-weight:700;color:#caef45;background:rgba(202,239,69,.12);border-radius:5px;padding:2px 7px;white-space:nowrap}
.lkb-ref-tag{font-size:10px;font-weight:600;color:#7fe3b0;display:inline-flex;align-items:center;gap:4px;white-space:nowrap}
.lkb-ref-tag svg{width:11px;height:11px}

/* footer stats */
.lkb-foot{margin-top:14px;padding-top:13px;border-top:1px solid rgba(120,160,220,.1);display:flex;gap:20px;flex-wrap:wrap}
.lkb-foot-stat{font-size:11.5px;color:#9fb3cf}
.lkb-foot-stat b{color:#fff;font-weight:700}

/* floating accent badge */
.lkb-badge{position:absolute;right:-16px;bottom:-18px;top:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;
  width:62px;height:62px;border-radius:16px;background:linear-gradient(150deg,#caef45,#a6d92f);
  box-shadow:0 16px 34px -10px rgba(202,239,69,.5);animation:lkbFloat 5s ease-in-out infinite}
.lkb-badge svg{width:24px;height:24px;color:#0a1628}
.lkb-badge .t{font-size:8px;font-weight:700;color:#0a1628;letter-spacing:.4px;margin-top:3px}
@keyframes lkbFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

/* ============================================================
   SECTIONS
   ============================================================ */
.lkb-sec{padding:78px 0}
.lkb-sec--alt{background:#f6f9fc}
.lkb-sec--dark{background:radial-gradient(ellipse 60% 60% at 80% 0%,rgba(13,27,110,.4),transparent 60%),linear-gradient(160deg,#041427,#020c1b)}
.lkb-eyebrow{display:inline-block;font-size:12.5px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;
  color:#1565C8;margin-bottom:12px}
.lkb-sec--dark .lkb-eyebrow{color:#7cc6f2}
.lkb-head{max-width:760px;margin:0 auto 44px;text-align:center}
.lkb-head h2{font-size:clamp(1.7rem,3vw,2.35rem);font-weight:700;color:#0c1830;margin-bottom:14px;line-height:1.18}
.lkb-head p{font-size:16.5px;line-height:1.7;color:#4a5567;margin:0}
.lkb-sec--dark .lkb-head h2{color:#fff}
.lkb-sec--dark .lkb-head p{color:rgba(255,255,255,.78)}

/* cover grid */
.lkb-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.lkb-card{background:#fff;border:1px solid #e6ecf3;border-radius:16px;padding:26px 24px;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.lkb-card:hover{transform:translateY(-4px);box-shadow:0 22px 44px -22px rgba(12,30,70,.32);border-color:#cfe0f3}
.lkb-card-ico{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(150deg,#eaf4ff,#dcecff);margin-bottom:16px}
.lkb-card-ico svg{width:23px;height:23px;color:#207DE9}
.lkb-card h3{font-size:18px;font-weight:700;color:#0c1830;margin-bottom:9px}
.lkb-card h3 a{color:#0c1830}.lkb-card h3 a:hover{color:#1565C8}
.lkb-card p{font-size:14.5px;line-height:1.62;color:#56627a;margin:0}

/* split: process + form */
.lkb-split{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:start}
.lkb-split-left .lkb-eyebrow{color:#7cc6f2}
.lkb-split-left h2{font-size:clamp(1.6rem,2.7vw,2.15rem);font-weight:700;color:#fff;margin-bottom:14px;line-height:1.2}
.lkb-split-lead{font-size:16px;line-height:1.7;color:rgba(255,255,255,.78);margin:0 0 28px}
.lkb-timeline{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.lkb-tl{display:grid;grid-template-columns:auto 1fr;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.lkb-tl:last-child{border-bottom:none}
.lkb-tl-n{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;
  font-weight:700;font-size:15px;color:#0a1628;background:linear-gradient(150deg,#caef45,#a6d92f)}
.lkb-tl h3{font-size:16.5px;font-weight:700;color:#fff;margin-bottom:5px}
.lkb-tl p{font-size:14.5px;line-height:1.6;color:rgba(255,255,255,.74);margin:0}

/* form card */
.lkb-form-card{background:#fff;border-radius:18px;padding:30px 28px;box-shadow:0 30px 70px -30px rgba(0,0,0,.5)}
.lkb-form-eyebrow{display:inline-block;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;
  color:#1565C8;background:#eef4ff;padding:5px 12px;border-radius:30px;margin-bottom:14px}
.lkb-form-title{font-size:22px;font-weight:700;color:#0c1830;margin-bottom:8px}
.lkb-form-intro{font-size:14.5px;line-height:1.6;color:#56627a;margin:0 0 20px}
.lkb-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.lkb-field{display:flex;flex-direction:column}
.lkb-field--full{grid-column:1 / -1}
.lkb-field label{font-size:13px;font-weight:600;color:#33404f;margin-bottom:6px}
.lkb-field .req{color:#cc1f2d;margin-left:2px}
.lkb-field input,.lkb-field textarea{font-family:inherit;font-size:14.5px;color:#1a2230;
  border:1px solid #d6dfea;border-radius:10px;padding:12px 14px;background:#fbfcfe;transition:border-color .2s,box-shadow .2s}
.lkb-field textarea{min-height:84px;resize:vertical}
.lkb-field input:focus,.lkb-field textarea:focus{outline:none;border-color:#207DE9;box-shadow:0 0 0 3px rgba(32,125,233,.13);background:#fff}
.lkb-field .error{color:#cc1f2d;font-size:12px;margin-top:5px;min-height:1px}
.lkb-form-actions{display:flex;align-items:center;gap:14px;margin-top:18px}
.lkb-form-loader{width:22px;height:22px;display:none}
.lkb-form-note{font-size:12.5px;color:#5e6a7e;margin:14px 0 0}
.lkb-alert{margin-top:14px;font-size:14px;border-radius:10px;padding:11px 14px;display:none}
.lkb-alert-danger{background:rgba(204,31,45,.08);border:1px solid rgba(204,31,45,.3);color:#b21d2a}
.lkb-btn-full{width:100%;justify-content:center}

/* points (why it matters) */
.lkb-points-split{display:grid;grid-template-columns:1.05fr 1fr;gap:50px;align-items:center}
.lkb-points{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:14px}
.lkb-points li{display:flex;gap:13px;align-items:flex-start}
.lkb-pt-tick{flex:none;width:24px;height:24px;border-radius:7px;background:rgba(46,204,113,.14);
  display:flex;align-items:center;justify-content:center;margin-top:1px}
.lkb-pt-tick svg{width:14px;height:14px;color:#1f9d57}
.lkb-points li span:last-child{font-size:15px;line-height:1.55;color:#3c4658}
.lkb-points li strong{color:#0c1830}

/* mini stat panel beside points */
.lkb-stat-card{background:linear-gradient(165deg,#0b1b34,#071223);border-radius:18px;padding:30px 28px;
  box-shadow:0 30px 70px -30px rgba(0,0,0,.6);border:1px solid rgba(120,160,220,.16)}
.lkb-stat-card h3{font-size:16px;font-weight:700;color:#fff;margin-bottom:18px}
.lkb-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.lkb-stat{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:13px;padding:16px}
.lkb-stat .v{font-size:27px;font-weight:800;color:#caef45;line-height:1}
.lkb-stat .l{font-size:12.5px;color:#9fb1cb;margin-top:6px;line-height:1.35}

/* CTA band */
.lkb-cta-band{margin:0 auto;background:radial-gradient(ellipse 70% 120% at 85% 50%,rgba(35,169,225,.25),transparent 60%),linear-gradient(150deg,#0a1730,#06101f);
  border-radius:22px;padding:48px 50px;display:grid;grid-template-columns:1.4fr 1fr;gap:34px;align-items:center;
  border:1px solid rgba(120,160,220,.16)}
.lkb-cta-eyebrow{display:inline-block;font-size:12.5px;font-weight:700;letter-spacing:1.3px;text-transform:uppercase;color:#7cc6f2;margin-bottom:10px}
.lkb-cta-band h2{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:#fff;line-height:1.22;margin:0}
.lkb-cta-band h2 span{color:#caef45}
.lkb-cta-stats{display:flex;gap:30px;margin-top:22px}
.lkb-cta-stat-val{font-size:26px;font-weight:800;color:#fff}
.lkb-cta-stat-lbl{font-size:12.5px;color:#9fb1cb;margin-top:3px}
.lkb-cta-btns{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.lkb-cta-note{font-size:12.5px;color:#9fb1cb}

/* related services */
.lkb-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:8px}
.lkb-related-card{display:flex;flex-direction:column;gap:5px;background:#fff;border:1px solid #e6ecf3;border-radius:14px;
  padding:20px 22px;position:relative;transition:transform .2s,box-shadow .2s,border-color .2s}
.lkb-related-card:hover{transform:translateY(-3px);box-shadow:0 18px 36px -20px rgba(12,30,70,.3);border-color:#cfe0f3}
.lkb-related-card .nm{font-size:16px;font-weight:700;color:#0c1830}
.lkb-related-card .ds{font-size:13.5px;line-height:1.5;color:#5a6478}
.lkb-related-card .ar{position:absolute;top:18px;right:20px;color:#1565C8;font-size:18px;transition:transform .2s}
.lkb-related-card:hover .ar{transform:translateX(4px)}

/* proof icon (shell .proof-strip lives inline) */
.proof-icon{flex:none;width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(150deg,#eaf4ff,#dcecff);color:#207DE9}
.proof-item strong{display:block;font-size:15px;color:#0c1830;margin-bottom:3px}
.proof-item p{font-size:13.5px;line-height:1.5;color:#5a6478;margin:0}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(max-width:1100px){
  .lkb-grid{grid-template-columns:repeat(2,1fr)}
  .lkb-split{gap:36px}
  .lkb-related-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .lkb-split{grid-template-columns:1fr;gap:34px}
  .lkb-points-split{grid-template-columns:1fr;gap:34px}
  .lkb-cta-band{grid-template-columns:1fr;gap:24px;padding:38px 30px}
  .lkb-cta-btns{align-items:stretch}
}
@media(max-width:620px){
  .lkb-sec{padding:56px 0}
  .lkb-grid{grid-template-columns:1fr}
  .lkb-form-grid{grid-template-columns:1fr}
  .lkb-related-grid{grid-template-columns:1fr}
  .lkb-cta-stats{gap:20px}
}

/* ---------- reduced motion: show composed final state ---------- */
@media(prefers-reduced-motion:reduce){
  .lkb-con-live i{animation:none}
  .lkb-spark b{animation:none;transform:scaleY(1)}
  .lkb-ref{animation:none;opacity:1;transform:none}
  .lkb-badge{animation:none}
}
