:root{--primary-color:#00155c;--bg-color:#f9f9f9;--text-color:#00155c;--white:#ffffff;--font-family:'Barlow', Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-color);line-height:1.6}header{background-color:var(--white);padding:.5rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px rgba(0,0,0,5%)}header h1{font-size:1.5rem}header h1 a{text-decoration:none;color:var(--primary-color)}nav ul{display:flex;list-style:none;gap:2rem}nav a{text-decoration:none;color:var(--text-color);font-weight:500}nav a:hover{color:var(--primary-color)}.content{max-width:800px;margin:2rem auto;padding:0 1.5rem}.home h2::before{content:"";display:block;height:1px;background:linear-gradient(to right,transparent,var(--primary-color),transparent);margin:3rem 0 5rem}.home h2,.home h3{font-weight:700;margin:2rem 0 1rem;text-align:center}p{margin:0 0 1rem}ol,ul{margin:1rem 1rem 1rem 2rem}.hero{display:flex;justify-content:center;align-items:center;gap:3rem;padding:4rem 2rem;margin:auto 0}.hero img{object-fit:cover;border-radius:8px;height:80vh;width:100%}@media(max-width:900px){.hero{flex-direction:column-reverse}.hero img{width:100%;height:60vh}.hero h1,.hero p{text-align:center!important}}.hero-text{max-width:418px}.hero h1{margin:0;font-size:2.5rem;line-height:1.1;text-wrap:nowrap}.hero .tagline{font-size:1.2rem;font-weight:700;margin-top:.5rem;text-wrap:nowrap}.hero p{margin-top:0;text-align:left}.cards-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin:3rem 0}.card{display:flex;align-items:flex-start;gap:1.5rem;background:var(--white);padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,2%)}.card img{width:48px;height:48px;flex-shrink:0}.card p{margin:0;font-size:1rem}.cta-link{text-align:center;vertical-align:middle}.cta-link a{display:inline-block;background-color:var(--primary-color);color:var(--white);padding:.8rem 2rem;text-decoration:none;border-radius:50px;font-weight:700;margin-top:2rem;align-items:center;transition:transform .2s}.cta-link:hover a{transform:translateY(-1px)}.cta-arrow{width:80px;height:180px;fill:currentColor}section h3{margin-bottom:1.5rem;color:var(--primary-color)}.contact-form{background:var(--white);padding:2rem;border-radius:12px;margin-top:3rem;box-shadow:0 10px 30px rgba(0,21,92,5%);text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:700}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:1rem}button[type=submit]{background-color:var(--primary-color);color:var(--white);padding:1rem 2.5rem;border:none;border-radius:50px;cursor:pointer;font-weight:700;transition:all .3s}button[type=submit]:hover{background-color:#0025a3;box-shadow:0 4px 12px rgba(0,21,92,.2)}footer{background-color:var(--primary-color);color:var(--white);text-align:center;padding:3rem 1rem;margin-top:4rem}footer p{font-size:.9rem;margin-top:1rem}.verification-badge{display:flex;justify-content:center}.post-preview{margin-bottom:3rem}.post-preview-content{display:flex;gap:2rem}.post-preview h2,.post-single h1{font-size:1.8rem;font-variant-caps:all-petite-caps;line-height:1;margin-bottom:1rem}.post-meta{font-size:.9rem;color:#666;margin-bottom:1rem}.post-preview h2 a{text-decoration:none;color:var(--primary-color)}.post-content{font-family:var(--font-family);line-height:1.8}.post-content img{object-fit:contain;max-width:100%;max-height:80vh}.post-tagline{font-size:1.4rem;font-style:italic;color:var(--primary-color);margin:2rem 0}.content-image img{max-width:100%;height:auto;border-radius:8px;display:block;margin:2.5rem auto}.post-content blockquote{border-left:4px solid var(--primary-color);padding-left:1.5rem;font-style:italic;color:#555;margin:2rem 0}@media(min-width:700px){body{font-size:1.3rem}.cards-grid{grid-template-columns:1fr 1fr}}@media(max-width:700px){nav ul{gap:1rem}button[type=submit]{width:100%}.post-preview-content{flex-direction:column;align-items:center;gap:1rem}}