Servicevilkår

/* ✅ Shopify-safe: vi styler en wrapper (ikke body), så den ALTID ses */ .cbd-legal-page{ --bg:#0b0b0b; --panel:#0f0f0f; --text:rgba(255,255,255,.90); --muted:rgba(255,255,255,.72); --line:rgba(255,255,255,.12); --gold:#C78C40; --gold2:#E0A251; --gold3:#A86525; background: radial-gradient(circle at 20% 10%, rgba(199,140,64,.10), transparent 42%), radial-gradient(circle at 80% 0%, rgba(224,162,81,.08), transparent 44%), var(--bg); color: #fff; padding: clamp(22px, 4vw, 46px) 0; } .cbd-legal-page *{ box-sizing:border-box; } .cbd-legal-wrap{ max-width: 1040px; margin: 0 auto; padding: 0 16px; } .cbd-legal-card{ border-radius: 22px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03)); box-shadow: 0 26px 90px rgba(0,0,0,.55); overflow: hidden; position: relative; } /* animated premium edge */ .cbd-legal-card::before{ content:""; position:absolute; left:0; right:0; top:0; height:4px; background: linear-gradient(90deg, rgba(199,140,64,0), rgba(199,140,64,.95), rgba(224,162,81,.85), rgba(168,101,37,.90), rgba(199,140,64,0) ); background-size: 240% 100%; animation: cbdEdgeMove 2.6s linear infinite; opacity:.95; pointer-events:none; } @keyframes cbdEdgeMove{ 0%{ background-position:0% 50%; } 100%{ background-position:100% 50%; } } .cbd-legal-head{ padding: clamp(18px, 3vw, 28px) clamp(16px, 3vw, 28px) 0; text-align:center; position: relative; } .cbd-legal-kicker{ display:inline-flex; align-items:center; gap:10px; padding: 10px 14px; border-radius: 999px; border: 1px solid rgba(199,140,64,.35); background: rgba(199,140,64,.10); color: rgba(255,255,255,.90); font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; font-size: 12px; } .cbd-legal-dot{ width:10px;height:10px;border-radius:999px; background: linear-gradient(135deg,var(--gold2),var(--gold),var(--gold3)); box-shadow: 0 10px 24px rgba(199,140,64,.28); } .cbd-legal-title{ margin: 14px 0 10px; font-size: clamp(26px, 4.3vw, 52px); line-height: 1.06; letter-spacing: -0.03em; font-weight: 950; color:#fff; } .cbd-legal-title strong{ background: linear-gradient(135deg,var(--gold2),var(--gold),var(--gold3)); -webkit-background-clip:text; background-clip:text; color: transparent; font-weight: 1000; } .cbd-legal-sub{ margin: 0 auto 16px; max-width: 85ch; color: var(--muted); line-height: 1.9; font-size: 15.5px; } .cbd-legal-meta{ display:flex; flex-wrap:wrap; gap:8px; justify-content:center; margin: 10px 0 0; padding-bottom: 16px; } .cbd-chip{ display:inline-flex; align-items:center; justify-content:center; height: 30px; padding: 0 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.06); color: rgba(255,255,255,.88); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; } .cbd-chip--gold{ background: rgba(199,140,64,.12); border-color: rgba(199,140,64,.30); } .cbd-legal-body{ padding: 0 clamp(16px, 3vw, 28px) clamp(18px, 3vw, 28px); } .cbd-sec{ margin-top: 16px; padding: 16px 14px; border-radius: 18px; border: 1px solid rgba(255,255,255,.12); background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.10)); position: relative; overflow: hidden; } .cbd-sec::before{ content:""; position:absolute; left:0; right:0; top:0; height:3px; background: linear-gradient(90deg, rgba(199,140,64,0), rgba(199,140,64,.9), rgba(199,140,64,0)); opacity:.85; pointer-events:none; } .cbd-sec h2{ margin: 0 0 10px; color: #fff; font-weight: 950; letter-spacing: -0.01em; font-size: 16px; } .cbd-sec h3{ margin: 14px 0 8px; color: rgba(255,255,255,.92); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; } .cbd-sec p{ margin: 0 0 10px; color: var(--text); line-height: 1.85; font-size: 14.8px; } .cbd-sec ul{ margin: 10px 0 0 18px; color: rgba(255,255,255,.86); line-height: 1.85; font-size: 14.8px; } .cbd-sec li{ margin: 6px 0; } .cbd-sec a{ color: var(--gold2); text-decoration: none; font-weight: 900; } .cbd-sec a:hover{ text-decoration: underline; } .cbd-legal-footer{ margin-top: 16px; padding: 14px 14px; border-radius: 18px; border: 1px solid rgba(199,140,64,.30); background: linear-gradient(135deg, rgba(199,140,64,.18), rgba(199,140,64,.07)); color: rgba(255,255,255,.90); } .cbd-legal-footer strong{ color:#fff; font-weight: 950; } @media (prefers-reduced-motion: reduce){ .cbd-legal-card::before{ animation:none !important; } }