body.detail-theme{
  --bg:#051c31; --text:rgba(255,255,255,.96); --muted:rgba(214,221,226,.74);
  --line:rgba(133,232,238,.20); --lineSoft:rgba(133,232,238,.12);
  --blue:#85e8ee; --blue2:#082842; --turq:#1aa6a6;
  --card-border:rgba(133,232,238,.18); --btn-bg:#85e8ee; --btn-text:#051c31;
  color:var(--text);
  background:linear-gradient(145deg,rgba(5,28,49,.94),rgba(8,40,66,.88) 48%,rgba(4,18,31,.94)),var(--detail-bg-image) center/cover no-repeat fixed;
}
body.detail-theme .wrap{padding:0}
body.detail-theme .container{width:100%}
body.detail-theme header{position:absolute;z-index:10;top:0;left:50%;transform:translateX(-50%);width:min(1600px,calc(100% - 48px));margin:0;padding:22px 0 16px;border-color:var(--line)}
body.detail-theme .brand{width:fit-content;padding:0;background:transparent;clip-path:none;box-shadow:none}
body.detail-theme .logo{filter:drop-shadow(0 12px 22px rgba(0,0,0,.28))}
body.detail-theme a.navlink{color:rgba(255,255,255,.90)}
body.detail-theme .pill{color:var(--muted)}
body.detail-theme .productHero,body.detail-theme .serviceHero{min-height:min(760px,82svh);border:0;border-radius:0;box-shadow:none;background:linear-gradient(90deg,rgba(5,28,49,.72),rgba(5,28,49,.42) 52%,rgba(5,28,49,.24)),linear-gradient(0deg,rgba(5,28,49,.92),transparent 30%)}
body.detail-theme .productHero::before,body.detail-theme .serviceHero::before{background:radial-gradient(circle at 74% 42%,rgba(26,166,166,.18),transparent 32%),linear-gradient(180deg,rgba(5,28,49,.12),rgba(5,28,49,.30))}
body.detail-theme .heroContent{grid-template-columns:minmax(0,.92fr) minmax(500px,.88fr);align-content:center;min-height:min(760px,82svh);width:min(1600px,calc(100% - 48px));margin:0 auto;padding:clamp(150px,18vh,210px) 0 clamp(72px,10vh,120px)}
body.detail-theme .productLogoHero{width:min(240px,52vw)}
body.detail-theme h1,body.detail-theme h2,body.detail-theme h3,body.detail-theme .sideCard h2,body.detail-theme .cta h2{color:var(--text);font-size:calc(clamp(22px,2.15vw,31px)*var(--scale));line-height:1.12;letter-spacing:-.025em}
body.detail-theme h1{max-width:none;white-space:nowrap}
body.detail-theme .heroLead{display:none}
body.detail-theme .heroVideo{width:min(520px,100%);margin-top:22px;padding:7px;border:1px solid rgba(133,232,238,.22);background:rgba(5,28,49,.38);box-shadow:0 18px 45px rgba(0,0,0,.20);backdrop-filter:blur(5px)}
body.detail-theme .heroVideo video{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#04121f}
body.detail-theme .section{width:min(1500px,calc(100% - 48px));margin:0 auto;padding:clamp(24px,3vw,40px) 0;border-color:var(--lineSoft)}
body.detail-theme p{color:var(--muted)}
body.detail-theme .contentGrid{grid-template-columns:minmax(0,1.15fr) minmax(360px,.72fr);align-items:stretch}
body.detail-theme .infoColumn{min-width:0}
body.detail-theme .infoList{gap:12px}
body.detail-theme .infoColumn .contractSection{grid-template-columns:1fr;gap:12px;margin-top:12px}
body.detail-theme .infoItem{grid-template-columns:64px minmax(0,1fr);gap:18px;padding:18px 20px;border:1px solid var(--card-border);background:transparent;transition:border-color .25s ease,transform .25s ease}
body.detail-theme .infoItem:first-child{padding-top:18px}
body.detail-theme .infoItem:hover{border-color:rgba(133,232,238,.38);transform:translateX(4px)}
body.detail-theme .iconCircle{color:#85e8ee;border-color:rgba(133,232,238,.42);background:rgba(133,232,238,.06)}
body.detail-theme .infoDisclosure summary{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:58px;cursor:pointer;list-style:none}
body.detail-theme .infoDisclosure summary::-webkit-details-marker{display:none}
body.detail-theme .infoDisclosure h3{margin:0}
body.detail-theme .infoDisclosure summary::after{content:"+";flex:0 0 42px;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(133,232,238,.34);border-radius:50%;color:#85e8ee;font:300 30px/1 Arial,sans-serif;transition:transform .25s ease,background .25s ease}
body.detail-theme .infoDisclosure summary:hover::after,body.detail-theme .infoDisclosure summary:focus-visible::after{background:rgba(133,232,238,.12)}
body.detail-theme .infoDisclosure summary:focus-visible{outline:2px solid rgba(133,232,238,.72);outline-offset:6px}
body.detail-theme .infoDisclosure[open] summary::after{content:"−";transform:rotate(180deg)}
body.detail-theme .infoDisclosure p{margin:4px 62px 10px 0;animation:detail-reveal .28s ease both}
@keyframes detail-reveal{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
body.detail-theme .sideCard,body.detail-theme .cta,body.detail-theme .benefitItem,body.detail-theme .aiCard,body.detail-theme .methodCard{color:var(--text);border-color:var(--card-border);background:linear-gradient(145deg,rgba(8,40,66,.76),rgba(5,28,49,.52));box-shadow:0 24px 60px rgba(0,0,0,.18)}
body.detail-theme .contentGrid .sideCard{height:100%;padding:18px 22px;background:transparent;box-shadow:none}
body.detail-theme .contentGrid .sideCard h2{margin-bottom:8px}
body.detail-theme .moduleList li,body.detail-theme .evalList li{grid-template-columns:40px minmax(0,1fr);gap:10px;padding:8px 0;color:rgba(255,255,255,.86);border-color:var(--lineSoft);font-size:calc(16px*var(--scale))}
body.detail-theme .moduleIcon,body.detail-theme .evalIcon{width:32px;height:32px;color:#85e8ee}
body.detail-theme .moduleIcon svg,body.detail-theme .evalIcon svg{width:28px;height:28px}
body.detail-theme .checkList li,body.detail-theme .benefitItem strong{color:rgba(255,255,255,.86)}
body.detail-theme .benefitItem span,body.detail-theme footer{color:var(--muted)}
body.detail-theme .benefitItem svg{color:#85e8ee}
body.detail-theme a.btn{color:#fff}
body.detail-theme a.btn.primary,body.detail-theme a.btn.orange{color:var(--btn-text);background:var(--btn-bg)}
body.detail-theme footer{width:min(1500px,calc(100% - 48px));margin:0 auto;padding:28px 0;border-color:var(--line)}
@media(max-width:1180px){body.detail-theme .heroContent{grid-template-columns:1fr}body.detail-theme .heroFlow{min-height:250px}body.detail-theme .contentGrid{grid-template-columns:1fr}}
@media(max-width:760px){body.detail-theme header,body.detail-theme .heroContent,body.detail-theme .section,body.detail-theme footer{width:min(100% - 32px,1500px)}body.detail-theme header{padding-top:14px}body.detail-theme .heroContent{padding-top:150px}body.detail-theme h1{white-space:normal}body.detail-theme .heroVideo{width:100%}body.detail-theme .infoItem{grid-template-columns:1fr}body.detail-theme .infoDisclosure p{margin-right:0}}
@media(prefers-reduced-motion:reduce){body.detail-theme .infoItem,body.detail-theme .infoDisclosure summary::after{transition:none}body.detail-theme .infoDisclosure p{animation:none}}
