.ressource-index{padding-top:80px}.ressource-hero{background:linear-gradient(135deg,var(--blue-dark),var(--blue-darker));padding:5rem 2rem;text-align:center;color:var(--white)}.ressource-hero .container{max-width:var(--container-max);margin:0 auto}.ressource-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:.5rem 1.25rem;border-radius:50px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--teal-light);margin-bottom:1.5rem}.ressource-hero h1{font-size:2.75rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.ressource-hero p{font-size:1.2rem;color:var(--teal-light);max-width:700px;margin:0 auto;line-height:1.6}.ressource-featured-section{padding:5rem 2rem;background:var(--white)}.ressource-featured-section .container{max-width:var(--container-max);margin:0 auto}.ressource-featured-section h2{font-size:2rem;color:var(--blue-dark);margin-bottom:2.5rem;text-align:center}.ressource-featured-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.ressource-all-section{padding:5rem 2rem;background:var(--gray-light)}.ressource-all-section .container{max-width:var(--container-max);margin:0 auto}.ressource-all-section h2{font-size:2rem;color:var(--blue-dark);margin-bottom:2.5rem;text-align:center}.ressource-all-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.ressource-card{background:var(--white);border-radius:16px;overflow:hidden;text-decoration:none;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.ressource-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.ressource-card-image{position:relative;aspect-ratio:16/9;overflow:hidden}.ressource-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.ressource-card:hover .ressource-card-image img{transform:scale(1.05)}.ressource-card-type{position:absolute;top:.75rem;left:.75rem;display:inline-flex;align-items:center;gap:.35rem;background:var(--orange);color:var(--white);padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase}.ressource-card-content{padding:1.5rem;flex:1 1;display:flex;flex-direction:column}.ressource-card-content h3{font-size:1.1rem;color:var(--blue-dark);line-height:1.4;margin-bottom:.5rem}.ressource-card-content p{font-size:.9rem;color:var(--gray);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:1rem}.ressource-card-link{font-size:.875rem;font-weight:600;color:var(--orange);margin-top:auto;transition:color .2s ease}.ressource-card:hover .ressource-card-link{color:var(--orange-light)}.ressource-cta{padding:5rem 2rem;text-align:center;background:var(--white)}.ressource-cta .container{max-width:var(--container-max);margin:0 auto}.ressource-cta h2{font-size:2rem;color:var(--blue-dark);margin-bottom:.75rem}.ressource-cta p{font-size:1.1rem;color:var(--gray);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.ressource-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.ressource-cta-buttons .btn-secondary{color:var(--blue-dark);border-color:var(--blue-dark)}.ressource-cta-buttons .btn-secondary:hover{background:var(--blue-dark);color:var(--white)}.resource-detail{padding-top:80px}.resource-detail-hero{background:linear-gradient(135deg,var(--blue-dark),var(--blue-darker));padding:3rem 2rem;color:var(--white)}.resource-detail-hero .container{max-width:var(--container-max);margin:0 auto}.resource-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:rgba(255,255,255,.7);margin-bottom:1.5rem}.resource-breadcrumb a{color:rgba(255,255,255,.7);text-decoration:none;transition:color .2s ease}.resource-breadcrumb a:hover{color:var(--white)}.resource-breadcrumb svg{width:16px;height:16px;opacity:.5}.resource-detail-badge{display:inline-flex;align-items:center;gap:.35rem;background:var(--orange);color:var(--white);padding:.35rem .85rem;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase;margin-bottom:1rem}.resource-detail-hero h1{font-size:2.25rem;font-weight:700;line-height:1.2;margin-bottom:1rem;max-width:700px}.resource-detail-hero p{font-size:1.1rem;color:var(--teal-light);max-width:600px;line-height:1.6}.resource-layout{display:grid;grid-template-columns:3fr 2fr;grid-gap:3rem;gap:3rem;max-width:var(--container-max);margin:0 auto;padding:3rem 2rem}.resource-preview{display:flex;flex-direction:column;gap:2rem}.resource-preview-image{border-radius:16px;overflow:hidden;box-shadow:var(--shadow-md)}.resource-preview-image img{width:100%;height:auto;display:block}.resource-info-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.resource-info-item{text-align:center;padding:1rem;background:var(--gray-light);border-radius:12px}.resource-info-value{font-size:1.25rem;font-weight:700;color:var(--orange)}.resource-info-label{font-size:.8rem;color:var(--gray);margin-top:.25rem}.resource-description{font-size:1.05rem;line-height:1.8;color:var(--gray)}.resource-tags{display:flex;flex-wrap:wrap;gap:.5rem}.resource-tag{background:var(--gray-light);color:var(--gray);padding:.25rem .75rem;border-radius:50px;font-size:.8rem;font-weight:500}.resource-form-card{position:-webkit-sticky;position:sticky;top:100px;background:var(--gray-light);border-radius:16px;padding:2rem;height:-moz-fit-content;height:fit-content}.resource-form-card h3{font-size:1.25rem;color:var(--blue-dark);margin-bottom:.5rem}.resource-form-card>p{font-size:.95rem;color:var(--gray);margin-bottom:1.5rem;line-height:1.5}.resource-form-card .hubspot-form-wrapper{margin:0;padding:0}.resource-related-articles{padding:5rem 2rem;background:var(--gray-light)}.resource-related-articles .container{max-width:var(--container-max);margin:0 auto}.resource-related-articles h2{text-align:center;font-size:2rem;color:var(--blue-dark);margin-bottom:2.5rem}.resource-hook{font-size:1.15rem;line-height:1.6;color:var(--blue-dark);font-weight:600;border-left:4px solid var(--orange);padding:.35rem 0 .35rem 1rem;margin:0}.resource-block-title{font-size:1.05rem;font-weight:700;color:var(--blue-dark);margin:0 0 .75rem}.resource-checklist{list-style:none;padding:0;margin:0;display:grid;grid-gap:.65rem;gap:.65rem}.resource-checklist li{position:relative;padding-left:1.75rem;font-size:1rem;line-height:1.5;color:var(--blue-dark)}.resource-checklist li:before{content:"\2713";position:absolute;left:0;top:0;color:var(--orange);font-weight:700}.resource-checklist.resource-summary-2col{grid-template-columns:1fr 1fr;gap:.65rem 1.5rem}.resource-proof{font-size:.95rem;line-height:1.6;color:var(--gray);background:var(--gray-light);border-radius:12px;padding:1rem 1.25rem}.resource-proof strong{color:var(--blue-dark)}.resource-form-reassure{font-size:.8rem;color:var(--gray);margin-top:1rem;line-height:1.5;text-align:center}.rlead-form{display:flex;flex-direction:column;gap:.75rem}.rlead-heading{font-size:1.25rem;color:var(--blue-dark);margin:0}.rlead-subtitle{font-size:.95rem;color:var(--gray);line-height:1.5;margin:0 0 .25rem}.rlead-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.rlead-input{width:100%;padding:.7rem .9rem;border:1px solid #d5dbe0;border-radius:8px;font-size:.95rem;font-family:inherit;color:var(--blue-dark);background:var(--white)}.rlead-input:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px rgba(237,116,2,.15)}.rlead-submit{width:100%;justify-content:center;margin-top:.25rem}.rlead-submit:disabled{opacity:.6;cursor:not-allowed}.rlead-consent{font-size:.78rem;color:var(--gray);line-height:1.5;margin:.25rem 0 0}.rlead-error{font-size:.85rem;color:#c0392b;margin:0}.rlead-success{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.rlead-success-title{font-size:1.15rem;font-weight:700;color:var(--blue-dark);margin:0}.rlead-download{width:100%;justify-content:center}.rlead-note{font-size:.8rem;color:var(--gray);line-height:1.5;margin:0}@media (max-width:768px){.resource-checklist.resource-summary-2col,.rlead-row{grid-template-columns:1fr}.ressource-hero{padding:3rem 1.5rem}.ressource-hero h1{font-size:1.75rem}.ressource-all-section,.ressource-featured-section{padding:3rem 1.5rem}.ressource-all-grid,.ressource-featured-grid{grid-template-columns:1fr}.resource-detail-hero{padding:2rem 1.5rem}.resource-detail-hero h1{font-size:1.5rem}.resource-layout{grid-template-columns:1fr;padding:2rem 1.5rem}.resource-form-card{position:static}.resource-info-grid{grid-template-columns:repeat(3,1fr)}.ressource-cta{padding:3rem 1.5rem}.ressource-cta h2{font-size:1.5rem}}