/* ==========================================================================
   Hire Laravel Developer — bespoke page design. Namespaced `.hld-`.
   Visual language: SaaS dashboards, layered MVC architecture, auth flows.
   ========================================================================== */

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

/* 1. HERO — dark, SaaS dashboard */
.hld-hero { position: relative; overflow: hidden; background: #0b0d11; color: #fff; padding: calc(var(--sap-header-height) + 5rem) 0 5.5rem; }
.hld-hero__glow { position: absolute; width: 560px; height: 560px; border-radius: 50%; top: -220px; right: -160px; background: var(--sap-primary); opacity: .2; filter: blur(100px); }
.hld-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 4rem; align-items: center; }
.hld-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; }
.hld-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; }
.hld-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; color: #fff; }
.hld-hero__title .accent { color: var(--sap-primary); }
.hld-hero__text { font-size: 1.06rem; line-height: 1.7; color: rgba(255,255,255,.65); max-width: 520px; margin-bottom: 2.25rem; }
.hld-hero__actions { display: flex; align-items: center; gap: 1.75rem; flex-wrap: wrap; }
.hld-hero__secondary { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; font-size: .95rem; color: #fff; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 3px; }
.hld-hero__secondary:hover { border-color: var(--sap-primary); color: var(--sap-primary); }

.hld-panel { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: var(--sap-radius-lg); padding: 1.5rem; }
.hld-panel__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; margin-bottom: 1.25rem; }
.hld-panel__stat { background: rgba(255,255,255,.03); border-radius: var(--sap-radius-md); padding: .9rem; }
.hld-panel__stat-value { font-family: var(--sap-font-heading); font-weight: 800; font-size: 1.2rem; }
.hld-panel__stat-label { font-size: .68rem; color: rgba(255,255,255,.45); }
.hld-panel__chart { height: 110px; display: flex; align-items: flex-end; gap: 6px; padding: 0 .25rem; }
.hld-panel__bar { flex: 1; background: var(--sap-gradient); border-radius: 3px 3px 0 0; opacity: .8; }

/* 2. PROBLEM */
.hld-problem { padding: var(--sap-section-space) 0; background: var(--sap-bg-tint); }
.hld-problem__head { max-width: 640px; margin: 0 auto 3rem; text-align: center; }
.hld-problem__head h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.hld-problem__head .accent { color: var(--sap-primary); }
.hld-problem__head p { color: var(--sap-muted); }
.hld-problem__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; max-width: 980px; margin: 0 auto; }
.hld-problem-card { background: var(--sap-white); border-radius: var(--sap-radius-lg); padding: 1.75rem; }
.hld-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; }
.hld-problem-card__icon svg { width: 21px; height: 21px; }
.hld-problem-card h3 { font-size: .98rem; margin-bottom: .4rem; }
.hld-problem-card p { font-size: .86rem; color: var(--sap-muted); margin-bottom: 0; }

/* 3. WHAT WE BUILD */
.hld-shelf { padding: var(--sap-section-space) 0; background: var(--sap-white); }

.hld-shelf__head { max-width: 640px; margin: 0 auto 2.5rem; text-align: center; }
.hld-shelf__head h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.hld-shelf__head p { color: var(--sap-muted); }
.hld-shelf__rail { display: flex; gap: 1.1rem; overflow-x: auto; scroll-snap-type: x proximity; padding: .5rem .5rem 1rem; }
.hld-shelf__rail { scrollbar-width: none; -ms-overflow-style: none; }
.hld-shelf__rail::-webkit-scrollbar { display: none; }
.hld-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%);
}

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

/* 4. LARAVEL CAPABILITIES — layered stack */
.hld-stack { padding: var(--sap-section-space) 0; background: var(--sap-dark); color: #fff; }
.hld-stack__head { max-width: 640px; margin: 0 auto 3.5rem; text-align: center; }
.hld-stack__head .hld-eyebrow { color: var(--sap-accent); }
.hld-stack__head h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); color: #fff; }
.hld-stack__head p { color: rgba(255,255,255,.6); }
.hld-stack__list { max-width: 640px; margin: 0 auto; display: flex; flex-direction: column; gap: .6rem; }
.hld-stack__layer { display: flex; align-items: center; gap: 1.25rem; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: var(--sap-radius-md); padding: 1.1rem 1.5rem; }
.hld-stack__layer-label { font-family: var(--sap-font-heading); font-weight: 800; font-size: .78rem; color: var(--sap-primary); width: 90px; flex-shrink: 0; }
.hld-stack__layer-text { font-size: .88rem; color: rgba(255,255,255,.7); }

/* 5. AUTHENTICATION & API */
.hld-auth { padding: var(--sap-section-space) 0; background: var(--sap-white); }
.hld-auth__layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hld-auth__content .hld-eyebrow { color: var(--sap-primary); }
.hld-auth__content h2 { font-size: clamp(1.8rem, 2.8vw, 2.3rem); margin-bottom: 1rem; }
.hld-auth__content p { color: var(--sap-muted); line-height: 1.7; margin-bottom: 0; }
.hld-auth-flow { display: flex; align-items: center; justify-content: center; gap: .6rem; flex-wrap: wrap; }
.hld-auth-node { background: var(--sap-bg-tint); border-radius: var(--sap-radius-md); padding: 1rem 1.25rem; text-align: center; font-size: .82rem; font-weight: 600; }
.hld-auth-node--active { background: var(--sap-gradient); color: #fff; }
.hld-auth-arrow { color: var(--sap-primary); }
.hld-auth-arrow svg { width: 16px; height: 16px; }

/* 6. SAAS APPLICATIONS */
.hld-saas { padding: var(--sap-section-space) 0; background: var(--sap-bg-tint); }
.hld-saas__head { max-width: 640px; margin: 0 auto 3rem; text-align: center; }
.hld-saas__head h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.hld-saas__head p { color: var(--sap-muted); }
.hld-saas__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; max-width: 980px; margin: 0 auto; }
.hld-saas-item { background: var(--sap-white); border: 1px solid var(--sap-border); border-radius: var(--sap-radius-md); padding: 1.25rem; text-align: center; }
.hld-saas-item svg { width: 24px; height: 24px; color: var(--sap-primary); margin: 0 auto .75rem; display: block; }
.hld-saas-item span { font-size: .82rem; font-weight: 600; }

/* 7. PROCESS */
.hld-process { padding: var(--sap-section-space) 0; background: var(--sap-secondary); color: #fff; }
.hld-process__head { max-width: 620px; margin: 0 auto 4rem; text-align: center; }
.hld-process__head .hld-eyebrow { color: var(--sap-accent); }
.hld-process__head h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); color: #fff; }
.hld-process__steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; max-width: 1080px; margin: 0 auto; }
.hld-process__step { text-align: center; }
.hld-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; }
.hld-process__step h3 { font-size: .9rem; margin-bottom: .35rem; color: #fff; }
.hld-process__step p { font-size: .76rem; color: rgba(255,255,255,.5); margin-bottom: 0; }

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

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

/* 10. TECH */
.hld-tech { padding: 3.5rem 0; background: #0b0d11; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); overflow: hidden; }
.hld-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; }
.hld-tech__track { display: flex; gap: 3.5rem; width: max-content; animation: hldMarquee 30s linear infinite; }
.hld-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 hldMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

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

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

/* Responsive */
@media (max-width: 1080px) {
	.hld-hero__inner { grid-template-columns: 1fr; }
	.hld-problem__grid { grid-template-columns: repeat(2, 1fr); }
	.hld-auth__layout { grid-template-columns: 1fr; }
	.hld-auth__visual { order: -1; }
	.hld-saas__grid { grid-template-columns: repeat(2, 1fr); }
	.hld-process__steps { grid-template-columns: repeat(3, 1fr); row-gap: 2rem; }
	.hld-why__layout { grid-template-columns: 1fr; }
	.hld-why__statement { position: static; margin-bottom: 2rem; }
	.hld-engage__grid { grid-template-columns: 1fr; }
	.hld-faq__layout { grid-template-columns: 1fr; }
	.hld-faq__sticky { position: static; margin-bottom: 2rem; }
	.hld-related__rail { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
	.hld-problem__grid { grid-template-columns: 1fr; }
	.hld-saas__grid { grid-template-columns: 1fr; }
	.hld-process__steps { grid-template-columns: repeat(2, 1fr); }
	.hld-related__rail { grid-template-columns: 1fr; }
	.hld-faq-item__panel p { padding-left: 0; }
	.hld-faq-item__trigger { grid-template-columns: 2.25rem 1fr 1.25rem; }
	.hld-stack__layer { flex-direction: column; align-items: flex-start; gap: .35rem; }
}
