/* ==========================================================================
   Hire WordPress Developer — bespoke page design. Namespaced `.hwp-`.
   Visual language: CMS dashboard, plugin ecosystem, theme structure.
   ========================================================================== */

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

/* 1. HERO — light, dashboard mockup */
.hwp-hero { position: relative; overflow: hidden; background: var(--sap-bg-tint); padding: calc(var(--sap-header-height) + 5rem) 0 5rem; }
.hwp-hero__inner { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 4rem; align-items: center; }
.hwp-hero__kicker { display: inline-flex; align-items: center; gap: .6rem; padding: .5rem 1rem; border-radius: var(--sap-radius-pill); background: var(--sap-white); border: 1px solid var(--sap-border); font-size: .8rem; font-weight: 600; color: var(--sap-secondary); box-shadow: var(--sap-shadow-sm); margin-bottom: 1.75rem; }
.hwp-hero__title { font-family: var(--sap-font-heading); font-weight: 800; font-size: clamp(2.4rem, 5vw, 3.9rem); line-height: 1.08; letter-spacing: -.02em; margin: 0 0 1.6rem; }
.hwp-hero__title .accent { color: var(--sap-primary); }
.hwp-hero__text { font-size: 1.06rem; line-height: 1.7; color: var(--sap-muted); max-width: 520px; margin-bottom: 2.25rem; }
.hwp-hero__actions { display: flex; align-items: center; gap: 1.75rem; flex-wrap: wrap; }
.hwp-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; }
.hwp-hero__secondary:hover { border-color: var(--sap-primary); color: var(--sap-primary); }

.hwp-dash { background: var(--sap-white); border-radius: var(--sap-radius-lg); box-shadow: var(--sap-shadow-lg); overflow: hidden; display: grid; grid-template-columns: 76px 1fr; }
.hwp-dash__side { background: var(--sap-dark); padding: 1.25rem .75rem; display: flex; flex-direction: column; gap: .75rem; align-items: center; }
.hwp-dash__side span { width: 28px; height: 28px; border-radius: 8px; background: rgba(255,255,255,.08); }
.hwp-dash__side span:first-child { background: var(--sap-gradient); }
.hwp-dash__main { padding: 1.5rem; }
.hwp-dash__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.25rem; }
.hwp-dash__title { font-family: var(--sap-font-heading); font-weight: 700; font-size: .92rem; }
.hwp-dash__btn { font-size: .7rem; font-weight: 700; padding: .4rem .8rem; border-radius: var(--sap-radius-pill); background: var(--sap-primary); color: #fff; }
.hwp-dash__row { display: flex; align-items: center; gap: .75rem; padding: .7rem 0; border-bottom: 1px solid var(--sap-border); }
.hwp-dash__row:last-child { border-bottom: none; }
.hwp-dash__row-icon { width: 32px; height: 32px; border-radius: 6px; background: var(--sap-bg-tint); flex-shrink: 0; }
.hwp-dash__row-lines { flex: 1; display: flex; flex-direction: column; gap: .35rem; }
.hwp-dash__row-lines span { height: 6px; border-radius: 3px; background: var(--sap-border); }
.hwp-dash__row-lines span:first-child { width: 60%; background: var(--sap-text); opacity: .3; }
.hwp-dash__row-lines span:last-child { width: 35%; }
.hwp-dash__status { font-size: .66rem; font-weight: 700; padding: .25rem .55rem; border-radius: var(--sap-radius-pill); background: rgba(95,214,138,.12); color: #2E9A5C; }

/* 2. PROBLEM — icon-card grid */
.hwp-problem { padding: var(--sap-section-space) 0; background: var(--sap-white); }
.hwp-problem__head { max-width: 640px; margin: 0 auto 3rem; text-align: center; }
.hwp-problem__head h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.hwp-problem__head .accent { color: var(--sap-primary); }
.hwp-problem__head p { color: var(--sap-muted); }
.hwp-problem__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; max-width: 980px; margin: 0 auto; }
.hwp-problem-card { background: var(--sap-bg-tint); border-radius: var(--sap-radius-lg); padding: 1.75rem; }
.hwp-problem-card__icon { width: 44px; height: 44px; border-radius: var(--sap-radius-md); background: rgba(255,107,107,.1); color: #E24444; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.hwp-problem-card__icon svg { width: 21px; height: 21px; }
.hwp-problem-card h3 { font-size: .98rem; margin-bottom: .4rem; }
.hwp-problem-card p { font-size: .86rem; color: var(--sap-muted); margin-bottom: 0; }

/* 3. WHAT WE HANDLE — shelf */
.hwp-shelf { padding: var(--sap-section-space) 0; background: var(--sap-bg-tint); }

.hwp-shelf__head { max-width: 640px; margin: 0 auto 2.5rem; text-align: center; }
.hwp-shelf__head h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.hwp-shelf__head p { color: var(--sap-muted); }
.hwp-shelf__rail { display: flex; gap: 1.1rem; overflow-x: auto; scroll-snap-type: x proximity; padding: .5rem .5rem 1rem; }
.hwp-shelf__rail { scrollbar-width: none; -ms-overflow-style: none; }
.hwp-shelf__rail::-webkit-scrollbar { display: none; }
.hwp-shelf__rail {
	mask-image: linear-gradient(to right, black calc(100% - 48px), transparent 100%);
	-webkit-mask-image: linear-gradient(to right, black calc(100% - 48px), transparent 100%);
}

.hwp-shelf-card { scroll-snap-align: start; flex: 0 0 auto; width: 230px; background: var(--sap-white); border: 1px solid var(--sap-border); border-radius: var(--sap-radius-lg); padding: 1.5rem; transition: transform .25s ease, box-shadow .25s ease; }
.hwp-shelf-card:hover { transform: translateY(-4px); box-shadow: var(--sap-shadow-md); }
.hwp-shelf-card__icon { width: 42px; height: 42px; border-radius: var(--sap-radius-md); background: var(--sap-bg-tint); color: var(--sap-primary); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.hwp-shelf-card__icon svg { width: 21px; height: 21px; }
.hwp-shelf-card h3 { font-size: .95rem; margin-bottom: .4rem; }
.hwp-shelf-card p { font-size: .82rem; color: var(--sap-muted); margin-bottom: 0; }

/* 4. WOOCOMMERCE SPOTLIGHT */
.hwp-woo { padding: var(--sap-section-space) 0; background: var(--sap-dark); color: #fff; }
.hwp-woo__layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hwp-woo__content .hwp-eyebrow { color: var(--sap-accent); }
.hwp-woo__content h2 { font-size: clamp(1.8rem, 2.8vw, 2.3rem); color: #fff; margin-bottom: 1rem; }
.hwp-woo__content p { color: rgba(255,255,255,.6); line-height: 1.7; margin-bottom: 1.5rem; }
.hwp-woo__points { display: flex; flex-direction: column; gap: .8rem; }
.hwp-woo__point { display: flex; align-items: flex-start; gap: .7rem; font-size: .9rem; color: rgba(255,255,255,.85); }
.hwp-woo__point svg { width: 17px; height: 17px; color: var(--sap-primary); flex-shrink: 0; margin-top: .15rem; }
.hwp-woo__visual { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: var(--sap-radius-lg); padding: 1.75rem; }
.hwp-woo__stat-row { display: flex; justify-content: space-between; align-items: center; padding: .85rem 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.hwp-woo__stat-row:last-child { border-bottom: none; }
.hwp-woo__stat-label { font-size: .85rem; color: rgba(255,255,255,.6); }
.hwp-woo__stat-value { font-family: var(--sap-font-heading); font-weight: 700; font-size: .95rem; }

/* 5. THEME & PLUGIN ECOSYSTEM */
.hwp-ecosystem { padding: var(--sap-section-space) 0; background: var(--sap-white); }
.hwp-ecosystem__head { max-width: 640px; margin: 0 auto 3.5rem; text-align: center; }
.hwp-ecosystem__head h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.hwp-ecosystem__head p { color: var(--sap-muted); }
.hwp-puzzle { display: flex; align-items: center; justify-content: center; gap: .5rem; max-width: 900px; margin: 0 auto; flex-wrap: wrap; }
.hwp-puzzle__core { background: var(--sap-gradient); color: #fff; border-radius: var(--sap-radius-lg); padding: 1.5rem 2rem; text-align: center; font-family: var(--sap-font-heading); font-weight: 700; font-size: .95rem; }
.hwp-puzzle__connector { width: 24px; height: 2px; background: var(--sap-border); }
.hwp-puzzle__piece { background: var(--sap-bg-tint); border: 1px dashed var(--sap-border); border-radius: var(--sap-radius-md); padding: 1rem 1.25rem; font-size: .82rem; font-weight: 600; color: var(--sap-muted); }

/* 6. PERFORMANCE & SECURITY */
.hwp-audit { padding: var(--sap-section-space) 0; background: var(--sap-bg-tint); }
.hwp-audit__layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hwp-audit__content .hwp-eyebrow { color: var(--sap-primary); }
.hwp-audit__content h2 { font-size: clamp(1.8rem, 2.8vw, 2.3rem); margin-bottom: 1rem; }
.hwp-audit__content p { color: var(--sap-muted); line-height: 1.7; margin-bottom: 0; }
.hwp-report { background: var(--sap-white); border-radius: var(--sap-radius-lg); padding: 1.75rem; }
.hwp-report__row { padding: .9rem 0; border-bottom: 1px solid var(--sap-border); }
.hwp-report__row:last-child { border-bottom: none; }
.hwp-report__top { display: flex; justify-content: space-between; margin-bottom: .5rem; }
.hwp-report__label { font-size: .88rem; font-weight: 600; }
.hwp-report__score { font-family: var(--sap-font-heading); font-weight: 800; font-size: .95rem; color: var(--sap-primary); }
.hwp-report__bar { height: 6px; border-radius: 4px; background: var(--sap-bg-tint); overflow: hidden; }
.hwp-report__bar span { display: block; height: 100%; background: var(--sap-gradient); border-radius: 4px; }

/* 7. PROCESS */
.hwp-process { padding: var(--sap-section-space) 0; background: var(--sap-secondary); color: #fff; }
.hwp-process__head { max-width: 620px; margin: 0 auto 4rem; text-align: center; }
.hwp-process__head .hwp-eyebrow { color: var(--sap-accent); }
.hwp-process__head h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); color: #fff; }
.hwp-process__steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; max-width: 1080px; margin: 0 auto; }
.hwp-process__step { text-align: center; }
.hwp-process__num { width: 40px; height: 40px; border-radius: 50%; margin: 0 auto 1.1rem; display: flex; align-items: center; justify-content: center; background: var(--sap-gradient); color: #fff; font-family: var(--sap-font-heading); font-weight: 800; font-size: .8rem; }
.hwp-process__step h3 { font-size: .9rem; margin-bottom: .35rem; color: #fff; }
.hwp-process__step p { font-size: .76rem; color: rgba(255,255,255,.5); margin-bottom: 0; }

/* 8. WHY HIRE */
.hwp-why { padding: var(--sap-section-space) 0; background: var(--sap-white); }
.hwp-why__layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4.5rem; }
.hwp-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); }
.hwp-why__statement .accent { color: var(--sap-primary); }
.hwp-why__list { display: flex; flex-direction: column; }
.hwp-why-item { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1.5rem; padding: 1.5rem 0; border-top: 1px solid var(--sap-border); }
.hwp-why-item:last-child { border-bottom: 1px solid var(--sap-border); }
.hwp-why-item__mark { color: var(--sap-primary); }
.hwp-why-item__mark svg { width: 20px; height: 20px; }
.hwp-why-item h3 { font-size: 1.02rem; margin-bottom: .3rem; }
.hwp-why-item p { font-size: .88rem; color: var(--sap-muted); margin-bottom: 0; }

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

/* 10. TECH MARQUEE */
.hwp-tech { 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; }
.hwp-tech__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; }
.hwp-tech__track { display: flex; gap: 3.5rem; width: max-content; animation: hwpMarquee 30s linear infinite; }
.hwp-tech__item { font-family: var(--sap-font-heading); font-weight: 700; font-size: 1.2rem; color: rgba(255,255,255,.35); white-space: nowrap; }
@keyframes hwpMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* 11. FAQ */
.hwp-faq { padding: var(--sap-section-space) 0; background: var(--sap-white); }
.hwp-faq__layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 4rem; }
.hwp-faq__sticky { position: sticky; top: calc(var(--sap-header-height) + 2rem); align-self: start; }
.hwp-faq__sticky h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); margin-bottom: 1rem; }
.hwp-faq__sticky p { color: var(--sap-muted); }
.hwp-faq__list { border-top: 1px solid var(--sap-border); }
.hwp-faq-item { border-bottom: 1px solid var(--sap-border); }
.hwp-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; }
.hwp-faq-item__num { font-family: var(--sap-font-heading); font-weight: 800; color: var(--sap-primary); font-size: .85rem; }
.hwp-faq-item__q { font-size: 1.02rem; font-weight: 600; }
.hwp-faq-item__icon { width: 20px; height: 20px; color: var(--sap-muted); transition: transform .3s ease; flex-shrink: 0; }
.hwp-faq-item__trigger[aria-expanded="true"] .hwp-faq-item__icon { transform: rotate(45deg); color: var(--sap-primary); }
.hwp-faq-item__panel { overflow: hidden; max-height: 0; transition: max-height .35s ease; }
.hwp-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 */
.hwp-related { padding: var(--sap-section-space) 0; background: var(--sap-bg-tint); }
.hwp-related__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.hwp-related__head h2 { font-size: clamp(1.7rem, 2.6vw, 2.1rem); margin-bottom: 0; }
.hwp-related__rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.hwp-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; }
.hwp-related-card:hover { transform: translateY(-4px); box-shadow: var(--sap-shadow-md); border-color: transparent; }
.hwp-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; }
.hwp-related-card__icon svg { width: 20px; height: 20px; }
.hwp-related-card h3 { font-size: .95rem; margin-bottom: 0; line-height: 1.4; }

/* 13. FINAL CTA */
.hwp-final { position: relative; overflow: hidden; background: #0a0a0a; color: #fff; text-align: center; padding: 6rem 0; }
.hwp-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%; }
.hwp-final__inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.hwp-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; }
.hwp-final p { color: rgba(255,255,255,.65); font-size: 1.05rem; margin-bottom: 2.5rem; }
.hwp-final__actions { display: flex; align-items: center; justify-content: center; gap: 1.75rem; flex-wrap: wrap; }
.hwp-final__secondary { color: #fff; font-weight: 700; font-size: .95rem; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 3px; }
.hwp-final__secondary:hover { border-color: var(--sap-primary); color: var(--sap-primary); }

/* Responsive */
@media (max-width: 1080px) {
	.hwp-hero__inner { grid-template-columns: 1fr; }
	.hwp-problem__grid { grid-template-columns: repeat(2, 1fr); }
	.hwp-woo__layout { grid-template-columns: 1fr; }
	.hwp-woo__visual { order: -1; }
	.hwp-audit__layout { grid-template-columns: 1fr; }
	.hwp-audit__visual { order: -1; }
	.hwp-process__steps { grid-template-columns: repeat(3, 1fr); row-gap: 2rem; }
	.hwp-why__layout { grid-template-columns: 1fr; }
	.hwp-why__statement { position: static; margin-bottom: 2rem; }
	.hwp-engage__grid { grid-template-columns: 1fr; }
	.hwp-faq__layout { grid-template-columns: 1fr; }
	.hwp-faq__sticky { position: static; margin-bottom: 2rem; }
	.hwp-related__rail { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
	.hwp-problem__grid { grid-template-columns: 1fr; }
	.hwp-process__steps { grid-template-columns: repeat(2, 1fr); }
	.hwp-related__rail { grid-template-columns: 1fr; }
	.hwp-faq-item__panel p { padding-left: 0; }
	.hwp-faq-item__trigger { grid-template-columns: 2.25rem 1fr 1.25rem; }
	.hwp-puzzle__connector { display: none; }
}
