/* CountryRiskReport.com — Praxorium LLC
   Все стили сайта. Порядок правил и каскад сохранены. */

/* ═══════════════════════════════════════════════════
   RESET & CUSTOM PROPERTIES
═══════════════════════════════════════════════════ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

:root{
  /* Brand colors */
  --bg:#03080f;--bg2:#060e1c;--bg3:#091220;
  --gold:#b8923a;--gold2:#d4a84b;--gold3:#f0c866;--goldf:rgba(184,146,58,.12);
  --ice:#e8f0f8;--ice2:rgba(232,240,248,.85);--ice3:rgba(232,240,248,.58);--ice4:rgba(232,240,248,.2);
  --red:#8b1a1a;
  --bdr:rgba(184,146,58,.18);--bdr2:rgba(184,146,58,.38);
  --r:2px;
  --ease:cubic-bezier(.23,1,.32,1);

  /* Typography */
  --body-font:'Inter',system-ui,-apple-system,sans-serif;
  --head-font:'Cormorant Garamond',Georgia,serif;

  /* Layout system */
  --nav-h:66px;
  --px:clamp(1.25rem,5vw,7rem);          /* horizontal section padding */
  --py:clamp(3rem,6vw,5rem);             /* vertical section padding */
  --max-w:1400px;                         /* max content width */
}

html{
  scroll-behavior:smooth;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
  height:100%;
}

body{
  font-family:var(--body-font);
  background:var(--bg);
  color:var(--ice);
  overflow-x:hidden;
  cursor:none;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-size:1rem;
  line-height:1.75;
  min-height:100vh;
  min-height:100dvh;
  display:flex;
  flex-direction:column;
}

img{max-width:100%;height:auto;display:block}

/* ═══ SKIP LINK ═══ */
.skip-link{position:absolute;top:-100%;left:1rem;background:var(--gold);color:var(--bg);font-weight:700;font-size:.875rem;padding:.75rem 1.25rem;border-radius:var(--r);z-index:10000;text-decoration:none;transition:top .2s}
.skip-link:focus{top:1rem}

/* ═══ FOCUS ═══ */
:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:var(--r)}
a:focus-visible,button:focus-visible{outline:2px solid var(--gold3);outline-offset:3px}

/* ═══ REDUCED MOTION ═══ */
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  html{scroll-behavior:auto}
  .ticker-inner{animation:none}
}

/* ═══ CUSTOM CURSOR (desktop hover only) ═══ */
@media(hover:hover) and (pointer:fine){body{cursor:none}}
#cur{position:fixed;z-index:9999;pointer-events:none;top:0;left:0}
#cur-dot{position:absolute;width:8px;height:8px;background:var(--gold);border-radius:50%;transform:translate(-50%,-50%);transition:width .2s,height .2s,background .2s}
#cur-ring{position:absolute;width:34px;height:34px;border:1px solid rgba(184,146,58,.4);border-radius:50%;transform:translate(-50%,-50%);transition:width .3s,height .3s,border-color .3s}
body.hov #cur-dot{width:16px;height:16px;background:var(--gold3)}
body.hov #cur-ring{width:54px;height:54px;border-color:var(--gold)}

/* ═══════════════════════════════════════════════════
   NAVIGATION
═══════════════════════════════════════════════════ */
#nav{
  position:fixed;top:0;inset-inline:0;z-index:800;
  display:flex;flex-direction:column;justify-content:center;
  padding:0 var(--px);
  transition:background .4s,backdrop-filter .4s,box-shadow .4s;
  height:auto;
  min-height:var(--nav-h);
}
#nav.bg{background:rgba(3,8,15,.97);backdrop-filter:blur(18px);box-shadow:0 1px 0 var(--bdr)}

/* ── top row: logo · email · cta · hamburger ── */
.nav-top{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.55rem 0 .3rem}
.nav-top-l{display:flex;align-items:center;gap:1.6rem;flex:1;min-width:0}
.nav-top-r{display:flex;align-items:center;gap:.75rem;flex-shrink:0}

.logo-wrap{display:flex;flex-direction:column;text-decoration:none;cursor:none;flex-shrink:0}
.logo-main{font-family:var(--head-font);font-size:1.15rem;font-weight:600;letter-spacing:.12em;color:var(--gold);line-height:1}
.logo-sub{font-family:var(--body-font);font-size:.5rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--ice3);margin-top:3px;white-space:nowrap}

/* email contact pill — visible on desktop nav */
.nav-email{font-size:.52rem;font-weight:500;letter-spacing:.06em;color:var(--ice3);text-decoration:none;border:1px solid rgba(184,146,58,.15);padding:4px 10px;border-radius:var(--r);transition:color .22s,border-color .22s;white-space:nowrap;display:flex;align-items:center;gap:.35rem}
.nav-email:hover{color:var(--gold);border-color:var(--gold)}
.nav-email::before{content:'✉';font-style:normal;color:var(--gold);opacity:.7}

.nav-btn{font-size:.58rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;background:var(--gold);color:var(--bg);padding:8px 16px;border-radius:var(--r);text-decoration:none;cursor:none;transition:background .22s,transform .18s;border:none;white-space:nowrap}
.nav-btn:hover{background:var(--gold3);transform:translateY(-1px)}

/* ── bottom row: nav links · language switcher ── */
.nav-bottom{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.25rem 0 .45rem;border-top:1px solid rgba(184,146,58,.07)}
.nav-center{display:flex;gap:.8rem;list-style:none;margin:0;padding:0;flex:1;min-width:0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}
.nav-center::-webkit-scrollbar{display:none}
.nav-center a{font-size:.50rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--ice3);text-decoration:none;cursor:none;transition:color .25s;position:relative;white-space:nowrap}
.nav-center a::after{content:'';position:absolute;bottom:-3px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s}
.nav-center a:hover,.nav-center a.on{color:var(--ice)}
.nav-center a:hover::after,.nav-center a.on::after{width:100%}

.nav-r{display:flex;align-items:center;gap:0;flex-shrink:0;margin-left:1.2rem}
.lsw{display:flex;gap:2px;flex-wrap:nowrap}
.lb{font-size:.5rem;font-weight:600;letter-spacing:.08em;background:none;border:1px solid rgba(184,146,58,.15);color:var(--ice3);padding:3px 6px;border-radius:var(--r);cursor:none;transition:all .22s;white-space:nowrap;min-height:26px}
.lb:hover,.lb.on{border-color:var(--gold);color:var(--gold)}

/* ═══ HAMBURGER ═══ */
.ham{
  display:none;
  flex-direction:column;gap:5px;
  background:none;border:none;
  cursor:pointer;
  padding:10px;
  border-radius:var(--r);
  -webkit-tap-highlight-color:transparent;
  min-width:44px;min-height:44px;
  align-items:center;justify-content:center;
}
.ham span{width:22px;height:2px;background:var(--gold);border-radius:2px;transition:transform .32s var(--ease),opacity .22s;display:block}
.ham:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
.ham[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.ham[aria-expanded="true"] span:nth-child(2){opacity:0;transform:scaleX(0)}
.ham[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* ═══ MOBILE DRAWER ═══ */
.mobile-drawer{
  display:none;
  position:fixed;
  top:var(--nav-h);left:0;right:0;
  background:rgba(3,8,15,.99);
  backdrop-filter:blur(24px);
  -webkit-backdrop-filter:blur(24px);
  border-top:1px solid var(--bdr);
  z-index:799;
  padding:0.75rem clamp(1.25rem,5vw,2.5rem) 2rem;
  flex-direction:column;gap:0;
  max-height:calc(100dvh - var(--nav-h));
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
}
.mobile-drawer.open{display:flex}
.mobile-drawer a{
  font-size:1rem;
  font-weight:500;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--ice2);
  text-decoration:none;
  padding:1rem 0;
  border-bottom:1px solid rgba(184,146,58,.07);
  transition:color .22s,padding-left .22s;
  min-height:52px;
  display:flex;align-items:center;
}
.mobile-drawer a:last-of-type{border-bottom:none}
.mobile-drawer a:hover,.mobile-drawer a.on{color:var(--gold);padding-left:.4rem}
.mob-lang{display:flex;gap:.5rem;flex-wrap:wrap;padding:1.25rem 0 .5rem}
.mob-lang button{
  font-size:.8rem;font-weight:700;letter-spacing:.1em;
  background:none;
  border:1px solid rgba(184,146,58,.22);
  color:var(--ice3);
  padding:8px 16px;
  border-radius:var(--r);
  min-height:44px;min-width:44px;
  cursor:pointer;
  transition:all .22s;
}
.mob-lang button.on,.mob-lang button:hover{border-color:var(--gold);color:var(--gold);background:rgba(184,146,58,.06)}
.mob-cta{
  margin-top:1rem;
  display:flex;align-items:center;justify-content:center;
  background:var(--gold);color:var(--bg);
  font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  padding:15px 24px;border-radius:var(--r);text-decoration:none;
  min-height:52px;
  transition:background .22s;
}
.mob-cta:hover{background:var(--gold3)}

/* ═══ PAGE SYSTEM ═══ */
#main-content{
  flex:1 0 auto;
  display:flex;
  flex-direction:column;
}
footer{
  flex-shrink:0;
}
.pg{display:none;min-height:calc(100vh - var(--nav-h,66px));flex:1 0 auto}
.pg.on{display:flex;flex-direction:column;animation:pgIn .45s var(--ease) both}
@keyframes pgIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s var(--ease),transform .6s var(--ease)}
.reveal.vis{opacity:1;transform:none}

/* ═══════════════════════════════════════════════════
   HOME — HERO
═══════════════════════════════════════════════════ */
#home{position:relative;overflow:hidden}
#particles{position:absolute;inset:0;z-index:1}

.hero{
  position:relative;z-index:10;
  min-height:100svh;
  display:flex;flex-direction:column;justify-content:center;
  padding:calc(var(--nav-h) + 3rem) var(--px) clamp(3rem,6vw,5rem);
}
.hero-eyebrow{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;animation:fadeUp .8s .1s var(--ease) both;opacity:0}
.eyebrow-line{width:32px;height:1px;background:var(--gold);flex-shrink:0}
.eyebrow-text{font-size:.58rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--gold)}

.hero-title{
  font-family:var(--head-font);
  font-size:clamp(2.25rem,7.5vw,7.8rem);
  font-weight:400;
  line-height:.95;
  color:var(--ice);
  margin-bottom:2.5rem;
  animation:fadeUp .9s .18s var(--ease) both;
  opacity:0;
  max-width:min(900px,100%);
}
.hero-title .line2{display:block;font-style:italic;color:var(--gold);margin-left:clamp(1rem,6vw,8rem)}
.hero-title .line3{display:block;margin-left:clamp(2rem,12vw,16rem)}

.hero-meta{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(1.5rem,4vw,3rem);
  max-width:min(820px,100%);
  animation:fadeUp .8s .28s var(--ease) both;
  opacity:0;
}
.hero-desc{font-size:clamp(.9rem,1.5vw,1rem);font-weight:300;line-height:1.9;color:var(--ice3);max-width:400px}
.hero-right-col{display:flex;flex-direction:column;justify-content:flex-end;gap:1.2rem}
.hero-stat-row{display:flex;gap:clamp(1rem,3vw,2rem);flex-wrap:wrap}
.hero-stat{text-align:center}
.hero-stat-n{font-family:var(--head-font);font-size:clamp(1.9rem,4vw,2.6rem);font-weight:400;color:var(--gold);line-height:1}
.hero-stat-l{font-size:.55rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ice3);margin-top:.25rem}
.hero-btns{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.75rem}

/* ═══ BUTTONS ═══ */
.btn-gold{
  display:inline-flex;align-items:center;gap:.6rem;
  background:var(--gold);color:var(--bg);
  font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  padding:13px 26px;
  border-radius:var(--r);
  text-decoration:none;cursor:none;border:none;
  transition:background .22s,transform .18s,box-shadow .22s;
  min-height:44px;
  white-space:nowrap;
}
.btn-gold:hover{background:var(--gold3);transform:translateY(-2px);box-shadow:0 12px 32px rgba(184,146,58,.25)}
.btn-ghost{
  display:inline-flex;align-items:center;gap:.6rem;
  border:1px solid var(--bdr2);color:var(--ice);
  font-size:.65rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
  padding:13px 26px;
  border-radius:var(--r);
  text-decoration:none;cursor:none;background:none;
  transition:border-color .22s,color .22s,transform .18s;
  min-height:44px;
  white-space:nowrap;
}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}

/* ═══ TICKER ═══ */
.ticker{position:relative;z-index:10;border-top:1px solid var(--bdr);border-bottom:1px solid var(--bdr);background:rgba(6,14,28,.8);backdrop-filter:blur(8px);overflow:hidden;height:40px;display:flex;align-items:center}
.ticker-inner{display:flex;gap:0;white-space:nowrap;animation:ticker 34s linear infinite}
.ticker-item{font-size:.57rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--ice3);padding:0 3rem;border-right:1px solid var(--bdr)}
.ticker-item span{color:var(--gold)}
@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ═══ SECTION WRAPPER ═══ */
.svc-preview,.about-strip,.jur-section,.why-section{padding:var(--py) var(--px)}
.sec{padding:var(--py) var(--px);max-width:var(--max-w);margin:0 auto}
.pg-hero{padding:calc(var(--nav-h) + 4rem) var(--px) clamp(2rem,4vw,4rem);position:relative;max-width:var(--max-w);margin:0 auto}
.pg-hero::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,var(--gold) 40%,transparent)}

.sec-label{display:flex;align-items:center;gap:.75rem;font-size:.58rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1.4rem}
.sec-label::before{content:'';width:24px;height:1px;background:var(--gold);flex-shrink:0}
.pg-h1{font-family:var(--head-font);font-size:clamp(2rem,5.5vw,5rem);font-weight:400;line-height:1.06;color:var(--ice);margin-bottom:1.2rem}
.pg-h1 em{font-style:italic;color:var(--gold)}

/* ═══════════════════════════════════════════════════
   SERVICES PREVIEW (HOME)
═══════════════════════════════════════════════════ */
.svc-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--bdr);margin-top:3rem;border:1px solid var(--bdr)}
.svc-prev-card{background:var(--bg2);padding:clamp(1.5rem,3vw,2.5rem) clamp(1.25rem,2.5vw,2rem);transition:background .35s;position:relative;overflow:hidden;display:flex;flex-direction:column}
.svc-prev-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(to right,var(--gold),transparent);transform:scaleX(0);transform-origin:left;transition:transform .4s}
.svc-prev-card:hover{background:var(--bg3)}
.svc-prev-card:hover::before{transform:scaleX(1)}
.spc-n{font-family:var(--head-font);font-size:3.5rem;font-weight:300;letter-spacing:.02em;color:rgba(184,146,58,.09);line-height:1;margin-bottom:1rem;transition:color .35s}
.svc-prev-card:hover .spc-n{color:rgba(184,146,58,.16)}
.spc-icon{font-size:1.3rem;margin-bottom:.7rem}
.spc-name{font-family:var(--head-font);font-size:clamp(1.05rem,1.8vw,1.2rem);color:var(--ice);margin-bottom:.65rem;line-height:1.3;font-weight:500}
.spc-desc{font-size:.82rem;font-weight:300;color:var(--ice3);line-height:1.85;flex:1}
.spc-price{font-size:.63rem;font-weight:600;letter-spacing:.08em;color:var(--gold);border-top:1px solid var(--bdr);padding-top:.85rem;margin-top:1.2rem}
.spc-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.58rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);background:none;border:none;cursor:none;margin-top:.7rem;transition:gap .25s;padding:0;min-height:44px}
.spc-link:hover{gap:.8rem}
.spc-link::after{content:'→'}

/* ═══ HOME CTA ═══ */
.home-cta{position:relative;z-index:10;padding:clamp(2.5rem,5vw,4rem) var(--px);background:linear-gradient(135deg,rgba(13,31,58,.6) 0%,rgba(3,8,15,.8) 100%);border-top:1px solid var(--bdr);border-bottom:1px solid var(--bdr)}
.home-cta-inner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:2.5rem;max-width:var(--max-w);margin:0 auto}
.home-cta h2{font-family:var(--head-font);font-size:clamp(1.5rem,2.8vw,2.4rem);font-weight:400;color:var(--ice);margin-bottom:.5rem;line-height:1.2}
.home-cta p{font-size:.88rem;font-weight:300;color:var(--ice3);line-height:1.8;max-width:540px}
.home-cta-btns{display:flex;gap:.75rem;flex-shrink:0;flex-wrap:wrap}

/* ═══ ABOUT STRIP ═══ */
.about-strip{background:rgba(6,14,28,.6);border-top:1px solid var(--bdr);border-bottom:1px solid var(--bdr)}
.about-strip-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,8vw,8rem);align-items:center;margin-top:3rem}
.about-strip-l .big-quote{font-family:var(--head-font);font-size:clamp(1.15rem,2.2vw,1.85rem);font-weight:400;font-style:italic;color:var(--ice2);line-height:1.65;border-left:3px solid var(--gold);padding-left:1.8rem;margin-bottom:2rem}
.about-strip-l p{font-size:.9rem;font-weight:300;color:var(--ice3);line-height:1.95;margin-bottom:1.1rem}
.expert-card{background:var(--bg2);border:1px solid var(--bdr);padding:2.2rem;position:relative}
.expert-card::before{content:'';position:absolute;top:-1px;left:2rem;width:60px;height:3px;background:var(--gold)}
.ec-photo{width:100%;aspect-ratio:3/4;background:linear-gradient(145deg,#0d1f3a,var(--bg));border:1px solid var(--bdr);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;overflow:hidden}
.ec-photo::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 30% 20%,rgba(184,146,58,.07),transparent 60%)}
.ec-ph-inner{text-align:center;color:var(--ice3)}
.ec-ph-inner .icon{font-size:3rem;opacity:.25;display:block;margin-bottom:.5rem}
.ec-ph-inner p{font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;opacity:.35}
.ec-name{font-family:var(--head-font);font-size:1.4rem;font-weight:500;color:var(--ice);margin-bottom:.3rem}
.ec-title{font-size:.63rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}
.ec-tags{display:flex;flex-wrap:wrap;gap:.4rem}
.ec-tag{font-size:.58rem;font-weight:600;letter-spacing:.06em;background:var(--goldf);color:var(--gold);border:1px solid var(--bdr);padding:5px 10px;border-radius:var(--r)}

/* ═══ JURISDICTIONS ═══ */
.jur-section{background:transparent}
.jur-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--bdr);border:1px solid var(--bdr);margin-top:3rem}
.jur-card{background:var(--bg2);padding:clamp(1.5rem,3vw,2rem);display:flex;gap:1.2rem;align-items:flex-start;transition:background .3s}
.jur-card:hover{background:rgba(184,146,58,.04)}
.jur-flag{font-size:1.8rem;flex-shrink:0;margin-top:2px}
.jur-name{font-family:var(--head-font);font-size:1.05rem;font-weight:500;color:var(--ice);margin-bottom:.3rem}
.jur-desc{font-size:.8rem;font-weight:300;color:var(--ice3);line-height:1.75}
.jur-badge{display:inline-block;font-size:.54rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--goldf);color:var(--gold);border:1px solid var(--bdr);padding:2px 8px;border-radius:var(--r);margin-top:.5rem}

/* ═══ WHY SECTION ═══ */
.why-section{background:rgba(6,14,28,.5);border-top:1px solid var(--bdr)}
.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--bdr);border:1px solid var(--bdr);margin-top:3rem}
.why-card{background:var(--bg2);padding:clamp(1.5rem,3vw,2.2rem) clamp(1.25rem,2.5vw,1.8rem);transition:background .35s;position:relative;overflow:hidden}
.why-card:hover{background:rgba(184,146,58,.04)}
.why-num{font-family:var(--head-font);font-size:4rem;font-weight:300;letter-spacing:.02em;color:rgba(184,146,58,.07);line-height:1;margin-bottom:1rem;transition:color .35s}
.why-card:hover .why-num{color:rgba(184,146,58,.14)}
.why-title{font-family:var(--head-font);font-size:1.05rem;font-weight:500;color:var(--ice);margin-bottom:.65rem;line-height:1.3}
.why-body{font-size:.82rem;font-weight:300;color:var(--ice3);line-height:1.85}

/* ═══════════════════════════════════════════════════
   SERVICES PAGE
═══════════════════════════════════════════════════ */
.svc-full-grid{margin-top:3.5rem}
.sf-card{background:var(--bg2);padding:clamp(1.75rem,3vw,2.8rem);position:relative;overflow:hidden;transition:background .35s;display:flex;flex-direction:column}
.sf-card:hover{background:var(--bg3)}
.sf-card::after{content:'';position:absolute;left:0;top:0;width:3px;height:0;background:var(--gold);transition:height .45s}
.sf-card:hover::after{height:100%}
.sf-n{font-family:var(--head-font);font-size:4rem;font-weight:300;letter-spacing:.02em;color:rgba(184,146,58,.06);line-height:1;margin-bottom:1.4rem;transition:color .35s}
.sf-card:hover .sf-n{color:rgba(184,146,58,.12)}
.sf-icon{font-size:1.4rem;margin-bottom:.7rem}
.sf-name{font-family:var(--head-font);font-size:clamp(1.1rem,2vw,1.35rem);font-weight:500;color:var(--ice);line-height:1.3;margin-bottom:.75rem}
.sf-desc{font-size:.84rem;font-weight:300;color:var(--ice3);line-height:1.9;margin-bottom:1.4rem;flex:1}
.sf-price{font-size:.67rem;font-weight:600;letter-spacing:.08em;color:var(--gold);border-top:1px solid var(--bdr);padding-top:.9rem}
.sf-cta{display:inline-flex;align-items:center;gap:.4rem;font-size:.6rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);background:none;border:none;cursor:none;margin-top:.8rem;transition:gap .25s;padding:0;min-height:44px}
.sf-cta:hover{gap:.8rem}
.sf-cta::after{content:'→'}

/* ═══ PRICING TABLE ═══ */
.pricing-table{margin-top:4rem;border:1px solid var(--bdr);overflow:hidden}
.pt-head{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;background:rgba(184,146,58,.08);border-bottom:1px solid var(--bdr)}
.pt-cell{padding:1rem 1.2rem;font-size:.58rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}
.pt-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;border-bottom:1px solid rgba(184,146,58,.07);transition:background .25s}
.pt-row:last-child{border-bottom:none}
.pt-row:hover{background:var(--goldf)}
.pt-row .pt-cell{font-size:.82rem;font-weight:300;color:var(--ice3);letter-spacing:0;text-transform:none}
.pt-row .pt-cell:first-child{font-weight:400;color:var(--ice)}
.pt-check{color:var(--gold)}
.pt-dash{color:var(--ice4)}

/* ═══ ORDER STRIP ═══ */
.order-strip{border:1px solid var(--bdr2);padding:clamp(1.75rem,4vw,3rem);display:grid;grid-template-columns:1fr auto;align-items:center;gap:2.5rem;background:linear-gradient(135deg,rgba(13,31,58,.4) 0%,transparent 100%);margin-top:3rem;transition:background .35s}
.order-strip:hover{background:linear-gradient(135deg,rgba(13,31,58,.6) 0%,transparent 100%)}
.order-strip h3{font-family:var(--head-font);font-size:clamp(1.4rem,2.5vw,1.8rem);font-weight:400;color:var(--ice);margin-bottom:.4rem;line-height:1.2}
.order-strip p{font-size:.84rem;font-weight:300;color:var(--ice3)}
.os-btns{display:flex;gap:.75rem;flex-shrink:0;flex-wrap:wrap}

/* ═══════════════════════════════════════════════════
   ABOUT PAGE
═══════════════════════════════════════════════════ */
.about-full-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:clamp(2.5rem,7vw,7rem);margin-top:4rem;align-items:start}
.about-photo-full{position:relative}
.apf-box{background:linear-gradient(145deg,#0d1f3a,var(--bg));border:1px solid var(--bdr);aspect-ratio:.72/1;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.apf-box::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 25% 15%,rgba(184,146,58,.07) 0%,transparent 55%)}
.gc{position:absolute;width:24px;height:24px;border-color:var(--gold);border-style:solid;border-width:0}
.gc.tl{top:-8px;left:-8px;border-top-width:2px;border-left-width:2px}
.gc.br{bottom:-8px;right:-8px;border-bottom-width:2px;border-right-width:2px}
.apf-placeholder{text-align:center;color:var(--ice3)}
.apf-placeholder .icon{font-size:4rem;opacity:.2;display:block;margin-bottom:.6rem}
.apf-placeholder p{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;opacity:.35}
/* Expert portrait — fills the existing placeholder boxes, geometry unchanged */
.expert-photo{width:100%;height:100%;object-fit:cover;object-position:50% 22%;display:block;position:relative;z-index:1}
.about-body p{font-size:.95rem;font-weight:300;color:var(--ice2);line-height:2;margin-bottom:1.4rem}
.pillars3{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--bdr);border:1px solid var(--bdr);margin-top:5rem}
.pil{background:var(--bg2);padding:clamp(1.5rem,3vw,2.4rem) clamp(1.25rem,2.5vw,1.8rem);transition:background .35s;position:relative;overflow:hidden}
.pil::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .45s}
.pil:hover{background:rgba(184,146,58,.04)}
.pil:hover::before{transform:scaleX(1)}
.pil-n{font-family:var(--head-font);font-size:4rem;font-weight:300;letter-spacing:.02em;color:rgba(184,146,58,.08);line-height:1;margin-bottom:.8rem}
.pil-t{font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.7rem}
.pil-b{font-size:.82rem;font-weight:300;color:var(--ice3);line-height:1.85}
.about-cv-row{margin-top:2rem;display:flex;gap:.75rem;flex-wrap:wrap}

/* ═══ TIMELINE ═══ */
.tl-wrap{margin-top:5rem}
.tl-title{font-size:.58rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:2rem;display:flex;align-items:center;gap:.75rem}
.tl-title::after{content:'';flex:1;height:1px;background:linear-gradient(to right,var(--bdr2),transparent)}
.tl-list{display:flex;flex-direction:column}
.tl-item{display:grid;grid-template-columns:76px 10px 1fr;gap:1.4rem;padding:1.1rem 0;border-bottom:1px solid rgba(184,146,58,.06)}
.tl-item:last-child{border-bottom:none}
.tl-item:hover .tl-dot2{background:var(--gold)}
.tl-yr{font-family:var(--head-font);font-size:1rem;color:rgba(184,146,58,.45);text-align:right;padding-top:.15rem}
.tl-dot2{width:10px;height:10px;border-radius:50%;border:1px solid rgba(184,146,58,.3);background:var(--bg);margin-top:.35rem;transition:background .3s}
.tl-strong{font-size:.84rem;font-weight:600;color:var(--ice);margin-bottom:.2rem}
.tl-sub{font-size:.78rem;font-weight:300;color:var(--ice3)}

/* ═══════════════════════════════════════════════════
   CONTACT PAGE
═══════════════════════════════════════════════════ */
.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(2.5rem,7vw,7rem);margin-top:4rem}
.contact-l h3{font-family:var(--head-font);font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:400;color:var(--ice);margin-bottom:1.2rem;line-height:1.3}
.contact-l p{font-size:.9rem;font-weight:300;color:var(--ice3);line-height:1.95;margin-bottom:1.1rem}
.company-box{border:1px solid var(--bdr2);padding:1.8rem;margin-top:2rem;background:rgba(184,146,58,.04);position:relative}
.company-box::before{content:'';position:absolute;top:0;left:1.5rem;width:50px;height:2px;background:var(--gold)}
.company-name{font-family:var(--head-font);font-size:1.3rem;font-weight:600;letter-spacing:.08em;color:var(--gold);margin-bottom:.3rem}
.company-domain{font-size:.72rem;color:var(--ice3);margin-bottom:1rem}
.company-detail{font-size:.8rem;font-weight:300;color:var(--ice2);line-height:1.75}
.channels{display:flex;flex-direction:column;gap:.6rem;margin-top:2rem}
.channel{display:flex;align-items:center;gap:1rem;padding:.9rem 1.1rem;border:1px solid var(--bdr);transition:all .3s;text-decoration:none;cursor:none;position:relative;overflow:hidden;border-radius:var(--r);min-height:52px}
.channel::before{content:'';position:absolute;inset:0;background:var(--goldf);transform:translateX(-100%);transition:transform .35s}
.channel:hover::before{transform:none}
.channel:hover{border-color:var(--bdr2);transform:translateX(4px)}
.ch-ico{font-size:1.1rem;width:30px;text-align:center;flex-shrink:0;position:relative;z-index:1}
.ch-info{flex:1;position:relative;z-index:1}
.ch-name{font-size:.55rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.15rem}
.ch-val{font-size:.84rem;color:var(--ice)}
.ch-badge{font-size:.52rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;background:var(--goldf);color:var(--gold);padding:3px 8px;border-radius:var(--r);position:relative;z-index:1;border:1px solid var(--bdr)}

/* ═══ BOOKING FORM ═══ */
.booking-box{background:rgba(6,14,28,.8);border:1px solid var(--bdr)}
.form-tabs{display:flex;border-bottom:1px solid var(--bdr)}
.ftab{flex:1;padding:.9rem .75rem;font-size:.58rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;background:none;border:none;color:rgba(232,240,248,.6);cursor:none;transition:all .28s;border-bottom:2px solid transparent;margin-bottom:-1px;min-height:48px}
.ftab.on{color:var(--gold);border-bottom-color:var(--gold)}
.fpanel{display:none;padding:clamp(1.25rem,3vw,1.8rem)}
.fpanel.on{display:block}
.fg{margin-bottom:1rem}
.fg label{display:block;font-size:.54rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ice3);margin-bottom:.4rem}
/* iOS zoom fix: font-size must be >= 16px on inputs */
.fg input,.fg select,.fg textarea{
  width:100%;
  background:rgba(232,240,248,.04);
  border:1px solid rgba(184,146,58,.14);
  color:var(--ice);
  font-family:var(--body-font);
  font-size:1rem;   /* 16px — prevents iOS auto-zoom */
  padding:.78rem 1rem;
  outline:none;
  border-radius:var(--r);
  transition:border-color .25s;
  -webkit-appearance:none;
  appearance:none;
}
.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:rgba(184,146,58,.5)}
.fg select option{background:var(--bg2)}
.fg textarea{min-height:100px;resize:vertical}
.frow{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}
.cal-note{background:rgba(13,31,58,.35);border:1px solid rgba(184,146,58,.14);padding:.85rem 1rem;font-size:.78rem;font-weight:300;color:var(--ice3);margin-bottom:1.1rem;line-height:1.65;border-radius:var(--r)}
.cal-note strong{color:var(--gold)}
.stripe-line{font-size:.68rem;color:var(--ice3);display:flex;align-items:center;gap:.4rem;margin-top:.6rem;opacity:.7}
.invoice-note{background:rgba(139,26,26,.1);border:1px solid rgba(139,26,26,.3);padding:.7rem 1rem;font-size:.75rem;color:rgba(232,240,248,.7);margin-top:.75rem;border-radius:var(--r)}
.invoice-note strong{color:#e88}
.field-error{color:#e88;font-size:.72rem;margin-top:.4rem;line-height:1.5}
.input-invalid{border-color:rgba(220,80,80,.7)!important}

/* ═══ SOCIAL BAR ═══ */
.social-bar{padding:clamp(1.5rem,4vw,2.5rem) var(--px);border-top:1px solid var(--bdr);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.cgrs-b{font-size:.58rem;font-weight:600;letter-spacing:.1em;color:var(--ice3);border:1px solid var(--bdr);padding:6px 14px;border-radius:var(--r)}
.footer-copy2{font-size:.58rem;color:var(--ice4);letter-spacing:.06em}

/* ═══════════════════════════════════════════════════
   COMPANY PROFILE BOX (shared)
═══════════════════════════════════════════════════ */
.company-profile-box{border:1px solid var(--bdr2);padding:clamp(1.25rem,3vw,2rem);background:rgba(184,146,58,.04);margin-bottom:3rem;display:grid;grid-template-columns:auto 1fr;gap:2rem;align-items:center}
.cpb-monogram{font-family:var(--head-font);font-size:3.5rem;font-weight:300;letter-spacing:.08em;color:var(--gold);line-height:1;opacity:.7;flex-shrink:0}
.cpb-name{font-family:var(--head-font);font-size:1.5rem;font-weight:600;letter-spacing:.1em;color:var(--gold);margin-bottom:.25rem}
.cpb-domain{font-size:.7rem;color:var(--ice3);margin-bottom:.5rem}
.cpb-desc{font-size:.82rem;font-weight:300;color:var(--ice2);line-height:1.85}

/* ═══════════════════════════════════════════════════
   STANDARDS PAGE
═══════════════════════════════════════════════════ */
.standards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--bdr);border:1px solid var(--bdr);margin-top:3.5rem}
.std-card{background:var(--bg2);padding:clamp(1.75rem,3vw,2.6rem);transition:background .35s;position:relative;overflow:hidden}
.std-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(to right,var(--gold),transparent);transform:scaleX(0);transform-origin:left;transition:transform .45s}
.std-card:hover{background:rgba(184,146,58,.04)}
.std-card:hover::before{transform:scaleX(1)}
.std-ico{font-size:1.5rem;margin-bottom:1rem}
.std-t{font-family:var(--head-font);font-size:1.15rem;font-weight:500;color:var(--ice);margin-bottom:.6rem;line-height:1.3}
.std-b{font-size:.84rem;font-weight:300;color:var(--ice3);line-height:1.9}
.standards-statement{border:1px solid var(--bdr2);padding:clamp(1.75rem,4vw,3rem);background:rgba(184,146,58,.04);margin-top:4rem;text-align:center}
.standards-statement blockquote{font-family:var(--head-font);font-size:clamp(1.1rem,2.2vw,1.7rem);font-style:italic;color:var(--ice2);line-height:1.65;margin-bottom:1.5rem}
.standards-statement cite{font-size:.62rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}

/* ═══════════════════════════════════════════════════
   PROCESS PAGE
═══════════════════════════════════════════════════ */
.process-steps{margin-top:4rem;display:flex;flex-direction:column}
.proc-step{display:grid;grid-template-columns:80px 1px 1fr;gap:0 2.5rem;position:relative}
.proc-step:last-child .proc-line{background:transparent}
.proc-num-col{display:flex;flex-direction:column;align-items:center}
.proc-num{font-family:var(--head-font);font-size:2.4rem;font-weight:300;color:rgba(184,146,58,.35);line-height:1;padding-top:.3rem;transition:color .3s;text-align:center;width:80px;flex-shrink:0}
.proc-step:hover .proc-num{color:var(--gold)}
.proc-line{width:1px;flex:1;background:var(--bdr);margin-top:.5rem}
.proc-connector{width:1px;background:var(--bdr);grid-column:2;grid-row:1}
.proc-content{padding:0 0 3rem;border-bottom:1px solid rgba(184,146,58,.06)}
.proc-step:last-child .proc-content{border-bottom:none}
.proc-label{font-size:.56rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem}
.proc-title{font-family:var(--head-font);font-size:clamp(1.2rem,2vw,1.4rem);font-weight:500;color:var(--ice);margin-bottom:.6rem;line-height:1.2}
.proc-desc{font-size:.86rem;font-weight:300;color:var(--ice3);line-height:1.9}
.process-cta-box{margin-top:4rem;border:1px solid var(--bdr2);padding:clamp(1.75rem,4vw,3rem);background:linear-gradient(135deg,rgba(13,31,58,.4) 0%,transparent 100%);display:grid;grid-template-columns:1fr auto;align-items:center;gap:2.5rem}
.process-cta-box h3{font-family:var(--head-font);font-size:clamp(1.4rem,2.5vw,1.8rem);font-weight:400;color:var(--ice);margin-bottom:.4rem}
.process-cta-box p{font-size:.84rem;font-weight:300;color:var(--ice3)}

/* ═══════════════════════════════════════════════════
   FAQ PAGE
═══════════════════════════════════════════════════ */
.faq-intro{font-size:.92rem;font-weight:300;color:var(--ice3);line-height:1.9;max-width:640px;margin-top:.5rem}
.faq-section{margin-top:3.5rem}
.faq-section-title{font-size:.58rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}
.faq-section-title::after{content:'';flex:1;height:1px;background:linear-gradient(to right,var(--bdr2),transparent)}
.faq-list{display:flex;flex-direction:column;border:1px solid var(--bdr);overflow:hidden}
.faq-item{border-bottom:1px solid rgba(184,146,58,.07)}
.faq-item:last-child{border-bottom:none}
.faq-q{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.6rem;cursor:pointer;background:var(--bg2);transition:background .25s;gap:1rem;min-height:56px}
.faq-q:hover{background:rgba(184,146,58,.04)}
.faq-q-text{font-family:var(--head-font);font-size:clamp(.95rem,1.5vw,1.05rem);font-weight:500;color:var(--ice);line-height:1.4}
.faq-icon{color:var(--gold);font-size:1.3rem;flex-shrink:0;transition:transform .3s;line-height:1;width:20px;text-align:center}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-a{display:none;padding:0 1.6rem 1.4rem;font-size:.86rem;font-weight:300;color:var(--ice3);line-height:1.95;background:var(--bg2)}
.faq-item.open .faq-a{display:block}
.faq-item.open .faq-q{background:rgba(184,146,58,.04)}

/* ═══════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════ */
footer{background:rgba(0,0,0,.65);border-top:1px solid var(--bdr);padding:clamp(1.5rem,4vw,2.5rem) var(--px)}
.footer-main{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2.5rem;margin-bottom:2rem;max-width:var(--max-w);margin-left:auto;margin-right:auto}
.foot-brand{font-family:var(--head-font);font-size:1.1rem;font-weight:500;letter-spacing:.08em;color:rgba(184,146,58,.65)}
.foot-brand small{display:block;font-size:.52rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:rgba(184,146,58,.38);margin-top:4px;font-style:normal;font-family:var(--body-font)}
.foot-nav-groups{display:flex;gap:clamp(1.5rem,4vw,3.5rem);flex-wrap:wrap}
.foot-nav-title{font-size:.52rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgba(184,146,58,.42);margin-bottom:.8rem}
.foot-links{display:flex;flex-direction:column;gap:.5rem}
.foot-links a{font-size:.62rem;letter-spacing:.06em;color:rgba(232,240,248,.6);text-decoration:none;transition:color .22s;cursor:none;min-height:28px;display:flex;align-items:center}
.foot-links a:hover{color:var(--gold)}
.footer-bottom{border-top:1px solid rgba(184,146,58,.08);padding-top:1.2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;max-width:var(--max-w);margin-left:auto;margin-right:auto}
.foot-copy{font-size:.6rem;letter-spacing:.06em;color:rgba(232,240,248,.6)}
.footer-disclaimer{border-top:1px solid rgba(184,146,58,.1);padding:1.4rem 0 1.2rem;max-width:var(--max-w);margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:.45rem}
.footer-disclaimer p{font-size:.65rem;font-weight:300;color:rgba(232,240,248,.38);line-height:1.7;letter-spacing:.02em}

/* ═══════════════════════════════════════════════════
   TOUCH TARGETS — WCAG 2.5.5
═══════════════════════════════════════════════════ */
@media(hover:none),(pointer:coarse){
  .btn-gold,.btn-ghost{min-height:52px;padding:14px 28px}
  .lb{min-height:44px;padding:8px 12px}
  .ftab{min-height:52px}
  .channel{min-height:56px;padding:1rem 1.2rem}
  .nav-btn{min-height:44px}
  .sf-cta,.spc-link{min-height:52px;display:inline-flex;align-items:center}
  .faq-q{min-height:60px}
  .foot-links a{min-height:40px}
}

/* ═══════════════════════════════════════════════════
   ≥ 1440px — LARGE DESKTOP
   Center content, max-width containers
═══════════════════════════════════════════════════ */
@media(min-width:1440px){
  :root{--px:clamp(5rem,8vw,10rem)}
  .hero,.hero-meta{max-width:var(--max-w);width:100%}
  .svc-preview,.about-strip,.jur-section,.why-section{
    padding-left:clamp(5rem,8vw,10rem);
    padding-right:clamp(5rem,8vw,10rem);
  }
  .home-cta{
    padding-left:clamp(5rem,8vw,10rem);
    padding-right:clamp(5rem,8vw,10rem);
  }
}

/* ═══════════════════════════════════════════════════
   ≤ 1280px — STANDARD LAPTOP
═══════════════════════════════════════════════════ */
@media(max-width:1280px){
}

/* ═══════════════════════════════════════════════════
   ≤ 1024px — LAPTOP / iPAD LANDSCAPE
   Nav collapses to hamburger (bottom row hidden via .nav-bottom)
═══════════════════════════════════════════════════ */
@media(max-width:1024px){
  /* nav-bottom (links+language) is hidden by nav two-row rules above */

  :root{--px:clamp(1.25rem,5vw,3.5rem)}

  .hero-meta{grid-template-columns:1fr;gap:2rem;max-width:600px}
  .hero-stat-row{justify-content:flex-start;flex-wrap:wrap;gap:1.5rem}

  .svc-preview-grid{grid-template-columns:repeat(2,1fr)}
  .about-strip-grid{grid-template-columns:1fr;gap:3rem}

  .pg-hero{padding-top:calc(var(--nav-h) + 3.5rem)}

  .about-full-grid{grid-template-columns:1fr 1.3fr;gap:3.5rem}

  .order-strip{grid-template-columns:1fr;gap:1.5rem}
  .os-btns{flex-direction:row;flex-wrap:wrap}

  .home-cta-inner{grid-template-columns:1fr;gap:1.75rem}
  .home-cta-btns{flex-direction:row;flex-wrap:wrap}

  .process-cta-box{grid-template-columns:1fr;gap:1.5rem}

  .footer-main{flex-direction:row;gap:2rem}
  .foot-nav-groups{gap:2rem}

  /* Pricing: hide last two columns */
  .pt-head{grid-template-columns:2fr 1fr}
  .pt-row{grid-template-columns:2fr 1fr}
  .pt-cell:nth-child(3),.pt-cell:nth-child(4){display:none}
}

/* ═══════════════════════════════════════════════════
   768px – 1024px — TABLET PORTRAIT (dedicated layout)
═══════════════════════════════════════════════════ */
@media(min-width:1025px) and (max-width:1440px){
  .why-grid{grid-template-columns:repeat(3,1fr)}
}
@media(min-width:769px) and (max-width:1024px){
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .pillars3{grid-template-columns:repeat(2,1fr)}
  .standards-grid{grid-template-columns:repeat(2,1fr)}
  .svc-full-grid{grid-template-columns:repeat(2,1fr)}

  .contact-grid{grid-template-columns:1fr;gap:3rem}

  .about-full-grid{grid-template-columns:200px 1fr;gap:2.5rem}

  .hero-title{font-size:clamp(2.5rem,6vw,5rem)}

  .tl-item{grid-template-columns:70px 10px 1fr;gap:1.2rem}
}

/* ═══════════════════════════════════════════════════
   ≤ 768px — MOBILE
═══════════════════════════════════════════════════ */
@media(max-width:768px){
  :root{--px:clamp(1rem,5vw,1.75rem);--py:clamp(2.5rem,6vw,4rem)}

  .hero{min-height:100svh;padding-top:calc(var(--nav-h) + 2rem)}
  .hero-title{font-size:clamp(2rem,9vw,3.8rem);line-height:.98;margin-bottom:2rem}
  .hero-title .line2{margin-left:clamp(.75rem,4vw,2rem)}
  .hero-title .line3{margin-left:clamp(1.5rem,8vw,4rem)}
  .hero-meta{grid-template-columns:1fr;gap:1.75rem}
  .hero-desc{font-size:1rem;max-width:100%}
  .hero-btns{flex-direction:column;width:100%}
  .hero-btns .btn-gold,.hero-btns .btn-ghost{width:100%;justify-content:center}

  .pg-h1{font-size:clamp(1.85rem,7vw,2.6rem)}

  .svc-preview-grid{grid-template-columns:1fr}
  .svc-full-grid{grid-template-columns:1fr}
  .jur-grid{grid-template-columns:1fr}
  .why-grid{grid-template-columns:1fr 1fr}
  .standards-grid{grid-template-columns:1fr}
  .pillars3{grid-template-columns:1fr}

  .about-strip-grid{grid-template-columns:1fr;gap:2.5rem}
  .about-full-grid{grid-template-columns:1fr;gap:2.5rem}
  .about-photo-full{max-width:280px}

  .contact-grid{grid-template-columns:1fr;gap:2.5rem}

  .hero-stat-row{gap:1.5rem}
  .hero-stat-n{font-size:2rem}

  .order-strip{grid-template-columns:1fr;padding:1.75rem;gap:1.5rem}
  .order-strip h3{font-size:1.5rem}
  .os-btns{flex-direction:column;width:100%}
  .os-btns .btn-gold,.os-btns .btn-ghost{width:100%;justify-content:center}

  .home-cta-inner{grid-template-columns:1fr;gap:1.5rem}
  .home-cta-btns{flex-direction:column;width:100%}
  .home-cta-btns .btn-gold,.home-cta-btns .btn-ghost{width:100%;justify-content:center}

  .process-cta-box{grid-template-columns:1fr;gap:1.5rem;padding:1.75rem}
  .process-cta-box .os-btns{flex-direction:column;width:100%}
  .process-cta-box .os-btns .btn-gold,.process-cta-box .os-btns .btn-ghost{width:100%;justify-content:center}

  .frow{grid-template-columns:1fr}

  .proc-step{grid-template-columns:52px 1px 1fr;gap:0 1rem}
  .proc-num{font-size:1.6rem;width:52px}
  .proc-content{padding-bottom:2rem}

  .social-bar{flex-direction:column;align-items:flex-start;gap:.75rem}

  .footer-main{flex-direction:column;gap:1.5rem}
  .foot-nav-groups{flex-wrap:wrap;gap:1.5rem}
  .footer-bottom{flex-direction:column;align-items:flex-start;gap:.5rem}

  .about-cv-row{flex-direction:column}
  .about-cv-row .btn-ghost{width:100%;justify-content:center}

  .standards-statement{padding:2rem 1.5rem}

  .tl-item{grid-template-columns:62px 10px 1fr;gap:1rem}
  .tl-yr{font-size:.9rem}

  /* Pricing table: service name only on mobile */
  .pt-head{grid-template-columns:1fr auto}
  .pt-row{grid-template-columns:1fr auto}
  .pt-cell:nth-child(3),.pt-cell:nth-child(4){display:none}
  .pt-cell:nth-child(2){font-size:.72rem}

  .company-profile-box{grid-template-columns:1fr}
  .cpb-monogram{display:none}
}

/* ═══════════════════════════════════════════════════
   ≤ 480px — LARGE PHONE
═══════════════════════════════════════════════════ */
@media(max-width:480px){
  :root{--px:1rem;--py:2.5rem}

  .hero-title{font-size:clamp(1.9rem,9vw,3rem);line-height:1.02}
  .hero-title .line2{margin-left:.5rem}
  .hero-title .line3{margin-left:1rem}

  .pg-h1{font-size:clamp(1.75rem,8vw,2.25rem)}

  .why-grid{grid-template-columns:1fr}

  .sf-card{padding:1.5rem}
  .sf-n{font-size:3rem}
  .svc-prev-card{padding:1.5rem}

  .jur-card{flex-direction:row;gap:1rem}

  .proc-step{grid-template-columns:44px 1px 1fr;gap:0 .8rem}
  .proc-num{font-size:1.4rem;width:44px}

  .tl-item{grid-template-columns:54px 10px 1fr;gap:.75rem}
  .tl-yr{font-size:.82rem}

  .faq-q{padding:1rem 1.2rem}
  .faq-a{padding:0 1.2rem 1.2rem}

  .order-strip{padding:1.5rem}
  .process-cta-box{padding:1.5rem}

  .foot-nav-groups{flex-direction:column;gap:1.25rem}

  .ec-photo{max-width:220px;margin-left:auto;margin-right:auto}

  /* Pricing: single column */
  .pt-head{grid-template-columns:1fr}
  .pt-row{grid-template-columns:1fr}
  .pt-cell:not(:first-child){display:none}

  .about-photo-full{max-width:220px;margin-left:auto;margin-right:auto}
}

/* ═══════════════════════════════════════════════════
   ≤ 375px — STANDARD iPHONE
═══════════════════════════════════════════════════ */
@media(max-width:375px){
  :root{--px:.875rem}

  .hero-title{font-size:clamp(1.75rem,10vw,2.6rem)}
  .logo-main{font-size:1rem}
  .logo-sub{font-size:.44rem}

  .pg-h1{font-size:1.75rem}

  .sf-card{padding:1.25rem}
  .sf-name{font-size:1.1rem}

  .hero-stat-n{font-size:1.75rem}
  .hero-stat{min-width:56px}

  .mob-lang{gap:.35rem}
  .mob-lang button{font-size:.7rem;padding:7px 11px;min-height:40px;min-width:40px}

  .btn-gold,.btn-ghost{font-size:.62rem;padding:13px 18px}
}

/* ═══════════════════════════════════════════════════
   ≤ 320px — iPHONE SE
═══════════════════════════════════════════════════ */
@media(max-width:320px){
  :root{--px:.75rem}

  .hero-title{font-size:1.75rem}
  .hero-title .line2,.hero-title .line3{margin-left:0}
  .hero-eyebrow{margin-bottom:1.5rem}
  .hero-stat-row{gap:.75rem}
  .hero-stat-n{font-size:1.5rem}

  .pg-h1{font-size:1.65rem}
  .logo-main{font-size:.95rem}

  .sf-card,.svc-prev-card,.std-card,.pil{padding:1.1rem}
  .proc-step{grid-template-columns:36px 1px 1fr;gap:0 .6rem}
  .proc-num{width:36px;font-size:1.2rem}
}

/* ═══════════════════════════════════════════════════
   KEYFRAMES
═══════════════════════════════════════════════════ */
@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}

/* Improved text contrast */
.std-b,.std-card p{color:rgba(232,240,248,.72)!important}
.foot-links a{color:rgba(232,240,248,.78)!important}
footer .foot-copy,.footer-copy2{color:rgba(232,240,248,.62)!important}
/* ═══ PROFESSIONAL NAME DISCLOSURE ═══ */
.name-disclosure{display:flex;align-items:flex-start;gap:1.2rem;border:1px solid rgba(184,146,58,.3);background:rgba(184,146,58,.04);padding:1.8rem 2rem;margin-top:2rem;position:relative}
.name-disclosure::before{content:'';position:absolute;top:0;left:0;width:3px;height:100%;background:var(--gold)}
.pd-icon{font-size:1.2rem;flex-shrink:0;opacity:.65;margin-top:.1rem}
.pd-title{font-size:.6rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:.55rem}
.pd-body{font-size:.82rem;font-weight:300;color:rgba(232,240,248,.65);line-height:1.88}
@media(max-width:600px){.name-disclosure{flex-direction:column;gap:.75rem}.name-disclosure::before{height:3px;width:100%;top:0;left:0}}

/* ═══ NAV TWO-ROW RESPONSIVE ═══ */
:root{--nav-h:88px} /* two-row nav height */

/* hide email contact on medium screens to save space */
@media(max-width:1280px){
  .nav-email{display:none}
}

/* on ≤1024px: hide bottom row nav links, show hamburger only */
@media(max-width:1024px){
  :root{--nav-h:56px}
  .nav-bottom{display:none}
  .nav-top{padding:.35rem 0}
  .ham{display:flex}
  .nav-btn{font-size:.56rem;padding:7px 14px}
}

/* on >1024px: always hide hamburger */
@media(min-width:1025px){
  .ham{display:none!important}
  .nav-email{display:flex}
}

/* language button sizing tweaks by breakpoint */
@media(max-width:1280px){
  .nav-center{gap:.9rem}
  .nav-center a{font-size:.5rem;letter-spacing:.08em}
}
@media(max-width:1100px){
  .nav-center{gap:.6rem}
  .nav-center a{font-size:.47rem}
  .lb{font-size:.47rem;padding:3px 5px}
}
@media(min-width:1440px){
  .nav-center{gap:1.8rem}
  .nav-center a{font-size:.56rem;letter-spacing:.13em}
  .nav-email{display:flex}
}

/* ═══ SERVICES FULL GRID — 3-COL ═══ */
.svc-full-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;background:transparent;border:none}
.sf-card{border:1px solid var(--bdr)}
.sf-card:hover{transform:translateY(-5px);box-shadow:0 22px 52px rgba(0,0,0,.4),0 0 0 1px rgba(184,146,58,.25);border-color:rgba(184,146,58,.35);background:rgba(184,146,58,.05)}
@media(max-width:1024px){.svc-full-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.svc-full-grid{grid-template-columns:1fr}}

/* ═══ MEET EXPERT LINKS ═══ */
.meet-link:hover{border-color:var(--bdr2);background:rgba(184,146,58,.09)}
@media(max-width:768px){.meet-expert-section .meet-grid{grid-template-columns:1fr!important}}


/* ═══════════════════════════════════════
   COOKIE CONSENT BANNER
   Meets: GDPR (EU/UK) · CCPA (US-CA) · PIPEDA (CA)
═══════════════════════════════════════ */
#ck-banner{position:fixed;bottom:0;left:0;right:0;z-index:9000;background:var(--bg2);border-top:1px solid var(--bdr2);padding:1.4rem var(--px);display:none;gap:1.2rem;align-items:center;flex-wrap:wrap;box-shadow:0 -4px 32px rgba(0,0,0,.45);}
#ck-banner.ck-visible{display:flex;}
.ck-text{flex:1;min-width:220px;font-size:.78rem;color:var(--ice3);line-height:1.75;}
.ck-text a{color:var(--gold);text-decoration:underline;text-underline-offset:3px;}
.ck-btns{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center;flex-shrink:0;}
.ck-btn{font-size:.72rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;padding:.55rem 1.1rem;border-radius:var(--r);cursor:pointer;border:1px solid var(--bdr2);background:transparent;color:var(--ice3);transition:all .2s var(--ease);white-space:nowrap;}
.ck-btn:hover{border-color:var(--gold2);color:var(--ice);}
.ck-btn.ck-accept{background:var(--gold);border-color:var(--gold);color:var(--bg);font-weight:700;}
.ck-btn.ck-accept:hover{background:var(--gold2);border-color:var(--gold2);}
.ck-btn.ck-reject{color:var(--ice4);}
.ck-btn.ck-reject:hover{color:var(--ice3);}
#ck-modal{position:fixed;inset:0;z-index:9100;display:none;align-items:center;justify-content:center;background:rgba(3,8,15,.82);backdrop-filter:blur(4px);padding:1rem;}
#ck-modal.ck-open{display:flex;}
.ck-modal-box{background:var(--bg2);border:1px solid var(--bdr2);border-radius:4px;max-width:560px;width:100%;max-height:90vh;overflow-y:auto;padding:2.2rem 2.4rem;box-shadow:0 24px 80px rgba(0,0,0,.6);}
.ck-modal-box h2{font-family:var(--head-font);font-size:1.55rem;font-weight:300;color:var(--ice);margin:0 0 .5rem;}
.ck-modal-sub{font-size:.78rem;color:var(--ice3);line-height:1.75;margin:0 0 1.6rem;}
.ck-category{border-bottom:1px solid var(--bdr);padding:.95rem 0;display:flex;align-items:flex-start;gap:1.1rem;}
.ck-category:last-of-type{border-bottom:none;}
.ck-cat-info{flex:1;}
.ck-cat-name{font-size:.84rem;font-weight:600;color:var(--ice);margin-bottom:.25rem;}
.ck-cat-desc{font-size:.74rem;color:var(--ice3);line-height:1.7;}
.ck-toggle{position:relative;width:38px;height:22px;flex-shrink:0;margin-top:2px;}
.ck-toggle input{opacity:0;width:0;height:0;position:absolute;}
.ck-toggle-track{position:absolute;inset:0;background:rgba(232,240,248,.12);border-radius:22px;cursor:pointer;transition:background .2s;border:1px solid var(--bdr2);}
.ck-toggle input:checked+.ck-toggle-track{background:var(--gold);}
.ck-toggle input:disabled+.ck-toggle-track{cursor:not-allowed;opacity:.5;}
.ck-toggle-thumb{position:absolute;top:3px;left:3px;width:14px;height:14px;background:var(--ice);border-radius:50%;transition:transform .2s;pointer-events:none;}
.ck-toggle input:checked~.ck-toggle-thumb{transform:translateX(16px);}
.ck-badge-required{font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);border:1px solid var(--bdr2);padding:1px 6px;border-radius:2px;margin-left:.5rem;vertical-align:middle;}
.ck-modal-footer{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:flex-end;margin-top:1.8rem;padding-top:1.4rem;border-top:1px solid var(--bdr);}
#ck-ccpa{position:fixed;bottom:0;left:0;right:0;z-index:8900;background:var(--bg2);border-top:1px solid var(--bdr);padding:.7rem var(--px);display:none;gap:1rem;align-items:center;justify-content:center;font-size:.72rem;color:var(--ice3);flex-wrap:wrap;}
#ck-ccpa.ck-visible{display:flex;}
#ck-ccpa a,#ck-ccpa button{color:var(--gold);background:none;border:none;padding:0;cursor:pointer;font-size:.72rem;text-decoration:underline;text-underline-offset:3px;}
.ck-pref-link{cursor:pointer;background:none;border:none;padding:0;color:var(--ice4);font-size:.72rem;text-decoration:underline;text-underline-offset:3px;}
.ck-pref-link:hover{color:var(--ice3);}
@media(max-width:640px){.ck-modal-box{padding:1.4rem 1.2rem;}.ck-modal-footer{flex-direction:column;}.ck-modal-footer .ck-btn{width:100%;text-align:center;}}

/* ═══ LEGAL / POLICY PAGES ═══ */
.lg-wrap{max-width:820px;margin:0 auto;}
.lg-meta{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ice4);
  border-bottom:1px solid var(--bdr);padding-bottom:1rem;margin-bottom:2.4rem;
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:.6rem;}
.lg-sec{margin-bottom:2.4rem;}
.lg-h2{font-family:var(--head-font);font-size:1.18rem;font-weight:400;color:var(--ice);
  margin:0 0 .85rem;padding-bottom:.5rem;border-bottom:1px solid var(--bdr);}
.lg-h2 .lg-num{color:var(--gold);font-size:.82rem;margin-right:.6rem;font-family:var(--body-font);}
.lg-p{font-size:.85rem;font-weight:300;color:var(--ice3);line-height:1.95;margin:0 0 .95rem;}
.lg-p strong{color:var(--ice);font-weight:600;}
.lg-ul{margin:0 0 1rem;padding-left:0;list-style:none;}
.lg-ul li{font-size:.85rem;font-weight:300;color:var(--ice3);line-height:1.9;
  padding-left:1.3rem;position:relative;margin-bottom:.5rem;}
.lg-ul li::before{content:'▸';position:absolute;left:0;color:var(--gold);}
.lg-note{background:rgba(184,146,58,.05);border:1px solid var(--bdr2);border-radius:var(--r);
  padding:1.1rem 1.3rem;font-size:.8rem;font-weight:300;color:var(--ice3);line-height:1.85;margin:1.4rem 0;}
.lg-note strong{color:var(--gold);font-weight:600;display:block;margin-bottom:.35rem;
  font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;}
.lg-contact{border-top:1px solid var(--bdr);margin-top:2.4rem;padding-top:1.6rem;
  font-size:.82rem;color:var(--ice3);line-height:1.9;}

/* ═══ EMBEDDED CV VIEWER (About page) ═══ */
.cv-block{margin-top:1.1rem;}
.cv-toggle{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;
  background:none;border:1px solid var(--bdr2);border-radius:var(--r);
  color:var(--ice3);font-size:.62rem;font-weight:600;letter-spacing:.09em;
  text-transform:uppercase;padding:.55rem 1.05rem;transition:all .2s var(--ease);}
.cv-toggle:hover{border-color:var(--gold2);color:var(--ice);}
.cv-toggle .cv-caret{transition:transform .25s var(--ease);color:var(--gold);}
.cv-toggle[aria-expanded="true"] .cv-caret{transform:rotate(180deg);}
.cv-viewer{display:none;margin-top:1rem;border:1px solid var(--bdr2);
  border-radius:var(--r);overflow:hidden;background:var(--bg2);}
.cv-viewer.cv-open{display:block;}
.cv-viewer iframe,.cv-viewer object{display:block;width:100%;height:min(78vh,760px);border:0;background:#1a1a1a;}
.cv-bar{display:flex;align-items:center;justify-content:space-between;gap:.8rem;
  flex-wrap:wrap;padding:.6rem .95rem;border-top:1px solid var(--bdr);
  font-size:.7rem;color:var(--ice4);}
.cv-bar a{color:var(--gold);text-decoration:underline;text-underline-offset:3px;font-size:.7rem;}
.cv-fallback{padding:1.4rem;font-size:.8rem;color:var(--ice3);line-height:1.8;}
@media(max-width:640px){.cv-viewer iframe,.cv-viewer object{height:62vh;}}

/* ═══ ENGAGEMENT GATE (service → NDA + Terms → order form) ═══ */
#eg-overlay{position:fixed;inset:0;z-index:9500;display:none;
  background:rgba(3,8,15,.86);backdrop-filter:blur(5px);
  align-items:flex-start;justify-content:center;padding:1.2rem;overflow-y:auto;}
#eg-overlay.eg-open{display:flex;}
.eg-box{background:var(--bg2);border:1px solid var(--bdr2);border-radius:5px;
  width:100%;max-width:860px;margin:auto;box-shadow:0 30px 90px rgba(0,0,0,.65);}
.eg-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;
  padding:1.3rem 1.6rem;border-bottom:1px solid var(--bdr);}
.eg-title{font-family:var(--head-font);font-size:1.32rem;font-weight:300;color:var(--ice);margin:0;}
.eg-svc{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-top:.35rem;}
.eg-x{background:none;border:1px solid var(--bdr2);color:var(--ice3);cursor:pointer;
  width:32px;height:32px;border-radius:3px;font-size:1rem;line-height:1;flex-shrink:0;
  transition:all .2s var(--ease);}
.eg-x:hover{border-color:var(--gold2);color:var(--ice);}
/* steps */
.eg-steps{display:flex;gap:0;padding:0 1.6rem;border-bottom:1px solid var(--bdr);}
.eg-step{flex:1;padding:.8rem .4rem;text-align:center;font-size:.62rem;font-weight:600;
  letter-spacing:.09em;text-transform:uppercase;color:var(--ice4);
  border-bottom:2px solid transparent;transition:all .25s var(--ease);}
.eg-step.on{color:var(--gold);border-bottom-color:var(--gold);}
.eg-step.done{color:var(--ice3);border-bottom-color:var(--bdr2);}
.eg-step .eg-num{display:inline-block;width:17px;height:17px;line-height:16px;border-radius:50%;
  border:1px solid currentColor;font-size:.58rem;margin-right:.4rem;}
.eg-body{padding:1.4rem 1.6rem 1.6rem;}
.eg-pane#eg-pane-form{display:none;}
.eg-pane#eg-pane-form.on{display:block;}
.eg-pane{display:none;}
.eg-pane.on{display:block;}
.eg-lead{font-size:.82rem;font-weight:300;color:var(--ice3);line-height:1.85;margin:0 0 1.1rem;}
.eg-frame{width:100%;height:min(56vh,520px);border:1px solid var(--bdr2);border-radius:3px;
  background:#f7f4ec;display:block;}
.eg-check{display:flex;gap:.7rem;align-items:flex-start;margin-top:1rem;
  padding:.9rem 1rem;border:1px solid var(--bdr);border-radius:var(--r);
  background:rgba(184,146,58,.04);}
.eg-check input{margin-top:.2rem;width:16px;height:16px;flex-shrink:0;accent-color:var(--gold);cursor:pointer;}
.eg-check input:disabled{cursor:not-allowed;opacity:.45;}
.eg-check label{font-size:.76rem;font-weight:300;color:var(--ice3);line-height:1.75;cursor:pointer;}
.eg-check label a{color:var(--gold);text-decoration:underline;text-underline-offset:3px;}
.eg-status{font-size:.7rem;color:var(--ice4);margin-top:.7rem;display:flex;align-items:center;gap:.45rem;}
.eg-status.ok{color:var(--gold);}
.eg-foot{display:flex;gap:.7rem;justify-content:space-between;align-items:center;flex-wrap:wrap;
  padding:1.1rem 1.6rem;border-top:1px solid var(--bdr);}
.eg-note{font-size:.68rem;color:var(--ice4);flex:1;min-width:180px;}
.eg-btn{font-size:.68rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;
  padding:.65rem 1.4rem;border-radius:var(--r);cursor:pointer;border:1px solid var(--gold);
  background:var(--gold);color:var(--bg);transition:all .2s var(--ease);}
.eg-btn:disabled{background:transparent;color:var(--ice4);border-color:var(--bdr2);cursor:not-allowed;}
.eg-btn:not(:disabled):hover{background:var(--gold2);border-color:var(--gold2);}
.eg-back{background:none;border:1px solid var(--bdr2);color:var(--ice3);}
.eg-back:hover{border-color:var(--gold2);color:var(--ice);}
/* Light panel behind the order form only — the rest of the site palette
   is untouched. Gives the form's dark text a readable background.
   No overflow clipping: the form must scroll freely inside the iframe. */
.eg-formwrap{background:#ffffff;border:1px solid var(--bdr2);border-radius:4px;
  padding:.5rem;}
/* Fixed viewport-relative height so the iframe scrolls internally and the
   whole form can be completed. Tally's dynamicHeight is deliberately not
   used here — it fights a fixed height and left the form cropped. */
#eg-tally{width:100%;height:78vh;min-height:560px;max-height:900px;
  border:0;display:block;background:#ffffff;border-radius:3px;
  color-scheme:light;overflow:auto;-webkit-overflow-scrolling:touch;}
@media(max-width:640px){#eg-tally{height:72vh;min-height:460px;}}
@media(max-width:640px){
  .eg-head,.eg-body,.eg-foot{padding-left:1rem;padding-right:1rem;}
  .eg-steps{padding:0 .5rem;}
  .eg-step{font-size:.55rem;letter-spacing:.05em;}
  .eg-frame{height:52vh;}
}

/* ═══ PAYMENT-OPTIONS PANEL (services page, above the service list) ═══ */
.pay-panel{max-width:820px;margin:2.2rem 0 0;padding:1.5rem 1.7rem;
  background:linear-gradient(180deg,rgba(184,146,58,.07),rgba(184,146,58,.03));
  border:1px solid var(--bdr2);border-left:2px solid var(--gold);border-radius:var(--r);}
.pay-label{font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--gold);margin-bottom:.6rem;}
.pay-h{font-family:var(--head-font);font-size:1.12rem;font-weight:400;color:var(--ice);margin:0 0 .7rem;}
.pay-p{font-size:.83rem;font-weight:300;color:var(--ice3);line-height:1.9;margin:0 0 .8rem;}
.pay-p strong{color:var(--ice);font-weight:600;}
.pay-steps{margin:.9rem 0 1.1rem;padding:0;list-style:none;counter-reset:pay;}
.pay-steps li{position:relative;padding-left:1.9rem;margin-bottom:.6rem;
  font-size:.81rem;font-weight:300;color:var(--ice3);line-height:1.85;counter-increment:pay;}
.pay-steps li::before{content:counter(pay);position:absolute;left:0;top:.1rem;
  width:1.25rem;height:1.25rem;line-height:1.2rem;text-align:center;border-radius:50%;
  border:1px solid var(--gold);color:var(--gold);font-size:.6rem;font-weight:700;}
.pay-cta{display:inline-flex;align-items:center;gap:.45rem;
  font-size:.66rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;
  padding:.62rem 1.3rem;border-radius:var(--r);cursor:pointer;
  border:1px solid var(--gold);background:var(--gold);color:var(--bg);
  text-decoration:none;transition:all .2s var(--ease);}
.pay-cta:hover{background:var(--gold2);border-color:var(--gold2);}
@media(max-width:640px){.pay-panel{padding:1.2rem 1.1rem;}}

/* ═══ FULL-PAYMENT SECTION HEADING (directly above the service list) ═══ */
.full-head{max-width:820px;margin:0 0 .4rem;padding-top:.6rem;
  border-top:1px solid var(--bdr);}
.full-label{display:inline-flex;align-items:center;gap:.5rem;
  font-size:.6rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--gold);margin:1.4rem 0 .55rem;}
.full-label::before{content:'';width:22px;height:1px;background:var(--gold);display:inline-block;}
.full-h{font-family:var(--head-font);font-size:1.42rem;font-weight:300;color:var(--ice);
  margin:0 0 .55rem;letter-spacing:-.01em;}
.full-sub{font-size:.84rem;font-weight:300;color:var(--ice3);line-height:1.9;margin:0;max-width:700px;}
.full-sub strong{color:var(--ice);font-weight:600;}
.full-sub .fs-step{color:var(--gold);font-weight:600;white-space:nowrap;}
@media(max-width:640px){.full-h{font-size:1.2rem;}}
