.hyde-scope{background:#0b0b0c;color:#fff;padding:72px 24px 32px;position:relative;overflow:hidden}.hyde-scope:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 15% 0%,rgba(212,160,44,.12) 0%,transparent 42%),radial-gradient(circle at 85% 20%,rgba(242,221,162,.1) 0%,transparent 48%),repeating-linear-gradient(135deg,rgba(212,160,44,.035) 0 2px,transparent 2px 10px);pointer-events:none}.hyde-scope__container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.hyde-scope__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:32px;align-items:start}.hyde-scope__eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:1.3rem;letter-spacing:.22em;text-transform:uppercase;color:var(--hyde-gold);font-weight:800}.hyde-scope__title{font-size:clamp(2.6rem,4.8vw,4.1rem);font-weight:800;letter-spacing:-.03em;margin:12px 0;line-height:1.05;color:#fdf5df;text-shadow:0 2px 12px rgba(0,0,0,.45)}.hyde-scope__subtitle{font-size:1.3rem;color:#ffffffdb;line-height:1.6;margin:0 0 22px;max-width:520px;text-shadow:0 2px 10px rgba(0,0,0,.35)}.hyde-scope__ctas{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:14px}.hyde-scope__cta{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;font-size:1.3rem;font-weight:700;text-decoration:none;border-radius:10px;transition:transform .2s ease,box-shadow .2s ease}.hyde-scope__cta--primary{background:linear-gradient(135deg,#fff8e1,#fdc203);color:#0b0b0c;box-shadow:0 6px 24px #fdc20359}.hyde-scope__cta--primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px #d4a02c73}.hyde-scope__cta--secondary{background:#ffffff0f;color:#fff;border:1px solid rgba(212,160,44,.4)}.hyde-scope__cta--secondary:hover{transform:translateY(-2px)}.hyde-scope__for{font-size:1.3rem;color:#fff9}.hyde-scope__map{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hyde-scope__panel{background:#111010e6;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:18px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hyde-scope__panel-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:14px}.hyde-scope__panel-title{font-size:1.3rem;letter-spacing:.18em;text-transform:uppercase;color:var(--hyde-gold);font-weight:800}.hyde-scope__panel-link{font-size:1.3rem;color:#ffffffa6;text-decoration:none}.hyde-scope__panel-link:hover{color:#fff}.hyde-scope__list{display:grid;gap:10px}.hyde-scope__item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:10px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);color:#fff;text-decoration:none;font-size:1.3rem;font-weight:600}.hyde-scope__item:hover{border-color:#d4a02c99;box-shadow:0 6px 16px #0000004d}.hyde-scope__item--featured{background:linear-gradient(135deg,#d4a02c33,#d4a02c14);border-color:#d4a02cb3}.hyde-scope__item-note{font-size:1.3rem;letter-spacing:.12em;text-transform:uppercase;color:#0b0b0c;background:var(--hyde-gold);padding:4px 8px;border-radius:999px}.hyde-scope__value{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);color:#ffffffad;font-size:1.3rem}.hyde-scope__value strong{color:#fff}@media (max-width: 980px){.hyde-scope__grid,.hyde-scope__map,.hyde-scope__value{grid-template-columns:1fr}}@media (max-width: 600px){.hyde-scope{padding:56px 16px 28px}.hyde-scope__ctas{flex-direction:column}.hyde-scope__cta{width:100%}}.hyde-audience{padding:48px 24px;background:linear-gradient(180deg,#f8f9fa,#fff)}.hyde-audience__container{max-width:1200px;margin:0 auto}.hyde-audience__header{text-align:center;margin-bottom:32px}.hyde-audience__title{font-size:1.65rem;font-weight:700;color:#0a0f14;margin:0 0 8px}.hyde-audience__subtitle{font-size:1.3rem;color:#666;margin:0;line-height:1.5}.hyde-audience__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.hyde-audience__card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:24px 16px;min-height:120px;text-decoration:none;color:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000a;position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent}.hyde-audience__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(253,194,3,.03) 0%,transparent 100%);opacity:0;transition:opacity .3s}@media (hover: hover){.hyde-audience__card:hover{border-color:#fdc20366;box-shadow:0 8px 24px #00000014,0 0 0 1px #fdc2031a;transform:translateY(-4px)}.hyde-audience__card:hover:before{opacity:1}.hyde-audience__card:hover .hyde-audience__card-tag{background:#fdc20326;color:#1a1a1b}}.hyde-audience__card:active{transform:scale(.98);border-color:#fdc20366}.hyde-audience__card-icon{font-size:2.35rem;margin-bottom:10px;position:relative;z-index:1}.hyde-audience__card-text{font-size:1.3rem;font-weight:600;color:#0a0f14;margin-bottom:6px;position:relative;z-index:1}.hyde-audience__card-tag{font-size:1.3rem;font-weight:600;color:#888;background:#f5f5f5;padding:4px 10px;border-radius:6px;position:relative;z-index:1;transition:all .3s}@media (max-width: 1000px){.hyde-audience__grid{grid-template-columns:repeat(3,1fr);gap:14px}}@media (max-width: 680px){.hyde-audience{padding:40px 16px}.hyde-audience__header{margin-bottom:24px}.hyde-audience__title{font-size:1.55rem}.hyde-audience__grid{grid-template-columns:repeat(3,1fr);gap:10px}.hyde-audience__card{padding:16px 10px;min-height:100px;border-radius:12px}.hyde-audience__card-icon{font-size:2rem;margin-bottom:6px}.hyde-audience__card-text{font-size:1.3rem}.hyde-audience__card-tag{font-size:1.3rem;padding:3px 6px}}@media (max-width: 479px){.hyde-audience{padding:32px 12px}.hyde-audience__grid{grid-template-columns:repeat(2,1fr);gap:10px}.hyde-audience__card{padding:18px 12px;min-height:110px}.hyde-audience__card-icon{font-size:2.15rem;margin-bottom:8px}.hyde-audience__card-text{font-size:1.3rem}.hyde-audience__card-tag{font-size:1.3rem;padding:3px 8px}}@media (pointer: coarse){.hyde-audience__card{min-height:110px}}@media (prefers-reduced-motion: reduce){.hyde-audience__card{transition:none}}.hyde-tools{padding:72px 24px;background:#0b0b0c}.hyde-tools__container{max-width:1200px;margin:0 auto}.hyde-tools__header{text-align:center;margin-bottom:28px}.hyde-tools__eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:1.3rem;letter-spacing:.2em;text-transform:uppercase;color:var(--hyde-gold);font-weight:800}.hyde-tools__title{font-size:clamp(2.1rem,3.8vw,3rem);font-weight:800;color:#fff;margin:10px 0 8px;letter-spacing:-.02em}.hyde-tools__subtitle{font-size:1.3rem;color:#ffffffb3;margin:0 auto;max-width:720px;line-height:1.6}.hyde-tools__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hyde-tools__card{background:#111010;color:#fff;border-radius:16px;overflow:hidden;text-decoration:none;border:1px solid rgba(0,0,0,.12);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.hyde-tools__card:hover{transform:translateY(-3px);border-color:#d4a02c99;box-shadow:0 10px 24px #0000002e}.hyde-tools__media{position:relative;aspect-ratio:4 / 3;overflow:hidden}.hyde-tools__img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.05) contrast(1.05)}.hyde-tools__img-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1a1a1b,#2a2414)}.hyde-tools__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0b0b0c26,#0b0b0cc7),repeating-linear-gradient(135deg,rgba(212,160,44,.12) 0 2px,transparent 2px 8px);opacity:.6}.hyde-tools__content{padding:16px}.hyde-tools__tag{display:inline-flex;align-items:center;gap:6px;font-size:1.3rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#0b0b0c;background:var(--hyde-gold);padding:4px 8px;border-radius:999px;margin-bottom:10px}.hyde-tools__card-title{font-size:1.3rem;font-weight:700;margin:0 0 6px}.hyde-tools__card-desc{font-size:1.3rem;color:#ffffffad;margin:0;line-height:1.4}@media (max-width: 980px){.hyde-tools__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){.hyde-tools{padding:48px 16px}.hyde-tools__grid{grid-template-columns:1fr}}.hyde-volume{padding:56px 24px;background:linear-gradient(135deg,#171f2b,#1a2634);color:#fff}.hyde-volume__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:center}@media (max-width: 800px){.hyde-volume__container{grid-template-columns:1fr;gap:32px}}.hyde-volume__title{font-size:2.65rem;font-weight:900;margin:0 0 24px;background:linear-gradient(90deg,#fdc203,#ffd54f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hyde-volume__text{font-size:1.45rem;color:#ffffffd9;line-height:1.6;margin:0 0 24px}.hyde-volume__features{list-style:none;padding:0;margin:0 0 24px}.hyde-volume__feature{display:flex;align-items:center;gap:12px;padding:10px 0;font-size:1.35rem;color:#ffffffe6}.hyde-volume__check{width:24px;height:24px;background:#fdc20333;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fdc203;font-weight:700}.hyde-volume__phone{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#ffffff1a;border-radius:12px;margin-top:20px}.hyde-volume__phone-icon{font-size:2rem}.hyde-volume__phone-text{font-size:1.3rem;color:#ffffffb3}.hyde-volume__phone-number{font-size:1.45rem;font-weight:700;color:#fff}.hyde-volume__example{background:#fff;border-radius:16px;padding:28px;color:#171f2b}.hyde-volume__example-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #f0f0f0}.hyde-volume__example-badge{background:#fdc203;color:#171f2b;font-size:1.3rem;font-weight:800;padding:4px 10px;border-radius:20px;text-transform:uppercase}.hyde-volume__example-product{font-size:1.35rem;font-weight:700;margin:0}.hyde-volume__tiers{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.hyde-volume__tier{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8f9fa;border-radius:8px}.hyde-volume__tier--highlight{background:linear-gradient(90deg,#fdc20326,#fdc2030d);border:1px solid #fdc203}.hyde-volume__tier-qty{font-weight:600}.hyde-volume__tier-price{font-weight:700;font-size:1.4rem}.hyde-volume__tier-save{background:#28a745;color:#fff;font-size:1.3rem;font-weight:700;padding:3px 8px;border-radius:4px;margin-left:8px}.hyde-volume__cta{display:block;width:100%;padding:14px;background:#171f2b;color:#fff;text-align:center;text-decoration:none;font-weight:700;border-radius:8px;transition:background .2s}.hyde-volume__cta:hover{background:#2a3f5f}.hyde-bestsellers{padding:56px 24px;background:#fff}.hyde-bestsellers__container{max-width:1200px;margin:0 auto}.hyde-bestsellers__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}.hyde-bestsellers__title{font-size:2.35rem;font-weight:800;color:#171f2b;margin:0}.hyde-bestsellers__view-all{display:inline-flex;align-items:center;gap:8px;color:#171f2b;text-decoration:none;font-weight:600;font-size:1.3rem}.hyde-bestsellers__view-all:hover{color:#fdc203}.hyde-bestsellers__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}@media (max-width: 1000px){.hyde-bestsellers__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 768px){.hyde-bestsellers__grid{grid-template-columns:repeat(2,1fr);gap:16px}}.hyde-bestsellers__product{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:16px;text-decoration:none;color:inherit;transition:all .2s;display:flex;flex-direction:column}.hyde-bestsellers__product:hover{border-color:#fdc203;box-shadow:0 4px 20px #00000014;transform:translateY(-2px)}.hyde-bestsellers__img-wrap{aspect-ratio:1;background:#f8f9fa;border-radius:8px;overflow:hidden;margin-bottom:12px;display:flex;align-items:center;justify-content:center}.hyde-bestsellers__img{max-width:100%;max-height:100%;object-fit:contain}.hyde-bestsellers__name{font-size:1.3rem;font-weight:600;color:#171f2b;margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex-grow:1}.hyde-bestsellers__meta{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.hyde-bestsellers__price{font-size:1.35rem;font-weight:700;color:#171f2b}.hyde-bestsellers__price-from{font-size:1.3rem;font-weight:400;color:#666}.hyde-bestsellers__rating{display:flex;align-items:center;gap:4px;font-size:1.3rem;color:#666}.hyde-bestsellers__stars{color:#fdc203}.hyde-trust-bar{padding:40px 24px;background:#f8f9fa;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.hyde-trust-bar__container{max-width:1200px;margin:0 auto}.hyde-trust-bar__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}@media (max-width: 768px){.hyde-trust-bar__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width: 400px){.hyde-trust-bar__grid{grid-template-columns:1fr;gap:20px}}.hyde-trust-bar__item{display:flex;align-items:center;gap:16px}.hyde-trust-bar__icon{width:48px;height:48px;background:#fff;border:2px solid #e5e5e5;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.85rem;flex-shrink:0}.hyde-trust-bar__content{flex-grow:1}.hyde-trust-bar__title{font-size:1.3rem;font-weight:700;color:#171f2b;margin:0 0 2px}.hyde-trust-bar__desc{font-size:1.3rem;color:#666;margin:0}.hyde-apps{padding:72px 24px;background:#0e0d0c}.hyde-apps__container{max-width:1200px;margin:0 auto}.hyde-apps__header{text-align:center;margin-bottom:28px}.hyde-apps__eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:1.3rem;letter-spacing:.2em;text-transform:uppercase;color:var(--hyde-gold);font-weight:800}.hyde-apps__title{font-size:clamp(2.1rem,3.8vw,3rem);font-weight:800;color:#fff;margin:10px 0 8px;letter-spacing:-.02em}.hyde-apps__subtitle{font-size:1.3rem;color:#ffffffad;margin:0 auto;max-width:720px;line-height:1.6}.hyde-apps__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hyde-apps__card{background:#131211;color:#fff;border-radius:16px;overflow:hidden;text-decoration:none;border:1px solid rgba(0,0,0,.12);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.hyde-apps__card:hover{transform:translateY(-3px);border-color:#d4a02c99;box-shadow:0 10px 24px #0000002e}.hyde-apps__media{position:relative;aspect-ratio:4 / 3;overflow:hidden}.hyde-apps__img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.05) contrast(1.05)}.hyde-apps__img-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1a1a1b,#2a2414)}.hyde-apps__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0b0b0c26,#0b0b0cc7),repeating-linear-gradient(135deg,rgba(212,160,44,.12) 0 2px,transparent 2px 8px);opacity:.6}.hyde-apps__content{padding:16px}.hyde-apps__tag{display:inline-flex;align-items:center;gap:6px;font-size:1.3rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#0b0b0c;background:var(--hyde-gold);padding:4px 8px;border-radius:999px;margin-bottom:10px}.hyde-apps__card-title{font-size:1.3rem;font-weight:700;margin:0 0 6px}.hyde-apps__card-desc{font-size:1.3rem;color:#ffffffad;margin:0;line-height:1.4}@media (max-width: 980px){.hyde-apps__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){.hyde-apps{padding:48px 16px}.hyde-apps__grid{grid-template-columns:1fr}}.hyde-why{padding:64px 24px;background:linear-gradient(180deg,#f8f9fa,#fff)}.hyde-why__container{max-width:1200px;margin:0 auto}.hyde-why__header{text-align:center;margin-bottom:48px}.hyde-why__title{font-size:2.35rem;font-weight:800;color:#171f2b;margin:0 0 12px}.hyde-why__subtitle{font-size:1.35rem;color:#666;max-width:500px;margin:0 auto}.hyde-why__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media (max-width: 800px){.hyde-why__grid{grid-template-columns:1fr;gap:24px}}.hyde-why__card{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:32px 28px;text-align:center;transition:all .2s}.hyde-why__card:hover{box-shadow:0 8px 30px #00000014;transform:translateY(-4px)}.hyde-why__icon{width:64px;height:64px;background:linear-gradient(135deg,#fdc203,#ffdb4d);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2.35rem;margin:0 auto 20px}.hyde-why__card-title{font-size:1.55rem;font-weight:700;color:#171f2b;margin:0 0 12px}.hyde-why__card-text{font-size:1.3rem;color:#666;line-height:1.6;margin:0 0 20px}.hyde-why__card-features{list-style:none;padding:0;margin:0;text-align:left}.hyde-why__card-feature{display:flex;align-items:flex-start;gap:10px;padding:8px 0;font-size:1.3rem;color:#444;border-top:1px solid #f0f0f0}.hyde-why__card-feature:first-child{border-top:none}.hyde-why__card-feature svg{flex-shrink:0;color:#28a745;margin-top:2px}.hyde-why__cta{display:inline-flex;align-items:center;gap:8px;margin-top:16px;padding:12px 24px;background:#171f2b;color:#fff;text-decoration:none;font-weight:600;font-size:1.3rem;border-radius:8px;transition:background .2s}.hyde-why__cta:hover{background:#2a3f5f}.hyde-quick{padding:48px 24px;background:#171f2b;color:#fff}.hyde-quick__container{max-width:1200px;margin:0 auto}.hyde-quick__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width: 800px){.hyde-quick__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 400px){.hyde-quick__grid{grid-template-columns:1fr}}.hyde-quick__card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:24px;text-decoration:none;color:inherit;transition:all .2s;display:flex;flex-direction:column;gap:12px}.hyde-quick__card a{color:#fdc203;text-decoration:none;font-weight:700}.hyde-quick__card a:hover{text-decoration:underline}.hyde-quick__card-link{font-size:1.3rem;font-weight:700;color:#fdc203}.hyde-quick__card:hover{background:#ffffff1a;border-color:#fdc20380;transform:translateY(-2px)}.hyde-quick__icon{font-size:2rem}.hyde-quick__card-title{font-size:1.35rem;font-weight:700;color:#fff;margin:0}.hyde-quick__card-desc{font-size:1.3rem;color:#ffffffb3;margin:0;line-height:1.4}
/*# sourceMappingURL=/cdn/shop/t/21/assets/hyde-homepage.css.map */
