*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:Lato,sans-serif;color:#1a1a2e;background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}:root{--blue: #1A4F8C;--blue-dark: #123866;--blue-deep: #0c2645;--navy: #011C47;--navy-mid: #0a2d6e;--steel: #8A9BB0;--dark: #0D0D0D;--bg-light: #F4F6F9;--bg-off: #eef1f6;--white: #FFFFFF;--gold: #c9a84c;--gold-light: #e8c97a;--accent: #E57E22;--accent-light: #F5A05A;--accent-dark: #C46A10;--danger: #c0392b;--text-muted: #6b7a8d;--font-h: "Lato", sans-serif;--font-b: "Lato", sans-serif;--radius: 10px;--radius-lg: 18px;--shadow: 0 4px 24px rgba(26,79,140,.1);--shadow-lg: 0 12px 48px rgba(26,79,140,.16);--container: 1160px}h1,h2,h3,h4{font-family:var(--font-h);line-height:1.18}h1{font-size:clamp(2rem,5vw,3.4rem);font-weight:900}h2{font-size:clamp(1.7rem,3.5vw,2.6rem);font-weight:700}h3{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:700}p{line-height:1.75}.section-label{font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:.6rem;display:block}.container{max-width:var(--container);margin:0 auto;padding:0 1.25rem}.section{padding:5rem 0}.section--dark{background:linear-gradient(160deg,var(--navy) 0%,var(--navy-mid) 100%);color:var(--white)}.section--blue{background:var(--blue);color:var(--white)}.section--light{background:var(--bg-light)}.section--off{background:var(--bg-off)}.section-head{text-align:center;margin-bottom:3rem}.section-head h2{margin-bottom:.8rem}.section-head p{color:var(--text-muted);max-width:580px;margin:0 auto}.section--dark .section-head p{color:#fff9}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;border-radius:6px;font-family:var(--font-b);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .22s ease;border:2px solid transparent;white-space:nowrap;text-decoration:none}.btn-primary{background:var(--blue);color:var(--white);border-color:var(--blue)}.btn-primary:hover{background:var(--blue-dark);border-color:var(--blue-dark);transform:translateY(-2px);box-shadow:0 8px 24px #1a4f8c4d}.btn-outline-white{background:transparent;color:var(--white);border-color:#fff9}.btn-outline-white:hover{background:#ffffff1a;border-color:var(--white)}.btn-gold{background:var(--accent);color:var(--white);border-color:var(--accent)}.btn-gold:hover{background:var(--accent-dark);border-color:var(--accent-dark);transform:translateY(-2px);box-shadow:0 8px 24px #e57e2266}.btn-white{background:var(--white);color:var(--navy);border-color:var(--white)}.btn-white:hover{background:#e8f0fb;border-color:#e8f0fb;transform:translateY(-2px);box-shadow:0 8px 24px #0000002e}.btn-lg{padding:1.05rem 2.5rem;font-size:1.05rem}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--blue);color:#fff;padding:.5rem 1.2rem;border-radius:0 0 8px 8px;font-size:.875rem;font-weight:600;z-index:9999;transition:top .15s}.skip-link:focus{top:0}:focus-visible{outline:3px solid var(--accent);outline-offset:3px;border-radius:4px}.site-header{position:sticky;top:0;z-index:1000;background:var(--navy);border-bottom:1px solid rgba(255,255,255,.07)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.3rem 1.25rem;max-width:var(--container);margin:0 auto}.header-logo img{height:110px;width:auto;max-width:260px}.header-nav{display:none;gap:1.8rem;align-items:center}.header-nav a{color:#ffffffc7;font-size:.88rem;font-weight:500;letter-spacing:.02em;transition:color .18s}.header-nav a:hover{color:var(--white)}@media (min-width: 900px){.header-nav{display:flex}}.header-cta{display:flex;align-items:center;gap:.8rem}.header-phone{display:none;color:var(--steel);font-size:.85rem;font-weight:500}@media (min-width: 640px){.header-phone{display:block}}@media (max-width: 899px){.header-cta .btn{padding:.65rem 1.2rem;font-size:.85rem}}.hero{background:linear-gradient(135deg,#011c47f7,#1a4f8ce6 55%,#1d6bb5d9),url(/assets/hero-bg-v2.jpg) center/cover no-repeat;color:var(--white);padding:5rem 0 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-120px;right:-80px;width:600px;height:600px;border-radius:50%;background:#ffffff0a;pointer-events:none}.hero:after{content:"";position:absolute;bottom:-80px;left:-60px;width:400px;height:400px;border-radius:50%;background:#ffffff08;pointer-events:none}.hero-inner{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;position:relative;z-index:1;max-width:var(--container);margin:0 auto;padding:0 1.25rem}@media (min-width: 900px){.hero-inner{grid-template-columns:1.05fr .95fr;gap:4rem}.hero{padding:6.5rem 0 5.5rem}}.hero-tag{display:inline-flex;align-items:center;gap:.5rem;background:#e57e222e;border:1px solid rgba(229,126,34,.45);border-radius:100px;padding:.35rem 1rem;font-size:.8rem;font-weight:600;color:var(--accent-light);letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.4rem}.hero h1{margin-bottom:1.2rem;color:var(--white)}.hero-subtitle{font-size:1.08rem;color:#ffffffd1;margin-bottom:2rem;line-height:1.72;max-width:520px}.hero-trust{display:flex;flex-direction:column;gap:.65rem;margin-bottom:2.4rem}.hero-trust-item{display:flex;align-items:center;gap:.7rem;font-size:.92rem;color:#ffffffe0;font-weight:500}.trust-icon{width:20px;height:20px;background:#1a7a4a4d;border:1.5px solid rgba(26,122,74,.7);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-cta-group{display:flex;flex-direction:column;gap:.8rem}.hero-microcopy{font-size:.82rem;color:#ffffff8c;margin-top:.4rem}.hero-visual{display:flex;align-items:center;justify-content:center}.hero-card{background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-lg);padding:2.5rem 2rem;backdrop-filter:blur(10px);width:100%;max-width:400px}.hero-card-title{font-family:var(--font-h);font-size:1.1rem;font-weight:700;color:var(--white);margin-bottom:1.4rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.12)}.hero-card-row{display:flex;justify-content:space-between;align-items:center;padding:.7rem 0;border-bottom:1px solid rgba(255,255,255,.07);font-size:.88rem}.hero-card-row:last-of-type{border-bottom:none}.hero-card-row span:first-child{color:#ffffffb3}.hero-card-badge{background:#1a7a4a40;border:1px solid rgba(26,122,74,.5);color:#5de8a0;border-radius:100px;padding:.15rem .6rem;font-size:.72rem;font-weight:600}.hero-card-note{margin-top:1.4rem;display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:#ffffff80}.clients-strip{background:var(--white);padding:2.5rem 0;border-bottom:1px solid #e8ecf2}.clients-label{text-align:center;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--steel);margin-bottom:2rem}.clients-row{display:flex;align-items:center;justify-content:center;gap:0;max-width:var(--container);margin:0 auto;padding:0 1.25rem}.client-logo-wrap{flex:1;display:flex;align-items:center;justify-content:center;padding:.5rem 2rem;border-right:1px solid #e8ecf2}.client-logo-wrap:last-child{border-right:none}.client-logo{height:56px;width:auto;max-width:160px;object-fit:contain;display:block}@media (max-width: 640px){.clients-row{flex-wrap:wrap;gap:1.5rem}.client-logo-wrap{border-right:none;flex:0 0 calc(50% - .75rem)}.client-logo{height:44px}}.prob-sol-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 900px){.prob-sol-grid{grid-template-columns:1fr 1fr;gap:2rem}}.prob-box,.sol-box{border-radius:var(--radius-lg);padding:2.5rem 2rem}.prob-box{background:var(--white);border:1.5px solid #e0e6ee;box-shadow:var(--shadow)}.sol-box{background:var(--blue);color:var(--white);position:relative;overflow:hidden}.sol-box:before{content:"";position:absolute;top:-60px;right:-60px;width:220px;height:220px;border-radius:50%;background:#ffffff0d}.box-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.4rem}.box-icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.box-icon--red{background:#c0392b1f}.box-icon--green{background:#ffffff1f}.box-h{font-family:var(--font-h);font-size:1.25rem;font-weight:700}.prob-box .box-h{color:var(--dark)}.sol-box .box-h{color:var(--white)}.prob-intro{font-size:.92rem;color:#4a5568;margin-bottom:1.2rem;line-height:1.7}.pain-list,.gain-list{list-style:none;display:flex;flex-direction:column;gap:.55rem}.pain-list li,.gain-list li{display:flex;align-items:flex-start;gap:.65rem;font-size:.9rem;line-height:1.5}.pain-list li{color:#3d4752}.gain-list li{color:#ffffffe6}.pain-icon{color:var(--danger);font-weight:700;flex-shrink:0;margin-top:2px}.gain-icon{color:#5de8a0;flex-shrink:0;margin-top:2px}.sol-cta{margin-top:2rem;position:relative;z-index:1}.services-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 640px){.services-grid{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:var(--white);border:1.5px solid #e5eaf3;border-radius:var(--radius-lg);padding:1.8rem 1.6rem;transition:all .24s ease;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--blue);transform:scaleX(0);transition:transform .24s ease;transform-origin:left}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:#1a4f8c33}.service-card:hover:before{transform:scaleX(1)}.service-icon-wrap{width:52px;height:52px;background:var(--bg-light);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem;transition:background .24s}.service-card:hover .service-icon-wrap{background:#1a4f8c1a}.service-icon-wrap svg{width:26px;height:26px;color:var(--blue)}.service-card h3{font-size:1rem;margin-bottom:.55rem;color:var(--dark)}.service-card p{font-size:.85rem;color:var(--text-muted);line-height:1.65}.target-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 640px){.target-grid{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.target-grid{grid-template-columns:repeat(4,1fr)}}.target-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem 1.6rem;text-align:center;border:1.5px solid #e5eaf3;transition:all .24s ease}.target-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#1a4f8c2e}.target-icon{width:64px;height:64px;background:var(--bg-off);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem}.target-icon svg{width:30px;height:30px;color:var(--blue)}.target-card h3{font-size:1rem;margin-bottom:.4rem;color:var(--dark)}.target-card p{font-size:.82rem;color:var(--text-muted)}.process-steps{position:relative;display:flex;flex-direction:column;gap:0}@media (min-width: 900px){.process-steps{flex-direction:row;align-items:flex-start}}.process-step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;padding:0 1rem 2rem}.process-step:after{content:"";position:absolute;top:28px;left:calc(50% + 28px);right:calc(-50% + 28px);height:2px;background:linear-gradient(to right,var(--blue),rgba(26,79,140,.2));display:none}@media (min-width: 900px){.process-step:not(:last-child):after{display:block}.process-step{padding-bottom:0}}.step-node{width:56px;height:56px;background:var(--blue);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-h);font-size:1.3rem;font-weight:700;color:var(--white);margin-bottom:1.2rem;position:relative;z-index:1}.process-step h3{font-size:1rem;color:var(--dark);margin-bottom:.4rem}.process-step p{font-size:.85rem;color:var(--text-muted);max-width:200px}.reviews-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.reviews-grid{grid-template-columns:1fr 1fr}}.review-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:2rem 1.75rem;display:flex;flex-direction:column;gap:1rem}.review-quote{font-family:var(--font-h);font-size:4rem;color:var(--accent);line-height:1;margin-bottom:-1rem}.review-stars{color:#f5c518;font-size:1rem;letter-spacing:2px}.review-text{font-size:.92rem;line-height:1.75;color:#ffffffd9;flex:1}.review-author{display:flex;align-items:center;gap:.85rem;border-top:1px solid rgba(255,255,255,.1);padding-top:1rem}.author-avatar{width:40px;height:40px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;font-family:var(--font-h);font-size:1rem;font-weight:700;color:var(--white);flex-shrink:0}.author-name{font-weight:700;font-size:.9rem;color:var(--white)}.author-company{font-size:.78rem;color:#ffffff80}.pricing-packages{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:3rem}@media (min-width: 640px){.pricing-packages{grid-template-columns:repeat(3,1fr)}}.pkg-card{background:var(--white);border:1.5px solid #e5eaf3;border-radius:var(--radius-lg);padding:2rem 1.75rem;position:relative;transition:all .24s ease}.pkg-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.pkg-card--featured{border-color:var(--blue);background:var(--blue);color:var(--white)}.pkg-badge{position:absolute;top:1.25rem;right:1.25rem;background:var(--accent);color:var(--white);font-size:.7rem;font-weight:700;padding:.2rem .65rem;border-radius:100px;letter-spacing:.05em}.pkg-name{font-family:var(--font-h);font-size:1.4rem;font-weight:700;color:var(--dark);margin-bottom:.2rem}.pkg-card--featured .pkg-name{color:var(--white)}.pkg-name-sub{font-size:.8rem;color:var(--text-muted);margin-bottom:1rem}.pkg-card--featured .pkg-name-sub{color:#fff9}.pkg-old-price{font-size:.88rem;text-decoration:line-through;color:var(--text-muted)}.pkg-card--featured .pkg-old-price{color:#ffffff80}.pkg-price{font-family:var(--font-h);font-size:2.4rem;font-weight:700;color:var(--dark);line-height:1;margin:.2rem 0}.pkg-card--featured .pkg-price{color:var(--white)}.pkg-price-note{font-size:.78rem;color:var(--text-muted);margin-bottom:1.5rem}.pkg-card--featured .pkg-price-note{color:#fff9}.pkg-features{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.75rem}.pkg-features li{font-size:.875rem;color:var(--text-muted);display:flex;gap:.5rem}.pkg-features li:before{content:"✓";color:var(--blue);font-weight:700;flex-shrink:0}.pkg-card--featured .pkg-features li{color:#ffffffd9}.pkg-card--featured .pkg-features li:before{color:#5de8a0}.pkg-card--featured .btn-primary{background:var(--white);color:var(--blue);border-color:var(--white)}.pkg-card--featured .btn-primary:hover{background:var(--bg-light)}.pricing-list-section{margin-top:1rem;border:1.5px solid #e5eaf3;border-radius:var(--radius-lg);overflow:hidden}.pricing-list-toggle{width:100%;background:var(--bg-light);border:none;padding:1.1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-family:var(--font-b);font-size:1rem;font-weight:700;color:var(--dark);transition:background .18s;gap:1rem}.pricing-list-toggle:hover{background:var(--bg-off)}.pricing-list-toggle svg{flex-shrink:0;transition:transform .28s ease;color:var(--blue)}.pricing-list-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.pricing-list-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s ease}.pricing-list-body[aria-hidden=false]{grid-template-rows:1fr}.pricing-list-inner{overflow:hidden;padding:0 1.5rem}.pricing-list-inner>div{padding:1.25rem 0 0}.pricing-list-inner .pricing-note{padding-bottom:1.25rem}.pricing-table{width:100%;border-collapse:collapse;border:1px solid #e5eaf3;border-radius:var(--radius);overflow:hidden;min-width:500px;font-size:.875rem}.pricing-table thead{background:var(--blue);color:var(--white)}.pricing-table thead th{padding:.85rem 1rem;text-align:left;font-weight:600}.pricing-table tbody tr:nth-child(2n){background:var(--bg-light)}.pricing-table td{padding:.75rem 1rem;border-bottom:1px solid #e5eaf3;color:var(--dark)}.pricing-note{font-size:.8rem;color:var(--text-muted);margin-top:.75rem}.form-section{background:linear-gradient(135deg,var(--navy) 0%,var(--blue) 100%);padding:5rem 0;color:var(--white)}.form-wrap{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 900px){.form-wrap{grid-template-columns:1fr 1.2fr;gap:5rem;align-items:start}}.form-pitch h2{color:var(--white);margin-bottom:1rem}.form-pitch p{color:#fffc;margin-bottom:1.5rem}.form-pitch-features{display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem}.form-pitch-features li{font-size:.9rem;color:#ffffffd9;display:flex;gap:.6rem}.form-pitch-features li:before{content:"✓";color:var(--accent-light);font-weight:700}.footer-col ul li a:hover{color:var(--accent-light)}.form-box{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem 2rem;box-shadow:0 20px 60px #0003}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 480px){.form-row{grid-template-columns:1fr}}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.8rem;font-weight:600;color:#1a1a2e;margin-bottom:.4rem;letter-spacing:.01em}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.7rem .9rem;border:1.5px solid #dde3ec;border-radius:8px;font-family:var(--font-b);font-size:.9rem;color:#1a1a2e;background:#fff;transition:border-color .15s,box-shadow .15s;outline:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1a4f8c14}.form-check{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:1.5rem}.form-check input[type=checkbox]{margin-top:3px;flex-shrink:0;accent-color:var(--blue)}.form-check label{font-size:.8rem;color:#5e6a7c;line-height:1.5}.form-check label a{color:var(--blue);text-decoration:underline}.form-submit-btn{width:100%;justify-content:center}.form-microcopy{text-align:center;font-size:.78rem;color:#5e6a7c;margin-top:.75rem}.faq-header{text-align:center;max-width:500px;margin:0 auto 3rem}.faq-list{max-width:720px;margin:0 auto}.faq-item{border-bottom:1px solid #dde3ec}.faq-item:first-child{border-top:1px solid #dde3ec}.faq-btn{width:100%;background:none;border:none;padding:1.25rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;text-align:left;font-family:var(--font-b);font-size:.95rem;font-weight:600;color:var(--dark);transition:color .15s}.faq-btn:hover{color:var(--blue)}.faq-btn svg{flex-shrink:0;transition:transform .22s ease;color:var(--blue)}.faq-btn[aria-expanded=true] svg{transform:rotate(45deg)}.faq-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.faq-body[aria-hidden=false]{grid-template-rows:1fr}.faq-body-inner{overflow:hidden}.faq-body-inner p{padding-bottom:1.25rem;font-size:.875rem;color:var(--text-muted);line-height:1.75}.site-footer{background:var(--navy);color:var(--white);padding:3.5rem 0 2rem;border-top:1px solid rgba(255,255,255,.07)}.footer-inner{max-width:var(--container);margin:0 auto;padding:0 1.25rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.footer-brand img{height:60px;width:auto;margin-bottom:1rem}.footer-brand p{font-size:.825rem;color:#ffffff80;max-width:280px;line-height:1.65}.footer-col h4{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-bottom:1rem}.footer-col ul{display:flex;flex-direction:column;gap:.6rem}.footer-col ul li a{font-size:.875rem;color:#fff9;transition:color .15s}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.footer-bottom p{font-size:.8rem;color:#ffffff59}.footer-bottom a{color:var(--accent-light)}@keyframes fadeup{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.anim-fadeup{opacity:0;animation:fadeup .5s ease forwards;animation-play-state:paused}.anim-fadeup.visible{animation-play-state:running}.anim-delay-1{animation-delay:.1s}.anim-delay-2{animation-delay:.2s}.anim-delay-3{animation-delay:.3s}
