* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  text-transform: uppercase;
}
a {
  text-decoration: none;
}

.hidden {
  display: none;
}
header {
  display: flex;
  justify-content: center;
}
.header_desktop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  height: 85px;
  background: #062F46;
}
.header_desktop div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.header_mobile {
  display: none;
}
.header_desktop nav {
  display: flex;
  align-items: center;
  gap: 32px;
  text-transform: uppercase;
}
.header_desktop a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
.timer {
  display: flex;
  width: 78px;
  height: 36px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 49px;
  background: transparent;
  border-radius: 49px;
border: 1px solid #FFF;
}
#timer_desktop {
    color: #fff;
}
.header_menu {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-grow: 1;
}

/* ── Pulse animation ──────────────────────────────────────── */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(220, 53, 53, 0.6);
  }
  70% {
    transform: scale(1.15);
    opacity: 0.9;
    box-shadow: 0 0 0 8px rgba(220, 53, 53, 0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(220, 53, 53, 0);
  }
}

.pulse_animation {
  display: inline-block;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dc3535;
  animation: pulse 1.4s ease-in-out infinite;
  flex-shrink: 0;
}

/* ── Burger button ────────────────────────────────────────── */
.burger-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.burger-btn span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: opacity 0.2s;
}

.hero-image {
  width: 100%;
  max-width: 896px;
  height: auto;
}
.hero {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  height: auto;
  overflow: hidden;
}
.title_container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: linear-gradient(270deg, rgba(16, 10, 72, 0) 0%, #1452a6 100%);
}
.article {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 20px;
}
.article h1 {
  margin-bottom: 20px;
  font-size: 32px;
}
.article_text {
  color: #1f1f1f;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.info_card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #e3ecf9;
}
.info_card p {
  font-size: 21px;
}
.info_blue {
  color: #1653a4;
  font-weight: 700;
}
.info_red {
  color: #bc002d;
  font-weight: 600;
}

.info_section {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 40px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.info_cards_container {
  display: flex;
  gap: 20px;
}
.payment_info {
  width: 33%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #E6F2F9;
  padding: 23px 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-weight: 600;
  font-size: 20px;
}

.map {
  background: #E6F2F9;
  display: flex;
  justify-content: center;
}
.map .container {
  max-width: 900px;
  padding: 70px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .container_header,
.container_footer {
  gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container .container_header h2 {
  font-size: 40px;
}

.container .container_header p {
  font-size: 24px;
  text-align: center;
}

.map .container img {
  margin: 96px auto;
}
.map .button {
  display: inline-flex;
  height: 72px;
  max-width: 425px;
  padding: 15px 100px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: #27AAE1;
  box-shadow: 0 0 22px 0 #4f8bdf;
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.42px;
}

/* ── Online section ────────────────────────────────────────── */
.online {
  
background: #062F46;
  display: flex;
  justify-content: center;
  padding: 60px 20px 80px;
}

.online_inner {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.online_title {
  color: #fff;
  text-align: center;
  font-size: clamp(1.4rem, 3.2vw, 2.5rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  max-width: 860px;
}

.online_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
}

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

/* ── Payment card ─────────────────────────────────────────── */
.pay_card {
  background: #fff;
  border-radius: 16px;
  padding: 18px 20px 14px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.card_row {
  display: flex;
  align-items: center;
  gap: 0;
}

.card_meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 38%;
  min-width: 0;
  overflow: hidden;
}

.card_name {
  font-weight: 700;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card_status {
  font-size: 0.75rem;
  color: #888;
  white-space: nowrap;
}

.card_icon {
  width: 24%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card_spinner {
  width: 26px;
  height: 26px;
}

.card_success {
  width: 26px;
  height: 26px;
}

.card_amount {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  width: 38%;
  min-width: 0;
  overflow: hidden;
}

.card_sum {
  font-weight: 700;
  color: #111;
}

.card_action {
  color: #888;
}

/* progress bar */
.card_bar {
  display: flex;
  gap: 6px;
}

.bar_seg {
  height: 4px;
  flex: 1;
  border-radius: 4px;
  background: #e0dbfb;
}

.pay_card--pending .bar_seg--fill {
  background: #5b54e8;
}

.pay_card--success .bar_seg {
  background: #22c55e;
}

/* ── Online footer ────────────────────────────────────────── */
.online_footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.online_btn {
  display: inline-flex;
  height: 72px;
  min-width: 320px;
  padding: 15px 60px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #27AAE1;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: opacity 0.2s;
}
.online_btn:hover {
  opacity: 0.85;
}

.online_sub {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
}

/* ══════════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════════ */
.site-footer {
  background: #062F46;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 40px 32px;
}

/* ── Top row: logo + columns ────────────────────────────── */
.footer_top {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.footer_logo {
  flex: 1;
  display: flex;
  align-items: flex-start;
}

.footer_logo img {
  height: 40px;
  width: auto;
  /* filter: brightness(0) invert(1); */
}

/* ── Individual column ──────────────────────────────────── */
.footer_col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.footer_col_title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-transform: none;
  margin-bottom: 2px;
}

.footer_link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.2s;
}
.footer_link:hover {
  color: #fff;
}

.footer_icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: rgba(255, 255, 255, 0.85);
}

.footer_address {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ── Divider ────────────────────────────────────────────── */
.footer_divider {
  width: 100%;
  max-width: 1200px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 40px 0 24px;
}

/* ── Bottom copyright ───────────────────────────────────── */
.footer_bottom {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
}

.footer_copy {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
  text-align: center;
}

/* ══════════════════════════════════════════════════════════
   COMMENTS SECTION
══════════════════════════════════════════════════════════ */
.comments {
  background: #E6F2F9;
  display: flex;
  justify-content: center;
  padding: 70px 20px 80px;
}

.comments_inner {
  /* max-width: 900px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ── Header row ─────────────────────────────────────────── */
.comments_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.comments_title {
  font-size: 2.2rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #111;
  letter-spacing: 0.03em;
}

.comments_rating {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  border: 1px solid rgba(141, 174, 246, 0.35);
  background: #fff;
  padding: 10px;
}

.comments_score {
  font-size: 1.15rem;
  font-weight: 700;
  color: #111;
}

.comments_stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.comments_count {
  font-size: 0.9rem;
  color: #555;
}

/* ── Sub-header ─────────────────────────────────────────── */
.comments_subheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 24px;
}

.comments_based {
  font-size: 0.9rem;
  color: #666;
}

.comments_trust {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #22c55e;
}

/* ── Comment list ───────────────────────────────────────── */
.comments_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ── Single comment card ────────────────────────────────── */
.comment_card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px 24px;
  transition: box-shadow 0.2s;
}
.comment_card:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
}

/* ── Avatar ─────────────────────────────────────────────── */
.comment_avatar {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comment_avatar_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.comment_avatar_initials {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

/* ── Body ───────────────────────────────────────────────── */
.comment_body {
  flex: 1;
  min-width: 0;
}

.comment_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.comment_author {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}

.comment_name {
  font-weight: 700;
  color: #111;
  white-space: nowrap;
}


.comment_phone {
  font-size: 0.85rem;
  color: #888;
  white-space: nowrap;
}

/* ── Likes ──────────────────────────────────────────────── */
.comment_likes {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.comment_heart_icon {
  width: 14px;
  height: 11px;
  fill: #bc002d;
}

.comment_likes_count {
  font-size: 0.88rem;
  font-weight: 600;
  color: #555;
}

/* ── Text ───────────────────────────────────────────────── */
.comment_text {
  /* font-size: 0.92rem; */
  line-height: 1.6;
  color: #333;
}

/* ══════════════════════════════════════════════════════════
   FORM: AGE QUESTION + CONTACT FORM
══════════════════════════════════════════════════════════ */
.formaa {
  padding: 70px 0;
}

/* ── Shared card wrapper ────────────────────────────────── */
.fq_age,
.fq_form_wrap {
  border-radius: 20px;
  background: #fff;
  padding: 32px 28px;

}

.fq_age {
  border-radius: 32px;
border: 2px solid #00B5E2;
background: #FFF;
}

.fq_form_wrap {
  border-radius: 32px;
border: 1px solid rgba(255, 255, 255, 0.10);
background: linear-gradient(195deg, #00B5E2 0.27%, #080818 76.68%);
}

/* ── Age step ───────────────────────────────────────────── */
.fq_age_title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  /* text-align: center; */
  margin-bottom: 20px;
}

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

.fq_age_btn {
  /* flex: 1; */
  height: 60px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.18s, transform 0.12s;
  border-radius: 16px;
border: 1px solid rgba(255, 255, 255, 0.10);
background: #00B5E2;
height: 60px;
}
.fq_age_btn:hover {
  background: #028bae;
  transform: translateY(-1px);
}
.fq_age_btn:active {
  transform: translateY(0);
}

/* ── Form wrapper ───────────────────────────────────────── */
.fq_form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ── Input field ────────────────────────────────────────── */
.fq_field {
  position: relative;
}

.fq_input {
  width: 100%;
  height: 58px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1.5px solid transparent;
  background: #fff;
  font-size: 1rem;
  color: #111;
  outline: none;
  transition: border-color 0.2s;
}
.fq_input::placeholder {
  color: #aab;
}
.fq_input:focus {
  border-color: #22c55e;
}

/* ── Phone field ────────────────────────────────────────── */
.fq_phone_field {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  border: 1.5px solid transparent;
  overflow: hidden;
  transition: border-color 0.2s;
}
.fq_phone_field:focus-within {
  border-color: #22c55e;
}

.fq_phone_prefix {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 12px 0 14px;
  flex-shrink: 0;
  border-right: 1px solid #dde3ed;
  height: 58px;
}

.fq_flag {
  width: 24px;
  height: 16px;
  flex-shrink: 0;
  border-radius: 2px;
}

.fq_trust_icon {
  width: 100%;
  max-width: 120px;
  /* height: 24px; */
  flex-shrink: 0;
  object-fit: contain;
}

.fq_code {
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}

.fq_chevron {
  width: 10px;
  height: 6px;
  margin-left: 2px;
}

.fq_input--phone {
  border: none;
  border-radius: 0;
  height: 56px;
  flex: 1;
  padding-left: 14px;
}
.fq_input--phone:focus {
  border-color: transparent;
}

/* ── Submit button ──────────────────────────────────────── */
.fq_submit {
  width: 100%;
  height: 62px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(90deg, #e85d2a 0%, #c43e1a 100%);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: opacity 0.2s, transform 0.12s;
  margin-top: 4px;
  border-radius: 12px;
background: #00B5E2;
}
.fq_submit:hover  { opacity: 0.9; }
.fq_submit:active { transform: scale(0.99); }

/* ── Advisory notice ────────────────────────────────────── */
.fq_notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255,255,255,0.75);
  font-size: 0.82rem;
  line-height: 1.5;
  border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.25);
background: rgba(255, 255, 255, 0.20);
padding: 12px;
}

.fq_notice_icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── Trust badge ────────────────────────────────────────── */
.fq_trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  /* border-radius: 10px;
  background: rgba(255,255,255,0.12); */
  padding: 13px 20px;
  color: rgba(255,255,255,0.9);
  font-size: 0.9rem;
  font-weight: 500;
}
