@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700;800&family=Figtree:wght@300;400;500;600;700&display=swap";:root{--ul-primary: #6b21a8;--ul-primary-mid: #7c3aed;--ul-primary-light: #a855f7;--ul-primary-pale: #c084fc;--ul-dark: #1a0b2e;--ul-white: #ffffff;--ul-muted: #6b7280;--ul-bg: #ffffff;--ul-surface: #faf7ff;--ul-border: #f1ecf9;--ul-gradient: linear-gradient(135deg, #6b21a8, #a855f7);--ul-gradient-soft: linear-gradient(135deg, #7c3aed, #c084fc);--ul-shadow: 0 20px 60px -20px rgba(107, 33, 168, .45);--ul-shadow-sm: 0 10px 30px -10px rgba(107, 33, 168, .25);--ul-radius: 1.25rem;--ul-font-display: "Outfit", system-ui, sans-serif;--ul-font-body: "Figtree", system-ui, sans-serif}.ul-wrap{font-family:var(--ul-font-body);color:#1f1235;line-height:1.6}.ul-wrap *,.ul-wrap *:before,.ul-wrap *:after{box-sizing:border-box}.ul-wrap h1,.ul-wrap h2,.ul-wrap h3,.ul-wrap h4{font-family:var(--ul-font-display);letter-spacing:-.02em;margin:0;line-height:1.1}.ul-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.ul-eyebrow{display:inline-block;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;font-weight:700;color:var(--ul-primary);margin-bottom:.25rem}.ul-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.9rem;border-radius:9999px;font-weight:700;font-family:var(--ul-font-display);font-size:.95rem;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;cursor:pointer;border:none}.ul-btn-primary{background:var(--ul-white);color:var(--ul-primary);box-shadow:var(--ul-shadow)}.ul-btn-primary:hover{transform:scale(1.05);box-shadow:0 24px 60px -16px #6b21a899}.ul-btn-ghost{border:2px solid rgba(255,255,255,.75);color:#fff;background:transparent}.ul-btn-ghost:hover{background:#ffffff26}.ul-btn-purple{background:var(--ul-gradient);color:#fff;box-shadow:var(--ul-shadow)}.ul-btn-purple:hover{transform:scale(1.05)}.ul-section{padding:6rem 0}.ul-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:center}@media(max-width:900px){.ul-grid-2{grid-template-columns:1fr;gap:2.5rem}}.ul-section h2{font-size:clamp(2rem,4vw,3.2rem);margin-top:.75rem}.ul-section p{color:var(--ul-muted);font-size:1.05rem;margin-top:1.2rem;line-height:1.7}.ul-img{width:100%;border-radius:var(--ul-radius);box-shadow:var(--ul-shadow);object-fit:cover;aspect-ratio:4/3;display:block}.ul-hero{position:relative;height:90vh;min-height:560px;overflow:hidden}.ul-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1.2s ease;z-index:0}.ul-hero__slide.is-active{opacity:1;z-index:1}.ul-hero__slide img{width:100%;height:100%;object-fit:cover;display:block}.ul-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#6b21a8e0,#a855f799 55%,#6b21a84d)}.ul-hero__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;align-items:center;color:#fff}.ul-hero__content .ul-container{width:100%}.ul-hero__badge{display:inline-block;background:#ffffff2e;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:.4rem 1.1rem;border-radius:9999px;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;font-weight:700;margin-bottom:1.25rem}.ul-hero h1{font-size:clamp(2.4rem,5.5vw,4.8rem);max-width:820px;text-shadow:0 2px 20px rgba(0,0,0,.25)}.ul-hero p{margin-top:1.25rem;font-size:1.15rem;max-width:540px;opacity:.95;color:#ffffffe6}.ul-hero__cta{margin-top:2.25rem;display:flex;gap:1rem;flex-wrap:wrap}.ul-hero__dots{position:absolute;left:50%;bottom:2rem;transform:translate(-50%);display:flex;gap:.5rem;z-index:11}.ul-hero__dots button{width:8px;height:8px;border:none;border-radius:9999px;background:#ffffff80;cursor:pointer;transition:all .35s ease;padding:0}.ul-hero__dots button.is-active{width:36px;background:#fff}.ul-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:11;background:#fff3;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.3);width:52px;height:52px;border-radius:9999px;color:#fff;cursor:pointer;font-size:1.3rem;display:grid;place-items:center;transition:background .25s}.ul-hero__arrow:hover{background:#ffffff59}.ul-hero__arrow.prev{left:1.25rem}.ul-hero__arrow.next{right:1.25rem}.ul-history{background:var(--ul-bg)}.ul-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.75rem}@media(max-width:600px){.ul-stats{grid-template-columns:1fr;gap:1rem}}.ul-stats .num{font-family:var(--ul-font-display);font-size:2.5rem;font-weight:800;background:var(--ul-gradient);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1}.ul-stats .lbl{font-size:.85rem;color:var(--ul-muted);margin-top:.35rem;font-weight:500}.ul-clients{background:var(--ul-gradient-soft);color:#fff;position:relative;overflow:hidden}.ul-clients:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:#ffffff0f;top:-200px;right:-200px;pointer-events:none}.ul-clients .ul-eyebrow{color:#ffffffd9}.ul-clients h2{color:#fff}.ul-clients p{color:#ffffffeb}.ul-clients__list{list-style:none;padding:0;margin:2rem 0 0}.ul-clients__list li{display:flex;gap:.85rem;align-items:flex-start;margin-bottom:.9rem;font-size:1rem;color:#fffffff2;line-height:1.5}.ul-clients__list li:before{content:"\2713";flex-shrink:0;width:22px;height:22px;background:#fff;color:var(--ul-primary);border-radius:9999px;display:grid;place-items:center;font-weight:800;font-size:.75rem;margin-top:.15rem}.ul-products{background:var(--ul-surface)}.ul-products__header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1.5rem;margin-bottom:3rem}.ul-products__nav{display:flex;gap:.75rem}.ul-products__nav button{width:48px;height:48px;border-radius:9999px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;font-size:1.2rem;display:grid;place-items:center;transition:all .25s ease;color:var(--ul-dark)}.ul-products__nav button:hover{background:var(--ul-primary);color:#fff;border-color:var(--ul-primary)}.ul-products__nav button:disabled{opacity:.35;cursor:not-allowed}.ul-products__viewport{overflow:hidden}.ul-products__track{display:flex;gap:1.5rem;transition:transform .8s cubic-bezier(.2,.8,.2,1)}.ul-products__progress{height:3px;background:var(--ul-border);border-radius:9999px;margin-top:2.5rem;overflow:hidden}.ul-products__progress-bar{height:100%;background:var(--ul-gradient);border-radius:9999px;width:0%;transition:width 6s linear}.ul-product{flex:0 0 calc((100% - 3rem) / 3)}@media(max-width:900px){.ul-product{flex:0 0 calc((100% - 1.5rem)/2)}}@media(max-width:600px){.ul-product{flex:0 0 100%}}.ul-product__img{aspect-ratio:1;border-radius:1.25rem;overflow:hidden;background:#fff;box-shadow:var(--ul-shadow-sm)}.ul-product__img img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease;display:block}.ul-product:hover .ul-product__img img{transform:scale(1.08)}.ul-product h3{margin-top:1.25rem;font-size:1.2rem;color:var(--ul-dark)}.ul-product p{margin-top:.5rem;font-size:.92rem;color:var(--ul-muted);line-height:1.6}.ul-brands{background:var(--ul-bg)}.ul-brands__intro{text-align:center;max-width:620px;margin:0 auto 3.5rem}.ul-brands__intro h2{margin-top:.75rem}.ul-brands__intro p{margin-top:1rem}.ul-brands__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media(max-width:900px){.ul-brands__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.ul-brands__grid{grid-template-columns:repeat(2,1fr)}}.ul-brand{aspect-ratio:2 / 1;background:#fff;border:1.5px solid var(--ul-border);border-radius:1rem;display:flex;align-items:center;justify-content:center;padding:1.5rem 1.25rem;transition:all .3s ease;cursor:default;overflow:hidden}.ul-brand:hover{background:var(--ul-gradient);border-color:transparent;box-shadow:var(--ul-shadow);transform:translateY(-4px)}.ul-brand img{max-width:100%;max-height:56px;object-fit:contain;filter:grayscale(1);opacity:.6;transition:all .3s ease}.ul-brand:hover img{filter:none;opacity:1}.ul-brand__name{font-family:var(--ul-font-display);font-weight:700;font-size:1.15rem;color:#1f1235;text-align:center;transition:color .3s ease;letter-spacing:-.01em}.ul-brand:hover .ul-brand__name{color:#fff}.ul-footer{background:var(--ul-dark);color:#fff;padding:5rem 0 0}.ul-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem}@media(max-width:900px){.ul-footer__grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media(max-width:560px){.ul-footer__grid{grid-template-columns:1fr}}.ul-footer h4{font-size:1rem;margin-bottom:1.25rem;color:#fff;font-family:var(--ul-font-display)}.ul-footer ul{list-style:none;padding:0;margin:0}.ul-footer li{margin-bottom:.7rem}.ul-footer a{color:#ffffffa6;text-decoration:none;font-size:.92rem;transition:color .2s}.ul-footer a:hover{color:#fff}.ul-footer__brand p{color:#fff9;font-size:.9rem;margin-top:1rem;line-height:1.7}.ul-footer__social{margin-top:1.5rem;display:flex;gap:.6rem}.ul-footer__social a{width:40px;height:40px;border-radius:9999px;background:#ffffff1a;display:grid;place-items:center;font-size:.8rem;font-weight:700;color:#fffc;text-decoration:none;transition:background .25s,color .25s}.ul-footer__social a:hover{background:var(--ul-gradient);color:#fff}.ul-footer__contact li{display:flex;gap:.6rem;align-items:flex-start;font-size:.9rem;color:#ffffffa6;line-height:1.5}.ul-footer__bottom{margin-top:4rem;border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0;font-size:.78rem;color:#ffffff73;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.ul-footer__bottom a{color:#ffffff73;text-decoration:none;transition:color .2s}.ul-footer__bottom a:hover{color:#fffc}.ul-footer__bottom-links{display:flex;gap:1.5rem}
/*# sourceMappingURL=/cdn/shop/t/4/assets/utopick-lab.css.map */
