.guide-page{
  --guide-brand:#16ad6a;
  --guide-brand-2:#0d8d55;
  --guide-night:#101827;
  --guide-blue:#3b82f6;
  background:
    radial-gradient(900px 460px at 105% -4%, rgba(22,173,106,.12), transparent 60%),
    radial-gradient(760px 420px at -8% 20%, rgba(59,130,246,.08), transparent 58%),
    var(--cs-page,#f4f7f9);
  color:var(--cs-text,#334155);
}
.guide-wrap{width:min(1180px,calc(100% - 32px));margin-inline:auto}
.guide-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#0c1422 0%,#101827 54%,#0b2a21 100%);color:#fff}
.guide-hero::before,.guide-hero::after{content:"";position:absolute;border-radius:999px;pointer-events:none;filter:blur(2px)}
.guide-hero::before{width:440px;height:440px;inset:-230px -100px auto auto;background:radial-gradient(circle,rgba(22,173,106,.32),transparent 68%)}
.guide-hero::after{width:520px;height:520px;inset:auto auto -360px -150px;background:radial-gradient(circle,rgba(59,130,246,.18),transparent 70%)}
.guide-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.72fr);gap:54px;align-items:center;padding:72px 0}
.guide-kicker{display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border:1px solid rgba(52,211,153,.24);border-radius:999px;background:rgba(16,185,129,.09);color:#6ee7b7;font-size:12px;font-weight:700}
.guide-title{margin:18px 0 0;font-size:clamp(36px,5.4vw,68px);line-height:1.25;font-weight:800;letter-spacing:-.035em}
.guide-title span{display:block;margin-top:6px;font-size:.34em;letter-spacing:.08em;color:#94a3b8;font-weight:600;direction:ltr;text-align:right}
.guide-lead{max-width:720px;margin:22px 0 0;color:#cbd5e1;font-size:16px;line-height:2.1}
.guide-role{margin-top:18px;padding:16px 18px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:rgba(255,255,255,.055);backdrop-filter:blur(12px);color:#e2e8f0;font-size:13px;line-height:2}
.guide-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.guide-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 18px;border-radius:14px;text-decoration:none;font-size:13px;font-weight:700;transition:.2s ease}
.guide-btn-primary{background:var(--guide-brand);color:#fff;box-shadow:0 12px 30px rgba(22,173,106,.24)}
.guide-btn-primary:hover{background:var(--guide-brand-2);transform:translateY(-1px)}
.guide-btn-ghost{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.065);color:#f8fafc}
.guide-btn-ghost:hover{background:rgba(255,255,255,.11)}
.guide-photo-shell{position:relative;max-width:390px;margin-inline:auto}
.guide-photo-glow{position:absolute;inset:9% -8% -6% 8%;border-radius:40px;background:linear-gradient(145deg,rgba(22,173,106,.36),rgba(59,130,246,.14));filter:blur(28px);opacity:.7}
.guide-photo{position:relative;overflow:hidden;aspect-ratio:4/5;border:1px solid rgba(255,255,255,.16);border-radius:34px;background:#0f172a;box-shadow:0 28px 70px rgba(0,0,0,.38)}
.guide-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(5,12,22,.72),transparent 42%);pointer-events:none}
.guide-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 18%;display:block}
.guide-photo-caption{position:absolute;z-index:2;right:20px;left:20px;bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.guide-photo-caption strong{font-size:14px}.guide-photo-caption span{font-size:10px;color:#94a3b8;direction:ltr}
.guide-photo-badge{display:grid;width:42px;height:42px;place-items:center;border-radius:14px;background:#16ad6a;color:#fff;box-shadow:0 10px 30px rgba(22,173,106,.28)}
.guide-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:-28px;position:relative;z-index:3}
.guide-stat{padding:22px;border:1px solid var(--cs-border,#e2e8f0);border-radius:22px;background:color-mix(in srgb,var(--cs-surface,#fff) 94%,transparent);box-shadow:var(--cs-shadow,0 14px 40px rgba(15,23,42,.06));text-align:center;backdrop-filter:blur(14px)}
.guide-stat strong{display:block;color:var(--cs-text-strong,#0f172a);font-size:28px;font-weight:800}.guide-stat span{display:block;margin-top:5px;color:var(--cs-text-muted,#64748b);font-size:11px}
.guide-section{padding:74px 0}.guide-section-tight{padding-top:34px}
.guide-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:26px}
.guide-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--guide-brand-2);font-size:11px;font-weight:800;letter-spacing:.01em}
.guide-section h2{margin:7px 0 0;color:var(--cs-text-strong,#0f172a);font-size:clamp(25px,3vw,34px);font-weight:800}.guide-section-desc{max-width:600px;color:var(--cs-text-muted,#64748b);font-size:12px;line-height:1.9}
.guide-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.guide-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.guide-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.guide-card{border:1px solid var(--cs-border,#e2e8f0);border-radius:24px;background:var(--cs-surface,#fff);box-shadow:var(--cs-shadow,0 14px 40px rgba(15,23,42,.06))}
.guide-expertise{padding:24px}.guide-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:16px;background:rgba(22,173,106,.1);color:var(--guide-brand);font-size:18px}.guide-expertise h3{margin:18px 0 8px;color:var(--cs-text-strong,#0f172a);font-size:15px;font-weight:800}.guide-expertise p{margin:0;color:var(--cs-text-muted,#64748b);font-size:12px;line-height:2}
.guide-profile-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(290px,.85fr);gap:20px}.guide-about-card{padding:30px}.guide-about-card p{margin:0;color:var(--cs-text,#334155);font-size:14px;line-height:2.2}.guide-info-list{display:grid;gap:10px;padding:22px}.guide-info-row{display:flex;gap:12px;align-items:flex-start;padding:13px;border-radius:16px;background:var(--cs-surface-2,#f8fafc)}.guide-info-row i{width:22px;color:var(--guide-brand);text-align:center;margin-top:3px}.guide-info-row strong{display:block;color:var(--cs-text-strong,#0f172a);font-size:11px}.guide-info-row span,.guide-info-row a{display:block;margin-top:3px;color:var(--cs-text-muted,#64748b);font-size:11px;line-height:1.7;text-decoration:none;overflow-wrap:anywhere}
.guide-socials{display:flex;flex-wrap:wrap;gap:9px;margin-top:19px}.guide-social{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 13px;border:1px solid var(--cs-border,#e2e8f0);border-radius:13px;background:var(--cs-surface-2,#f8fafc);color:var(--cs-text,#334155);font-size:10px;font-weight:700;text-decoration:none;transition:.18s ease}.guide-social:hover{border-color:rgba(22,173,106,.4);color:var(--guide-brand);transform:translateY(-1px)}
.guide-timeline{position:relative;display:grid;gap:13px}.guide-timeline::before{content:"";position:absolute;right:17px;top:8px;bottom:8px;width:2px;background:linear-gradient(var(--guide-brand),rgba(22,173,106,.08))}.guide-job{position:relative;margin-right:42px;padding:20px 22px}.guide-job::before{content:"";position:absolute;right:-34px;top:27px;width:15px;height:15px;border:4px solid var(--cs-page,#f4f7f9);border-radius:50%;background:var(--guide-brand);box-shadow:0 0 0 2px rgba(22,173,106,.2)}.guide-job-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.guide-job h3{margin:0;color:var(--cs-text-strong,#0f172a);font-size:14px;font-weight:800}.guide-job-company{margin-top:5px;color:var(--guide-brand-2);font-size:11px;font-weight:700}.guide-job-meta{flex:0 0 auto;text-align:left;color:var(--cs-text-muted,#64748b);font-size:10px;line-height:1.7}.guide-job ul{margin:13px 0 0;padding:12px 19px 0 0;border-top:1px dashed var(--cs-border,#e2e8f0);color:var(--cs-text-muted,#64748b);font-size:11px;line-height:2}
.guide-skills{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.guide-skill{padding:16px 17px}.guide-skill-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;color:var(--cs-text-strong,#0f172a);font-size:11px;font-weight:700}.guide-skill-head span:last-child{color:var(--guide-brand);direction:ltr}.guide-skill-track{height:6px;border-radius:99px;background:var(--cs-surface-3,#f1f5f9);overflow:hidden}.guide-skill-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--guide-brand),#34d399)}
.guide-project{position:relative;overflow:hidden;padding:22px}.guide-project::before{content:"";position:absolute;top:0;right:0;width:4px;height:100%;background:linear-gradient(var(--guide-brand),rgba(59,130,246,.6))}.guide-project h3{margin:0;color:var(--cs-text-strong,#0f172a);font-size:13px;font-weight:800;line-height:1.9}.guide-project-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.guide-pill{display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border-radius:999px;background:var(--cs-surface-2,#f8fafc);color:var(--cs-text-muted,#64748b);font-size:9px}.guide-project p{margin:12px 0 0;color:var(--cs-text-muted,#64748b);font-size:11px;line-height:1.9}.guide-project a{display:inline-flex;align-items:center;gap:7px;margin-top:14px;color:var(--guide-brand-2);font-size:10px;font-weight:800;text-decoration:none;direction:ltr}
.guide-honor{display:flex;gap:15px;align-items:flex-start;padding:20px}.guide-honor h3{margin:0;color:var(--cs-text-strong,#0f172a);font-size:12px;font-weight:800;line-height:1.8}.guide-honor p{margin:5px 0 0;color:var(--cs-text-muted,#64748b);font-size:10px}.guide-honor .guide-icon{flex:0 0 auto;width:44px;height:44px;font-size:15px}
.guide-cta{position:relative;overflow:hidden;padding:36px;border:1px solid rgba(22,173,106,.18);border-radius:30px;background:linear-gradient(135deg,#0f172a,#10251f);color:#fff}.guide-cta::after{content:"";position:absolute;inset:-100px auto auto -80px;width:260px;height:260px;border-radius:50%;background:rgba(22,173,106,.13);filter:blur(4px)}.guide-cta-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:24px}.guide-cta h2{margin:0;color:#fff;font-size:24px}.guide-cta p{margin:8px 0 0;color:#94a3b8;font-size:12px;line-height:1.9}
.guide-footer{padding:26px 0;border-top:1px solid var(--cs-border,#e2e8f0);background:var(--cs-surface,#fff);text-align:center;color:var(--cs-text-faint,#94a3b8);font-size:10px}
.guide-anchor-nav{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.guide-anchor-nav a{padding:7px 11px;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:rgba(255,255,255,.04);color:#cbd5e1;font-size:9px;font-weight:700;text-decoration:none}.guide-anchor-nav a:hover{background:rgba(22,173,106,.13);color:#6ee7b7}
@media(prefers-color-scheme:dark){.guide-page{--guide-brand-2:#34d399}.guide-stat,.guide-card{background:rgba(17,24,39,.94)}.guide-social{background:#151e2e}.guide-job::before{border-color:#0b1220}.guide-info-row{background:#151e2e}.guide-skill-track{background:#263247}.guide-pill{background:#182235}}
@media(max-width:960px){.guide-hero-inner{grid-template-columns:1fr;gap:34px;padding:54px 0}.guide-photo-shell{width:min(100%,360px)}.guide-title span{text-align:right}.guide-stats{grid-template-columns:repeat(2,1fr);margin-top:-20px}.guide-grid-4{grid-template-columns:repeat(2,1fr)}.guide-grid-3,.guide-skills{grid-template-columns:repeat(2,1fr)}.guide-profile-grid{grid-template-columns:1fr}}
@media(max-width:640px){.guide-wrap{width:min(100% - 24px,1180px)}.guide-hero-inner{padding:42px 0 52px}.guide-title{font-size:38px}.guide-lead{font-size:14px}.guide-stats{gap:8px}.guide-stat{padding:17px 10px}.guide-stat strong{font-size:22px}.guide-grid-4,.guide-grid-3,.guide-grid-2,.guide-skills{grid-template-columns:1fr}.guide-section{padding:54px 0}.guide-section-head{align-items:flex-start;flex-direction:column}.guide-job{margin-right:32px;padding:18px}.guide-timeline::before{right:10px}.guide-job::before{right:-30px}.guide-job-top{display:block}.guide-job-meta{text-align:right;margin-top:9px}.guide-cta{padding:26px}.guide-cta-inner{align-items:flex-start;flex-direction:column}.guide-photo{border-radius:28px}}
@media(prefers-reduced-motion:reduce){.guide-btn,.guide-social{transition:none}}
