:root {
  --ink: #111318;
  --muted: #656b75;
  --orange: #f25a24;
  --orange-2: #ff7a2c;
  --paper: #f7f6f2;
  --line: #e5e3de;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 100px 0; }

.announcement {
  min-height: 34px;
  padding: 7px max(20px, calc((100vw - 1180px) / 2));
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  background: var(--orange);
  color: #fff;
  font-size: 12px;
  font-weight: 680;
  letter-spacing: .04em;
}
.announcement span { display: flex; align-items: center; gap: 7px; }
.announcement-side { opacity: .84; font-weight: 530 !important; }

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  height: 74px;
  border-bottom: 1px solid rgba(17,19,24,.09);
  background: rgba(247,246,242,.93);
  backdrop-filter: blur(18px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 900; letter-spacing: -.04em; line-height: .82; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand small { margin-top: 4px; font-size: 8px; letter-spacing: .35em; color: var(--orange); }
.brand-mark {
  width: 34px;
  height: 34px;
  display: grid !important;
  place-items: center;
  flex: 0 0 auto;
  color: white;
  border-radius: 10px 3px 10px 3px;
  background: var(--orange);
  font-size: 21px;
  font-style: italic;
  font-weight: 950;
  box-shadow: 0 8px 20px rgba(242,90,36,.2);
}
.desktop-nav { display: flex; align-items: center; gap: 28px; height: 100%; font-size: 13px; font-weight: 650; color: #42464d; }
.desktop-nav a { display: flex; align-items: center; gap: 4px; position: relative; height: 100%; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; transform: scaleX(0); background: var(--orange); transition: .2s; }
.desktop-nav a:hover, .desktop-nav .active { color: var(--orange); }
.desktop-nav a:hover::after, .desktop-nav .active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 7px; }
.icon-button, .cart-button {
  position: relative;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: .2s;
}
.icon-button:hover, .cart-button:hover { background: #fff; box-shadow: 0 6px 20px rgba(17,19,24,.08); }
.cart-button span { position: absolute; top: 1px; right: 0; min-width: 17px; height: 17px; padding: 0 4px; display: grid; place-items: center; border: 2px solid var(--paper); border-radius: 20px; background: var(--orange); color: white; font-size: 9px; font-weight: 800; }
.mobile-menu-button { display: none; }
.mobile-drawer { position: fixed; z-index: 100; inset: 0 0 0 auto; width: min(360px, 100%); padding: 22px; background: #fff; box-shadow: -20px 0 70px rgba(17,19,24,.18); animation: slideIn .25s ease-out; }
.mobile-drawer::before { content: ""; position: fixed; inset: 0 100% 0 -100vw; background: rgba(0,0,0,.4); }
.mobile-drawer-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.brand.compact { font-size: 17px; }
.mobile-drawer nav { display: flex; flex-direction: column; margin: 20px 0 28px; }
.mobile-drawer nav a { display: flex; justify-content: space-between; align-items: center; padding: 15px 4px; border-bottom: 1px solid #eee; font-size: 15px; font-weight: 700; }
@keyframes slideIn { from { transform: translateX(100%); } }

.hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #101215;
  color: #fff;
}
.hero::after { content: "GOPRAK"; position: absolute; left: -28px; bottom: -65px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.055); font-size: clamp(110px, 17vw, 250px); font-weight: 950; letter-spacing: -.08em; pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 20px; }
.hero-copy { padding: 74px 0 90px; position: relative; z-index: 4; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 24px; color: #ff8b50; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(52px, 5.3vw, 82px); line-height: .98; letter-spacing: -.065em; font-weight: 920; }
.hero h1 span { color: var(--orange-2); }
.hero-copy > p { max-width: 570px; margin: 25px 0 30px; color: #aeb2b9; font-size: 16px; line-height: 1.78; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 7px; font-size: 13px; font-weight: 780; transition: .22s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--orange); box-shadow: 0 12px 34px rgba(242,90,36,.28); }
.button.primary:hover { background: #ff6a2e; box-shadow: 0 15px 38px rgba(242,90,36,.36); }
.button.ghost { border: 1px solid rgba(255,255,255,.2); color: white; background: rgba(255,255,255,.035); }
.button.ghost:hover { background: rgba(255,255,255,.1); }
.button.dark { color: white; background: var(--ink); }
.button.white { color: var(--ink); background: white; }
.button.full { width: 100%; }
.hero-trust { margin-top: 35px; display: flex; align-items: center; gap: 13px; color: #92969e; }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack span { width: 31px; height: 31px; display: grid; place-items: center; margin-left: -8px; border: 2px solid #121417; border-radius: 50%; background: #323740; color: #fff; font-size: 9px; font-weight: 800; }
.avatar-stack span:nth-child(2) { background: #164c69; }.avatar-stack span:nth-child(3) { background: #6b3326; }.avatar-stack span:last-child { background: var(--orange); }
.hero-trust > div:nth-child(2) { display: flex; flex-direction: column; font-size: 11px; }
.hero-trust strong { color: #fff; font-size: 12px; }
.rating { margin-left: 10px; display: flex; align-items: center; gap: 5px; color: #ffc04f; font-size: 11px; font-weight: 700; }
.hero-visual { position: relative; align-self: stretch; min-height: 690px; }
.hero-image-wrap { position: absolute; inset: 0 -150px 0 -180px; }
.hero-image-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 55% 50%; }
.hero-image-shade { position: absolute; inset: 0; background: linear-gradient(90deg,#101215 0%,rgba(16,18,21,.76) 20%,rgba(16,18,21,.08) 52%,rgba(16,18,21,.17) 100%), linear-gradient(0deg,rgba(16,18,21,.92) 0%,transparent 30%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .25; }
.glow-one { width: 300px; height: 300px; top: 40px; right: 6%; background: #0d6cff; }
.glow-two { width: 230px; height: 230px; bottom: 60px; right: 42%; background: #ff551d; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 11px 14px 11px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(25,27,31,.78); backdrop-filter: blur(12px); box-shadow: 0 20px 50px rgba(0,0,0,.3); }
.floating-card > span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 8px; color: var(--orange); background: rgba(242,90,36,.13); }
.floating-card > div { display: flex; flex-direction: column; }.floating-card strong { font-size: 11px; }.floating-card small { margin-top: 3px; color: #9297a0; font-size: 9px; }
.quality-card { top: 150px; right: -10px; }.delivery-card { bottom: 110px; left: 30px; }
.hero-number { position: absolute; z-index: 3; right: 18px; bottom: 48px; color: rgba(255,255,255,.04); font-size: 190px; font-weight: 950; letter-spacing: -.12em; }

.benefit-strip { position: relative; z-index: 5; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 10px 40px rgba(17,19,24,.04); }
.benefit-grid { min-height: 104px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.benefit-grid > div { display: flex; align-items: center; gap: 14px; padding: 0 23px; border-right: 1px solid var(--line); }
.benefit-grid > div:first-child { padding-left: 0; }.benefit-grid > div:last-child { border-right: 0; }
.benefit-grid > div > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 8px; color: var(--orange); background: #fff0e9; }
.benefit-grid svg { width: 20px; }.benefit-grid div div { display: flex; flex-direction: column; }.benefit-grid strong { font-size: 12px; }.benefit-grid small { margin-top: 4px; color: var(--muted); font-size: 10px; }

.section-heading { margin-bottom: 38px; }.section-heading.split { display: flex; justify-content: space-between; align-items: flex-end; }.section-heading.centered { text-align: center; }
.section-heading h2, .custom-copy h2, .testimonial-copy h2 { margin: 9px 0 0; font-size: clamp(34px,4vw,52px); line-height: 1.05; letter-spacing: -.055em; }
.section-heading p { max-width: 560px; margin: 13px auto 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.section-heading.split > a { display: flex; align-items: center; gap: 8px; padding-bottom: 5px; color: var(--orange); font-size: 12px; font-weight: 760; }
.section-label { color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: .2em; }
.section-label.light { color: #ff8a55; }
.category-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.category-card { position: relative; min-height: 190px; padding: 25px; display: flex; align-items: flex-end; overflow: hidden; border-radius: 14px; background: #16191e; color: #fff; transition: .28s; }
.category-card:hover { transform: translateY(-6px); box-shadow: 0 18px 35px rgba(17,19,24,.15); }
.category-card::after { content: ""; position: absolute; width: 125px; height: 125px; right: -30px; top: -25px; border-radius: 50%; opacity: .22; background: currentColor; filter: blur(1px); }
.category-card.orange { color: #ff6931; }.category-card.blue { color: #3da8ff; }.category-card.purple { color: #a66cff; }.category-card.green { color: #50c68b; }
.category-card > div:last-of-type { position: relative; z-index: 2; display: flex; flex-direction: column; color: #fff; }
.category-card small { margin-bottom: 7px; color: rgba(255,255,255,.5); font-size: 8px; letter-spacing: .22em; }
.category-card strong { font-size: 22px; letter-spacing: -.04em; }
.category-code { position: absolute; top: 19px; left: 22px; color: rgba(255,255,255,.18); font-size: 42px; font-weight: 900; }
.category-lines { position: absolute; inset: 0; transform: rotate(-18deg); opacity: .19; }
.category-lines i { position: absolute; width: 280px; height: 1px; left: 45px; background: currentColor; }.category-lines i:nth-child(1){top:40px}.category-lines i:nth-child(2){top:75px}.category-lines i:nth-child(3){top:110px}
.round-arrow { position: absolute; z-index: 2; right: 20px; bottom: 20px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; color: white; }

.products-section { background: white; }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.product-card { overflow: hidden; border: 1px solid #e8e7e3; border-radius: 14px; background: #fff; transition: .28s; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 22px 48px rgba(17,19,24,.11); }
.product-image { position: relative; aspect-ratio: .89; overflow: hidden; background: #eff0f0; }
.product-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }.product-card:hover .product-image img { transform: scale(1.035); }
.product-badge { position: absolute; z-index: 2; top: 13px; left: 13px; padding: 6px 9px; border-radius: 4px; background: var(--orange); color: white; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-heart { position: absolute; z-index: 2; top: 11px; right: 11px; width: 34px; height: 34px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); cursor: pointer; }
.quick-add { position: absolute; z-index: 2; left: 12px; right: 12px; bottom: 12px; min-height: 41px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 6px; background: rgba(17,19,24,.91); color: #fff; font-size: 11px; font-weight: 720; transform: translateY(60px); opacity: 0; transition: .26s; cursor: pointer; }
.product-card:hover .quick-add, .quick-add:focus { transform: translateY(0); opacity: 1; }
.product-info { padding: 16px 16px 18px; }.product-meta { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }.product-meta span:last-child { display: flex; align-items: center; gap: 3px; color: #e89a15; }
.product-info h3 { margin: 8px 0 10px; font-size: 15px; letter-spacing: -.025em; }.product-price { display: flex; align-items: center; gap: 8px; }.product-price strong { color: var(--orange); font-size: 15px; }.product-price del { color: #aaa; font-size: 10px; }
.product-colors { display: flex; align-items: center; gap: 5px; margin-top: 13px; }.product-colors i { width: 13px; height: 13px; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #d8d8d8; }.product-colors .black { background:#17191c}.product-colors .orange{background:#f25a24}.product-colors .blue{background:#2875de}.product-colors span { margin-left: 4px; color: #8b8f96; font-size: 9px; }
.products-footer { margin-top: 35px; text-align: center; }

.custom-section { padding-top: 80px; padding-bottom: 80px; background: #121419; color: #fff; overflow: hidden; }
.custom-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 78px; }
.custom-art { position: relative; min-height: 490px; display: grid; place-items: center; }
.big-outline { position: absolute; left: -30px; top: 40px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.075); font-size: 105px; font-weight: 950; transform: rotate(-90deg) translateX(-72%); transform-origin: left top; }
.custom-jersey { position: relative; width: 285px; height: 365px; display: flex; flex-direction: column; align-items: center; justify-content: center; clip-path: polygon(27% 0,39% 8%,61% 8%,73% 0,100% 17%,86% 39%,78% 32%,82% 100%,18% 100%,22% 32%,14% 39%,0 17%); background: linear-gradient(125deg,#f25a24 0 36%,#121419 36% 52%,#3077e4 52%); filter: drop-shadow(0 30px 35px rgba(0,0,0,.4)); }
.custom-jersey::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg,transparent 0 12px,rgba(255,255,255,.045) 12px 13px); }
.custom-jersey .collar { position: absolute; top: 0; width: 76px; height: 37px; border-radius: 0 0 50% 50%; background: #121419; border: 7px solid white; }
.custom-logo { position: relative; z-index: 2; width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 12px; border-radius: 8px 3px; background: white; color: var(--orange); font-weight: 950; }
.custom-jersey strong { position: relative; z-index: 2; font-size: 82px; line-height: 1; letter-spacing: -.08em; }.custom-jersey small { position: relative; z-index: 2; margin-top: 6px; font-size: 9px; letter-spacing: .35em; }
.design-chip { position: absolute; z-index: 3; min-height: 45px; display: flex; align-items: center; gap: 9px; padding: 0 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 8px; background: rgba(33,36,42,.8); backdrop-filter: blur(10px); color: #c9ccd2; font-size: 10px; box-shadow: 0 15px 35px rgba(0,0,0,.25); }.design-chip i { width: 17px; height: 17px; border-radius: 50%; background: var(--orange); }.chip-one { left: 40px; top: 110px; }.chip-two { right: 12px; bottom: 70px; }
.custom-copy h2 { margin-top: 13px; color: white; }.custom-copy > p { margin: 22px 0; max-width: 530px; color: #a5a9b1; font-size: 14px; line-height: 1.75; }.custom-copy ul { padding: 0; margin: 0 0 27px; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; list-style: none; }.custom-copy li { display: flex; align-items: center; gap: 8px; color: #d1d3d7; font-size: 11px; }.custom-copy li svg { color: var(--orange); }.demo-note { display: block; margin-top: 12px; color: #747982; font-size: 9px; }

.how-section { background: #f7f6f2; }.steps-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }.steps-grid::before { content: ""; position: absolute; left: 12%; right: 12%; top: 59px; border-top: 1px dashed #c9c7c1; }.step-card { position: relative; z-index: 2; min-height: 225px; padding: 27px 23px; border: 1px solid var(--line); border-radius: 13px; background: white; }.step-card > span { position: absolute; top: 18px; right: 18px; color: #e8e7e3; font-size: 36px; font-weight: 900; }.step-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 29px; border-radius: 12px; color: var(--orange); background: #fff0e9; box-shadow: 0 0 0 8px #f7f6f2; }.step-icon svg { width: 23px; }.step-card h3 { margin: 0 0 9px; font-size: 15px; }.step-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }

.testimonial-section { padding: 82px 0; background: white; }.testimonial-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: center; }.testimonial-copy h2 { margin-bottom: 24px; }.testimonial-rating { display: flex; align-items: center; gap: 13px; }.testimonial-rating > strong { font-size: 35px; }.testimonial-rating > span { display: flex; flex-direction: column; color: #f2aa28; }.testimonial-rating > span span { display: flex; gap: 2px; }.testimonial-rating small { margin-top: 3px; color: var(--muted); font-size: 9px; }.testimonial-grid blockquote { position: relative; margin: 0; padding: 42px; border-radius: 17px; background: #14171c; color: white; }.quote-mark { position: absolute; right: 27px; top: 8px; color: var(--orange); font-family: Georgia,serif; font-size: 90px; line-height: 1; }.testimonial-grid blockquote p { position: relative; z-index: 2; margin: 0 0 28px; max-width: 610px; color: #d8dade; font-size: 17px; line-height: 1.7; }.testimonial-grid blockquote footer { display: flex; align-items: center; gap: 12px; }.testimonial-grid blockquote footer > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); font-size: 11px; font-weight: 800; }.testimonial-grid blockquote footer div { display:flex; flex-direction:column }.testimonial-grid blockquote footer strong { font-size: 11px; }.testimonial-grid blockquote footer small { margin-top: 3px; color: #858a94; font-size: 9px; }

.site-footer { padding: 65px 0 22px; background: #0c0e11; color: #fff; }.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.25fr; gap: 55px; }.light-brand { color: white; }.footer-brand p { max-width: 330px; margin: 20px 0 0; color: #7e838c; font-size: 12px; line-height: 1.7; }.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }.footer-grid > div > strong { margin-bottom: 8px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }.footer-grid > div > a, .footer-grid > div > span { color: #858a92; font-size: 10px; }.footer-grid a:hover { color: var(--orange); }.copyright { margin-top: 55px; padding-top: 19px; display: flex; justify-content: space-between; border-top: 1px solid #202329; color: #60656d; font-size: 9px; }

.ai-fab { position: fixed; z-index: 80; right: 24px; bottom: 24px; min-width: 54px; height: 54px; padding: 0 17px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 30px; color: white; background: var(--orange); box-shadow: 0 14px 35px rgba(242,90,36,.42); font-size: 11px; font-weight: 780; cursor: pointer; }.chat-panel { position: fixed; z-index: 75; right: 24px; bottom: 90px; width: min(350px,calc(100vw - 32px)); overflow: hidden; border: 1px solid #e8e5df; border-radius: 16px; background: white; box-shadow: 0 28px 80px rgba(17,19,24,.25); animation: chatUp .22s ease-out; }.chat-panel header { min-height: 67px; padding: 0 15px; display: flex; align-items: center; gap: 10px; background: #15181d; color:white; }.chat-panel header > span { width: 37px; height: 37px; display:grid; place-items:center; border-radius:10px; background:var(--orange) }.chat-panel header div { display:flex; flex-direction:column; flex:1 }.chat-panel header strong { font-size:11px }.chat-panel header small { margin-top:4px; display:flex; align-items:center; gap:5px; color:#9297a0; font-size:8px }.chat-panel header small i { width:6px;height:6px;border-radius:50%;background:#55d78a }.chat-panel header button { border:0;background:transparent;color:#9ba0a9;cursor:pointer }.chat-body { padding: 18px; }.bot-label { color: var(--orange); font-size: 8px; font-weight:800; letter-spacing:.14em }.chat-body > p { padding: 12px 13px; margin: 6px 0 17px; border-radius: 4px 12px 12px 12px; background:#f3f2ef; color:#494e56; font-size:11px; line-height:1.6 }.chat-body > small { color:#94979c;font-size:9px }.chat-options { display:flex;flex-wrap:wrap;gap:6px;margin-top:8px }.chat-options button { padding:7px 9px;border:1px solid #e0ded9;border-radius:20px;background:white;color:#525760;font-size:9px;cursor:pointer }.chat-options button:hover { border-color:var(--orange);color:var(--orange) }.chat-panel > footer { padding: 10px; display:flex; gap:7px; border-top:1px solid #eceae6 }.chat-panel input { flex:1;min-width:0;height:38px;padding:0 10px;border:0;background:#f5f4f1;border-radius:7px;font-size:10px;outline:none }.chat-panel footer button { width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:7px;background:var(--orange);color:white;cursor:pointer } @keyframes chatUp { from { opacity:0; transform:translateY(12px) } }

@media (max-width: 1000px) {
  .desktop-nav { gap: 18px; }.desktop-nav a:nth-child(3) { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; }.hero-image-wrap { left: -230px; }
  .benefit-grid > div { padding: 0 12px; }.category-grid,.product-grid { grid-template-columns: repeat(2,1fr); }.custom-grid { gap: 35px; }.footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2/4; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }.section { padding: 70px 0; }
  .announcement { justify-content:center; text-align:center; }.announcement-side { display:none !important; }
  .site-header { height:66px }.desktop-nav,.hide-mobile { display:none }.mobile-menu-button { display:grid }.header-actions { gap:2px }.brand { font-size:17px }.brand-mark{width:31px;height:31px;font-size:19px}
  .hero { min-height:auto }.hero-grid { display:flex; flex-direction:column }.hero-copy { padding:62px 0 20px; width:100% }.hero h1 { font-size:51px }.hero-copy > p { font-size:14px;line-height:1.7 }.hero-actions .button { width:100% }.hero-trust { flex-wrap:wrap }.rating { margin-left:0 }
  .hero-visual { width:calc(100% + 28px); min-height:420px; margin-right:-14px }.hero-image-wrap { inset:0 -40px 0 -40px }.hero-image-wrap img { object-position:66% 50% }.hero-image-shade { background:linear-gradient(180deg,#101215 0%,transparent 20%,rgba(16,18,21,.2) 70%,#101215 100%) }.quality-card{top:45px;right:15px}.delivery-card{bottom:50px;left:15px}.hero-number{right:20px;bottom:0;font-size:130px}
  .benefit-grid { grid-template-columns:1fr 1fr;padding:14px 0 }.benefit-grid > div { padding:15px 8px;border:0 }.benefit-grid > div:first-child{padding-left:8px}.benefit-grid strong{font-size:10px}.benefit-grid small{font-size:8px}.benefit-grid > div > span{width:35px;height:35px}
  .section-heading.split { align-items:flex-start;gap:18px }.section-heading.split > a { padding-top:5px;white-space:nowrap;font-size:10px }.section-heading h2,.custom-copy h2,.testimonial-copy h2 { font-size:36px }.category-grid { gap:10px }.category-card { min-height:155px;padding:18px }.category-card strong{font-size:17px}.category-code{font-size:32px}.round-arrow{width:33px;height:33px;right:14px;bottom:14px}
  .product-grid { grid-template-columns:1fr 1fr;gap:9px }.product-card{border-radius:10px}.product-info{padding:12px 10px 14px}.product-info h3{font-size:12px}.product-price{align-items:flex-start;flex-direction:column;gap:2px}.product-price strong{font-size:12px}.product-meta{font-size:7px}.product-colors span{display:none}.quick-add{transform:none;opacity:1;left:8px;right:8px;bottom:8px;min-height:35px}.product-badge{top:8px;left:8px}.product-heart{top:7px;right:7px;width:30px;height:30px}
  .custom-grid { grid-template-columns:1fr;gap:30px }.custom-art{min-height:390px}.custom-jersey{width:225px;height:300px}.custom-jersey strong{font-size:65px}.chip-one{left:0;top:80px}.chip-two{right:0;bottom:45px}.big-outline{font-size:75px}.custom-copy ul{grid-template-columns:1fr}.button.white{width:100%}
  .steps-grid { grid-template-columns:1fr 1fr;gap:10px }.steps-grid::before{display:none}.step-card{min-height:205px;padding:19px 16px}.step-card > span{font-size:28px}.step-icon{margin-bottom:24px}
  .testimonial-grid{grid-template-columns:1fr;gap:30px}.testimonial-grid blockquote{padding:29px 24px}.testimonial-grid blockquote p{font-size:14px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-brand{grid-column:1/3}.footer-grid > div:last-child{grid-column:1/3}.copyright{flex-direction:column;gap:8px}.chat-panel{right:16px;bottom:82px}.ai-fab{right:16px;bottom:17px}
}

@media (max-width: 420px) {
  .hero h1{font-size:43px}.section-heading.split{flex-direction:column}.category-grid{grid-template-columns:1fr 1fr}.category-card{min-height:145px}.benefit-grid{grid-template-columns:1fr}.benefit-grid > div{padding:11px 12px}.steps-grid{grid-template-columns:1fr}.step-card{min-height:180px}.custom-art{min-height:340px}.custom-jersey{width:195px;height:260px}.chip-one{top:35px}.chip-two{bottom:20px}
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Laravel storefront additions */
img { max-width: 100%; }
.bag-symbol { font-size: 18px; }
.cart-button b { position:absolute;top:0;right:-2px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border:2px solid var(--paper);border-radius:20px;background:var(--orange);color:white;font-size:9px; }
.mobile-drawer { transform: translateX(102%); visibility: hidden; }
.mobile-drawer.open { transform: translateX(0); visibility: visible; }
.mobile-drawer nav a { color: var(--ink); }
.hero-image-wrap img, .product-image img { width:100%;height:100%;object-fit:cover; }
.product-image { display:block; }
.quick-cart-form { margin-top:14px; }
.quick-add { position:static;width:100%;min-height:41px;transform:none;opacity:1;border:0;border-radius:6px;background:#17191d;color:#fff;font-size:11px;font-weight:750;cursor:pointer; }
.product-view { display:none; }
.product-summary { margin:8px 0 0;color:var(--muted);font-size:10px;line-height:1.6; }
.product-buy-row { margin-top:13px;display:flex;align-items:flex-end;justify-content:space-between;gap:10px; }
.product-buy-row .quick-cart-form { margin:0; }
.product-buy-row .quick-add { width:auto;min-width:108px;padding:0 13px;display:flex;gap:7px; }
.product-buy-row .quick-add .ui-icon { width:16px;height:16px; }
.product-info h3 a:hover { color:var(--orange); }
.product-card .product-image:hover img { transform:scale(1.035); }
.whatsapp-fab { position:fixed;z-index:81;right:128px;bottom:24px;width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:#20b969;color:#fff;font-size:12px;font-weight:900;box-shadow:0 14px 35px rgba(32,185,105,.3); }
.chat-form { padding:10px;display:flex;gap:7px;border-top:1px solid #eceae6; }
.chat-form input { flex:1;min-width:0;height:38px;padding:0 10px;border:0;background:#f5f4f1;border-radius:7px;font-size:10px;outline:none; }
.chat-form button { width:38px;height:38px;border:0;border-radius:7px;background:var(--orange);color:white;cursor:pointer; }
.toast { position:fixed;z-index:120;top:90px;right:20px;max-width:390px;padding:14px 18px;border-radius:10px;color:#fff;font-size:13px;font-weight:650;box-shadow:0 16px 50px rgba(0,0,0,.22);transition:.3s; }
.toast.success { background:#167d4d; }.toast.error { background:#a82c34; }.toast.hide { opacity:0;transform:translateY(-10px); }
.page-shell { min-height:60vh; }.page-hero { padding:78px 0;background:#111318;color:#fff; }.page-hero.compact { padding:55px 0; }.page-hero h1 { max-width:760px;margin:9px 0 12px;font-size:clamp(42px,6vw,72px);letter-spacing:-.055em;line-height:1; }.page-hero p { max-width:650px;margin:0;color:#aeb2b9;line-height:1.7; }
.catalog-filter { display:grid;grid-template-columns:1fr 260px auto;gap:10px;margin-bottom:32px; }.catalog-filter input,.catalog-filter select,.form-panel input,.form-panel select,.form-panel textarea,.detail-form input,.detail-form select { width:100%;padding:13px 14px;border:1px solid #dedbd4;border-radius:8px;background:#fff;color:var(--ink);outline:none; }.catalog-filter input:focus,.catalog-filter select:focus,.form-panel input:focus,.form-panel select:focus,.form-panel textarea:focus { border-color:var(--orange);box-shadow:0 0 0 3px rgba(242,90,36,.1); }
.pagination { margin-top:34px; }.pagination nav > div:first-child { display:none; }.pagination nav > div:last-child { display:flex;justify-content:center; }.pagination nav span,.pagination nav a { display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;margin:0 3px;padding:0 9px;border:1px solid var(--line);border-radius:7px;background:#fff;font-size:11px; }.pagination nav span[aria-current="page"] span { background:var(--orange);color:#fff;border-color:var(--orange); }
.product-detail { display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:start; }.detail-image { overflow:hidden;aspect-ratio:1/1;border-radius:18px;background:#e9e7e1; }.detail-image img { width:100%;height:100%;object-fit:cover; }.detail-copy h1 { margin:12px 0;font-size:clamp(38px,4.5vw,62px);line-height:1;letter-spacing:-.055em; }.back-link { display:inline-block;margin-bottom:28px;color:var(--muted);font-size:12px; }.detail-price { margin:18px 0;color:var(--orange);font-size:27px;font-weight:850; }.detail-price del { margin-left:10px;color:#aaa;font-size:14px;font-weight:500; }.detail-copy p { color:var(--muted);line-height:1.75; }.detail-copy .lead { color:#353941;font-size:17px; }.stock-line { margin:22px 0;font-size:13px; }.field-row { display:grid;grid-template-columns:1fr 1.3fr .7fr;gap:10px;margin-bottom:13px; }.detail-form label,.form-panel label { display:flex;flex-direction:column;gap:7px;color:#464b54;font-size:11px;font-weight:700; }.text-link { display:inline-block;margin-top:18px;color:var(--orange);font-size:12px;font-weight:750; }.related { margin-top:95px; }
.empty-state { grid-column:1/-1;padding:70px 25px;text-align:center;border:1px dashed #cbc8c0;border-radius:15px;background:#fff; }.empty-state h2,.empty-state h3 { margin-top:0; }.empty-state p { color:var(--muted); }.empty-state .button { margin-top:15px; }
.cart-layout,.checkout-layout { display:grid;grid-template-columns:1fr 360px;gap:26px;align-items:start; }.cart-list { display:flex;flex-direction:column;gap:10px; }.cart-item { display:flex;align-items:center;gap:17px;padding:15px;border:1px solid var(--line);border-radius:12px;background:#fff; }.cart-item img { width:90px;height:90px;object-fit:cover;border-radius:8px; }.cart-item-copy { min-width:0;flex:1;display:flex;flex-direction:column;gap:6px; }.cart-item-copy strong { font-size:14px; }.cart-item-copy small { color:var(--muted);font-size:10px; }.cart-item-copy span { color:var(--orange);font-size:12px;font-weight:800; }.quantity-form { display:flex;flex-direction:column;gap:5px; }.quantity-form input { width:70px;padding:8px;border:1px solid var(--line);border-radius:6px; }.quantity-form button,.remove-button { border:0;background:transparent;color:var(--muted);font-size:9px;cursor:pointer; }.remove-button { width:34px;height:34px;border-radius:50%;background:#f6ecec;color:#b34242;font-size:18px; }.order-summary,.panel { padding:26px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 15px 40px rgba(17,19,24,.05); }.order-summary h2,.form-panel h2 { margin:0 0 21px;font-size:20px; }.order-summary > div { display:flex;justify-content:space-between;gap:20px;margin:12px 0;color:var(--muted);font-size:12px; }.order-summary hr { margin:20px 0;border:0;border-top:1px solid var(--line); }.centered-link { display:block;text-align:center; }.form-panel { padding:32px; }.form-panel h2:not(:first-child) { margin-top:35px; }.form-grid { display:grid;grid-template-columns:1fr 1fr;gap:16px; }.form-grid .span-two { grid-column:1/-1; }.field-error { color:#b8323f; }.payment-options { display:grid;gap:10px;margin-bottom:20px; }.payment-options label { padding:15px;display:flex;flex-direction:row;align-items:flex-start;gap:12px;border:1px solid var(--line);border-radius:9px;cursor:pointer; }.payment-options input { width:auto;margin-top:4px; }.payment-options span { display:flex;flex-direction:column;gap:4px; }.payment-options small { color:var(--muted);font-weight:500; }.summary-item { align-items:flex-start; }.grand-total { padding-top:12px;border-top:1px solid var(--line);color:var(--ink)!important;font-size:16px!important; }.success-card { max-width:700px;margin:30px auto;padding:50px;text-align:center;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 20px 65px rgba(17,19,24,.08); }.success-icon { width:70px;height:70px;display:grid;place-items:center;margin:0 auto 20px;border-radius:50%;background:#e2f5eb;color:#138653;font-size:34px;font-weight:900; }.success-card h1 { margin:12px 0;font-size:42px;letter-spacing:-.04em; }.success-card p { color:var(--muted);line-height:1.7; }.invoice-box { max-width:430px;margin:25px auto;display:grid;grid-template-columns:1fr 1fr;gap:10px; }.invoice-box > div { padding:17px;border-radius:10px;background:#f5f4f1;display:flex;flex-direction:column;gap:6px; }.invoice-box span { color:var(--muted);font-size:10px; }.success-card .text-link { display:block; }
.custom-form-layout { display:grid;grid-template-columns:360px 1fr;gap:35px;align-items:start; }.custom-info { position:sticky;top:100px;padding:30px;border-radius:15px;background:#111318;color:#fff; }.custom-info h2 { margin-top:0; }.custom-info ol { padding:0;margin:27px 0;list-style:none;display:grid;gap:24px; }.custom-info li { display:flex;gap:13px; }.custom-info li > span { color:var(--orange);font-size:11px;font-weight:900; }.custom-info strong { font-size:13px; }.custom-info p { margin:5px 0 0;color:#9297a0;font-size:11px;line-height:1.6; }.upload-field { padding:16px;border:1px dashed #c7c3ba;border-radius:10px;background:#faf9f6; }.upload-field input { padding:0;border:0;background:transparent; }
@media(max-width:900px){.product-detail{grid-template-columns:1fr;gap:35px}.cart-layout,.checkout-layout{grid-template-columns:1fr}.order-summary{position:static}.custom-form-layout{grid-template-columns:1fr}.custom-info{position:static}.catalog-filter{grid-template-columns:1fr 1fr}.catalog-filter .button{grid-column:1/-1}.whatsapp-fab{right:88px}}
@media(max-width:620px){.page-hero{padding:55px 0}.page-hero h1{font-size:43px}.catalog-filter{grid-template-columns:1fr}.catalog-filter .button{grid-column:auto}.field-row,.form-grid{grid-template-columns:1fr}.form-grid .span-two{grid-column:auto}.cart-item{align-items:flex-start;flex-wrap:wrap}.cart-item img{width:72px;height:72px}.quantity-form{margin-left:89px;flex-direction:row}.success-card{padding:30px 20px}.success-card h1{font-size:32px}.invoice-box{grid-template-columns:1fr}.whatsapp-fab{right:80px;bottom:17px;width:48px;height:48px}}
