/* ===========================================================
   MazadPay — Home components (premium)
   =========================================================== */

/* ============ HERO ============ */
.hero { position: relative; padding-block: 72px 84px; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(820px 420px at 88% -6%, rgba(37,99,235,.10), transparent 62%),
    linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%);
}
.hero::after {
  content: ""; position: absolute; inset-block: 0; inset-inline-end: -10%; width: 60%; z-index: -1;
  background-image: radial-gradient(rgba(37,99,235,.07) 1.4px, transparent 1.6px);
  background-size: 22px 22px; -webkit-mask-image: linear-gradient(to left, #000, transparent 70%);
  mask-image: linear-gradient(to left, #000, transparent 70%); opacity: .7;
}
.hero__grid { display: grid; grid-template-columns: 1.04fr 1fr; gap: 56px; align-items: center; }
.hero__title { margin-bottom: 20px; }
.hero__title .accent { color: var(--blue); }
.hero__sub { max-width: 540px; margin-bottom: 28px; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__trust { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 30px; }
.hero__trust .i { display: flex; align-items: center; gap: 9px; font-size: 14px; color: var(--slate); font-weight: 600; }
.hero__trust .dot { width: 22px; height: 22px; border-radius: 50%; background: var(--green-50); color: var(--green); display: grid; place-items: center; }
.hero__trust .dot svg { width: 13px; height: 13px; }

/* hero visual stage */
.stage { position: relative; min-height: 520px; }
.stage__glow { position: absolute; inset: 6% 4%; background: radial-gradient(circle at 60% 40%, rgba(37,99,235,.16), transparent 65%); filter: blur(8px); z-index: 0; }

/* main auction card in hero */
.hcard {
  position: relative; z-index: 3; width: min(380px, 100%); margin-inline: auto;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl);
  box-shadow: var(--sh-xl); overflow: hidden;
}
.hcard__media { position: relative; aspect-ratio: 16/10; display: grid; place-items: center; }
.hcard__media .art { width: 62%; height: 62%; }
.hcard__badges { position: absolute; inset-block-start: 14px; inset-inline: 14px; display: flex; align-items: center; justify-content: space-between; }
.chip-live { display: inline-flex; align-items: center; gap: 7px; background: rgba(11,27,59,.84); color: #fff; font-size: 12px; font-weight: 700; padding: 6px 12px; border-radius: var(--pill); }
.chip-live .pulse { width: 7px; height: 7px; border-radius: 50%; background: #38E08E; box-shadow: 0 0 0 0 rgba(56,224,142,.7); animation: pulse 1.8s infinite; }
.chip-time { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.94); color: var(--ink); font-size: 12px; font-weight: 800; padding: 6px 11px; border-radius: var(--pill); box-shadow: var(--sh-xs); font-variant-numeric: tabular-nums; }
.chip-time svg { width: 12px; height: 12px; color: var(--blue); }
.hcard__body { padding: 18px 20px 20px; }
.hcard__title { font-size: 18px; font-weight: 800; margin-bottom: 14px; }
.hcard__row { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 16px; }
.hcard__pl { font-size: 12px; color: var(--muted); font-weight: 600; }
.hcard__pv { font-size: 24px; font-weight: 800; color: var(--blue); letter-spacing: -.01em; white-space: nowrap; }
.hcard__pv small { font-size: 13px; font-weight: 700; }
.hcard__bids { text-align: end; }
.hcard__bids .n { font-size: 18px; font-weight: 800; }
.hcard__bids .l { font-size: 11.5px; color: var(--muted); font-weight: 600; }
.hcard__bid { width: 100%; background: var(--blue); color: #fff; font-weight: 700; font-size: 15px; padding: 12px; border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; gap: 8px; transition: background .18s, transform .16s; }
.hcard__bid:hover { background: var(--blue-600); transform: translateY(-1px); }
.hcard__bid svg { width: 16px; height: 16px; }

/* floating wallet card */
.hwallet {
  position: absolute; z-index: 4; inset-block-end: 26px; inset-inline-start: -8px;
  width: 230px; background: linear-gradient(135deg, var(--blue-700), var(--blue));
  color: #fff; border-radius: var(--r-lg); padding: 16px 18px; box-shadow: var(--sh-lg);
}
.hwallet .top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.hwallet .top span { font-size: 12px; opacity: .85; font-weight: 600; }
.hwallet .top .ic { width: 28px; height: 28px; border-radius: 8px; background: rgba(255,255,255,.18); display: grid; place-items: center; }
.hwallet .top .ic svg { width: 15px; height: 15px; }
.hwallet .bal { font-size: 22px; font-weight: 800; letter-spacing: -.01em; }
.hwallet .bal small { font-size: 12px; font-weight: 700; opacity: .8; }
.hwallet .sub { margin-top: 4px; font-size: 11.5px; opacity: .8; font-weight: 600; }

/* success toast */
.htoast {
  position: absolute; z-index: 5; inset-block-start: 18px; inset-inline-start: -14px;
  display: flex; align-items: center; gap: 11px; background: #fff;
  border: 1px solid var(--line); border-radius: var(--r); padding: 12px 15px; box-shadow: var(--sh-lg);
}
.htoast .ic { width: 36px; height: 36px; border-radius: 10px; background: var(--green-50); color: var(--green); display: grid; place-items: center; flex: 0 0 auto; }
.htoast .ic svg { width: 19px; height: 19px; }
.htoast .t { font-size: 13.5px; font-weight: 800; }
.htoast .s { font-size: 11.5px; color: var(--muted); font-weight: 600; }
[data-float] { animation: floaty 5s ease-in-out infinite; }
.htoast[data-float] { animation-delay: .6s; }
@keyframes floaty { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-9px);} }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(56,224,142,.6);} 70%{box-shadow:0 0 0 7px rgba(56,224,142,0);} 100%{box-shadow:0 0 0 0 rgba(56,224,142,0);} }

/* mini product thumbs */
.hthumbs { position: absolute; z-index: 4; inset-block-end: -10px; inset-inline-end: -6px; display: flex; gap: 10px; }
.hthumb { width: 62px; height: 62px; border-radius: 14px; border: 1px solid var(--line); background: #fff; box-shadow: var(--sh-md); display: grid; place-items: center; }
.hthumb svg { width: 30px; height: 30px; }

/* ============ TRUST BAND ============ */
.tband { margin-top: -40px; position: relative; z-index: 6; }
.tband__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tcard { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; box-shadow: var(--sh-sm); }
.tcard .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; flex: 0 0 auto; }
.tcard .ic.green { background: var(--green-50); color: var(--green); }
.tcard .ic svg { width: 23px; height: 23px; }
.tcard .t { font-weight: 800; font-size: 15.5px; }
.tcard .s { font-size: 12.5px; color: var(--muted); font-weight: 600; margin-top: 1px; }

/* ============ CATEGORIES ============ */
.cats { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.cat {
  position: relative; display: block; background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-xs);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.cat:hover { transform: translateY(-5px); box-shadow: var(--sh-md); border-color: var(--blue-100); }
.cat__thumb { aspect-ratio: 5/4; display: grid; place-items: center; position: relative; }
.cat__thumb .art { width: 52%; height: 52%; }
.cat__body { padding: 14px 16px 16px; }
.cat__nm { font-weight: 800; font-size: 15.5px; }
.cat__ct { font-size: 12.5px; color: var(--muted); font-weight: 600; margin-top: 2px; }
.cat__go { position: absolute; inset-block-start: 12px; inset-inline-end: 12px; width: 30px; height: 30px; border-radius: 9px; background: rgba(255,255,255,.92); color: var(--blue); display: grid; place-items: center; box-shadow: var(--sh-xs); opacity: 0; transform: translateY(-4px); transition: opacity .2s, transform .2s; }
.cat:hover .cat__go { opacity: 1; transform: none; }
.cat__go svg { width: 15px; height: 15px; }
html[dir="rtl"] .cat__go svg { transform: scaleX(-1); }

/* ============ FEATURED AUCTIONS ============ */
.pgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.pcard {
  display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-xs);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.pcard:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); border-color: var(--blue-100); }
.pcard__media { position: relative; aspect-ratio: 4/3; display: grid; place-items: center; overflow: hidden; }
.pcard__media .art { width: 56%; height: 56%; transition: transform .3s; }
.pcard:hover .pcard__media .art { transform: scale(1.05); }
.pcard__top { position: absolute; inset-block-start: 12px; inset-inline: 12px; display: flex; align-items: center; justify-content: space-between; }
.badge { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700; padding: 5px 11px; border-radius: var(--pill); }
.badge--live { background: rgba(11,27,59,.84); color: #fff; }
.badge--live .pulse { width: 6px; height: 6px; border-radius: 50%; background: #38E08E; box-shadow: 0 0 0 0 rgba(56,224,142,.7); animation: pulse 1.8s infinite; }
.badge--hot { background: var(--warn-50); color: var(--warn); border: 1px solid #EAD7AE; }
.pcard__fav { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--slate); display: grid; place-items: center; box-shadow: var(--sh-xs); transition: color .18s; }
.pcard__fav:hover { color: var(--blue); }
.pcard__fav svg { width: 16px; height: 16px; }
.pcard__cat { position: absolute; inset-block-end: 12px; inset-inline-start: 12px; background: rgba(255,255,255,.94); color: var(--ink-2); font-size: 11.5px; font-weight: 700; padding: 4px 10px; border-radius: var(--pill); box-shadow: var(--sh-xs); }
.pcard__body { padding: 15px 16px 16px; display: flex; flex-direction: column; flex: 1; }
.pcard__title { font-weight: 800; font-size: 16px; margin-bottom: 12px; line-height: 1.35; }
.pcard__meta { display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 13px; margin-bottom: 13px; border-bottom: 1px solid var(--line); }
.pcard__pl { font-size: 11.5px; color: var(--muted); font-weight: 600; }
.pcard__pv { font-size: 20px; font-weight: 800; color: var(--blue); letter-spacing: -.01em; white-space: nowrap; }
.pcard__pv small { font-size: 12px; font-weight: 700; }
.pcard__bids { text-align: end; }
.pcard__bids .n { font-size: 15px; font-weight: 800; }
.pcard__bids .l { font-size: 11px; color: var(--muted); font-weight: 600; }
.pcard__foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.pcard__time { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; color: var(--ink-2); font-variant-numeric: tabular-nums; }
.pcard__time svg { width: 15px; height: 15px; color: var(--blue); }
.pcard__time.ending { color: var(--warn); }
.pcard__time.ending svg { color: var(--warn); }
.pcard__view { display: inline-flex; align-items: center; gap: 7px; background: var(--blue-50); color: var(--blue); font-weight: 700; font-size: 13.5px; padding: 9px 14px; border-radius: var(--r-sm); transition: background .18s, color .18s; border: none; cursor: pointer; font-family: inherit; }
.pcard__view:hover { background: var(--blue); color: #fff; }
.pcard__view svg { width: 15px; height: 15px; }

/* tints (brand-safe, no harsh gradients) */
.tint-1 { background: linear-gradient(160deg, #EAF0FF 0%, #F6F9FF 100%); color: var(--blue); }
.tint-2 { background: linear-gradient(160deg, #EAEFF6 0%, #F5F8FC 100%); color: var(--ink-2); }
.tint-3 { background: linear-gradient(160deg, #E6F6EE 0%, #F2FBF6 100%); color: var(--green); }
.tint-4 { background: linear-gradient(160deg, #E9ECF4 0%, #F5F7FB 100%); color: var(--slate); }
.tint-5 { background: linear-gradient(160deg, #EEF1F8 0%, #F7F9FD 100%); color: var(--blue-700); }

/* ============ HOW IT WORKS (timeline) ============ */
.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.timeline::before { content: ""; position: absolute; inset-block-start: 32px; inset-inline: 8%; height: 2px; background: repeating-linear-gradient(to right, var(--line-2) 0 8px, transparent 8px 16px); z-index: 0; }
.tstep { position: relative; z-index: 1; text-align: center; }
.tstep__node { width: 66px; height: 66px; margin: 0 auto 20px; border-radius: 20px; background: #fff; border: 1px solid var(--line); box-shadow: var(--sh-md); display: grid; place-items: center; color: var(--blue); position: relative; }
.tstep__node svg { width: 28px; height: 28px; }
.tstep__n { position: absolute; inset-block-start: -8px; inset-inline-end: -8px; width: 26px; height: 26px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 13px; font-weight: 800; display: grid; place-items: center; box-shadow: var(--sh-blue); }
.tstep h3 { font-size: 18px; margin-bottom: 8px; }
.tstep p { color: var(--slate); font-size: 14.5px; max-width: 230px; margin-inline: auto; }

/* ============ SERVICES ============ */
.svcs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; box-shadow: var(--sh-xs); transition: transform .2s, box-shadow .2s, border-color .2s; }
.svc:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: var(--blue-100); }
.svc__ic { width: 54px; height: 54px; border-radius: 15px; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; margin-bottom: 18px; }
.svc__ic.green { background: var(--green-50); color: var(--green); }
.svc__ic svg { width: 26px; height: 26px; }
.svc h3 { margin-bottom: 9px; }
.svc p { color: var(--slate); font-size: 14.5px; margin-bottom: 14px; }
.svc .linkarrow { font-size: 14px; }

/* ============ SECURITY DASHBOARD ============ */
.sec-split { display: grid; grid-template-columns: 1fr 1.06fr; gap: 56px; align-items: center; }
.sec-list { display: flex; flex-direction: column; gap: 16px; margin-top: 28px; }
.sec-item { display: flex; gap: 15px; align-items: flex-start; }
.sec-item .ic { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 13px; background: var(--green-50); color: var(--green); display: grid; place-items: center; }
.sec-item .ic svg { width: 22px; height: 22px; }
.sec-item h4 { font-size: 17px; font-weight: 700; margin-bottom: 3px; }
.sec-item p { color: var(--slate); font-size: 14.5px; }

.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); box-shadow: var(--sh-xl); overflow: hidden; }
.panel__bar { display: flex; align-items: center; gap: 12px; padding: 18px 22px; border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.panel__shield { width: 44px; height: 44px; border-radius: 12px; background: var(--green); color: #fff; display: grid; place-items: center; box-shadow: 0 6px 16px rgba(21,163,90,.3); }
.panel__shield svg { width: 23px; height: 23px; }
.panel__ttl { font-weight: 800; font-size: 16px; }
.panel__st { font-size: 12.5px; color: var(--green); font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.panel__st .d { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.panel__score { margin-inline-start: auto; text-align: center; }
.panel__score .v { font-size: 22px; font-weight: 800; color: var(--ink); line-height: 1; }
.panel__score .l { font-size: 10.5px; color: var(--muted); font-weight: 700; }
.panel__body { padding: 18px 22px 22px; }
.prow { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line); }
.prow:last-child { border-bottom: none; }
.prow .l { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 14.5px; color: var(--ink-2); }
.prow .mi { width: 34px; height: 34px; border-radius: 10px; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; }
.prow .mi svg { width: 17px; height: 17px; }
.ok { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700; color: var(--green); background: var(--green-50); border: 1px solid var(--green-100); border-radius: var(--pill); padding: 4px 11px; }
.ok svg { width: 13px; height: 13px; }
.panel__foot { display: flex; align-items: center; gap: 12px; margin-top: 16px; padding: 14px 16px; background: var(--green-50); border: 1px solid var(--green-100); border-radius: var(--r); }
.panel__foot svg { width: 20px; height: 20px; color: var(--green); flex: 0 0 auto; }
.panel__foot p { font-size: 13.5px; color: #0E7A43; font-weight: 600; }

/* ============ DOWNLOAD ============ */
.dl__card { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--blue-700) 0%, var(--blue) 100%); border-radius: var(--r-2xl); color: #fff; padding: 56px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }
.dl__card::before { content: ""; position: absolute; inset-block-start: -45%; inset-inline-end: -8%; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.16), transparent 64%); }
.dl__card::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.12) 1.2px, transparent 1.4px); background-size: 20px 20px; -webkit-mask-image: linear-gradient(to top left, #000, transparent 60%); mask-image: linear-gradient(to top left, #000, transparent 60%); opacity: .5; }
.dl__card > * { position: relative; z-index: 1; }
.dl__card h2 { color: #fff; }
.dl__card .lead { color: rgba(255,255,255,.86); }
.store-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.store-btn { display: inline-flex; align-items: center; gap: 12px; background: #0A1526; color: #fff; border-radius: 14px; padding: 12px 20px; border: 1px solid rgba(255,255,255,.14); transition: transform .16s; }
.store-btn:hover { transform: translateY(-2px); }
.store-btn.white { background: #fff; color: var(--ink); }
.store-btn.disabled { opacity: .6; cursor: not-allowed; pointer-events: none; }
.store-btn svg { width: 26px; height: 26px; flex: 0 0 auto; }
.store-btn .s { display: flex; flex-direction: column; line-height: 1.2; text-align: start; }
.store-btn .s .a { font-size: 11px; opacity: .82; font-weight: 600; }
.store-btn .s .b { font-size: 16px; font-weight: 800; }
.store-note { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; font-size: 13px; color: rgba(255,255,255,.78); font-weight: 600; }
.store-note svg { width: 15px; height: 15px; }
.dl__visual { display: flex; align-items: center; justify-content: center; gap: 18px; }
.dl__phone { width: 184px; height: 372px; border-radius: 34px; background: #0A1526; padding: 9px; box-shadow: var(--sh-xl); flex: 0 0 auto; }
.dl__screen { width: 100%; height: 100%; border-radius: 26px; overflow: hidden; background: #fff; position: relative; display: flex; flex-direction: column; }
.dl__notch { position: absolute; inset-block-start: 0; inset-inline-start: 50%; transform: translateX(-50%); width: 86px; height: 18px; background: #0A1526; border-radius: 0 0 12px 12px; z-index: 4; }
.dl__shead { background: var(--blue); padding: 30px 14px 14px; color: #fff; }
.dl__shead .h { font-size: 11px; opacity: .85; font-weight: 600; }
.dl__shead .n { font-size: 14px; font-weight: 800; }
.dl__sbal { margin-top: 10px; background: rgba(255,255,255,.15); border-radius: 11px; padding: 9px 11px; }
.dl__sbal .l { font-size: 9.5px; opacity: .85; font-weight: 600; }
.dl__sbal .v { font-size: 16px; font-weight: 800; }
.dl__sbody { padding: 12px; display: flex; flex-direction: column; gap: 9px; }
.dl__pc { border: 1px solid var(--line); border-radius: 11px; overflow: hidden; }
.dl__pcimg { height: 64px; display: grid; place-items: center; }
.dl__pcimg svg { width: 30px; height: 30px; }
.dl__pcb { padding: 7px 9px; }
.dl__pcb .t { font-size: 10.5px; font-weight: 800; color: var(--ink); }
.dl__pcb .p { font-size: 11px; font-weight: 800; color: var(--blue); margin-top: 2px; }
.qr { background: #fff; border-radius: var(--r); padding: 14px; box-shadow: var(--sh-lg); text-align: center; }
.qr__code { width: 132px; height: 132px; }
.qr__t { margin-top: 9px; font-size: 12.5px; font-weight: 700; color: var(--ink-2); }

/* ============ CONTACT ============ */
.contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 40px; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 14px; }
.ci-item { display: flex; align-items: center; gap: 15px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--sh-xs); transition: border-color .2s, transform .2s; }
.ci-item:hover { border-color: var(--blue-100); transform: translateY(-2px); }
.ci-item .ic { width: 48px; height: 48px; border-radius: 13px; background: var(--blue-50); color: var(--blue); display: grid; place-items: center; flex: 0 0 auto; }
.ci-item .ic.green { background: var(--green-50); color: var(--green); }
.ci-item .ic svg { width: 22px; height: 22px; }
.ci-item .l { font-size: 12px; color: var(--muted); font-weight: 700; }
.ci-item .v { font-size: 15.5px; font-weight: 700; color: var(--ink); }
.form { background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: 32px; box-shadow: var(--sh-sm); }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 700; font-size: 14px; margin-bottom: 7px; color: var(--ink-2); }
.field input, .field textarea { width: 100%; font-size: 15px; color: var(--ink); border: 1.5px solid var(--line-2); border-radius: var(--r-sm); padding: 13px 15px; background: var(--bg-soft); transition: border-color .18s, background .18s, box-shadow .18s; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(37,99,235,.1); }
.field textarea { resize: vertical; min-height: 118px; }
.form__ok { display: none; align-items: center; gap: 10px; background: var(--green-50); border: 1px solid var(--green-100); color: var(--green); font-weight: 700; padding: 13px 16px; border-radius: var(--r-sm); margin-bottom: 16px; }
.form__ok.show { display: flex; }
.form__ok svg { width: 19px; height: 19px; }

/* ============ Responsive ============ */
@media (max-width: 1080px) {
  .hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .stage { width: 100%; max-width: 480px; margin-inline: auto; min-height: 460px; }
  .cats { grid-template-columns: repeat(3, 1fr); }
  .pgrid { grid-template-columns: repeat(2, 1fr); }
  .sec-split { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; }
  .dl__card { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .tband__inner { grid-template-columns: 1fr 1fr; }
  .svcs { grid-template-columns: 1fr 1fr; }
  .timeline { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .timeline::before { display: none; }
  .dl__card { padding: 38px 28px; }
}
@media (max-width: 560px) {
  .cats { grid-template-columns: 1fr 1fr; }
  .pgrid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .tband__inner { grid-template-columns: 1fr 1fr; }
  .svcs { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
  .hwallet { inset-inline-start: 0; width: 200px; }
  .htoast { inset-inline-start: 0; }
  .pcard__title { font-size: 14.5px; }
  .pcard__pv { font-size: 18px; }
  .pcard__view span { display: none; }
}
@media (max-width: 380px) {
  .pgrid { grid-template-columns: 1fr; }
}

/* ============ RTL arrow fixes ============ */
html[dir="ltr"] .linkarrow svg { transform: none; }
html[dir="ltr"] .linkarrow:hover svg { transform: translateX(3px); }
html[dir="rtl"] .pcard__view svg,
html[dir="rtl"] .hcard__bid svg { transform: scaleX(-1); }
