:root{--hrp-primary:#0056b3;--hrp-cobalt:#e8890c;--hrp-cobalt-dark:#b84500;--hrp-night:#120800;--hrp-accent:#ff6600;--hrp-amber:#e65100;--hrp-text:#1a1208;--hrp-text-muted:#5a4a35;--hrp-bg:#ffffff;--hrp-bg-alt:#faf9f7;--hrp-border:#ede8e0;--hrp-radius:0.75rem;--hrp-shadow:0 4px 24px rgba(184,69,0,0.10);--hrp-shadow-hover:0 12px 40px rgba(184,69,0,0.18);--hrp-transition:all 0.28s cubic-bezier(0.4,0,0.2,1)}.hrp-breadcrumb{background:var(--hrp-bg-alt);border-bottom:1px solid var(--hrp-border);padding:0.55rem 1.25rem;font-size:0.82rem;color:var(--hrp-text-muted)}.hrp-breadcrumb__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:0.5rem;flex-wrap:wrap}.hrp-breadcrumb a{color:var(--hrp-text-muted);text-decoration:none;transition:color 0.2s}.hrp-breadcrumb a:hover{color:var(--hrp-cobalt)}.hrp-breadcrumb__sep{color:var(--hrp-border)}.hrp-breadcrumb__current{color:var(--hrp-cobalt);font-weight:600}.hrp-hero{position:relative;min-height:92vh;display:flex;align-items:center;overflow:hidden;background:#120800}.hrp-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 35%;will-change:transform}.hrp-hero__overlay{position:absolute;inset:0;background:linear-gradient(175deg,rgba(18,8,0,0.94) 0%,rgba(30,12,0,0.88) 50%,rgba(12,5,0,0.95) 100%);z-index:1}.hrp-hero__wash{position:absolute;inset:0;background:linear-gradient(135deg,rgba(184,69,0,0.12) 0%,transparent 65%);z-index:2;pointer-events:none}.hrp-hero__glow{position:absolute;bottom:0;left:0;right:0;height:42%;background:linear-gradient(to top,rgba(184,69,0,0.22) 0%,rgba(184,69,0,0.06) 55%,transparent 100%);z-index:2;pointer-events:none}.hrp-hero__particles{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden}.hrp-particle{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(255,140,0,0.22) 0%,rgba(230,81,0,0.05) 70%);animation:hrp-float-up linear infinite}@keyframes hrp-float-up{0%{transform:translateY(0) scale(1) rotate(0deg);opacity:0}10%{opacity:1}90%{opacity:0.45}100%{transform:translateY(-110vh) scale(0.55) rotate(320deg);opacity:0}}.hrp-hero__inner{position:relative;z-index:3;max-width:1200px;margin:0 auto;padding:7rem 1.5rem 5rem;width:100%}.hrp-hero__eyebrow{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(232,137,12,0.15);border:1px solid rgba(232,137,12,0.38);color:#e8890c;font-size:0.78rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;padding:0.45rem 0.9rem;border-radius:100px;margin-bottom:1.5rem;animation:hrp-hero-in 0.6s 0.1s both}.hrp-hero__title{font-size:clamp(2rem,5vw,3.6rem);font-weight:800;color:#ffffff;line-height:1.12;margin:0 0 1.25rem;max-width:820px;animation:hrp-hero-in 0.6s 0.25s both;text-shadow:0 2px 20px rgba(0,0,0,0.5)}.hrp-hero__title em{font-style:normal;color:#e8890c}.hrp-hero__subtitle{font-size:clamp(1rem,2vw,1.2rem);color:rgba(255,255,255,0.80);line-height:1.65;max-width:600px;margin:0 0 2.25rem;animation:hrp-hero-in 0.6s 0.4s both}@keyframes hrp-hero-in{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.hrp-hero__cta-group{display:flex;flex-wrap:wrap;gap:1rem;animation:hrp-hero-in 0.6s 0.55s both}.hrp-hero__badge{position:absolute;bottom:2.5rem;right:2rem;z-index:4;background:linear-gradient(145deg,#b84500,#e8890c);color:#fff;padding:1rem 1.5rem;border-radius:100px;text-align:center;box-shadow:0 8px 28px rgba(184,69,0,0.48),0 2px 8px rgba(0,0,0,0.25);display:flex;align-items:center;gap:0.625rem;opacity:0}.hrp-hero__badge .icon{font-size:1.25rem;flex-shrink:0}.hrp-hero__badge .text{display:flex;flex-direction:column;text-align:left}.hrp-hero__badge .title-line{font-size:0.82rem;font-weight:800;line-height:1.1;white-space:nowrap}.hrp-hero__badge .sub-line{font-size:0.65rem;font-weight:600;opacity:0.8;letter-spacing:0.06em;text-transform:uppercase}.hrp-hero__scroll{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);z-index:4;display:flex;flex-direction:column;align-items:center;gap:0.4rem;color:rgba(255,255,255,0.4);font-size:0.65rem;letter-spacing:0.12em;text-transform:uppercase}.hrp-hero__scroll-line{width:1px;height:42px;background:linear-gradient(to bottom,rgba(232,137,12,0.75),transparent);animation:hrp-scroll-pulse 2s ease-in-out infinite}@keyframes hrp-scroll-pulse{0%,100%{opacity:0.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(0.75)}}.hrp-hero .hrp-btn-primary{background:linear-gradient(135deg,#e8890c,#b84500);box-shadow:0 4px 18px rgba(184,69,0,0.34)}.hrp-hero .hrp-btn-primary:hover{background:linear-gradient(135deg,#b84500,#e8890c);box-shadow:0 8px 28px rgba(184,69,0,0.46);filter:none}.hrp-hero .hrp-btn-ghost:hover{border-color:rgba(232,137,12,0.62);color:#e8890c}.hrp-btn-primary{display:inline-flex;align-items:center;gap:0.55rem;background:linear-gradient(135deg,var(--hrp-cobalt),var(--hrp-cobalt-dark));color:#fff;font-weight:700;font-size:0.95rem;padding:0.85rem 1.8rem;border-radius:0.5rem;text-decoration:none;transition:var(--hrp-transition);box-shadow:0 4px 18px rgba(184,69,0,0.32)}.hrp-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(184,69,0,0.45);filter:brightness(1.08);color:#fff}.hrp-btn-ghost{display:inline-flex;align-items:center;gap:0.55rem;background:rgba(255,255,255,0.08);color:#fff;font-weight:600;font-size:0.95rem;padding:0.85rem 1.8rem;border-radius:0.5rem;border:1.5px solid rgba(255,255,255,0.28);text-decoration:none;transition:var(--hrp-transition);backdrop-filter:blur(6px)}.hrp-btn-ghost:hover{background:rgba(255,255,255,0.15);border-color:rgba(232,137,12,0.6);color:var(--hrp-cobalt);transform:translateY(-2px)}.hrp-trust-bar{background:linear-gradient(90deg,#1a0800 0%,#2d1400 50%,#1a0800 100%);padding:1rem 1.25rem}.hrp-trust-bar__inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem 2rem}.hrp-trust-item{display:flex;align-items:center;gap:0.5rem;color:rgba(255,255,255,0.88);font-size:0.82rem;font-weight:600}.hrp-trust-item svg{color:var(--hrp-cobalt);flex-shrink:0}.hrp-stats-bar{background:linear-gradient(90deg,var(--hrp-cobalt-dark) 0%,var(--hrp-cobalt) 50%,var(--hrp-cobalt-dark) 100%);padding:1.75rem 1.25rem}.hrp-stats-bar__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;text-align:center}.hrp-stat{padding:0.5rem}.hrp-stat__num{display:block;font-size:2rem;font-weight:800;color:#fff;line-height:1;margin-bottom:0.25rem}.hrp-stat__label{font-size:0.78rem;color:rgba(255,255,255,0.82);font-weight:600;letter-spacing:0.03em;text-transform:uppercase}.hrp-section{padding:4.5rem 1.25rem}.hrp-section--alt{background:var(--hrp-bg-alt)}.hrp-container{max-width:1200px;margin:0 auto}.hrp-text-center{text-align:center}.hrp-eyebrow{display:inline-flex;align-items:center;gap:0.4rem;font-size:0.78rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--hrp-cobalt);margin-bottom:0.75rem}.hrp-eyebrow::before{content:'';display:inline-block;width:22px;height:2px;background:linear-gradient(90deg,var(--hrp-cobalt),var(--hrp-cobalt-dark));border-radius:2px}.hrp-section-title{font-size:clamp(1.5rem,3vw,2.4rem);font-weight:800;color:var(--hrp-text);line-height:1.2;margin:0 0 0.5rem}.hrp-section-title em{font-style:normal;color:var(--hrp-cobalt)}.hrp-section-rule{width:52px;height:3px;border-radius:2px;background:linear-gradient(90deg,var(--hrp-cobalt),var(--hrp-cobalt-dark));margin:0.75rem 0 1.25rem}.hrp-text-center .hrp-section-rule{margin-left:auto;margin-right:auto}.hrp-section-subtitle{font-size:1rem;color:var(--hrp-text-muted);line-height:1.7;max-width:640px;margin:0 auto 2.5rem}.hrp-intro__grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}.hrp-intro__text p{color:var(--hrp-text-muted);line-height:1.75;margin-bottom:1rem;font-size:0.98rem}.hrp-intro__img-wrap{position:relative;border-radius:var(--hrp-radius);overflow:visible}.hrp-intro__img-wrap picture,.hrp-intro__img-wrap img{width:100%;height:360px;object-fit:cover;border-radius:var(--hrp-radius);display:block;box-shadow:var(--hrp-shadow)}.hrp-intro__badge{position:absolute;bottom:-1rem;left:-1rem;background:linear-gradient(135deg,var(--hrp-cobalt),var(--hrp-cobalt-dark));color:#fff;padding:1rem 1.25rem;border-radius:var(--hrp-radius);box-shadow:0 8px 24px rgba(184,69,0,0.35);text-align:center;min-width:110px}.hrp-intro__badge .num{display:block;font-size:1.8rem;font-weight:800;line-height:1}.hrp-intro__badge .label{display:block;font-size:0.65rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;opacity:0.88;margin-top:0.25rem;line-height:1.3}.hrp-explainer__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.hrp-explainer-card{background:#fff;border:1px solid var(--hrp-border);border-radius:var(--hrp-radius);padding:1.75rem 1.5rem;box-shadow:var(--hrp-shadow);transition:var(--hrp-transition)}.hrp-explainer-card:hover{transform:translateY(-3px);box-shadow:var(--hrp-shadow-hover);border-color:rgba(232,137,12,0.28)}.hrp-explainer-card__icon{width:48px;height:48px;border-radius:0.625rem;background:linear-gradient(135deg,var(--hrp-cobalt),var(--hrp-cobalt-dark));display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1rem}.hrp-explainer-card h3{font-size:1.1rem;font-weight:700;color:var(--hrp-text);margin:0 0 0.6rem}.hrp-explainer-card p{font-size:0.93rem;color:var(--hrp-text-muted);line-height:1.7;margin:0}.hrp-service__grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:2rem}.hrp-service-card{position:relative;background:#fff;border:1px solid var(--hrp-border);border-radius:var(--hrp-radius);padding:1.75rem 1.5rem 1.5rem;box-shadow:var(--hrp-shadow);transition:var(--hrp-transition);overflow:hidden;display:flex;flex-direction:column}.hrp-service-card::before{content:attr(data-num);position:absolute;top:0.5rem;right:0.75rem;font-size:4.5rem;font-weight:900;color:var(--hrp-cobalt);opacity:0.05;line-height:1;transition:opacity 0.28s ease;pointer-events:none;user-select:none}.hrp-service-card:hover::before{opacity:0.1}.hrp-service-card::after{content:'';position:absolute;bottom:0;left:0;height:3px;width:0;background:linear-gradient(90deg,var(--hrp-cobalt),var(--hrp-amber));transition:width 0.38s cubic-bezier(0.4,0,0.2,1)}.hrp-service-card:hover::after{width:100%}.hrp-service-card:hover{transform:translateY(-4px);box-shadow:var(--hrp-shadow-hover);border-color:rgba(232,137,12,0.22)}.hrp-service-card__icon{width:48px;height:48px;border-radius:0.625rem;background:rgba(232,137,12,0.10);color:var(--hrp-cobalt);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:var(--hrp-transition);flex-shrink:0}.hrp-service-card:hover .hrp-service-card__icon{background:linear-gradient(135deg,var(--hrp-cobalt),var(--hrp-cobalt-dark));color:#fff;box-shadow:0 6px 18px rgba(184,69,0,0.28)}.hrp-service-card__title{font-size:1.05rem;font-weight:700;color:var(--hrp-text);margin:0 0 0.5rem}.hrp-service-card__desc{font-size:0.9rem;color:var(--hrp-text-muted);line-height:1.65;margin:0;flex:1}.hrp-benefit__grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:2rem}.hrp-benefit-card{display:flex;align-items:flex-start;gap:1.25rem;background:#fff;border:1px solid var(--hrp-border);border-radius:var(--hrp-radius);padding:1.5rem;box-shadow:var(--hrp-shadow);transition:var(--hrp-transition)}.hrp-benefit-card:hover{transform:translateY(-3px);box-shadow:var(--hrp-shadow-hover);border-color:rgba(232,137,12,0.25)}.hrp-benefit-num{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:44px;height:28px;border-radius:6px;background:linear-gradient(135deg,var(--hrp-cobalt),var(--hrp-cobalt-dark));color:#fff;font-size:0.78rem;font-weight:800;letter-spacing:0.02em;box-shadow:0 3px 10px rgba(184,69,0,0.28);margin-top:0.1rem;transition:var(--hrp-transition)}.hrp-benefit-card:hover .hrp-benefit-num{background:linear-gradient(135deg,var(--hrp-amber),#bf360c);box-shadow:0 4px 14px rgba(230,81,0,0.32)}.hrp-benefit-body{flex:1}.hrp-benefit-body h3{font-size:1rem;font-weight:700;color:var(--hrp-text);margin:0 0 0.35rem}.hrp-benefit-body p{font-size:0.88rem;color:var(--hrp-text-muted);line-height:1.65;margin:0}.hrp-why__grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}.hrp-why__list{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:0.9rem}.hrp-why__item{display:flex;align-items:flex-start;gap:0.875rem}.hrp-why__check{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--hrp-cobalt),var(--hrp-cobalt-dark));display:flex;align-items:center;justify-content:center;color:#fff;margin-top:0.05rem;box-shadow:0 3px 10px rgba(184,69,0,0.25)}.hrp-why__item-body{flex:1}.hrp-why__item-body strong{display:block;font-size:0.95rem;font-weight:700;color:var(--hrp-text);margin-bottom:0.15rem}.hrp-why__item-body span{font-size:0.87rem;color:var(--hrp-text-muted);line-height:1.55}.hrp-trust-panel{background:linear-gradient(145deg,#b84500 0%,#6b2800 100%);border-radius:var(--hrp-radius);padding:2.5rem 1.75rem;color:#fff;box-shadow:0 12px 40px rgba(107,40,0,0.38)}.hrp-trust-panel h3{font-size:1.4rem;font-weight:800;margin:0 0 0.6rem;line-height:1.25}.hrp-trust-panel p{font-size:0.92rem;opacity:0.82;line-height:1.65;margin:0 0 1.5rem}.hrp-trust-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:0.75rem;margin-bottom:1.75rem}.hrp-trust-stat{background:rgba(255,255,255,0.10);border-radius:0.625rem;padding:0.75rem;text-align:center}.hrp-trust-stat .num{display:block;font-size:1.5rem;font-weight:800;line-height:1;margin-bottom:0.2rem}.hrp-trust-stat .label{font-size:0.68rem;font-weight:700;letter-spacing:0.05em;text-transform:uppercase;opacity:0.75}.hrp-phone-link{display:flex;align-items:center;gap:0.75rem;text-decoration:none;color:#fff;margin-top:1.25rem}.hrp-phone-link__icon{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,0.18);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.2s}.hrp-phone-link:hover .hrp-phone-link__icon{background:rgba(255,255,255,0.30)}.hrp-phone-link__text .small{display:block;font-size:0.72rem;opacity:0.7;font-weight:600;text-transform:uppercase;letter-spacing:0.08em}.hrp-phone-link__text .number{display:block;font-size:1.2rem;font-weight:800}.hrp-cta-section{position:relative;background:linear-gradient(145deg,#1a0800 0%,#3d1200 100%);padding:5rem 1.25rem;text-align:center;overflow:hidden;color:#fff}.hrp-cta-section__orb-a{position:absolute;top:-80px;left:-60px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(232,137,12,0.30) 0%,transparent 70%);pointer-events:none}.hrp-cta-section__orb-b{position:absolute;bottom:-80px;right:-60px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(230,81,0,0.22) 0%,transparent 70%);pointer-events:none}.hrp-cta-section h2{font-size:clamp(1.6rem,3.5vw,2.6rem);font-weight:800;margin:0 0 1rem;position:relative;z-index:1}.hrp-cta-section h2 em{font-style:normal;color:var(--hrp-cobalt)}.hrp-cta-section p{font-size:1rem;opacity:0.85;line-height:1.7;max-width:600px;margin:0 auto 2rem;position:relative;z-index:1}.hrp-cta-group{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;position:relative;z-index:1}.hrp-cta-phone{display:inline-flex;align-items:center;gap:0.55rem;color:rgba(255,255,255,0.88);font-weight:600;font-size:0.95rem;text-decoration:none;padding:0.85rem 1.5rem;border:1.5px solid rgba(255,255,255,0.28);border-radius:0.5rem;transition:var(--hrp-transition)}.hrp-cta-phone:hover{color:var(--hrp-cobalt);border-color:rgba(232,137,12,0.6);background:rgba(232,137,12,0.06)}[data-theme="dark"] .hrp-breadcrumb{background:#1a1208;border-color:#2d2010;color:#a08060}[data-theme="dark"] .hrp-section{background:#1a1208}[data-theme="dark"] .hrp-section--alt{background:#120d05}[data-theme="dark"] .hrp-section-title{color:#fff5e8}[data-theme="dark"] .hrp-text-muted,[data-theme="dark"] .hrp-section-subtitle,[data-theme="dark"] .hrp-intro__text p,[data-theme="dark"] .hrp-explainer-card p,[data-theme="dark"] .hrp-service-card__desc,[data-theme="dark"] .hrp-benefit-body p,[data-theme="dark"] .hrp-why__item-body span{color:#b09070}[data-theme="dark"] .hrp-explainer-card,[data-theme="dark"] .hrp-service-card,[data-theme="dark"] .hrp-benefit-card{background:#221508;border-color:#3d2510}[data-theme="dark"] .hrp-explainer-card h3,[data-theme="dark"] .hrp-service-card__title,[data-theme="dark"] .hrp-benefit-body h3,[data-theme="dark"] .hrp-why__item-body strong{color:#fff5e8}@media (min-width:640px){.hrp-stats-bar__inner{grid-template-columns:repeat(4,1fr)}.hrp-service__grid{grid-template-columns:repeat(2,1fr)}.hrp-explainer__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.hrp-hero__inner{padding:9rem 2rem 6rem}.hrp-section{padding:6rem 2rem}.hrp-intro__grid{grid-template-columns:1fr 1fr;gap:4rem}.hrp-intro__img-wrap img,.hrp-intro__img-wrap picture{height:460px}.hrp-service__grid{grid-template-columns:repeat(3,1fr)}.hrp-benefit__grid{grid-template-columns:repeat(1,1fr);max-width:800px;margin-left:auto;margin-right:auto}.hrp-why__grid{grid-template-columns:1fr 400px;gap:3.5rem}.hrp-stats-bar__inner{grid-template-columns:repeat(4,1fr)}}@media (min-width:1280px){.hrp-benefit__grid{grid-template-columns:1fr;max-width:900px}}