/* ==========================================================================
   Hire SEO Expert — bespoke one-off page design.
   Namespaced under `.hse-` so it never collides with the site-wide `.sap-`
   component library. Reuses the theme's CSS custom properties (colors,
   radii, shadows, fonts) so it stays on-brand while looking structurally
   unlike every other template in the theme.
   ========================================================================== */

.hse-page { background: var(--sap-white); overflow-x: clip; }
.hse-page section { position: relative; }
.hse-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;
}
.hse-eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--sap-primary); display: inline-block; }

/* --------------------------------------------------------------------
   1. HERO — asymmetric split, dark, live "search console" visual
   -------------------------------------------------------------------- */
.hse-hero {
	position: relative; overflow: hidden;
	background: #0a0a0a; color: var(--sap-white);
	padding: calc(var(--sap-header-height) + 5rem) 0 6rem;
}
.hse-hero__noise {
	position: absolute; inset: 0; z-index: 0; opacity: .5;
	background-image: radial-gradient(circle, rgba(255,255,255,.06) 1px, transparent 1px);
	background-size: 26px 26px;
	mask-image: radial-gradient(ellipse 80% 60% at 60% 20%, black, transparent);
}
.hse-hero__glow {
	position: absolute; z-index: 0; border-radius: 50%; filter: blur(90px);
}
.hse-hero__glow--1 { width: 620px; height: 620px; top: -260px; right: -160px; background: var(--sap-primary); opacity: .32; }
.hse-hero__glow--2 { width: 380px; height: 380px; bottom: -200px; left: -120px; background: var(--sap-accent); opacity: .16; }
.hse-hero__watermark {
	position: absolute; z-index: 0; top: 8%; right: 4%;
	font-family: var(--sap-font-heading); font-weight: 800;
	font-size: clamp(8rem, 18vw, 15rem); line-height: 1;
	color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.08);
	pointer-events: none; user-select: none;
}
.hse-hero__inner {
	position: relative; z-index: 1;
	display: grid; grid-template-columns: 1.15fr .85fr; gap: 4rem; align-items: center;
}
.hse-hero__kicker {
	display: inline-flex; align-items: center; gap: .6rem;
	padding: .5rem 1rem .5rem .6rem; border-radius: var(--sap-radius-pill);
	background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
	font-size: .8rem; font-weight: 600; color: rgba(255,255,255,.85);
	margin-bottom: 1.75rem;
}
.hse-hero__kicker span.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sap-primary); box-shadow: 0 0 0 4px rgba(254,109,13,.2); flex-shrink: 0; }
.hse-hero__title {
	font-family: var(--sap-font-heading); font-weight: 800;
	font-size: clamp(2.6rem, 5.4vw, 4.6rem); line-height: 1.04; letter-spacing: -.02em;
	margin: 0 0 1.6rem; color: #fff;
}
.hse-hero__title em {
	font-style: normal; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.55);
}
.hse-hero__title .accent { color: var(--sap-primary); }
.hse-hero__text { font-size: 1.12rem; line-height: 1.7; color: rgba(255,255,255,.68); max-width: 540px; margin-bottom: 2.25rem; }
.hse-hero__actions { display: flex; align-items: center; gap: 1.75rem; flex-wrap: wrap; }
.hse-hero__secondary {
	display: inline-flex; align-items: center; gap: .5rem;
	font-weight: 700; font-size: .95rem; color: var(--sap-white);
	border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 3px;
	transition: border-color .2s ease, color .2s ease, gap .2s ease;
}
.hse-hero__secondary:hover { border-color: var(--sap-primary); color: var(--sap-primary); gap: .75rem; }

/* Live "search console" visual */
.hse-console {
	position: relative;
	background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1);
	border-radius: var(--sap-radius-lg); padding: 1.5rem;
	backdrop-filter: blur(16px);
	box-shadow: 0 30px 80px rgba(0,0,0,.5);
}
.hse-console__bar {
	display: flex; align-items: center; gap: .75rem;
	background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
	border-radius: var(--sap-radius-pill); padding: .9rem 1.25rem;
}
.hse-console__bar svg { width: 18px; height: 18px; color: rgba(255,255,255,.5); flex-shrink: 0; }
.hse-console__query { font-size: .95rem; color: rgba(255,255,255,.92); font-family: var(--sap-font-body); white-space: nowrap; overflow: hidden; }
.hse-console__caret { display: inline-block; width: 2px; height: 1em; background: var(--sap-primary); margin-left: 2px; vertical-align: -2px; animation: hseBlink 1s step-end infinite; }
@keyframes hseBlink { 50% { opacity: 0; } }

.hse-console__ranks { margin-top: 1.25rem; display: flex; flex-direction: column; gap: .55rem; }
.hse-console__rank {
	display: flex; align-items: center; gap: .75rem;
	padding: .65rem .85rem; border-radius: var(--sap-radius-sm);
	background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07);
}
.hse-console__rank-pos {
	flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	font-family: var(--sap-font-heading); font-weight: 800; font-size: .72rem;
	background: var(--sap-gradient); color: #fff;
}
.hse-console__rank:nth-child(2) .hse-console__rank-pos,
.hse-console__rank:nth-child(3) .hse-console__rank-pos { background: rgba(255,255,255,.1); color: rgba(255,255,255,.75); }
.hse-console__rank-bar { flex: 1; height: 6px; border-radius: 4px; background: rgba(255,255,255,.08); overflow: hidden; }
.hse-console__rank-fill { height: 100%; background: var(--sap-gradient); border-radius: 4px; }

.hse-console__spark { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.08); }
.hse-console__spark-label { display: flex; justify-content: space-between; font-size: .78rem; color: rgba(255,255,255,.5); margin-bottom: .6rem; }
.hse-console__spark svg { width: 100%; height: 52px; display: block; }

.hse-console__float {
	position: absolute; top: -1.1rem; right: -1.1rem;
	background: var(--sap-white); color: var(--sap-secondary);
	border-radius: var(--sap-radius-md); padding: .85rem 1.1rem;
	box-shadow: var(--sap-shadow-lg);
	display: flex; align-items: center; gap: .6rem;
}
.hse-console__float svg { width: 20px; height: 20px; color: var(--sap-primary); flex-shrink: 0; }
.hse-console__float strong { display: block; font-family: var(--sap-font-heading); font-size: 1rem; }
.hse-console__float span { display: block; font-size: .72rem; color: var(--sap-muted); }

/* --------------------------------------------------------------------
   2. PROBLEM — editorial sticky-label + numbered row list
   -------------------------------------------------------------------- */
.hse-problem { padding: var(--sap-section-space) 0; background: var(--sap-white); }
.hse-problem__layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; }
.hse-problem__sticky { position: sticky; top: calc(var(--sap-header-height) + 2rem); align-self: start; }
.hse-problem__title { font-size: clamp(1.9rem, 3vw, 2.6rem); line-height: 1.18; margin-bottom: 1.25rem; }
.hse-problem__title .accent { color: var(--sap-primary); }
.hse-problem__lede { color: var(--sap-muted); font-size: 1rem; line-height: 1.7; }

.hse-problem__list { border-top: 1px solid var(--sap-border); }
.hse-problem-row {
	display: grid; grid-template-columns: 4rem 1fr; gap: 1.75rem;
	padding: 1.9rem 0; border-bottom: 1px solid var(--sap-border);
}
.hse-problem-row__num {
	font-family: var(--sap-font-heading); font-weight: 800; font-size: 1.6rem;
	color: transparent; -webkit-text-stroke: 1.4px var(--sap-border);
}
.hse-problem-row__title { font-size: 1.15rem; margin-bottom: .4rem; }
.hse-problem-row__text { color: var(--sap-muted); font-size: .94rem; margin-bottom: 0; max-width: 480px; }

/* --------------------------------------------------------------------
   3. SOLUTION — vertical connected thread, alternating sides
   -------------------------------------------------------------------- */
.hse-solution { padding: var(--sap-section-space) 0; background: var(--sap-bg-tint); }
.hse-solution__head { max-width: 620px; margin: 0 auto 4rem; text-align: center; }
.hse-solution__head h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.hse-solution__head p { color: var(--sap-muted); }

.hse-thread { position: relative; max-width: 900px; margin: 0 auto; }
.hse-thread::before {
	content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px;
	background: linear-gradient(var(--sap-border), var(--sap-primary), var(--sap-border));
	transform: translateX(-50%);
}
.hse-thread__node { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding-bottom: 3.5rem; }
.hse-thread__node:last-child { padding-bottom: 0; }
.hse-thread__dot {
	position: absolute; left: 50%; top: 0; transform: translate(-50%, -4px);
	width: 14px; height: 14px; border-radius: 50%; background: var(--sap-primary);
	box-shadow: 0 0 0 5px var(--sap-bg-tint), 0 0 0 6px var(--sap-border);
	z-index: 1;
}
.hse-thread__content { padding: 0 2.5rem; }
.hse-thread__node:nth-child(odd) .hse-thread__content:first-child { text-align: right; grid-column: 1; }
.hse-thread__node:nth-child(odd) .hse-thread__spacer { grid-column: 2; }
.hse-thread__node:nth-child(even) .hse-thread__spacer { grid-column: 1; }
.hse-thread__node:nth-child(even) .hse-thread__content { grid-column: 2; }
.hse-thread__index { font-family: var(--sap-font-heading); font-weight: 800; font-size: .78rem; letter-spacing: .08em; color: var(--sap-primary); margin-bottom: .3rem; display: block; }
.hse-thread__content h3 { font-size: 1.15rem; margin-bottom: .35rem; }
.hse-thread__content p { font-size: .9rem; color: var(--sap-muted); margin-bottom: 0; }

/* --------------------------------------------------------------------
   4. WHAT WE CAN HANDLE — asymmetric bento mosaic
   -------------------------------------------------------------------- */
.hse-bento { padding: var(--sap-section-space) 0; background: var(--sap-dark); color: var(--sap-white); }
.hse-bento__head { max-width: 620px; margin-bottom: 3.5rem; }
.hse-bento__head .hse-eyebrow { color: var(--sap-accent); }
.hse-bento__head h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); color: #fff; }
.hse-bento__head p { color: rgba(255,255,255,.6); }

.hse-bento__grid {
	display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 190px; gap: 1.25rem;
}
.hse-bento__tile {
	position: relative; border-radius: var(--sap-radius-lg); padding: 1.75rem;
	background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.09);
	display: flex; flex-direction: column; justify-content: flex-end;
	overflow: hidden;
	transition: background .3s ease, border-color .3s ease, transform .3s ease;
}
.hse-bento__tile:hover { background: rgba(255,255,255,.07); border-color: rgba(255,109,13,.4); transform: translateY(-4px); }
.hse-bento__tile--wide { grid-column: span 2; }
.hse-bento__tile--tall { grid-row: span 2; }
.hse-bento__tile--feature {
	grid-column: span 2; grid-row: span 2;
	background: var(--sap-gradient); border-color: transparent;
}
.hse-bento__tile--feature:hover { transform: translateY(-4px); background: var(--sap-gradient); }
.hse-bento__tile-icon {
	width: 42px; height: 42px; border-radius: 12px;
	background: rgba(255,255,255,.08); color: var(--sap-primary);
	display: flex; align-items: center; justify-content: center; margin-bottom: 1rem;
}
.hse-bento__tile--feature .hse-bento__tile-icon { background: rgba(255,255,255,.2); color: #fff; }
.hse-bento__tile-icon svg { width: 21px; height: 21px; }
.hse-bento__tile h3 { font-size: 1.08rem; margin-bottom: .35rem; color: #fff; }
.hse-bento__tile--feature h3 { font-size: 1.35rem; }
.hse-bento__tile p { font-size: .85rem; color: rgba(255,255,255,.55); margin-bottom: 0; }
.hse-bento__tile--feature p { color: rgba(255,255,255,.85); }
.hse-bento__tile-num {
	position: absolute; top: 1.1rem; right: 1.25rem;
	font-family: var(--sap-font-heading); font-weight: 800; font-size: .75rem;
	color: rgba(255,255,255,.3);
}

/* --------------------------------------------------------------------
   5. SEO SPECIALTIES — interactive tab selector
   -------------------------------------------------------------------- */
.hse-specialties { padding: var(--sap-section-space) 0; background: var(--sap-white); }
.hse-specialties__head { max-width: 620px; margin: 0 auto 3rem; text-align: center; }
.hse-specialties__head h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.hse-specialties__head p { color: var(--sap-muted); }

.hse-specialties__tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; margin-bottom: 2.5rem; }
.hse-specialties__tab {
	padding: .7rem 1.4rem; border-radius: var(--sap-radius-pill); border: 1px solid var(--sap-border);
	font-weight: 700; font-size: .9rem; color: var(--sap-muted);
	transition: all .25s ease; background: var(--sap-white);
}
.hse-specialties__tab:hover { border-color: var(--sap-primary); color: var(--sap-primary); }
.hse-specialties__tab.is-active { background: var(--sap-secondary); border-color: var(--sap-secondary); color: #fff; }

.hse-specialties__panels { position: relative; max-width: 920px; margin: 0 auto; min-height: 260px; }
.hse-specialties__panel {
	display: none; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center;
	background: var(--sap-bg-tint); border-radius: var(--sap-radius-lg); padding: 3rem;
}
.hse-specialties__panel.is-active { display: grid; }
.hse-specialties__panel-num { font-family: var(--sap-font-heading); font-weight: 800; font-size: 3.5rem; color: transparent; -webkit-text-stroke: 1.5px var(--sap-primary); line-height: 1; margin-bottom: 1rem; }
.hse-specialties__panel h3 { font-size: 1.5rem; margin-bottom: .85rem; }
.hse-specialties__panel p { color: var(--sap-muted); line-height: 1.7; margin-bottom: 0; }
.hse-specialties__panel-visual { display: flex; align-items: center; justify-content: center; }
.hse-specialties__panel-visual svg { width: 100%; max-width: 220px; height: auto; color: var(--sap-primary); }

/* --------------------------------------------------------------------
   6. PROCESS — ascending signal-line path
   -------------------------------------------------------------------- */
.hse-process { padding: var(--sap-section-space) 0; background: var(--sap-secondary); color: #fff; overflow: hidden; }
.hse-process__head { max-width: 620px; margin: 0 auto 4.5rem; text-align: center; }
.hse-process__head .hse-eyebrow { color: var(--sap-accent); }
.hse-process__head h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); color: #fff; }

.hse-path { position: relative; }
.hse-path__line { display: block; width: 100%; height: auto; }
.hse-path__steps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; margin-top: -1.5rem; }
.hse-path__step { text-align: center; padding: 0 .5rem; }
.hse-path__step-num {
	width: 38px; height: 38px; border-radius: 50%; margin: 0 auto 1rem;
	display: flex; align-items: center; justify-content: center;
	background: var(--sap-gradient); font-family: var(--sap-font-heading); font-weight: 800; font-size: .85rem;
	box-shadow: 0 0 0 6px var(--sap-secondary), 0 8px 20px rgba(254,109,13,.4);
}
.hse-path__step h3 { font-size: .95rem; margin-bottom: .4rem; color: #fff; }
.hse-path__step p { font-size: .78rem; color: rgba(255,255,255,.55); margin-bottom: 0; }

/* --------------------------------------------------------------------
   7. WHY HIRE US — split editorial manifesto
   -------------------------------------------------------------------- */
.hse-why { padding: var(--sap-section-space) 0; background: var(--sap-white); }
.hse-why__layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4.5rem; }
.hse-why__statement { font-family: var(--sap-font-heading); font-weight: 700; font-size: clamp(1.6rem, 2.6vw, 2.1rem); line-height: 1.3; align-self: start; position: sticky; top: calc(var(--sap-header-height) + 2rem); }
.hse-why__statement .accent { color: var(--sap-primary); }

.hse-why__list { display: flex; flex-direction: column; }
.hse-why-item { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1.5rem; padding: 1.6rem 0; border-top: 1px solid var(--sap-border); }
.hse-why-item:last-child { border-bottom: 1px solid var(--sap-border); }
.hse-why-item__mark { color: var(--sap-primary); }
.hse-why-item__mark svg { width: 22px; height: 22px; }
.hse-why-item h3 { font-size: 1.05rem; margin-bottom: .3rem; }
.hse-why-item p { font-size: .9rem; color: var(--sap-muted); margin-bottom: 0; }

/* --------------------------------------------------------------------
   8. WHO WE HELP — organic tag cloud with inline expand
   -------------------------------------------------------------------- */
.hse-who { padding: var(--sap-section-space) 0; background: var(--sap-bg-tint); }
.hse-who__head { max-width: 620px; margin: 0 auto 3rem; text-align: center; }
.hse-who__head h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.hse-who__cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: .85rem; max-width: 980px; margin: 0 auto; }
.hse-who-chip {
	background: var(--sap-white); border: 1px solid var(--sap-border); border-radius: var(--sap-radius-lg);
	padding: 1rem 1.4rem; cursor: default; transition: border-color .25s ease, box-shadow .25s ease;
	max-width: 260px;
}
.hse-who-chip:hover { border-color: var(--sap-primary); box-shadow: var(--sap-shadow-md); }
.hse-who-chip h3 { font-size: .95rem; margin-bottom: .3rem; }
.hse-who-chip p { font-size: .82rem; color: var(--sap-muted); margin-bottom: 0; line-height: 1.5; }

/* --------------------------------------------------------------------
   9. ENGAGEMENT OPTIONS — asymmetric split panels
   -------------------------------------------------------------------- */
.hse-engage { padding: var(--sap-section-space) 0; background: var(--sap-white); }
.hse-engage__head { max-width: 620px; margin: 0 auto 3rem; text-align: center; }
.hse-engage__head h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.hse-engage__head p { color: var(--sap-muted); }

.hse-engage__grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 1.5rem; }
.hse-engage__stack { display: flex; flex-direction: column; gap: 1.5rem; }
.hse-engage-panel {
	border-radius: var(--sap-radius-lg); padding: 2.5rem; position: relative; overflow: hidden;
	border: 1px solid var(--sap-border);
}
.hse-engage-panel--feature { background: var(--sap-dark); color: #fff; border-color: transparent; display: flex; flex-direction: column; justify-content: center; }
.hse-engage-panel__tag { display: inline-block; font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--sap-primary); margin-bottom: .9rem; }
.hse-engage-panel h3 { font-size: 1.4rem; margin-bottom: .75rem; }
.hse-engage-panel--feature h3 { color: #fff; font-size: 1.7rem; }
.hse-engage-panel p { color: var(--sap-muted); font-size: .92rem; line-height: 1.65; margin-bottom: 1.25rem; }
.hse-engage-panel--feature p { color: rgba(255,255,255,.65); }
.hse-engage-panel__link { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; font-size: .88rem; color: var(--sap-primary); }
.hse-engage-panel--feature .hse-engage-panel__link { color: #fff; }
.hse-engage-panel__link svg { width: 16px; height: 16px; transition: transform .25s ease; }
.hse-engage-panel:hover .hse-engage-panel__link svg { transform: translateX(4px); }

/* --------------------------------------------------------------------
   10. TOOLS — marquee toolkit strip
   -------------------------------------------------------------------- */
.hse-tools { padding: 3.5rem 0; background: var(--sap-secondary); border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); overflow: hidden; }
.hse-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; }
.hse-tools__track { display: flex; gap: 3.5rem; width: max-content; animation: hseMarquee 32s linear infinite; }
.hse-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; }
.hse-tools__item svg { width: 18px; height: 18px; color: var(--sap-primary); flex-shrink: 0; }
@keyframes hseMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* --------------------------------------------------------------------
   11. FAQ — thin-line editorial accordion
   -------------------------------------------------------------------- */
.hse-faq { padding: var(--sap-section-space) 0; background: var(--sap-white); }
.hse-faq__layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 4rem; }
.hse-faq__sticky { position: sticky; top: calc(var(--sap-header-height) + 2rem); align-self: start; }
.hse-faq__sticky h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); margin-bottom: 1rem; }
.hse-faq__sticky p { color: var(--sap-muted); }

.hse-faq__list { border-top: 1px solid var(--sap-border); }
.hse-faq-item { border-bottom: 1px solid var(--sap-border); }
.hse-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;
}
.hse-faq-item__num { font-family: var(--sap-font-heading); font-weight: 800; color: var(--sap-primary); font-size: .85rem; }
.hse-faq-item__q { font-size: 1.02rem; font-weight: 600; }
.hse-faq-item__icon { width: 20px; height: 20px; color: var(--sap-muted); transition: transform .3s ease; flex-shrink: 0; }
.hse-faq-item__trigger[aria-expanded="true"] .hse-faq-item__icon { transform: rotate(45deg); color: var(--sap-primary); }
.hse-faq-item__panel { overflow: hidden; max-height: 0; transition: max-height .35s ease; }
.hse-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; }

/* --------------------------------------------------------------------
   12. RELATED SERVICES — horizontal rail
   -------------------------------------------------------------------- */
.hse-related { padding: var(--sap-section-space) 0; background: var(--sap-bg-tint); }
.hse-related__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.hse-related__head h2 { font-size: clamp(1.7rem, 2.6vw, 2.1rem); margin-bottom: 0; }
.hse-related__rail { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.25rem; }
.hse-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;
}
.hse-related-card:hover { transform: translateY(-4px); box-shadow: var(--sap-shadow-md); border-color: transparent; }
.hse-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; }
.hse-related-card__icon svg { width: 20px; height: 20px; }
.hse-related-card h3 { font-size: .95rem; margin-bottom: 0; line-height: 1.4; }

/* --------------------------------------------------------------------
   13. FINAL CTA — dark editorial closer, bookends the hero
   -------------------------------------------------------------------- */
.hse-final {
	position: relative; overflow: hidden;
	background: #0a0a0a; color: #fff; text-align: center;
	padding: 6rem 0;
}
.hse-final__glow { position: absolute; top: -50%; left: 50%; transform: translateX(-50%); width: 900px; height: 700px; background: var(--sap-primary); opacity: .18; filter: blur(120px); border-radius: 50%; }
.hse-final__inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.hse-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; }
.hse-final p { color: rgba(255,255,255,.65); font-size: 1.05rem; margin-bottom: 2.5rem; }
.hse-final__actions { display: flex; align-items: center; justify-content: center; gap: 1.75rem; flex-wrap: wrap; }
.hse-final__secondary { color: #fff; font-weight: 700; font-size: .95rem; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 3px; transition: border-color .2s ease, color .2s ease; }
.hse-final__secondary:hover { border-color: var(--sap-primary); color: var(--sap-primary); }

/* --------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------- */
@media (max-width: 1080px) {
	.hse-hero__inner { grid-template-columns: 1fr; }
	.hse-hero__watermark { display: none; }
	.hse-problem__layout { grid-template-columns: 1fr; }
	.hse-problem__sticky { position: static; margin-bottom: 2.5rem; }
	.hse-why__layout { grid-template-columns: 1fr; }
	.hse-why__statement { position: static; margin-bottom: 2rem; }
	.hse-faq__layout { grid-template-columns: 1fr; }
	.hse-faq__sticky { position: static; margin-bottom: 2rem; }
	.hse-bento__grid { grid-template-columns: repeat(2, 1fr); }
	.hse-bento__tile--feature { grid-column: span 2; grid-row: span 1; }
	.hse-engage__grid { grid-template-columns: 1fr; }
	.hse-related__rail { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
	.hse-thread::before { left: 20px; }
	.hse-thread__node { grid-template-columns: 1fr; padding-left: 3rem; }
	.hse-thread__dot { left: 20px; top: 4px; }
	.hse-thread__content { padding: 0; text-align: left !important; grid-column: 1 !important; }
	.hse-thread__spacer { display: none; }

	.hse-path__steps { grid-template-columns: repeat(3, 1fr); row-gap: 2.5rem; }
	.hse-path__line { display: none; }

	.hse-specialties__panel { grid-template-columns: 1fr; padding: 2rem; }
	.hse-specialties__panel-visual { order: -1; }

	.hse-related__rail { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
	.hse-console__float { position: static; margin-top: 1rem; display: inline-flex; }
	.hse-bento__grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
	.hse-bento__tile, .hse-bento__tile--wide, .hse-bento__tile--tall, .hse-bento__tile--feature { grid-column: span 1; grid-row: span 1; min-height: 170px; }
	.hse-path__steps { grid-template-columns: repeat(2, 1fr); }
	.hse-who-chip { max-width: 100%; }
	.hse-related__rail { grid-template-columns: 1fr; }
	.hse-faq-item__panel p { padding-left: 0; }
	.hse-faq-item__trigger { grid-template-columns: 2.25rem 1fr 1.25rem; }
}
