/* ── PAGE HERO ── */
.page-hero{
  padding:8rem 4rem 4rem;background:var(--dark);text-align:center;
  position:relative;overflow:hidden;
}
.page-hero::before{
  content:'';position:absolute;inset:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='90'%3E%3Cpolygon points='26,0 52,45 0,45' fill='none' stroke='rgba(255,255,255,.04)' stroke-width='.5'/%3E%3Cpolygon points='26,90 0,45 52,45' fill='none' stroke='rgba(255,255,255,.04)' stroke-width='.5'/%3E%3C/svg%3E");
  background-size:52px 90px;
}
.page-hero-inner{position:relative;z-index:1;max-width:700px;margin:0 auto;}
.page-hero-en{
  font-family:var(--ff);font-size:.7rem;font-weight:800;
  letter-spacing:.35em;color:var(--blue);text-transform:uppercase;margin-bottom:.6rem;
}
.page-hero-deco{width:40px;height:2px;background:linear-gradient(90deg,var(--blue),rgba(0,188,212,.3));margin:0 auto .8rem;}
.page-hero-title{
  font-family:var(--ffj);font-size:clamp(1.6rem,3vw,2.4rem);
  font-weight:700;color:#fff;line-height:1.5;margin-bottom:1rem;
}
.page-hero-sub{
  font-family:var(--ffj);font-size:.85rem;font-weight:300;
  color:rgba(255,255,255,.45);line-height:2;
}

/* ── POLICY SECTION ── */
.policy-section{
  background:var(--bg);padding:5rem 4rem 6rem;
}
.policy-wrap{
  max-width:860px;margin:0 auto;
}

/* ── INTRO ── */
.policy-intro{
  font-family:var(--ffj);font-size:.88rem;
  color:rgba(26,26,26,.7);line-height:2;
  margin-bottom:3.5rem;
  padding-bottom:2rem;
  border-bottom:1px solid var(--border);
}

/* ── POLICY ITEMS ── */
.policy-items{
  display:flex;flex-direction:column;gap:0;
}
.policy-item{
  padding:2rem 0;
  border-bottom:1px solid var(--border);
}
.policy-item:first-child{
  padding-top:0;
}

.policy-item-head{
  display:flex;align-items:center;gap:1rem;
  margin-bottom:1rem;
}
.policy-num{
  flex-shrink:0;
  width:2rem;height:2rem;border-radius:50%;
  background:var(--blue);color:#fff;
  font-family:var(--ff);font-size:.7rem;font-weight:700;
  display:flex;align-items:center;justify-content:center;
  letter-spacing:.02em;
}
.policy-item h2{
  font-family:var(--ffj);font-size:1rem;font-weight:700;
  color:var(--ink-dark);line-height:1.5;
}

.policy-item-body{
  padding-left:3rem;
}
.policy-item-body p{
  font-family:var(--ffj);font-size:.88rem;
  color:rgba(26,26,26,.7);line-height:2;
}
.policy-item-body p + p{
  margin-top:.8em;
}

/* ── LIST ── */
.policy-list{
  list-style:none;
  margin-top:.8rem;
  display:flex;flex-direction:column;gap:.5rem;
}
.policy-list li{
  font-family:var(--ffj);font-size:.85rem;
  color:rgba(26,26,26,.65);line-height:1.8;
  padding-left:1.2rem;position:relative;
}
.policy-list li::before{
  content:'';position:absolute;left:0;top:.7em;
  width:5px;height:5px;border-radius:50%;
  background:var(--blue);opacity:.7;
}

/* ── CONTACT CARD ── */
.policy-contact-card{
  margin-top:1.2rem;
  background:var(--bg2);
  border:1px solid var(--border);
  padding:1.8rem 2rem;
}
.policy-contact-table{
  width:100%;border-collapse:collapse;
}
.policy-contact-table tr + tr{
  border-top:1px solid var(--border);
}
.policy-contact-table th,
.policy-contact-table td{
  padding:.9rem .6rem;
  font-family:var(--ffj);font-size:.82rem;
  text-align:left;vertical-align:top;
}
.policy-contact-table th{
  font-family:var(--ff);font-size:.62rem;font-weight:700;
  letter-spacing:.12em;color:rgba(26,26,26,.35);
  text-transform:uppercase;
  width:120px;white-space:nowrap;padding-top:1rem;
}
.policy-contact-table td{
  font-weight:400;color:rgba(26,26,26,.75);line-height:1.8;
}
.policy-contact-table td a{
  color:var(--blue);text-decoration:none;
  transition:opacity .2s;
}
.policy-contact-table td a:hover{opacity:.7;}

/* ── CTA ── */
.cta-section{
  padding:4rem;background:var(--dark);text-align:center;
  position:relative;overflow:hidden;
}
.cta-section::before{
  content:'VEXUM';position:absolute;top:50%;left:50%;
  transform:translate(-50%,-50%);
  font-family:var(--ff);font-size:clamp(5rem,12vw,10rem);
  font-weight:900;letter-spacing:.1em;
  color:rgba(255,255,255,.02);pointer-events:none;white-space:nowrap;
}
.cta-inner{position:relative;z-index:1;max-width:600px;margin:0 auto;}
.cta-title{
  font-family:var(--ffj);font-size:clamp(1.2rem,2vw,1.5rem);
  font-weight:700;color:#fff;line-height:1.6;margin-bottom:1.5rem;
}
.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;}
.cta-btn-primary{
  display:inline-block;font-family:var(--ffj);font-size:.78rem;font-weight:700;
  letter-spacing:.08em;padding:.8rem 2rem;
  background:var(--accent);color:#fff;border-radius:40px;text-decoration:none;
  transition:background .25s,transform .25s;
}
.cta-btn-primary:hover{background:#D4941A;transform:translateY(-2px);}
.cta-btn-secondary{
  display:inline-block;font-family:var(--ffj);font-size:.78rem;font-weight:500;
  letter-spacing:.06em;padding:.8rem 2rem;
  background:transparent;color:rgba(255,255,255,.6);border-radius:40px;
  border:1px solid rgba(255,255,255,.2);text-decoration:none;
  transition:border-color .25s,color .25s;
}
.cta-btn-secondary:hover{border-color:rgba(255,255,255,.5);color:#fff;}

/* ══════════════════════════════════════
   RESPONSIVE — 768px
══════════════════════════════════════ */
@media(max-width:768px){
  .page-hero{padding:6rem 1.4rem 3rem;}
  .page-hero-title{font-size:1.4rem;}

  .policy-section{padding:3rem 1.4rem 4rem;}

  .policy-item-body{padding-left:0;}

  .policy-contact-card{padding:1.2rem;}
  .policy-contact-table th{width:90px;}

  .cta-section{padding:3rem 1.4rem;}
  .cta-buttons{flex-direction:column;align-items:center;}
}

/* ══════════════════════════════════════
   RESPONSIVE — 640px
══════════════════════════════════════ */
@media(max-width:640px){
  .policy-contact-table th,
  .policy-contact-table td{display:block;width:100%;padding:.4rem .2rem;}
  .policy-contact-table th{padding-bottom:0;font-size:.6rem;}
  .policy-contact-table tr + tr{border-top:none;margin-top:.8rem;}
}
