:root{--hp-blue: #2563EB;--hp-blue-dark: #1d4ed8;--hp-text: #1a1a1a;--hp-muted: #6b7280;--hp-border: #e5e7eb;--hp-wrap: 1140px;--hp-r: 10px;--hp-font: "Outfit", sans-serif}.hp-root *,.hp-root *:before,.hp-root *:after{box-sizing:border-box;margin:0;padding:0}.hp-root{font-family:var(--hp-font);background:#0b0b12;color:#b8b8d8}.hp-root a{text-decoration:none;color:inherit}.hp-root img{display:block;max-width:100%}.hp-root button{font-family:var(--hp-font)}.hp-wrap{max-width:var(--hp-wrap);margin:0 auto;padding:0 24px}.hp-header{position:sticky;top:0;z-index:200;background:#fff;border-bottom:1px solid var(--hp-border);transition:box-shadow .2s}.hp-header.scrolled{box-shadow:0 2px 16px #00000012}.hp-header-inner{max-width:var(--hp-wrap);margin:0 auto;padding:0 24px;height:62px;display:flex;align-items:center;justify-content:space-between}.hp-header-left{display:flex;align-items:center;gap:24px}.hp-logo img{height:38px;width:auto;display:block}.hp-catalog-drop{position:relative}.hp-catalog-btn{background:none;border:none;font-family:var(--hp-font);font-size:.9rem;font-weight:600;color:var(--hp-text);cursor:pointer;display:flex;align-items:center;gap:5px;padding:6px 0;transition:color .15s}.hp-catalog-btn:hover{color:var(--hp-blue)}.hp-arrow{font-size:.6rem;transition:transform .2s;display:inline-block}.hp-arrow.open{transform:rotate(180deg)}.hp-drop-menu{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid var(--hp-border);border-radius:12px;padding:6px;min-width:185px;box-shadow:0 8px 28px #0000001a;z-index:300}.hp-drop-item{display:block;padding:9px 14px;border-radius:8px;font-size:.86rem;font-weight:500;color:var(--hp-text);transition:background .15s,color .15s}.hp-drop-item:hover{background:#f3f4f6;color:var(--hp-blue)}.hp-nav-link{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:500;color:var(--hp-text);transition:color .15s;white-space:nowrap}.hp-nav-link:hover{color:var(--hp-blue)}.hp-nav-soon{font-size:.56rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#d97706;background:#f59e0b14;border:1px solid rgba(245,158,11,.22);border-radius:4px;padding:2px 6px}.hp-avatar-wrap{position:relative}.hp-avatar{width:36px;height:36px;border-radius:50%;background:var(--hp-blue);color:#fff;border:none;font-family:var(--hp-font);font-size:.9rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.hp-avatar:hover{background:var(--hp-blue-dark)}.hp-avatar-menu{position:absolute;top:calc(100% + 10px);right:0;background:#1a1a2e;border:1px solid rgba(108,99,255,.2);border-radius:10px;min-width:160px;box-shadow:0 8px 24px #0006;overflow:hidden;z-index:200}.hp-avatar-name{padding:10px 14px 8px;font-size:.72rem;color:#6b7280;border-bottom:1px solid rgba(255,255,255,.06);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hp-avatar-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;font-size:.83rem;font-weight:500;color:#e0e0f0;background:none;border:none;cursor:pointer;font-family:var(--hp-font);text-decoration:none;transition:background .12s}.hp-avatar-item:hover{background:#6c63ff1f;color:#fff}.hp-avatar-logout{color:#f87171}.hp-avatar-logout:hover{background:#f871711a;color:#f87171}.hp-banner-strip{overflow:hidden}.hp-banner-slide{display:none}.hp-banner-slide.active{display:block}.hp-banner-slide img{width:100%;display:block}.hp-banner-dots{display:flex;justify-content:center;gap:6px;padding:8px 0;background:#f9fafb}.hp-banner-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;border:none;cursor:pointer;padding:0;transition:all .2s}.hp-banner-dot.active{background:var(--hp-blue);width:22px;border-radius:4px}@keyframes hp-fade-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.hp-hero{text-align:center;padding:48px 24px 60px;background:#0b0b12;position:relative;overflow:hidden}.hp-hero-glow1{position:absolute;top:-200px;left:50%;transform:translate(-50%);width:900px;height:900px;border-radius:50%;background:radial-gradient(circle,rgba(108,99,255,.1) 0%,transparent 60%);pointer-events:none}.hp-hero-glow2{position:absolute;bottom:-150px;right:-150px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(245,200,66,.06) 0%,transparent 65%);pointer-events:none}.hp-hero-glow3{position:absolute;bottom:-150px;left:-150px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(108,99,255,.07) 0%,transparent 65%);pointer-events:none}.hp-hero .hp-hero-logo{height:68px;width:auto;margin:0 auto 24px;display:block;position:relative;z-index:1;filter:drop-shadow(0 0 28px rgba(108,99,255,.55));animation:hp-fade-up .6s ease both}.hp-hero-pill{display:inline-flex;align-items:center;gap:7px;background:#6c63ff14;border:1px solid rgba(108,99,255,.24);color:#9b94ff;font-size:.62rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;padding:7px 18px;border-radius:999px;margin-bottom:26px;position:relative;z-index:1;animation:hp-fade-up .6s .05s ease both}.hp-hero-headline{font-size:clamp(2rem,5vw,3.6rem);font-weight:800;color:#f0f0ff;line-height:1.1;min-height:1.15em;margin-bottom:18px;position:relative;z-index:1;animation:hp-fade-up .6s .1s ease both}.hp-cursor{display:inline-block;width:3px;height:.82em;background:#f5c842;margin-left:4px;vertical-align:text-bottom;animation:hp-blink .7s infinite}@keyframes hp-blink{0%,to{opacity:1}50%{opacity:0}}.hp-hero-desc{font-size:.96rem;color:#6060a0;max-width:540px;margin:0 auto 36px;line-height:1.8;font-weight:300;position:relative;z-index:1;animation:hp-fade-up .6s .2s ease both}.hp-hero-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;position:relative;z-index:1;animation:hp-fade-up .6s .3s ease both}.hp-btn-hero{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 32px;min-width:190px;background:linear-gradient(135deg,#6c63ff,#4f46e5);color:#fff;border-radius:10px;font-family:var(--hp-font);font-size:.88rem;font-weight:600;transition:all .22s;box-shadow:0 4px 20px #6c63ff61}.hp-btn-hero:hover{transform:translateY(-2px);box-shadow:0 8px 28px #6c63ff80;color:#fff}.hp-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;background:linear-gradient(135deg,#6c63ff,#4f46e5);color:#fff;border-radius:10px;font-size:.88rem;font-weight:600;transition:all .22s;box-shadow:0 4px 20px #6c63ff66}.hp-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #6c63ff80}.hp-btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;background:transparent;color:#b8b8d8;border:1px solid rgba(108,99,255,.3);border-radius:10px;font-size:.88rem;font-weight:500;transition:all .22s}.hp-btn-secondary:hover{border-color:#6c63ff;color:#9b94ff;transform:translateY(-2px)}.hp-btn-hero.hp-btn-hero-explore{background:transparent;color:#7070b0;border:1.5px solid rgba(108,99,255,.28);min-width:unset;padding:11px 26px;box-shadow:none;font-size:.84rem}.hp-btn-hero.hp-btn-hero-explore:hover{color:#9b94ff;border-color:#6c63ff8c;background:#6c63ff0f;transform:translateY(-2px);box-shadow:0 4px 16px #6c63ff1a}.hp-hero-strip{margin-top:52px;padding-top:36px;border-top:1px solid rgba(108,99,255,.12);position:relative;z-index:1;min-height:110px;display:flex;flex-direction:column;align-items:center;transition:opacity .4s ease;animation:hp-fade-up .6s .42s ease both}.hp-hero-strip.hp-strip-fading{opacity:0}.hp-strip-panel{width:100%;display:none;flex-direction:column;align-items:center;gap:16px}.hp-strip-panel.hp-strip-active{display:flex}.hp-strip-label{font-size:.58rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#5a5a90;margin-bottom:4px}.hp-tool-chips{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.hp-tool-chip{display:inline-flex;align-items:center;gap:9px;background:#ffffff0a;border:1px solid rgba(108,99,255,.14);border-radius:999px;padding:7px 16px 7px 10px;transition:background .2s,border-color .2s;cursor:default}.hp-tool-chip:hover{background:#6c63ff1a;border-color:#6c63ff52}.hp-tool-logo{height:22px;width:auto;max-width:56px;object-fit:contain;display:block;filter:brightness(1.05)}.hp-tool-name-only{font-size:.75rem;font-weight:700;color:#9b94ff}.hp-tool-label{font-size:.78rem;font-weight:600;color:#c0bbff;white-space:nowrap}.hp-usp-strip{display:flex;justify-content:center;gap:0;flex-wrap:wrap;width:100%}.hp-usp-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:0 32px;text-align:center;border-right:1px solid rgba(108,99,255,.1)}.hp-usp-item:last-child{border-right:none}.hp-usp-icon{font-size:1.5rem;line-height:1}.hp-usp-title{font-size:.88rem;font-weight:700;color:#f0f0ff}.hp-usp-sub{font-size:.7rem;color:#5a5a90;line-height:1.5;max-width:130px}.hp-strip-dots{display:flex;gap:7px;margin-top:18px}.hp-strip-dot{width:6px;height:6px;border-radius:50%;background:#6c63ff40;border:none;cursor:pointer;padding:0;transition:all .25s}.hp-strip-dot.active{background:#9b94ff;width:18px;border-radius:3px}@keyframes hp-section-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes hp-shimmer-slide{0%{background-position:-800px 0}to{background-position:800px 0}}.hp-catalog-section{padding-bottom:60px;background:#fff;border-top:1px solid #E5E7EB;animation:hp-section-in .5s ease both}.hp-catalog-alt{background:#eff6ff}.hp-catalog-sec-header{padding:40px 0 0}.hp-catalog-sec-inner{max-width:var(--hp-wrap);margin:0 auto;padding:0 24px}.hp-catalog-top-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:22px}.hp-catalog-badge{display:inline-flex;padding:3px 12px;border-radius:999px;background:#2563eb14;border:1px solid rgba(37,99,235,.2);color:#2563eb;font-size:.58rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:10px}.hp-catalog-title{font-size:1.6rem;font-weight:800;color:#1e3a5f;line-height:1.1;margin-bottom:7px}.hp-catalog-desc{font-size:.82rem;color:#64748b;line-height:1.65;max-width:420px}.hp-catalog-viewall{display:inline-flex;align-items:center;gap:6px;padding:9px 22px;border-radius:9px;border:1px solid rgba(37,99,235,.22);background:#2563eb0d;color:#2563eb;font-size:.8rem;font-weight:600;white-space:nowrap;flex-shrink:0;margin-top:6px;transition:all .22s}.hp-catalog-viewall:hover{background:#2563eb1f;border-color:#2563eb73;color:#1d4ed8;transform:translate(3px)}.hp-catalog-tabs{display:flex;gap:8px;flex-wrap:wrap;padding-bottom:24px;border-bottom:1px solid #E5E7EB;margin-bottom:28px}.hp-tab{background:#fff;border:1px solid #E5E7EB;border-radius:8px;font-family:var(--hp-font);font-size:.78rem;font-weight:500;color:#64748b;cursor:pointer;padding:7px 18px;white-space:nowrap;transition:all .2s}.hp-tab:hover{color:#2563eb;border-color:#2563eb59;background:#2563eb0a}.hp-tab.active{background:#2563eb;border-color:#2563eb;color:#fff;font-weight:600;box-shadow:0 2px 8px #2563eb40}.hp-catalog-loading{max-width:var(--hp-wrap);margin:0 auto;padding:0 24px;color:#64748b;font-size:.9rem}.hp-shimmer-grid{max-width:var(--hp-wrap);margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hp-shimmer-card{height:220px;border-radius:var(--hp-r);background:linear-gradient(90deg,#f0f2f5 25%,#e4e8ef,#f0f2f5 75%);background-size:800px 100%;animation:hp-shimmer-slide 1.6s infinite linear}.hp-coming-soon-wrap{max-width:var(--hp-wrap);margin:0 auto;padding:0 24px 24px;display:flex;justify-content:center}.hp-coming-soon{display:flex;flex-direction:column;align-items:center;gap:12px;padding:56px 48px;border-radius:16px;background:#eff6ff;border:1px solid #DBEAFE;width:100%;max-width:520px;text-align:center}.hp-catalog-alt .hp-coming-soon{background:#fff}.hp-cs-icon{font-size:2.4rem;line-height:1}.hp-cs-title{font-size:1.15rem;font-weight:700;color:#1e3a5f}.hp-cs-sub{font-size:.82rem;color:#64748b;line-height:1.65;max-width:320px}.hp-cs-badge{display:inline-flex;align-items:center;gap:5px;padding:5px 16px;border-radius:999px;background:#2563eb14;border:1px solid rgba(37,99,235,.22);color:#2563eb;font-size:.64rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.hp-card-grid{max-width:var(--hp-wrap);margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.hp-card{border:1px solid #E2E8F0;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;background:#fff;box-shadow:0 2px 8px #0000000d;transition:transform .2s,box-shadow .2s,border-color .2s}.hp-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px #2563eb1f;border-color:#93c5fd}.hp-card-thumb{width:100%;aspect-ratio:596 / 320;overflow:hidden;background:#eff6ff;position:relative;flex-shrink:0;border-radius:14px 14px 0 0}.hp-card-thumb img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hp-card-thumb-placeholder{width:100%;height:100%;background:#eff6ff}.hp-delivery-badge{position:absolute;top:10px;right:10px;display:flex;align-items:center;gap:5px;background:#00000094;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:6px;padding:4px 9px;font-size:.64rem;font-weight:700;letter-spacing:.06em;color:#fff;text-transform:uppercase}.hp-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.hp-dot-rec{background:#ef4444;animation:hp-blink-rec .9s step-start infinite}.hp-dot-live{background:#22c55e;animation:hp-blink-live .7s step-start infinite}.hp-dot-hybrid{background:#f97316;animation:hp-pulse-hybrid 1.6s ease-in-out infinite;box-shadow:0 0 #f9731699}@keyframes hp-blink-rec{0%,to{opacity:1}50%{opacity:0}}@keyframes hp-blink-live{0%,to{opacity:1}50%{opacity:0}}@keyframes hp-pulse-hybrid{0%{transform:scale(1);box-shadow:0 0 #f973168c}50%{transform:scale(1.25);box-shadow:0 0 0 5px #f9731600}to{transform:scale(1);box-shadow:0 0 #f9731600}}.hp-card-body{padding:14px 16px 16px;flex:1;display:flex;flex-direction:column;gap:7px}.hp-card-meta-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.hp-tag-l2{font-size:.7rem;font-weight:600;color:#6366f1;background:#eef2ff;padding:2px 8px;border-radius:20px}.hp-tag-duration{display:flex;align-items:center;gap:3px;font-size:.7rem;color:#64748b}.hp-tag-duration svg{opacity:.6}.hp-card-name{font-size:.95rem;font-weight:700;color:#0f172a;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hp-card-mentor{font-size:.75rem;color:#64748b;display:flex;align-items:center;gap:5px}.hp-mentor-more{background:#f1f5f9;color:#475569;font-size:.65rem;font-weight:600;padding:1px 6px;border-radius:20px;flex-shrink:0}.hp-card-rating-row{display:flex;align-items:center;gap:5px}.hp-stars{display:flex;gap:1px}.hp-stars span{font-size:.78rem;line-height:1}.hp-rating-val{font-size:.78rem;font-weight:600;color:#92400e}.hp-rating-count{font-size:.72rem;color:#94a3b8}.hp-card-price-wrap{margin-top:auto}.hp-card-price-row{display:flex;align-items:baseline;gap:6px}.hp-price-label{font-size:.7rem;color:#64748b;font-weight:500}.hp-price-val{font-size:1.05rem;font-weight:700;color:#2563eb}.hp-price-val.free{color:#16a34a}.hp-price-mrp{font-size:.76rem;color:#cbd5e1;text-decoration:line-through}.hp-card-cta{display:block;text-align:center;padding:11px 16px;border-radius:9px;background:#2563eb;color:#fff;font-size:.88rem;font-weight:700;text-decoration:none;border:none;margin-top:8px;letter-spacing:.01em;transition:background .15s,transform .1s,box-shadow .15s;box-shadow:0 2px 8px #2563eb40}.hp-card-cta:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 14px #2563eb59;color:#fff}.hp-mentor-section{padding:60px 0;background:#0f0f1c;overflow:hidden}.hp-mentor-heading{max-width:var(--hp-wrap);margin:0 auto 32px;padding:0 24px;font-size:1.5rem;font-weight:700;color:#f0f0ff}.hp-mentor-track-wrap{overflow:hidden;mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent)}.hp-mentor-static{mask-image:none;-webkit-mask-image:none;padding:0 24px}.hp-mentor-track{display:flex;gap:20px;padding:8px 0 16px;animation:hp-mentor-scroll 38s linear infinite;width:max-content}.hp-mentor-track-static{animation:none;width:auto;flex-wrap:wrap;justify-content:center}.hp-mentor-track:hover{animation-play-state:paused}@keyframes hp-mentor-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hp-mentor-card{flex-shrink:0;width:260px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000040;display:flex;flex-direction:column}.hp-mc-top{background:linear-gradient(135deg,#fde8d8,#f9c8ac);height:175px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.hp-mc-photo{width:100%;height:175px;object-fit:cover;object-position:top center;display:block}.hp-mc-initials{width:80px;height:80px;border-radius:50%;background:var(--hp-blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;margin-bottom:16px}.hp-mc-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:10px;flex:1}.hp-mc-header{display:flex;align-items:flex-start;justify-content:space-between;gap:6px}.hp-mc-name{font-size:1rem;font-weight:700;color:#111;line-height:1.3}.hp-mc-role{font-size:.78rem;color:#6b7280;margin-top:2px;line-height:1.4}.hp-mc-li{color:#0a66c2;flex-shrink:0;margin-top:2px;display:flex}.hp-mc-li:hover{opacity:.75}.hp-mc-companies{display:flex;align-items:center;gap:10px;padding:6px 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;flex-wrap:wrap}.hp-mc-company-logo{height:22px;max-width:70px;object-fit:contain;display:block}.hp-mc-stats{display:flex;gap:12px}.hp-mc-stat{display:flex;align-items:flex-start;gap:6px;font-size:.72rem;color:#374151;line-height:1.3}.hp-mc-stat svg{flex-shrink:0;margin-top:1px;color:#6b7280}.hp-mc-stat strong{font-size:.86rem;color:#111}.hp-mc-stat small{font-size:.72rem;color:#9ca3af}.hp-mc-desc{font-size:.76rem;color:#6b7280;line-height:1.6;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.hp-service-section{max-width:var(--hp-wrap);margin:0 auto;padding:60px 24px}.hp-service-heading{font-size:1.4rem;font-weight:700;color:#f0f0ff;margin-bottom:24px}.hp-service-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.hp-service-card{border:1px solid rgba(108,99,255,.12);border-radius:14px;padding:28px 24px;background:#16162a;display:flex;flex-direction:column;gap:12px}.hp-service-icon{font-size:2rem}.hp-service-title{font-size:1rem;font-weight:700;color:#f0f0ff}.hp-service-desc{font-size:.86rem;color:#6060a0;line-height:1.65}.hp-service-btn{display:inline-flex;align-items:center;padding:10px 20px;border-radius:8px;font-family:var(--hp-font);font-size:.85rem;font-weight:600;cursor:not-allowed;background:#6c63ff14;color:#6060a0;border:1px solid rgba(108,99,255,.15);width:fit-content;margin-top:auto}.hp-footer{background:#000;color:#fff;font-family:var(--hp-font)}.hp-footer-grid{max-width:var(--hp-wrap);margin:0 auto;padding:56px 24px 40px;display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:40px}.hp-footer-logo img{height:40px;width:auto;margin-bottom:14px}.hp-footer-tagline{font-size:.8rem;color:#ffffff73;line-height:1.75;margin-bottom:22px;max-width:230px}.hp-footer-socials{display:flex;gap:10px}.hp-footer-social{width:36px;height:36px;border-radius:8px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#fff;transition:background .15s,border-color .15s}.hp-footer-social:hover{background:#ffffff1f;border-color:#ffffff47}.hp-footer-wa{background:#25d3661f;border-color:#25d3664d;color:#25d366}.hp-footer-wa:hover{background:#25d36638;border-color:#25d3668c}.hp-footer-contact{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}.hp-footer-contact-row{display:flex;align-items:center;gap:7px;font-size:.8rem;color:#fff9;text-decoration:none;transition:color .15s}.hp-footer-contact-row:hover{color:#ffffffe6}.hp-footer-col-heading{font-size:.56rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#ffffff4d;margin-bottom:16px}.hp-footer-link{display:block;color:#ffffff80;font-size:.8rem;margin-bottom:10px;transition:color .15s}.hp-footer-link:hover{color:#ffffffe6}.hp-footer-divider{max-width:var(--hp-wrap);margin:0 auto;padding:0 24px}.hp-footer-divider-line{height:1px;background:#ffffff12}.hp-footer-bottom{max-width:var(--hp-wrap);margin:0 auto;padding:18px 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.hp-footer-copy{font-size:.72rem;color:#ffffff4d}.hp-footer-made{font-size:.72rem;color:#ffffff38}@media (max-width: 900px){.hp-card-grid,.hp-shimmer-grid{grid-template-columns:repeat(2,1fr)}.hp-footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width: 640px){.hp-nav-link{display:none}.hp-hero{padding:60px 20px 70px}.hp-card-grid,.hp-shimmer-grid{grid-template-columns:repeat(2,1fr)}.hp-service-grid{grid-template-columns:1fr}.hp-hero-btns{flex-direction:column;align-items:center}.hp-btn-primary,.hp-btn-secondary{flex:unset}.hp-hero-btn-group{max-width:100%}.hp-catalog-top-row{flex-direction:column;gap:12px}.hp-catalog-viewall{align-self:flex-start}.hp-coming-soon{padding:44px 28px}.hp-usp-strip{display:grid;grid-template-columns:1fr 1fr;gap:0}.hp-usp-item{padding:16px 12px;border-right:1px solid rgba(108,99,255,.1);border-bottom:1px solid rgba(108,99,255,.1)}.hp-usp-item:nth-child(2n){border-right:none}.hp-usp-item:nth-last-child(-n+2){border-bottom:none}.hp-usp-sub{max-width:unset}}@media (max-width: 480px){.hp-card-grid,.hp-shimmer-grid,.hp-footer-grid{grid-template-columns:1fr}}
