:root{--hiww_bg: hsl(220, 20%, 8%);--hiww_fg: hsl(0, 0%, 98%);--hiww_card: hsl(220, 18%, 12%);--hiww_card-fg: hsl(0, 0%, 98%);--hiww_primary: hsl(244, 42%, 49%);--hiww_primary-fg: hsl(0, 0%, 100%);--hiww_secondary: hsl(220, 15%, 18%);--hiww_muted: hsl(220, 15%, 18%);--hiww_muted-fg: #cfd2d6;--hiww_accent: hsl(244, 42%, 49%);--hiww_accent-fg: hsl(0, 0%, 98%);--hiww_border: hsl(220, 15%, 20%);--hiww_radius: 0.25rem;--hiww_feature-bg: #f4f2ef;--pfbg: #141820;--pfbg-card: #1c2028;--pffg: #f5f5f5;--pffg-muted: #B7BFCE;--pfprimary: #5049B1;--pfborder: #2a2f3a;--pfred: #E31937
 }

 html {
     scroll-behavior: smooth}body{line-height:1.6;-webkit-font-smoothing:antialiased}footer{border-top:0}.hiwph{position:relative;padding:3rem 0;overflow:hidden}@media (min-width:1024px){.hiwph{padding:5rem 0}}.hiwph .hero-gradient{position:absolute;inset:0;background:linear-gradient(135deg, rgba(79, 72, 177, 0.1), var(--hiww_bg), rgba(79, 72, 177, 0.1))}.hiwph .hero-blob-1{position:absolute;top:5rem;left:2.5rem;width:18rem;height:18rem;background:rgba(79, 72, 177, 0.2);border-radius:50%;filter:blur(48px)}.hiwph .hero-blob-2{position:absolute;bottom:5rem;right:2.5rem;width:24rem;height:24rem;background:rgba(79, 72, 177, 0.2);border-radius:50%;filter:blur(48px)}.hiwph .hero-content{position:relative;z-index:10;text-align:center;max-width:56rem;margin:0 auto}.hiwph .badge{display:inline-block;padding:0.5rem 1rem;border-radius:9999px;background:var(--hiww_accent);color:var(--hiww_accent-fg);font-size:0.875rem;font-weight:600;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.3)}.hiwph h1{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1}@media (min-width:768px){.hiwph h1{font-size:2.5rem}}@media (min-width:1024px){.hiwph h1{font-size:3rem}}.hiwph h1 .accent-text{display:block;color:var(--hiww_accent);color:#f5f5f5;margin-top:0.5rem;font-size:1.25rem}@media (min-width:1024px){.hiwph h1 .accent-text{font-size:2.5rem}}.hiwph p{font-size:1.25rem;color:var(--hiww_muted-fg);max-width:42rem;margin:0 auto;text-align:center;font-weight:500}.hiwph .steps{position:relative;padding:4rem 0;overflow:hidden}@media (min-width:1024px){.hiwph .steps{padding:5rem 0}}.hiwph .steps-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:640px){.hiwph .steps-grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width:1024px){.hiwph .steps-grid{grid-template-columns:repeat(3, 1fr);gap:3rem}}.hiwph .step-card{display:flex;flex-direction:column;align-items:center;text-align:center}.hiwph .step-card:hover .step-img{transform:scale(1.05)}.hiwph .step-img-wrap{position:relative;margin-bottom:1.5rem}.hiwph .step-img{width:100%;max-width:320px;height:auto;object-fit:contain;transition:transform 0.3s}@media (min-width:1024px){.hiwph .step-img{max-width:380px;max-height:380px}}.hiwph .step-card h3{font-size:1.25rem;font-weight:600;margin-bottom:0.5rem}@media (min-width:1024px){.hiwph .step-card h3{font-size:1.75rem}}.hiwph .step-card p{font-size:1rem;color:var(--hiww_muted-fg);max-width:280px}@media (min-width:1024px){.hiwph .step-card p{font-size:1.125rem}}.video-section{background-color:#000;padding:3rem 0}@media (min-width:768px){.video-section{padding:6rem 0}}.video-section h2{font-size:1.875rem;font-weight:700;color:white;text-align:center;margin-bottom:1rem}@media (min-width:768px){.video-section h2{font-size:2.5rem}}@media (min-width:1024px){.video-section h2{font-size:3rem}}.video-section p{font-size:1.125rem;color:rgba(255, 255, 255, 0.8) !important;text-align:center !important;max-width:48rem;margin:0 auto 3rem}@media (min-width:768px){.video-section p{font-size:1.25rem}}.video-container iframe{position:relative;width:100%;aspect-ratio:1.7777777778;border:0 !important}@media (max-width:767px){.video-container{margin-left:-20px;margin-right:-20px}}.sf{padding:2.5rem 0 5rem;background:#1c2028}.sf .hd{text-align:center;margin-bottom:3.5rem}.sf .hd h2{font-size:clamp(1.75rem, 4vw, 3rem);font-weight:700;margin-bottom:1rem}.sf .hd h2 span{color:var(--pfprimary)}.sf .hd p{font-size:1.125rem;color:var(--pffg-muted);max-width:40rem;margin:0 auto}.sf .sf-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:1.5rem}@media (min-width:640px){.sf .sf-grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width:1024px){.sf .sf-grid{grid-template-columns:repeat(4, 1fr)}}.sf .sf-card{background:var(--pfbg-card);border-radius:1rem;padding:1.5rem;border:1px solid var(--pfborder);transition:transform 0.3s, box-shadow 0.3s}.sf .sf-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0, 0, 0, 0.3)}.sf .sf-icon{width:3rem;height:3rem;border-radius:0.75rem;background:var(--pfprimary);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.sf .sf-icon svg{width:1.5rem;height:1.5rem;color:#fff;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sf .sf-card h3{font-weight:700;margin-bottom:0.5rem;font-size:1rem}.sf .sf-card p{font-size:0.875rem;color:var(--pffg-muted);line-height:1.6}.ra{padding:5rem 0}.ra-wrap{display:grid;gap:3rem;align-items:center;max-width:1200px;margin:0 auto}@media (min-width:1024px){.ra-wrap{grid-template-columns:1fr 1fr}}.ra-img{border-radius:1rem;overflow:hidden;box-shadow:0 20px 40px rgba(0, 0, 0, 0.3)}.ra-img img{width:100%;height:400px;object-fit:cover}@media (min-width:1024px){.ra-img img{height:480px}}.ra-text h2{font-size:clamp(1.75rem, 4vw, 3rem);font-weight:700;margin-bottom:1.5rem;line-height:1.2}.ra-text h2 span{color:var(--pfprimary)}.ra-text p{font-size:1.125rem;color:var(--pffg-muted);margin-bottom:1.5rem}.ctab{padding:5rem 0;background:linear-gradient(135deg, var(--pfprimary), #3f38a0);text-align:center}.ctab h2{font-size:clamp(1.75rem, 4vw, 3rem);font-weight:700;margin-bottom:1.5rem}.ctab>div>p{font-size:1.125rem;max-width:40rem;margin:0 auto 2.5rem;color:#fff;font-weight:500}.ctab .cta-btns{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.ctab .btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.875rem 2rem;border-radius:0.75rem;font-size:1rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:opacity 0.2s, transform 0.2s}.ctab .btn:hover{opacity:0.9;transform:translateY(-1px)}.ctab .btn-red{background:var(--pfred);color:#fff;box-shadow:0 8px 24px rgba(227, 25, 55, 0.3)}.ctab .btn-outline{background:transparent;color:#fff;border:1px solid rgba(255, 255, 255, 0.3)}.ctab .btn-outline:hover{background:rgba(255, 255, 255, 0.1)}.ctab .btn svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ctab .cta-phone{display:inline-flex;align-items:center;gap:0.5rem;color:rgba(255, 255, 255, 0.9);font-size:1.25rem;font-weight:600;text-decoration:none}.ctab .cta-phone:hover{color:#fff}.ctab .cta-phone svg{width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.hiwp{background:var(--hiww_bg);color:var(--hiww_fg)}.hiwp *,.hiwp *::before,.hiwp *::after{box-sizing:border-box}.hiwp p,.hiwp em{text-align:unset}.hiwp img{max-width:100%;height:auto;display:block}.hiwp a{text-decoration:none;color:inherit}.hiwp button{cursor:pointer;border:none;font-family:inherit}.hiwp .container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.hiwp .pendant-video .section-desc{max-width:750px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.hiwp .pendant-video .section-desc h2{line-height:1.2}