  :root{
    --ink:#1d1d1f;--sub:#6e6e73;--line:#999;--line-soft:#e8e8ed;
    --mist:#f5f5f7;--paper:#ffffff;--red:#d4111e;--red-soft:#fbe9ea;
    --amber:var(--apollo-red);--amber-soft:#fbf1e4;
    --mono:"Pretendard JP Variable",Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;
    --sans:"Pretendard JP Variable",Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;
  }
  *{box-sizing:border-box;margin:0;padding:0}
  html{scroll-behavior:smooth}
  body{font-family:var(--sans);color:var(--ink);background:var(--paper);
    -webkit-font-smoothing:antialiased;line-height:1.5;letter-spacing:-0.01em;}
  .wrap{max-width:100%;margin:0 auto;padding:0 10px}

  .brandbar{border-bottom:1px solid var(--line-soft);position:sticky;top:0;z-index:60;
    background:rgba(255,255,255,.82);backdrop-filter:saturate(180%) blur(20px);}
  .brandbar .wrap{display:flex;align-items:center;height:48px;gap:12px}
  .brandbar .logo{display:flex;align-items:center;gap:9px;font-weight:700;font-size:20px}
  .brandbar .logo .mark{width:20px;height:19px;border-radius:5px;flex:0 0 auto;
    background:linear-gradient(135deg,var(--apollo-red),#8f0b14);position:relative;}
  .brandbar .logo .mark::after{content:"A";position:absolute;inset:0;display:grid;place-items:center;
    color:#fff;font-size:15px;font-weight:800;font-style:italic;}
  .brandbar .crumb{color:var(--sub);font-size:20px;font-weight:500}
  .brandbar .crumb b{color:var(--ink);font-weight:600}

  .hero{padding:64px 0 30px;text-align:center}
  .hero .eyebrow{font-size:13px;font-weight:600;letter-spacing:.02em;color:var(--red);
    text-transform:uppercase;margin-bottom:14px;}
  .hero h1{font-size:clamp(22px,5vw,40px);font-weight:750;letter-spacing:-0.03em;line-height:1.08}
  .hero p{margin-top:14px;color:var(--sub);font-size:clamp(15px,2vw,18px);font-weight:450}

  .segwrap{display:flex;justify-content:center;padding:6px 0 8px}
  .seg{display:inline-flex;background:var(--mist);border-radius:980px;padding:4px;gap:2px;position:relative;}
  .seg button{border:0;background:transparent;font-family:inherit;cursor:pointer;
    font-size:14px;font-weight:600;color:var(--ink);padding:9px 20px;border-radius:980px;
    position:relative;z-index:1;transition:color .25s;white-space:nowrap;letter-spacing:-0.01em;min-width:125px;}
  .seg button.on{color:#fff}
  .seg .thumb{position:absolute;top:4px;bottom:4px;border-radius:980px;background:var(--apollo-red);
    transition:transform .32s cubic-bezier(.4,1.3,.5,1),width .32s cubic-bezier(.4,1.3,.5,1);
    z-index:0;box-shadow:0 1px 3px rgba(0,0,0,.18);}
  .formdesc{text-align:center;color:var(--sub);font-size:16px;margin:16px 0 2px;min-height:20px;transition:opacity .2s}

  .grid{display:grid;grid-template-columns:210px 1fr 1fr 1fr;gap:0;}
  .cards{position:relative;padding-top:0px;margin-top:0;}
  .cards .grid{align-items:end;}
  .card{padding:0 18px;text-align:center;display:flex;flex-direction:column;align-items:center;border-left:1px solid #dfdfdf;}
  .card .imgbox{height:170px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;}
  .card .imgbox img{max-width:100%;max-height:100%;object-fit:contain}
  .tier{display:inline-flex;align-items:baseline;gap:7px;margin-bottom:9px;}
  .tier .badge{font-size:12px;font-weight:700;padding:4px 11px;border-radius:980px;letter-spacing:.01em;}
  .tier .badge.EF{background:var(--mist);color:var(--sub)}
  .tier .badge.CF{background:var(--amber-soft);color:var(--amber)}
  .tier .badge.AF{background:var(--red-soft);color:var(--red)}
  .tier .en{font-size:11px;color:var(--sub);font-weight:500;letter-spacing:.02em}
  .card .model{font-size:22px;font-weight:700;letter-spacing:-0.02em;font-family:var(--mono);margin-bottom:4px}
  .card .price{margin-top:12px}
  .card .price .num{font-size:19px;font-weight:700;letter-spacing:-0.02em}
  .card .price .note{display:block;font-size:12px;color:var(--sub);margin-top:3px;min-height:15px}
  .card .cta{margin-top:18px;display:inline-block;background:var(--red);color:#fff;
    font-size:16px;font-weight:600;padding:9px 22px;border-radius:980px;text-decoration:none;
    transition:opacity .2s,transform .1s;}
  .card .cta:hover{opacity:.88}
  .card .cta:active{transform:scale(.97)}
  .col-label{padding-right:12px}

  .ministicky{position:sticky;top:120px;z-index:88;background:rgba(255,255,255,.88);
    backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--line);
    opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .25s,transform .25s;}
  .ministicky.show{opacity:1;transform:translateY(0);pointer-events:auto}
  .ministicky .grid{align-items:center}
  .mini-cell{padding:9px 18px;display:flex;align-items:center;gap:10px;justify-content:center}
  .mini-cell img{height:34px;width:auto;object-fit:contain}
  .mini-cell .mm{font-family:var(--mono);font-weight:700;font-size:14px}
  .mini-cell .mt{font-size:11px;color:var(--sub);font-weight:600}
  .ministicky .col-label{font-size:12px;color:var(--sub);font-weight:600;text-align:left;padding-left:2px}

  .specs{padding:22px 0 80px}
  .section-title{font-size:19px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;
    color:var(--ink);padding:34px 0 6px;border-bottom:2px solid var(--ink);margin-bottom:0;}
  .row{border-bottom:1px solid var(--line-soft)}
  .row .grid{align-items:stretch}
  .row .rlabel{padding:17px 12px 17px 2px;font-size:14px;font-weight:600;color:var(--sub);
    display:flex;align-items:center;gap:11px;}
  .rlabel .uicon{flex:0 0 auto;width:30px;height:30px;border-radius:8px;background:var(--mist);
    display:grid;place-items:center;color:var(--ink);}
  .rlabel .uicon svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.6;
    stroke-linecap:round;stroke-linejoin:round;}
  .rlabel .ltxt{line-height:1.3}
  .row .rcell{padding:17px 18px;text-align:center;font-size:15px;font-weight:500;
    display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;
    border-left:1px solid var(--line-soft);}
  .row .rcell .mono{font-family:var(--mono);font-size:14.5px;letter-spacing:-0.02em;font-weight:600;}
  .row .rcell .unit{font-size:11px;color:var(--sub);font-weight:500}
  .row .rcell .big{font-size:19px;font-weight:750;letter-spacing:-0.02em}
  .row .rcell .sub{font-size:11.5px;color:var(--amber);font-weight:600}
  .row.price-row .rcell.CF .big{color:var(--amber)}

  .mark{font-size:19px;line-height:1;font-weight:700}
  .mark.std{color:var(--05)}.mark.opt{color:var(--amber)}.mark.none{color:var(--line)}
  .mark-label{font-size:11px;font-weight:600;margin-top:5px}
  .mark-label.std{color:var(--sub)}.mark-label.opt{color:var(--amber)}.mark-label.none{color:var(--line)}

  .pcb-section .grid{grid-template-columns:190px 1fr 1fr 1fr}
  .pcb-section .row .rcell {min-width:390px;}


  .pcb-section{background:var(--mist);border-radius:10px;padding:6px 22px 22px;margin:30px 0px;}
  .pcb-section .section-title{border-bottom:2px solid var(--ink)}
  .pcb-section .row:last-child{border-bottom:0}
  .pcb-pill{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:700;
    padding:8px 15px;border-radius:12px;letter-spacing:-0.01em;}
  .pcb-pill.camera{background:#e3f0ff;color:#0058c7}
  .pcb-pill.manual{background:#fff;color:var(--amber);border:1.5px solid #e6c68a}
  .pcb-pill svg{width:16px;height:16px;flex:0 0 auto;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
  .pcb-note{font-size:12px;color:var(--sub);margin-top:9px;font-weight:500;text-align:center;max-width:150px;line-height:1.5em;}

  .legend{display:flex;gap:20px;justify-content:flex-end;flex-wrap:wrap;
    padding:14px 2px 0;font-size:12.5px;color:var(--sub);font-weight:500}
  .legend span{margin-top:-80px;display:inline-flex;align-items:center;gap:6px}
  .legend b{font-size:15px}
  .legend b.std{color:var(--ink)}.legend b.opt{color:var(--amber)}.legend b.none{color:var(--line)}

  .cf-banner{background:var(--amber-soft);border-radius:18px;padding:22px 26px;margin-top:30px;
    display:flex;gap:16px;align-items:flex-start;}
  .cf-banner .ic{flex:0 0 auto;width:38px;height:38px;border-radius:11px;background:var(--amber);
    display:grid;place-items:center;color:#fff;font-weight:800;font-size:18px;font-style:italic;}
  .cf-banner h3{font-size:16px;font-weight:700;margin-bottom:6px;color:#7a4708}
  .cf-banner p{font-size:14px;color:#8a5a1c;line-height:1.55;font-weight:450}

  .common-note{margin-top:26px;padding:20px 22px;border:1px solid var(--line);border-radius:16px;}
  .common-note h4{font-size:13px;font-weight:700;color:var(--sub);letter-spacing:.03em;text-transform:uppercase;margin-bottom:12px}
  .common-note .items{display:flex;flex-wrap:wrap;gap:10px 30px}
  .common-note .items div{font-size:13.5px;color:var(--ink);font-weight:500}
  .common-note .items b{font-family:var(--mono);font-weight:600;color:var(--ink)}
  .common-note .items span{color:var(--sub);font-weight:500}


  @media (max-width:820px){
     .wrap{max-width:100%;margin:0 auto;padding:0 3px}
    .grid{grid-template-columns:110px 1fr 1fr 1fr}
	 .ministicky{position:sticky;top:100px}
    .card{padding:0 8px}
    .card .imgbox{height:130px;margin-bottom:14px}
    .card .model{font-size:16px}
    .card .price .num{font-size:15px}
    .card .cta{padding:8px 15px;font-size:12.5px}
    .tier .badge{font-size:10.5px;padding:3px 8px}
    .tier .en{display:none}
    .row .rlabel{font-size:12px;padding-left:2px;padding-right:6px;gap:7px}
    .rlabel .uicon{width:24px;height:24px;border-radius:6px}
    .rlabel .uicon svg{width:14px;height:14px}
    .row .rcell{padding:14px 6px;font-size:13px}
    .row .rcell .mono{font-size:12px}
    .row .rcell .big{font-size:15px}
    .mini-cell{padding:8px 4px;flex-direction:column;gap:3px}
    .mini-cell img{display:none}
    .pcb-section{padding:6px 12px 15px}
    .pcb-pill{font-size:11.5px;padding:6px 9px}
    .pcb-note{font-size:10.5px}
    .seg button{padding:8px 12px;font-size:12.5px}
	.pcb-section .rlabel{ width:90px;}
	.pcb-section .rcell{ min-width:65px;}
	.pcb-section .grid{grid-template-columns:90px 1fr 1fr 1fr}
    .pcb-section .row .rcell {min-width:100%;}
	/*.rlabel,.legend{display:none;};*/
	
	
  }
  @media (prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}