/* Autoplus OS white visual refresh for secondary pages. */
:root{
  --ap-white:#fff;
  --ap-ink:#10243A;
  --ap-muted:#52606D;
  --ap-line:#E7ECF1;
  --ap-gold:#C7A06F;
  --ap-teal:#007A7C;
  --ap-shadow:0 28px 70px -52px rgba(13,33,55,.42);
}

html,body{background:#fff !important;color:var(--ap-ink)}
body{
  letter-spacing:0;
}
body::before{
  content:"";
  position:fixed;
  top:70px;
  right:0;
  width:min(48vw,620px);
  height:min(46vw,560px);
  pointer-events:none;
  z-index:-1;
  background:url("/assets/seo/company-ai-operating-map.png") right top / contain no-repeat;
  opacity:.045;
}

.nav,.topbar{
  background:rgba(255,255,255,.92) !important;
  border-bottom:1px solid rgba(13,33,55,.10) !important;
  box-shadow:0 16px 44px -38px rgba(13,33,55,.38);
}

.nav,
.topbar,
.ap-site-nav{
  font-family:"Noto Sans TC","Inter",sans-serif;
}

.nav a[aria-current="page"],
.topbar a[aria-current="page"],
.ap-site-nav a[aria-current="page"]{
  color:var(--ap-teal) !important;
  font-weight:800;
}

.ap-site-nav{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.94);
  border-bottom:1px solid rgba(13,33,55,.10);
  box-shadow:0 16px 44px -38px rgba(13,33,55,.38);
  backdrop-filter:blur(14px);
}

.ap-site-nav-inner{
  max-width:1160px;
  min-height:70px;
  margin:0 auto;
  padding:0 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.ap-site-brand{
  color:var(--ap-ink);
  font-weight:900;
  letter-spacing:.02em;
  text-decoration:none;
  flex:0 0 auto;
}

.ap-site-brand > span:not(.brand-mark):not(.brand-rule):not(.brand-text){
  color:var(--ap-teal);
}

.ap-site-nav .brand-card{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:58px;
  min-height:58px;
  padding:7px;
  border:1px solid rgba(13,33,55,.10);
  border-radius:14px;
  background:rgba(255,255,255,.96);
  box-shadow:0 10px 28px -24px rgba(13,33,55,.26);
  color:var(--ap-ink);
  text-decoration:none;
}
.ap-site-nav .brand-card::before{
  content:"";
  position:absolute;
  left:0;
  top:14px;
  bottom:14px;
  width:3px;
  border-radius:999px;
  background:var(--ap-gold);
}
.ap-site-nav .brand-mark{
  width:42px;
  height:42px;
  margin-left:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.ap-site-nav .brand-mark img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.ap-site-nav .brand-rule{
  width:1px;
  align-self:stretch;
  min-height:32px;
  margin:5px 12px;
  background:var(--ap-line);
}
.ap-site-nav .brand-text{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  line-height:1;
}
.ap-site-nav .brand-word{
  font-family:"Inter","Noto Sans TC",sans-serif;
  font-size:20px;
  font-weight:900;
  letter-spacing:.045em;
  color:var(--ap-ink);
}
.ap-site-nav .brand-word .plus{
  color:var(--ap-teal);
}
.ap-site-nav .brand-sub{
  margin-top:8px;
  font-family:"JetBrains Mono","Noto Sans TC",monospace;
  font-size:9px;
  font-weight:600;
  letter-spacing:.26em;
  color:var(--ap-muted);
  white-space:nowrap;
}
.ap-site-nav .brand-sub .sep{
  margin:0 6px;
  color:var(--ap-gold);
  letter-spacing:0;
}

.ap-site-links{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  color:var(--ap-muted);
  font-size:14px;
}

.ap-site-links a{
  color:inherit;
  text-decoration:none;
}

.ap-site-links .ap-nav-cta,
.ap-site-links .ap-whatsapp-link{
  border-radius:8px;
  padding:9px 13px;
  font-weight:800;
}

.ap-site-links .ap-nav-cta{
  background:var(--ap-ink);
  color:#fff;
}

.ap-site-links .ap-whatsapp-link{
  background:var(--ap-teal);
  color:#fff;
}

.ap-mobile-menu-toggle{
  display:none;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  margin-left:auto;
  border:1px solid rgba(13,33,55,.12);
  border-radius:10px;
  background:#fff;
  color:var(--ap-ink);
  box-shadow:0 12px 32px -26px rgba(13,33,55,.5);
}
.ap-mobile-menu-toggle span{
  position:relative;
  width:20px;
  height:2px;
  border-radius:999px;
  background:currentColor;
}
.ap-mobile-menu-toggle span::before,
.ap-mobile-menu-toggle span::after{
  content:"";
  position:absolute;
  left:0;
  width:20px;
  height:2px;
  border-radius:999px;
  background:currentColor;
}
.ap-mobile-menu-toggle span::before{top:-7px}
.ap-mobile-menu-toggle span::after{top:7px}
.ap-mobile-drawer{
  display:none;
}

.hero,.lede{
  background:
    linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.86)),
    url("/assets/social/agentos-painpoint-maps/2026-05-26-batch-01/agentos-painpoint-map-06.png") right center / min(52vw,680px) auto no-repeat,
    #fff !important;
  border-bottom:1px solid var(--ap-line) !important;
}

.hero h1,.lede h1,h1{
  font-family:"Noto Sans TC","Inter",sans-serif !important;
  letter-spacing:0 !important;
}

.card,.box,.series-box,.post-card,.related-card,.tool-card,.form-card,.panel,.summary,.contact-card,.cta,.cta-box,.waitlist-wrap,.audit-card,.brand-sheet,.image-card,.metric-card,.step,.faq details{
  border-color:rgba(13,33,55,.10) !important;
  border-radius:8px !important;
  background:#fff !important;
  box-shadow:var(--ap-shadow);
}

.thumb,.hero-image,.hero-img,.hero-visual,.image-card img{
  border-radius:8px !important;
  box-shadow:0 24px 58px -42px rgba(13,33,55,.38);
}

.btn,.btn-primary,.cta-btn,.nav-book,.tool-cta,.primary{
  border-radius:8px !important;
}

.ap-whatsapp-float{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:80;
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:10px 15px 10px 11px;
  border:1px solid rgba(255,255,255,.56);
  border-radius:999px;
  background:#1FAF69;
  color:#fff !important;
  font-family:"Noto Sans TC","Inter",sans-serif;
  font-size:14px;
  font-weight:800;
  text-decoration:none !important;
  box-shadow:0 18px 42px rgba(31,175,105,.28);
}

.ap-wa-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:50%;
  background:rgba(255,255,255,.18);
  font-size:10px;
  letter-spacing:.04em;
}

body.ap-insight-page .breadcrumb,
body.ap-insight-page .visual-strip,
body.ap-insight-page .sticky-cta{
  display:none !important;
}

body.ap-insight-page .hero{
  max-width:1160px !important;
  margin:22px auto 0 !important;
  padding:0 28px !important;
  background:none !important;
  border-bottom:0 !important;
}

body.ap-insight-page .hero-banner{
  min-height:420px !important;
  align-items:center !important;
  border-radius:8px !important;
  background-size:cover !important;
  box-shadow:var(--ap-shadow) !important;
}

body.ap-insight-page .article{
  max-width:820px !important;
  padding-top:44px !important;
}

body.ap-insight-page .article h2{
  margin-top:42px !important;
}

body.ap-insight-page .article .split{
  grid-template-columns:1fr !important;
}

body.ap-insight-page .article .box,
body.ap-insight-page .article .step,
body.ap-insight-page .article .faq details,
body.ap-insight-page .related .rel{
  box-shadow:none !important;
}

body.ap-insight-page .cta{
  background:#F8FAFC !important;
}

body.ap-insight-page .cta .ap-whatsapp-link{
  background:#1FAF69 !important;
  border-color:#1FAF69 !important;
  color:#fff !important;
}

body.ap-audit-page .audit-visual-strip{
  display:none !important;
}

body.ap-audit-page .hero{
  min-height:430px !important;
  display:flex !important;
  align-items:center !important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.92) 45%,rgba(255,255,255,.74) 68%,rgba(255,255,255,.18) 100%),
    url("/assets/social/agentos-painpoint-maps/2026-05-26-batch-01/agentos-painpoint-map-06.png") right center / min(52vw,680px) auto no-repeat,
    #fff !important;
}

body.ap-audit-page .grid{
  margin-top:34px !important;
}

body.ap-audit-page .card{
  box-shadow:none !important;
}

body.ap-audit-page .actions .ap-whatsapp-link,
body.ap-audit-page .actions .primary{
  background:#1FAF69 !important;
  border-color:#1FAF69 !important;
  color:#fff !important;
}

.ap-visual-strip{
  max-width:1160px;
  margin:26px auto 0;
  padding:0 28px;
  display:grid;
  grid-template-columns:1.25fr 1fr 1fr;
  gap:16px;
}
.ap-visual-strip figure{
  margin:0;
  overflow:hidden;
  border:1px solid rgba(13,33,55,.10);
  border-radius:8px;
  background:#fff;
  box-shadow:var(--ap-shadow);
}
.ap-visual-strip img{
  width:100%;
  aspect-ratio:4 / 3;
  object-fit:cover;
  display:block;
}
.ap-visual-strip figure:first-child img{
  aspect-ratio:4 / 3.35;
}
.ap-visual-strip figcaption{
  padding:11px 13px;
  color:var(--ap-ink);
  font-size:12px;
  font-weight:700;
  border-top:1px solid var(--ap-line);
}

@media(max-width:760px){
  body::before{display:none}
  body{
    padding-bottom:96px;
  }
  .hero,.lede{
    background:
      linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,255,255,.92)),
      url("/assets/social/agentos-painpoint-maps/2026-05-26-batch-01/agentos-painpoint-map-06.png") center bottom / 210px auto no-repeat,
      #fff !important;
  }
  .ap-visual-strip{
    grid-template-columns:1fr;
    padding:0 20px;
    margin-top:18px;
  }
  .ap-visual-strip img,
  .ap-visual-strip figure:first-child img{
    aspect-ratio:16 / 10;
  }
}

@media(max-width:760px){
  .ap-site-nav-inner{
    min-height:86px;
    padding:10px 20px 12px;
    align-items:flex-start;
    flex-direction:column;
    gap:8px;
  }
  .ap-site-links{
    width:100%;
    min-width:0;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
    overflow:visible;
    white-space:normal;
    font-size:13px;
  }
  .ap-site-links a{
    min-width:0;
    min-height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(13,33,55,.10);
    border-radius:8px;
    padding:8px 12px;
    text-align:center;
    line-height:1.2;
    background:#fff;
  }
  .ap-site-links .ap-nav-cta,
  .ap-site-links .ap-whatsapp-link{
    display:none;
  }
  .ap-site-links .ap-nav-cta,
  .ap-site-links .ap-whatsapp-link{
    padding:8px 9px;
  }
  .ap-whatsapp-float{
    left:auto;
    right:16px;
    bottom:calc(78px + env(safe-area-inset-bottom));
    display:flex;
    justify-content:center;
    max-width:calc(100vw - 32px);
    min-height:50px;
    padding:11px 16px 11px 12px;
    border-radius:999px;
    font-size:14px;
    box-shadow:0 18px 44px rgba(31,175,105,.30), 0 0 0 1px rgba(255,255,255,.54) inset;
  }
  body.ap-insight-page,
  body.ap-audit-page{
    padding-bottom:96px;
  }
  body.ap-insight-page .hero{
    margin-top:14px !important;
    padding:0 20px !important;
  }
  body.ap-insight-page .hero-banner{
    min-height:360px !important;
    padding:28px 22px !important;
    align-items:flex-end !important;
  }
}

body.blog-page .hero{
  max-width:1060px !important;
  margin:22px auto 0 !important;
  padding:54px 32px !important;
  border:1px solid rgba(13,33,55,.10) !important;
  border-radius:8px !important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.86),rgba(255,255,255,.22)),
    url("/assets/social/agentos-painpoint-maps/2026-05-26-batch-01/agentos-painpoint-map-06.png") right center / min(50vw,560px) auto no-repeat,
    #fff !important;
  box-shadow:var(--ap-shadow) !important;
}
body.blog-page .post-card{
  display:block;
  padding:0;
  border-radius:8px !important;
  overflow:hidden;
}
body.blog-page .post-card .thumb{
  width:100%;
  border-radius:0 !important;
  aspect-ratio:16 / 10;
}

.en-only,
.en,
.en-line,
.en-nm,
.ca-feat-en,
.q-en{
  display:none !important;
}

.ap-page-sidebar{
  display:flex;
  flex-direction:column;
  gap:0;
  max-width:1120px;
  margin:22px auto;
  padding:0 24px;
  color:var(--ap-ink, #0D2137);
}
.ap-page-sidebar-title{
  color:#9A7138;
  font-family:"Noto Sans TC","Inter",sans-serif;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  padding:0 0 10px;
  border-bottom:1px solid rgba(13,33,55,.12);
}
.ap-page-sidebar a{
  display:flex;
  align-items:center;
  gap:14px;
  min-height:50px;
  padding:15px 0;
  border-bottom:1px solid rgba(13,33,55,.12);
  color:var(--ap-ink, #0D2137);
  font-family:"Noto Sans TC","Inter",sans-serif;
  font-size:15px;
  font-weight:760;
  text-decoration:none;
  transition:padding-left .2s ease, color .2s ease;
}
.ap-page-sidebar a:hover{
  color:var(--ap-teal, #007A7C);
  padding-left:8px;
}
.ap-page-sidebar span{
  flex:0 0 auto;
  min-width:28px;
  color:#9A7138;
  font-family:"JetBrains Mono",monospace;
  font-size:10px;
  letter-spacing:.18em;
}
.ap-topic-support{
  max-width:1120px;
  margin:0 auto 30px;
  padding:22px 24px 0;
  color:var(--ap-ink, #0D2137);
  font-family:"Noto Sans TC","Inter",sans-serif;
}
.ap-topic-support-inner{
  border-top:1px solid rgba(13,33,55,.12);
  border-bottom:1px solid rgba(13,33,55,.12);
  padding:18px 0 20px;
}
.ap-topic-support-title{
  color:#9A7138;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  margin-bottom:10px;
}
.ap-topic-support p{
  max-width:820px;
  margin:0 0 12px;
  color:#334155;
  font-size:15px;
  line-height:1.75;
}
.ap-topic-support ul{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px 18px;
  margin:0;
  padding:0;
  list-style:none;
}
.ap-topic-support li{
  position:relative;
  padding-left:18px;
  color:#475569;
  font-size:14px;
  line-height:1.55;
}
.ap-topic-support li::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--ap-teal, #007A7C);
}
@media(min-width:1680px){
  .ap-page-sidebar{
    position:fixed;
    top:96px;
    left:24px;
    z-index:6;
    width:230px;
    max-height:calc(100vh - 128px);
    overflow:auto;
    margin:0;
    padding:0;
  }
  .ap-page-sidebar-title{
    padding:0 2px;
  }
}
@media(max-width:820px){
  .ap-page-sidebar{
    display:none;
  }
  .ap-topic-support{
    padding:4px 20px 0;
    margin-bottom:24px;
  }
  .ap-topic-support ul{
    grid-template-columns:1fr;
  }
  .ap-page-sidebar a{
    min-height:44px;
    padding:14px 0;
    font-size:14px;
  }
}
@media(max-width:640px){
  body.blog-page .hero{
    padding:38px 20px 170px !important;
    background:
      linear-gradient(180deg,rgba(255,255,255,.99),rgba(255,255,255,.88)),
      url("/assets/social/agentos-painpoint-maps/2026-05-26-batch-01/agentos-painpoint-map-06.png") center bottom / 230px auto no-repeat,
      #fff !important;
  }
}

@media(max-width:820px){
  .ap-site-nav-inner{
    min-height:52px !important;
    padding:12px 20px !important;
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:0 !important;
  }
  .ap-site-links{
    display:none !important;
  }
  .ap-site-brand{
    font-size:14px;
    line-height:1;
  }
  .ap-site-nav .brand-card{
    min-width:52px;
    min-height:52px;
    padding:6px;
    border-radius:10px;
    box-shadow:none;
  }
  .ap-site-nav .brand-card::before{
    top:10px;
    bottom:10px;
  }
  .ap-site-nav .brand-mark{
    width:38px;
    height:38px;
    margin-left:0;
  }
  .ap-site-nav .brand-rule{
    min-height:26px;
    margin:4px 8px;
  }
  .ap-site-nav .brand-word{
    font-size:14px;
    letter-spacing:.04em;
  }
  .ap-site-nav .brand-sub{
    margin-top:6px;
    font-size:7px;
    letter-spacing:.18em;
  }
  .ap-site-nav .brand-sub .sep{
    margin:0 4px;
  }
  .ap-mobile-menu-toggle{
    display:inline-flex;
  }
  .ap-mobile-drawer{
    display:block;
    position:fixed;
    top:64px;
    right:14px;
    left:14px;
    z-index:70;
    max-height:calc(100vh - 86px);
    padding:14px;
    border:1px solid rgba(13,33,55,.12);
    border-radius:12px;
    background:rgba(255,255,255,.98);
    box-shadow:0 24px 64px rgba(13,33,55,.18);
    overflow:auto;
    opacity:0;
    pointer-events:none;
    transform:translateY(-10px);
    transition:opacity .2s ease, transform .2s ease;
  }
  body.ap-mobile-drawer-open .ap-mobile-drawer{
    opacity:1;
    pointer-events:auto;
    transform:translateY(0);
  }
  .ap-mobile-drawer-title{
    color:#9A7138;
    font-family:"Noto Sans TC","Inter",sans-serif;
    font-size:12px;
    font-weight:800;
    letter-spacing:.12em;
    padding:2px 2px 10px;
    border-bottom:1px solid rgba(13,33,55,.10);
  }
  .ap-mobile-drawer a{
    display:flex;
    align-items:center;
    gap:12px;
    min-height:46px;
    padding:12px 2px;
    border-bottom:1px solid rgba(13,33,55,.10);
    color:var(--ap-ink, #0D2137);
    font-family:"Noto Sans TC","Inter",sans-serif;
    font-size:14px;
    font-weight:760;
    text-decoration:none;
  }
  .ap-mobile-drawer a[aria-current="page"]{
    color:var(--ap-teal, #007A7C);
  }
  .ap-mobile-drawer span{
    min-width:26px;
    color:#9A7138;
    font-family:"JetBrains Mono",monospace;
    font-size:10px;
    letter-spacing:.16em;
  }
  .ap-mobile-drawer .ap-mobile-drawer-cta{
    margin-top:12px;
    border:0;
    border-radius:8px;
    background:var(--ap-ink, #0D2137);
    color:#fff;
    justify-content:center;
  }
  .ap-mobile-drawer .ap-mobile-drawer-whatsapp{
    border:0;
    border-radius:8px;
    background:var(--ap-teal, #007A7C);
    color:#fff;
    justify-content:center;
  }
}

.ap-site-nav .ap-site-nav-inner{
  min-height:54px;
}
.ap-site-nav .ap-site-links{
  display:none !important;
}

@media(min-width:1440px) and (max-width:1679px){
  .ap-page-sidebar{
    position:fixed;
    top:86px;
    left:16px;
    z-index:6;
    width:136px;
    max-height:calc(100vh - 112px);
    overflow:auto;
    margin:0;
    padding:0;
  }
  .ap-page-sidebar-title{
    padding:0 2px 8px;
    font-size:10px;
  }
  .ap-page-sidebar a{
    gap:7px;
    min-height:38px;
    padding:10px 2px;
    font-size:12px;
    line-height:1.25;
  }
  .ap-page-sidebar span{
    min-width:18px;
    font-size:9px;
  }
}
