:root{--navy:hsl(218,55%,10%);--teal:hsl(193,100%,42%);--teal-dk:hsl(193,100%,32%);--gold:hsl(35,78%,56%);--cream:hsl(50,33%,98%);--white:hsl(0,0%,100%);--grey-100:hsl(210,20%,96%);--grey-200:hsl(210,14%,89%);--grey-500:hsl(210,8%,55%);--grey-700:hsl(210,10%,30%);--grey-900:hsl(218,45%,12%);--radius:6px;--shadow-sm:0 1px 3px hsla(218,55%,10%,.08);--shadow-md:0 4px 14px hsla(218,55%,10%,.1);--shadow-lg:0 8px 30px hsla(218,55%,10%,.12);--font-hd:'DM Sans',sans-serif;--font-bd:'Inter',sans-serif;--transition:220ms ease}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:100%;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-bd);color:var(--grey-900);background:var(--cream);line-height:1.65;overflow-x:hidden}img,picture,video{max-width:100%;display:block}a{color:var(--teal-dk);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--teal)}h1,h2,h3,h4,h5{font-family:var(--font-hd);color:var(--navy);line-height:1.2;font-weight:700}h1{font-size:clamp(2rem,4.5vw,3.2rem)}h2{font-size:clamp(1.6rem,3.5vw,2.4rem)}h3{font-size:clamp(1.2rem,2.5vw,1.6rem)}h4{font-size:1.1rem}p{margin-bottom:1rem}.wrap{width:90%;max-width:1200px;margin:0 auto}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.8rem;border-radius:var(--radius);font-family:var(--font-hd);font-weight:600;font-size:1rem;cursor:pointer;border:none;transition:all var(--transition);min-height:44px;min-width:44px;text-align:center;line-height:1.2}.btn-primary{background:linear-gradient(135deg,var(--teal),var(--teal-dk));color:var(--white)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);color:var(--white)}.btn-outline{background:transparent;border:2px solid var(--teal);color:var(--teal-dk)}.btn-outline:hover{background:var(--teal);color:var(--white)}.btn-gold{background:linear-gradient(135deg,var(--gold),hsl(30,70%,48%));color:var(--white)}.btn-gold:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);color:var(--white)}.site-hd{position:sticky;top:0;z-index:100;background:var(--white);box-shadow:var(--shadow-sm)}.hd-wrap{display:flex;align-items:center;justify-content:space-between;padding:.9rem 5%;max-width:1400px;margin:0 auto}.hd-brand{display:flex;align-items:center;gap:.6rem;font-family:var(--font-hd);font-weight:700;font-size:1.3rem;color:var(--navy)}.hd-brand:hover{color:var(--navy)}.hd-logo{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,var(--teal),var(--teal-dk));color:var(--white);border-radius:var(--radius);font-size:.9rem;font-weight:700}.hd-menu{display:flex;list-style:none;gap:2rem}.hd-menu a{color:var(--grey-700);font-weight:500;padding:.4rem 0;position:relative;min-height:44px;display:inline-flex;align-items:center}.hd-menu a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--teal);transition:width var(--transition)}.hd-menu a:hover,.hd-menu a.is-on{color:var(--navy)}.hd-menu a:hover::after,.hd-menu a.is-on::after{width:100%}.hd-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;min-width:44px;min-height:44px;align-items:center;justify-content:center}.hd-toggle-bar{width:24px;height:2px;background:var(--navy);transition:all var(--transition)}.hd-mobile{display:none;position:absolute;top:100%;left:0;width:100%;background:var(--white);box-shadow:var(--shadow-md);padding:1rem 5%}.hd-mobile-list{list-style:none}.hd-mobile-list li{border-bottom:1px solid var(--grey-200)}.hd-mobile-list a{display:block;padding:1rem 0;color:var(--grey-700);font-weight:500;min-height:44px}.hd-mobile-list a:hover{color:var(--teal)}@media(max-width:752px){.hd-nav{display:none}.hd-toggle{display:flex}.hd-mobile[aria-hidden="false"]{display:block}}.hero{position:relative;padding:5rem 5% 4rem;background:linear-gradient(160deg,var(--navy) 0%,hsl(210,50%,16%) 100%);color:var(--white);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1400px;margin:0 auto}.hero-text h1{color:var(--white);margin-bottom:1.2rem}.hero-text p{color:hsla(0,0%,100%,.82);font-size:1.15rem;margin-bottom:2rem;max-width:520px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-img{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg)}@media(max-width:752px){.hero-grid{grid-template-columns:1fr}.hero-img{order:-1}}.section{padding:4.5rem 5%}.section-alt{background:var(--white)}.section-hd{text-align:center;margin-bottom:3rem;max-width:680px;margin-left:auto;margin-right:auto}.section-hd p{color:var(--grey-500);font-size:1.05rem;margin-top:.6rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.svc-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition)}.svc-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.svc-card-img{height:200px;overflow:hidden}.svc-card-img img{width:100%;height:100%;object-fit:cover}.svc-card-body{padding:1.5rem}.svc-card-body h3{margin-bottom:.6rem}.svc-card-body p{color:var(--grey-500);font-size:.95rem;margin-bottom:1rem}.svc-card-body a{font-weight:600;display:inline-flex;align-items:center;gap:.3rem}.about-row{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1200px;margin:0 auto}.about-img{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md)}.about-text h2{margin-bottom:1rem}.about-text p{color:var(--grey-500)}@media(max-width:752px){.about-row{grid-template-columns:1fr}}.testi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.testi-card{background:var(--white);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow-sm);position:relative}.testi-card::before{content:'\201C';position:absolute;top:.5rem;left:1rem;font-size:3rem;color:var(--teal);font-family:var(--font-hd);opacity:.3}.testi-quote{font-style:italic;color:var(--grey-700);margin-bottom:1rem;padding-top:1.5rem}.testi-author{font-weight:600;color:var(--navy)}.testi-role{color:var(--grey-500);font-size:.85rem}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--grey-200)}.faq-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;background:none;border:none;cursor:pointer;font-family:var(--font-hd);font-size:1.05rem;font-weight:600;color:var(--navy);text-align:left;min-height:44px;gap:1rem}.faq-trigger::after{content:'+';font-size:1.4rem;color:var(--teal);transition:transform var(--transition);flex-shrink:0}.faq-trigger[aria-expanded="true"]::after{content:'\2212'}.faq-panel{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-panel-inner{padding:0 0 1.25rem;color:var(--grey-500);line-height:1.7}.cta-band{background:linear-gradient(135deg,var(--teal),var(--teal-dk));padding:4rem 5%;text-align:center;color:var(--white)}.cta-band h2{color:var(--white);margin-bottom:1rem}.cta-band p{color:hsla(0,0%,100%,.85);max-width:560px;margin:0 auto 2rem}.site-ft{background:var(--navy);color:hsla(0,0%,100%,.72);padding:3.5rem 5% 1.5rem}.ft-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.ft-brand{font-family:var(--font-hd);font-size:1.3rem;font-weight:700;color:var(--white);display:block;margin-bottom:.8rem}.ft-col h4{color:var(--white);margin-bottom:1rem;font-size:1rem}.ft-col ul{list-style:none}.ft-col li{margin-bottom:.5rem}.ft-col a{color:hsla(0,0%,100%,.72);min-height:44px;display:inline-flex;align-items:center}.ft-col a:hover{color:var(--teal)}.ft-contact p{margin-bottom:.4rem}.ft-bottom{text-align:center;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.12);font-size:.85rem}.pg-banner{background:var(--navy);color:var(--white);padding:3.5rem 5% 3rem;text-align:center}.pg-banner h1{color:var(--white);margin-bottom:.6rem}.pg-banner p{color:hsla(0,0%,100%,.75);max-width:560px;margin:0 auto}.svc-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;max-width:1200px;margin:0 auto}@media(max-width:752px){.svc-detail{grid-template-columns:1fr}}.svc-detail-img{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md)}.svc-detail-text h2{margin-bottom:1rem}.svc-detail-text ul{list-style:none;margin:1.5rem 0}.svc-detail-text li{padding:.5rem 0 .5rem 1.6rem;position:relative;color:var(--grey-500)}.svc-detail-text li::before{content:'\2713';position:absolute;left:0;color:var(--teal);font-weight:700}.contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;max-width:1100px;margin:0 auto}@media(max-width:752px){.contact-grid{grid-template-columns:1fr}}.contact-form label{display:block;font-weight:500;margin-bottom:.4rem;color:var(--navy)}.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:.75rem 1rem;border:1px solid var(--grey-200);border-radius:var(--radius);font-family:var(--font-bd);font-size:1rem;transition:border-color var(--transition);min-height:44px;background:var(--white)}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--teal)}.contact-form .field{margin-bottom:1.2rem}.contact-info-card{background:var(--white);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow-sm)}.contact-info-card h3{margin-bottom:1.5rem}.contact-info-item{display:flex;gap:1rem;margin-bottom:1.2rem;align-items:flex-start}.contact-info-item strong{display:block;color:var(--navy);margin-bottom:.2rem}.contact-info-item span{color:var(--grey-500)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.blog-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition)}.blog-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.blog-card-img{height:200px;overflow:hidden}.blog-card-img img{width:100%;height:100%;object-fit:cover}.blog-card-body{padding:1.5rem}.blog-card-date{font-size:.8rem;color:var(--grey-500);margin-bottom:.5rem}.blog-card-body h3{margin-bottom:.5rem;font-size:1.15rem}.blog-card-body h3 a{color:var(--navy)}.blog-card-body h3 a:hover{color:var(--teal)}.blog-card-body p{color:var(--grey-500);font-size:.92rem}.article-wrap{display:grid;grid-template-columns:1fr 320px;gap:3rem;max-width:1200px;margin:0 auto}@media(max-width:1080px){.article-wrap{grid-template-columns:1fr}}.article-main{max-width:100%}.article-main h1{margin-bottom:.5rem}.article-meta{color:var(--grey-500);margin-bottom:2rem;font-size:.9rem}.article-featured{border-radius:var(--radius);overflow:hidden;margin-bottom:2rem;box-shadow:var(--shadow-sm)}.article-body{line-height:1.8;color:var(--grey-700)}.article-body h2{margin:2rem 0 1rem}.article-body h3{margin:1.5rem 0 .8rem}.article-body p{margin-bottom:1.2rem}.article-body ul,.article-body ol{margin:1rem 0 1.5rem 1.5rem;color:var(--grey-700)}.article-body li{margin-bottom:.4rem}.sidebar{position:sticky;top:100px}.sidebar-block{background:var(--white);padding:1.5rem;border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-bottom:2rem}.sidebar-block h4{margin-bottom:1rem;color:var(--navy)}.sidebar-block ul{list-style:none}.sidebar-block li{border-bottom:1px solid var(--grey-200);padding:.7rem 0}.sidebar-block li:last-child{border-bottom:none}.sidebar-block a{color:var(--grey-700);font-size:.92rem}.sidebar-block a:hover{color:var(--teal)}.policy-content{max-width:820px;margin:0 auto;padding:3rem 5%}.policy-content h1{margin-bottom:1.5rem}.policy-content h2{margin:2rem 0 1rem;font-size:1.4rem}.policy-content h3{margin:1.5rem 0 .8rem;font-size:1.15rem}.policy-content p{color:var(--grey-700);line-height:1.8;margin-bottom:1rem}.policy-content ul,.policy-content ol{margin:1rem 0 1.5rem 1.5rem;color:var(--grey-700)}.policy-content li{margin-bottom:.4rem;line-height:1.7}.ty-section{padding:5rem 5%;text-align:center}.ty-section h1{margin-bottom:1rem}.ty-section p{color:var(--grey-500);max-width:480px;margin:0 auto 2rem}.err-section{padding:5rem 5%;text-align:center}.err-section h1{font-size:5rem;color:var(--teal);margin-bottom:1rem}.err-section h2{margin-bottom:1rem}.err-section p{color:var(--grey-500);margin-bottom:2rem}.cc-banner{position:fixed;bottom:0;left:0;width:100%;background:var(--navy);color:var(--white);padding:1.2rem 5%;z-index:200;box-shadow:0 -2px 12px hsla(218,55%,10%,.2)}.cc-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;max-width:1400px;margin:0 auto;flex-wrap:wrap}.cc-inner p{font-size:.9rem;color:hsla(0,0%,100%,.82);flex:1;min-width:260px;margin:0}.cc-actions{display:flex;gap:.8rem;flex-shrink:0}.cc-btn{padding:.6rem 1.4rem;border-radius:var(--radius);font-weight:600;font-size:.9rem;cursor:pointer;border:none;min-height:44px;min-width:44px;transition:all var(--transition)}.cc-accept{background:var(--teal);color:var(--white)}.cc-accept:hover{background:var(--teal-dk)}.cc-reject{background:transparent;border:1px solid hsla(0,0%,100%,.35);color:var(--white)}.cc-reject:hover{border-color:var(--white)}.cc-settings-btn{position:fixed;bottom:1.2rem;left:1.2rem;width:44px;height:44px;border-radius:50%;background:var(--navy);color:var(--white);border:none;font-size:1.3rem;cursor:pointer;box-shadow:var(--shadow-md);z-index:199;transition:background var(--transition)}.cc-settings-btn:hover{background:var(--teal-dk)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}@media(max-width:480px){.hero{padding:3rem 5% 2.5rem}.section{padding:3rem 5%}.hero-text h1{font-size:1.8rem}}
