﻿@font-face { font-family:'Outfit'; font-style:normal; font-weight:300 900; font-display:swap; src:url('../fonts/outfit-latin.woff2') format('woff2'); unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family:'Outfit'; font-style:normal; font-weight:300 900; font-display:swap; src:url('../fonts/outfit-ext.woff2') format('woff2'); unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }

*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}

:root {
  --bg: #0a0608;
  --surface: #120e10;
  --surface2: #1a1416;
  --red: #ef4444;
  --red-light: #f87171;
  --red-bright: #fca5a5;
  --orange: #f97316;
  --cream: #f0e8e8;
  --text: #b8a8a8;
  --text-dim: #6a5555;
  --text-muted: #382828;
  --border: rgba(239,68,68,.07);
  --border-h: rgba(239,68,68,.18);
}

html { background: var(--bg); scroll-behavior: smooth; scrollbar-width: thin; scrollbar-color: rgba(239,68,68,.12) var(--bg) }
body { background: var(--bg); color: var(--text); font-family: 'Outfit', sans-serif; -webkit-font-smoothing: antialiased; margin: 0; overflow-x: hidden }
::-webkit-scrollbar { width: 3px }
::-webkit-scrollbar-track { background: var(--bg) }
::-webkit-scrollbar-thumb { background: rgba(239,68,68,.15); border-radius: 2px }

.grain { position: fixed; inset: 0; pointer-events: none; z-index: 9999; opacity: .03;
  background-image: url("../img/noise.svg");
  background-repeat: repeat; background-size: 180px }

.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 18px 36px; display: flex; align-items: center; justify-content: space-between;
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); background: rgba(10,6,8,.5); border-bottom: 1px solid rgba(255,255,255,.025); transition: all .3s }
.nav.scrolled { padding: 12px 36px; background: rgba(10,6,8,.85) }
.nav-back { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--text-dim); font-size: .7rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; transition: color .3s }
.nav-back:hover { color: var(--red) }
.nav-back svg { transition: transform .3s }
.nav-back:hover svg { transform: translateX(-3px) }
.nav-brand { font-weight: 800; font-size: .65rem; letter-spacing: 5px; text-transform: uppercase; color: var(--text-muted) }

.hero { position: relative; z-index: 1; min-height: 100vh; display: flex; align-items: center;
  padding: 80px 0 60px; overflow: hidden }
/* .hero::after (bx0.jpg mask-sweep animation) removed — was the flashing
   full-width image that showed up behind the hero content. */
.hero::before { display: none }

.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; z-index: 0 }
.hero-orb.o1 { width: 500px; height: 500px; top: -10%; right: -5%;
  background: radial-gradient(circle, rgba(239,68,68,.06), transparent 70%); animation: orbFloat 12s ease-in-out infinite }
.hero-orb.o2 { width: 300px; height: 300px; bottom: 5%; left: 10%;
  background: radial-gradient(circle, rgba(249,115,22,.04), transparent 70%); animation: orbFloat 10s ease-in-out infinite reverse }
@keyframes orbFloat { 0%,100%{transform:translate(0,0)} 33%{transform:translate(20px,-30px)} 66%{transform:translate(-15px,20px)} }

.hero-inner { position: relative; z-index: 2; width: 100%; max-width: 1300px; margin: 0 auto; padding: 0 60px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center }

.hero-left { animation: heroSlideIn .8s cubic-bezier(.16,1,.3,1) both }
@keyframes heroSlideIn { from{opacity:0;transform:translateX(-50px)} to{opacity:1;transform:translateX(0)} }

.hero-tag { display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px; border-radius: 100px;
  background: rgba(239,68,68,.06); border: 1px solid rgba(239,68,68,.1); margin-bottom: 32px }
.hero-tag-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red);
  box-shadow: 0 0 10px rgba(239,68,68,.5); animation: tagPulse 2s ease-in-out infinite }
@keyframes tagPulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(.7)} }
.hero-tag span { font-size: .6rem; font-weight: 800; letter-spacing: 4px; text-transform: uppercase; color: var(--red-light) }

.hero-mega { font-size: clamp(4rem, 10vw, 8rem); font-weight: 900; line-height: .85; letter-spacing: -4px; color: #fff; margin-bottom: 28px;
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000, 0 -2px 0 #000, 0 2px 0 #000, -2px 0 0 #000, 2px 0 0 #000 }
.hero-mega .line2 { -webkit-text-stroke: 0; text-shadow: none }
.hero-mega .line2 { display: block;
  background: linear-gradient(135deg, var(--red) 0%, var(--orange) 50%, var(--red-light) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  background-size: 200% 200%; animation: gradShift 4s ease-in-out infinite }
@keyframes gradShift { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }

.hero-sub { font-size: 1rem; color: #fff; line-height: 1.7; max-width: 420px; margin-bottom: 40px }

.hero-counters { display: flex; gap: 32px }
.hc { text-align: left }
.hc-val { font-size: 2rem; font-weight: 900; letter-spacing: -1px; color: #fff }
.hc-lbl { font-size: .55rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,.6); margin-top: 2px }

.hero-right { display: flex; align-items: center; justify-content: center; position: relative;
  min-height: 480px; animation: heroSlideRight .8s .15s cubic-bezier(.16,1,.3,1) both }
@keyframes heroSlideRight { from{opacity:0;transform:translateX(50px)} to{opacity:1;transform:translateX(0)} }

.box-scene { width: 200px; height: 200px; perspective: 800px; position: relative; z-index: 2;
  -webkit-transform-style: preserve-3d; transform-style: preserve-3d }
.box-cube { width: 100%; height: 100%; position: relative; transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d; animation: cubeRotate 20s linear infinite;
  will-change: transform }
@keyframes cubeRotate { from{transform:rotateX(-35deg) rotateY(0)} to{transform:rotateX(-35deg) rotateY(360deg)} }
.box-face { position: absolute; width: 200px; height: 200px; display: flex; align-items: center; justify-content: center;
  background: rgba(18,14,16,.92); border-radius: 8px;
  box-shadow: inset 0 0 0 2px rgba(239,68,68,.15);
  font-size: .6rem; font-weight: 800; letter-spacing: 4px; text-transform: uppercase; color: var(--red-light) }
.box-face.front  { transform: translateZ(100px) }
.box-face.back   { transform: rotateY(180deg) translateZ(100px) }
.box-face.right  { transform: rotateY(90deg) translateZ(100px) }
.box-face.left   { transform: rotateY(-90deg) translateZ(100px) }
.box-face.top    { transform: rotateX(90deg) translateZ(100px) }
.box-face.bottom { transform: rotateX(-90deg) translateZ(100px) }
.box-face .face-icon { font-size: 2.5rem; margin-bottom: 8px }
.box-face .face-logo { width: 120px; height: 120px; object-fit: contain }

.box-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 260px; height: 260px;
  border-radius: 50%; background: radial-gradient(circle, rgba(239,68,68,.12), transparent 70%);
  animation: glowPulse 4s ease-in-out infinite; z-index: 1 }
@keyframes glowPulse { 0%,100%{opacity:.6;transform:translate(-50%,-50%) scale(1)} 50%{opacity:1;transform:translate(-50%,-50%) scale(1.15)} }
.hero-cycle-word { display: inline-block; color: #c4956a; border-right: 2px solid #c4956a; padding-right: 4px; animation: blink .6s step-end infinite }
@keyframes blink { 0%,100%{border-color:#c4956a} 50%{border-color:transparent} }
.box-big-icon { font-size: 10rem; line-height: 1; position: relative; z-index: 2;
  filter: drop-shadow(0 0 30px rgba(239,68,68,.25)) drop-shadow(0 0 60px rgba(239,68,68,.1));
  transition: opacity .4s, transform .4s }
.box-big-icon.fade-out { opacity: 0; transform: translateY(10px) }

.orbit-ring { position: absolute; top: 50%; left: 50%; width: 380px; height: 380px;
  margin: -190px 0 0 -190px; animation: orbitSpin 30s linear infinite; z-index: 3 }
.orbit-flag { position: absolute; width: 32px; height: 22px; border-radius: 4px; object-fit: cover;
  border: 1px solid rgba(255,255,255,.08); box-shadow: 0 2px 12px rgba(0,0,0,.4);
  transition: transform .3s, box-shadow .3s }
.orbit-flag:hover { transform: scale(1.4); box-shadow: 0 4px 20px rgba(239,68,68,.3) }
@keyframes orbitSpin { from{transform:rotate(0deg)} to{transform:rotate(360deg)} }
.orbit-flag { animation: counterSpin 30s linear infinite }
@keyframes counterSpin { from{transform:rotate(0deg)} to{transform:rotate(-360deg)} }

.float-tag { position: absolute; padding: 8px 16px; border-radius: 100px; font-size: .6rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; border: 1px solid rgba(239,68,68,.1);
  background: rgba(18,14,16,.85); backdrop-filter: blur(10px); color: var(--text-dim);
  white-space: nowrap; z-index: 4; animation: tagBob 5s ease-in-out infinite }
@keyframes tagBob { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
.float-tag.t1 { top: 8%; right: 5%; animation-delay: 0s }
.float-tag.t2 { bottom: 12%; left: 2%; animation-delay: 1.2s }
.float-tag.t3 { top: 50%; right: 0; animation-delay: 2.4s }
.float-tag.t4 { bottom: 5%; right: 15%; animation-delay: .6s }
.float-tag .ft-check { color: var(--red-light); margin-right: 4px }

.divider { display: none }

.tabs-wrap { position: relative; z-index: 2; padding: 50px 60px 0; max-width: 1300px; margin: 0 auto }
.tabs { display: flex; gap: 4px; background: transparent; border: none; border-radius: 14px; padding: 4px; width: fit-content }
.tab { padding: 12px 28px; border-radius: 10px; font-size: .75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--text-dim); cursor: pointer; transition: all .3s; border: none; background: none; font-family: inherit; position: relative }
.tab:hover { color: var(--cream) }
.tab.active { background: linear-gradient(135deg, var(--red), var(--red-light)); color: #fff; box-shadow: 0 4px 16px rgba(239,68,68,.25) }
.tab .count { display: inline-flex; align-items: center; justify-content: center; min-width: 18px; height: 18px; padding: 0 5px;
  border-radius: 100px; font-size: .55rem; font-weight: 800; margin-left: 6px;
  background: rgba(239,68,68,.1); color: var(--red-light) }
.tab.active .count { background: rgba(255,255,255,.2); color: #fff }

.search-section { position: relative; z-index: 1; padding: 30px 60px 0; max-width: 1300px; margin: 0 auto }
.search-bar { display: flex; align-items: center; gap: 14px; padding: 16px 24px; border-radius: 16px;
  background: transparent; border: none; transition: all .35s }
.search-bar:focus-within { box-shadow: none }
.search-bar svg { width: 20px; height: 20px; stroke: var(--text-muted); flex-shrink: 0 }
.search-bar:focus-within svg { stroke: var(--red) }
.search-bar input { flex: 1; background: none; border: none; outline: none; color: var(--cream); font-family: 'Outfit', sans-serif;
  font-size: .95rem; font-weight: 500; letter-spacing: .02em }
.search-bar input::placeholder { color: var(--text-muted); font-weight: 400 }
.search-count { font-size: .7rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); white-space: nowrap; padding-left: 14px; border-left: none }

.countries { position: relative; z-index: 1; padding: 40px 60px 100px; max-width: 1300px; margin: 0 auto }
.countries-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 20px }

.country-card { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: 20px;
  overflow: hidden; transition: all .45s cubic-bezier(.4,0,.2,1) }
.country-card:hover { border-color: var(--border-h); box-shadow: 0 20px 60px rgba(239,68,68,.06), 0 0 0 1px rgba(239,68,68,.05) }
.country-card.hidden { display: none }

.country-card::before { content: ''; position: absolute; top: 0; left: 15%; right: 15%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(239,68,68,.25), transparent); opacity: 0; transition: opacity .4s }
.country-card:hover::before { opacity: 1 }

.cc-header { display: flex; align-items: center; gap: 14px; padding: 20px 24px; cursor: pointer; user-select: none; transition: background .3s }
.cc-header:hover { background: rgba(239,68,68,.02) }
.cc-flag { width: 42px; height: 30px; border-radius: 4px; object-fit: cover; box-shadow: 0 2px 8px rgba(0,0,0,.3);
  border: 1px solid rgba(255,255,255,.06) }
.cc-info { flex: 1 }
.cc-name { font-size: 1rem; font-weight: 800; letter-spacing: -.3px; color: var(--cream) }
.cc-code { font-size: .6rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--text-muted); margin-top: 1px }
.cc-meta { display: flex; align-items: center; gap: 10px }
.cc-service-count { font-size: .6rem; font-weight: 700; letter-spacing: 1px; color: var(--text-dim);
  background: rgba(239,68,68,.06); padding: 4px 10px; border-radius: 100px; border: 1px solid rgba(239,68,68,.08) }
.cc-chevron { width: 18px; height: 18px; stroke: var(--text-muted); transition: transform .35s cubic-bezier(.4,0,.2,1), stroke .3s }
.country-card.open .cc-chevron { transform: rotate(180deg); stroke: var(--red) }

.cc-body { max-height: 0; overflow: hidden; transition: max-height .5s cubic-bezier(.4,0,.2,1) }
.country-card.open .cc-body { max-height: 300px }
.country-card.open .cc-body.cc-body-extended { max-height: 1200px }
.cc-body-inner { padding: 0 24px 24px }

.svc-table { width: 100% }
.svc-row { display: flex; align-items: center; justify-content: space-between; padding: 10px 0;
  border-bottom: 1px solid rgba(239,68,68,.04) }
.svc-row:last-child { border-bottom: none }
.svc-row { cursor: pointer; transition: background .15s, border-color .15s; border-radius: 6px; margin: 0 -4px; padding: 10px 4px }
.svc-row:hover { background: rgba(239,68,68,.04) }
.svc-row.selected { background: rgba(239,68,68,.08); border-color: rgba(239,68,68,.15) }
.svc-row.flash { animation: svcFlash .3s ease 2 }
@keyframes svcFlash { 0%,100%{background:transparent} 50%{background:rgba(239,68,68,.1)} }
.select-msg { text-align: center; font-size: .72rem; font-weight: 600; color: var(--red-light); padding: 8px 0; letter-spacing: .5px }
.svc-hidden { display: none }
.svc-hidden.show { display: block }
.svc-view-more { display: block; width: 100%; padding: 8px; margin-top: 4px; background: rgba(239,68,68,.04); border: 1px solid rgba(239,68,68,.08); border-radius: 6px; color: var(--red-light); font-family: inherit; font-size: .7rem; font-weight: 600; letter-spacing: .5px; cursor: pointer; transition: all .2s; text-align: center }
.svc-view-more:hover { background: rgba(239,68,68,.08) }
.svc-name { font-size: .78rem; font-weight: 600; color: var(--text); letter-spacing: .02em }
.svc-price { font-size: .85rem; font-weight: 800; color: var(--red-light); letter-spacing: -.02em }

.wp-section { display: flex; align-items: center; justify-content: space-between; padding: 10px 4px; margin-top: 4px; border-top: 1px dashed rgba(239,68,68,.1) }
.wp-label { font-size: .75rem; font-weight: 600; color: var(--red-light) }
.wp-controls { display: flex; align-items: center; gap: 0; border: 1px solid rgba(239,68,68,.15); border-radius: 6px; overflow: hidden }
.wp-arrow { width: 28px; height: 28px; background: rgba(239,68,68,.04); border: none; color: var(--red-light); font-size: .9rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .15s }
.wp-arrow:hover { background: rgba(239,68,68,.1) }
.wp-input { width: 40px; height: 28px; text-align: center; border: none; border-left: 1px solid rgba(239,68,68,.1); border-right: 1px solid rgba(239,68,68,.1); background: rgba(239,68,68,.02); color: var(--cream); font-size: .8rem; font-family: inherit; outline: none; -moz-appearance: textfield }
.wp-input::-webkit-inner-spin-button,.wp-input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0 }
.wp-unit { font-size: .7rem; font-weight: 600; color: var(--text-dim); padding: 0 6px }
.cc-buy-price { font-weight: 800; margin-left: 4px }
.svc-weighted { display: flex; align-items: center; gap: 8px; padding: 12px 0 14px; margin-top: 4px;
  border-top: 1px dashed rgba(239,68,68,.1) }
.svc-weighted-label { font-size: .65rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted) }
.svc-weighted-val { font-size: .8rem; font-weight: 800; color: var(--orange); background: rgba(249,115,22,.08);
  padding: 3px 10px; border-radius: 100px; border: 1px solid rgba(249,115,22,.12) }

.cc-buy { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 14px;
  border-radius: 12px; border: none; cursor: pointer; font-family: 'Outfit', sans-serif;
  font-size: .7rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  background: linear-gradient(135deg, var(--red), var(--red-light)); color: #fff;
  box-shadow: 0 4px 16px rgba(239,68,68,.2); transition: all .35s; position: relative; overflow: hidden; margin-top: 8px }
.cc-buy::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
  transform: translateX(-100%); transition: transform .5s }
.cc-buy:hover::before { transform: translateX(100%) }
.cc-buy:hover { box-shadow: 0 8px 32px rgba(239,68,68,.3); transform: translateY(-2px) }
.cc-buy svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2 }

.country-card.ww { border-color: rgba(239,68,68,.12); background: linear-gradient(135deg, var(--surface), rgba(239,68,68,.03)) }
.country-card.ww .cc-flag-wrap { width: 42px; height: 30px; border-radius: 4px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--red), var(--orange)); font-size: 1.1rem; box-shadow: 0 2px 8px rgba(239,68,68,.3) }

.no-results { display: none; text-align: center; padding: 80px 20px; grid-column: 1 / -1 }
.no-results.show { display: block }
.no-results-icon { font-size: 3rem; margin-bottom: 16px; opacity: .3 }
.no-results h3 { font-size: 1.2rem; font-weight: 700; color: var(--text-dim); margin-bottom: 8px }
.no-results p { font-size: .85rem; color: var(--text-muted) }

@keyframes fadeUp { from{opacity:0;transform:translateY(35px)} to{opacity:1;transform:translateY(0)} }
.rv { opacity: 0; transform: translateY(35px); transition: opacity .6s cubic-bezier(.4,0,.2,1), transform .6s cubic-bezier(.4,0,.2,1) }
.rv.vis { opacity: 1; transform: translateY(0) }
.rv-d1{transition-delay:.04s} .rv-d2{transition-delay:.08s} .rv-d3{transition-delay:.12s} .rv-d4{transition-delay:.16s}
.rv-d5{transition-delay:.20s} .rv-d6{transition-delay:.24s} .rv-d7{transition-delay:.28s} .rv-d8{transition-delay:.32s}

.receipts-hidden { display: none }

.orbit-flag-1 { top: 0; left: 50%; margin-left: -16px }
.orbit-flag-2 { top: 15%; right: 5% }
.orbit-flag-3 { top: 50%; right: -2%; margin-top: -11px }
.orbit-flag-4 { bottom: 15%; right: 5% }
.orbit-flag-5 { bottom: 0; left: 50%; margin-left: -16px }
.orbit-flag-6 { bottom: 15%; left: 5% }
.orbit-flag-7 { top: 50%; left: -2%; margin-top: -11px }
.orbit-flag-8 { top: 15%; left: 5% }

@media(max-width:900px){
  .hero{padding:90px 0 40px}
  .hero::before{display:none}
  .hero-inner{grid-template-columns:1fr;padding:0 28px;text-align:center}
  .hero-sub{margin-left:auto;margin-right:auto}
  .hero-counters{justify-content:center}
  .hero-right{min-height:350px}
  .orbit-ring{width:300px;height:300px;margin:-150px 0 0 -150px}
  .float-tag{display:none}
  .countries{padding:30px 28px 60px}
  .countries-grid{grid-template-columns:1fr}
  .search-section{padding:20px 28px 0}
  .tabs-wrap{padding:40px 28px 0}
  .divider{margin:0 28px}
  .nav{padding:14px 20px}
}
@media(max-width:500px){
  .hero-mega{font-size:3.2rem;letter-spacing:-2px}
  .hero-counters{flex-wrap:wrap;gap:20px}
  .box-scene{width:140px;height:140px}
  .box-face{width:140px;height:140px}
  .box-face.front{transform:translateZ(70px)} .box-face.back{transform:rotateY(180deg) translateZ(70px)}
  .box-face.right{transform:rotateY(90deg) translateZ(70px)} .box-face.left{transform:rotateY(-90deg) translateZ(70px)}
  .box-face.top{transform:rotateX(90deg) translateZ(70px)} .box-face.bottom{transform:rotateX(-90deg) translateZ(70px)}
  .tabs{width:100%} .tab{flex:1;text-align:center;padding:12px 14px;font-size:.65rem}
}
