@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700&display=swap");:root{--kaharagian-red:#AD0908;--kaharagian-gold:#FEBC0A;--kaharagian-red-dark:#8a0706;--kaharagian-gold-light:#fec93a;--text-primary:#1a1a1a;--text-secondary:#4a4a4a;--background:#fafafa;--white:#ffffff;--border:#e5e5e5}*{box-sizing:border-box;padding:0;margin:0}body,html{font-family:Noto Sans,sans-serif;background:var(--background);color:var(--text-primary);line-height:1.6}a{color:var(--kaharagian-red);text-decoration:none}a:hover{text-decoration:underline}a:focus{outline:3px solid var(--kaharagian-gold);outline-offset:2px}.header{background:var(--kaharagian-red);color:var(--white);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;justify-content:space-between}.header-inner,.logo{display:flex;align-items:center}.logo{font-size:1.5rem;font-weight:600;color:var(--white);gap:.5rem}.logo-accent{color:var(--kaharagian-gold)}.nav{display:flex;gap:2rem}.nav a{color:var(--white);font-weight:500;transition:color .2s}.nav a:hover{color:var(--kaharagian-gold);text-decoration:none}.hero{background:linear-gradient(135deg,rgba(173,9,8,.65),rgba(138,7,6,.7)),url(/images/hero.jpg) 50%/cover no-repeat;color:var(--white);padding:6rem 1.5rem;text-align:center;position:relative;box-shadow:0 4px 20px rgba(0,0,0,.3)}.hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;opacity:.9;max-width:700px;margin:0 auto 2rem}.hero-cta{display:inline-block;background:var(--kaharagian-gold);color:#1a1a1a;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:4px;transition:background .2s,transform .2s}.hero-cta:hover{background:var(--kaharagian-gold-light);text-decoration:none;transform:translateY(-2px)}.section{max-width:1200px;margin:0 auto;padding:5rem 1.5rem}.section-title{font-size:2rem;font-weight:600;text-align:center;margin-bottom:1rem;color:var(--kaharagian-red)}.section-subtitle{text-align:center;color:var(--text-secondary);max-width:600px;margin:0 auto 3rem}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.card{background:var(--white);border:1px solid var(--border);border-radius:8px;padding:2rem;transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:0 4px 20px rgba(0,0,0,.1);transform:translateY(-4px)}.card-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--kaharagian-red) 0,var(--kaharagian-red-dark) 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.card-icon svg{width:24px;height:24px;stroke:var(--white);stroke-width:1.5;fill:none}.card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}.card p{color:var(--text-secondary);line-height:1.7}.about-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.about-text h2{font-size:1.75rem;font-weight:600;margin-bottom:1.5rem;color:var(--kaharagian-red)}.about-text p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.8}.about-image{background:linear-gradient(135deg,var(--kaharagian-red) 0,var(--kaharagian-gold) 100%);border-radius:8px;height:350px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:3rem;font-weight:700}.footer{background:var(--text-primary);color:var(--white);padding:2.5rem 1.5rem;text-align:center}.footer-inner{max-width:1200px;margin:0 auto}.footer-logo{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.footer-logo .logo-accent{color:var(--kaharagian-gold)}.footer-email{margin-bottom:.5rem}.footer-email a{color:var(--kaharagian-gold);font-weight:500}.footer-email a:hover{text-decoration:underline}.footer-copyright{font-size:.875rem;opacity:.7;margin:0}.page-content{max-width:800px;margin:0 auto}.rich-text{line-height:1.8}.rich-text p{margin-bottom:1.5rem;color:var(--text-secondary)}.rich-text h1,.rich-text h2,.rich-text h3,.rich-text h4{color:var(--kaharagian-red);margin:2rem 0 1rem}.rich-text h2{font-size:1.75rem}.rich-text h3{font-size:1.5rem}.rich-text ol,.rich-text ul{margin:1rem 0 1.5rem 2rem;color:var(--text-secondary)}.rich-text li{margin-bottom:.5rem}.rich-text a{color:var(--kaharagian-red);text-decoration:underline}@media (max-width:768px){.header-inner{flex-direction:column;gap:1rem}.nav{gap:1rem}.hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}.about-content{grid-template-columns:1fr;gap:2rem}.section{padding:3rem 1.5rem}}