/* ==========================================================================
   Hire SEO Consultant — bespoke page design. Namespaced `.hsc-`.
   Visual language: strategy documents, roadmaps, frameworks — minimal,
   executive, more whitespace than the other pages.
   ========================================================================== */

.hsc-page { background: var(--sap-white); overflow-x: clip; }
.hsc-page section { position: relative; }
.hsc-eyebrow { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--sap-font-heading); font-weight: 700; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--sap-primary); margin-bottom: 1.1rem; }
.hsc-eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--sap-primary); display: inline-block; }

/* --------------------------------------------------------------------
   1. HERO — minimal, strategy-document mockup
   -------------------------------------------------------------------- */
.hsc-hero { position: relative; background: var(--sap-white); padding: calc(var(--sap-header-height) + 6rem) 0 6rem; }
.hsc-hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 5rem; align-items: center; }
.hsc-hero__kicker { display: inline-flex; align-items: center; gap: .6rem; padding: .5rem 1rem; border-radius: var(--sap-radius-pill); background: var(--sap-bg-tint); font-size: .8rem; font-weight: 600; color: var(--sap-secondary); margin-bottom: 1.75rem; }
.hsc-hero__title { font-family: var(--sap-font-heading); font-weight: 700; font-size: clamp(2.3rem, 4.4vw, 3.6rem); line-height: 1.15; letter-spacing: -.015em; margin: 0 0 1.6rem; color: var(--sap-secondary); }
.hsc-hero__title .accent { color: var(--sap-primary); font-weight: 800; }
.hsc-hero__text { font-size: 1.06rem; line-height: 1.75; color: var(--sap-muted); max-width: 520px; margin-bottom: 2.25rem; }
.hsc-hero__actions { display: flex; align-items: center; gap: 1.75rem; flex-wrap: wrap; }
.hsc-hero__secondary { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; font-size: .95rem; color: var(--sap-text); border-bottom: 1px solid var(--sap-border); padding-bottom: 3px; }
.hsc-hero__secondary:hover { border-color: var(--sap-primary); color: var(--sap-primary); }

.hsc-doc { background: var(--sap-white); border: 1px solid var(--sap-border); border-radius: var(--sap-radius-lg); box-shadow: var(--sap-shadow-lg); padding: 2rem; }
.hsc-doc__header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.1rem; margin-bottom: 1.25rem; border-bottom: 1px solid var(--sap-border); }
.hsc-doc__title { font-family: var(--sap-font-heading); font-weight: 700; font-size: .95rem; }
.hsc-doc__badge { font-size: .68rem; font-weight: 700; padding: .3rem .6rem; border-radius: var(--sap-radius-pill); background: rgba(254,109,13,.1); color: var(--sap-primary); }
.hsc-doc__section { margin-bottom: 1.25rem; }
.hsc-doc__section:last-child { margin-bottom: 0; }
.hsc-doc__label { font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--sap-muted); margin-bottom: .55rem; display: block; }
.hsc-doc__line { height: 8px; border-radius: 4px; background: var(--sap-bg-tint); margin-bottom: .5rem; }
.hsc-doc__line:last-child { margin-bottom: 0; width: 70%; }
.hsc-doc__priority { display: flex; align-items: center; gap: .6rem; padding: .5rem 0; }
.hsc-doc__priority-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sap-primary); flex-shrink: 0; }
.hsc-doc__priority span { font-size: .82rem; color: var(--sap-text); }

/* --------------------------------------------------------------------
   2. WHEN YOU NEED A CONSULTANT — self-assessment checklist
   -------------------------------------------------------------------- */
.hsc-checklist { padding: var(--sap-section-space) 0; background: var(--sap-bg-tint); }
.hsc-checklist__head { max-width: 640px; margin: 0 auto 3rem; text-align: center; }
.hsc-checklist__head h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.hsc-checklist__head .accent { color: var(--sap-primary); }
.hsc-checklist__head p { color: var(--sap-muted); }
.hsc-checklist__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; max-width: 900px; margin: 0 auto; }
.hsc-check-item { display: flex; align-items: flex-start; gap: 1rem; background: var(--sap-white); border: 1px solid var(--sap-border); border-radius: var(--sap-radius-md); padding: 1.25rem 1.4rem; }
.hsc-check-item svg { width: 20px; height: 20px; color: var(--sap-primary); flex-shrink: 0; margin-top: .1rem; }
.hsc-check-item p { font-size: .92rem; margin-bottom: 0; }

/* --------------------------------------------------------------------
   3. CONSULTATION SERVICES — list rows
   -------------------------------------------------------------------- */
.hsc-services { padding: var(--sap-section-space) 0; background: var(--sap-white); }
.hsc-services__layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; }
.hsc-services__sticky { position: sticky; top: calc(var(--sap-header-height) + 2rem); align-self: start; }
.hsc-services__sticky h2 { font-size: clamp(1.8rem, 2.8vw, 2.3rem); margin-bottom: 1rem; }
.hsc-services__sticky p { color: var(--sap-muted); }
.hsc-services__list { border-top: 1px solid var(--sap-border); }
.hsc-service-row { display: grid; grid-template-columns: 2.75rem 1fr; gap: 1.25rem; padding: 1.5rem 0; border-bottom: 1px solid var(--sap-border); }
.hsc-service-row__icon { width: 2.75rem; height: 2.75rem; border-radius: var(--sap-radius-md); background: var(--sap-bg-tint); color: var(--sap-primary); display: flex; align-items: center; justify-content: center; }
.hsc-service-row__icon svg { width: 22px; height: 22px; }
.hsc-service-row h3 { font-size: 1.02rem; margin-bottom: .3rem; }
.hsc-service-row p { font-size: .88rem; color: var(--sap-muted); margin-bottom: 0; }

/* --------------------------------------------------------------------
   4. SEO ROADMAP — quarterly timeline
   -------------------------------------------------------------------- */
.hsc-roadmap { padding: var(--sap-section-space) 0; background: var(--sap-secondary); color: #fff; }
.hsc-roadmap__head { max-width: 640px; margin: 0 auto 3.5rem; text-align: center; }
.hsc-roadmap__head .hsc-eyebrow { color: var(--sap-accent); }
.hsc-roadmap__head h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); color: #fff; }
.hsc-roadmap__head p { color: rgba(255,255,255,.6); }
.hsc-roadmap__grid { max-width: 980px; margin: 0 auto; display: flex; flex-direction: column; gap: .75rem; }
.hsc-roadmap__row { display: grid; grid-template-columns: 5rem 1fr; align-items: center; gap: 1.25rem; }
.hsc-roadmap__quarter { font-family: var(--sap-font-heading); font-weight: 800; font-size: .85rem; color: var(--sap-primary); }
.hsc-roadmap__bar { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--sap-radius-md); padding: 1rem 1.4rem; }
.hsc-roadmap__bar h3 { font-size: .95rem; margin-bottom: .25rem; color: #fff; }
.hsc-roadmap__bar p { font-size: .8rem; color: rgba(255,255,255,.55); margin-bottom: 0; }

/* --------------------------------------------------------------------
   5. WORKING WITH INTERNAL TEAMS
   -------------------------------------------------------------------- */
.hsc-teams { padding: var(--sap-section-space) 0; background: var(--sap-white); }
.hsc-teams__layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hsc-teams__content .hsc-eyebrow { color: var(--sap-primary); }
.hsc-teams__content h2 { font-size: clamp(1.8rem, 2.8vw, 2.3rem); margin-bottom: 1rem; }
.hsc-teams__content p { color: var(--sap-muted); line-height: 1.7; margin-bottom: 0; }
.hsc-teams__diagram { background: var(--sap-bg-tint); border-radius: var(--sap-radius-lg); padding: 2rem; text-align: center; }
.hsc-teams__node { display: inline-flex; align-items: center; gap: .6rem; background: var(--sap-white); border: 1px solid var(--sap-border); border-radius: var(--sap-radius-pill); padding: .7rem 1.25rem; font-size: .85rem; font-weight: 600; margin: .35rem; }
.hsc-teams__node--you { background: var(--sap-gradient); color: #fff; border-color: transparent; }
.hsc-teams__node svg { width: 16px; height: 16px; color: var(--sap-primary); }
.hsc-teams__node--you svg { color: #fff; }

/* --------------------------------------------------------------------
   6. PROCESS — simple 4-step
   -------------------------------------------------------------------- */
.hsc-process { padding: var(--sap-section-space) 0; background: var(--sap-bg-tint); }
.hsc-process__head { max-width: 620px; margin: 0 auto 4rem; text-align: center; }
.hsc-process__head h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.hsc-process__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; max-width: 980px; margin: 0 auto; }
.hsc-process__step { background: var(--sap-white); border: 1px solid var(--sap-border); border-radius: var(--sap-radius-lg); padding: 1.75rem; }
.hsc-process__num { font-family: var(--sap-font-heading); font-weight: 800; color: transparent; -webkit-text-stroke: 1.4px var(--sap-primary); font-size: 1.8rem; display: block; margin-bottom: .9rem; }
.hsc-process__step h3 { font-size: 1rem; margin-bottom: .4rem; }
.hsc-process__step p { font-size: .84rem; color: var(--sap-muted); margin-bottom: 0; }

/* --------------------------------------------------------------------
   7. WHY HIRE
   -------------------------------------------------------------------- */
.hsc-why { padding: var(--sap-section-space) 0; background: var(--sap-white); }
.hsc-why__layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4.5rem; }
.hsc-why__statement { font-family: var(--sap-font-heading); font-weight: 700; font-size: clamp(1.5rem, 2.4vw, 2rem); line-height: 1.3; align-self: start; position: sticky; top: calc(var(--sap-header-height) + 2rem); color: var(--sap-secondary); }
.hsc-why__statement .accent { color: var(--sap-primary); }
.hsc-why__list { display: flex; flex-direction: column; }
.hsc-why-item { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1.5rem; padding: 1.5rem 0; border-top: 1px solid var(--sap-border); }
.hsc-why-item:last-child { border-bottom: 1px solid var(--sap-border); }
.hsc-why-item__mark { color: var(--sap-primary); }
.hsc-why-item__mark svg { width: 20px; height: 20px; }
.hsc-why-item h3 { font-size: 1.02rem; margin-bottom: .3rem; }
.hsc-why-item p { font-size: .88rem; color: var(--sap-muted); margin-bottom: 0; }

/* --------------------------------------------------------------------
   8. ENGAGEMENT — 3 panel
   -------------------------------------------------------------------- */
.hsc-engage { padding: var(--sap-section-space) 0; background: var(--sap-bg-tint); }
.hsc-engage__head { max-width: 620px; margin: 0 auto 3rem; text-align: center; }
.hsc-engage__head h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.hsc-engage__head p { color: var(--sap-muted); }
.hsc-engage__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.hsc-engage-panel { border-radius: var(--sap-radius-lg); padding: 2.25rem; border: 1px solid var(--sap-border); background: var(--sap-white); }
.hsc-engage-panel--dark { background: var(--sap-secondary); color: #fff; border-color: transparent; }
.hsc-engage-panel__tag { display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--sap-primary); margin-bottom: .8rem; }
.hsc-engage-panel h3 { font-size: 1.2rem; margin-bottom: .65rem; }
.hsc-engage-panel--dark h3 { color: #fff; }
.hsc-engage-panel p { color: var(--sap-muted); font-size: .88rem; line-height: 1.6; margin-bottom: 1.1rem; }
.hsc-engage-panel--dark p { color: rgba(255,255,255,.6); }
.hsc-engage-panel__link { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; font-size: .85rem; color: var(--sap-primary); }
.hsc-engage-panel--dark .hsc-engage-panel__link { color: #fff; }
.hsc-engage-panel__link svg { width: 15px; height: 15px; transition: transform .25s ease; }
.hsc-engage-panel:hover .hsc-engage-panel__link svg { transform: translateX(4px); }

/* --------------------------------------------------------------------
   9. TOOLS
   -------------------------------------------------------------------- */
.hsc-tools { padding: 3.5rem 0; background: var(--sap-dark); border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); overflow: hidden; }
.hsc-tools__label { text-align: center; color: rgba(255,255,255,.45); font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1.75rem; }
.hsc-tools__track { display: flex; gap: 3.5rem; width: max-content; animation: hscMarquee 30s linear infinite; }
.hsc-tools__item { font-family: var(--sap-font-heading); font-weight: 700; font-size: 1.2rem; color: rgba(255,255,255,.35); white-space: nowrap; display: flex; align-items: center; gap: .6rem; }
.hsc-tools__item svg { width: 18px; height: 18px; color: var(--sap-primary); flex-shrink: 0; }
@keyframes hscMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* --------------------------------------------------------------------
   10. FAQ
   -------------------------------------------------------------------- */
.hsc-faq { padding: var(--sap-section-space) 0; background: var(--sap-white); }
.hsc-faq__layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 4rem; }
.hsc-faq__sticky { position: sticky; top: calc(var(--sap-header-height) + 2rem); align-self: start; }
.hsc-faq__sticky h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); margin-bottom: 1rem; }
.hsc-faq__sticky p { color: var(--sap-muted); }
.hsc-faq__list { border-top: 1px solid var(--sap-border); }
.hsc-faq-item { border-bottom: 1px solid var(--sap-border); }
.hsc-faq-item__trigger { width: 100%; display: grid; grid-template-columns: 3rem 1fr 1.5rem; align-items: center; gap: 1.25rem; padding: 1.5rem 0; text-align: left; }
.hsc-faq-item__num { font-family: var(--sap-font-heading); font-weight: 800; color: var(--sap-primary); font-size: .85rem; }
.hsc-faq-item__q { font-size: 1.02rem; font-weight: 600; }
.hsc-faq-item__icon { width: 20px; height: 20px; color: var(--sap-muted); transition: transform .3s ease; flex-shrink: 0; }
.hsc-faq-item__trigger[aria-expanded="true"] .hsc-faq-item__icon { transform: rotate(45deg); color: var(--sap-primary); }
.hsc-faq-item__panel { overflow: hidden; max-height: 0; transition: max-height .35s ease; }
.hsc-faq-item__panel p { padding: 0 0 1.5rem 4.25rem; color: var(--sap-muted); font-size: .92rem; line-height: 1.7; margin-bottom: 0; max-width: 620px; }

/* --------------------------------------------------------------------
   11. RELATED
   -------------------------------------------------------------------- */
.hsc-related { padding: var(--sap-section-space) 0; background: var(--sap-bg-tint); }
.hsc-related__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.hsc-related__head h2 { font-size: clamp(1.7rem, 2.6vw, 2.1rem); margin-bottom: 0; }
.hsc-related__rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.hsc-related-card { background: var(--sap-white); border: 1px solid var(--sap-border); border-radius: var(--sap-radius-lg); padding: 1.6rem; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.hsc-related-card:hover { transform: translateY(-4px); box-shadow: var(--sap-shadow-md); border-color: transparent; }
.hsc-related-card__icon { width: 40px; height: 40px; border-radius: 10px; background: var(--sap-bg-tint); color: var(--sap-primary); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.hsc-related-card__icon svg { width: 20px; height: 20px; }
.hsc-related-card h3 { font-size: .95rem; margin-bottom: 0; line-height: 1.4; }

/* --------------------------------------------------------------------
   12. FINAL CTA
   -------------------------------------------------------------------- */
.hsc-final { position: relative; overflow: hidden; background: #0a0a0a; color: #fff; text-align: center; padding: 6rem 0; }
.hsc-final__glow { position: absolute; top: -50%; left: 50%; transform: translateX(-50%); width: 900px; height: 700px; background: var(--sap-primary); opacity: .16; filter: blur(120px); border-radius: 50%; }
.hsc-final__inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.hsc-final h2 { font-family: var(--sap-font-heading); font-weight: 800; font-size: clamp(2.1rem, 4vw, 3.2rem); line-height: 1.15; color: #fff; margin-bottom: 1.25rem; }
.hsc-final p { color: rgba(255,255,255,.65); font-size: 1.05rem; margin-bottom: 2.5rem; }
.hsc-final__actions { display: flex; align-items: center; justify-content: center; gap: 1.75rem; flex-wrap: wrap; }
.hsc-final__secondary { color: #fff; font-weight: 700; font-size: .95rem; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 3px; }
.hsc-final__secondary:hover { border-color: var(--sap-primary); color: var(--sap-primary); }

/* --------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------- */
@media (max-width: 1080px) {
	.hsc-hero__inner { grid-template-columns: 1fr; }
	.hsc-hero__visual { max-width: 460px; margin: 0 auto; }
	.hsc-checklist__grid { grid-template-columns: 1fr; }
	.hsc-services__layout { grid-template-columns: 1fr; }
	.hsc-services__sticky { position: static; margin-bottom: 2.5rem; }
	.hsc-teams__layout { grid-template-columns: 1fr; }
	.hsc-teams__visual { order: -1; }
	.hsc-process__steps { grid-template-columns: repeat(2, 1fr); }
	.hsc-why__layout { grid-template-columns: 1fr; }
	.hsc-why__statement { position: static; margin-bottom: 2rem; }
	.hsc-engage__grid { grid-template-columns: 1fr; }
	.hsc-faq__layout { grid-template-columns: 1fr; }
	.hsc-faq__sticky { position: static; margin-bottom: 2rem; }
	.hsc-related__rail { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
	.hsc-roadmap__row { grid-template-columns: 1fr; gap: .4rem; }
	.hsc-process__steps { grid-template-columns: 1fr; }
	.hsc-related__rail { grid-template-columns: 1fr; }
	.hsc-faq-item__panel p { padding-left: 0; }
	.hsc-faq-item__trigger { grid-template-columns: 2.25rem 1fr 1.25rem; }
}
