*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#1a202c;overflow-x:hidden}.articles-page{min-height:100vh;display:flex;flex-direction:column}.articles-hero{background:linear-gradient(135deg,var(--primary-blue) 0%,#1e40af 50%,var(--primary-blue-light) 100%);color:#fff;padding:8rem 2rem 4rem;text-align:center;margin-top:80px;position:relative;overflow:hidden}.articles-hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.articles-hero-content{max-width:1000px;margin:0 auto;position:relative;z-index:1}.articles-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;letter-spacing:-1px}.articles-hero p{font-size:1.375rem;opacity:.95;line-height:1.7}.articles-section{padding:5rem 2rem;background:var(--bg-light);flex:1}.articles-container{max-width:1400px;margin:0 auto}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2.5rem}.article-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px #00000014;transition:all .3s;border:1px solid var(--border-gray);display:flex;flex-direction:column;position:relative;overflow:hidden}.article-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-blue) 0%,var(--primary-blue-light) 100%);transform:scaleX(0);transition:transform .3s}.article-card:hover:before{transform:scaleX(1)}.article-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0000001f}.article-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.875rem}.article-category{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-blue-light) 100%);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.article-read-time{color:var(--text-light);font-weight:500}.article-title{font-size:1.75rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem;line-height:1.3}.article-title a{color:var(--text-dark);text-decoration:none;transition:color .3s}.article-title a:hover{color:var(--primary-blue)}.article-excerpt{color:var(--text-gray);line-height:1.8;margin-bottom:2rem;font-size:1.0625rem;flex:1}.article-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid var(--border-gray)}.article-meta{display:flex;flex-direction:column;gap:.25rem}.article-author{font-weight:600;color:var(--text-dark);font-size:.9375rem}.article-date{color:var(--text-light);font-size:.875rem}.article-read-more{color:var(--primary-blue);text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s;display:inline-flex;align-items:center;gap:.5rem}.article-read-more:hover{color:var(--primary-blue-dark);gap:.75rem}@media(max-width:768px){.articles-hero{padding:7rem 1.5rem 3rem;margin-top:70px}.articles-hero h1{font-size:2.5rem}.articles-hero p{font-size:1.125rem}.articles-section{padding:3rem 1.5rem}.articles-grid{grid-template-columns:1fr}.article-card{padding:2rem}.article-card-footer{flex-direction:column;align-items:flex-start;gap:1rem}}.article-detail-page{min-height:100vh;display:flex;flex-direction:column}.article-not-found{max-width:800px;margin:10rem auto;text-align:center;padding:2rem}.article-not-found h1{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem}.article-not-found p{font-size:1.25rem;color:var(--text-gray);margin-bottom:2rem}.article-detail{padding:6rem 2rem;margin-top:80px;background:var(--bg-light);flex:1}.article-detail-container{max-width:900px;margin:0 auto;background:#fff;padding:4rem;border-radius:16px;box-shadow:0 4px 20px #00000014}.back-to-articles{display:inline-block;color:var(--primary-blue);text-decoration:none;font-weight:600;margin-bottom:2rem;transition:color .3s;font-size:1rem}.back-to-articles:hover{color:var(--primary-blue-dark)}.article-detail-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid var(--border-gray)}.article-detail-meta{display:flex;gap:1rem;align-items:center;margin-bottom:1.5rem;font-size:.875rem}.article-detail-meta .article-category{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-blue-light) 100%);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.article-detail-meta .article-read-time{color:var(--text-light);font-weight:500}.article-detail-title{font-size:3rem;font-weight:800;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.2;letter-spacing:-1px}.article-detail-author-info{display:flex;gap:1.5rem;align-items:center;color:var(--text-gray);font-size:1rem}.article-detail-author-info .article-author{font-weight:600;color:var(--text-dark)}.article-detail-content{color:var(--text-dark);line-height:1.9;font-size:1.125rem}.article-detail-content h2{font-size:2rem;font-weight:700;color:var(--text-dark);margin-top:3rem;margin-bottom:1.5rem;line-height:1.3}.article-detail-content h2:first-child{margin-top:0}.article-detail-content h3{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-top:2.5rem;margin-bottom:1rem;line-height:1.4}.article-detail-content p{margin-bottom:1.5rem;color:var(--text-gray)}.article-detail-content ul,.article-detail-content ol{margin-bottom:1.5rem;padding-left:2rem;color:var(--text-gray)}.article-detail-content li{margin-bottom:.75rem;line-height:1.8}.article-detail-content ul li{list-style-type:disc}.article-detail-content ol li{list-style-type:decimal}.article-detail-content strong{font-weight:700;color:var(--text-dark)}.article-detail-content a{color:var(--primary-blue);text-decoration:none;font-weight:600;border-bottom:2px solid transparent;transition:border-color .3s}.article-detail-content a:hover{border-bottom-color:var(--primary-blue)}.article-detail-footer{margin-top:4rem;padding-top:2rem;border-top:2px solid var(--border-gray);text-align:center}@media(max-width:768px){.article-detail{padding:5rem 1.5rem 3rem;margin-top:70px}.article-detail-container{padding:2.5rem 2rem}.article-detail-title{font-size:2rem}.article-detail-content{font-size:1rem}.article-detail-content h2{font-size:1.75rem}.article-detail-content h3{font-size:1.25rem}.article-detail-author-info{flex-direction:column;align-items:flex-start;gap:.5rem}}.contact-page{min-height:100vh;display:flex;flex-direction:column}.contact-hero{background:linear-gradient(135deg,var(--primary-blue) 0%,#1e40af 50%,var(--primary-blue-light) 100%);color:#fff;padding:8rem 2rem 4rem;text-align:center;margin-top:80px;position:relative;overflow:hidden}.contact-hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.contact-hero-content{max-width:1000px;margin:0 auto;position:relative;z-index:1}.contact-hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;letter-spacing:-1px}.contact-hero p{font-size:1.375rem;opacity:.95;line-height:1.7}.success-message{text-align:center;padding:3rem 2rem}.success-icon{width:80px;height:80px;color:var(--success-green);margin:0 auto 2rem}.success-message h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.success-message p{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95}.contact-section{padding:5rem 2rem;background:var(--bg-light);flex:1}.contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.contact-info h2{font-size:2rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem}.contact-info>p{color:var(--text-gray);line-height:1.8;margin-bottom:3rem;font-size:1.0625rem}.contact-details{display:flex;flex-direction:column;gap:2.5rem}.contact-detail-item{display:flex;gap:1.5rem;align-items:flex-start}.contact-icon{width:48px;height:48px;color:var(--primary-blue);flex-shrink:0;margin-top:.25rem}.contact-detail-item h3{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.contact-detail-item p,.contact-detail-item a{color:var(--text-gray);text-decoration:none;font-size:1.0625rem;transition:color .3s}.contact-detail-item a:hover{color:var(--primary-blue)}.contact-form{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid var(--border-gray)}.form-group{margin-bottom:2rem}.form-group label{display:block;font-weight:600;color:var(--text-dark);margin-bottom:.75rem;font-size:1rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;border:2px solid var(--border-gray);border-radius:8px;font-size:1rem;font-family:inherit;color:var(--text-dark);transition:all .3s;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #1e3a8a1a}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-light)}.form-group textarea{resize:vertical;min-height:150px}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231e3a8a' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}.btn-submit{width:100%;background:var(--primary-blue);color:#fff;padding:1.125rem 2.5rem;border:none;border-radius:8px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s;font-family:inherit;box-shadow:0 4px 15px #1e3a8a4d}.btn-submit:hover:not(:disabled){background:var(--primary-blue-dark);transform:translateY(-2px);box-shadow:0 8px 25px #1e3a8a66}.btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}@media(max-width:968px){.contact-container{grid-template-columns:1fr;gap:3rem}.contact-info{order:2}.contact-form{order:1}}@media(max-width:768px){.contact-hero{padding:7rem 1.5rem 3rem;margin-top:70px}.contact-hero h1{font-size:2.5rem}.contact-hero p{font-size:1.125rem}.contact-section{padding:3rem 1.5rem}.contact-form{padding:2rem}.contact-detail-item{flex-direction:column;gap:1rem}.contact-icon{margin-top:0}}:root{--primary-blue: #1e3a8a;--primary-blue-dark: #1e40af;--primary-blue-light: #3b82f6;--accent-blue: #60a5fa;--text-dark: #1a202c;--text-gray: #4a5568;--text-light: #718096;--bg-light: #f7fafc;--bg-white: #ffffff;--border-gray: #e2e8f0;--success-green: #10b981}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #00000014;z-index:1000;padding:1.25rem 0}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.75rem;font-weight:700;color:var(--primary-blue);text-decoration:none;letter-spacing:-.5px}.nav-links{display:flex;gap:2.5rem;list-style:none;align-items:center}.nav-links a{color:var(--text-dark);text-decoration:none;font-weight:500;font-size:1rem;transition:color .3s;position:relative}.nav-links a:hover{color:var(--primary-blue)}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-blue);transition:width .3s}.nav-links a:hover:after{width:100%}.nav-links .cta-button,.cta-button{background:var(--primary-blue);color:#fff!important;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:700;transition:all .3s;font-size:1.0625rem;text-shadow:0 1px 2px rgba(0,0,0,.1);letter-spacing:.3px}.nav-links .cta-button:hover,.cta-button:hover{background:var(--primary-blue-dark);color:#fff!important;transform:translateY(-2px);box-shadow:0 8px 20px #1e3a8a4d;text-shadow:0 1px 3px rgba(0,0,0,.2)}.nav-links .cta-button:after,.cta-button:after{display:none}.hero{background:linear-gradient(135deg,var(--primary-blue) 0%,#1e40af 50%,var(--primary-blue-light) 100%);color:#fff;padding:10rem 2rem 7rem;text-align:center;margin-top:80px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.hero-content{max-width:1000px;margin:0 auto;position:relative;z-index:1}.hero-badge{display:inline-block;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1.25rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:2rem;border:1px solid rgba(255,255,255,.3)}.hero h1{font-size:3.75rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-1px}.hero-subtitle{font-size:1.5rem;margin-bottom:1.5rem;opacity:.95;font-weight:400}.hero-description{font-size:1.25rem;margin-bottom:3rem;opacity:.9;line-height:1.8;max-width:800px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1.25rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:#fff;color:var(--primary-blue);padding:1.125rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.125rem;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #0003}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0000004d}.btn-secondary{background:transparent;color:#fff;padding:1.125rem 2.5rem;border:2px solid white;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.125rem;transition:all .3s;display:inline-block}.btn-secondary:hover{background:#fff;color:var(--primary-blue);transform:translateY(-3px);box-shadow:0 12px 30px #0003}.section{padding:6rem 2rem;max-width:1400px;margin:0 auto}.section-title{font-size:2.75rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem;text-align:center;letter-spacing:-.5px}.section-subtitle{font-size:1.375rem;color:var(--text-gray);text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.7}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.5rem;margin-top:4rem}.service-card{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s;border:1px solid var(--border-gray);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-blue) 0%,var(--primary-blue-light) 100%);transform:scaleX(0);transition:transform .3s}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0000001f}.service-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-blue-light) 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;box-shadow:0 8px 20px #1e3a8a40}.service-icon svg{width:36px;height:36px;color:#fff}.service-card h3{font-size:1.75rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.service-card p{color:var(--text-gray);line-height:1.8;margin-bottom:2rem;font-size:1.0625rem}.service-features{list-style:none;margin-top:2rem}.service-features li{color:var(--text-gray);padding:.75rem 0 .75rem 2rem;position:relative;font-size:1rem}.service-features li:before{content:"✓";position:absolute;left:0;color:var(--success-green);font-weight:700;font-size:1.25rem}.value-prop{background:var(--bg-light)}.value-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:4rem}.value-item{text-align:center;padding:2.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d}.value-item-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-blue-light) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.value-item-icon svg{width:30px;height:30px;color:#fff}.value-item h3{font-size:1.375rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.value-item p{color:var(--text-gray);line-height:1.7}.market-focus{background:#fff}.market-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:4rem}.market-card{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-blue-dark) 100%);color:#fff;padding:3rem;border-radius:16px;box-shadow:0 8px 30px #1e3a8a4d;position:relative;overflow:hidden}.market-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none}.market-card h3{font-size:2rem;font-weight:700;margin-bottom:1.5rem;position:relative;z-index:1}.market-card ul{list-style:none;position:relative;z-index:1}.market-card li{padding:.875rem 0 .875rem 2rem;position:relative;opacity:.95;font-size:1.0625rem;line-height:1.6}.market-card li:before{content:"→";position:absolute;left:0;font-size:1.25rem;line-height:1}.resources{background:var(--bg-light)}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.resource-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 15px #00000014;transition:all .3s;border:1px solid var(--border-gray)}.resource-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001f}.resource-card h3{font-size:1.375rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.resource-card p{color:var(--text-gray);line-height:1.7;margin-bottom:1.5rem}.resource-download{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-blue);text-decoration:none;font-weight:600;transition:gap .3s}.resource-download:hover{gap:.75rem}.cta-section{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-blue-dark) 100%);color:#fff;text-align:center;padding:6rem 2rem;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.cta-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.cta-section h2{font-size:2.75rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.5px}.cta-section p{font-size:1.375rem;margin-bottom:2.5rem;opacity:.95;line-height:1.7}.footer{background:#0f172a;color:#fff;padding:4rem 2rem 2rem}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.footer-section p,.footer-section a{color:#ffffffbf;text-decoration:none;line-height:2;display:block;margin-bottom:.75rem;transition:color .3s}.footer-section a:hover{color:#fff}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#fff9;font-size:.9375rem}@media(max-width:768px){.hero{padding:8rem 1.5rem 5rem;margin-top:70px}.hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1.125rem}.section{padding:4rem 1.5rem}.section-title{font-size:2rem}.section-subtitle{font-size:1.125rem}.nav-links{gap:1.5rem;font-size:.9375rem}.hero-buttons{flex-direction:column;align-items:stretch}.btn-primary,.btn-secondary{width:100%;text-align:center}.services-grid,.value-grid,.market-grid{grid-template-columns:1fr}}
