/* Customer-safe public product screenshot previews */
.ammor-product-preview{
  position:relative;
  padding:clamp(34px,5.2vw,60px) var(--pad,clamp(16px,4vw,32px));
  overflow:hidden;
  max-width:100%;
  isolation:isolate;
}
.ammor-product-preview::before{
  content:"";
  position:absolute;
  inset:10% 5%;
  border:1px solid rgba(212,169,86,.12);
  border-radius:28px;
  background:
    radial-gradient(circle at 16% 0,rgba(212,169,86,.14),transparent 34%),
    radial-gradient(circle at 86% 12%,rgba(94,214,255,.1),transparent 30%),
    linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
  pointer-events:none;
}
.ammor-product-inner{
  position:relative;
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:clamp(18px,4vw,42px);
  align-items:center;
  min-width:0;
}
.ammor-product-copy,
.ammor-product-frame,
.ammor-product-shell,
.ammor-product-main,
.ammor-product-card,
.ammor-product-metric{min-width:0}
.ammor-product-kicker{
  font-family:var(--f-mono,'IBM Plex Mono',monospace);
  font-size:10px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#5ed6ff;
  margin-bottom:14px;
}
.ammor-product-copy h2{
  font-family:var(--f-display,'Instrument Serif',Georgia,serif);
  font-size:clamp(28px,3.35vw,42px);
  line-height:1.08;
  margin:0 0 14px;
  color:var(--t1,#fff);
  max-width:min(100%,13.5ch);
  overflow-wrap:break-word;
  word-break:normal;
  text-wrap:balance;
}
.ammor-product-copy h2 em{
  color:var(--gold-bright,#d4a956);
  font-style:italic;
}
.ammor-product-copy p{
  color:var(--t2,rgba(255,255,255,.64));
  line-height:1.62;
  margin:0 0 14px;
  font-size:15px;
  max-width:62ch;
  overflow-wrap:break-word;
}
.ammor-product-proof{
  display:grid;
  gap:9px;
}
.ammor-product-proof span{
  border:1px solid rgba(255,255,255,.085);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  padding:10px 12px;
  color:rgba(235,241,250,.72);
  font-family:var(--f-mono,'IBM Plex Mono',monospace);
  font-size:9px;
  letter-spacing:.8px;
  text-transform:uppercase;
  min-width:0;
  overflow-wrap:break-word;
}
.ammor-product-frame{
  border:1px solid rgba(94,214,255,.2);
  border-radius:20px;
  background:linear-gradient(145deg,rgba(7,14,26,.94),rgba(4,8,15,.88));
  box-shadow:0 34px 110px rgba(0,0,0,.38),0 1px 0 rgba(255,255,255,.05) inset;
  overflow:hidden;
}
.ammor-product-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-bottom:1px solid rgba(255,255,255,.075);
}
.ammor-window-dots{display:flex;gap:6px}
.ammor-window-dots i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:rgba(255,255,255,.16);
}
.ammor-product-label{
  font-family:var(--f-mono,'IBM Plex Mono',monospace);
  font-size:9px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:#d4a956;
  text-align:right;
  overflow-wrap:break-word;
}
.ammor-product-body{
  display:grid;
  grid-template-columns:150px 1fr;
  min-height:330px;
}
.ammor-product-side{
  border-right:1px solid rgba(255,255,255,.075);
  padding:14px;
  display:grid;
  align-content:start;
  gap:8px;
}
.ammor-product-side span{
  height:32px;
  border-radius:8px;
  background:rgba(255,255,255,.045);
  color:rgba(235,241,250,.58);
  display:flex;
  align-items:center;
  padding:0 10px;
  font-family:var(--f-mono,'IBM Plex Mono',monospace);
  font-size:8px;
  letter-spacing:.8px;
  text-transform:uppercase;
}
.ammor-product-side span.active{
  background:rgba(212,169,86,.14);
  color:#d4a956;
}
.ammor-product-main{
  padding:14px;
  display:grid;
  gap:12px;
}
.ammor-product-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.ammor-product-metric,.ammor-product-chart,.ammor-product-card{
  border:1px solid rgba(255,255,255,.075);
  border-radius:12px;
  background:rgba(255,255,255,.032);
}
.ammor-product-metric{
  min-height:92px;
  padding:12px;
}
.ammor-product-metric b{
  display:block;
  color:#fff;
  font-size:20px;
  margin-bottom:8px;
}
.ammor-product-metric span{
  display:block;
  color:rgba(235,241,250,.5);
  font-family:var(--f-mono,'IBM Plex Mono',monospace);
  font-size:8px;
  letter-spacing:.8px;
  text-transform:uppercase;
  line-height:1.5;
}
.ammor-product-chart{
  min-height:132px;
  padding:14px;
  background:
    linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.021) 1px,transparent 1px),
    rgba(255,255,255,.026);
  background-size:28px 28px;
}
.ammor-product-bars{
  display:grid;
  gap:11px;
}
.ammor-product-bar{
  display:grid;
  grid-template-columns:minmax(62px,86px) minmax(0,1fr);
  gap:9px;
  align-items:center;
  font-family:var(--f-mono,'IBM Plex Mono',monospace);
  font-size:8px;
  letter-spacing:.8px;
  text-transform:uppercase;
  color:rgba(235,241,250,.52);
}
.ammor-product-track{
  height:8px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  overflow:hidden;
}
.ammor-product-track i{
  display:block;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#5ed6ff,#d4a956);
}
.ammor-product-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.ammor-product-card{
  min-height:86px;
  padding:12px;
}
.ammor-product-card b{
  display:block;
  color:#d4a956;
  font-size:12px;
  margin-bottom:7px;
}
.ammor-product-card span{
  display:block;
  color:rgba(235,241,250,.58);
  font-size:11px;
  line-height:1.55;
  overflow-wrap:break-word;
}
.ammor-product-safe{
  padding:10px 14px;
  border-top:1px solid rgba(255,255,255,.075);
  color:rgba(235,241,250,.5);
  font-family:var(--f-mono,'IBM Plex Mono',monospace);
  font-size:8px;
  letter-spacing:.9px;
  text-transform:uppercase;
}
@media(max-width:1080px){
  .ammor-product-inner{grid-template-columns:1fr}
  .ammor-product-body{grid-template-columns:130px 1fr}
  .ammor-product-copy h2{font-size:clamp(30px,5.4vw,44px);max-width:13ch}
}
@media(max-width:640px){
  .ammor-product-preview{padding:32px 14px}
  .ammor-product-preview::before{inset:4% 10px;border-radius:20px}
  .ammor-product-copy h2{font-size:clamp(27px,8.6vw,36px);max-width:11.5ch}
  .ammor-product-body{grid-template-columns:1fr}
  .ammor-product-side{display:none}
  .ammor-product-metrics,.ammor-product-grid{grid-template-columns:1fr}
  .ammor-product-top{align-items:flex-start}
  .ammor-product-label{text-align:right;font-size:8px;line-height:1.45}
  .ammor-product-bar{grid-template-columns:72px minmax(0,1fr)}
}
