*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:Inter,Arial,sans-serif;
  background:#ffffff;
  color:#0f172a;
}

.entity-page{
  padding:48px 0 120px;
}

.container{
  width:1280px;
  margin:0 auto;
}

.breadcrumbs{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:60px;
  font-size:14px;
  color:#94a3b8;
}

.breadcrumbs a{
  color:#94a3b8;
  text-decoration:none;
}

.hero{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:96px;
}

.hero-left{
  width:630px;
}

.page-label{
  color:#2563eb;
  font-size:13px;
  font-weight:800;
  letter-spacing:1px;
  margin-bottom:24px;
}

.hero-left h1{
  font-size:62px;
  line-height:1.02;
  font-weight:800;
  letter-spacing:-3px;
  margin-bottom:32px;
}

.hero-description{
  font-size:20px;
  line-height:1.8;
  color:#64748b;
  margin-bottom:30px;
}

.hero-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.hero-tags span{
  height:38px;
  padding:0 16px;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  background:#eff6ff;
  color:#2563eb;
  font-size:14px;
  font-weight:700;
}

.hero-right{
  position:relative;
}

.hero-circle{
  width:560px;
  height:560px;
  border-radius:50%;
  background:#dbeafe;
  position:absolute;
  top:-72px;
  right:-84px;
  z-index:1;
}

.robots-card{
  position:relative;
  z-index:2;
  width:540px;
  padding:32px;
  border-radius:32px;
  background:#ffffff;
  box-shadow:0 20px 60px rgba(15,23,42,.08);
}

.robots-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:24px;
  color:#64748b;
  font-size:14px;
}

.robots-header div{
  display:flex;
  align-items:center;
  gap:8px;
}

.robots-header strong{
  color:#0f172a;
}

.dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#2563eb;
  display:inline-block;
}

.code-window,
.code-block{
  padding:24px;
  border-radius:22px;
  background:#0f172a;
  color:#cbd5e1;
  font-family:Monaco,Consolas,monospace;
  font-size:14px;
  line-height:1.9;
}

.code-window{
  margin-bottom:18px;
}

.code-window span{
  color:#60a5fa;
}

.score-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.score-row div{
  padding:16px;
  border-radius:18px;
  background:#f8fafc;
}

.score-row strong{
  display:block;
  font-size:15px;
  margin-bottom:5px;
}

.score-row span{
  color:#64748b;
  font-size:13px;
}

.layout{
  display:flex;
  align-items:flex-start;
  gap:60px;
}

.sidebar{
  width:300px;
  flex-shrink:0;
  position:sticky;
  top:28px;
}

.sidebar-box{
  border:1px solid #e2e8f0;
  border-radius:24px;
  padding:30px;
  margin-bottom:28px;
  background:#ffffff;
}

.sidebar-title{
  font-size:18px;
  font-weight:800;
  margin-bottom:24px;
}

.sidebar-box ul{
  list-style:none;
}

.sidebar-box li{
  margin-bottom:17px;
}

.sidebar-box a{
  color:#334155;
  text-decoration:none;
  font-size:15px;
  line-height:1.45;
}

.cta-box{
  background:#f8fafc;
  border-radius:24px;
  padding:32px;
}

.cta-box h3{
  font-size:30px;
  line-height:1.15;
  margin-bottom:18px;
  letter-spacing:-1px;
}

.cta-box p{
  color:#64748b;
  line-height:1.7;
  margin-bottom:26px;
}

.cta-box a{
  min-height:54px;
  padding:0 24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#2563eb;
  color:#ffffff;
  text-decoration:none;
  border-radius:14px;
  font-weight:800;
}

.content{
  flex:1;
  max-width:860px;
}

.content-section{
  margin-bottom:78px;
}

.intro-section{
  padding:36px;
  border-radius:28px;
  background:#f8fafc;
}

.content-section h2,
.related-section h2,
.faq-section h2,
.final-cta h2{
  font-size:48px;
  line-height:1.08;
  letter-spacing:-2px;
  margin-bottom:26px;
}

.content-section p,
.faq-item p,
.final-cta p{
  font-size:19px;
  line-height:1.9;
  color:#475569;
  margin-bottom:22px;
}

.definition-box,
.warning-box{
  border-left:5px solid #2563eb;
  background:#eff6ff;
  padding:24px 28px;
  border-radius:18px;
  color:#334155;
  font-size:18px;
  line-height:1.75;
  margin:32px 0;
}

.definition-box strong{
  color:#0f172a;
}

.warning-box{
  border-left-color:#f97316;
  background:#fff7ed;
}

.check-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:32px;
}

.check-grid span{
  position:relative;
  padding:20px 22px 20px 52px;
  border:1px solid #e2e8f0;
  border-radius:18px;
  color:#334155;
  font-weight:700;
  background:#ffffff;
}

.check-grid span:before{
  content:"";
  position:absolute;
  left:22px;
  top:22px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#2563eb;
}

.compare-table{
  width:100%;
  border-collapse:collapse;
  overflow:hidden;
  border-radius:24px;
  border:1px solid #e2e8f0;
}

.compare-table thead{
  background:#eff6ff;
}

.compare-table th{
  text-align:left;
  padding:24px;
  font-size:16px;
  font-weight:800;
}

.compare-table td{
  padding:22px 24px;
  border-top:1px solid #e2e8f0;
  color:#475569;
  font-size:16px;
}

.risk-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:32px;
}

.risk-list div{
  min-height:70px;
  border:1px solid #fed7aa;
  border-radius:18px;
  padding:0 22px;
  display:flex;
  align-items:center;
  color:#334155;
  font-weight:800;
  background:#fff7ed;
}

.final-cta{
  margin:0 0 78px;
  padding:42px;
  border-radius:32px;
  background:#0f172a;
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}

.final-cta h2{
  color:#ffffff;
  margin-bottom:18px;
}

.final-cta p{
  color:#cbd5e1;
  margin-bottom:0;
}

.final-cta a{
  flex-shrink:0;
  min-height:56px;
  padding:0 26px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#2563eb;
  color:#ffffff;
  border-radius:14px;
  text-decoration:none;
  font-weight:900;
}

.related-section{
  margin-bottom:78px;
}

.related-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.related-grid a{
  min-height:74px;
  border:1px solid #e2e8f0;
  border-radius:20px;
  display:flex;
  align-items:center;
  padding:0 22px;
  color:#0f172a;
  text-decoration:none;
  font-weight:800;
  background:#ffffff;
}

.faq-section{
  margin-bottom:20px;
}

.faq-item{
  border-top:1px solid #e2e8f0;
  padding:28px 0;
}

.faq-item h3{
  font-size:22px;
  margin-bottom:12px;
  letter-spacing:-.4px;
}

.faq-item p{
  margin-bottom:0;
}

@media(max-width:1320px){
  .container{
    width:calc(100% - 48px);
  }

  .hero-left h1{
    font-size:54px;
  }

  .robots-card{
    width:480px;
  }
}

@media(max-width:980px){
  .hero,
  .layout,
  .final-cta{
    flex-direction:column;
  }

  .hero-left,
  .content,
  .sidebar{
    width:100%;
    max-width:none;
  }

  .sidebar{
    position:static;
  }

  .hero-circle{
    right:-30px;
  }

  .related-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:640px){
  .container{
    width:calc(100% - 32px);
  }

  .entity-page{
    padding-top:30px;
  }

  .hero-left h1{
    font-size:38px;
    letter-spacing:-1.5px;
  }

  .content-section h2,
  .related-section h2,
  .faq-section h2,
  .final-cta h2{
    font-size:34px;
    letter-spacing:-1px;
  }

  .robots-card{
    width:100%;
    padding:22px;
  }

  .hero-circle{
    width:360px;
    height:360px;
  }

  .score-row,
  .check-grid,
  .risk-list,
  .related-grid{
    grid-template-columns:1fr;
  }

  .final-cta{
    padding:30px;
  }
}

.entity-summary{
  margin-bottom:78px;
  padding:36px;
  border-radius:28px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
}

.entity-summary h2{
  font-size:22px;
  font-weight:800;
  letter-spacing:-.4px;
  margin-bottom:24px;
  color:#0f172a;
}

.entity-summary dl{
  display:grid;
  gap:16px;
}

.entity-summary dt{
  font-size:13px;
  font-weight:800;
  color:#94a3b8;
  text-transform:uppercase;
  letter-spacing:.5px;
}

.entity-summary dd{
  font-size:16px;
  color:#334155;
  line-height:1.6;
  margin:0 0 8px;
}

.entity-summary a{
  color:#2563eb;
  text-decoration:none;
  font-weight:600;
}

.entity-summary a:hover{
  text-decoration:underline;
}
.entity-img{
  width:100%;
  max-width:600px;
  height:auto;
  border-radius:12px;
  margin:0 auto 1.2rem;
  display:block;
  box-shadow:0 2px 12px rgba(37,99,235,.10);
}
