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