/* Important Safety Information pages — Helix Seven
   (tokens: --cream,--paper,--ink,--ink-soft,--muted,--forest,--forest-2,--red,--line,--r-md,--serif,--label come from product.css) */
.isi{background:var(--cream);padding:clamp(96px,13vw,150px) 0 clamp(56px,8vw,88px)}
.isi .wrap{max-width:840px}
.isi-back{display:inline-flex;align-items:center;gap:.45em;font-family:var(--label);font-weight:600;font-size:.8rem;letter-spacing:.02em;color:var(--muted);text-decoration:none;margin-bottom:26px;transition:color .2s ease}
.isi-back svg{width:16px;height:16px}
.isi-back:hover{color:var(--forest)}
.isi-head{border-bottom:1px solid var(--line);padding-bottom:26px;margin-bottom:30px}
.isi-head .eyebrow{color:var(--forest-2)}
.isi-head h1{font-family:var(--serif);font-weight:600;font-size:clamp(2.1rem,5vw,3.1rem);line-height:1.05;margin:12px 0 10px;color:var(--ink)}
.isi-sub{color:var(--muted);font-size:clamp(1rem,1.6vw,1.12rem);line-height:1.55;max-width:62ch;margin:0}

.isi-box{background:#FBECE8;border:1px solid rgba(221,80,56,.28);border-left:4px solid var(--red);border-radius:var(--r-md);padding:22px 26px;margin:0 0 36px}
.isi-box h2{font-family:var(--label);font-weight:700;text-transform:uppercase;letter-spacing:.11em;font-size:.76rem;color:var(--red);margin:0 0 9px}
.isi-box p{color:var(--ink-soft);font-size:.95rem;line-height:1.62;margin:0}

.isi-sec{margin:0 0 32px}
.isi-sec h2{font-family:var(--serif);font-weight:600;font-size:clamp(1.25rem,2.4vw,1.5rem);line-height:1.15;margin:0 0 13px;color:var(--ink)}
.isi-sec p{color:var(--ink-soft);font-size:1rem;line-height:1.72;margin:0 0 10px}
.isi-sec ul{margin:0;padding-left:1.15em;color:var(--ink-soft);font-size:1rem;line-height:1.7;list-style:none}
.isi-sec li{position:relative;margin:0 0 10px;padding-left:1.1em}
.isi-sec li::before{content:"";position:absolute;left:0;top:.62em;width:6px;height:6px;border-radius:50%;background:var(--forest-2)}

.isi-disc{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-md);padding:20px 24px;margin:38px 0 0;font-size:.86rem;color:var(--muted);line-height:1.68}
.isi-disc p{margin:0}

.isi-cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.isi-cta .btn{min-width:150px;justify-content:center}

@media (max-width:560px){
  .isi-cta .btn{flex:1 1 100%}
}

.totop{position:fixed;right:22px;bottom:22px;width:48px;height:48px;border-radius:50%;background:var(--forest);color:#F4F2E8;display:grid;place-items:center;z-index:80;opacity:0;transform:translateY(16px);transition:.3s var(--ease);box-shadow:0 10px 26px -10px rgba(17,37,26,.7)}
.totop.show{opacity:1;transform:none}
.totop svg{width:20px;height:20px}
