
.am-full-translate-top{
  background:linear-gradient(135deg,#101522,#26344d);
  border-bottom:1px solid rgba(239,204,143,.30);
}
.am-full-translate-page{
  background:
    radial-gradient(circle at top right,rgba(238,194,118,.22),transparent 34%),
    linear-gradient(180deg,#f5f1e9 0%,#e9edf3 100%);
  color:#263047;
  padding:36px min(5vw,72px) 76px;
}
.am-full-translate-hero,
.am-full-translate-note,
.am-full-translate-index,
.am-full-translate-card,
.am-full-translate-disclaimer{
  max-width:1240px;
  margin:0 auto 24px;
  border:1px solid rgba(176,139,81,.28);
  box-shadow:0 20px 70px rgba(34,40,55,.10);
}
.am-full-translate-hero{
  padding:52px;
  border-radius:34px;
  background:
    linear-gradient(125deg,rgba(14,21,34,.95),rgba(45,55,78,.90)),
    url('../backgrounds/portal-bg.jpg') center/cover no-repeat;
  color:#fff3d7;
}
.am-full-translate-hero h1{
  max-width:1060px;
  margin:18px 0 18px;
  font-size:clamp(2.35rem,4.7vw,5.1rem);
  line-height:.98;
  letter-spacing:-.052em;
  color:#fff8e8;
}
.am-full-translate-hero p{
  max-width:980px;
  color:#ead8bb;
  font-size:clamp(1.06rem,1.75vw,1.35rem);
  line-height:1.62;
}
.am-full-translate-core{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:26px;
}
.am-full-translate-core strong,
.am-full-translate-core span{
  display:block;
  border:1px solid rgba(239,204,143,.35);
  border-radius:18px;
  padding:17px;
  background:rgba(255,255,255,.08);
  color:#fff3d7;
  line-height:1.45;
}
.am-full-translate-langs{
  max-width:1240px;
  margin:0 auto 24px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.am-full-translate-langs a{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(176,139,81,.32);
  background:rgba(255,255,252,.88);
  color:#263047;
  text-decoration:none;
  font-weight:800;
}
.am-full-translate-langs a span{
  color:#a3712d;
  font-size:.82rem;
  letter-spacing:.05em;
}
.am-full-translate-langs a.active{
  background:#263047;
  color:#fff8e8;
  border-color:#d8b36e;
}
.am-full-translate-note{
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:20px;
  padding:28px;
  border-radius:28px;
  background:rgba(255,255,252,.92);
}
.am-full-translate-note h2{
  margin:0 0 10px;
  color:#263047;
}
.am-full-translate-note p{
  margin:0;
  line-height:1.65;
}
.am-full-translate-index{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  padding:24px;
  border-radius:28px;
  background:rgba(255,255,252,.88);
}
.am-full-translate-index a{
  display:block;
  min-height:86px;
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(176,139,81,.22);
  background:#fff;
  color:#263047;
  text-decoration:none;
  font-weight:900;
  line-height:1.25;
}
.am-full-translate-index a span{
  display:block;
  color:#a3712d;
  font-size:.82rem;
  margin-bottom:6px;
}
.am-full-translate-card{
  padding:34px;
  border-radius:30px;
  background:rgba(255,255,252,.94);
}
.am-full-number{
  display:inline-flex;
  margin:0 0 10px;
  padding:7px 11px;
  border-radius:999px;
  background:#263047;
  color:#fff3d7;
  font-weight:900;
  letter-spacing:.06em;
}
.am-full-translate-card h2{
  margin:0 0 12px;
  color:#263047;
  font-size:clamp(1.7rem,3vw,2.7rem);
  letter-spacing:-.035em;
}
.am-full-punch{
  margin:0 0 24px;
  max-width:1000px;
  color:#6c5431;
  font-size:1.25rem;
  line-height:1.55;
  font-weight:800;
}
.am-full-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.am-full-grid section{
  padding:20px;
  border-radius:20px;
  border:1px solid rgba(176,139,81,.22);
  background:#f8f5ee;
}
.am-full-grid h3{
  margin:0 0 8px;
  color:#263047;
  font-size:1.05rem;
}
.am-full-grid p{
  margin:0;
  color:#394358;
  line-height:1.66;
}
.am-full-source{
  margin-top:18px;
  padding:18px;
  border-radius:18px;
  background:#eef1f5;
  color:#394358;
}
.am-full-source summary{
  cursor:pointer;
  font-weight:900;
  color:#263047;
}
.am-full-source p{
  line-height:1.55;
}
.am-full-translate-disclaimer{
  padding:24px;
  border-radius:24px;
  background:#263047;
  color:#fff3d7;
}
.am-full-translate-disclaimer p{
  margin:.35rem 0;
  line-height:1.6;
}
@media (max-width:900px){
  .am-full-translate-core,
  .am-full-translate-note,
  .am-full-grid{
    grid-template-columns:1fr;
  }
  .am-full-translate-index{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .am-full-translate-hero,
  .am-full-translate-card{
    padding:28px;
  }
}
@media (max-width:560px){
  .am-full-translate-index{
    grid-template-columns:1fr;
  }
}
