:root{--primary-color:#005a9c;--primary-color-hover:#004170;--dark-text:#222;--body-text:#444;--background-color:#fff;--light-background:#f4f7f9;--font-heading:"Poppins",sans-serif;--font-body:"Open Sans",sans-serif}.content-wrapper{margin:0 auto;max-width:60ch;padding:0}.hero-image{border-radius:8px;height:auto;margin-bottom:3rem;max-height:400px;object-fit:cover;width:100%}h1,h2{color:var(--dark-text);font-family:var(--font-heading);font-weight:700;line-height:1.3}h1{font-size:2.75rem;margin-bottom:2rem}h2{font-size:2rem;margin-bottom:1.75rem;margin-top:5rem}p{color:var(--body-text);font-family:var(--font-body);font-size:1.125rem;line-height:1.7;margin-bottom:1.35rem}strong{color:var(--dark-text);font-weight:700}.feature-list{list-style-type:none;margin-bottom:1.5rem;padding-left:0}.feature-list li{font-family:var(--font-body);font-size:1.125rem;margin-bottom:1rem;padding-left:2rem;position:relative}.feature-list li:before{color:var(--primary-color);content:"\2713";font-weight:700;left:0;position:absolute;top:0}blockquote{background-color:var(--light-background);border-left:5px solid var(--primary-color);color:#333;font-size:1.125rem;font-style:italic;margin:2.5rem 0;padding:1.5rem 2rem}blockquote p{font-family:var(--font-body);margin-bottom:1rem}blockquote p:last-child{margin-bottom:0}.cta-section{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem;margin-top:2.5rem}.cta-button{align-items:center;border:2px solid var(--primary-color);border-radius:5px;cursor:pointer;display:inline-flex;font-family:var(--font-heading);font-size:1.1rem;font-weight:600;gap:.75rem;justify-content:center;padding:1rem 2rem;text-align:center;text-decoration:none;transition:all .3s ease}.cta-button.secondary{background-color:transparent;color:var(--primary-color)}.cta-button.primary,.cta-button.secondary:hover{background-color:var(--primary-color);color:var(--background-color)}.cta-button.primary{font-size:1.25rem;margin-top:1.5rem}.cta-button.primary:hover{background-color:var(--primary-color-hover);border-color:var(--primary-color-hover);box-shadow:0 5px 15px rgba(0,0,0,.1);transform:translateY(-3px)}.cta-button svg{fill:currentColor;height:1.2em;width:1.2em}.cta-button.secondary:hover svg{fill:var(--background-color)}@media (min-width:768px){.cta-section{flex-direction:row}.cta-button{flex:1}}@media (max-width:600px){h1{font-size:2.25rem}h2{font-size:1.75rem}.feature-list li,blockquote,p{font-size:1rem}h2{margin-top:3.5rem}}