bio365

A collection page of Happy Hydro

category
Products
8
Active ads
0
Depth
Published
2023/08/25

About

:root { --bg: #ffffff; --bg-soft: #fafafa; --text: #4d4d4d; --text-light: #6b6b6b; --border: #e1e3e4; --blue: #01adf0; --blue-dark: #0190c8; --blue-pale: #e8f7fd; --green: #61a84d; --green-dark: #4d8a3c; --green-pale: #edf6ea; --orange: #ff723c; --orange-pale: #fff2ed; --font-head: 'Poppins', sans-serif; --font-body: 'Inter', sans-serif; --radius: 8px; --radius-sm: 5px; } .icon { display: inline-block; flex-shrink: 0; vertical-align: middle; } .svg-sprite { display: none; } /* ── INTRO ── */ .intro { padding-bottom: 18px; border-bottom: 1px solid var(--border); } .outcome-headline { font-family: var(--font-head); font-size: 1.05rem; font-weight: 700; color: var(--text); line-height: 1.25; margin-bottom: 10px; } .outcome-headline span { color: var(--green); } .intro p { font-size: 0.84rem; color: var(--text-light); line-height: 1.75; } .intro p a { color: var(--blue); text-decoration: none; font-weight: 600; } .intro p a:hover { text-decoration: underline; } /* ── QUICK GUIDE ── */ .guide-block { background: var(--blue-pale); border: 1px solid #b3e4f9; border-radius: var(--radius); margin: 20px 0; overflow: hidden; } .guide-header { background: var(--blue); padding: 10px 15px; display: flex; align-items: center; gap: 9px; } .guide-header h3 { font-family: var(--font-head); font-size: 0.83rem; font-weight: 700; color: #fff; margin: 0; } .guide-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #b3e4f9; } .guide-item { display: flex; flex-direction: column; gap: 4px; padding: 12px 14px; background: var(--blue-pale); } .guide-item h4 { font-family: var(--font-head); font-size: 0.76rem; font-weight: 700; color: var(--text); line-height: 1.3; } .guide-item p { font-size: 0.71rem; color: var(--text-light); line-height: 1.55; margin: 0; } .guide-item a { color: var(--blue-dark); text-decoration: none; font-weight: 600; font-size: 0.71rem; } .guide-item a:hover { text-decoration: underline; } .guide-tip { padding: 10px 14px; font-size: 0.74rem; color