.templates-nav{padding-block:var(--sp-6);border-bottom:1px solid var(--c-border);background:var(--c-surface);position:sticky;top:var(--header-h);z-index:50;box-shadow:var(--shadow-sm)}.templates-nav__list{display:flex;align-items:center;justify-content:center;gap:var(--sp-3);flex-wrap:nowrap}.templates-nav__item{display:flex;align-items:center;gap:var(--sp-2);padding:var(--sp-2) var(--sp-3);border-radius:var(--r-full);font-size:.8rem;font-weight:600;color:var(--c-text-muted);border:1.5px solid var(--c-border);transition:all var(--t-fast);white-space:nowrap}.templates-nav__item:hover{color:var(--c-text);border-color:var(--c-primary);background:#2c24580a}.templates-nav__dot{width:14px;height:14px;border-radius:50%;flex-shrink:0}.prestations-nav-toggle{display:none}.template-detail{padding-block:var(--section-py)}.template-detail--alt{background:var(--c-bg-alt)}.template-detail__inner{display:grid;grid-template-columns:1fr 1fr;gap:var(--sp-16);align-items:center}.template-detail__badge{display:inline-flex;align-items:center;padding:var(--sp-2) var(--sp-4);border-radius:var(--r-full);font-size:var(--fs-xs);font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--sp-4)}.template-detail__title{font-size:var(--fs-4xl);color:var(--c-text);margin-bottom:var(--sp-4)}.template-detail__desc{font-size:var(--fs-md);color:var(--c-text-muted);line-height:1.75;margin-bottom:var(--sp-6)}.template-detail__palette{margin-bottom:var(--sp-6)}.template-detail__palette-title,.template-detail__sections-title{font-size:var(--fs-xs);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--c-text-light);margin-bottom:var(--sp-3)}.palette-colors{display:flex;gap:var(--sp-2)}.palette-swatch{width:32px;height:32px;border-radius:var(--r-sm);border:2px solid rgba(0,0,0,.06);display:block;cursor:default}.template-detail__sections{margin-bottom:var(--sp-6)}.template-sections-list{display:flex;flex-direction:column;gap:var(--sp-2)}.template-sections-list li{display:flex;align-items:center;gap:var(--sp-3);font-size:var(--fs-sm);color:var(--c-text-muted)}.template-sections-list li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--c-accent);flex-shrink:0}.template-detail__audience{margin-bottom:var(--sp-4)}.template-detail__preview-wrap{position:sticky;top:calc(var(--header-h) + 80px)}.template-detail__preview{border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-xl);aspect-ratio:4/3}.template-full-preview{height:100%;display:flex;flex-direction:column}.tfp-nav{display:flex;align-items:center;gap:1rem;padding:.6rem 1rem;flex-shrink:0}.tfp-logo{width:60px;height:8px;border-radius:4px;opacity:.85}.tfp-nav-links{display:flex;gap:.75rem;flex:1;justify-content:center}.tfp-nav-links span{width:36px;height:6px;border-radius:4px}.tfp-btn{width:52px;height:20px;border-radius:20px;opacity:.85}.tfp-hero{flex:1.2;display:flex;align-items:center;padding:1.5rem}.tfp-hero-content{display:flex;flex-direction:column;gap:.5rem}.tfp-h1{width:200px;height:14px;border-radius:4px}.tfp-p{width:160px;height:8px;border-radius:4px}.tfp-p.short{width:120px}.tfp-cta{width:80px;height:24px;border-radius:20px;margin-top:.25rem}.tfp-services{flex:1;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.tfp-section-title{width:100px;height:10px;border-radius:4px;opacity:.5;margin:0 auto .25rem}.tfp-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;flex:1}.tfp-card{border-radius:8px;padding:.5rem;display:flex;flex-direction:column;gap:.35rem}.tfp-card-icon{width:20px;height:20px;border-radius:50%}.tfp-card-line{width:90%;height:5px;border-radius:4px}.tfp-card-line.short{width:60%}.tfp-footer{padding:.6rem 1rem;display:flex;align-items:center;flex-shrink:0}.tfp-footer-logo{width:50px;height:6px;border-radius:4px}@media (max-width: 1024px){.template-detail__inner{grid-template-columns:1fr;gap:var(--sp-10)}.template-detail__inner--reverse .template-detail__preview{order:-1}.template-detail__preview{aspect-ratio:16/9}}@media (max-width: 768px){.templates-nav{padding:.5rem var(--container-px, 1rem);border-bottom:1px solid var(--c-border);box-shadow:0 1px 4px #0000000f}.templates-nav__list{display:none;flex-direction:column;gap:0;padding:0;position:absolute;left:0;right:0;top:100%;background:var(--c-surface);border-bottom:1px solid var(--c-border);box-shadow:0 8px 24px #0000001a;z-index:49}.templates-nav__list.is-open{display:flex}.templates-nav__item{border:none;border-radius:0;padding:.75rem 1.25rem;font-size:.85rem;gap:.5rem;border-bottom:1px solid var(--c-border);white-space:nowrap;justify-content:flex-start}.templates-nav__item:last-child{border-bottom:none}.templates-nav__item:hover,.templates-nav__item:active{background:#2c24580a;border-color:var(--c-border);color:var(--c-text)}.templates-nav__dot{width:10px;height:10px}.prestations-nav-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background:var(--c-primary-dark);border:none;border-radius:var(--r-lg);font-size:.85rem;font-weight:600;color:#fff;cursor:pointer;font-family:inherit;letter-spacing:.01em;box-shadow:0 2px 8px #2c245826;transition:background .2s ease,box-shadow .2s ease}.prestations-nav-toggle:active{background:var(--c-primary);box-shadow:0 1px 4px #2c24581a}.prestations-nav-toggle svg{color:var(--c-accent);transition:transform .25s ease}.prestations-nav-toggle.is-open svg{transform:rotate(180deg)}.template-detail__preview{aspect-ratio:4/3}}
