@import url(./font.css);

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
button {
  cursor: pointer;
  background: transparent;
  border: none;
}
body {
  font-family: "SwatchCTWeb", sans-serif;
  line-height: 1.2;
}
.container {
  max-width: 1440px;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
h2 {
  font-size: 34px;
  text-align: center;
  margin: 0 0 30px;
}
p{
            font-size: 1.25rem;
            line-height: 1.2;
}
.py{
    padding: 60px 0;
}
h3{
            font-size: 1.5rem;
            text-align: center;
            margin: 0 0 20px;
            font-weight: bold;
}

.header_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  min-height: 80px;
  box-sizing: border-box;
}
.reg,
.hero_links a {
  color: #ffffff;
  background: rgba(0, 0, 0, 1);
  border: 2px solid;
  border-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  min-height: 50px;
  padding: 15px 20px;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.2s ease,
    box-shadow 0.3s ease;
}
.hero_links a {
  min-width: 160px;
}
.reg:hover,
.hero_links a:hover {
  background: #d0d0d0;
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.25);
}
.hero_section {
  position: relative;
}
.hero_links {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 0 40px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 16px;
}
.reg:active {
  transform: translateY(0);
  box-shadow: none;
}
.main_page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  z-index: 100;
}

.hero_section {
  position: relative;
  height: 95vh;
  overflow: hidden;
  background: #1a1a1a;
}

.hero_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero_section .container {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.hero_links {
  display: flex;
  gap: 20px;
  color: #fff;
}

.hero_links a {
  color: #fff;
}

.video_nav {
  display: flex;
  gap: 12px;
}

.video_nav button svg {
  fill: #fff;
  display: block;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner img {
  max-width: 800px;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.th_section img {
  display: block;
  width: 100%;
}
.th_section p{
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
.th_section>div{
    margin: 60px 0;
}
.text_cont p{
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
}
.grid_content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.grid_content a{
    display: block;
    position: relative;
}
.grid_content img{
    display: block;
    width: 100%;
}
.grid_content h3{
    position: absolute;
    left: 20px;
    bottom: 40px;
    color: #000;
    font-weight: 400;
}
.discover_section h2{
    text-align: left;
}
.some_text{
    font-size: 1rem;
    text-align: center;
}
.fuul_container{
    max-height: 1520px;
    height: 90vh;
    background: url(../img/ff.png) no-repeat;
    background-size: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fuul_container2{
    background: url(../img/pw.webp) no-repeat;
     background-size: 50%;
}
.fuul_container4{
     background: url(../img/tt.avif) no-repeat;
     background-size: 50%;
}
.fuul_container3{
     background: url(../img/pp.jpg) no-repeat;
     background-size: 50%;
     background-position: right;
}
.fuul_container3 .cont_full{
    margin: 0 auto  0 0;
    padding-right: 30px;
}
.cont_full{
    width: 50%;
    margin-left: auto;
    text-align: left;
    padding-left: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: left;
}
.cont_full h2{
    text-align: left;
    margin: 0;
}
.cont_full a{
    max-width: 200px;
}
.mySwiper img{
    display: block;
    width: 100%;
}
.mySwiper .swiper-slide{
    width: 270px;
      background: transparent;
      display: flex;
      flex-direction: column;
      height: auto;
      justify-content: space-between;
}
.mySwiper>div{
    justify-content: center;

}
.mySwiper h3{
    margin:6px 0 16px;
}
.mySwiper p{
    font-size: 1.1rem;
    margin-bottom: 20px;
}

/* ── Footer ── */
.site_footer {
  background: #000;
  color: #fff;
  padding: 60px 0 0;
}

.footer_newsletter {
  border-bottom: 1px solid #333;
  padding-bottom: 40px;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer_newsletter_title {
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: bold;
  white-space: nowrap;
}

.footer_newsletter_form {
  display: flex;
  gap: 0;
  flex: 1;
  max-width: 520px;
}

.footer_newsletter_input {
  flex: 1;
  padding: 14px 18px;
  background: transparent;
  border: 1px solid #fff;
  border-right: none;
  color: #fff;
  font-family: inherit;
  font-size: 0.9rem;
  outline: none;
}

.footer_newsletter_input::placeholder {
  color: #888;
}

.footer_newsletter_btn {
  padding: 14px 24px;
  background: #fff;
  color: #000;
  font-family: inherit;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 1px solid #fff;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
  white-space: nowrap;
}

.footer_newsletter_btn:hover {
  background: #e2001a;
  border-color: #e2001a;
  color: #fff;
}

.footer_nav {
  display: flex; 
  gap: 32px;
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 48px;
 
}
.b-footer-logo{
    width: 100%;
    display: flex;
    justify-content: center;

    padding-bottom: 20px; border-bottom: 1px solid #333;
}
.footer_col_title {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}
.footer_col{
    width: 25%;
}
.footer_col ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer_col_s{
    width: 40%;
}
.footer_col ul li a {
  color: #aaa;
  font-size: 0.88rem;
  transition: color 0.2s ease;
}

.footer_col ul li a:hover {
  color: #fff;
}

.footer_social {
  display: flex;
  gap: 20px; 
}

.footer_social_link {
  color: #aaa;
  transition: color 0.2s ease;
  display: flex;
  border: 1px solid #aaa;
  padding: 6px;
  border-radius: 50%;
  align-items: center;
}

.footer_social_link:hover {
  color: #fff;
    border: 1px solid #fff;
}

.footer_bottom { 
  padding: 24px 0; 
}

.footer_copy {
  font-size: 0.8rem;
  text-align: center;
  color: #666;
}

.footer_payments {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.payment_badge {
  font-size: 0.7rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #888;
  border: 1px solid #444;
  border-radius: 4px;
  padding: 4px 8px;
  white-space: nowrap;
}
.footer_col img{
    max-width: 100px;
}
.pay_cal{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    gap: 20px;
}
.face_burger{
    display: none;
        height: 24px;
    width: 24px;
}

/* //swiper */
.swiper_cart {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  height: 560px;
}

.product_cart .mySwiper2 {
  order: 2;
  height: 100%;
  width: 100%;
}

.product_cart .mySwiper {
  order: 1;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.product_cart .swiper-slide {
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
 
.product_cart .mySwiper .swiper-slide {
  width: 100%;
  height: 25%; 
  cursor: pointer;
}

.product_cart .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.product_cart .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
      object-position: bottom;
}
.prod_cart{
    display: grid;
    grid-template-columns: auto 500px;
    gap: 30px;
}
.prod_var img{
    width: 40px;
}
.prod_var li{
    padding: 0 3px 0px;
    border: 1px solid #9b9b9b9a;
}
.prod_var li.active_var{
    border: 1px solid #0000009a; 
}
.prod_var{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.title{
    color: #fff;
    background: #000;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 5px;
    font-size: .87rem;
    width: max-content;
    margin-bottom: 20px;
}
.prod_name{
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 10px;
}
.prod_li li{
    font-size: .87rem;
    padding: 6px;
    display: inline-block;
    background: #c5c5c57b;
    border-radius: 4px;
}
.prod_li{
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.price{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.2rem;
}
.op{
    font-size: 1rem;
    margin-bottom: 10px;
    opacity: .7;
}
.more_fow{
    padding: 60px 0;
}
.more_fow_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
.more_fow_nav li {
    cursor: pointer;
    font-size: 1rem;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s ease;
}
.more_fow_nav li.active_fow {
    border-bottom-color: #000;
    font-weight: bold;
}
.left_block .f1,
.left_block .f2,
.left_block .f3 {
    display: none;
}
.left_block .f1.active_fow,
.left_block .f2.active_fow,
.left_block .f3.active_fow {
    display: block;
}
.bg_grey{
    background: #ecebeb;
}
.box_items{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}
.img_box img{
    display: block;
    width: 100%;
}
.left_block>div, .left_block>ul{
    max-width: 500px;
    width: 100%;
  
}
 .left_block>ul li{
      display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 6px;
 }
 strong{
    font-weight: bold;
 }

/* ── Order page ── */
.order_title {
  text-align: left;
  margin-bottom: 20px;
  font-size: 2rem;
}

.order_empty {
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
  gap: 0;
}

.order_empty p {
  font-size: 1.2rem;
  color: #888;
  text-align: center;
}

.order_layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

.order_section_title {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: left;
}

/* Cart summary */
.order_items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.order_item {
  display: grid;
  grid-template-columns: 72px 1fr auto auto;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid #e8e8e8;
  background: #fafafa;
}

.order_item_img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: block;
}

.order_item_collection {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #888;
  margin-bottom: 4px;
}

.order_item_name {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 6px;
}

.order_item_price {
  font-size: 0.95rem;
  color: #333;
}

.order_item_remove {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #aaa;
  padding: 4px;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
}

.order_item_remove:hover {
  color: #e2001a;
}

.order_total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #000;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.order_clear {
  font-size: 0.8rem;
  color: #aaa;
  background: transparent;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  transition: color 0.2s ease;
}

.order_clear:hover {
  color: #e2001a;
}

/* Form */
.order_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.order_form_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.order_field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.order_field label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #555;
}

.order_field input,
.order_field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ccc;
  background: #fff;
  font-family: inherit;
  font-size: 0.95rem;
  color: #000;
  outline: none;
  transition: border-color 0.2s ease;
  resize: none;
}

.order_field input:focus,
.order_field textarea:focus {
  border-color: #000;
}

.order_submit {
  padding: 16px 32px;
  background: #000;
  color: #fff;
  font-family: inherit;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 2px solid #000;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
  align-self: flex-start;
}

.order_submit:hover:not(:disabled) {
  background: #fff;
  color: #000;
}

.order_submit:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* Quantity controls */
.order_item_qty {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #ddd;
  padding: 4px 8px;
}

.qty_btn {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
  color: #000;
  padding: 2px 6px;
  transition: color 0.2s ease;
}

.qty_btn:hover {
  color: #e2001a;
}

.qty_val {
  min-width: 20px;
  text-align: center;
  font-size: 0.95rem;
}

/* Add more from collection */
.order_left_col {
  display: flex;
  flex-direction: column;
}

.order_catalog {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 480px;
  overflow-y: auto;
  padding-right: 4px;
}

.order_catalog::-webkit-scrollbar {
  width: 4px;
}
.order_catalog::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.order_catalog::-webkit-scrollbar-thumb {
  background: #ccc;
}

.order_cat_item {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid #e8e8e8;
  background: #fafafa;
  transition: border-color 0.2s ease;
}

.order_cat_item:hover {
  border-color: #bbb;
}

.order_cat_item--added {
  opacity: 0.6;
}

.order_cat_img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  display: block;
}

.order_cat_info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.order_cat_img_link {
  display: block;
  flex-shrink: 0;
}

.order_cat_name {
  font-size: 0.88rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #000;
  text-decoration: none;
}

.order_cat_name:hover {
  text-decoration: underline;
}

.order_cat_price {
  font-size: 0.82rem;
  color: #666;
}

.order_cat_btn {
  font-family: inherit;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 8px 14px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.order_cat_btn:hover:not(:disabled) {
  background: #fff;
  color: #000;
}

.order_cat_btn:disabled {
  background: transparent;
  color: #aaa;
  border-color: #ddd;
  cursor: default;
}

/* Policy checkbox */
.order_checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.order_checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #000;
  cursor: pointer;
}

.order_checkbox span {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.5;
}

.order_policy_link {
  color: #000;
  text-decoration: underline;
}

.order_policy_link:hover {
  color: #e2001a;
}
.order_cat_item--added{
    display: none;
}
.bg_order{
    height: 200px;
}
.bg_order img{
    width: 100%;
    height: 100%;
    max-width: 40000px;
    max-height: 30000px;
    object-fit: cover;
    object-position: center;
}
.order_section{
    padding-top: 30px;
}
.oreder .header_section{
    justify-content: center ;
}

/* ── Allocation UX ── */

/* Steps */
.alloc_steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 48px;
  flex-wrap: nowrap;
}

.alloc_step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.alloc_step_num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #aaa;
  background: #fff;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.alloc_step_label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #aaa;
  white-space: nowrap;
}

.alloc_step--done .alloc_step_num {
  border-color: #000;
  background: #000;
  color: #fff;
}
.alloc_step--done .alloc_step_label {
  color: #555;
}

.alloc_step--active .alloc_step_num {
  border-color: #000;
  color: #000;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.1);
}
.alloc_step--active .alloc_step_label {
  color: #000;
  font-weight: bold;
}

.alloc_step_line {
  flex: 1;
  min-width: 24px;
  max-width: 60px;
  height: 1px;
  background: #ddd;
  margin-bottom: 24px;
}
.alloc_step_line--done {
  background: #000;
}

/* Demand bar wrapper */
.alloc_demand_bar {
  background: #f8f8f8;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

/* Mobile bar hidden on desktop; desktop inline hidden on mobile via media.css */
.alloc_demand_bar--mobile {
  display: none;
}

/* Demand notice + timer */
.alloc_demand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  flex-wrap: wrap;
}

.alloc_demand--desktop {
  padding: 10px 14px;
  background: #f8f8f8;
  border-left: 3px solid #000;
  margin-bottom: 4px;
}

.alloc_demand_signal {
  display: flex;
  align-items: center;
  gap: 8px;
}

.alloc_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e2001a;
  animation: pulse_dot 1.4s ease infinite;
  flex-shrink: 0;
}

@keyframes pulse_dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.7); }
}

.alloc_timer_wrap {
  font-size: 0.78rem;
  color: #555;
}

.alloc_timer {
  font-weight: bold;
  color: #bc0e0e;
  font-feature-settings: "tnum";
  letter-spacing: 0.04em;
  font-size: 1.25rem;
}

.alloc_timer--expired {
  color: #e2001a;
}

/* Allocation fee box */
.alloc_box {
  border: 1px solid #000;
  padding: 24px;
  background: #fafafa;
}

.alloc_box_title {
  font-size: 0.85rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.alloc_box_desc {
  font-size: 0.8rem !important;
  color: #666;
  line-height: 1.5 !important;
  margin-bottom: 20px;
}

.alloc_fee_rows {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 16px;
}

.alloc_fee_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 0.88rem;
  border-bottom: 1px solid #e0e0e0;
}

.alloc_fee_row--accent {
  font-weight: bold;
  font-size: 1rem;
}

.alloc_fee_row--muted {
  color: #888;
  font-size: 0.82rem;
}

.alloc_refund {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: #444;
}

/* Allocation Confirmed screen */
.alloc_confirmed_section {
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.alloc_confirmed_inner {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}

.alloc_confirmed_icon {
  margin-bottom: 28px;
}

.alloc_confirmed_title {
  font-size: 2rem !important;
  text-align: center !important;
  margin: 0 0 12px !important;
  letter-spacing: 0.02em;
}

.alloc_confirmed_sub {
  font-size: 1rem !important;
  color: #555;
  margin-bottom: 36px;
}

.alloc_confirmed_meta {
  width: 100%;
  border: 1px solid #e0e0e0;
  margin-bottom: 32px;
}

.alloc_meta_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 0.88rem;
}

.alloc_meta_row:last-child {
  border-bottom: none;
}

.alloc_meta_label {
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.75rem;
}

.alloc_meta_val {
  font-weight: bold;
  color: #000;
  letter-spacing: 0.02em;
}

.alloc_confirmed_items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.alloc_confirmed_item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  border: 1px solid #e8e8e8;
  background: #fafafa;
  text-align: left;
}

.alloc_confirmed_item_img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  flex-shrink: 0;
}

.alloc_confirmed_item_name {
  font-weight: bold;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

.alloc_confirmed_item_qty {
  font-size: 0.8rem;
  color: #777;
}

.alloc_confirmed_note {
  font-size: 0.78rem !important;
  color: #888;
  line-height: 1.5 !important;
  margin-bottom: 32px;
}

.alloc_confirmed_back {
  align-self: center;
}

/* ── Reservation Popup ── */
.popup_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.popup_overlay.popup_visible {
  opacity: 1;
  pointer-events: all;
}

.popup_modal {
  background: #000;
  color: #fff;
  max-width: 840px;
  width: 100%;
  display: grid;
  grid-template-columns: 340px 1fr;
  position: relative;
  overflow: hidden;
  transform: translateY(24px);
  transition: transform 0.4s ease;
}

.popup_overlay.popup_visible .popup_modal {
  transform: translateY(0);
}

.popup_close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  color: #fff;
  opacity: 0.6;
  padding: 6px;
  line-height: 0;
  transition: opacity 0.2s;
}
.popup_close:hover { opacity: 1; }

/* Image column */
.popup_img_col {
  position: relative;
  background: #111;
  overflow: hidden;
          display: flex;
        justify-content: center;
}

.popup_watch_img {
  width: 70%;
  background-position: center;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.85);
  transition: transform 0.6s ease;
}
.popup_modal:hover .popup_watch_img {
  transform: scale(1.04);
}

.popup_img_label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

/* Content column */
.popup_content {
  padding: 48px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.popup_tag {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #888;
  margin-bottom: 20px;
}

.popup_dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e2001a;
  flex-shrink: 0;
  animation: pulse_dot 1.4s ease infinite;
}

.popup_title {
  font-size: 2rem !important;
  line-height: 1.15 !important;
  font-weight: bold;
  text-align: left !important;
  margin: 0 0 20px !important;
  letter-spacing: -0.01em;
}

.popup_text {
  font-size: 0.88rem !important;
  line-height: 1.7 !important;
  color: #aaa;
  margin-bottom: 28px;
}

.popup_timer_row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  margin-bottom: 28px;
}

.popup_timer_label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #666;
}

.popup_timer_val {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-feature-settings: "tnum";
  color: #fff;
}

.popup_cta {
  display: inline-block;
  padding: 16px 28px;
  background: #fff;
  color: #000;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 16px;
  transition: background 0.25s ease, color 0.25s ease;
  text-align: center;
}
.popup_cta:hover {
  background: #e2001a;
  color: #fff;
}

.popup_skip {
  font-size: 0.75rem;
  color: #555;
  text-decoration: underline;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: left;
  transition: color 0.2s;
}
.popup_skip:hover { color: #fff; }

/* ── Notice block (under hero video) ── */
.notice_section {
  background: #000;
  color: #fff;
  padding: 60px 0;
}

.notice_inner {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 32px;
  max-width: 860px;
  margin: 0 auto;
  align-items: start;
}

.notice_icon {
  padding-top: 4px;
  color: #fff;
  opacity: 0.6;
  flex-shrink: 0;
}

.notice_body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.notice_body p {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #ccc;
  margin: 0;
}

.notice_body strong {
  color: #fff;
  font-weight: bold;
}

.notice_body em {
  font-style: italic;
  color: #fff;
}

.notice_apology {
  font-size: 0.78rem !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #888 !important;
  border-left: 2px solid #333;
  padding-left: 12px;
}

.notice_sign {
  color: #888 !important;
  font-size: 0.88rem !important;
  border-top: 1px solid #222;
  padding-top: 16px;
  margin-top: 4px;
}

.notice_btn {
  align-self: flex-start;
  margin-top: 8px;
  background: transparent;
  color: #fff;
  border-color: #fff;
}

/* ── Payment screen ── */
.pay_layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}
.pay_methods {
  display: flex;
  border: 1px solid #000;
  margin-bottom: 28px;
  overflow: hidden;
}
.pay_method_tab {
  flex: 1;
  padding: 14px 20px;
  font-family: inherit;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: transparent;
  color: #aaa;
  border: none;
  border-right: 1px solid #000;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.pay_method_tab:last-child { border-right: none; }
.pay_method_tab--active { background: #000; color: #fff; }
.pay_method_tab:hover:not(.pay_method_tab--active) { background: #f0f0f0; color: #000; }
.pay_card_visual {
  background: linear-gradient(135deg, #1a1a1a 0%, #3d3d3d 100%);
  border-radius: 12px;
  padding: 28px 24px 22px;
  color: #fff;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  user-select: none;
}
.pay_card_visual::before {
  content: '';
  position: absolute;
  top: -50px; right: -50px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  pointer-events: none;
}
.pay_card_chip {
  width: 36px; height: 28px;
  background: linear-gradient(135deg, #d4a843, #f0c55a, #c9942e);
  border-radius: 4px;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.pay_card_number {
  font-size: 1rem;
  letter-spacing: 0.22em;
  margin-bottom: 20px;
  font-feature-settings: "tnum";
  color: rgba(255,255,255,0.9);
}
.pay_card_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.pay_card_label {
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.45);
  margin-bottom: 3px;
}
.pay_card_value {
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
}
.pay_row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pay_form_block { display: flex; flex-direction: column; gap: 20px; }
.pay_crypto_selector { display: flex; gap: 8px; }
.pay_crypto_btn {
  padding: 10px 18px;
  font-family: inherit;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: transparent;
  border: 1px solid #ccc;
  color: #aaa;
  cursor: pointer;
  transition: all 0.2s;
}
.pay_crypto_btn--active { background: #000; color: #fff; border-color: #000; }
.pay_crypto_btn:hover:not(.pay_crypto_btn--active) { border-color: #000; color: #000; }
.pay_crypto_amount_box {
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pay_crypto_label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #888;
}
.pay_crypto_amount {
  font-size: 1.25rem;
  font-weight: bold;
  font-feature-settings: "tnum";
}
.pay_crypto_qr { display: flex; justify-content: center; padding: 8px 0; }
.pay_crypto_addr_row { display: flex; }
.pay_crypto_addr_row input {
  flex: 1;
  padding: 14px 16px;
  border: 1px solid #ccc;
  border-right: none;
  background: #fafafa;
  font-family: monospace;
  font-size: 0.78rem;
  color: #555;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pay_crypto_copy {
  padding: 14px 18px;
  background: #000;
  color: #fff;
  font-family: inherit;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 1px solid #000;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
  flex-shrink: 0;
}
.pay_crypto_copy:hover { background: #333; }
.pay_crypto_copy--copied { background: #2d7a2d; border-color: #2d7a2d; }
.pay_fee_box {
  border-top: 2px solid #000;
  margin-top: 16px;
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 1rem;
}
.pay_fee_sub {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 0.82rem;
  color: #888;
  border-bottom: 1px solid #eee;
}
.pay_summary_items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 4px;
}

/* ── Footer language switcher ── */
.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer_lang_switch {
  position: relative;
}
.footer_lang_toggle {
  background: none;
  border: 1px solid #333;
  color: #666;
  font-family: inherit;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  padding: 7px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.15s, border-color 0.15s;
}
.footer_lang_toggle:hover { color: #fff; border-color: #666; }
#footerLangArrow { transition: transform 0.2s; flex-shrink: 0; }
.footer_lang_switch.open #footerLangArrow { transform: rotate(180deg); }
.footer_lang_list {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  background: #111;
  border: 1px solid #2a2a2a;
  min-width: 130px;
  display: none;
  flex-direction: column;
  z-index: 200;
  box-shadow: 0 -8px 24px rgba(0,0,0,.5);
}
.footer_lang_switch.open .footer_lang_list { display: flex; }
.footer_lang_opt {
  background: none;
  border: none;
  border-bottom: 1px solid #1e1e1e;
  color: #666;
  font-family: inherit;
  font-size: 0.72rem;
  text-align: left;
  padding: 11px 16px;
  cursor: pointer;
  transition: color 0.15s, background 0.15s;
  letter-spacing: 0.06em;
}
.footer_lang_opt:last-child { border-bottom: none; }
.footer_lang_opt:hover { color: #fff; background: #1e1e1e; }
.footer_lang_opt.active { color: #fff; }

/* ── Language bar ── */
.lang_bar {
  background: #111;
  color: #888;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 100;
}
.lang_bar_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
}
.lang_bar_left {
  color: #555;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}
.lang_bar_right {
  display: flex;
  align-items: center;
  gap: 4px;
}
.lang_opt {
  background: none;
  border: none;
  color: #666;
  font-family: inherit;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  cursor: pointer;
  padding: 3px 6px;
  transition: color 0.15s;
  line-height: 1;
}
.lang_opt:hover { color: #fff; }
.lang_opt--active { color: #fff; }
.lang_sep { color: #333; font-size: 0.6rem; line-height: 1; }

/* ── Tx Pending (inline) ── */
.txp_header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 32px;
}
.txp_pulse_wrap { display: none; }
.txp_title {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.txp_subtitle {
  font-size: 0.72rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.txp_hash_label {
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #aaa;
  margin-bottom: 6px;
}
.txp_hash {
  font-family: monospace;
  font-size: 0.72rem;
  word-break: break-all;
  color: #555;
  background: #f7f7f7;
  padding: 11px 14px;
  margin-bottom: 24px;
  line-height: 1.5;
}
.txp_details {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 28px;
}
.txp_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
  font-size: 0.82rem;
  border-bottom: 1px solid #f5f5f5;
}
.txp_row:last-child { border-bottom: none; }
.txp_row span:first-child { color: #999; text-transform: uppercase; font-size: 0.72rem; letter-spacing: 0.06em; }
.txp_badge {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  background: #f5f0d0;
  color: #8a7200;
}
.txp_badge--confirmed {
  background: #d8f0da;
  color: #1a6e24;
}
.txp_timeline {
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
}
.txp_tl_item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.78rem;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.txp_tl--done  { color: #000; }
.txp_tl--active { color: #000; }
.txp_tl_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  flex-shrink: 0;
}
.txp_tl--done  .txp_tl_dot { background: #000; }
.txp_tl--active .txp_tl_dot { background: #000; }
.txp_tl_line {
  width: 1px;
  height: 22px;
  background: #e0e0e0;
  margin-left: 3.5px;
}
.txp_tl_line--done { background: #000; }