/*
Theme Name: VIPe Custom
Theme URI: https://vipe.hu/
Author: VIPe Custom
Description: Sötét, ipari hangulatú WooCommerce téma neon kék és narancs kiemelésekkel.
Version: 1.6.0
Text Domain: vipe-custom
Requires at least: 6.2
Requires PHP: 7.4
*/

:root {
  --vipe-bg: #05070a;
  --vipe-panel: #0b1016;
  --vipe-panel-2: #101720;
  --vipe-line: rgba(255, 255, 255, .12);
  --vipe-text: #f5f7fa;
  --vipe-muted: #a9b1bd;
  --vipe-blue: #00a8ff;
  --vipe-blue-soft: #63cbff;
  --vipe-orange: #ff7a00;
  --vipe-orange-soft: #ffad45;
  --vipe-radius: 18px;
  --vipe-wrap: 1240px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--vipe-text);
  background:
    radial-gradient(circle at 18% 10%, rgba(0, 168, 255, .09), transparent 28rem),
    radial-gradient(circle at 90% 20%, rgba(255, 122, 0, .08), transparent 30rem),
    var(--vipe-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.vipe-wrap { width: min(calc(100% - 40px), var(--vipe-wrap)); margin-inline: auto; }
.vipe-section { position: relative; padding: 76px 0; }
.vipe-section--tight { padding: 44px 0; }
.vipe-kicker { margin: 0 0 8px; color: var(--vipe-orange); font-size: .78rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.vipe-title { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 900; letter-spacing: .035em; line-height: 1; text-transform: uppercase; }
.vipe-title span { color: var(--vipe-blue); }
.vipe-section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.vipe-section-head p:last-child { max-width: 580px; margin: 0; color: var(--vipe-muted); }

/* Header */
.vipe-topbar { border-bottom: 1px solid var(--vipe-line); background: #030405; color: #cbd1d9; font-size: .76rem; }
.vipe-topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.vipe-topbar__items { display: flex; align-items: center; gap: 22px; }
.vipe-topbar a:hover { color: var(--vipe-orange-soft); }
.vipe-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.11); background: rgba(5,7,10,.91); backdrop-filter: blur(16px); }
.admin-bar .vipe-header { top: 32px; }
.vipe-header__inner { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.vipe-logo { display: inline-flex; align-items: center; min-width: 160px; }
.vipe-logo .custom-logo { max-width: 185px; max-height: 64px; width: auto; }
.vipe-bundled-logo { width: 220px; height: 70px; object-fit: cover; object-position: center; }
.vipe-wordmark { display: flex; align-items: end; font-size: 2.15rem; font-weight: 1000; font-style: italic; letter-spacing: -.07em; line-height: .9; }
.vipe-wordmark__vip { color: #eef6ff; text-shadow: -3px 0 0 var(--vipe-blue), 3px 3px 0 rgba(0,168,255,.35); }
.vipe-wordmark__e { color: var(--vipe-orange); text-shadow: 2px 2px 0 rgba(255,122,0,.28); }
.vipe-wordmark small { margin-left: 9px; color: var(--vipe-muted); font-size: .47rem; font-style: normal; letter-spacing: .18em; text-transform: uppercase; }
.vipe-nav .menu { display: flex; justify-content: center; gap: clamp(16px, 2.4vw, 34px); margin: 0; padding: 0; list-style: none; }
.vipe-nav a { position: relative; display: block; padding: 30px 0 27px; font-size: .79rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.vipe-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 17px; height: 2px; background: linear-gradient(90deg, var(--vipe-blue), var(--vipe-orange)); transition: right .2s ease; }
.vipe-nav a:hover::after, .vipe-nav .current-menu-item > a::after { right: 0; }
.vipe-actions { display: flex; align-items: center; gap: 11px; }
.vipe-icon-link, .vipe-menu-toggle { position: relative; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--vipe-line); border-radius: 50%; background: rgba(255,255,255,.025); color: white; }
.vipe-icon-link:hover { border-color: var(--vipe-blue); box-shadow: 0 0 18px rgba(0,168,255,.18); }
.vipe-cart-count { position: absolute; top: -5px; right: -5px; min-width: 19px; height: 19px; display: grid; place-items: center; border-radius: 20px; background: var(--vipe-orange); color: #111; font-size: .66rem; font-weight: 900; }
.vipe-menu-toggle { display: none; cursor: pointer; }
.vipe-menu-toggle span, .vipe-menu-toggle::before, .vipe-menu-toggle::after { content: ""; width: 18px; height: 2px; background: currentColor; transition: .2s ease; }

/* Buttons */
.vipe-btn, .wp-block-button__link, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; border: 1px solid var(--vipe-blue); border-radius: 9px; color: #fff; background: linear-gradient(180deg, rgba(0,168,255,.22), rgba(0,168,255,.06)); box-shadow: 0 0 19px rgba(0,168,255,.18), inset 0 0 13px rgba(0,168,255,.08); font-size: .8rem; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease;
}
.vipe-btn:hover, .wp-block-button__link:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 0 28px rgba(0,168,255,.38); }
.vipe-btn--orange { border-color: var(--vipe-orange); background: linear-gradient(180deg, rgba(255,122,0,.22), rgba(255,122,0,.06)); box-shadow: 0 0 19px rgba(255,122,0,.18), inset 0 0 13px rgba(255,122,0,.08); }
.vipe-btn--orange:hover { box-shadow: 0 0 28px rgba(255,122,0,.38); }
.vipe-btn--ghost { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.035); box-shadow: none; }
.vipe-btn--ghost:hover { border-color: var(--vipe-blue); box-shadow: 0 0 22px rgba(0,168,255,.22); }

/* Hero */
.vipe-hero { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; border-bottom: 1px solid var(--vipe-line); background: #05070a; }
.vipe-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #05070a 0%, rgba(5,7,10,.98) 34%, rgba(5,7,10,.62) 53%, rgba(5,7,10,.08) 78%, transparent 100%), repeating-linear-gradient(90deg, transparent 0 79px, rgba(255,255,255,.012) 80px), repeating-linear-gradient(0deg, transparent 0 79px, rgba(255,255,255,.01) 80px); }
.vipe-hero::after { content: ""; position: absolute; z-index: 1; width: 3px; height: 125%; left: 70%; top: -12%; background: var(--vipe-orange); box-shadow: 0 0 12px 3px rgba(255,122,0,.9), 0 0 34px 9px rgba(255,122,0,.34); transform: rotate(38deg); opacity: .9; }
.vipe-hero__blue-ray { position: absolute; z-index: 1; width: 3px; height: 125%; left: 65%; top: -12%; background: var(--vipe-blue); box-shadow: 0 0 12px 3px rgba(0,168,255,.9), 0 0 34px 9px rgba(0,168,255,.34); transform: rotate(-38deg); opacity: .9; }
.vipe-hero__inner { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: center; gap: 30px; padding: 74px 0 64px; }
.vipe-hero__copy { max-width: 620px; }
.vipe-hero__title { margin: 0 0 20px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(3rem, 6vw, 5.3rem); letter-spacing: .02em; line-height: .91; text-transform: uppercase; }
.vipe-hero__title span { display: block; margin-top: 10px; color: var(--vipe-orange); font-size: .65em; font-style: italic; text-shadow: 0 0 24px rgba(255,122,0,.17); }
.vipe-hero__lead { max-width: 550px; margin: 0 0 28px; color: #dde3ea; font-size: clamp(1rem, 2vw, 1.18rem); }
.vipe-hero__buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.vipe-hero__trust { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 34px; color: var(--vipe-muted); font-size: .74rem; font-weight: 800; text-transform: uppercase; }
.vipe-hero__trust span { display: inline-flex; align-items: center; gap: 8px; }
.vipe-hero__trust i { width: 8px; height: 8px; border-radius: 50%; background: var(--vipe-blue); box-shadow: 0 0 10px var(--vipe-blue); }
.vipe-hero__visual { position: relative; min-height: 500px; }
.vipe-hero__product-photo { position: absolute; inset: -4% -8% -4% -2%; width: 110%; height: 108%; object-fit: contain; object-position: center; mix-blend-mode: screen; -webkit-mask-image: radial-gradient(ellipse 78% 76% at center, #000 62%, transparent 100%); mask-image: radial-gradient(ellipse 78% 76% at center, #000 62%, transparent 100%); filter: drop-shadow(0 28px 30px rgba(0,0,0,.65)); }
.vipe-product-stage { display: none; }
.vipe-shirt { position: absolute; right: 14%; top: 10%; width: 54%; height: 72%; background: linear-gradient(135deg, #252a31, #050607 60%); clip-path: polygon(29% 2%, 41% 0, 45% 12%, 55% 12%, 60% 0, 72% 2%, 100% 21%, 85% 40%, 75% 34%, 79% 100%, 21% 100%, 25% 34%, 15% 40%, 0 21%); border-radius: 30px; box-shadow: inset 20px 0 45px rgba(0,168,255,.12), inset -18px 0 38px rgba(255,122,0,.1); }
.vipe-shirt::before { content: "VIPe"; position: absolute; left: 25%; top: 37%; color: #ecf6ff; font-size: clamp(2rem, 5vw, 4.4rem); font-weight: 1000; font-style: italic; letter-spacing: -.09em; text-shadow: -4px 0 var(--vipe-blue), 4px 0 var(--vipe-orange); transform: rotate(-3deg); }
.vipe-bottle { position: absolute; left: 5%; bottom: 3%; width: 25%; height: 66%; border-radius: 30px 30px 22px 22px; background: linear-gradient(90deg, #090b0d, #313840 40%, #070809 72%); border: 1px solid rgba(255,255,255,.14); box-shadow: inset 9px 0 20px rgba(0,168,255,.12), inset -8px 0 20px rgba(255,122,0,.08); transform: rotate(-4deg); }
.vipe-bottle::before { content: ""; position: absolute; left: 21%; right: 21%; top: -10%; height: 14%; border-radius: 9px 9px 3px 3px; background: repeating-linear-gradient(90deg,#111 0 5px,#252b31 6px 8px); border: 1px solid #3b424a; }
.vipe-bottle::after { content: "VIPe"; position: absolute; inset: 38% 0 auto; text-align: center; color: white; font-size: 1.8rem; font-weight: 1000; font-style: italic; text-shadow: -2px 0 var(--vipe-blue), 2px 0 var(--vipe-orange); transform: rotate(90deg); }
.vipe-mug { position: absolute; right: 2%; bottom: 1%; width: 31%; height: 31%; border-radius: 8px 8px 18px 18px; background: linear-gradient(120deg,#121519,#333940 42%,#090a0b); border: 1px solid rgba(255,255,255,.16); box-shadow: inset 12px 0 26px rgba(0,168,255,.11); }
.vipe-mug::before { content: ""; position: absolute; right: -29%; top: 16%; width: 39%; height: 58%; border: 12px solid #171b20; border-left: 0; border-radius: 0 45% 45% 0; }
.vipe-mug::after { content: "VIPe"; position: absolute; inset: 33% 0 auto; text-align: center; color: white; font-size: 1.55rem; font-weight: 1000; font-style: italic; text-shadow: -2px 0 var(--vipe-blue), 2px 0 var(--vipe-orange); }

/* Cards */
.vipe-grid { display: grid; gap: 18px; }
.vipe-grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.vipe-category { position: relative; min-height: 310px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; padding: 24px; border: 1px solid rgba(0,168,255,.55); border-radius: var(--vipe-radius); background: linear-gradient(180deg, rgba(0,168,255,.11), rgba(8,12,17,.98) 65%); box-shadow: inset 0 0 30px rgba(0,168,255,.045); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.vipe-category:nth-child(even) { border-color: rgba(255,122,0,.62); background: linear-gradient(180deg, rgba(255,122,0,.105), rgba(8,12,17,.98) 65%); }
.vipe-category:hover { transform: translateY(-7px); border-color: var(--vipe-blue); box-shadow: 0 13px 36px rgba(0,168,255,.13), inset 0 0 28px rgba(0,168,255,.06); }
.vipe-category:nth-child(even):hover { border-color: var(--vipe-orange); box-shadow: 0 13px 36px rgba(255,122,0,.13), inset 0 0 28px rgba(255,122,0,.06); }
.vipe-category__art { position: absolute; inset: 14px 20px 112px; display: grid; place-items: center; color: rgba(255,255,255,.9); }
.vipe-category__art svg { width: min(150px, 76%); height: 150px; filter: drop-shadow(0 0 20px rgba(0,168,255,.25)); }
.vipe-category:nth-child(even) .vipe-category__art svg { filter: drop-shadow(0 0 20px rgba(255,122,0,.25)); }
.vipe-category:last-child .vipe-category__art { bottom: 150px; }
.vipe-category:last-child .vipe-category__art svg { width: min(130px, 70%); height: 125px; }
.vipe-category h3 { position: relative; margin: 0 0 3px; font-size: 1.22rem; font-weight: 950; text-transform: uppercase; }
.vipe-category p { position: relative; min-height: 38px; margin: 0 0 16px; color: var(--vipe-muted); font-size: .78rem; }
.vipe-category__link { position: relative; color: var(--vipe-blue-soft); font-size: .72rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.vipe-category:nth-child(even) .vipe-category__link { color: var(--vipe-orange-soft); }

.vipe-social-gallery { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 30px; margin-top: 24px; padding: 28px 30px; border: 1px solid rgba(0,168,255,.42); border-radius: var(--vipe-radius); background: linear-gradient(110deg, rgba(0,168,255,.1), rgba(9,14,20,.97) 58%, rgba(255,122,0,.08)); }
.vipe-social-gallery h3 { margin: 0 0 7px; font-size: 1.25rem; text-transform: uppercase; }
.vipe-social-gallery p:last-child { max-width: 820px; margin: 0; color: var(--vipe-muted); font-size: .84rem; }

.vipe-benefits { padding: 25px; border: 1px solid var(--vipe-line); border-radius: var(--vipe-radius); background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); }
.vipe-benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.vipe-benefit { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 13px; padding: 10px 24px; border-right: 1px solid var(--vipe-line); }
.vipe-benefit:last-child { border-right: 0; }
.vipe-benefit__icon { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--vipe-blue); border-radius: 12px; color: var(--vipe-blue); box-shadow: inset 0 0 13px rgba(0,168,255,.1); font-size: 1.25rem; font-weight: 900; }
.vipe-benefit:nth-child(even) .vipe-benefit__icon { border-color: var(--vipe-orange); color: var(--vipe-orange); }
.vipe-benefit strong { display: block; font-size: .78rem; text-transform: uppercase; }
.vipe-benefit span { color: var(--vipe-muted); font-size: .72rem; }

.vipe-tech-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 17px; }
.vipe-tech { min-height: 245px; padding: 24px; border: 1px solid var(--vipe-line); border-radius: var(--vipe-radius); background: linear-gradient(145deg, rgba(0,168,255,.075), rgba(255,255,255,.018)); }
.vipe-tech:nth-child(even) { background: linear-gradient(145deg, rgba(255,122,0,.075), rgba(255,255,255,.018)); }
.vipe-tech__number { margin-bottom: 36px; color: transparent; -webkit-text-stroke: 1px var(--vipe-blue); font-size: 2.2rem; font-weight: 1000; opacity: .7; }
.vipe-tech:nth-child(even) .vipe-tech__number { -webkit-text-stroke-color: var(--vipe-orange); }
.vipe-tech h3 { margin: 0 0 10px; font-size: 1rem; text-transform: uppercase; }
.vipe-tech p { margin: 0; color: var(--vipe-muted); font-size: .81rem; }

.vipe-digital-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.vipe-digital-card { display: grid; grid-template-columns: 84px minmax(0, 1fr) auto; align-items: center; gap: 22px; min-height: 180px; padding: 28px; border: 1px solid rgba(0,168,255,.52); border-radius: var(--vipe-radius); background: linear-gradient(120deg, rgba(0,168,255,.11), rgba(10,15,21,.96)); }
.vipe-digital-card:nth-child(even) { border-color: rgba(255,122,0,.58); background: linear-gradient(120deg, rgba(255,122,0,.11), rgba(10,15,21,.96)); }
.vipe-digital-card__icon { width: 78px; height: 78px; display: grid; place-items: center; border: 1px solid var(--vipe-blue); border-radius: 18px; color: var(--vipe-blue-soft); box-shadow: inset 0 0 18px rgba(0,168,255,.11), 0 0 18px rgba(0,168,255,.08); }
.vipe-digital-card:nth-child(even) .vipe-digital-card__icon { border-color: var(--vipe-orange); color: var(--vipe-orange-soft); }
.vipe-digital-card__icon svg { width: 46px; height: 46px; }
.vipe-digital-card h3 { margin: 0 0 7px; font-size: 1.15rem; text-transform: uppercase; }
.vipe-digital-card p { margin: 0; color: var(--vipe-muted); font-size: .83rem; }

.vipe-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.vipe-step { position: relative; min-height: 190px; padding: 25px; border: 1px solid rgba(0,168,255,.48); border-radius: var(--vipe-radius); background: var(--vipe-panel); }
.vipe-step:nth-child(odd) { border-color: rgba(255,122,0,.55); }
.vipe-step:not(:last-child)::after { content: "›"; position: absolute; right: -18px; top: 50%; z-index: 2; color: var(--vipe-orange); font-size: 2rem; transform: translateY(-50%); }
.vipe-step__num { color: var(--vipe-blue); font-size: 2.5rem; font-weight: 1000; line-height: 1; }
.vipe-step:nth-child(odd) .vipe-step__num { color: var(--vipe-orange); }
.vipe-step h3 { margin: 17px 0 7px; font-size: .92rem; text-transform: uppercase; }
.vipe-step p { margin: 0; color: var(--vipe-muted); font-size: .8rem; }

.vipe-products .products { margin-top: 30px !important; }
.woocommerce ul.products li.product { overflow: hidden; padding: 0 0 20px !important; border: 1px solid var(--vipe-line); border-radius: var(--vipe-radius); background: var(--vipe-panel); }
.woocommerce ul.products li.product a img { margin-bottom: 18px !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button { margin-left: 18px !important; margin-right: 18px !important; }
.woocommerce ul.products li.product .price { color: var(--vipe-orange) !important; font-weight: 900; }

.vipe-cta { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 40px; border: 1px solid rgba(0,168,255,.55); border-radius: 24px; background: linear-gradient(110deg, rgba(0,168,255,.13), rgba(10,14,19,.96) 45%, rgba(255,122,0,.12)); box-shadow: 0 0 34px rgba(0,168,255,.08); }
.vipe-cta::after { content: ""; position: absolute; width: 240px; height: 2px; right: -50px; top: 40px; background: var(--vipe-orange); box-shadow: 0 0 15px 4px rgba(255,122,0,.55); transform: rotate(-35deg); }
.vipe-cta h2 { margin: 0 0 8px; font-size: clamp(1.6rem,4vw,2.6rem); text-transform: uppercase; }
.vipe-cta p { margin: 0; color: var(--vipe-muted); }

/* Ajánlatkérő */
body.vipe-modal-open { overflow: hidden; }
.vipe-modal { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 24px; visibility: hidden; opacity: 0; transition: opacity .2s ease, visibility .2s ease; }
.vipe-modal.is-open { visibility: visible; opacity: 1; }
.vipe-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.82); backdrop-filter: blur(7px); }
.vipe-modal__dialog { position: relative; width: min(920px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; padding: 34px; border: 1px solid rgba(0,168,255,.62); border-radius: 22px; background: linear-gradient(145deg, #0d141c, #06080b 65%, rgba(255,122,0,.09)); box-shadow: 0 0 50px rgba(0,168,255,.18), 0 0 30px rgba(255,122,0,.08); }
.vipe-modal__close { position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--vipe-line); border-radius: 50%; background: rgba(255,255,255,.04); color: white; cursor: pointer; font-size: 1.35rem; }
.vipe-modal__close:hover { border-color: var(--vipe-orange); color: var(--vipe-orange-soft); }
.vipe-modal__head { padding-right: 45px; margin-bottom: 23px; }
.vipe-modal__head h2 { margin: 0 0 8px; font-size: clamp(1.5rem, 4vw, 2.25rem); text-transform: uppercase; }
.vipe-modal__head p { margin: 0; color: var(--vipe-muted); }
.vipe-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.vipe-form-progress { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 0 8px; padding: 0; list-style: none; }
.vipe-form-progress li { position: relative; display: grid; justify-items: center; gap: 7px; color: #6f7b88; font-size: .7rem; letter-spacing: .055em; text-align: center; text-transform: uppercase; transition: color .2s ease; }
.vipe-form-progress li:not(:last-child)::after { content: ""; position: absolute; z-index: 0; top: 17px; left: calc(50% + 24px); right: calc(-50% + 24px); height: 2px; background: rgba(255,255,255,.13); transition: background .2s ease, box-shadow .2s ease; }
.vipe-form-progress span { position: relative; z-index: 1; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: #080c11; color: #8994a1; font-size: .82rem; font-weight: 900; }
.vipe-form-progress strong { font-weight: 850; }
.vipe-form-progress li.is-active { color: var(--vipe-orange-soft); }
.vipe-form-progress li.is-active span { border-color: var(--vipe-orange); color: #fff; box-shadow: 0 0 20px rgba(255,122,0,.32), inset 0 0 12px rgba(255,122,0,.15); }
.vipe-form-progress li.is-complete { color: var(--vipe-blue-soft); }
.vipe-form-progress li.is-complete span { border-color: var(--vipe-blue); background: rgba(0,168,255,.12); color: #fff; box-shadow: 0 0 18px rgba(0,168,255,.22); }
.vipe-form-progress li.is-complete:not(:last-child)::after { background: linear-gradient(90deg, var(--vipe-blue), rgba(0,168,255,.5)); box-shadow: 0 0 8px rgba(0,168,255,.32); }
.vipe-form-step { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.vipe-form-step__head { margin-bottom: 2px; padding: 2px 0 14px; border-bottom: 1px solid var(--vipe-line); outline: 0; }
.vipe-form-step__head .vipe-kicker { margin: 0 0 3px; font-size: .65rem; }
.vipe-form-step__head h3 { margin: 0 0 5px; color: #fff; font-size: clamp(1.15rem, 3vw, 1.45rem); text-transform: uppercase; }
.vipe-form-step__head > p:last-child { margin: 0; color: var(--vipe-muted); font-size: .82rem; }
.vipe-field { display: grid; gap: 7px; }
.vipe-field--full { grid-column: 1 / -1; }
.vipe-field label { color: #dce4ec; font-size: .78rem; font-weight: 850; text-transform: uppercase; }
.vipe-field input, .vipe-field select, .vipe-field textarea { width: 100%; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; outline: 0; background: #080c11; color: white; padding: 12px 13px; }
.vipe-field input:focus, .vipe-field select:focus, .vipe-field textarea:focus { border-color: var(--vipe-blue); box-shadow: 0 0 0 3px rgba(0,168,255,.1); }
.vipe-field textarea { min-height: 135px; resize: vertical; }
.vipe-field input[type="file"] { padding: 9px; color: var(--vipe-muted); }
.vipe-field input[type="file"]::file-selector-button { margin-right: 12px; padding: 8px 11px; border: 1px solid var(--vipe-blue); border-radius: 7px; background: rgba(0,168,255,.12); color: white; cursor: pointer; }
.vipe-field small { color: #7f8996; font-size: .72rem; }
.vipe-field .vipe-size-availability { padding: 9px 10px; border-left: 3px solid var(--vipe-orange); border-radius: 6px; background: rgba(255,122,0,.09); color: #ffd6ad; }
.vipe-order-section { grid-column: 1 / -1; min-width: 0; margin: 2px 0; padding: 20px; border: 1px solid rgba(0,168,255,.35); border-radius: 14px; background: rgba(0,168,255,.035); }
.vipe-order-section:nth-of-type(even) { border-color: rgba(255,122,0,.38); background: rgba(255,122,0,.035); }
.vipe-order-section legend { padding: 0 9px; color: var(--vipe-orange-soft); font-size: .85rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.vipe-order-section__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.vipe-product-panel { min-width: 0; }
.vipe-order-note { padding: 14px 16px; border-left: 3px solid var(--vipe-blue); border-radius: 8px; background: rgba(0,168,255,.08); color: #dce8f1; font-size: .82rem; }
.vipe-kept-files { padding: 8px 10px; border-left: 3px solid var(--vipe-blue); border-radius: 6px; background: rgba(0,168,255,.08); color: var(--vipe-blue-soft) !important; }
.vipe-cart-view { grid-column: 1 / -1; display: grid; gap: 16px; }
.vipe-cart-list { display: grid; gap: 11px; }
.vipe-cart-item { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 17px 18px; border: 1px solid rgba(0,168,255,.34); border-radius: 13px; background: rgba(0,168,255,.045); }
.vipe-cart-item:nth-child(even) { border-color: rgba(255,122,0,.34); background: rgba(255,122,0,.04); }
.vipe-cart-item h4 { margin: 0 0 4px; color: var(--vipe-orange-soft); font-size: .83rem; text-transform: uppercase; }
.vipe-cart-item p { margin: 0; color: #eef3f7; font-size: .83rem; }
.vipe-cart-item small { display: block; margin-top: 7px; color: var(--vipe-muted); white-space: pre-line; }
.vipe-cart-item__actions { flex: 0 0 auto; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.vipe-cart-item__actions button { padding: 7px 9px; border: 1px solid rgba(0,168,255,.5); border-radius: 7px; background: rgba(0,168,255,.08); color: var(--vipe-blue-soft); cursor: pointer; font-size: .68rem; font-weight: 850; text-transform: uppercase; }
.vipe-cart-item__actions button[data-cart-action="remove"] { border-color: rgba(255,122,0,.5); background: rgba(255,122,0,.07); color: var(--vipe-orange-soft); }
.vipe-cart-empty { margin: 0; padding: 20px; border: 1px dashed rgba(255,255,255,.2); border-radius: 12px; color: var(--vipe-muted); text-align: center; }
.vipe-cart-view__actions { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; }
.vipe-cart-view__actions button:disabled { cursor: not-allowed; opacity: .42; }
.vipe-summary { display: grid; gap: 11px; }
.vipe-summary__card { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.025); }
.vipe-summary__card:nth-child(odd) { border-color: rgba(0,168,255,.32); background: rgba(0,168,255,.045); }
.vipe-summary__card h4 { margin: 0 0 5px; color: var(--vipe-orange-soft); font-size: .76rem; letter-spacing: .055em; text-transform: uppercase; }
.vipe-summary__card p { margin: 0; color: #e7edf3; font-size: .85rem; line-height: 1.55; white-space: pre-line; }
.vipe-summary__card button { flex: 0 0 auto; padding: 6px 9px; border: 1px solid rgba(0,168,255,.5); border-radius: 7px; background: rgba(0,168,255,.08); color: var(--vipe-blue-soft); cursor: pointer; font-size: .69rem; font-weight: 850; text-transform: uppercase; }
.vipe-summary__card button:hover { border-color: var(--vipe-orange); color: var(--vipe-orange-soft); }
.vipe-check { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 10px; color: var(--vipe-muted); font-size: .77rem; }
.vipe-check input { margin-top: 3px; accent-color: var(--vipe-blue); }
.vipe-form-actions { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 5px; }
.vipe-form-actions__buttons { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; margin-left: auto; }
.vipe-form-status { margin: 0; color: var(--vipe-blue-soft); font-size: .8rem; }
.vipe-form-status.is-error { color: #ff9a70; }
.vipe-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Content & footer */
.vipe-content { min-height: 50vh; padding: 62px 0 90px; }
.vipe-entry { max-width: 900px; }
.vipe-entry--wide { max-width: 1200px; }
.vipe-entry h1 { font-size: clamp(2rem,5vw,3.5rem); text-transform: uppercase; }
.vipe-entry a { color: var(--vipe-blue-soft); }
.vipe-entry h2 { margin: 42px 0 14px; color: #fff; font-size: clamp(1.25rem, 3vw, 1.75rem); text-transform: uppercase; }
.vipe-entry h3 { color: #fff; }
.vipe-entry li + li { margin-top: 8px; }
.vipe-info-lead { max-width: 900px; color: #dce3ea; font-size: 1.05rem; }
.vipe-info-options { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 28px 0 38px; }
.vipe-info-options--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vipe-info-option { padding: 22px; border: 1px solid rgba(0,168,255,.42); border-radius: 15px; background: linear-gradient(145deg, rgba(0,168,255,.08), rgba(9,14,20,.97)); }
.vipe-info-option:nth-child(even) { border-color: rgba(255,122,0,.48); background: linear-gradient(145deg, rgba(255,122,0,.08), rgba(9,14,20,.97)); }
.vipe-info-option h3 { margin: 0 0 10px; font-size: .95rem; text-transform: uppercase; }
.vipe-info-option strong { display: block; margin-bottom: 8px; color: var(--vipe-orange-soft); font-size: 1.12rem; }
.vipe-info-option p { margin: 0; color: var(--vipe-muted); font-size: .82rem; }
.vipe-legal-warning { margin: 0 0 30px; padding: 18px 20px; border: 1px solid rgba(255,122,0,.65); border-radius: 12px; background: rgba(255,122,0,.1); color: #ffe1bf; }
.vipe-table-wrap { overflow-x: auto; }
.vipe-legal-table { width: 100%; border-collapse: collapse; min-width: 720px; }
.vipe-legal-table th, .vipe-legal-table td { padding: 13px; border: 1px solid var(--vipe-line); text-align: left; vertical-align: top; }
.vipe-legal-table th { background: rgba(0,168,255,.12); }
.vipe-faq { display: grid; gap: 13px; }
.vipe-faq details { padding: 18px 20px; border: 1px solid var(--vipe-line); border-radius: 13px; background: var(--vipe-panel); }
.vipe-faq details[open] { border-color: rgba(0,168,255,.52); }
.vipe-faq summary { cursor: pointer; color: #fff; font-weight: 850; }
.vipe-faq p { margin: 12px 0 0; color: var(--vipe-muted); }
.vipe-about-layout { display: grid; grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr); align-items: start; gap: 44px; margin-top: 28px; }
.vipe-about-visual { position: sticky; top: 120px; overflow: hidden; margin: 0; border: 1px solid rgba(0,168,255,.58); border-radius: 22px; background: #07101a; box-shadow: 0 22px 55px rgba(0,0,0,.32), 0 0 30px rgba(0,168,255,.1); }
.vipe-about-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, rgba(0,168,255,.12), transparent 45%, rgba(255,122,0,.12)); }
.vipe-about-visual img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.vipe-about-visual figcaption { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 17px 20px; border-top: 1px solid var(--vipe-line); }
.vipe-about-visual figcaption strong { color: #fff; font-size: 1rem; text-transform: uppercase; }
.vipe-about-visual figcaption span { color: var(--vipe-blue-soft); font-size: .76rem; }
.vipe-about-copy h2 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.02; }
.vipe-about-lead { color: #e7edf3; font-size: 1.08rem; font-weight: 650; }
.vipe-about-story p { color: var(--vipe-muted); }
.vipe-about-services { display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0; }
.vipe-about-services span { padding: 8px 12px; border: 1px solid rgba(0,168,255,.4); border-radius: 999px; background: rgba(0,168,255,.075); color: #dff4ff; font-size: .75rem; font-weight: 750; }
.vipe-about-services span:nth-child(even) { border-color: rgba(255,122,0,.48); background: rgba(255,122,0,.075); color: #ffe0bf; }
.vipe-about-closing { margin: 27px 0; padding: 17px 19px; border-left: 3px solid var(--vipe-orange); background: rgba(255,122,0,.065); color: #e8edf2; }
.vipe-about-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.vipe-footer { border-top: 1px solid var(--vipe-line); background: #030405; }
.vipe-footer__main { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 50px; padding: 54px 0 44px; }
.vipe-footer h3 { margin: 0 0 14px; font-size: .86rem; letter-spacing: .06em; text-transform: uppercase; }
.vipe-footer p, .vipe-footer li { color: var(--vipe-muted); font-size: .82rem; }
.vipe-footer ul { margin: 0; padding: 0; list-style: none; }
.vipe-footer li + li { margin-top: 8px; }
.vipe-footer a:hover { color: var(--vipe-blue-soft); }
.vipe-footer__bottom { display: flex; justify-content: space-between; gap: 24px; padding: 18px 0; border-top: 1px solid var(--vipe-line); color: #78818d; font-size: .72rem; }

.vipe-reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.vipe-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .vipe-grid--5, .vipe-tech-grid { grid-template-columns: repeat(3, 1fr); }
  .vipe-hero__inner { grid-template-columns: 1fr 1fr; }
  .vipe-benefits__grid { grid-template-columns: repeat(2, 1fr); }
  .vipe-benefit:nth-child(2) { border-right: 0; }
  .vipe-process { grid-template-columns: repeat(2, 1fr); }
  .vipe-step:nth-child(2)::after { display: none; }
}
@media (max-width: 860px) {
  .admin-bar .vipe-header { top: 46px; }
  .vipe-topbar__items:last-child { display: none; }
  .vipe-header__inner { min-height: 70px; grid-template-columns: 1fr auto; }
  .vipe-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; padding: 18px 20px 25px; border-bottom: 1px solid var(--vipe-line); background: rgba(5,7,10,.985); }
  .vipe-nav.is-open { display: block; }
  .vipe-nav .menu { display: block; }
  .vipe-nav a { padding: 12px 0; }
  .vipe-nav a::after { bottom: 5px; }
  .vipe-menu-toggle { display: grid; }
  .vipe-actions .vipe-icon-link:first-child { display: none; }
  .vipe-hero { min-height: auto; }
  .vipe-hero__inner { grid-template-columns: 1fr; padding-top: 60px; }
  .vipe-hero__visual { min-height: 410px; }
  .vipe-section-head { display: block; }
  .vipe-section-head p:last-child { margin-top: 14px; }
  .vipe-grid--5, .vipe-tech-grid { grid-template-columns: repeat(2, 1fr); }
  .vipe-digital-grid { grid-template-columns: 1fr; }
  .vipe-footer__main { grid-template-columns: 1fr 1fr; }
  .vipe-footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .vipe-wrap { width: min(calc(100% - 26px), var(--vipe-wrap)); }
  .vipe-section { padding: 54px 0; }
  .vipe-topbar__items { gap: 12px; }
  .vipe-topbar__items span:first-child { display: none; }
  .vipe-wordmark { font-size: 1.85rem; }
  .vipe-wordmark small { display: none; }
  .vipe-hero__title { font-size: clamp(2.8rem, 15vw, 4.2rem); }
  .vipe-hero__visual { min-height: 330px; }
  .vipe-shirt { right: 4%; width: 65%; }
  .vipe-bottle { left: 1%; }
  .vipe-grid--5, .vipe-tech-grid, .vipe-benefits__grid, .vipe-process { grid-template-columns: 1fr; }
  .vipe-category { min-height: 290px; }
  .vipe-digital-card { grid-template-columns: 64px 1fr; padding: 23px; }
  .vipe-digital-card__icon { width: 62px; height: 62px; }
  .vipe-digital-card .vipe-btn { grid-column: 1 / -1; }
  .vipe-benefit { border-right: 0; border-bottom: 1px solid var(--vipe-line); }
  .vipe-benefit:last-child { border-bottom: 0; }
  .vipe-step::after { display: none; }
  .vipe-cta { grid-template-columns: 1fr; padding: 30px 24px; }
  .vipe-social-gallery { grid-template-columns: 1fr; padding: 24px; }
  .vipe-modal { padding: 12px; }
  .vipe-modal__dialog { max-height: calc(100vh - 24px); padding: 27px 20px; }
  .vipe-form-grid { grid-template-columns: 1fr; }
  .vipe-form-step { grid-template-columns: 1fr; }
  .vipe-form-progress li { font-size: .59rem; letter-spacing: .025em; }
  .vipe-form-progress span { width: 32px; height: 32px; }
  .vipe-form-progress li:not(:last-child)::after { top: 15px; left: calc(50% + 21px); right: calc(-50% + 21px); }
  .vipe-field--full, .vipe-check, .vipe-form-actions, .vipe-order-section { grid-column: auto; }
  .vipe-order-section { padding: 17px 14px; }
  .vipe-order-section__grid { grid-template-columns: 1fr; }
  .vipe-form-actions { align-items: stretch; flex-direction: column; }
  .vipe-form-actions__buttons { display: grid; margin-left: 0; }
  .vipe-form-actions__buttons .vipe-btn { width: 100%; }
  .vipe-cart-item { display: grid; }
  .vipe-cart-item__actions { justify-content: flex-start; }
  .vipe-cart-view__actions { display: grid; }
  .vipe-cart-view__actions .vipe-btn { width: 100%; }
  .vipe-summary__card { display: grid; }
  .vipe-summary__card button { justify-self: start; }
  .vipe-footer__main { grid-template-columns: 1fr; gap: 28px; }
  .vipe-info-options, .vipe-info-options--two { grid-template-columns: 1fr; }
  .vipe-about-layout { grid-template-columns: 1fr; gap: 28px; }
  .vipe-about-visual { position: relative; top: auto; }
  .vipe-footer__brand { grid-column: auto; }
  .vipe-footer__bottom { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .vipe-reveal { opacity: 1; transform: none; }
}
