*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--gwu-black: #0a0a0a;--gwu-white: #ffffff;--gwu-grey-light: #f4f4f4;--gwu-grey-mid: #e8e8e8;--gwu-grey-text: #6b6b6b;--gwu-accent: #0a0a0a;--gwu-accent-hover: #333333;--gwu-star: #f5a623;--gwu-radius-sm: 8px;--gwu-radius-md: 16px;--gwu-radius-lg: 24px;--gwu-radius-pill: 999px;--gwu-shadow: 0 2px 16px rgba(0,0,0,.08);--gwu-shadow-hover: 0 6px 28px rgba(0,0,0,.14);--gwu-font: "Helvetica Neue", Arial, sans-serif;--gwu-transition: .22s ease}.gwu-container{width:100%;max-width:1280px;margin-inline:auto;padding-inline:20px}.gwu-container--narrow{max-width:800px}.gwu-section{padding-block:64px}.gwu-section-header{text-align:center;margin-bottom:40px}.gwu-section-heading{font-family:var(--gwu-font);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;color:var(--gwu-black);letter-spacing:-.02em;line-height:1.15}.gwu-section-sub{margin-top:12px;font-size:clamp(1rem,2vw,1.2rem);color:var(--gwu-grey-text);line-height:1.6}.gwu-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--gwu-radius-pill);font-family:var(--gwu-font);font-size:.95rem;font-weight:700;letter-spacing:.01em;text-decoration:none;cursor:pointer;border:2px solid transparent;transition:background-color var(--gwu-transition),color var(--gwu-transition),border-color var(--gwu-transition),transform var(--gwu-transition),box-shadow var(--gwu-transition);white-space:nowrap}.gwu-btn:active{transform:scale(.97)}.gwu-btn--primary{background-color:var(--gwu-black);color:var(--gwu-white);border-color:var(--gwu-black)}.gwu-btn--primary:hover{background-color:var(--gwu-accent-hover);border-color:var(--gwu-accent-hover);box-shadow:0 4px 16px #00000038}.gwu-btn--secondary{background-color:transparent;color:var(--gwu-white);border-color:#fff9}.gwu-btn--secondary:hover{background-color:#ffffff1f;border-color:var(--gwu-white)}.gwu-btn--outline{background-color:transparent;color:var(--gwu-black);border-color:var(--gwu-black)}.gwu-btn--outline:hover{background-color:var(--gwu-black);color:var(--gwu-white)}.gwu-btn--full{width:100%}.gwu-placeholder-svg{width:100%;height:100%;display:block}.gwu-no-products{color:var(--gwu-grey-text);font-size:.95rem;grid-column:1 / -1;text-align:center;padding:40px 0}.gwu-hero{position:relative;min-height:90svh;display:flex;align-items:center;overflow:hidden;background-color:var(--gwu-black)}.gwu-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.gwu-hero__image,.gwu-hero__video{width:100%;height:100%;object-fit:cover;display:block}.gwu-hero__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1a1a1a,#2d2d2d)}.gwu-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000059,#0009)}.gwu-hero__content{position:relative;z-index:1;padding-block:80px 60px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.gwu-hero__heading{font-family:var(--gwu-font);font-size:clamp(2.2rem,7vw,5rem);font-weight:900;color:var(--gwu-white);letter-spacing:-.03em;line-height:1.05;max-width:680px}.gwu-hero__subheading{font-size:clamp(1rem,2.5vw,1.35rem);color:#ffffffd9;max-width:520px;line-height:1.55}.gwu-hero__buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.gwu-hero__badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.gwu-hero__badge{display:inline-flex;align-items:center;gap:6px;background:#ffffff1f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.22);color:var(--gwu-white);font-size:.82rem;font-weight:600;padding:7px 14px;border-radius:var(--gwu-radius-pill);letter-spacing:.01em}.gwu-featured{background-color:var(--gwu-white)}.gwu-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:768px){.gwu-product-grid{grid-template-columns:repeat(4,1fr);gap:24px}}.gwu-product-card{background:var(--gwu-grey-light);border-radius:var(--gwu-radius-md);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow var(--gwu-transition),transform var(--gwu-transition)}.gwu-product-card:hover{box-shadow:var(--gwu-shadow-hover);transform:translateY(-3px)}.gwu-product-card__image-wrap{display:block;position:relative;aspect-ratio:1 / 1;overflow:hidden;background:var(--gwu-grey-mid)}.gwu-product-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.gwu-product-card:hover .gwu-product-card__image{transform:scale(1.04)}.gwu-product-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:20px}.gwu-product-card__badge{position:absolute;top:10px;left:10px;background:var(--gwu-black);color:var(--gwu-white);font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:4px 10px;border-radius:var(--gwu-radius-pill)}.gwu-product-card__info{padding:14px 14px 16px;display:flex;flex-direction:column;gap:8px;flex:1}.gwu-product-card__title{font-size:.9rem;font-weight:700;line-height:1.3;color:var(--gwu-black)}.gwu-product-card__title a{color:inherit;text-decoration:none}.gwu-product-card__price{display:flex;align-items:center;gap:8px}.gwu-price--current{font-size:1rem;font-weight:800;color:var(--gwu-black)}.gwu-price--compare{font-size:.85rem;color:var(--gwu-grey-text);text-decoration:line-through}.gwu-featured__cta{text-align:center;margin-top:40px}.gwu-benefits{background-color:var(--gwu-grey-light)}.gwu-benefits__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:768px){.gwu-benefits__grid{grid-template-columns:repeat(4,1fr);gap:24px}}.gwu-benefit-card{background:var(--gwu-white);border-radius:var(--gwu-radius-md);padding:28px 20px;text-align:center;box-shadow:var(--gwu-shadow);transition:box-shadow var(--gwu-transition),transform var(--gwu-transition)}.gwu-benefit-card:hover{box-shadow:var(--gwu-shadow-hover);transform:translateY(-2px)}.gwu-benefit-card__icon{font-size:2.2rem;line-height:1;margin-bottom:14px}.gwu-benefit-card__title{font-size:1rem;font-weight:800;color:var(--gwu-black);margin-bottom:8px}.gwu-benefit-card__text{font-size:.88rem;color:var(--gwu-grey-text);line-height:1.5}.gwu-video{background-color:var(--gwu-white)}.gwu-video__inner{display:flex;flex-direction:column;gap:40px;align-items:center}@media(min-width:900px){.gwu-video__inner{flex-direction:row;gap:64px;align-items:center}.gwu-video__text{flex:1;max-width:440px}.gwu-video__media{flex:1}}.gwu-video__text{display:flex;flex-direction:column;gap:16px}.gwu-video__wrapper{width:100%;position:relative;border-radius:var(--gwu-radius-lg);overflow:hidden;aspect-ratio:16 / 9;background:var(--gwu-black);box-shadow:var(--gwu-shadow-hover)}.gwu-video__iframe,.gwu-video__player{width:100%;height:100%;display:block;border:none;object-fit:cover}.gwu-video__fallback img{width:100%;height:100%;object-fit:cover;display:block}.gwu-video__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:var(--gwu-grey-light)}.gwu-video__play-icon{font-size:3rem;color:var(--gwu-grey-text)}.gwu-video__placeholder p{font-size:.88rem;color:var(--gwu-grey-text)}.gwu-gift{background-color:var(--gwu-grey-light)}.gwu-gift__inner{display:flex;flex-direction:column;gap:40px;align-items:center;background:var(--gwu-white);border-radius:var(--gwu-radius-lg);overflow:hidden;box-shadow:var(--gwu-shadow)}@media(min-width:768px){.gwu-gift__inner{flex-direction:row}.gwu-gift__image-wrap{flex:0 0 42%;max-width:42%}.gwu-gift__content{flex:1;padding:48px 48px 48px 0}}.gwu-gift__image-wrap{width:100%;overflow:hidden}.gwu-gift__image{width:100%;height:100%;object-fit:cover;display:block;min-height:280px}.gwu-gift__content{padding:32px 24px;display:flex;flex-direction:column;gap:16px}.gwu-gift__tag{display:inline-flex;align-items:center;gap:6px;background:var(--gwu-grey-light);border-radius:var(--gwu-radius-pill);padding:5px 14px;font-size:.8rem;font-weight:700;color:var(--gwu-black);letter-spacing:.01em;width:fit-content}.gwu-reviews{background-color:var(--gwu-white)}.gwu-reviews__grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:600px){.gwu-reviews__grid{grid-template-columns:repeat(3,1fr);gap:24px}}.gwu-review-card{background:var(--gwu-grey-light);border-radius:var(--gwu-radius-md);padding:28px 24px;display:flex;flex-direction:column;gap:12px;transition:box-shadow var(--gwu-transition),transform var(--gwu-transition)}.gwu-review-card:hover{box-shadow:var(--gwu-shadow-hover);transform:translateY(-2px)}.gwu-review-card__stars{color:var(--gwu-star);font-size:1.1rem;letter-spacing:2px}.gwu-review-card__text{font-size:1rem;font-weight:600;color:var(--gwu-black);line-height:1.5;font-style:italic}.gwu-review-card__author{font-size:.85rem;color:var(--gwu-grey-text);font-weight:500}.gwu-faq{background-color:var(--gwu-grey-light)}.gwu-faq__list{display:flex;flex-direction:column;gap:12px}.gwu-faq__item{background:var(--gwu-white);border-radius:var(--gwu-radius-md);box-shadow:var(--gwu-shadow);overflow:hidden}.gwu-faq__question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;background:none;border:none;cursor:pointer;font-family:var(--gwu-font);font-size:1rem;font-weight:700;color:var(--gwu-black);text-align:left;line-height:1.4;transition:background-color var(--gwu-transition)}.gwu-faq__question:hover{background-color:var(--gwu-grey-light)}.gwu-faq__icon{font-size:1.4rem;font-weight:400;color:var(--gwu-grey-text);line-height:1;flex-shrink:0;transition:transform var(--gwu-transition)}.gwu-faq__question[aria-expanded=true] .gwu-faq__icon{transform:rotate(45deg)}.gwu-faq__answer{padding:0 24px 20px;font-size:.95rem;color:var(--gwu-grey-text);line-height:1.65}.gwu-faq__answer[hidden]{display:none}@media(max-width:480px){.gwu-section{padding-block:48px}.gwu-hero__content{padding-block:60px 48px}.gwu-hero__buttons{flex-direction:column;width:100%}.gwu-hero__buttons .gwu-btn{width:100%;text-align:center;justify-content:center}.gwu-btn{padding:13px 22px;font-size:.9rem}.gwu-gift__content{padding:24px 20px}.gwu-faq__question{padding:16px 18px;font-size:.95rem}.gwu-faq__answer{padding:0 18px 16px}}@media(min-width:481px)and (max-width:767px){.gwu-benefits__grid{grid-template-columns:repeat(2,1fr)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/gamewithus-home.css.map */
