:root{--navy: #0A2240;--navy-dark: #061529;--red: #C41E1E;--red-hover: #A01919;--teal: #4ECDC4;--teal-dark: #3DBDB5;--white: #FFFFFF;--charcoal: #1E1E1E;--gray-light: #F8F9FA;--gray-mid: #E5E7EB;--gray-text: #6B7280}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,sans-serif;color:var(--charcoal);line-height:1.6;background:var(--white)}h1,h2,h3,h4{font-family:Space Grotesk,sans-serif;line-height:1.2}a{color:inherit;text-decoration:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s;font-size:1rem;border:none;cursor:pointer}.btn-primary{background:var(--red);color:var(--white)}.btn-primary:hover{background:var(--red-hover);transform:translateY(-2px)}.btn-secondary{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.3)}.btn-secondary:hover{border-color:var(--white);background:#ffffff1a}.btn-outline{background:transparent;color:var(--navy);border:2px solid var(--navy)}.btn-outline:hover{background:var(--navy);color:var(--white)}.btn-white{background:var(--white);color:var(--navy)}.btn-white:hover{background:var(--gray-light)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:5rem 2rem}.section-header{text-align:center;max-width:700px;margin:0 auto 3rem}.section-header h2{font-size:2.5rem;color:var(--navy);margin-bottom:1rem}.section-header p{color:var(--gray-text);font-size:1.1rem}.page-hero{background:linear-gradient(135deg,#0a2240d9,#061529e6);padding:10rem 2rem 5rem;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;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='%23C41E1E' 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:.5}.page-hero .container{position:relative;z-index:1}.page-hero h1{font-size:clamp(2.5rem,5vw,3.5rem);color:var(--white);margin-bottom:1.5rem;max-width:700px}.page-hero p{font-size:1.25rem;color:#fffc;max-width:600px;margin-bottom:2rem}.hero-badge{display:inline-block;background:#4ecdc433;color:var(--teal);padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(78,205,196,.4)}.content-section{padding:5rem 2rem}.content-section.alt{background:var(--gray-light)}.content-section.dark{background:var(--navy)}.content-section.dark h2,.content-section.dark h3{color:var(--white)}.content-section.dark p{color:#fffc}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:var(--white);padding:2rem;border-radius:12px;border:1px solid var(--gray-mid);transition:all .3s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0a22401a}.feature-icon{width:56px;height:56px;background:var(--navy);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.feature-icon svg{width:28px;height:28px;stroke:var(--teal)}.feature-card h3{font-size:1.25rem;color:var(--navy);margin-bottom:.75rem}.feature-card p{color:var(--gray-text);font-size:.95rem}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.two-col.reverse{direction:rtl}.two-col.reverse>*{direction:ltr}.two-col-content h2{font-size:2rem;color:var(--navy);margin-bottom:1rem}.two-col-content p{color:var(--gray-text);margin-bottom:1.5rem}.two-col-content ul{list-style:none;margin-bottom:2rem}.two-col-content li{padding:.5rem 0 .5rem 1.75rem;position:relative;color:var(--charcoal)}.two-col-content li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:700}.two-col-image{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%);border-radius:16px;height:400px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.two-col-image:before{content:"";position:absolute;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23C41E1E' fill-opacity='0.1'%3E%3Cpath d='M20 20h20v20H20V20zM0 0h20v20H0V0z'/%3E%3C/g%3E%3C/svg%3E")}.two-col-image svg{width:80px;height:80px;stroke:var(--red);position:relative;z-index:1}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:var(--white);border:1px solid var(--gray-mid);border-radius:12px;margin-bottom:1rem;overflow:hidden}.faq-question{padding:1.5rem;font-weight:600;color:var(--navy);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-question:hover{background:var(--gray-light)}.faq-answer{padding:0 1.5rem 1.5rem;color:var(--gray-text);line-height:1.7}.cta-section{background:linear-gradient(135deg,var(--red) 0%,var(--red-hover) 100%);text-align:center;padding:5rem 2rem}.cta-section h2{font-size:2.5rem;color:var(--white);margin-bottom:1rem}.cta-section p{color:#ffffffe6;font-size:1.2rem;max-width:600px;margin:0 auto 2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.stats-row{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap;padding:3rem 0}.stat-item{text-align:center}.stat-number{font-family:Space Grotesk,sans-serif;font-size:3rem;font-weight:700;color:var(--red)}.stat-label{color:var(--gray-text);font-size:.95rem}.problem-box{background:#fef2f2;border:1px solid #FECACA;border-radius:12px;padding:2rem;margin-bottom:2rem}.problem-box h3{color:#991b1b;margin-bottom:1rem}.problem-box ul{list-style:none}.problem-box li{padding:.4rem 0 .4rem 1.5rem;position:relative;color:#7f1d1d}.problem-box li:before{content:"✗";position:absolute;left:0;color:#dc2626}.solution-box{background:#f0fdf4;border:1px solid #BBF7D0;border-radius:12px;padding:2rem}.solution-box h3{color:#166534;margin-bottom:1rem}.solution-box ul{list-style:none}.solution-box li{padding:.4rem 0 .4rem 1.5rem;position:relative;color:#15803d}.solution-box li:before{content:"✓";position:absolute;left:0;color:#22c55e}.service-detail-list{list-style:none;margin:2rem 0}.service-detail-list li{display:flex;gap:1rem;padding:1.5rem;background:var(--white);border:1px solid var(--gray-mid);border-radius:12px;margin-bottom:1rem}.service-detail-list .icon{width:48px;height:48px;background:var(--navy);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.service-detail-list .icon svg{width:24px;height:24px;stroke:var(--red)}.service-detail-list h4{color:var(--navy);margin-bottom:.25rem}.service-detail-list p{color:var(--gray-text);font-size:.95rem}@media (max-width: 768px){.page-hero{padding:8rem 1.5rem 4rem}section{padding:3rem 1.5rem}.section-header h2{font-size:2rem}.two-col{grid-template-columns:1fr;gap:2rem}.two-col.reverse{direction:ltr}.two-col-image{height:250px;order:-1}.stats-row{gap:2rem}.cta-section h2{font-size:2rem}.btn{width:100%}}.blog-content p{margin-bottom:1.5rem}.blog-content p.lead{font-size:1.25rem;color:#0a2240;font-weight:500;line-height:1.7}.blog-content h2{font-size:1.75rem;color:#0a2240;margin:2.5rem 0 1rem;font-weight:700}.blog-content h3{font-size:1.25rem;color:#0a2240;margin:2rem 0 .75rem;font-weight:600}.blog-content a{color:#c41e1e;text-decoration:underline;text-underline-offset:2px}.blog-content a:hover{color:#0a2240}.blog-content ul,.blog-content ol{margin:1rem 0 1.5rem 1.5rem}.blog-content li{margin-bottom:.5rem}.blog-content blockquote{border-left:4px solid #C41E1E;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#6b7280}@media (max-width: 768px){.blog-content h2{font-size:1.5rem}}
