*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;color:#374151;line-height:1.6;background:#fff}
img{max-width:100%;height:auto;display:block}
a{color:#2563eb;text-decoration:none;transition:color .2s}
a:hover{color:#1d4ed8}
ul,ol{list-style:none}
h1,h2,h3,h4{color:#111827;line-height:1.2;font-weight:700}
h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}
strong{font-weight:700}
svg{display:inline-block;vertical-align:middle}
.container{max-width:1280px;margin:0 auto;padding:0 1rem}
@media(min-width:640px){.container{padding:0 1.5rem}}
@media(min-width:1024px){.container{padding:0 2rem}}
.site-header{background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1);position:sticky;top:0;z-index:50}
.header-inner{max-width:1280px;margin:0 auto;padding:1rem;display:flex;align-items:center;justify-content:space-between}
@media(min-width:640px){.header-inner{padding:1rem 1.5rem}}
@media(min-width:1024px){.header-inner{padding:1rem 2rem}}
.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}
.logo svg{width:2rem;height:2rem;color:#2563eb}
.logo span{font-size:1.5rem;font-weight:700;color:#111827}
.main-nav{display:none;align-items:center;gap:1.5rem}
@media(min-width:768px){.main-nav{display:flex}}
.main-nav a{color:#374151;font-weight:500;transition:color .2s}
.main-nav a:hover,.main-nav a.active{color:#2563eb}
.main-nav a.active{font-weight:600}
.nav-cta{background:#2563eb;color:#fff!important;padding:.5rem 1.5rem;border-radius:.5rem;transition:background .2s}
.nav-cta:hover{background:#1d4ed8;color:#fff!important}
.mobile-toggle{display:block;background:none;border:none;cursor:pointer;color:#374151}
@media(min-width:768px){.mobile-toggle{display:none}}
.mobile-toggle svg{width:1.5rem;height:1.5rem}
.mobile-nav{display:none;padding:1rem 0}
.mobile-nav.open{display:block}
@media(min-width:768px){.mobile-nav{display:none!important}}
.mobile-nav a{display:block;padding:.5rem 1rem;border-radius:.5rem;color:#374151;transition:background .2s}
.mobile-nav a:hover{background:#f3f4f6}
.mobile-nav a.active{background:#eff6ff;color:#2563eb;font-weight:600}
.mobile-nav .nav-cta{display:block;text-align:center;margin-top:.5rem;color:#fff!important}
.hero{background:linear-gradient(135deg,#003366,#00509e);color:#fff;padding:4rem 1.5rem}
@media(min-width:1024px){.hero{padding:5rem 2.5rem}}
.hero-inner{max-width:1280px;margin:0 auto;text-align:center}
.hero h1{color:#fff;font-size:2.25rem;margin-bottom:1.5rem}
@media(min-width:640px){.hero h1{font-size:3rem}}
@media(min-width:1024px){.hero h1{font-size:3.75rem}}
.hero p{font-size:1.125rem;line-height:1.75;max-width:56rem;margin:0 auto;color:rgba(255,255,255,.9)}
@media(min-width:640px){.hero p{font-size:1.25rem}}
.hero-light{background:linear-gradient(135deg,#eff6ff,#fff,#eff6ff);padding:5rem 1.5rem}
.hero-light h1{color:#111827;font-size:3rem;margin-bottom:1.5rem}
@media(min-width:640px){.hero-light h1{font-size:3.75rem}}
.hero-light p{font-size:1.25rem;color:#374151;max-width:48rem;margin:0 auto}
.section{padding:4rem 0}.section-gray{background:#f9fafb}
.section-blue-grad{background:linear-gradient(135deg,#f9fafb,#eff6ff)}
.section-dark{background:#2c3e50;color:#fff}
.section-dark h2,.section-dark h3{color:#fff}
.section-dark p{color:#e5e7eb}
.section-dark strong{color:#fff}
.section-cta{background:linear-gradient(135deg,#2563eb,#1d4ed8,#1e40af);color:#fff;padding:5rem 0}
.section-cta h2,.section-cta h3{color:#fff}
.section-cta p{color:#dbeafe}
.section-title{font-size:2.25rem;text-align:center;margin-bottom:1rem}
.section-subtitle{font-size:1.25rem;color:#6b7280;text-align:center;max-width:48rem;margin:0 auto 3rem}
.grid-2{display:grid;gap:2rem}
@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}}
.grid-3{display:grid;gap:1.5rem}
@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}
.grid-4{display:grid;gap:1.5rem}
@media(min-width:768px){.grid-4{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.grid-4{grid-template-columns:repeat(4,1fr)}}
.card{background:#fff;padding:2rem;border-radius:.5rem;border:1px solid #e5e7eb;box-shadow:0 1px 2px rgba(0,0,0,.05);transition:box-shadow .2s}
.card:hover{box-shadow:0 4px 6px rgba(0,0,0,.1)}
.card h2,.card h3{color:#00509e;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #f3f4f6}
.card p{color:#374151;line-height:1.75;margin-bottom:1rem}
.card p:last-child{margin-bottom:0}
.card-rounded{border-radius:1rem;box-shadow:0 10px 15px rgba(0,0,0,.1)}
.card-blue{background:#eef5fc;border-color:#dbeafe}
.card-blue h3{color:#1e3a8a}
.card-service{border-width:2px;transition:border-color .2s,box-shadow .2s}
.card-service:hover{border-color:#00509e}
.highlight{background:#f9fafb;border-left:4px solid #00509e;padding:2rem;margin-bottom:3rem;border-radius:0 .5rem .5rem 0}
.highlight h2{margin-bottom:1rem}
.highlight p{color:#374151;line-height:1.75;margin-bottom:1rem}
.highlight p:last-child{margin-bottom:0}
.icon-box{width:3rem;height:3rem;background:#003366;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;flex-shrink:0}
.icon-box svg{width:1.5rem;height:1.5rem;color:#fff;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.icon-box-sm{width:3.5rem;height:3.5rem;background:#dbeafe;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.icon-box-sm svg{width:2rem;height:2rem;stroke:#2563eb;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.icon-box-round{width:3rem;height:3rem;background:#dbeafe;border-radius:50%;display:flex;align-items:center;justify-content:center}
.icon-box-round svg{width:1.75rem;height:1.75rem;stroke:#2563eb;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.icon-box-action{width:3rem;height:3rem;background:#2563eb;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.icon-box-action svg{width:1.75rem;height:1.75rem;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.check-list{list-style:none;padding:0;margin-top:1rem}
.check-list li{display:flex;align-items:flex-start;gap:.5rem;color:#4b5563;margin-bottom:.5rem}
.check-list li::before{content:"\2713";color:#00509e;font-weight:700;flex-shrink:0}
.step-num{font-size:1.875rem;font-weight:700;color:#00509e;margin-bottom:.5rem}
.btn{display:inline-block;font-weight:700;padding:1rem 2.5rem;border-radius:.5rem;transition:background .2s;text-align:center;cursor:pointer;border:none;font-size:1.125rem}
.btn-red{background:#e74c3c;color:#fff}.btn-red:hover{background:#c0392b;color:#fff}
.btn-blue{background:#2563eb;color:#fff}.btn-blue:hover{background:#1d4ed8;color:#fff}
.btn-block{display:block;width:100%}
.accordion-item{background:#fff;border:1px solid #d1d5db;border-radius:.5rem;overflow:hidden;margin-bottom:.75rem}
.accordion-btn{width:100%;padding:1rem 1.5rem;background:#f3f4f6;text-align:left;font-weight:700;color:#003366;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .2s;font-size:1rem}
.accordion-btn:hover{background:#e5e7eb}
.accordion-btn svg{width:1.25rem;height:1.25rem;transition:transform .3s}
.accordion-btn.open svg{transform:rotate(180deg)}
.accordion-content{padding:1.25rem 1.5rem;border-top:1px solid #d1d5db;display:none}
.accordion-content.open{display:block}
.accordion-content p{color:#374151;line-height:1.75}
.site-footer{background:#111827;color:#9ca3af;padding:3rem 0}
.footer-inner{max-width:1280px;margin:0 auto;padding:0 1rem}
@media(min-width:640px){.footer-inner{padding:0 1.5rem}}
@media(min-width:1024px){.footer-inner{padding:0 2rem}}
.footer-grid{display:grid;gap:2rem;margin-bottom:2rem}
@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}
.footer-brand p{margin:.75rem 0;line-height:1.75}
.footer-brand a{color:#9ca3af;transition:color .2s}
.footer-brand a:hover{color:#60a5fa}
.footer-contact{display:flex;align-items:center;gap:.5rem;color:#9ca3af;margin-bottom:.5rem}
.footer-contact svg{width:1.25rem;height:1.25rem;flex-shrink:0}
.footer-links h4{color:#fff;font-weight:700;margin-bottom:1rem}
.footer-links ul{list-style:none}
.footer-links li{margin-bottom:.5rem}
.footer-links a{color:#9ca3af;transition:color .2s}
.footer-links a:hover{color:#60a5fa}
.footer-bottom{border-top:1px solid #1f2937;padding-top:2rem;display:flex;flex-direction:column;gap:1rem;align-items:center;color:#9ca3af}
@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}
.footer-legal{display:flex;gap:1.5rem}
.footer-legal a{color:#9ca3af;font-size:.875rem;transition:color .2s}
.footer-legal a:hover{color:#60a5fa}
.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#2563eb;font-weight:500;margin-bottom:2rem}
.back-link:hover{color:#1d4ed8}
.back-link svg{width:1rem;height:1rem}
.tag{display:inline-block;font-size:.875rem;font-weight:500;color:#2563eb;background:#dbeafe;padding:.5rem 1rem;border-radius:9999px;margin-bottom:1.5rem}
.article-meta{display:flex;align-items:center;gap:.5rem;color:#6b7280}
.article-meta svg{width:1.25rem;height:1.25rem}
.prose h2{font-size:1.875rem;margin-top:3rem;margin-bottom:1.5rem}
.prose h3{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem}
.prose p{color:#374151;line-height:1.75;margin-bottom:1.5rem}
.prose a{color:#2563eb;font-weight:500}.prose a:hover{color:#1d4ed8}
.prose ul,.prose ol{padding-left:1.5rem;margin-bottom:1.5rem}
.prose ul{list-style:disc}.prose ol{list-style:decimal}
.prose li{margin-bottom:.5rem;color:#374151;line-height:1.75}
.prose strong{color:#111827}
.lead{font-size:1.25rem;color:#374151;line-height:1.75;margin-bottom:2rem}
.post-nav{display:flex;justify-content:space-between;align-items:center;padding:3rem 0;border-top:1px solid #e5e7eb}
.post-nav a{display:inline-flex;align-items:center;gap:.5rem;color:#2563eb;font-weight:500}
.post-nav a:hover{color:#1d4ed8}
.post-nav svg{width:1.25rem;height:1.25rem}
.post-nav .label{font-size:.875rem;color:#6b7280}
.blog-card{display:block;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:1rem;box-shadow:0 10px 15px rgba(0,0,0,.1);overflow:hidden;border:1px solid #f3f4f6;transition:box-shadow .2s;text-decoration:none;height:100%}
.blog-card:hover{box-shadow:0 20px 25px rgba(0,0,0,.15)}
.blog-card-inner{padding:2rem}
.blog-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}
.blog-card-tag{font-size:.875rem;font-weight:500;color:#2563eb;background:#eff6ff;padding:.25rem .75rem;border-radius:9999px}
.blog-card h2{font-size:1.5rem;color:#111827;margin-bottom:1rem;line-height:1.3}
.blog-card p{color:#374151;margin-bottom:1.5rem;line-height:1.75}
.blog-card-footer{display:flex;align-items:center;justify-content:space-between}
.blog-card-date{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}
.blog-card-date svg{width:1rem;height:1rem}
.blog-card-more{display:inline-flex;align-items:center;gap:.5rem;color:#2563eb;font-weight:600}
.blog-card-more svg{width:1rem;height:1rem}
.topic-card{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:box-shadow .2s}
.topic-card:hover{box-shadow:0 10px 15px rgba(0,0,0,.1)}
.topic-card h3{margin-bottom:.75rem}
.topic-card p{color:#374151;margin-bottom:1rem}
.topic-card li{display:flex;align-items:flex-start;gap:.5rem;color:#374151;margin-bottom:.5rem}
.topic-card li svg{width:1rem;height:1rem;stroke:#2563eb;fill:none;flex-shrink:0;margin-top:.25rem}
.case-study{border-radius:1rem;overflow:hidden;box-shadow:0 20px 25px rgba(0,0,0,.1);margin-bottom:3rem}
.case-study-blue{background:linear-gradient(135deg,#eff6ff,#fff)}
.case-study-green{background:linear-gradient(135deg,#f0fdf4,#fff)}
.case-study-orange{background:linear-gradient(135deg,#fff7ed,#fff)}
.case-study-grid{display:grid;gap:2rem;padding:2rem}
@media(min-width:1024px){.case-study-grid{grid-template-columns:1fr 1fr;padding:3rem}}
.case-study-tag{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;padding:.5rem 1rem;border-radius:9999px;margin-bottom:1.5rem}
.case-study-tag-blue{color:#1d4ed8;background:#dbeafe}
.case-study-tag-green{color:#15803d;background:#dcfce7}
.case-study-tag-orange{color:#c2410c;background:#ffedd5}
.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}
.stat{background:#fff;padding:1rem;border-radius:.5rem;border:1px solid #dbeafe}
.stat-green{border-color:#dcfce7}.stat-orange{border-color:#ffedd5}
.stat-num{font-size:1.875rem;font-weight:700;margin-bottom:.25rem}
.stat-num-blue{color:#2563eb}.stat-num-green{color:#16a34a}.stat-num-orange{color:#ea580c}
.stat-label{font-size:.875rem;color:#6b7280}
.case-info{display:flex;flex-direction:column;justify-content:center;gap:1rem}
.case-info-card{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}
.case-info-card h3{font-size:1rem;color:#111827;margin-bottom:.75rem;border:none;padding:0}
.case-info-card p{color:#374151;margin:0}
.factor-card{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 4px 6px rgba(0,0,0,.1);text-align:center}
.factor-card h3{margin-bottom:.5rem;font-size:1.125rem;border:none;padding:0}
.factor-card p{color:#374151;margin:0}
.contact-grid{display:grid;gap:3rem}
@media(min-width:1024px){.contact-grid{grid-template-columns:1fr 1fr}}
.contact-item{display:flex;gap:1rem;margin-bottom:1.5rem}
.contact-item h3{font-size:1.125rem;margin-bottom:.5rem}
.contact-item p{color:#374151;margin:0}
.contact-item a{color:#2563eb}
.why-box{background:linear-gradient(135deg,#eff6ff,#fff);padding:2rem;border-radius:1rem;border:1px solid #dbeafe}
.why-box h3{margin-bottom:1rem}
.why-box li{display:flex;align-items:flex-start;gap:.5rem;color:#374151;margin-bottom:.75rem}
.why-box li::before{content:"\2022";color:#2563eb;font-weight:700;flex-shrink:0}
.form-wrap{background:linear-gradient(135deg,#f9fafb,#fff);padding:2rem;border-radius:1rem;box-shadow:0 20px 25px rgba(0,0,0,.1);border:1px solid #e5e7eb}
.form-wrap h2{margin-bottom:1.5rem}
.form-group{margin-bottom:1.5rem}
.form-group label{display:block;font-size:.875rem;font-weight:600;color:#111827;margin-bottom:.5rem}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.15)}
.form-group textarea{resize:none}
.form-note{font-size:.875rem;color:#6b7280;text-align:center;margin-top:1rem}
.faq-item{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 4px 6px rgba(0,0,0,.1);margin-bottom:1.5rem}
.faq-item h3{font-size:1.25rem;margin-bottom:.75rem}
.faq-item p{color:#374151;line-height:1.75;margin:0}
.value-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 15px rgba(0,0,0,.1)}
.value-card h3{margin-bottom:1rem;border:none;padding:0}
.value-card p{color:#374151;line-height:1.75;margin:0}
.step-card{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 6px rgba(0,0,0,.1);margin-bottom:2rem}
.step-card h3{margin-bottom:1rem}
.step-card p{color:#374151;line-height:1.75;margin:0}
.choose-item{display:flex;gap:1rem;margin-bottom:2rem}
.choose-item h3{font-size:1.25rem;margin-bottom:.75rem}
.choose-item p{color:#374151;line-height:1.75;margin:0}
.cta-box{background:#fff;border-radius:1rem;box-shadow:0 25px 50px rgba(0,0,0,.15);padding:2rem}
@media(min-width:640px){.cta-box{padding:3rem}}
.cta-box h3{text-align:center;margin-bottom:1.5rem;color:#111827}
.cta-box p{text-align:center;color:#374151;line-height:1.75;margin-bottom:2rem}
.cta-contact{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}
.cta-contact a{display:flex;align-items:center;justify-content:center;gap:.75rem;background:#eff6ff;color:#1d4ed8;padding:1rem 1.5rem;border-radius:.5rem;font-weight:600;transition:background .2s}
.cta-contact a:hover{background:#dbeafe}
.cta-contact svg{width:1.25rem;height:1.25rem}
.legal-page{min-height:100vh;padding:4rem 0}
.legal-page h1{margin-bottom:2rem}
.legal-page .date{font-size:.875rem;color:#6b7280;margin-bottom:2rem}
.legal-section{margin-bottom:2rem}
.legal-section h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem}
.legal-section h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.75rem;margin-top:1.5rem}
.legal-section p{color:#374151;margin-bottom:1rem;line-height:1.75}
.legal-section ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}
.legal-section li{margin-bottom:.5rem;color:#374151;line-height:1.75}
.text-center{text-align:center}
.mb-3{margin-bottom:3rem}.mb-2{margin-bottom:2rem}.mb-1{margin-bottom:1rem}
.narrow{max-width:56rem;margin-left:auto;margin-right:auto;padding:0 1rem}
@media(min-width:640px){.narrow{padding:0 1.5rem}}
@media(min-width:1024px){.narrow{padding:0 2rem}}
.narrow-sm{max-width:48rem;margin-left:auto;margin-right:auto}
