:root{--color-bg: #0D0D0D;--color-bg-card: #141414;--color-bg-card-alt: #1A1A1A;--color-border: #2E2E2E;--color-fg: #F5F5F5;--color-muted: #888888;--color-primary: #00AEEF;--color-primary-dark: #0090C8;--color-accent: #EC008C;--color-accent-dark: #C4007A;--color-yellow: #FFF200;--color-radius: .5rem;--font-body: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;--container-max: 1200px;--container-px: 1.5rem;--transition: .25s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--color-bg);color:var(--color-fg);font-family:var(--font-body);-webkit-font-smoothing:antialiased;line-height:1.6}img,svg{display:block;max-width:100%}a{text-decoration:none;color:inherit}ul{list-style:none}.container{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-px)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;font-family:var(--font-body);font-size:1rem;font-weight:600;border:2px solid transparent;border-radius:0;cursor:pointer;transition:background var(--transition),color var(--transition),border-color var(--transition);white-space:nowrap;text-decoration:none}.btn--primary{background:var(--color-primary);color:#0d0d0d;border-color:var(--color-primary)}.btn--primary:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark)}.btn--accent{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.btn--accent:hover{background:var(--color-accent-dark);border-color:var(--color-accent-dark)}.btn--outline{background:transparent;color:var(--color-primary);border-color:var(--color-primary)}.btn--outline:hover{background:var(--color-primary);color:#0d0d0d}.btn--outline-light{background:transparent;color:var(--color-fg);border-color:#ffffff4d}.btn--outline-light:hover{border-color:var(--color-primary);color:var(--color-primary)}.btn--secondary{background:var(--color-bg-card-alt);color:var(--color-fg);border-color:var(--color-border)}.btn--secondary:hover{border-color:var(--color-primary);color:var(--color-primary)}.card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--color-radius);transition:border-color var(--transition)}.card:hover{border-color:var(--color-primary)}.section-header{text-align:center;margin-bottom:3.5rem}.section-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.2;margin-bottom:.75rem}.section-subtitle{font-size:1.125rem;color:var(--color-muted);margin-bottom:1rem}.section-divider{width:4rem;height:4px;border-radius:2px;margin-inline:auto;margin-top:1rem}.section-divider--primary{background:var(--color-primary)}.section-divider--accent{background:var(--color-accent)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal--delay-1{transition-delay:.1s}.reveal--delay-2{transition-delay:.2s}.reveal--delay-3{transition-delay:.3s}.reveal--delay-4{transition-delay:.4s}.reveal--delay-5{transition-delay:.5s}.fade-in-up{animation:fadeInUp .7s ease both}.fade-in-scale{animation:fadeInScale .9s ease .2s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.announcement-bar{background:var(--color-accent);color:#fff;text-align:center;padding:.5rem 1rem;font-size:.875rem;font-weight:600;letter-spacing:.02em;position:relative;z-index:100}.site-header{position:sticky;top:0;z-index:90;background:#0d0d0dd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:1.5rem}.header__logo img{height:48px;width:auto}.header__logo-text{font-size:1.5rem;font-weight:800;color:var(--color-primary)}.header__nav{display:none}.header__nav-list{display:flex;gap:2rem}.header__nav-link{font-size:.9rem;font-weight:500;color:#f5f5f5cc;transition:color var(--transition)}.header__nav-link:hover,.header__nav-link--active{color:var(--color-primary)}.header__actions{display:flex;align-items:center;gap:1rem}.header__menu-toggle{background:none;border:none;cursor:pointer;padding:.25rem;color:var(--color-fg);display:flex;align-items:center}.hamburger-icon{display:flex;flex-direction:column;gap:5px;width:24px}.hamburger-icon span{display:block;height:2px;background:currentColor;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.header__menu-toggle[aria-expanded=true] .hamburger-icon span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__menu-toggle[aria-expanded=true] .hamburger-icon span:nth-child(2){opacity:0}.header__menu-toggle[aria-expanded=true] .hamburger-icon span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;background:var(--color-bg-card);border-top:1px solid var(--color-border);padding:1.5rem var(--container-px)}.mobile-menu.is-open{display:block}.mobile-menu__list{display:flex;flex-direction:column;gap:1rem}.mobile-menu__link{font-size:1rem;font-weight:500;color:var(--color-fg)}.mobile-menu__cta{width:100%;text-align:center;margin-top:.5rem}@media(min-width:768px){.header__nav{display:flex}.header__menu-toggle{display:none}}.hero{position:relative;overflow:hidden;padding:5rem 0 8rem}.hero__bg-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(0,174,239,.08) 0%,transparent 60%);pointer-events:none}.hero__inner{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;position:relative;z-index:1}.hero__heading{font-size:clamp(2rem,4.5vw,3.5rem);font-weight:900;line-height:1.1;margin-bottom:1.25rem;color:#fff}.hero__subheading{font-size:1.125rem;color:var(--color-muted);line-height:1.7;margin-bottom:2rem;max-width:540px}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem}.hero__image{position:relative}.hero__image-glow{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:1rem;background:linear-gradient(135deg,var(--color-primary),var(--color-accent));opacity:.15;filter:blur(20px);z-index:0}.hero__img{position:relative;z-index:1;border-radius:1rem;width:100%;object-fit:cover;border:1px solid rgba(255,255,255,.08);box-shadow:0 32px 64px #00000080}.hero__img--placeholder{min-height:360px}@media(min-width:1024px){.hero{padding:7rem 0 10rem}.hero__inner{grid-template-columns:1fr 1fr}}.trust-bar{padding:2.5rem 0;background:#00aeef0d;border-top:1px solid rgba(0,174,239,.1);border-bottom:1px solid rgba(0,174,239,.1)}.trust-bar__inner{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 3rem}.trust-bar__item{display:flex;align-items:center;gap:.625rem}.trust-bar__icon{color:var(--color-primary);flex-shrink:0}.trust-bar__label{font-size:.875rem;font-weight:600;white-space:nowrap}.services{padding:5rem 0;background:#ffffff05}.services__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.services__card{padding:1.75rem;display:flex;flex-direction:column;gap:.75rem}.services__card-icon{width:48px;height:48px;border-radius:.5rem;background:#00aeef1a;display:flex;align-items:center;justify-content:center;color:var(--color-primary);transition:background var(--transition)}.services__card:hover .services__card-icon{background:#00aeef33}.services__card-title{font-size:1.125rem;font-weight:700}.services__card-desc{font-size:.9rem;color:var(--color-muted);flex:1;line-height:1.6}.services__card-link{font-size:.875rem;font-weight:600;color:var(--color-primary);margin-top:auto;transition:text-decoration var(--transition)}.services__card:hover .services__card-link{text-decoration:underline}.how-it-works{padding:5rem 0;background:var(--color-bg)}.steps__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem;max-width:900px;margin:0 auto 3rem}.step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.step__circle{position:relative;width:88px;height:88px;border-radius:50%;border:2px solid var(--color-border);background:var(--color-bg-card);display:flex;align-items:center;justify-content:center;color:var(--color-primary)}.step__number{position:absolute;top:-10px;right:-10px;width:28px;height:28px;border-radius:50%;background:var(--color-primary);color:#0d0d0d;font-size:.8rem;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00aeef66}.step__title{font-size:.95rem;font-weight:600;line-height:1.4;max-width:180px}.how-it-works__cta{text-align:center}.who-we-help{padding:5rem 0;background:#ffffff05}.audience-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.875rem;max-width:860px;margin-inline:auto}.audience-tag{display:flex;align-items:center;gap:.625rem;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:9999px;padding:.6rem 1.25rem;font-size:.95rem;font-weight:500;transition:border-color var(--transition)}.audience-tag:hover{border-color:var(--color-primary)}.audience-tag__icon{color:var(--color-primary);flex-shrink:0}.why-choose-us{position:relative;padding:5rem 0;background:var(--color-bg);overflow:hidden}.why-choose-us__bg-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at top left,rgba(0,174,239,.05) 0%,transparent 60%);pointer-events:none}.why-choose-us__inner{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start;position:relative;z-index:1}.why-choose-us__desc{font-size:1.1rem;color:var(--color-muted);line-height:1.7;margin-top:1rem}.why-choose-us__list{display:flex;flex-direction:column;gap:1rem}.why-choose-us__item{display:flex;gap:1rem;align-items:flex-start;padding:1rem 1.25rem}.why-choose-us__item-icon{width:40px;height:40px;border-radius:.5rem;background:#00aeef1a;display:flex;align-items:center;justify-content:center;color:var(--color-primary);flex-shrink:0;margin-top:2px}.why-choose-us__item:hover .why-choose-us__item-icon{background:#00aeef33}.why-choose-us__item-title{font-size:1rem;font-weight:700;margin-bottom:.25rem}.why-choose-us__item-desc{font-size:.875rem;color:var(--color-muted)}@media(min-width:1024px){.why-choose-us__inner{grid-template-columns:1fr 1fr}}.featured-solutions{padding:5rem 0;background:#ffffff05}.solutions__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;max-width:1100px;margin-inline:auto}.solutions__card{padding:1.75rem;display:flex;flex-direction:column;gap:.875rem}.solutions__card-icon{width:48px;height:48px;border-radius:.5rem;background:#ec008c1a;display:flex;align-items:center;justify-content:center;color:var(--color-accent);transition:background var(--transition)}.solutions__card:hover .solutions__card-icon{background:#ec008c33}.solutions__card-title{font-size:1.05rem;font-weight:700}.solutions__card-desc{font-size:.875rem;color:var(--color-muted);line-height:1.6}.custom-store{position:relative;padding:5rem 0;background:var(--color-bg);overflow:hidden}.custom-store__bg-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at bottom right,rgba(0,174,239,.05) 0%,transparent 60%);pointer-events:none}.store-benefits{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;max-width:900px;margin:0 auto 3.5rem;position:relative;z-index:1}.store-benefit{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.625rem;padding:1.25rem;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--color-radius)}.store-benefit__icon{color:var(--color-primary)}.store-benefit__text{font-size:.85rem;color:var(--color-muted);line-height:1.5}.store-tiers{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1000px;margin-inline:auto;position:relative;z-index:1;align-items:start}@media(min-width:900px){.store-tiers{grid-template-columns:1fr 1fr 1fr;align-items:center}}.store-tier{padding:2rem;display:flex;flex-direction:column;gap:1.25rem;position:relative}.store-tier--featured{border-color:var(--color-primary);transform:scale(1.04);box-shadow:0 16px 48px #00aeef1f}.store-tier__badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--color-primary);color:#0d0d0d;font-size:.7rem;font-weight:800;letter-spacing:.1em;padding:.3rem 1rem;border-radius:9999px;text-transform:uppercase}.store-tier__name{font-size:1.25rem;font-weight:700}.store-tier__name--featured{color:var(--color-primary)}.store-tier__price-amount{font-size:2rem;font-weight:800}.store-tier__price-sub{font-size:.8rem;color:var(--color-muted);margin-left:.25rem}.store-tier__features{display:flex;flex-direction:column;gap:.625rem;flex:1}.store-tier__features li{display:flex;align-items:flex-start;gap:.5rem;font-size:.9rem;color:var(--color-muted)}.check-icon{color:var(--color-primary);font-weight:700;flex-shrink:0}.store-tier__btn{width:100%;justify-content:center}.custom-store__note{text-align:center;font-size:.875rem;color:var(--color-muted);margin-top:2.5rem;position:relative;z-index:1}.custom-store__note-link{color:var(--color-primary);font-weight:600}.custom-store__note-link:hover{text-decoration:underline}.final-cta{position:relative;padding:6rem 0;overflow:hidden}.final-cta__bg-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at bottom left,rgba(236,0,140,.08) 0%,transparent 60%);pointer-events:none}.final-cta__inner{text-align:center;max-width:700px;margin-inline:auto;position:relative;z-index:1}.final-cta__heading{font-size:clamp(1.75rem,3.5vw,3rem);font-weight:800;margin-bottom:1rem}.final-cta__subheading{font-size:1.125rem;color:var(--color-muted);line-height:1.7;margin-bottom:2.5rem}.final-cta__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.final-cta__social{display:flex;justify-content:center;gap:1rem}.social-icon{width:48px;height:48px;border-radius:50%;background:var(--color-bg-card);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-fg);transition:color var(--transition),border-color var(--transition)}.social-icon:hover{color:var(--color-primary);border-color:var(--color-primary)}.site-footer{background:var(--color-bg-card);border-top:1px solid var(--color-border);padding-top:4rem}.site-footer__inner{display:grid;grid-template-columns:1fr;gap:2.5rem;padding-bottom:3rem}@media(min-width:640px){.site-footer__inner{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.site-footer__inner{grid-template-columns:2fr 1fr 1fr 2fr}}.site-footer__logo-text{font-size:1.5rem;font-weight:800;color:var(--color-primary)}.site-footer__tagline{font-size:.875rem;color:var(--color-muted);margin-top:.75rem;max-width:260px;line-height:1.6}.site-footer__col-title{font-size:.9rem;font-weight:700;margin-bottom:1rem}.site-footer__links ul{display:flex;flex-direction:column;gap:.5rem}.site-footer__links a{font-size:.875rem;color:var(--color-muted);transition:color var(--transition)}.site-footer__links a:hover{color:var(--color-primary)}.site-footer__newsletter-form{display:flex;gap:.5rem;flex-wrap:wrap}.site-footer__newsletter-input{flex:1;min-width:160px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:.25rem;padding:.6rem .875rem;font-family:var(--font-body);font-size:.875rem;color:var(--color-fg);outline:none;transition:border-color var(--transition)}.site-footer__newsletter-input:focus{border-color:var(--color-primary)}.site-footer__newsletter-btn{flex-shrink:0}.site-footer__newsletter-success{font-size:.875rem;color:var(--color-primary);font-weight:600}.site-footer__bottom{border-top:1px solid var(--color-border);padding:1.25rem 0}.site-footer__bottom-inner{display:flex;flex-direction:column;gap:.75rem;align-items:center;text-align:center}@media(min-width:640px){.site-footer__bottom-inner{flex-direction:row;justify-content:space-between;text-align:left}}.site-footer__copyright{font-size:.8rem;color:var(--color-muted)}.site-footer__payments{display:flex;gap:1rem;flex-wrap:wrap}.site-footer__payments span{font-size:.8rem;color:var(--color-muted);font-weight:600}@media(max-width:640px){.btn{padding:.65rem 1.25rem;font-size:.9rem}.hero{padding:3.5rem 0 5rem}.store-tier--featured{transform:none}}.page-hero{position:relative;padding:5rem 0 7rem;overflow:hidden}.page-hero__bg-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at top,rgba(0,174,239,.1) 0%,transparent 60%),radial-gradient(ellipse at bottom right,rgba(236,0,140,.06) 0%,transparent 60%);pointer-events:none}.page-hero__inner{text-align:center;max-width:860px;margin-inline:auto;position:relative;z-index:1}.page-hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:#00aeef1a;border:1px solid rgba(0,174,239,.3);color:var(--color-primary);padding:.4rem 1.1rem;border-radius:9999px;font-size:.8rem;font-weight:600;margin-bottom:1.5rem}.page-hero__heading{font-size:clamp(2rem,4.5vw,3.25rem);font-weight:900;line-height:1.1;margin-bottom:1.25rem;color:#fff}.page-hero__subheading{font-size:1.125rem;color:var(--color-muted);line-height:1.7;margin-bottom:2rem;max-width:600px;margin-inline:auto}.page-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.os-features{padding:4rem 0;background:#ffffff05}.os-features__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.os-feature{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.os-feature__icon{width:44px;height:44px;border-radius:.5rem;background:#00aeef1a;display:flex;align-items:center;justify-content:center;color:var(--color-primary)}.os-feature__title{font-size:1rem;font-weight:700}.os-feature__desc{font-size:.875rem;color:var(--color-muted);line-height:1.6}.os-tiers{padding:5rem 0;background:var(--color-bg)}.os-tiers__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1000px;margin-inline:auto;align-items:center}@media(min-width:900px){.os-tiers__grid{grid-template-columns:1fr 1fr 1fr}}.store-tier__label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted);margin-bottom:.2rem}.store-tier__label--featured{color:var(--color-primary)}.os-tier__rows{display:flex;flex-direction:column;gap:.875rem;flex:1}.os-tier__row{display:flex;flex-direction:column;gap:.2rem}.os-tier__row-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--color-muted)}.os-tier__row-highlight{color:var(--color-primary);font-weight:700}.os-policies{padding:5rem 0;background:#ffffff05}.os-policies__list{display:flex;flex-direction:column;gap:1rem;max-width:760px;margin-inline:auto}.os-policy{display:flex;gap:1rem;align-items:flex-start;padding:1.125rem 1.25rem}.os-policy__icon{width:40px;height:40px;border-radius:.5rem;background:#ec008c1a;display:flex;align-items:center;justify-content:center;color:var(--color-accent);flex-shrink:0;margin-top:2px}.os-policy__title{font-size:1rem;font-weight:700;margin-bottom:.3rem}.os-policy__desc{font-size:.875rem;color:var(--color-muted);line-height:1.6}.os-mid-cta{padding:4rem 0;background:var(--color-bg);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.os-mid-cta__inner{text-align:center;max-width:680px;margin-inline:auto}.os-mid-cta__inner h2{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;margin-bottom:.75rem}.os-mid-cta__inner p{font-size:1rem;color:var(--color-muted);line-height:1.6;margin-bottom:1.75rem}.os-mid-cta__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.os-rewards{padding:5rem 0;background:#ffffff05}.os-rewards__badge{display:inline-flex;align-items:center;gap:.4rem;background:#fff2001a;border:1px solid rgba(255,242,0,.3);color:var(--color-yellow);padding:.35rem 1rem;border-radius:9999px;font-size:.8rem;font-weight:600;margin-bottom:.75rem}.os-rewards__divider{background:var(--color-yellow)}.os-rewards__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:880px;margin-inline:auto}@media(min-width:768px){.os-rewards__grid{grid-template-columns:1fr 1fr}}.os-reward-card{padding:1.75rem;display:flex;flex-direction:column;gap:1rem}.os-reward-card__header{display:flex;gap:.875rem;align-items:center}.os-reward-card__icon{width:44px;height:44px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.os-reward-card__icon--primary{background:#00aeef1a;color:var(--color-primary)}.os-reward-card__icon--accent{background:#ec008c1a;color:var(--color-accent)}.os-reward-card__label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--color-muted)}.os-reward-card__title{font-size:1.05rem;font-weight:700}.os-reward-card__desc{font-size:.875rem;color:var(--color-muted);line-height:1.6}.os-reward-card__note{font-size:.8rem;color:var(--color-muted);font-style:italic;margin-top:-.25rem}.os-reward-table{display:flex;flex-direction:column;gap:.5rem}.os-reward-row{display:flex;justify-content:space-between;align-items:center;background:var(--color-bg);border:1px solid var(--color-border);border-radius:.375rem;padding:.625rem 1rem;font-size:.875rem}.os-reward-row__value{font-weight:700}.os-reward-row__value--primary{color:var(--color-primary)}.os-reward-row__value--accent{color:var(--color-accent)}.contact-section{padding:2rem 0 5rem}.contact-layout{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1100px;margin-inline:auto;align-items:start}@media(min-width:900px){.contact-layout{grid-template-columns:280px 1fr}}.contact-sidebar{display:flex;flex-direction:column;gap:1rem}.contact-info-card{padding:1.25rem;display:flex;flex-direction:column;gap:.375rem;transition:border-color var(--transition);text-decoration:none;color:inherit}.contact-info-card:hover{border-color:var(--color-primary)}.contact-info-card__icon{width:40px;height:40px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:.375rem}.contact-info-card__icon--primary{background:#00aeef1a;color:var(--color-primary)}.contact-info-card__icon--accent{background:#ec008c1a;color:var(--color-accent)}.contact-info-card__icon--yellow{background:#fff2001a;color:var(--color-yellow)}.contact-info-card__label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--color-muted)}.contact-info-card__value{font-size:.875rem;font-weight:700}.contact-info-card__value--primary{color:var(--color-primary)}.contact-info-card__value--accent{color:var(--color-accent)}.contact-info-card__desc{font-size:.825rem;color:var(--color-muted);line-height:1.55}.contact-form{padding:1.75rem 2rem;display:flex;flex-direction:column;gap:1.25rem}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form__row--3{grid-template-columns:1fr 1fr 1fr}@media(max-width:600px){.contact-form__row,.contact-form__row--3{grid-template-columns:1fr}}.contact-form__divider{border-top:1px solid var(--color-border);padding-top:1.25rem}.contact-form__divider-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted)}.contact-form__footer{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.contact-form__note{font-size:.775rem;color:var(--color-muted)}.contact-form__error{background:#dc26261a;border:1px solid rgba(220,38,38,.3);border-radius:.375rem;padding:.875rem;font-size:.875rem;color:#f87171}.field{display:flex;flex-direction:column;gap:.375rem}.field__label{font-size:.875rem;font-weight:600}.field__required{color:var(--color-accent)}.field__hint{font-size:.75rem;color:var(--color-muted);margin-top:-.125rem}.field__input{background:var(--color-bg);border:1px solid var(--color-border);border-radius:.375rem;padding:.65rem .875rem;font-family:var(--font-body);font-size:.9rem;color:var(--color-fg);outline:none;transition:border-color var(--transition),box-shadow var(--transition);width:100%}.field__input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #00aeef1a}.field__select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.25rem}.field__textarea{resize:vertical;min-height:110px}.contact-success{background:var(--color-bg-card);border:1px solid rgba(0,174,239,.3);border-radius:.75rem;padding:3.5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.contact-success__icon{width:64px;height:64px;border-radius:50%;background:#00aeef1a;display:flex;align-items:center;justify-content:center;color:var(--color-primary)}.contact-success h2{font-size:1.75rem;font-weight:800}.contact-success p{font-size:1rem;color:var(--color-muted);max-width:400px;line-height:1.6}.page-body{padding:3rem 0 5rem}.page-body__inner{max-width:860px;margin-inline:auto}.rte{color:var(--color-fg);line-height:1.75}.rte h1,.rte h2,.rte h3,.rte h4{font-weight:700;line-height:1.2;margin-bottom:.75rem;margin-top:2rem}.rte h1{font-size:2rem}.rte h2{font-size:1.5rem}.rte h3{font-size:1.25rem}.rte h4{font-size:1.1rem}.rte p{margin-bottom:1.25rem;color:var(--color-muted)}.rte a{color:var(--color-primary);text-decoration:underline}.rte a:hover{color:var(--color-primary-dark)}.rte ul,.rte ol{padding-left:1.5rem;margin-bottom:1.25rem;color:var(--color-muted)}.rte li{margin-bottom:.5rem}.rte ul{list-style:disc}.rte ol{list-style:decimal}.rte strong{color:var(--color-fg);font-weight:700}.rte em{font-style:italic}.rte blockquote{border-left:3px solid var(--color-primary);padding-left:1.25rem;margin:1.5rem 0;color:var(--color-muted);font-style:italic}.rte img{max-width:100%;border-radius:.5rem;margin:1.5rem 0}.rte hr{border:none;border-top:1px solid var(--color-border);margin:2rem 0}.rte table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}.rte th,.rte td{padding:.625rem 1rem;text-align:left;border:1px solid var(--color-border);font-size:.875rem}.rte th{background:var(--color-bg-card);font-weight:700;color:var(--color-fg)}.rte td{color:var(--color-muted)}.page-body__placeholder{background:var(--color-bg-card);border:1px dashed var(--color-border);border-radius:.75rem;padding:3rem;text-align:center;color:var(--color-muted);font-size:.9rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.product-page{padding:3rem 0 5rem}.product-page__inner{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}@media(min-width:768px){.product-page__inner{grid-template-columns:1fr 1fr;gap:3.5rem}}@media(min-width:1024px){.product-page__inner{grid-template-columns:55% 1fr;gap:4rem}}.product-gallery{display:flex;flex-direction:column;gap:1rem}.product-gallery__main{background:#141414;border:1px solid #2e2e2e;border-radius:.5rem;overflow:hidden;aspect-ratio:1/1}.product-gallery__main-img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__placeholder{width:100%;height:100%}.product-gallery__thumbs{display:flex;gap:.625rem;flex-wrap:wrap}.product-gallery__thumb{width:72px;height:72px;border-radius:.375rem;border:2px solid #2e2e2e;overflow:hidden;cursor:pointer;padding:0;background:#141414;transition:border-color .25s ease;flex-shrink:0}.product-gallery__thumb:hover{border-color:#888}.product-gallery__thumb.is-active{border-color:#00aeef}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-breadcrumb{display:flex;align-items:center;gap:.375rem;font-size:.8rem;color:#888;margin-bottom:.875rem;flex-wrap:wrap}.product-breadcrumb__link{color:#888;transition:color .25s ease}.product-breadcrumb__link:hover{color:#00aeef}.product-breadcrumb__sep{color:#2e2e2e}.product-breadcrumb__current{color:#f5f5f5;font-weight:500}.product-badges{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.875rem}.product-badge{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.25rem .75rem;border-radius:9999px}.product-badge--new{background:#00aeef26;color:#00aeef;border:1px solid rgba(0,174,239,.3)}.product-badge--sale{background:#ec008c26;color:#ec008c;border:1px solid rgba(236,0,140,.3)}.product-badge--popular{background:#fff2001f;color:#fff200;border:1px solid rgba(255,242,0,.3)}.product-title{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;line-height:1.2;margin-bottom:1rem;color:#fff}.product-price{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap;margin-bottom:1.25rem}.product-price__current{font-size:1.75rem;font-weight:800;color:#00aeef}.product-price__original{font-size:1.125rem;font-weight:500;color:#888;text-decoration:line-through}.product-price__savings{font-size:.8rem;font-weight:700;color:#ec008c;background:#ec008c1a;border:1px solid rgba(236,0,140,.25);padding:.2rem .625rem;border-radius:9999px}.product-variants{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.75rem}.product-variant-group{display:flex;flex-direction:column;gap:.625rem}.product-variant-label{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#888}.product-variant-selected{color:#f5f5f5;font-weight:700}.product-option-pills{display:flex;flex-wrap:wrap;gap:.5rem}.product-option-pill{padding:.45rem 1rem;font-size:.875rem;font-weight:500;background:#141414;border:1px solid #2e2e2e;border-radius:.375rem;cursor:pointer;color:#f5f5f5;transition:border-color .25s,background .25s,color .25s}.product-option-pill:hover{border-color:#00aeef;color:#00aeef}.product-option-pill.is-selected{background:#00aeef;border-color:#00aeef;color:#0d0d0d;font-weight:700}.product-color-swatches{display:flex;flex-wrap:wrap;gap:.5rem}.product-color-swatch{width:32px;height:32px;border-radius:50%;border:2px solid #2e2e2e;cursor:pointer;transition:border-color .25s,transform .25s}.product-color-swatch:hover{border-color:#888;transform:scale(1.1)}.product-color-swatch.is-selected{border-color:#00aeef;box-shadow:0 0 0 3px #00aeef40}.product-qty-cart{display:flex;flex-wrap:wrap;gap:.875rem;align-items:center;margin-bottom:1rem}.product-qty{display:flex;align-items:center;border:1px solid #2e2e2e;border-radius:.375rem;overflow:hidden;background:#141414}.product-qty__btn{width:44px;height:48px;background:none;border:none;cursor:pointer;font-size:1.25rem;color:#f5f5f5;display:flex;align-items:center;justify-content:center;transition:background .25s,color .25s}.product-qty__btn:hover{background:#1a1a1a;color:#00aeef}.product-qty__input{width:52px;height:48px;text-align:center;background:none;border:none;font-size:1rem;font-weight:600;color:#f5f5f5;-moz-appearance:textfield}.product-qty__input::-webkit-outer-spin-button,.product-qty__input::-webkit-inner-spin-button{-webkit-appearance:none}.product-atc-btn{flex:1;min-width:180px;padding:.875rem 1.75rem;font-size:1rem;font-weight:700}.product-atc-btn:disabled{opacity:.5;cursor:not-allowed;background:#1a1a1a;border-color:#2e2e2e;color:#888}.product-trust-list{display:flex;flex-direction:column;gap:.5rem;margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid #2e2e2e}.product-trust-item{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:#888}.product-trust-item svg{color:#00aeef;flex-shrink:0}.product-tabs{padding:3rem 0 0;border-top:1px solid #2e2e2e;margin-top:3rem}.product-tabs__nav{display:flex;border-bottom:1px solid #2e2e2e;margin-bottom:2rem}.product-tab-btn{background:none;border:none;cursor:pointer;padding:.875rem 1.5rem;font-size:.9rem;font-weight:600;color:#888;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .25s,border-color .25s}.product-tab-btn:hover{color:#f5f5f5}.product-tab-btn.is-active{color:#00aeef;border-bottom-color:#00aeef}.product-tab-panel{display:none;padding-bottom:3rem}.product-tab-panel.is-active{display:block}.product-shipping-info{display:flex;flex-direction:column;gap:1.25rem;max-width:640px}.product-shipping-item{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem;background:#141414;border:1px solid #2e2e2e;border-radius:.5rem}.product-shipping-item svg{flex-shrink:0;margin-top:2px}.product-shipping-item strong{display:block;font-size:.95rem;font-weight:700;margin-bottom:.3rem}.product-shipping-item p{font-size:.875rem;color:#888;line-height:1.6;margin:0}@media(max-width:480px){.product-qty-cart{flex-direction:column;align-items:stretch}.product-atc-btn{min-width:unset}.product-gallery__thumb{width:60px;height:60px}}:root,body,.color-background-1,.color-background-2,.color-accent-1,.color-accent-2,.color-inverse{--color-background: 13, 13, 13;--gradient-background: #0D0D0D;--color-foreground: 245, 245, 245;--color-background-contrast: 26, 26, 26;--color-shadow: 0, 0, 0;--color-button: 0, 174, 239;--color-button-text: 13, 13, 13;--color-secondary-button: 20, 20, 20;--color-secondary-button-text: 245, 245, 245;--color-link: 0, 174, 239;--color-badge-foreground: 245, 245, 245;--color-badge-background: 20, 20, 20;--color-badge-border: 46, 46, 46;--payment-terms-background-color: rgb(13, 13, 13);--color-card-background: 20, 20, 20;--color-card-shadow: 0, 0, 0}.color-accent-2{--color-background: 236, 0, 140;--gradient-background: #EC008C;--color-foreground: 255, 255, 255;--color-button: 13, 13, 13;--color-button-text: 255, 255, 255}.color-inverse{--color-background: 26, 26, 26;--gradient-background: #1A1A1A}html,body{background-color:#0d0d0d!important;color:#f5f5f5!important;font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif!important}.shopify-section,.shopify-section__inner{background-color:inherit;color:inherit}header-group>*,.header-wrapper,sticky-header,.section-header{background-color:#0d0d0deb!important;color:#f5f5f5!important;border-bottom:1px solid #2E2E2E!important}.header__menu-item a,.header__active-menu-item,.header .header__menu-item,nav a{color:#f5f5f5!important}.header__menu-item a:hover{color:#00aeef!important}.card-wrapper,.card-product-wrapper,.card--product,.product-card-wrapper,.card{background-color:#141414!important;border-color:#2e2e2e!important;color:#f5f5f5!important}.card:hover,.card-wrapper:hover .card{border-color:#00aeef!important}.card__information,.card__heading,.card__heading a{color:#f5f5f5!important}.card__heading a:hover{color:#00aeef!important}.price__regular,.price__sale,.price-item,.price .money{color:#f5f5f5!important}.price__sale .price-item--sale{color:#00aeef!important}.price__sale .price-item--regular{color:#888!important}.button,.button--primary,button[type=submit],.shopify-payment-button button,.product-form__submit,input[type=submit]{background-color:#00aeef!important;color:#0d0d0d!important;border-color:#00aeef!important;font-family:Poppins,sans-serif!important;font-weight:600!important;border-radius:0!important}.button:hover,.button--primary:hover,button[type=submit]:hover,.product-form__submit:hover{background-color:#0090c8!important;border-color:#0090c8!important}.button--secondary,.button--tertiary,.button[aria-expanded]{background-color:transparent!important;color:#f5f5f5!important;border-color:#2e2e2e!important}.button--secondary:hover{border-color:#00aeef!important;color:#00aeef!important}input[type=text],input[type=email],input[type=number],input[type=tel],input[type=password],input[type=search],select,textarea,.field__input,.select__select,.quantity__input{background-color:#141414!important;color:#f5f5f5!important;border-color:#2e2e2e!important;font-family:Poppins,sans-serif!important}input::placeholder,textarea::placeholder{color:#888!important}input:focus,select:focus,textarea:focus{border-color:#00aeef!important;outline-color:#00aeef!important}label,.field__label{color:#888!important}.product,.product__info-wrapper,.product__info-container,.product-media-gallery,.product__media-wrapper{background-color:#0d0d0d!important;color:#f5f5f5!important}.product__title,.product__title h1,.product-form__input label,.product-form .form__label{color:#f5f5f5!important}.swatch-input__input+label,.variant-input{border-color:#2e2e2e!important;color:#f5f5f5!important;background:#141414!important}.swatch-input__input:checked+label{border-color:#00aeef!important;color:#00aeef!important}.quantity{border-color:#2e2e2e!important;background:#141414!important}.quantity__button{color:#f5f5f5!important;background:transparent!important}.quantity__input{background:transparent!important;color:#f5f5f5!important}.accordion__button,.accordion,details summary,.product-description details summary{background-color:#141414!important;color:#f5f5f5!important;border-color:#2e2e2e!important}.accordion__content{background-color:#0d0d0d!important;color:#888!important}.collection-hero,.collection-banner,.facets-container,.facets-vertical,.mobile-facets,.facets,.sort-by{background-color:#0d0d0d!important;color:#f5f5f5!important}.facets__disclosure-horizontal,.facets__label{color:#f5f5f5!important}.active-facets__button,.active-facets{background-color:#141414!important;color:#00aeef!important;border-color:#00aeef!important}.cart,.cart__items,.cart-items,.cart-item,.cart__footer{background-color:#0d0d0d!important;color:#f5f5f5!important;border-color:#2e2e2e!important}.cart-item__name,.cart-item__name a,.cart-item__price .money,.cart-subtotal .money,.totals__total-value{color:#f5f5f5!important}.cart__ctas .button{width:100%}.cart-notification,.cart-notification__links{background-color:#141414!important;color:#f5f5f5!important}.cart-drawer,cart-drawer,.drawer{background-color:#141414!important;color:#f5f5f5!important}.cart-drawer__header,.drawer__header{border-bottom-color:#2e2e2e!important}footer,.footer,.footer__content-top,.footer__content-bottom,.footer-block{background-color:#141414!important;color:#888!important;border-color:#2e2e2e!important}.footer a{color:#00aeef!important}.footer a:hover{color:#ec008c!important}.footer__copyright{color:#888!important}.predictive-search,.predictive-search__results-groups-wrapper,.predictive-search__result-group{background-color:#141414!important;color:#f5f5f5!important;border-color:#2e2e2e!important}.predictive-search__item-heading{color:#f5f5f5!important}.pagination .pagination__item{color:#f5f5f5!important;border-color:#2e2e2e!important}.pagination .pagination__item--current{background:#00aeef!important;color:#0d0d0d!important;border-color:#00aeef!important}.shopify-section-announcement-bar{background-color:#ec008c!important;color:#fff!important}a{color:inherit}.link,.full-unstyled-link{color:#00aeef!important}
/*# sourceMappingURL=/cdn/shop/t/10/assets/digitizeme-brand.css.map */
