:root{--hp-hero-start:#070b14;--hp-hero-mid:#0f1628;--hp-hero-end:#151d32;--hp-gold:#e0a000;--hp-gold-light:#f5c842;--hp-gold-dark:#b88000;--hp-blue:#3b82f6;--hp-blue-dark:#1d4ed8;--hp-green:#22c55e;--hp-section-light:#f8fafc;--hp-section-white:#fff;--hp-dark-bg:#0c1222;--hp-dark-card:#141d30;--hp-card-bg:#fff;--hp-card-border:rgba(0,0,0,0.06);--hp-text-dark:#1e293b;--hp-text-body:#475569;--hp-text-muted:#94a3b8;--hp-radius-sm:8px;--hp-radius-md:14px;--hp-radius-lg:20px;--hp-radius-xl:28px;--hp-shadow-sm:0 1px 3px rgba(0,0,0,0.04);--hp-shadow-md:0 4px 16px rgba(0,0,0,0.07);--hp-shadow-lg:0 12px 40px rgba(0,0,0,0.10);--hp-transition:.35s cubic-bezier(0.4,0,0.2,1);--hp-container:1200px}body.dark-theme{--hp-section-light:#0f172a;--hp-section-white:#1a2332;--hp-card-bg:#1e293b;--hp-card-border:rgba(255,255,255,0.06);--hp-text-dark:#f1f5f9;--hp-text-body:#cbd5e1;--hp-text-muted:#64748b;--hp-shadow-sm:0 1px 3px rgba(0,0,0,0.2);--hp-shadow-md:0 4px 16px rgba(0,0,0,0.25);--hp-shadow-lg:0 12px 40px rgba(0,0,0,0.3)}.hp-container{max-width:var(--hp-container);margin:0 auto;padding:0 24px}.hp-section-tag{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--hp-gold);margin-bottom:12px}.hp-section-tag i{font-size:16px}.hp-section-title{font-family:'Raleway',sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--hp-text-dark);line-height:1.2;margin-bottom:16px}.hp-section-title em{font-style:normal;color:var(--hp-gold)}.hp-section-desc{font-size:clamp(0.95rem,1.5vw,1.1rem);color:var(--hp-text-body);line-height:1.7;max-width:640px}.hp-btn{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:600;border-radius:var(--hp-radius-sm);padding:12px 28px;cursor:pointer;border:0;text-decoration:none;transition:all var(--hp-transition);white-space:nowrap;font-family:inherit}.hp-btn i{font-size:18px;transition:transform .25s ease}.hp-btn:hover i{transform:translateX(3px)}.hp-btn--primary{background:linear-gradient(135deg,var(--hp-gold) 0,var(--hp-gold-dark) 100%);color:#fff;box-shadow:0 4px 20px rgba(224,160,0,0.3)}.hp-btn--primary:hover{box-shadow:0 6px 28px rgba(224,160,0,0.45);transform:translateY(-2px)}.hp-btn--ghost{background:rgba(255,255,255,0.08);color:rgba(255,255,255,0.9);border:1px solid rgba(255,255,255,0.15);backdrop-filter:blur(4px)}.hp-btn--ghost:hover{background:rgba(255,255,255,0.14);border-color:rgba(255,255,255,0.3)}.hp-btn--outline{background:transparent;color:var(--hp-gold);border:2px solid var(--hp-gold)}.hp-btn--outline:hover{background:var(--hp-gold);color:#fff}.hp-btn--white{background:rgba(255,255,255,0.12);color:#fff;border:1px solid rgba(255,255,255,0.2)}.hp-btn--white:hover{background:rgba(255,255,255,0.2)}.hp-btn--lg{padding:16px 36px;font-size:16px}.hp-reveal{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(0.4,0,0.2,1),transform .7s cubic-bezier(0.4,0,0.2,1);transition-delay:var(--reveal-delay,0ms)}.hp-reveal.is-visible{opacity:1;transform:translateY(0)}.hp-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:120px 24px 60px}.hp-hero__bg{position:absolute;inset:0;background:linear-gradient(160deg,var(--hp-hero-start) 0,var(--hp-hero-mid) 40%,var(--hp-hero-end) 100%);z-index:0}.hp-hero__grid-pattern{position:absolute;inset:-40px;background-image:linear-gradient(rgba(255,255,255,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.04) 1px,transparent 1px);background-size:50px 50px;animation:hp-grid-auto-drift 25s ease-in-out infinite;will-change:transform;transition:transform .1s linear}@keyframes hp-grid-auto-drift{0%{background-position:0 0}25%{background-position:20px -15px}50%{background-position:-10px 20px}75%{background-position:15px 8px}100%{background-position:0 0}}.hp-hero__blob{position:absolute;border-radius:50%;filter:blur(80px);will-change:transform}.hp-hero__blob--1{width:500px;height:500px;background:radial-gradient(circle,rgba(224,160,0,0.12) 0,transparent 70%);top:-120px;right:-80px;animation:hp-blob-drift 12s ease-in-out infinite alternate}.hp-hero__blob--2{width:400px;height:400px;background:radial-gradient(circle,rgba(59,130,246,0.10) 0,transparent 70%);bottom:-80px;left:-60px;animation:hp-blob-drift 14s ease-in-out infinite alternate-reverse}.hp-hero__blob--3{width:300px;height:300px;background:radial-gradient(circle,rgba(224,160,0,0.06) 0,transparent 70%);top:40%;left:50%;animation:hp-blob-drift 10s ease-in-out infinite alternate}@keyframes hp-blob-drift{0%{transform:translate(0,0) scale(1)}50%{transform:translate(30px,-20px) scale(1.05)}100%{transform:translate(-20px,15px) scale(0.95)}}.hp-hero__content{position:relative;z-index:2;text-align:center;max-width:780px;margin:0 auto}.hp-hero__badge{display:inline-flex;align-items:center;gap:10px;background:rgba(224,160,0,0.1);border:1px solid rgba(224,160,0,0.2);border-radius:50px;padding:8px 20px;font-size:13px;font-weight:600;color:var(--hp-gold-light);margin-bottom:28px;backdrop-filter:blur(8px)}.hp-hero__badge-dot{width:8px;height:8px;border-radius:50%;background:var(--hp-green);box-shadow:0 0 8px rgba(34,197,94,0.6);animation:hp-pulse 2s ease-in-out infinite}@keyframes hp-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.hp-hero__title{font-family:'Raleway',sans-serif;font-size:clamp(2rem,5.5vw,3.2rem);font-weight:800;line-height:1.15;color:#fff;margin-bottom:20px}.hp-hero__title-accent{display:block;background:linear-gradient(90deg,var(--hp-gold-light) 0,var(--hp-gold) 50%,var(--hp-gold-light) 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:hp-shimmer 4s linear infinite}@keyframes hp-shimmer{0%{background-position:100% 0}100%{background-position:-100% 0}}.hp-hero__desc{font-size:clamp(0.95rem,1.5vw,1.1rem);color:rgba(255,255,255,0.65);line-height:1.7;margin-bottom:32px;max-width:620px;margin-left:auto;margin-right:auto}.hp-hero__search{position:relative;max-width:560px;margin:0 auto 24px}.hp-hero__search-wrap{position:relative;display:flex;align-items:center;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);border-radius:var(--hp-radius-md);backdrop-filter:blur(12px);transition:all var(--hp-transition)}.hp-hero__search-wrap:focus-within{border-color:var(--hp-gold);background:rgba(255,255,255,0.1);box-shadow:0 0 0 3px rgba(224,160,0,0.15)}.hp-hero__search-icon{position:absolute;left:18px;font-size:20px;color:rgba(255,255,255,0.4)}.hp-hero__search-input{width:100%;padding:16px 80px 16px 50px;background:transparent;border:0;outline:0;font-size:15px;color:#fff;font-family:inherit}.hp-hero__search-input::placeholder{color:rgba(255,255,255,0.35)}.hp-hero__search-kbd{position:absolute;right:14px;padding:4px 10px;border-radius:6px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.1);color:rgba(255,255,255,0.3);font-size:11px;font-family:inherit;pointer-events:none}.hp-main .hp-hero__search-results{position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--hp-hero-end);border-radius:var(--hp-radius-md);max-height:320px;overflow-y:auto;z-index:100;backdrop-filter:blur(16px)}.hp-main .hp-hero__search-results .search-result-item{display:flex;align-items:center;text-align:left;gap:12px;padding:12px 18px;color:rgba(255,255,255,0.8);text-decoration:none;font-size:14px;border-bottom:1px solid rgba(255,255,255,0.05);transition:background .2s;cursor:pointer}.hp-main .hp-hero__search-results .search-result-item:hover{background:rgba(224,160,0,0.1)}.hp-hero__pills{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:28px}.hp-hero__pill{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border-radius:50px;font-size:13px;font-weight:500;color:rgba(255,255,255,0.7);background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.08);text-decoration:none;transition:all .25s ease}.hp-hero__pill:hover{color:var(--hp-gold-light);border-color:rgba(224,160,0,0.3);background:rgba(224,160,0,0.08)}.hp-hero__pill i{font-size:14px}.hp-hero__ctas{display:flex;justify-content:center;gap:14px;margin-bottom:40px;flex-wrap:wrap}.hp-hero__trust{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap;padding:18px 24px;margin-top:8px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.06);border-radius:var(--hp-radius-md);backdrop-filter:blur(8px)}.hp-hero__trust-item{display:flex;align-items:center;gap:8px;font-size:14px;color:rgba(255,255,255,0.55);padding:4px 20px;transition:color .3s ease}.hp-hero__trust-item:hover{color:rgba(255,255,255,0.75)}.hp-hero__trust-item strong{color:#fff;font-weight:700;font-size:15px}.hp-hero__trust-item i{font-size:17px;color:var(--hp-gold);opacity:.7}.hp-hero__trust-item .ri-star-fill{color:#facc15 !important;opacity:1 !important}.hp-hero__trust-sep{width:1px;height:24px;background:linear-gradient(to bottom,transparent,rgba(224,160,0,0.25),transparent)}.hp-logos{background:var(--hp-section-light);padding:28px 0;overflow:hidden;border-bottom:1px solid var(--hp-card-border)}.hp-logos__label{text-align:center;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--hp-text-muted);margin-bottom:18px}.hp-logos__track{overflow:hidden;position:relative;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.hp-logos__slide{display:flex;width:max-content;animation:hp-marquee 40s linear infinite}.hp-logos__track--reverse .hp-logos__slide{animation-direction:reverse;animation-duration:45s}.hp-logos__track:hover .hp-logos__slide{animation-play-state:paused}.hp-logos__item{display:flex;align-items:center;gap:8px;padding:10px 28px;font-size:14px;font-weight:600;color:var(--hp-text-muted);white-space:nowrap;transition:color .3s}.hp-logos__item:hover{color:var(--hp-text-dark)}.hp-logos__item i{font-size:20px}@keyframes hp-marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.hp-ai{background:var(--hp-section-white);padding:100px 0;overflow:hidden}.hp-ai__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hp-ai__visual{display:flex;align-items:center;justify-content:center}.hp-ai__orbit{position:relative;width:320px;height:320px}.hp-ai__center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:20px;background:linear-gradient(135deg,var(--hp-gold) 0,var(--hp-gold-dark) 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px rgba(224,160,0,0.3);z-index:2}.hp-ai__center i{font-size:34px;color:#fff}.hp-ai__ring{position:absolute;inset:0;width:100%;height:100%;animation:hp-spin-slow 30s linear infinite}.hp-ai__ring--inner{animation-direction:reverse;animation-duration:20s}@keyframes hp-spin-slow{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.hp-ai__node{position:absolute;width:48px;height:48px;border-radius:14px;background:var(--hp-card-bg);border:1px solid var(--hp-card-border);display:flex;align-items:center;justify-content:center;box-shadow:var(--hp-shadow-md);z-index:3;transition:transform .3s ease,box-shadow .3s ease;animation:hp-float 4s ease-in-out infinite}.hp-ai__node:hover{transform:scale(1.15);box-shadow:var(--hp-shadow-lg)}.hp-ai__node i{font-size:22px;color:var(--hp-gold)}.hp-ai__node--1{top:0;left:50%;transform:translateX(-50%);animation-delay:0s}.hp-ai__node--2{top:22%;right:0;animation-delay:.6s}.hp-ai__node--3{bottom:22%;right:0;animation-delay:1.2s}.hp-ai__node--4{bottom:0;left:50%;transform:translateX(-50%);animation-delay:1.8s}.hp-ai__node--5{bottom:22%;left:0;animation-delay:2.4s}.hp-ai__node--6{top:22%;left:0;animation-delay:3s}@keyframes hp-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}.hp-ai__node--1,.hp-ai__node--4{animation-name:hp-float}.hp-ai__features{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:32px}.hp-ai__feat{display:flex;gap:14px;padding:18px;border-radius:var(--hp-radius-md);background:var(--hp-section-light);border:1px solid var(--hp-card-border);transition:all var(--hp-transition)}.hp-ai__feat:hover{box-shadow:var(--hp-shadow-md);transform:translateY(-2px)}.hp-ai__feat-icon{width:40px;height:40px;min-width:40px;border-radius:10px;background:linear-gradient(135deg,rgba(224,160,0,0.1) 0,rgba(224,160,0,0.05) 100%);display:flex;align-items:center;justify-content:center}.hp-ai__feat-icon i{font-size:20px;color:var(--hp-gold)}.hp-ai__feat h3{font-size:14px;font-weight:700;color:var(--hp-text-dark);margin-bottom:4px}.hp-ai__feat p{font-size:13px;color:var(--hp-text-muted);line-height:1.5}.hp-services{background:var(--hp-section-light);padding:100px 0}.hp-services__head{text-align:center;margin-bottom:40px}.hp-services__head .hp-section-desc{margin-left:auto;margin-right:auto}.hp-services__tabs{display:flex;justify-content:center;gap:8px;margin-bottom:40px;flex-wrap:wrap}.hp-services__tab{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border-radius:50px;font-size:14px;font-weight:600;background:var(--hp-card-bg);color:var(--hp-text-body);border:1px solid var(--hp-card-border);cursor:pointer;transition:all .25s ease;font-family:inherit}.hp-services__tab:hover{border-color:var(--hp-gold);color:var(--hp-gold)}.hp-services__tab.is-active{background:linear-gradient(135deg,var(--hp-gold) 0,var(--hp-gold-dark) 100%);color:#fff;border-color:transparent;box-shadow:0 4px 16px rgba(224,160,0,0.25)}.hp-services__tab i{font-size:16px}.hp-services__panel{display:none;animation:hp-fade-in .4s ease}.hp-services__panel.is-active{display:block}@keyframes hp-fade-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hp-services__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.hp-svc-card{display:flex;flex-direction:column;padding:28px 24px;background:var(--hp-card-bg);border:1px solid var(--hp-card-border);border-radius:var(--hp-radius-md);text-decoration:none;transition:all var(--hp-transition);position:relative;overflow:hidden}.hp-svc-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--hp-gold) 0,var(--hp-gold-light) 100%);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}.hp-svc-card:hover::before{transform:scaleX(1)}.hp-svc-card:hover{box-shadow:var(--hp-shadow-lg);transform:translateY(-4px);border-color:rgba(224,160,0,0.15)}.hp-svc-card__icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,rgba(224,160,0,0.1) 0,rgba(224,160,0,0.04) 100%);display:flex;align-items:center;justify-content:center;margin-bottom:16px;transition:all .3s ease}.hp-svc-card:hover .hp-svc-card__icon{background:linear-gradient(135deg,var(--hp-gold) 0,var(--hp-gold-dark) 100%)}.hp-svc-card__icon i{font-size:24px;color:var(--hp-gold);transition:color .3s ease}.hp-svc-card:hover .hp-svc-card__icon i{color:#fff}.hp-svc-card__title{font-size:15px;font-weight:700;color:var(--hp-text-dark);margin-bottom:8px}.hp-svc-card__desc{font-size:13px;color:var(--hp-text-muted);line-height:1.6;flex:1;margin-bottom:14px}.hp-svc-card__link{font-size:13px;font-weight:600;color:var(--hp-gold);display:flex;align-items:center;gap:4px;margin-top:auto}.hp-svc-card__link i{transition:transform .2s ease}.hp-svc-card:hover .hp-svc-card__link i{transform:translateX(4px)}.hp-services__more{text-align:center;margin-top:40px}.hp-stats{background:linear-gradient(160deg,var(--hp-dark-bg) 0,#111a2e 100%);padding:80px 0;position:relative;overflow:hidden}.hp-stats::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,0.015) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.015) 1px,transparent 1px);background-size:80px 80px}.hp-stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative;z-index:1}.hp-stat{text-align:center;padding:32px 20px;border-radius:var(--hp-radius-md);background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.06);transition:all var(--hp-transition)}.hp-stat:hover{background:rgba(255,255,255,0.06);transform:translateY(-4px)}.hp-stat__icon{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,rgba(224,160,0,0.15) 0,rgba(224,160,0,0.05) 100%);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.hp-stat__icon i{font-size:24px;color:var(--hp-gold)}.hp-stat__number{font-family:'Raleway',sans-serif;font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:6px}.hp-stat__label{font-size:14px;color:rgba(255,255,255,0.5);font-weight:500}.hp-why{background:var(--hp-section-white);padding:100px 0}.hp-why__head{text-align:center;margin-bottom:50px}.hp-why__head .hp-section-desc{margin-left:auto;margin-right:auto}.hp-why__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.hp-why-card{padding:32px 28px;border-radius:var(--hp-radius-lg);background:var(--hp-card-bg);border:1px solid var(--hp-card-border);transition:all var(--hp-transition);position:relative}.hp-why-card:hover{box-shadow:var(--hp-shadow-lg);transform:translateY(-4px)}.hp-why-card__icon{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,rgba(224,160,0,0.12) 0,rgba(224,160,0,0.04) 100%);display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:all .35s ease}.hp-why-card:hover .hp-why-card__icon{background:linear-gradient(135deg,var(--hp-gold) 0,var(--hp-gold-dark) 100%);box-shadow:0 8px 24px rgba(224,160,0,0.25)}.hp-why-card__icon i{font-size:26px;color:var(--hp-gold);transition:color .3s ease}.hp-why-card:hover .hp-why-card__icon i{color:#fff}.hp-why-card__title{font-size:17px;font-weight:700;color:var(--hp-text-dark);margin-bottom:10px}.hp-why-card__desc{font-size:14px;color:var(--hp-text-body);line-height:1.65}.hp-process{background:var(--hp-section-light);padding:100px 0}.hp-process__head{text-align:center;margin-bottom:60px}.hp-process__head .hp-section-desc{margin-left:auto;margin-right:auto}.hp-process__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}.hp-step{text-align:center;padding:20px;position:relative}.hp-step__num{font-family:'Raleway',sans-serif;font-size:13px;font-weight:800;color:var(--hp-gold);margin-bottom:14px;letter-spacing:.05em}.hp-step__icon{width:64px;height:64px;border-radius:18px;background:var(--hp-card-bg);border:2px solid var(--hp-card-border);display:flex;align-items:center;justify-content:center;margin:0 auto 18px;transition:all var(--hp-transition);position:relative;z-index:2}.hp-step:hover .hp-step__icon{border-color:var(--hp-gold);box-shadow:0 8px 24px rgba(224,160,0,0.15);transform:scale(1.08)}.hp-step__icon i{font-size:28px;color:var(--hp-gold)}.hp-step__title{font-size:16px;font-weight:700;color:var(--hp-text-dark);margin-bottom:8px}.hp-step__desc{font-size:13px;color:var(--hp-text-body);line-height:1.6;max-width:220px;margin:0 auto}.hp-step__connector{position:absolute;top:70px;right:-10%;width:20%;height:2px;background:linear-gradient(90deg,var(--hp-card-border),var(--hp-gold),var(--hp-card-border));z-index:1}.hp-step__connector::after{content:'';position:absolute;right:-4px;top:-3px;width:8px;height:8px;border-radius:50%;background:var(--hp-gold)}.hp-process__cta{text-align:center;margin-top:50px;display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}.hp-process__note{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--hp-text-muted)}.hp-testimonials{background:var(--hp-section-white);padding:100px 0}.hp-testimonials__head{text-align:center;margin-bottom:48px}.hp-testimonials__rating{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:18px}.hp-testimonials__stars{text-align:left}.hp-testimonials__stars .formStars{margin-bottom:2px}.hp-testimonials__stars .formStars i{font-size:16px}.hp-testimonials__stars span{font-size:13px;color:var(--hp-text-muted)}.hp-testimonials__stars strong{color:var(--hp-text-dark)}.hp-testimonials__swiper{overflow:hidden;padding-bottom:20px}.hp-review-card{padding:28px;border-radius:var(--hp-radius-lg);background:var(--hp-card-bg);border:1px solid var(--hp-card-border);box-shadow:var(--hp-shadow-sm);transition:all var(--hp-transition);height:100%;display:flex;flex-direction:column}.hp-review-card:hover{box-shadow:var(--hp-shadow-md);transform:translateY(-2px)}.hp-review-card__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.hp-review-card__stars i{font-size:16px;color:#facc15}.hp-review-card__text{font-size:14px;color:var(--hp-text-body);line-height:1.7;flex:1;margin-bottom:20px;font-style:italic}.hp-review-card__author{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid var(--hp-card-border)}.hp-review-card__author img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid var(--hp-card-border)}.hp-review-card__author strong{display:block;font-size:14px;color:var(--hp-text-dark);margin-bottom:2px}.hp-review-card__author span{font-size:12px;color:var(--hp-text-muted)}.hp-testimonials__nav{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:32px}.hp-testimonials__dots{position:static !important}.hp-testimonials__dots .swiper-pagination-bullet{width:8px;height:8px;background:var(--hp-text-muted);opacity:.4;transition:all .3s ease}.hp-testimonials__dots .swiper-pagination-bullet-active{opacity:1;background:var(--hp-gold);width:24px;border-radius:4px}.hp-testimonials__arrows{display:flex;gap:8px}.hp-testimonials__arrow{width:40px;height:40px;border-radius:50%;border:1px solid var(--hp-card-border);background:var(--hp-card-bg);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease;font-size:20px;color:var(--hp-text-body)}.hp-testimonials__arrow:hover{border-color:var(--hp-gold);color:var(--hp-gold)}.hp-partners{background:var(--hp-section-light);padding:80px 0 60px;overflow:hidden}.hp-partners__head{text-align:center;margin-bottom:40px}.hp-resources{background:var(--hp-section-white);padding:100px 0}.hp-resources__head{text-align:center;margin-bottom:48px}.hp-resources__head .hp-section-desc{margin-left:auto;margin-right:auto}.hp-resources__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.hp-resource-card{display:flex;flex-direction:column;padding:32px 28px;border-radius:var(--hp-radius-lg);background:var(--hp-card-bg);border:1px solid var(--hp-card-border);text-decoration:none;transition:all var(--hp-transition)}.hp-resource-card:hover{box-shadow:var(--hp-shadow-lg);transform:translateY(-4px)}.hp-resource-card__tag{display:inline-block;width:fit-content;padding:4px 12px;border-radius:50px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.hp-resource-card__tag--gold{background:rgba(224,160,0,0.1);color:var(--hp-gold)}.hp-resource-card__tag--blue{background:rgba(59,130,246,0.1);color:var(--hp-blue)}.hp-resource-card__tag--green{background:rgba(34,197,94,0.1);color:var(--hp-green)}.hp-resource-card__icon{width:48px;height:48px;border-radius:14px;background:var(--hp-section-light);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.hp-resource-card__icon i{font-size:24px;color:var(--hp-text-body)}.hp-resource-card__title{font-size:17px;font-weight:700;color:var(--hp-text-dark);margin-bottom:10px;line-height:1.3}.hp-resource-card__desc{font-size:14px;color:var(--hp-text-body);line-height:1.6;flex:1;margin-bottom:18px}.hp-resource-card__link{font-size:13px;font-weight:600;color:var(--hp-gold);display:flex;align-items:center;gap:4px;margin-top:auto}.hp-resource-card__link i{transition:transform .2s ease}.hp-resource-card:hover .hp-resource-card__link i{transform:translateX(4px)}.hp-cta{position:relative;background:linear-gradient(160deg,#0c1222 0,#111a2e 50%,#0f1628 100%);padding:100px 0;overflow:hidden}.hp-cta__bg{position:absolute;inset:0}.hp-cta__blob{position:absolute;border-radius:50%;filter:blur(80px)}.hp-cta__blob--1{width:350px;height:350px;background:radial-gradient(circle,rgba(224,160,0,0.12) 0,transparent 70%);top:-80px;left:-60px}.hp-cta__blob--2{width:300px;height:300px;background:radial-gradient(circle,rgba(59,130,246,0.08) 0,transparent 70%);bottom:-60px;right:-40px}.hp-cta__content{position:relative;z-index:1;text-align:center;max-width:640px;margin:0 auto}.hp-cta__title{font-family:'Raleway',sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:#fff;margin-bottom:18px}.hp-cta__desc{font-size:16px;color:rgba(255,255,255,0.6);line-height:1.7;margin-bottom:36px}.hp-cta__buttons{display:flex;justify-content:center;gap:14px;margin-bottom:28px;flex-wrap:wrap}.hp-cta__assurance{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.hp-cta__assurance span{display:flex;align-items:center;gap:6px;font-size:13px;color:rgba(255,255,255,0.45)}.hp-cta__assurance i{font-size:16px;color:var(--hp-green)}.hp-faq{background:var(--hp-section-light);padding:100px 0}.hp-faq__head{text-align:center;margin-bottom:48px}.hp-faq__head .hp-section-desc{margin-left:auto;margin-right:auto}.hp-faq__list{max-width:780px;margin:0 auto}.hp-faq-item{border:1px solid var(--hp-card-border);border-radius:var(--hp-radius-md);background:var(--hp-card-bg);margin-bottom:12px;overflow:hidden;transition:box-shadow .3s ease}.hp-faq-item:hover{box-shadow:var(--hp-shadow-sm)}.hp-faq-item__q{display:flex;align-items:center;justify-content:space-between;width:100%;padding:20px 24px;background:0;border:0;cursor:pointer;font-size:15px;font-weight:600;color:var(--hp-text-dark);text-align:left;font-family:inherit;line-height:1.4;gap:12px}.hp-faq-item__q i{font-size:20px;color:var(--hp-text-muted);flex-shrink:0}.hp-faq-item__plus{display:block}.hp-faq-item__minus{display:none}.hp-faq-item.is-open .hp-faq-item__plus{display:none}.hp-faq-item.is-open .hp-faq-item__minus{display:block}.hp-faq-item.is-open .hp-faq-item__q{color:var(--hp-gold)}.hp-faq-item.is-open .hp-faq-item__q i{color:var(--hp-gold)}.hp-faq-item__a{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(0.4,0,0.2,1),padding .3s ease}.hp-faq-item.is-open .hp-faq-item__a{max-height:300px}.hp-faq-item__a p{padding:0 24px 20px;font-size:14px;color:var(--hp-text-body);line-height:1.7}.hp-faq__cta{text-align:center;margin-top:40px;display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.hp-faq__cta p{font-size:16px;font-weight:600;color:var(--hp-text-dark)}@media(max-width:1024px){.hp-ai__grid{grid-template-columns:1fr;gap:40px}.hp-ai__visual{order:-1}.hp-ai__orbit{width:260px;height:260px}.hp-ai__node{width:42px;height:42px;border-radius:12px}.hp-ai__node i{font-size:18px}.hp-ai__center{width:60px;height:60px;border-radius:16px}.hp-ai__center i{font-size:28px}.hp-services__grid{grid-template-columns:repeat(3,1fr)}.hp-stats__grid{grid-template-columns:repeat(2,1fr)}.hp-why__grid{grid-template-columns:repeat(2,1fr)}.hp-process__steps{grid-template-columns:repeat(2,1fr);gap:24px}.hp-step__connector{display:none}.hp-resources__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hp-hero{padding:110px 16px 50px}.hp-hero__content{max-width:100%}.hp-hero__badge{font-size:11px;padding:6px 14px}.hp-hero__title{font-size:1.75rem}.hp-hero__desc{font-size:.9rem;margin-bottom:24px}.hp-hero__search-input{padding:14px 16px 14px 44px;font-size:14px}.hp-hero__search-kbd{display:none}.hp-hero__pills{gap:6px}.hp-hero__pill{padding:6px 12px;font-size:12px}.hp-hero__ctas{flex-direction:column;align-items:center}.hp-hero__ctas .hp-btn{width:100%;max-width:300px;justify-content:center}.hp-hero__trust{gap:4px;padding:14px 16px;border-radius:12px}.hp-hero__trust-item{padding:4px 12px;font-size:13px}.hp-hero__trust-sep{display:none}.hp-hero__shapes{display:none}.hp-ai__features{grid-template-columns:1fr}.hp-ai__orbit{width:220px;height:220px}.hp-ai__node{width:38px;height:38px;border-radius:10px}.hp-ai__node i{font-size:16px}.hp-ai__center{width:52px;height:52px}.hp-ai__center i{font-size:24px}.hp-services__grid{grid-template-columns:repeat(2,1fr);gap:12px}.hp-services__tabs{gap:6px}.hp-services__tab{padding:8px 14px;font-size:12px}.hp-services__tab i{display:none}.hp-svc-card{padding:20px 16px}.hp-svc-card__icon{width:40px;height:40px;border-radius:10px;margin-bottom:12px}.hp-svc-card__icon i{font-size:20px}.hp-svc-card__title{font-size:14px}.hp-svc-card__desc{font-size:12px}.hp-stats__grid{grid-template-columns:repeat(2,1fr);gap:16px}.hp-stat{padding:24px 14px}.hp-stat__number{font-size:2rem}.hp-why__grid{grid-template-columns:1fr}.hp-why-card{padding:24px 20px}.hp-process__steps{grid-template-columns:1fr;gap:20px}.hp-step{padding:16px}.hp-resources__grid{grid-template-columns:1fr}.hp-cta__buttons{flex-direction:column;align-items:center}.hp-cta__buttons .hp-btn{width:100%;max-width:300px;justify-content:center}.hp-cta__assurance{flex-direction:column;align-items:center;gap:10px}.hp-faq-item__q{padding:16px 18px;font-size:14px}.hp-faq-item__a p{padding:0 18px 16px;font-size:13px}.hp-ai,.hp-services,.hp-why,.hp-process,.hp-testimonials,.hp-resources,.hp-faq{padding:60px 0}.hp-stats,.hp-cta{padding:50px 0}.hp-partners{padding:50px 0 40px}}@media(max-width:480px){.hp-container{padding:0 16px}.hp-hero{padding:100px 14px 40px}.hp-hero__title{font-size:1.5rem}.hp-hero__pills{display:none}.hp-services__grid{grid-template-columns:1fr}.hp-stats__grid{grid-template-columns:1fr}.hp-section-title{font-size:1.5rem}}body.dark-theme .hp-hero__search-wrap{background:rgba(255,255,255,0.04);border-color:rgba(255,255,255,0.08)}body.dark-theme .hp-review-card,body.dark-theme .hp-why-card,body.dark-theme .hp-svc-card,body.dark-theme .hp-resource-card,body.dark-theme .hp-faq-item{background:rgba(30,41,59,0.8);backdrop-filter:blur(8px);border-color:rgba(255,255,255,0.06)}body.dark-theme .hp-svc-card:hover,body.dark-theme .hp-why-card:hover,body.dark-theme .hp-resource-card:hover{border-color:rgba(224,160,0,0.2)}body.dark-theme .hp-ai__feat{background:rgba(15,23,42,0.6)}body.dark-theme .hp-step__icon{background:var(--hp-card-bg);border-color:rgba(255,255,255,0.08)}body.dark-theme .hp-resource-card__icon{background:rgba(15,23,42,0.5)}body.dark-theme .hp-testimonials__arrow{background:var(--hp-card-bg);border-color:rgba(255,255,255,0.08)}.hp-hero__float-icons{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:1}.hp-hero__float-icon{position:absolute;width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:rgba(224,160,0,0.1);border:1px solid rgba(224,160,0,0.18);backdrop-filter:blur(8px);will-change:transform;transition:transform .15s linear,box-shadow .3s ease,border-color .3s ease,background .3s ease;pointer-events:auto;cursor:grab;box-shadow:0 0 12px rgba(224,160,0,0.08)}.hp-hero__float-icon:hover{background:rgba(224,160,0,0.18);border-color:rgba(224,160,0,0.35);box-shadow:0 0 24px rgba(224,160,0,0.25),0 0 48px rgba(224,160,0,0.08);z-index:10}.hp-hero__float-icon.is-dragging{cursor:grabbing;background:rgba(224,160,0,0.25);border-color:rgba(224,160,0,0.5);box-shadow:0 0 32px rgba(224,160,0,0.4),0 4px 20px rgba(0,0,0,0.3);z-index:20;transition:box-shadow .15s ease,border-color .15s ease,background .15s ease}.hp-hero__float-icon i{font-size:20px;color:rgba(224,160,0,0.55);transition:color .3s ease}.hp-hero__float-icon:hover i{color:rgba(224,160,0,0.9)}.hp-hero__float-icon.is-dragging i{color:var(--hp-gold-light)}.hp-hero__float-icon--1{top:15%;right:10%;animation:hpIconDrift 7s ease-in-out infinite}.hp-hero__float-icon--2{top:55%;right:8%;animation:hpIconDrift 9s ease-in-out infinite 1.2s}.hp-hero__float-icon--3{top:25%;left:6%;animation:hpIconDrift 6s ease-in-out infinite .5s}.hp-hero__float-icon--4{bottom:25%;left:10%;animation:hpIconDrift 8s ease-in-out infinite 2s}.hp-hero__float-icon--5{top:40%;left:3%;animation:hpIconDrift 10s ease-in-out infinite 1.5s}.hp-hero__float-icon--6{bottom:15%;right:15%;animation:hpIconDrift 7.5s ease-in-out infinite .8s}.hp-hero__float-icon.is-dragging,.hp-hero__float-icon.was-dragged{animation:none !important}@keyframes hpIconDrift{0%,100%{transform:translateY(0) rotate(0)}25%{transform:translateY(-10px) rotate(3deg)}50%{transform:translateY(5px) rotate(-2deg)}75%{transform:translateY(-6px) rotate(1deg)}}.hp-hero__bubbles{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:1}.hp-hero__bubble{position:absolute;bottom:-20px;border-radius:50%;background:radial-gradient(circle,rgba(224,160,0,0.6) 0,rgba(224,160,0,0.2) 40%,transparent 70%);box-shadow:0 0 6px rgba(224,160,0,0.4),0 0 14px rgba(224,160,0,0.2);animation:hpBubbleRise linear infinite;opacity:0}.hp-hero__bubble:nth-child(1){left:5%;width:10px;height:10px;animation-duration:10s;animation-delay:0s}.hp-hero__bubble:nth-child(2){left:12%;width:7px;height:7px;animation-duration:13s;animation-delay:1.5s}.hp-hero__bubble:nth-child(3){left:20%;width:12px;height:12px;animation-duration:9s;animation-delay:3s;box-shadow:0 0 10px rgba(224,160,0,0.5),0 0 20px rgba(224,160,0,0.2)}.hp-hero__bubble:nth-child(4){left:28%;width:8px;height:8px;animation-duration:12s;animation-delay:.8s}.hp-hero__bubble:nth-child(5){left:35%;width:14px;height:14px;animation-duration:8s;animation-delay:2.5s;box-shadow:0 0 12px rgba(224,160,0,0.6),0 0 24px rgba(224,160,0,0.25)}.hp-hero__bubble:nth-child(6){left:42%;width:6px;height:6px;animation-duration:14s;animation-delay:4s}.hp-hero__bubble:nth-child(7){left:50%;width:10px;height:10px;animation-duration:10s;animation-delay:1s}.hp-hero__bubble:nth-child(8){left:58%;width:8px;height:8px;animation-duration:11s;animation-delay:3.5s}.hp-hero__bubble:nth-child(9){left:65%;width:13px;height:13px;animation-duration:9s;animation-delay:.5s;box-shadow:0 0 10px rgba(59,130,246,0.5),0 0 20px rgba(59,130,246,0.2);background:radial-gradient(circle,rgba(59,130,246,0.6) 0,rgba(59,130,246,0.2) 40%,transparent 70%)}.hp-hero__bubble:nth-child(10){left:72%;width:9px;height:9px;animation-duration:12s;animation-delay:2s}.hp-hero__bubble:nth-child(11){left:78%;width:7px;height:7px;animation-duration:15s;animation-delay:5s}.hp-hero__bubble:nth-child(12){left:85%;width:11px;height:11px;animation-duration:10s;animation-delay:1.8s}.hp-hero__bubble:nth-child(13){left:92%;width:8px;height:8px;animation-duration:13s;animation-delay:3.2s}.hp-hero__bubble:nth-child(14){left:3%;width:6px;height:6px;animation-duration:16s;animation-delay:6s}.hp-hero__bubble:nth-child(15){left:15%;width:9px;height:9px;animation-duration:11s;animation-delay:2.8s}.hp-hero__bubble:nth-child(16){left:25%;width:5px;height:5px;animation-duration:14s;animation-delay:4.5s}.hp-hero__bubble:nth-child(17){left:38%;width:11px;height:11px;animation-duration:9s;animation-delay:1.2s;box-shadow:0 0 10px rgba(59,130,246,0.4),0 0 20px rgba(59,130,246,0.15);background:radial-gradient(circle,rgba(59,130,246,0.5) 0,rgba(59,130,246,0.15) 40%,transparent 70%)}.hp-hero__bubble:nth-child(18){left:48%;width:7px;height:7px;animation-duration:12s;animation-delay:3.8s}.hp-hero__bubble:nth-child(19){left:55%;width:13px;height:13px;animation-duration:8s;animation-delay:.3s;box-shadow:0 0 12px rgba(224,160,0,0.5),0 0 22px rgba(224,160,0,0.2)}.hp-hero__bubble:nth-child(20){left:62%;width:6px;height:6px;animation-duration:15s;animation-delay:5.5s}.hp-hero__bubble:nth-child(21){left:70%;width:10px;height:10px;animation-duration:10s;animation-delay:2.2s}.hp-hero__bubble:nth-child(22){left:82%;width:8px;height:8px;animation-duration:13s;animation-delay:4.2s}.hp-hero__bubble:nth-child(23){left:90%;width:12px;height:12px;animation-duration:9s;animation-delay:1.6s;box-shadow:0 0 10px rgba(224,160,0,0.5),0 0 20px rgba(224,160,0,0.2)}.hp-hero__bubble:nth-child(24){left:96%;width:6px;height:6px;animation-duration:14s;animation-delay:3.5s}.hp-hero__bubble:nth-child(25){left:8%;width:9px;height:9px;animation-duration:11s;animation-delay:5.2s}@keyframes hpBubbleRise{0%{transform:translateY(0) translateX(0) scale(0.4);opacity:0}8%{opacity:.9;transform:translateY(-8vh) translateX(5px) scale(1)}25%{opacity:.7;transform:translateY(-28vh) translateX(-8px) scale(1.05)}50%{opacity:.5;transform:translateY(-55vh) translateX(12px) scale(0.95)}75%{opacity:.3;transform:translateY(-82vh) translateX(-5px) scale(0.85)}100%{transform:translateY(-115vh) translateX(8px) scale(0.6);opacity:0}}.hp-hero__particles{position:absolute;inset:0;pointer-events:none;z-index:1;overflow:hidden}.hp-hero__particle{position:absolute;width:4px;height:4px;border-radius:50%;background:var(--hp-gold);pointer-events:none;opacity:0;animation:hpParticleFade 1.2s ease-out forwards}@keyframes hpParticleFade{0%{opacity:.8;transform:scale(1)}100%{opacity:0;transform:scale(0) translateY(-30px)}}.hp-hero__glow{position:absolute;border-radius:50%;pointer-events:none;z-index:1;will-change:transform;transition:transform .3s ease-out}.hp-hero__glow--1{width:220px;height:220px;top:10%;left:8%;background:radial-gradient(circle,rgba(224,160,0,0.18) 0,rgba(224,160,0,0.04) 50%,transparent 70%);animation:hp-glow-pulse 4s ease-in-out infinite}.hp-hero__glow--2{width:180px;height:180px;bottom:15%;right:10%;background:radial-gradient(circle,rgba(59,130,246,0.15) 0,rgba(59,130,246,0.03) 50%,transparent 70%);animation:hp-glow-pulse 5s ease-in-out infinite 1s}.hp-hero__glow--3{width:140px;height:140px;top:50%;left:60%;background:radial-gradient(circle,rgba(224,160,0,0.10) 0,transparent 60%);animation:hp-glow-pulse 6s ease-in-out infinite 2s}@keyframes hp-glow-pulse{0%,100%{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.hp-hero__side-decor{position:absolute;top:50%;transform:translateY(-50%);z-index:1;display:flex;flex-direction:column;align-items:center;gap:12px;opacity:.3}.hp-hero__side-decor--left{left:28px}.hp-hero__side-decor--right{right:28px}.hp-side-line{width:2px;height:80px;background:linear-gradient(to bottom,transparent,var(--hp-gold),transparent)}.hp-side-line--short{height:40px}.hp-side-dot{width:6px;height:6px;border-radius:50%;background:var(--hp-gold);box-shadow:0 0 10px rgba(224,160,0,0.5)}.hp-decor{position:absolute;top:50%;transform:translateY(-50%);z-index:0;display:flex;flex-direction:column;align-items:center;gap:10px;opacity:.15}.hp-decor--left{left:20px}.hp-decor--right{right:20px}.hp-decor__line{width:2px;height:60px;background:linear-gradient(to bottom,transparent,var(--hp-gold),transparent)}.hp-decor__circle{width:8px;height:8px;border-radius:50%;border:1.5px solid var(--hp-gold)}.hp-ai,.hp-services,.hp-why,.hp-testimonials,.hp-faq{position:relative;overflow:hidden}.hp-hero__search-wrap.is-focused{border-color:var(--hp-gold) !important;background:rgba(255,255,255,0.1) !important;box-shadow:0 0 0 3px rgba(224,160,0,0.15),0 0 30px rgba(224,160,0,0.1) !important}.hp-hero__search-wrap.has-value .hp-hero__search-icon{color:var(--hp-gold-light)}.hp-hero__search-loader{position:absolute;right:16px;width:18px;height:18px;border:2px solid rgba(255,255,255,0.1);border-top-color:var(--hp-gold);border-radius:50%;animation:hp-spin .7s linear infinite;display:none}.hp-hero__search-wrap.is-loading .hp-hero__search-loader{display:block}@keyframes hp-spin{to{transform:rotate(360deg)}}.hp-auth{background:linear-gradient(160deg,#0c1222 0,#141b2d 100%);padding:80px 0;position:relative;overflow:hidden}.hp-auth::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,0.015) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.015) 1px,transparent 1px);background-size:60px 60px}.hp-auth__head{text-align:center;position:relative;z-index:1;margin-bottom:48px}.hp-auth__title{font-family:'Raleway',sans-serif;font-size:clamp(1.4rem,3vw,2rem);font-weight:700;color:#fff;margin-bottom:12px}.hp-auth__desc{font-size:15px;color:rgba(255,255,255,0.5);max-width:600px;margin:0 auto;line-height:1.6}.hp-auth__grid{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;position:relative;z-index:1}.hp-auth__item{text-align:center;transition:transform .3s ease}.hp-auth__item:hover{transform:translateY(-4px)}.hp-auth__logo{width:100px;height:100px;border-radius:50%;background:white;border:1px solid rgba(255,255,255,0.1);display:flex;align-items:center;justify-content:center;margin:0 auto 12px;backdrop-filter:blur(8px);transition:all .3s ease}.hp-auth__item:hover .hp-auth__logo{border-color:rgba(224,160,0,0.3);box-shadow:0 0 24px rgba(224,160,0,0.15)}.hp-auth__logo img{width:max-content;height:60px;object-fit:contain}.hp-auth__label{font-size:13px;font-weight:600;color:rgba(255,255,255,0.6)}.hp-vision{background:linear-gradient(160deg,#0c1222 0,#111a2e 100%);padding:100px 0;position:relative;overflow:hidden}.hp-vision::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,0.01) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.01) 1px,transparent 1px);background-size:80px 80px}.hp-vision__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;position:relative;z-index:1}.hp-vision__title{font-family:'Raleway',sans-serif;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;color:#fff;margin-bottom:24px;line-height:1.2}.hp-vision__quote{font-size:16px;color:rgba(255,255,255,0.7);line-height:1.7;font-style:italic;border-left:3px solid var(--hp-gold);padding-left:20px;margin:0 0 20px}.hp-vision__quote-text{font-size:15px;color:rgba(255,255,255,0.5);line-height:1.7;margin-bottom:28px}.hp-vision__author{display:flex;align-items:center;gap:14px}.hp-vision__author-info strong{display:block;color:#fff;font-size:15px;margin-bottom:2px}.hp-vision__author-info span{font-size:13px;color:rgba(255,255,255,0.4)}.hp-vision__wall{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hp-vision__card{padding:18px;border-radius:var(--hp-radius-md);background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.06);backdrop-filter:blur(4px);transition:all .3s ease}.hp-vision__card:hover{background:rgba(255,255,255,0.07);border-color:rgba(224,160,0,0.2);transform:translateY(-2px)}.hp-vision__card-stars{margin-bottom:8px}.hp-vision__card-stars i{font-size:12px;color:#facc15}.hp-vision__card p{font-size:13px;color:rgba(255,255,255,0.6);line-height:1.5;margin-bottom:10px;font-style:italic}.hp-vision__card strong{font-size:12px;color:rgba(255,255,255,0.8)}.hp-logos__item--img{display:flex;align-items:center;justify-content:center;padding:10px 32px}.hp-logos__item--img img{height:32px;width:auto;object-fit:contain;opacity:.5;transition:opacity .3s ease;filter:brightness(0.8)}.hp-logos__item--img:hover img{opacity:.9;filter:brightness(1)}.hp-partners .hp-logos__item--img img{opacity:.5;filter:none}.hp-partners .hp-logos__item--img:hover img{opacity:.85}@media(max-width:1024px){.hp-vision__grid{grid-template-columns:1fr;gap:40px}.hp-auth__grid{gap:24px}}@media(max-width:768px){.hp-hero__side-decor,.hp-decor{display:none}.hp-hero__float-icons{display:none}.hp-hero__float-icon{width:36px;height:36px;pointer-events:none}.hp-hero__float-icon i{font-size:16px}.hp-vision__wall{grid-template-columns:1fr}.hp-auth__grid{gap:16px}.hp-auth__logo{width:80px;height:80px}.hp-auth__logo img{width:50px;height:60px}.hp-auth,.hp-vision{padding:60px 0}}body.dark-theme .hp-logos__item--img img{filter:brightness(1.2);opacity:.6}@media print{.hp-hero__bg,.hp-hero__shapes,.hp-hero__blob,.hp-hero__glow,.hp-hero__side-decor,.hp-hero__float-icons,.hp-hero__bubbles,.hp-cta__bg,.hp-ai__visual,.hp-logos,.hp-decor,.hp-partners{display:none !important}.hp-hero{min-height:auto;background:#1a1f36}}