:root{--accent: #2337ff;--accent-dark: #000d8a;--black: 15, 18, 25;--gray: 96, 115, 159;--gray-light: 229, 233, 240;--gray-dark: 34, 41, 57;--gray-gradient: rgba(var(--gray-light), 50%), #fff;--box-shadow: 0 2px 6px rgba(var(--gray), 25%), 0 8px 24px rgba(var(--gray), 33%), 0 16px 32px rgba(var(--gray), 33%)}@font-face{font-family:Atkinson;src:url(/fonts/atkinson-regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Atkinson;src:url(/fonts/atkinson-bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}body{font-family:Atkinson,sans-serif;margin:0;padding:0;text-align:left;background:linear-gradient(var(--gray-gradient)) no-repeat;background-size:100% 600px;word-wrap:break-word;overflow-wrap:break-word;color:rgb(var(--gray-dark));font-size:20px;line-height:1.7}main{width:720px;max-width:calc(100% - 2em);margin:auto;padding:3em 1em}h1,h2,h3,h4,h5,h6{margin:0 0 .5rem;color:rgb(var(--black));line-height:1.2}h1{font-size:3.052em}h2{font-size:2.441em}h3{font-size:1.953em}h4{font-size:1.563em}h5{font-size:1.25em}strong,b{font-weight:700}a,a:hover{color:var(--accent)}p{margin-bottom:1em}.prose p{margin-bottom:2em}textarea{width:100%;font-size:16px}input{font-size:16px}table{width:100%}img{max-width:100%;height:auto;border-radius:8px}code{padding:2px 5px;background-color:rgb(var(--gray-light));border-radius:2px}pre{padding:1.5em;border-radius:8px}pre>code{all:unset}blockquote{border-left:4px solid var(--accent);padding:0 0 0 20px;margin:0;font-size:1.333em}hr{border:none;border-top:1px solid rgb(var(--gray-light))}@media (max-width: 720px){body{font-size:18px}main{padding:1em}}.sr-only{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}header{margin:0;padding:.5em 1em;background:#fff;box-shadow:0 2px 8px rgba(var(--black),5%);position:sticky;top:0;z-index:100}header h2{margin:0;font-size:1.2em;font-weight:700;display:flex;align-items:center;position:absolute;left:0}header h2 a,header h2 a.active{text-decoration:none;color:#667eea}header nav{display:flex;align-items:center;justify-content:center;max-width:1200px;margin:0 auto;position:relative}header nav a{padding:.5em;color:var(--black);border-bottom:4px solid transparent;text-decoration:none;transition:all .3s ease;display:flex;align-items:center}header nav a:hover{color:#667eea;border-bottom-color:#667eea}header nav a.active{text-decoration:none;border-bottom-color:var(--accent)}header .internal-links{display:flex;gap:1rem}header .social-links,header .social-links a{display:flex}header nav a{display:inline-block;align-items:center;justify-content:center;gap:.5em}header nav a.active{font-weight:bolder;text-decoration:underline}footer{padding:2em 1em 6em;background:linear-gradient(var(--gray-gradient)) no-repeat;color:rgb(var(--gray));text-align:center}.hero-section{background:#fff;padding:6rem 2rem 4rem;text-align:center;margin:-1rem -1rem 3rem}.hero-title{font-size:3rem;background:linear-gradient(135deg,#000 0% 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;color:#555}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.btn{padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);transform:translateY(-2px)}.btn-secondary{background:transparent;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff}.section{margin:3rem 0;padding:2rem 0}.section-highlight{background:#f8f9fa;border-radius:0;padding:3rem 0;margin:2rem 0;width:100vw;margin-left:calc(-50vw + 50%)}.section-title{font-size:2.5rem;text-align:center;margin-bottom:2rem;color:#333}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0;max-width:1000px;margin:0 auto}.feature-card{background:#f8f9fa;padding:2rem;border-radius:1rem;text-align:center}.feature-icon{font-size:3rem;margin-bottom:1rem}.content-quote-container{display:flex;gap:2rem;align-items:center;margin:2rem 0}.content-text{flex:1;text-align:left}.content-quote-container .quote-section{flex:1;margin:0;padding:2rem}.quote{font-size:1.5rem;font-style:italic;margin-bottom:1rem;color:#555}.quote-author{font-weight:600;color:#667eea}.blog-preview{background:#fff;border:1px solid #e9ecef;border-radius:1rem;padding:2rem;margin:2rem 0}.blog-post{border-bottom:1px solid #e9ecef;padding:1.5rem 0}.blog-post:last-child{border-bottom:none}.blog-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#333}.blog-meta{color:#666;font-size:.9rem;margin-bottom:.5rem}.blog-excerpt{color:#555;line-height:1.6}.newsletter{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;text-align:center;border-radius:1rem;margin:3rem 0}.newsletter-title{font-size:2rem;margin-bottom:1rem;color:#fff}.newsletter-form{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.newsletter-input{padding:.75rem 1rem;border:none;border-radius:.5rem;flex:1;min-width:250px}.blog-main{width:960px}.blog-list{display:flex;flex-wrap:wrap;gap:2rem;list-style-type:none;margin:0;padding:0}.blog-list li{width:calc(50% - 1rem)}.blog-list li *{text-decoration:none;transition:.2s ease}.blog-list li:first-child{width:100%;margin-bottom:1rem;text-align:center}.blog-list li:first-child img{width:100%}.blog-list li:first-child .title{font-size:2.369rem}.blog-list li img{margin-bottom:.5rem;border-radius:12px}.blog-list li a{display:block}.blog-list .title{margin:0;color:rgb(var(--black));line-height:1}.blog-list .date{margin:0;color:rgb(var(--gray))}.blog-list li a:hover h4,.blog-list li a:hover .date{color:rgb(var(--accent))}.blog-list a:hover img{box-shadow:var(--box-shadow)}.contact-section{max-width:800px;margin:0 auto;padding:2rem}.contact-form{background:#f8f9fa;padding:2rem;border-radius:1rem;margin:2rem 0}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:.5rem;font-size:1rem}.form-group textarea{height:120px;resize:vertical}.btn-submit{background:#667eea;color:#fff;padding:.75rem 2rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease}.btn-submit:hover{background:#5a6fd8}.contact-info{display:flex;justify-content:center;gap:2rem;margin:2rem 0;align-items:center}.info-card{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 2px 10px #0000001a;text-align:center;flex:0 0 200px;height:180px;display:flex;flex-direction:column;justify-content:center}.info-card h3{font-size:1.1rem;margin:.5rem 0;line-height:1.2}.info-card p{font-size:.9rem;margin:0;line-height:1.3}.info-icon{font-size:1.8rem;margin-bottom:.8rem}.blog-post-main{width:calc(100% - 2em);max-width:100%;margin:0}.hero-image{width:100%}.hero-image img{display:block;margin:0 auto;border-radius:12px;box-shadow:var(--box-shadow)}.blog-prose{width:720px;max-width:calc(100% - 2em);margin:auto;padding:1em;color:rgb(var(--gray-dark))}.blog-post-title{margin-bottom:1em;padding:1em 0;text-align:center;line-height:1}.blog-post-title h1{margin:0 0 .5em}.blog-post-date{margin-bottom:.5em;color:rgb(var(--gray))}.last-updated-on{font-style:italic}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mt-0{margin-top:0}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.font-size-lg{font-size:1.25rem}.font-size-xl{font-size:1.1rem}.color-primary{color:#667eea}.color-gray{color:#555}.font-weight-bold{font-weight:600}.max-width-800{max-width:800px;margin:0 auto}@media (max-width: 768px){.hero-title{font-size:2rem}.cta-buttons,.newsletter-form{flex-direction:column;align-items:center}.content-quote-container{flex-direction:column;gap:1rem}.content-text{text-align:center}.contact-info{gap:1rem}.info-card{flex:0 0 150px;height:160px;padding:1rem}.info-card h3{font-size:1rem}.info-card p{font-size:.8rem}.info-icon{font-size:1.5rem;margin-bottom:.5rem}}@media (max-width: 720px){header .social-links{display:none}header .internal-links{gap:.5rem}header nav a{padding:.5em .25em;font-size:.9em}.blog-list{gap:.5em}.blog-list li{width:100%;text-align:center}.blog-list li:first-child{margin-bottom:0}.blog-list li:first-child .title{font-size:1.563em}}
