:root{--navy:#1c3a5e;--navy-dk:#0f2440;--orange:#e8891a;--orange-lt:#f5a94a;--gray-bg:#f5f6f8;--border:#e2e5ea;--white:#fff;--muted:#6b7280;--text:#2c3e50;--h-font:"Outfit", system-ui, sans-serif;--b-font:"Inter", system-ui, sans-serif;--section-px:clamp(20px, 5vw, 56px)}.cgv-page *{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px}.cgv-page{font-family:var(--b-font);color:var(--text);background:var(--white);font-weight:400;line-height:1.55}.cgv-page nav{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:14px var(--section-px);background:#fffffff0;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.cgv-page .nav-logo{font-family:var(--h-font);color:var(--navy);letter-spacing:-.5px;font-size:1.25rem;font-weight:800;text-decoration:none}.cgv-page .nav-logo span{color:var(--orange)}.cgv-page .nav-links{align-items:center;gap:30px;list-style:none;display:flex}.cgv-page .nav-links a{color:var(--text);font-size:.88rem;font-weight:500;text-decoration:none;transition:color .2s}.cgv-page .nav-links a:hover{color:var(--orange)}.cgv-page .nav-cta{background:var(--navy);border-radius:8px;padding:9px 18px;transition:all .25s;color:var(--white)!important;font-weight:600!important}.cgv-page .nav-cta:hover{transform:translateY(-1px);background:var(--orange)!important}.cgv-page .nav-burger{cursor:pointer;flex-direction:column;gap:5px;padding:6px;display:none}.cgv-page .nav-burger span{background:var(--navy);width:22px;height:2px;transition:all .3s}.cgv-page .nav-mobile{background:var(--white);border-left:1px solid var(--border);z-index:99;flex-direction:column;gap:16px;padding:24px 32px;transition:transform .3s;display:none;position:fixed;top:60px;right:0;transform:translate(100%);box-shadow:-10px 10px 30px #0000000f}.cgv-page .nav-mobile.open{display:flex;transform:translate(0)}.cgv-page .nav-mobile a{color:var(--text);font-size:.95rem;font-weight:500;text-decoration:none}.cgv-page .breadcrumb{padding:18px var(--section-px) 0;color:var(--muted);max-width:1280px;margin:0 auto;font-size:.78rem}.cgv-page .breadcrumb a{color:var(--muted);text-decoration:none;transition:color .2s}.cgv-page .breadcrumb a:hover{color:var(--orange)}.cgv-page .breadcrumb span{color:var(--navy);font-weight:500}.cgv-page .hero-cgv{padding:50px var(--section-px) 40px;background:linear-gradient(180deg, var(--white) 0%, var(--gray-bg) 100%);border-bottom:1px solid var(--border);position:relative;overflow:hidden}.cgv-page .hero-cgv:before{content:"";pointer-events:none;background:radial-gradient(circle,#e8891a0f 0%,#0000 70%);border-radius:50%;width:320px;height:320px;position:absolute;top:-120px;right:-120px}.cgv-page .hero-inner{z-index:1;max-width:1280px;margin:0 auto;position:relative}.cgv-page .hero-eyebrow{letter-spacing:3px;text-transform:uppercase;color:var(--orange);align-items:center;gap:10px;margin-bottom:14px;font-size:.7rem;font-weight:700;display:inline-flex}.cgv-page .hero-eyebrow:before{content:"";background:var(--orange);border-radius:2px;width:22px;height:2px}.cgv-page .hero-h1{font-family:var(--h-font);color:var(--navy);letter-spacing:-1px;max-width:820px;margin-bottom:14px;font-size:clamp(1.9rem,4vw,2.8rem);font-weight:800;line-height:1.12}.cgv-page .hero-sub{color:var(--muted);max-width:720px;margin-bottom:22px;font-size:1.02rem;font-weight:300}.cgv-page .hero-meta{color:var(--muted);flex-wrap:wrap;gap:22px;font-size:.82rem;display:flex}.cgv-page .hero-meta strong{color:var(--navy);font-weight:600}.cgv-page .hero-meta-item{align-items:center;gap:7px;display:flex}.cgv-page .hero-meta-item:before{content:"";background:var(--orange);border-radius:50%;width:4px;height:4px}.cgv-page .hero-meta-item:first-child:before{display:none}.cgv-page .cgv-layout{max-width:1280px;padding:48px var(--section-px) 64px;grid-template-columns:280px 1fr;align-items:start;gap:56px;margin:0 auto;display:grid}.cgv-page .toc{background:var(--white);border:1px solid var(--border);border-radius:14px;max-height:calc(100vh - 110px);padding:24px 22px;position:sticky;top:90px;overflow-y:auto}.cgv-page .toc-title{font-family:var(--h-font);letter-spacing:2.4px;text-transform:uppercase;color:var(--orange);border-bottom:1px solid var(--border);margin-bottom:14px;padding-bottom:12px;font-size:.68rem;font-weight:700}.cgv-page .toc-part{font-family:var(--h-font);letter-spacing:1.8px;text-transform:uppercase;color:var(--navy);margin:16px 0 8px;font-size:.72rem;font-weight:700}.cgv-page .toc-part:first-of-type{margin-top:0}.cgv-page .toc ul{list-style:none}.cgv-page .toc li{margin:2px 0}.cgv-page .toc a{color:var(--text);border-left:2px solid #0000;padding:5px 0 5px 12px;font-size:.82rem;line-height:1.35;text-decoration:none;transition:all .18s;display:block}.cgv-page .toc a:hover{color:var(--orange);border-left-color:var(--orange-lt)}.cgv-page .toc a.active{color:var(--orange);border-left-color:var(--orange);font-weight:500}.cgv-page .toc a .num{font-family:var(--h-font);color:var(--muted);min-width:22px;margin-right:6px;font-size:.72rem;font-weight:700;display:inline-block}.cgv-page .toc a:hover .num,.cgv-page .toc a.active .num{color:var(--orange)}.cgv-page .toc-collapsible-trigger{display:none}.cgv-page .cgv-content{min-width:0}.cgv-page .cgv-content h2.part-h{font-family:var(--h-font);letter-spacing:3.4px;text-transform:uppercase;color:var(--orange);border-top:1px solid var(--border);align-items:center;gap:12px;margin:48px 0 12px;padding:24px 0 10px;font-size:.76rem;font-weight:700;display:flex}.cgv-page .cgv-content h2.part-h:first-of-type{border-top:none;margin-top:0;padding-top:0}.cgv-page .cgv-content h2.part-h:before{content:"";background:var(--orange);border-radius:2px;width:22px;height:2px}.cgv-page .art{border-bottom:1px solid var(--border);padding:22px 0 18px;scroll-margin-top:90px}.cgv-page .art:last-of-type{border-bottom:none}.cgv-page .art-h{font-family:var(--h-font);color:var(--navy);letter-spacing:-.3px;flex-wrap:wrap;align-items:baseline;gap:14px;margin-bottom:14px;font-size:1.18rem;font-weight:700;display:flex}.cgv-page .art-h .art-n{font-family:var(--h-font);color:var(--orange);letter-spacing:1.8px;text-transform:uppercase;flex-shrink:0;min-width:60px;font-size:.82rem;font-weight:700}.cgv-page .art p{color:var(--text);margin-bottom:10px;font-size:.94rem;line-height:1.65}.cgv-page .art p:last-child{margin-bottom:0}.cgv-page .art a{color:var(--orange);border-bottom:1px dotted var(--orange-lt);text-decoration:none}.cgv-page .art a:hover{color:var(--navy);border-bottom-color:var(--navy)}.cgv-page .art .sub{font-family:var(--h-font);color:var(--navy);margin-top:14px;margin-bottom:6px;font-size:.92rem;font-weight:600;display:block}.cgv-page .art ul{margin-bottom:10px;padding-left:22px}.cgv-page .art ul li{color:var(--text);margin-bottom:4px;font-size:.94rem;line-height:1.6}.cgv-page .art code{background:var(--gray-bg);color:var(--navy);border:1px solid var(--border);border-radius:4px;padding:2px 7px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.84rem}.cgv-page .art-highlight{border:1px solid #e8891a2e;border-left:3px solid var(--orange);background:linear-gradient(135deg,#e8891a0a 0%,#1c3a5e06 100%);border-radius:11px;margin:14px 0 18px;padding:26px 28px!important}.cgv-page .art-highlight .art-h{margin-bottom:16px}.cgv-page .art-highlight .ref-badge{font-family:var(--h-font);letter-spacing:1.4px;text-transform:uppercase;background:var(--orange);color:var(--white);border-radius:20px;padding:3px 10px;font-size:.62rem;font-weight:700;display:inline-block}.cgv-page .pacte{background:var(--navy-dk);color:var(--white);border-radius:10px;margin-top:16px;padding:18px 20px}.cgv-page .pacte-title{font-family:var(--h-font);letter-spacing:2.2px;text-transform:uppercase;color:var(--orange-lt);align-items:center;gap:8px;margin-bottom:12px;font-size:.68rem;font-weight:700;display:flex}.cgv-page .pacte-title:before{content:"";background:var(--orange-lt);width:16px;height:1px}.cgv-page .pacte ul{padding-left:0;list-style:none}.cgv-page .pacte li{color:#ffffffd9;margin-bottom:9px;padding-left:22px;font-size:.86rem;line-height:1.55;position:relative}.cgv-page .pacte li:before{content:"";background:var(--orange-lt);width:11px;height:1px;position:absolute;top:9px;left:0}.cgv-page .pacte li:last-child{margin-bottom:0}.cgv-page .pacte li strong{color:var(--white);font-weight:600}.cgv-page .cgv-footer{background:var(--gray-bg);border:1px solid var(--border);border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;margin-top:48px;padding:28px 30px;display:flex}.cgv-page .cgv-footer-left{color:var(--muted);max-width:540px;font-size:.86rem}.cgv-page .cgv-footer-left strong{color:var(--navy);margin-bottom:4px;font-weight:600;display:block}.cgv-page .cgv-footer-right{gap:10px;display:flex}.cgv-page .btn-navy{background:var(--navy);color:var(--white);border-radius:8px;padding:10px 22px;font-size:.86rem;font-weight:600;text-decoration:none;transition:all .25s}.cgv-page .btn-navy:hover{background:var(--navy-dk);transform:translateY(-2px)}.cgv-page .btn-ghost{color:var(--navy);border:1.5px solid var(--border);background:0 0;border-radius:8px;padding:8.5px 22px;font-size:.86rem;font-weight:600;text-decoration:none;transition:all .25s}.cgv-page .btn-ghost:hover{border-color:var(--navy)}.cgv-page footer.site-foot{background:var(--navy-dk);padding:36px var(--section-px);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.cgv-page .ftlogo{font-family:var(--h-font);color:#fff;font-size:1.15rem;font-weight:800;text-decoration:none}.cgv-page .ftlogo span{color:var(--orange)}.cgv-page .ftlinks{flex-wrap:wrap;gap:18px;display:flex}.cgv-page .ftlinks a{color:#ffffff52;font-size:.76rem;text-decoration:none;transition:color .2s}.cgv-page .ftlinks a:hover{color:#ffffffa6}.cgv-page .ftcopy{color:#ffffff38;font-size:.73rem}@media (width<=1024px){.cgv-layout{grid-template-columns:240px 1fr;gap:36px}}@media (width<=900px){.cgv-page .cgv-layout{grid-template-columns:1fr;gap:28px}.cgv-page .toc{max-height:none;position:static}.cgv-page .toc-collapsible-trigger{cursor:pointer;width:100%;font:inherit;color:inherit;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:0;display:flex}.cgv-page .toc-collapsible-trigger .toc-title{border:none;margin-bottom:0;padding-bottom:0}.cgv-page .toc-collapsible-trigger:after{content:"+";color:var(--orange);font-size:1.3rem;font-weight:300}.cgv-page .toc:not(.collapsed) .toc-collapsible-trigger:after{content:"−"}.cgv-page .toc.collapsed .toc-body{display:none}}@media (width<=768px){.cgv-page .nav-links{display:none}.cgv-page .nav-burger{display:flex}.cgv-page footer.site-foot{flex-direction:column;align-items:flex-start;gap:16px}.cgv-page .ftlinks{gap:12px}.cgv-page .art-h{flex-direction:column;align-items:flex-start;gap:4px}.cgv-page .art-h .art-n{min-width:auto}.cgv-page .art-highlight{padding:20px 18px!important}.cgv-page .cgv-footer{flex-direction:column;align-items:flex-start}}
