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