/* Realistic public page refresh: home, announcements and about. */
body.home-realistic,
body.announcements-realistic,
body.about-realistic{
  background:
    radial-gradient(circle at top left,rgba(7,89,184,.12),transparent 34%),
    linear-gradient(180deg,#eef3f8 0%,#f7f9fc 48%,#edf2f7 100%);
}

body.home-realistic .hero{
  min-height:560px;
  display:grid;
  align-items:end;
  background:
    linear-gradient(90deg,rgba(0,8,22,.96) 0%,rgba(0,18,42,.82) 34%,rgba(0,30,70,.45) 63%,rgba(0,8,22,.18) 100%),
    url('/assets/home-police-hero.png') center 54%/cover no-repeat;
  border-bottom:5px solid #caa43b;
  box-shadow:inset 0 -120px 110px rgba(0,8,22,.58);
}
body.home-realistic .hero-inner{
  max-width:1180px;
  width:100%;
  padding:70px 28px 52px;
}
body.home-realistic .hero .kicker,
body.about-realistic .dialog-kicker,
body.announcements-realistic .dialog-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  letter-spacing:.18em;
  color:#d6b95f;
  font-size:12px;
}
body.home-realistic .hero h1{
  max-width:720px;
  margin:10px 0 12px;
  font-size:clamp(42px,7vw,78px);
  line-height:.92;
  letter-spacing:.02em;
  text-shadow:0 4px 24px rgba(0,0,0,.48);
}
body.home-realistic .hero p{
  max-width:640px;
  color:#e9f2ff;
  font-size:18px;
  line-height:1.55;
}
body.home-realistic .quick-cards{
  margin-top:32px;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
body.home-realistic .quick-card{
  position:relative;
  overflow:hidden;
  min-height:178px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:13px;
  background:linear-gradient(180deg,rgba(5,37,78,.88),rgba(1,20,45,.86));
  box-shadow:0 18px 38px rgba(0,0,0,.22);
  backdrop-filter:blur(8px);
}
body.home-realistic .quick-card:before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:4px;
  background:linear-gradient(90deg,#d5a92f,#1d74d4);
}
body.home-realistic .quick-card:hover{
  transform:translateY(-4px);
  border-color:#d6b95f;
  box-shadow:0 24px 48px rgba(0,20,52,.34);
}
body.home-realistic .dashboard{
  max-width:1220px;
  margin:24px auto 34px;
  gap:22px;
  padding:0 20px;
}
body.home-realistic .dashboard>.panel,
body.announcements-realistic .main-panel,
body.about-realistic .panel{
  border:1px solid #ccd9e8;
  border-radius:14px;
  background:linear-gradient(180deg,#fff,#f9fbfe);
  box-shadow:0 18px 45px rgba(0,24,64,.1);
}
body.home-realistic .card-title{
  border-bottom:1px solid #dce6f2;
  background:linear-gradient(90deg,#f7fbff,#fff);
}
body.home-realistic .announcement,
body.home-realistic .list-link{
  background:#fff;
  border-left:4px solid transparent;
}
body.home-realistic .announcement:hover,
body.home-realistic .list-link:hover{
  border-left-color:#d5a92f;
  background:#f4f8fd;
}
body.home-realistic .button-outline,
body.about-realistic .tiny-btn,
body.announcements-realistic .tiny-btn{
  border-radius:6px;
  box-shadow:0 8px 18px rgba(0,45,106,.12);
}

body.announcements-realistic .shell{
  max-width:1180px;
}
body.announcements-realistic .main-panel{
  overflow:hidden;
}
body.announcements-realistic .section-head{
  padding:36px 40px;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(0,16,39,.96),rgba(0,61,130,.88)),
    url('/assets/home-police-hero.png') center 48%/cover no-repeat;
  border-bottom:5px solid #d5a92f;
}
body.announcements-realistic .section-head h1{
  font-size:clamp(32px,4vw,48px);
  letter-spacing:.04em;
}
body.announcements-realistic .section-head p{
  color:#dcecff;
}
body.announcements-realistic .announcement-list{
  margin:0!important;
  padding:26px;
  border:0;
  box-shadow:none;
  background:#f4f7fb;
}
body.announcements-realistic .announcement-expandable{
  overflow:hidden;
  margin-bottom:18px;
  border:1px solid #cfdae7;
  border-radius:12px;
  background:#fff;
  box-shadow:0 12px 28px rgba(0,31,71,.08);
}
body.announcements-realistic .announcement-expandable>summary{
  min-height:108px;
  padding:22px 24px;
  border-left:5px solid #0d63bf;
  background:linear-gradient(90deg,#fff,#f6f9fe);
}
body.announcements-realistic .announcement-expandable[open]>summary{
  border-left-color:#d5a92f;
  box-shadow:inset 0 -1px 0 #dfe8f4;
}
body.announcements-realistic .date{
  color:#5d6d82;
  letter-spacing:.12em;
}
body.announcements-realistic .launch-detail{
  padding:26px;
  background:#fff;
}
body.announcements-realistic .launch-header{
  padding:24px;
  border:1px solid #d8e2ef;
  border-radius:12px;
  background:linear-gradient(135deg,#f7fbff,#fff);
}
body.announcements-realistic .launch-badge{
  background:#082a56;
  color:#fff;
  border:1px solid #1f68b8;
  box-shadow:0 8px 18px rgba(0,36,83,.16);
}
body.announcements-realistic .launch-audiences section,
body.announcements-realistic .launch-device-support,
body.announcements-realistic .launch-guidance{
  border-radius:12px;
  border:1px solid #d8e2ef;
  background:#fbfdff;
}
body.announcements-realistic .launch-audiences li::marker{
  color:#0d63bf;
}

body.about-realistic .about-shell{
  max-width:1220px;
}
body.about-realistic .about-hero{
  border-radius:16px;
  border:0;
  background:
    linear-gradient(115deg,rgba(0,12,30,.98),rgba(0,48,103,.82) 54%,rgba(0,15,34,.35)),
    url('/assets/home-police-hero.png') center 52%/cover no-repeat;
  box-shadow:0 22px 55px rgba(0,24,64,.22);
}
body.about-realistic .about-hero-copy{
  padding:58px 52px;
}
body.about-realistic .about-hero h1{
  font-size:clamp(34px,5vw,58px);
  line-height:.98;
  text-shadow:0 6px 28px rgba(0,0,0,.42);
}
body.about-realistic .about-hero p{
  color:#e6f1ff;
}
body.about-realistic .about-hero-badge{
  background:rgba(0,10,27,.62);
  backdrop-filter:blur(7px);
}
body.about-realistic .about-grid{
  gap:22px;
}
body.about-realistic .about-card{
  overflow:hidden;
  border-top:0;
  border-left:5px solid #0d63bf;
}
body.about-realistic .about-card:before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:4px;
  background:linear-gradient(90deg,#d5a92f,#0d63bf);
}
body.about-realistic .about-card-icon,
body.about-realistic .apply-icon{
  background:linear-gradient(135deg,#092a55,#106fe6);
  color:#fff;
  box-shadow:0 14px 24px rgba(0,57,128,.22);
}
body.about-realistic .requirements-panel .section-head{
  background:linear-gradient(90deg,#f8fbff,#fff);
  border-bottom:1px solid #dfe8f4;
}
body.about-realistic .requirements-grid>div{
  border-radius:10px;
  background:#fff;
  box-shadow:0 8px 18px rgba(0,28,66,.06);
}
body.about-realistic .requirements-grid span{
  background:#0d63bf;
}
body.about-realistic .apply-panel{
  border-left:0;
  border-top:5px solid #d5a92f;
  border-radius:14px;
  background:linear-gradient(135deg,#fffaf0,#fff 48%,#f5f9ff);
}
body.about-realistic .apply-notice{
  border-color:#d6b95f;
  border-radius:10px;
}

@media(max-width:900px){
  body.home-realistic .quick-cards{grid-template-columns:repeat(2,minmax(0,1fr));}
  body.home-realistic .hero{min-height:500px;background-position:43% center;}
  body.announcements-realistic .section-head{padding:30px 24px;}
  body.announcements-realistic .announcement-list{padding:18px;}
}
@media(max-width:620px){
  body.home-realistic .quick-cards{grid-template-columns:1fr;}
  body.home-realistic .hero-inner{padding:52px 18px 34px;}
  body.home-realistic .dashboard{padding:0 12px;margin-top:16px;}
  body.announcements-realistic .announcement-expandable>summary{padding:18px;}
  body.announcements-realistic .launch-detail{padding:18px;}
  body.about-realistic .about-hero-copy{padding:34px 22px;}
}
/* Rich announcement detail cards. */
body.announcements-realistic .launch-detail{
  position:relative;
  display:grid;
  gap:22px;
  padding:28px;
  background:
    linear-gradient(180deg,#f8fbff,#eef4fb);
}
body.announcements-realistic .launch-detail:before{
  content:"";
  position:absolute;
  right:28px;
  top:28px;
  width:112px;
  height:112px;
  background:url('/assets/logo.png') center/contain no-repeat;
  opacity:.075;
  pointer-events:none;
}
body.announcements-realistic .launch-header{
  position:relative;
  overflow:hidden;
  padding:28px 30px;
  border:1px solid #cbd9ea;
  border-radius:16px;
  background:
    linear-gradient(105deg,rgba(0,20,48,.98),rgba(0,73,148,.86)),
    url('/assets/home-police-hero.png') center 56%/cover no-repeat;
  color:#fff;
  box-shadow:0 18px 38px rgba(0,31,71,.16);
}
body.announcements-realistic .launch-header:before{
  content:"SERVICE NOTICE";
  position:absolute;
  right:22px;
  top:20px;
  padding:7px 10px;
  border:1px solid rgba(213,180,88,.46);
  border-radius:999px;
  background:rgba(0,14,34,.35);
  color:#f6dc86;
  font-size:10px;
  font-weight:900;
  letter-spacing:.15em;
}
body.announcements-realistic .launch-header h2{
  max-width:760px;
  margin:12px 0 10px;
  color:#fff;
  font-size:clamp(24px,3vw,36px);
  line-height:1.05;
}
body.announcements-realistic .launch-header p{
  max-width:780px;
  color:#e4f0ff;
  font-size:15px;
  line-height:1.65;
}
body.announcements-realistic .launch-badge{
  background:#d5b458;
  border-color:#d5b458;
  color:#061a3b;
}
body.announcements-realistic .launch-header .date{
  color:#b9d7ff;
}
body.announcements-realistic .launch-audiences{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
body.announcements-realistic .launch-audiences section,
body.announcements-realistic .launch-device-support,
body.announcements-realistic .launch-guidance{
  position:relative;
  overflow:hidden;
  padding:24px;
  border:1px solid #cfddec;
  border-radius:16px;
  background:linear-gradient(180deg,#fff,#f9fbff);
  box-shadow:0 12px 28px rgba(0,34,80,.08);
}
body.announcements-realistic .launch-audiences section:before,
body.announcements-realistic .launch-device-support:before,
body.announcements-realistic .launch-guidance:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:5px;
  background:linear-gradient(180deg,#d5b458,#0d63bf);
}
body.announcements-realistic .launch-audiences h3,
body.announcements-realistic .launch-device-support h3,
body.announcements-realistic .launch-guidance h3{
  margin:0 0 14px;
  color:#061a3b;
  font-size:18px;
}
body.announcements-realistic .launch-audiences ul{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}
body.announcements-realistic .launch-audiences li{
  position:relative;
  margin:0;
  padding-left:29px;
  color:#364b66;
  line-height:1.55;
}
body.announcements-realistic .launch-audiences li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:.05em;
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#0d63bf;
  color:#fff;
  font-size:11px;
  font-weight:900;
}
body.announcements-realistic .launch-device-support{
  background:linear-gradient(135deg,#fffaf0,#fff 48%,#f7fbff);
}
body.announcements-realistic .launch-device-support h3:after{
  content:"DESKTOP · TABLET · MOBILE";
  display:inline-block;
  margin-left:10px;
  padding:5px 8px;
  border-radius:999px;
  background:#082f69;
  color:#fff;
  font-size:9px;
  letter-spacing:.12em;
  vertical-align:middle;
}
body.announcements-realistic .launch-device-support p,
body.announcements-realistic .launch-guidance p{
  margin:0;
  color:#40546f;
  line-height:1.65;
}
body.announcements-realistic .launch-actions{
  gap:12px;
  margin-top:20px;
}
body.announcements-realistic .launch-actions .tiny-btn{
  margin:0;
  padding:10px 13px;
  border:1px solid #123a75;
  border-radius:8px;
  background:#fff;
  color:#082f69;
  box-shadow:0 8px 16px rgba(0,38,88,.08);
}
body.announcements-realistic .launch-actions .tiny-btn:hover{
  transform:translateY(-2px);
  background:#082f69;
  color:#fff;
}
@media(max-width:780px){
  body.announcements-realistic .launch-audiences{grid-template-columns:1fr;}
  body.announcements-realistic .launch-header:before{position:static;display:inline-block;margin-bottom:12px;}
  body.announcements-realistic .launch-detail{padding:18px;}
}
@media(max-width:560px){
  body.announcements-realistic .launch-header,
  body.announcements-realistic .launch-audiences section,
  body.announcements-realistic .launch-device-support,
  body.announcements-realistic .launch-guidance{padding:20px;}
  body.announcements-realistic .launch-device-support h3:after{display:block;width:max-content;margin:9px 0 0;}
}