*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{min-height:100vh;scroll-behavior:smooth}body{min-height:100vh;margin:0}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit}img{max-width:100%;height:auto}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#fffffffa;box-shadow:0 2px 10px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:70px}.logo{display:flex;align-items:center;text-decoration:none}.logo-image{height:60px;width:auto}.nav{display:flex;align-items:center}.nav-list{display:flex;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0}.nav-item{position:relative}.nav-link{display:flex;align-items:center;gap:.25rem;padding:.75rem 1rem;color:#333;text-decoration:none;font-weight:500;font-size:.95rem;border:none;background:none;cursor:pointer;transition:color .2s ease;font-family:inherit}.nav-link:hover{color:#e67e22}.nav-link.active{color:#e67e22;position:relative}.nav-link.active:after{content:"";position:absolute;bottom:0;left:1rem;right:1rem;height:2px;background-color:#e67e22;border-radius:1px}.dropdown-toggle{display:flex;align-items:center;gap:.25rem}.dropdown-arrow{transition:transform .2s ease}.has-dropdown.active .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;min-width:220px;background:#fff;border-radius:8px;box-shadow:0 10px 40px #00000026;list-style:none;margin:0;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .2s ease}.has-dropdown:hover .dropdown-menu,.has-dropdown.active .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{margin:0}.dropdown-link{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;color:#333;text-decoration:none;font-size:.9rem;transition:all .2s ease}.dropdown-link:hover{background-color:#f8f9fa;color:#e67e22}.dropdown-link.active{color:#e67e22;background-color:#fff5eb;position:relative}.dropdown-link.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background-color:#e67e22}.external-icon{opacity:.5}.dropdown-link:hover .external-icon{opacity:1}.hamburger{display:none;justify-content:center;align-items:center;width:44px;height:44px;padding:0;background:#ebf5fd;border:none;border-radius:12px;cursor:pointer;z-index:1001;transition:background-color .3s ease}.hamburger:hover{background-color:#e67e221a}.hamburger:active{background-color:#e67e2226}.hamburger span{display:block;position:absolute;width:22px;height:2.5px;background:linear-gradient(135deg,#061827,#2d5a87);border-radius:3px;transition:all .4s cubic-bezier(.68,-.6,.32,1.6)}.hamburger span:nth-child(1){transform:translateY(-7px);width:22px}.hamburger span:nth-child(2){width:18px;transform:translate(-2px)}.hamburger span:nth-child(3){transform:translateY(7px);width:14px;transform:translateY(7px) translate(-4px)}.hamburger.active span{background:linear-gradient(135deg,#e67e22,#d35400)}.hamburger.active span:nth-child(1){transform:translateY(0) rotate(45deg);width:22px}.hamburger.active span:nth-child(2){opacity:0;transform:translate(20px);width:22px}.hamburger.active span:nth-child(3){transform:translateY(0) rotate(-45deg);width:22px}@media(max-width:900px){.hamburger{display:flex;position:relative;z-index:1002}.nav{position:fixed;inset:71px 0 0;width:100%;height:calc(100vh - 70px);height:calc(100dvh - 70px);background:#fff;padding:0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .35s ease,transform .35s ease,visibility .35s ease;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;z-index:999;display:flex;flex-direction:column}.nav.active{opacity:1;visibility:visible;transform:translateY(0)}.nav-list{flex-direction:column;align-items:stretch;gap:0;width:100%;padding:0;margin:0;flex:1}.nav-item{width:100%;border-bottom:1px solid #eee;opacity:0;transform:translate(20px);transition:opacity .3s ease,transform .3s ease}.nav.active .nav-item{opacity:1;transform:translate(0)}.nav.active .nav-item:nth-child(1){transition-delay:.05s}.nav.active .nav-item:nth-child(2){transition-delay:.1s}.nav.active .nav-item:nth-child(3){transition-delay:.15s}.nav.active .nav-item:nth-child(4){transition-delay:.2s}.nav.active .nav-item:nth-child(5){transition-delay:.25s}.nav.active .nav-item:nth-child(6){transition-delay:.3s}.nav-link{padding:1.25rem 1.5rem;font-size:1.1rem;border-bottom:none;justify-content:space-between;width:100%;transition:background-color .2s ease,color .2s ease}.nav-link:active{background-color:#f5f5f5}.nav-link.active:after{inset:0 auto 0 0;width:4px;height:100%;border-radius:0}.has-dropdown{flex-direction:column}.dropdown-toggle{width:100%}.dropdown-arrow{transition:transform .3s cubic-bezier(.4,0,.2,1)}.has-dropdown.active .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:static;box-shadow:none;border-radius:0;background:#f8f9fa;opacity:1;visibility:visible;transform:none;max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1);width:100%;min-width:100%;padding:0}.has-dropdown.active .dropdown-menu{max-height:800px}.dropdown-item{width:100%;opacity:0;transform:translate(10px);transition:opacity .25s ease,transform .25s ease}.has-dropdown.active .dropdown-item{opacity:1;transform:translate(0)}.has-dropdown.active .dropdown-item:nth-child(1){transition-delay:.05s}.has-dropdown.active .dropdown-item:nth-child(2){transition-delay:.08s}.has-dropdown.active .dropdown-item:nth-child(3){transition-delay:.11s}.has-dropdown.active .dropdown-item:nth-child(4){transition-delay:.14s}.has-dropdown.active .dropdown-item:nth-child(5){transition-delay:.17s}.has-dropdown.active .dropdown-item:nth-child(6){transition-delay:.2s}.has-dropdown.active .dropdown-item:nth-child(7){transition-delay:.23s}.has-dropdown.active .dropdown-item:nth-child(8){transition-delay:.26s}.has-dropdown.active .dropdown-item:nth-child(9){transition-delay:.29s}.dropdown-link{padding:1rem 1.5rem 1rem 2.5rem;width:100%;transition:background-color .2s ease,color .2s ease}.dropdown-link:active{background-color:#eee}.dropdown-link.active:before{left:1.5rem}}@media(max-width:480px){.header-container{padding:0 1rem;height:60px}.logo-image{height:50px}.nav{top:61px;height:calc(100vh - 60px);height:calc(100dvh - 60px)}.nav-link{padding:1rem 1.25rem;font-size:1rem}.dropdown-link{padding:.875rem 1.25rem .875rem 2rem;font-size:.95rem}}.hero{--hero-overlay-color: 6, 23, 47;--hero-overlay-opacity: .83;position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:120px}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/images/home_page_hero_banner_image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1;background-attachment:fixed}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(var(--hero-overlay-color),var(--hero-overlay-opacity));z-index:2}.floating-icon-1{top:20%;left:10%;animation-delay:0s}.floating-icon-2{top:30%;right:12%;animation-delay:1.5s}.floating-icon-3{bottom:25%;left:8%;animation-delay:3s}.floating-icon-4{bottom:20%;right:10%;animation-delay:4.5s}.floating-icon-5{top:50%;left:5%;animation-delay:5.5s}.floating-icon-6{top:40%;right:5%;animation-delay:6.5s}.hero-content{position:relative;z-index:3;max-width:900px;padding:4rem 2rem;text-align:center;color:#fff}.hero-headline{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subheading{font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6;margin-bottom:2.5rem;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto}.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:none;letter-spacing:.5px;text-decoration:none}.btn-icon{width:20px;height:20px}.btn-primary{background-color:#e67e22;color:#fff}.btn-primary:hover{background-color:#d35400;transform:translateY(-2px);box-shadow:0 6px 20px #e67e2280}.btn-secondary{background-color:transparent;color:#fff;border:2px solid #ffffff}.btn-secondary:hover{background-color:#ffffff1a;transform:translateY(-2px)}.hero-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.hero-feature{display:flex;align-items:center;gap:.5rem;color:#ffffffe6;font-size:.95rem}.hero-feature svg{width:18px;height:18px;color:#e67e22}@media(max-width:768px){.hero-content{padding:1.5rem}.hero-ctas{flex-direction:column;align-items:center}.btn{width:100%;max-width:280px}.floating-icon{width:45px;height:45px}.floating-icon svg{width:22px;height:22px}.hero-features{flex-direction:column;gap:.75rem;align-items:center}}@media(max-width:480px){.floating-icon{display:none}}.services-section{padding:5rem 0;background:linear-gradient(48deg,#061827,#2d5a87)}.services-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.services-header{text-align:center;margin-bottom:3.5rem}.services-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:#fff;margin-bottom:.75rem}.services-subtitle{font-size:1.1rem;color:#ffffffd9;max-width:500px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{--card-accent: #e67e22;background:#fff;border-radius:16px;padding:1.75rem;box-shadow:0 4px 20px #0000000f;transition:all .3s ease;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.05);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--card-accent);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00000026}.service-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.25rem;gap:1rem}.service-icon{flex-shrink:0;width:56px;height:56px;background:linear-gradient(135deg,#061827,#2d5a87);border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026}.service-icon svg{width:28px;height:28px;color:#fff}.service-features{display:flex;flex-direction:column;gap:.35rem;align-items:flex-end}.service-feature-tag{display:inline-block;background:#f8f9fa;color:#555;padding:.25rem .6rem;border-radius:20px;font-size:.7rem;font-weight:500;white-space:nowrap}.service-title{font-size:1.25rem;font-weight:700;color:#061827;margin-bottom:.75rem}.service-description{font-size:.95rem;color:#666;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.service-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--card-accent, #e67e22);font-weight:600;font-size:.95rem;text-decoration:none;transition:all .2s ease}.service-link:hover{gap:.75rem}.link-arrow{width:18px;height:18px;transition:transform .2s ease}.service-link:hover .link-arrow{transform:translate(3px)}@media(max-width:900px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.services-section{padding:3.5rem 0}.services-header{margin-bottom:2.5rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}}.why-eaf-section{padding:5rem 0;background-color:#fff;position:relative;overflow:hidden}.why-eaf-section:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:radial-gradient(circle at 20% 50%,rgba(230,126,34,.03) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(26,54,93,.03) 0%,transparent 50%);pointer-events:none}.why-eaf-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.why-eaf-header{text-align:center;margin-bottom:3.5rem}.why-eaf-badge{display:inline-block;background:linear-gradient(135deg,#e67e221a,#e67e220d);color:#e67e22;padding:.5rem 1.25rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1rem;border:1px solid rgba(230,126,34,.2)}.why-eaf-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:#061827;margin-bottom:.75rem}.why-eaf-subtitle{font-size:1.1rem;color:#666;max-width:500px;margin:0 auto}.pillars-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}.pillar-card{padding:2rem;background:#fff;border-radius:16px;transition:all .3s ease;border:1px solid #eef0f2;box-shadow:0 4px 20px #0000000a;position:relative;overflow:hidden}.pillar-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#e67e22,#d35400)}.pillar-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px #0000001a;border-color:#e67e22}.pillar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.pillar-icon{width:60px;height:60px;background:linear-gradient(135deg,#e67e22,#d35400);border-radius:14px;display:flex;align-items:center;justify-content:center}.pillar-icon svg{width:30px;height:30px;color:#fff}.pillar-stat{text-align:right}.stat-number{display:block;font-size:1.5rem;font-weight:700;color:#061827;line-height:1}.stat-text{display:block;font-size:.75rem;color:#888;margin-top:.25rem}.pillar-title{font-size:1.2rem;font-weight:700;color:#061827;margin-bottom:.75rem}.pillar-description{font-size:.95rem;color:#666;line-height:1.7}@media(max-width:768px){.pillars-grid{grid-template-columns:1fr;max-width:450px}}@media(max-width:600px){.why-eaf-section{padding:3.5rem 0}.why-eaf-header{margin-bottom:2.5rem}.pillars-grid{gap:1.5rem}.pillar-card{padding:1.5rem}}.featured-section{padding:5rem 0;background:linear-gradient(135deg,#061827,#2d5a87)}.featured-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.featured-content{color:#fff}.featured-badge{display:inline-block;background:#e67e2233;color:#e67e22;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(230,126,34,.3)}.featured-title{font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;line-height:1.3;margin-bottom:2rem}.case-study{display:flex;align-items:flex-start;gap:1rem;background:#fff;padding:1.25rem;border-radius:12px;margin-bottom:2rem;border-left:4px solid #e67e22}.case-study-icon{flex-shrink:0;width:40px;height:40px;background:#e67e22;border-radius:50%;display:flex;align-items:center;justify-content:center}.case-study-icon svg{width:20px;height:20px;color:#fff}.case-study-content{flex:1}.case-study-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:#e67e22;margin-bottom:.25rem}.case-study-text{font-size:1rem;line-height:1.5;color:#ffffffe6;margin:0}.benefits-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#fffc;margin-bottom:1rem}.benefits-list{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.75rem}.benefit-item{display:flex;align-items:center;gap:.75rem;font-size:1.05rem;color:#fff}.check-icon{flex-shrink:0;width:20px;height:20px;color:#e67e22}.featured-cta{display:inline-flex;align-items:center;gap:.5rem;background:#e67e22;color:#fff;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease}.featured-cta:hover{background:#d35400;transform:translateY(-2px);box-shadow:0 6px 20px #e67e2280}.featured-cta svg{width:18px;height:18px;transition:transform .2s ease}.featured-cta:hover svg{transform:translate(3px)}.featured-visual{display:flex;justify-content:center}.visual-placeholder{width:100%;max-width:800px;aspect-ratio:4/3;background:#ffffff1a;border-radius:16px;border:2px dashed rgba(255,255,255,.3);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#ffffffb3;padding:.5rem}.visual-icon{width:80px;height:80px;background:#e67e2233;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.visual-icon svg{width:40px;height:40px;color:#e67e22}.visual-placeholder p{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#fff}.visual-placeholder span{font-size:.875rem;opacity:.7}@media(max-width:900px){.featured-container{grid-template-columns:1fr;gap:3rem}.featured-visual{order:-1}.visual-placeholder{max-width:100%;aspect-ratio:16/9}}@media(max-width:600px){.featured-section{padding:3.5rem 0}.case-study{flex-direction:column;gap:.75rem}.featured-cta{width:100%;justify-content:center}}.process-section{padding:5rem 0;background-color:#f8f9fa}.process-container{max-width:900px;margin:0 auto;padding:0 1.5rem}.process-header{text-align:center;margin-bottom:4rem}.process-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:#061827;margin-bottom:.75rem}.process-subtitle{font-size:1.1rem;color:#666;max-width:500px;margin:0 auto}.process-timeline{display:flex;flex-direction:column;gap:0}.process-step{display:flex;gap:2rem}.step-connector{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.step-number{width:50px;height:50px;background:linear-gradient(135deg,#061827,#2d5a87);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;font-weight:700;flex-shrink:0}.step-line{width:3px;flex:1;background:linear-gradient(180deg,#061827,#e67e22);min-height:40px}.step-card{flex:1;display:flex;gap:1.25rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 20px #0000000f;margin-bottom:1.5rem;border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.step-card:hover{transform:translate(5px);box-shadow:0 8px 30px #0000001a}.step-icon{flex-shrink:0;width:50px;height:50px;background:#e67e221a;border-radius:12px;display:flex;align-items:center;justify-content:center}.step-icon svg{width:24px;height:24px;color:#e67e22}.step-content{flex:1}.step-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.step-title{font-size:1.15rem;font-weight:600;color:#061827;margin:0}.step-duration{display:inline-block;background:#1a365d1a;color:#061827;padding:.25rem .75rem;border-radius:50px;font-size:.8rem;font-weight:600}.step-description{font-size:.95rem;color:#666;line-height:1.6;margin:0}@media(max-width:700px){.process-step{gap:1.25rem}.step-card{flex-direction:column;gap:1rem;padding:1.25rem}.step-header{flex-direction:column;align-items:flex-start;gap:.5rem}.step-number{width:44px;height:44px;font-size:.9rem}}@media(max-width:500px){.process-section{padding:3.5rem 0}.process-header{margin-bottom:3rem}.step-connector{display:none}.step-card{margin-bottom:1rem;position:relative;padding-left:1.25rem;border-left:4px solid #061827}.step-card:before{content:attr(data-step);position:absolute;top:-10px;left:-4px;background:#061827;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}}.testimonials-section{padding:5rem 0;background-color:#fff;position:relative}.testimonials-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.testimonials-header{text-align:center;margin-bottom:3.5rem}.testimonials-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:#061827;margin-bottom:.75rem}.testimonials-subtitle{font-size:1.1rem;color:#666;max-width:500px;margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:20px;padding:2rem;display:flex;flex-direction:column;transition:all .3s ease;border:1px solid #eef0f2;position:relative;overflow:hidden}.testimonial-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e67e22,#f39c12)}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0000001a}.testimonial-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.testimonial-stars{display:flex;gap:.25rem}.star-icon{width:18px;height:18px;color:#f39c12}.testimonial-highlight{display:inline-flex;align-items:center;gap:.35rem;background:linear-gradient(135deg,#e67e221a,#f39c121a);color:#e67e22;padding:.35rem .75rem;border-radius:20px;font-size:.75rem;font-weight:700}.testimonial-highlight svg{width:14px;height:14px}.testimonial-quote{flex:1;margin:0 0 0rem;padding:0;border:none;position:relative}.quote-icon{position:absolute;top:-5px;left:0;width:24px;height:24px;color:#e67e2226}.testimonial-quote p{font-size:1rem;line-height:1.7;color:#444;margin:0;padding-left:0}.testimonial-author{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.08)}.author-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#061827,#2d5a87);display:flex;align-items:center;justify-content:center}.author-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{color:#fff;font-size:1rem;font-weight:600}.author-info{display:flex;flex-direction:column;gap:.15rem}.author-name{font-size:1rem;font-weight:600;color:#061827;font-style:normal}.author-title{font-size:.85rem;color:#666;margin:0}.service-badge{display:inline-flex;align-self:flex-start;background:#e67e221a;color:#e67e22;padding:.35rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600;white-space:nowrap;margin-top:1rem;margin-bottom:1.25rem;width:fit-content}@media(max-width:1000px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}.testimonial-card:last-child{grid-column:span 2;max-width:500px;margin:0 auto}}@media(max-width:700px){.testimonials-section{padding:3.5rem 0}.testimonials-grid{grid-template-columns:1fr}.testimonial-card:last-child{grid-column:span 1;max-width:none}.testimonial-card{padding:1.5rem}.testimonial-author{grid-template-columns:auto 1fr;grid-template-rows:auto auto}.service-badge{grid-column:2;justify-self:start}}.final-cta-section{--cta-overlay-color: 6, 23, 47;--cta-overlay-opacity: .85;position:relative;padding:5rem 0 6rem;text-align:center;overflow:hidden}.final-cta-background{position:absolute;inset:0;background-image:url(/images/final_cta_background_image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;background-attachment:fixed}.final-cta-overlay{position:absolute;inset:0;background:rgba(var(--cta-overlay-color),var(--cta-overlay-opacity));z-index:1}.final-cta-container{position:relative;z-index:2;max-width:800px;margin:0 auto;padding:0 1.5rem}.final-cta-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.final-cta-subtitle{font-size:1.2rem;color:#ffffffd9;margin-bottom:2.5rem;line-height:1.6}.final-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;cursor:pointer}.cta-btn-primary{background-color:#e67e22;color:#fff}.cta-btn-primary:hover{background-color:#d35400;transform:translateY(-2px);box-shadow:0 6px 20px #e67e2280}.cta-btn-secondary{background-color:transparent;color:#fff;border:2px solid rgba(255,255,255,.8)}.cta-btn-secondary:hover{background-color:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.download-icon{width:20px;height:20px}@media(max-width:600px){.final-cta-section{padding:3.5rem 0}.final-cta-buttons{flex-direction:column;align-items:center}.cta-btn{width:100%;max-width:320px}}.footer{background-color:#061827;color:#fff;padding:4rem 0 0}.footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-logo{display:inline-block;margin-bottom:1rem}.footer-logo-image{height:60px;width:auto;filter:brightness(0) invert(1)}.footer-description{color:#ffffffb3;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.footer-heading{font-size:1rem;font-weight:600;margin-bottom:1.25rem;color:#fff}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-links a:hover{color:#e67e22}.footer-links .external-link{display:inline-flex;align-items:center;gap:6px}.footer-links .external-arrow{width:14px;height:14px;stroke:#ffffff80;transition:all .2s ease}.footer-links .external-link:hover .external-arrow{stroke:#e67e22;transform:translate(2px,-2px)}.contact-info{margin-top:1.5rem}.contact-list{list-style:none;padding:0;margin:0}.contact-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:#ffffffb3;font-size:.9rem}.contact-list a{color:#ffffffb3;text-decoration:none;transition:color .2s ease}.contact-list a:hover{color:#e67e22}.contact-icon{width:18px;height:18px;flex-shrink:0;margin-top:2px;color:#e67e22}.social-links{display:flex;gap:.75rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#ffffff1a;border-radius:8px;color:#fff;transition:all .2s ease}.social-link:hover{background-color:#e67e22;transform:translateY(-2px)}.social-link svg{width:20px;height:20px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;flex-wrap:wrap;gap:1rem}.copyright{color:#fff9;font-size:.875rem;margin:0}.legal-links{display:flex;gap:1.5rem;list-style:none;padding:0;margin:0}.legal-links a{color:#fff9;text-decoration:none;font-size:.875rem;transition:color .2s ease}.legal-links a:hover{color:#e67e22}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:600px){.footer{padding:3rem 0 0}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}.legal-links{justify-content:center}}.app{min-height:100vh}.mortgage-page{min-height:100vh;display:flex;flex-direction:column}.mortgage-hero{--hero-overlay-color: 6, 23, 47;--hero-overlay-opacity: .83;position:relative;min-height:500px;height:60vh;max-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 1.5rem 4rem;overflow:hidden}.mortgage-hero-background{position:absolute;inset:0;background-image:url(/images/mortgage_service_hero_background_image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;background-attachment:fixed}.mortgage-hero-overlay{position:absolute;inset:0;background:rgba(var(--hero-overlay-color),var(--hero-overlay-opacity));z-index:1}.hero-floating-icons{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;overflow:hidden}.floating-icon{position:absolute;width:60px;height:60px;background:transparent;border-radius:16px;display:flex;align-items:center;justify-content:center;animation:float 6s ease-in-out infinite;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.1)}.floating-icon svg{width:30px;height:30px;color:#ffffffb3}.floating-icon-1{top:20%;left:8%;animation-delay:0s}.floating-icon-2{top:25%;right:10%;animation-delay:1.5s}.floating-icon-3{bottom:30%;left:12%;animation-delay:3s}.floating-icon-4{bottom:25%;right:8%;animation-delay:4.5s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}.mortgage-hero-content{position:relative;z-index:3;max-width:800px;color:#fff}.mortgage-hero-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.mortgage-hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);font-weight:400;line-height:1.6;color:#ffffffe6;margin-bottom:1.5rem;max-width:650px;margin-left:auto;margin-right:auto}.hero-trust-indicators{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.5rem;color:#ffffffe6;font-size:.9rem}.trust-item svg{width:18px;height:18px;color:#e67e22}.mortgage-stats{background:#fff;padding:3rem 0;border-bottom:1px solid #eef0f2}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:12px;border:1px solid #eef0f2;transition:all .3s ease}.stat-item:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000014;border-color:#e67e22}.stat-icon{flex-shrink:0;width:50px;height:50px;background:linear-gradient(135deg,#e67e22,#d35400);border-radius:12px;display:flex;align-items:center;justify-content:center}.stat-icon svg{width:24px;height:24px;color:#fff}.stat-content{display:flex;flex-direction:column}.stat-value{font-size:1.5rem;font-weight:700;color:#061827;line-height:1.2}.stat-label{font-size:.85rem;color:#666;margin-top:.15rem}.mortgage-section{padding:4rem 0 5rem}.mortgage-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.mortgage-audience{background-color:#f8f9fa}.mortgage-problems{background:linear-gradient(135deg,#e8f4fc,#f0f8ff)}.mortgage-approach{background:#f8f9fa}.mortgage-included{background:linear-gradient(135deg,#061827,#2d5a87)}.included-image-badge{position:absolute;bottom:-20px;left:-20px;display:flex;align-items:center;gap:.5rem;background:#fff;padding:.75rem 1.25rem;border-radius:50px;box-shadow:0 8px 25px #00000026}.mortgage-case-study{background:#f8f9fa}.mortgage-faqs{background:linear-gradient(135deg,#e8f4fc,#f0f8ff)}.mortgage-cross-links{background:#fff}.mortgage-cta{--cta-overlay-color: 6, 23, 47;--cta-overlay-opacity: .85;position:relative;text-align:center;padding:5rem 0 6rem;overflow:hidden}.cta-background{position:absolute;inset:0;background-image:url(/images/mortgage_cta_background_image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;background-attachment:fixed}@media(max-width:992px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.mortgage-hero{min-height:45vh;padding:8rem 1.5rem 3rem}.audience-card{width:45%}.floating-icon{width:45px;height:45px}.floating-icon svg{width:22px;height:22px}.floating-icon-1,.floating-icon-3{left:3%}.floating-icon-2,.floating-icon-4{right:3%}.hero-trust-indicators{gap:1rem}.trust-item{font-size:.8rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-item{flex-direction:column;text-align:center;gap:.75rem}.stat-icon{width:45px;height:45px}.mortgage-section{padding:2.5rem 0}.section-title{margin-bottom:2rem}.audience-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.audience-card{padding:1.5rem 1.25rem}.audience-card-icon{width:56px;height:56px;margin-bottom:1rem}.audience-card-icon svg{width:28px;height:28px}.problems-container{grid-template-columns:1fr;gap:2rem}.problems-image-wrapper{order:1}.problems-content{order:2}.problems-content .section-title{text-align:center}.problems-image-badge{top:-10px;right:10px}.approach-step{flex-direction:column;gap:.75rem}.step-number-wrapper{flex-direction:row;gap:.75rem}.step-number{width:40px;height:40px;font-size:.9rem}.included-container{grid-template-columns:1fr;gap:2rem}.included-image{height:300px}.included-image-badge{bottom:-15px;left:15px}.included-content .section-title{text-align:center}.case-study-container{grid-template-columns:1fr;gap:2rem}.case-study-result{bottom:-15px;right:15px;padding:1rem 1.25rem}.result-value{font-size:1.5rem}.case-study-card{padding:1.5rem}.case-study-stats{flex-wrap:wrap;justify-content:center}.cross-links-grid{grid-template-columns:1fr;gap:1.5rem}.cross-link-card{flex-direction:row}.cross-link-image-wrapper{width:160px;height:auto;min-height:160px;flex-shrink:0}.cross-link-icon-badge{width:40px;height:40px;top:.75rem;right:.75rem}.cross-link-icon-badge svg{width:20px;height:20px}.cross-link-content{padding:1.25rem}.cross-link-title{font-size:1.1rem}.faq-item{padding:0rem}}@media(max-width:575px){.mortgage-hero{min-height:auto;height:auto;padding:7rem 1.25rem 3rem}}@media(max-width:480px){.mortgage-hero{min-height:auto;height:auto;padding:6.5rem 1rem 2.5rem}.audience-card{width:100%}.floating-icon{display:none}.hero-badge{padding:.4rem 1rem;margin-bottom:1rem}.hero-badge span{font-size:.8rem}.hero-trust-indicators{flex-direction:column;gap:.5rem}.stats-grid{grid-template-columns:1fr}.stat-item{flex-direction:row;text-align:left}.mortgage-container{padding:0 1rem}.audience-grid{grid-template-columns:1fr;gap:1rem}.audience-card{padding:1.5rem;display:flex;flex-direction:column;align-items:center}.audience-card-icon{width:50px;height:50px;margin-bottom:.75rem}.audience-card-icon svg{width:24px;height:24px}.audience-card-title{font-size:1.05rem}.audience-card-description{font-size:.9rem}.problems-image-badge{padding:.5rem 1rem}.problems-image-badge svg{width:18px;height:18px}.problems-image-badge span{font-size:.75rem}.included-image{height:250px}.included-image-badge{bottom:-10px;left:10px;padding:.5rem 1rem}.included-image-badge svg{width:20px;height:20px}.included-image-badge span{font-size:.8rem}.case-study-result{bottom:-10px;right:10px;padding:.75rem 1rem}.result-value{font-size:1.25rem}.result-label{font-size:.65rem}.case-study-stats{gap:1rem}.case-stat-value{font-size:1rem}.cross-link-card{flex-direction:column}.cross-link-image-wrapper{width:100%;height:180px}.cross-link-icon-badge{width:45px;height:45px;top:1rem;right:1rem}.cross-link-content{padding:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:280px}.bullet-item{font-size:.95rem}}.realestate-page{min-height:100vh;display:flex;flex-direction:column}.realestate-hero{--hero-overlay-color: 6, 23, 47;--hero-overlay-opacity: .83;position:relative;min-height:500px;height:60vh;max-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 1.5rem 4rem;overflow:hidden}.realestate-hero-background{position:absolute;inset:0;background-image:url(/images/real_estate_service_hero_banner_image.jpg);background-size:cover;background-position:bottom;background-repeat:no-repeat;z-index:0;background-attachment:fixed}.realestate-hero-overlay{position:absolute;inset:0;background:rgba(var(--hero-overlay-color),var(--hero-overlay-opacity));z-index:1}.realestate-hero-content{position:relative;z-index:3;max-width:800px;color:#fff}.realestate-hero-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.realestate-hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);font-weight:400;line-height:1.6;color:#ffffffe6;margin-bottom:1.5rem;max-width:650px;margin-left:auto;margin-right:auto}.realestate-section{padding:4rem 0 5rem}.realestate-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.realestate-audience{background-color:#f8f9fa}.realestate-problems{background:linear-gradient(135deg,#e8f4fc,#f0f8ff)}.realestate-approach{background:#f8f9fa}.realestate-included{background:linear-gradient(135deg,#061827,#2d5a87)}.realestate-case-study{background:#f8f9fa}.realestate-faqs{background:linear-gradient(135deg,#e8f4fc,#f0f8ff)}.realestate-cross-links{background:#fff}.realestate-cta{--cta-overlay-color: 6, 23, 47;--cta-overlay-opacity: .85;position:relative;text-align:center;padding:5rem 0 6rem;overflow:hidden}.cta-background{position:absolute;inset:0;background-image:url(/images/realestate_cta_background_image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}@media(max-width:768px){.realestate-hero{min-height:45vh;padding:8rem 1.5rem 3rem}.audience-card{width:45%}.realestate-section{padding:2.5rem 0}.section-title{margin-bottom:2rem}.audience-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.audience-card{padding:1.5rem 1.25rem}.audience-card-icon{width:56px;height:56px;margin-bottom:1rem}.audience-card-icon svg{width:28px;height:28px}.problems-container{grid-template-columns:1fr;gap:2rem}.problems-image-wrapper{order:1}.problems-content{order:2}.problems-content .section-title{text-align:center}.problems-image-badge{top:-10px;right:10px}.approach-step{flex-direction:column;gap:.75rem}.step-number-wrapper{flex-direction:row;gap:.75rem}.step-number{width:40px;height:40px;font-size:.9rem}.included-container{grid-template-columns:1fr;gap:2rem}.included-image{height:300px}.included-image-badge{bottom:-15px;right:15px}.included-content .section-title{text-align:center}.case-study-container{grid-template-columns:1fr;gap:2rem}.case-study-result{bottom:-15px;right:15px;padding:1rem 1.25rem}.result-value{font-size:1.5rem}.case-study-card{padding:1.5rem}.case-study-stats{flex-wrap:wrap;justify-content:center}.cross-links-grid{grid-template-columns:1fr;gap:1.5rem}.cross-link-card{flex-direction:row}.cross-link-image-wrapper{width:160px;height:auto;min-height:160px;flex-shrink:0}.cross-link-icon-badge{width:40px;height:40px;top:.75rem;right:.75rem}.cross-link-icon-badge svg{width:20px;height:20px}.cross-link-content{padding:1.25rem}.cross-link-title{font-size:1.1rem}.faq-item{padding:0rem}}@media(max-width:575px){.realestate-hero{min-height:auto;height:auto;padding:7rem 1.25rem 3rem}}@media(max-width:480px){.realestate-hero{min-height:auto;height:auto;padding:6.5rem 1rem 2.5rem}.audience-card{width:100%}.hero-badge{padding:.4rem 1rem;margin-bottom:1rem}.hero-badge span{font-size:.8rem}.realestate-container{padding:0 1rem}.audience-grid{grid-template-columns:1fr;gap:1rem}.audience-card{padding:1.5rem;display:flex;flex-direction:column;align-items:center}.audience-card-icon{width:50px;height:50px;margin-bottom:.75rem}.audience-card-icon svg{width:24px;height:24px}.audience-card-title{font-size:.95rem}.problems-image-badge{padding:.5rem 1rem}.problems-image-badge svg{width:18px;height:18px}.problems-image-badge span{font-size:.75rem}.included-image{height:250px}.included-image-badge{bottom:-10px;right:10px;padding:.5rem 1rem}.included-image-badge svg{width:20px;height:20px}.included-image-badge span{font-size:.8rem}.case-study-result{bottom:-10px;right:10px;padding:.75rem 1rem}.result-value{font-size:1.25rem}.result-label{font-size:.65rem}.case-study-stats{gap:1rem}.case-stat-value{font-size:1rem}.cross-link-card{flex-direction:column}.cross-link-image-wrapper{width:100%;height:180px}.cross-link-icon-badge{width:45px;height:45px;top:1rem;right:1rem}.cross-link-content{padding:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:280px}.bullet-item{font-size:.95rem}}.business-page{min-height:100vh;display:flex;flex-direction:column}.business-hero{--hero-overlay-color: 6, 23, 47;--hero-overlay-opacity: .83;position:relative;min-height:500px;height:60vh;max-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 1.5rem 4rem;overflow:hidden}.business-hero-background{position:absolute;inset:0;background-image:url(/images/business_consulting_service_banner_image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;background-attachment:fixed}.business-hero-overlay{position:absolute;inset:0;background:rgba(var(--hero-overlay-color),var(--hero-overlay-opacity));z-index:1}.business-hero-content{position:relative;z-index:3;max-width:800px;color:#fff}.business-hero-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.business-hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);font-weight:400;line-height:1.6;color:#ffffffe6;margin-bottom:1.5rem;max-width:650px;margin-left:auto;margin-right:auto}.business-section{padding:4rem 0 5rem}.business-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.business-audience{background-color:#f8f9fa}.business-problems{background:linear-gradient(135deg,#e8f4fc,#f0f8ff)}.business-approach{background:#f8f9fa}.business-included{background:linear-gradient(135deg,#061827,#2d5a87)}.business-case-study{background:#f8f9fa}.case-study-image{width:100%;object-fit:cover;box-shadow:0 20px 50px #00000026;border-radius:16px}.business-faqs{background:linear-gradient(135deg,#e8f4fc,#f0f8ff)}.business-cross-links{background:#fff}.business-cta{--cta-overlay-color: 6, 23, 47;--cta-overlay-opacity: .85;position:relative;text-align:center;padding:5rem 0 6rem;overflow:hidden}.cta-background{position:absolute;inset:0;background-image:url(/images/business_cta_background_image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}@media(max-width:768px){.business-hero{min-height:45vh;padding:8rem 1.5rem 3rem}.audience-card{width:45%}.business-section{padding:2.5rem 0}.section-title{margin-bottom:2rem}.audience-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.audience-card{padding:1.5rem 1.25rem}.audience-card-icon{width:56px;height:56px;margin-bottom:1rem}.audience-card-icon svg{width:28px;height:28px}.problems-container{grid-template-columns:1fr;gap:2rem}.problems-image-wrapper{order:1}.problems-content{order:2}.problems-content .section-title{text-align:center}.problems-image-badge{top:-10px;right:10px}.approach-step{flex-direction:column;gap:.75rem}.step-number-wrapper{flex-direction:row;gap:.75rem}.step-number{width:40px;height:40px;font-size:.9rem}.included-container{grid-template-columns:1fr;gap:2rem}.included-image{height:300px}.included-image-badge{bottom:-15px;right:15px}.included-content .section-title{text-align:center}.case-study-container{grid-template-columns:1fr;gap:2rem}.case-study-result{bottom:-15px;right:15px;padding:1rem 1.25rem}.result-value{font-size:1.5rem}.case-study-card{padding:1.5rem}.case-study-stats{flex-wrap:wrap;justify-content:center}.cross-links-grid{grid-template-columns:1fr;gap:1.5rem}.cross-link-card{flex-direction:row}.cross-link-image-wrapper{width:160px;height:auto;min-height:160px;flex-shrink:0}.cross-link-icon-badge{width:40px;height:40px;top:.75rem;right:.75rem}.cross-link-icon-badge svg{width:20px;height:20px}.cross-link-content{padding:1.25rem}.cross-link-title{font-size:1.1rem}.faq-item{padding:0rem}}@media(max-width:575px){.business-hero{min-height:auto;height:auto;padding:7rem 1.25rem 3rem}}@media(max-width:480px){.business-hero{min-height:auto;height:auto;padding:6.5rem 1rem 2.5rem}.audience-card{width:100%}.hero-badge{padding:.4rem 1rem;margin-bottom:1rem}.hero-badge span{font-size:.8rem}.business-container{padding:0 1rem}.audience-grid{grid-template-columns:1fr;gap:1rem}.audience-card{padding:1.5rem;display:flex;flex-direction:column;align-items:center}.audience-card-icon{width:50px;height:50px;margin-bottom:.75rem}.audience-card-icon svg{width:24px;height:24px}.audience-card-title{font-size:.95rem}.problems-image-badge{padding:.5rem 1rem}.problems-image-badge svg{width:18px;height:18px}.problems-image-badge span{font-size:.75rem}.included-image{height:250px}.included-image-badge{bottom:-10px;right:10px;padding:.5rem 1rem}.included-image-badge svg{width:20px;height:20px}.included-image-badge span{font-size:.8rem}.case-study-result{bottom:-10px;right:10px;padding:.75rem 1rem}.result-value{font-size:1.25rem}.result-label{font-size:.65rem}.case-study-stats{gap:1rem}.case-stat-value{font-size:1rem}.cross-link-card{flex-direction:column}.cross-link-image-wrapper{width:100%;height:180px}.cross-link-icon-badge{width:45px;height:45px;top:1rem;right:1rem}.cross-link-content{padding:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:280px}.bullet-item{font-size:.95rem}}.marketing-page{min-height:100vh;display:flex;flex-direction:column}.marketing-hero{--hero-overlay-color: 6, 23, 47;--hero-overlay-opacity: .83;position:relative;min-height:500px;height:60vh;max-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 1.5rem 4rem;overflow:hidden}.marketing-hero-background{position:absolute;inset:0;background-image:url(/images/marketing_page_hero_banner_image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;background-attachment:fixed}.marketing-hero-overlay{position:absolute;inset:0;background:rgba(var(--hero-overlay-color),var(--hero-overlay-opacity));z-index:1}.marketing-hero-content{position:relative;z-index:3;max-width:800px;color:#fff}.marketing-hero-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.marketing-hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);font-weight:400;line-height:1.6;color:#ffffffe6;margin-bottom:1.5rem;max-width:650px;margin-left:auto;margin-right:auto}.marketing-section{padding:4rem 0 5rem}.marketing-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.marketing-audience{background-color:#f8f9fa}.marketing-problems{background:linear-gradient(135deg,#e8f4fc,#f0f8ff)}.marketing-approach{background:#f8f9fa}.marketing-included{background:linear-gradient(135deg,#061827,#2d5a87)}.marketing-case-study{background:#f8f9fa}.marketing-faqs{background:linear-gradient(135deg,#e8f4fc,#f0f8ff)}.marketing-cross-links{background:#fff}.marketing-cta{--cta-overlay-color: 6, 23, 47;--cta-overlay-opacity: .85;position:relative;text-align:center;padding:5rem 0 6rem;overflow:hidden}.cta-background{position:absolute;inset:0;background-image:url(/images/marketing_cta_background_image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}@media(max-width:768px){.marketing-hero{min-height:45vh;padding:8rem 1.5rem 3rem}.audience-card{width:45%}.marketing-section{padding:2.5rem 0}.section-title{margin-bottom:2rem}.audience-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.audience-card{padding:1.5rem 1.25rem}.audience-card-icon{width:56px;height:56px;margin-bottom:1rem}.audience-card-icon svg{width:28px;height:28px}.problems-container{grid-template-columns:1fr;gap:2rem}.problems-image-wrapper{order:1}.problems-content{order:2}.problems-content .section-title{text-align:center}.problems-image-badge{top:-10px;right:10px}.approach-step{flex-direction:column;gap:.75rem}.step-number-wrapper{flex-direction:row;gap:.75rem}.step-number{width:40px;height:40px;font-size:.9rem}.included-container{grid-template-columns:1fr;gap:2rem}.included-image{height:300px}.included-image-badge{bottom:-15px;right:15px}.included-content .section-title{text-align:center}.case-study-container{grid-template-columns:1fr;gap:2rem}.case-study-result{bottom:-15px;right:15px;padding:1rem 1.25rem}.result-value{font-size:1.5rem}.case-study-card{padding:1.5rem}.case-study-stats{flex-wrap:wrap;justify-content:center}.cross-links-grid{grid-template-columns:1fr;gap:1.5rem}.cross-link-card{flex-direction:row}.cross-link-image-wrapper{width:160px;height:auto;min-height:160px;flex-shrink:0}.cross-link-icon-badge{width:40px;height:40px;top:.75rem;right:.75rem}.cross-link-icon-badge svg{width:20px;height:20px}.cross-link-content{padding:1.25rem}.cross-link-title{font-size:1.1rem}.faq-item{padding:0rem}}@media(max-width:575px){.marketing-hero{min-height:auto;height:auto;padding:7rem 1.25rem 3rem}}@media(max-width:480px){.marketing-hero{min-height:auto;height:auto;padding:6.5rem 1rem 2.5rem}.audience-card{width:100%}.hero-badge{padding:.4rem 1rem;margin-bottom:1rem}.hero-badge span{font-size:.8rem}.marketing-container{padding:0 1rem}.audience-grid{grid-template-columns:1fr;gap:1rem}.audience-card{padding:1.5rem;display:flex;flex-direction:column;align-items:center}.audience-card-icon{width:50px;height:50px;margin-bottom:.75rem}.audience-card-icon svg{width:24px;height:24px}.audience-card-title{font-size:.95rem}.problems-image-badge{padding:.5rem 1rem}.problems-image-badge svg{width:18px;height:18px}.problems-image-badge span{font-size:.75rem}.included-image{height:250px}.included-image-badge{bottom:-10px;right:10px;padding:.5rem 1rem}.included-image-badge svg{width:20px;height:20px}.included-image-badge span{font-size:.8rem}.case-study-result{bottom:-10px;right:10px;padding:.75rem 1rem}.result-value{font-size:1.25rem}.result-label{font-size:.65rem}.case-study-stats{gap:1rem}.case-stat-value{font-size:1rem}.cross-link-card{flex-direction:column}.cross-link-image-wrapper{width:100%;height:180px}.cross-link-icon-badge{width:45px;height:45px;top:1rem;right:1rem}.cross-link-content{padding:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:280px}.bullet-item{font-size:.95rem}}.financial-page{min-height:100vh;display:flex;flex-direction:column}.financial-hero{--hero-overlay-color: 6, 23, 47;--hero-overlay-opacity: .83;position:relative;min-height:500px;height:60vh;max-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 1.5rem 4rem;overflow:hidden}.financial-hero-background{position:absolute;inset:0;background-image:url(/images/financial_service_page_hero_banner_image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;background-attachment:fixed}.financial-hero-overlay{position:absolute;inset:0;background:rgba(var(--hero-overlay-color),var(--hero-overlay-opacity));z-index:1}.financial-hero-content{position:relative;z-index:3;max-width:800px;color:#fff}.financial-hero-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.financial-hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);font-weight:400;line-height:1.6;color:#ffffffe6;margin-bottom:1.5rem;max-width:650px;margin-left:auto;margin-right:auto}.financial-section{padding:4rem 0 5rem}.financial-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.financial-audience{background-color:#f8f9fa}.financial-problems{background:linear-gradient(135deg,#e8f4fc,#f0f8ff)}.financial-approach{background:#f8f9fa}.financial-included{background:linear-gradient(135deg,#061827,#2d5a87)}.financial-case-study{background:#f8f9fa}.financial-faqs{background:linear-gradient(135deg,#e8f4fc,#f0f8ff)}.financial-cross-links{background:#fff}.financial-cta{--cta-overlay-color: 6, 23, 47;--cta-overlay-opacity: .85;position:relative;text-align:center;padding:5rem 0 6rem;overflow:hidden}.cta-background{position:absolute;inset:0;background-image:url(/images/financial_cta_background_image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}@media(max-width:768px){.financial-hero{min-height:45vh;padding:8rem 1.5rem 3rem}.audience-card{width:45%}.financial-section{padding:2.5rem 0}.section-title{margin-bottom:2rem}.audience-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.audience-card{padding:1.5rem 1.25rem}.audience-card-icon{width:56px;height:56px;margin-bottom:1rem}.audience-card-icon svg{width:28px;height:28px}.problems-container{grid-template-columns:1fr;gap:2rem}.problems-image-wrapper{order:1}.problems-content{order:2}.problems-content .section-title{text-align:center}.problems-image-badge{top:-10px;right:10px}.approach-step{flex-direction:column;gap:.75rem}.step-number-wrapper{flex-direction:row;gap:.75rem}.step-number{width:40px;height:40px;font-size:.9rem}.included-container{grid-template-columns:1fr;gap:2rem}.included-image{height:300px}.included-image-badge{bottom:-15px;right:15px}.included-content .section-title{text-align:center}.case-study-container{grid-template-columns:1fr;gap:2rem}.case-study-result{bottom:-15px;right:15px;padding:1rem 1.25rem}.result-value{font-size:1.5rem}.case-study-card{padding:1.5rem}.case-study-stats{flex-wrap:wrap;justify-content:center}.cross-links-grid{grid-template-columns:1fr;gap:1.5rem}.cross-link-card{flex-direction:row}.cross-link-image-wrapper{width:160px;height:auto;min-height:160px;flex-shrink:0}.cross-link-icon-badge{width:40px;height:40px;top:.75rem;right:.75rem}.cross-link-icon-badge svg{width:20px;height:20px}.cross-link-content{padding:1.25rem}.cross-link-title{font-size:1.1rem}.faq-item{padding:0rem}}@media(max-width:575px){.financial-hero{min-height:auto;height:auto;padding:7rem 1.25rem 3rem}}@media(max-width:480px){.financial-hero{min-height:auto;height:auto;padding:6.5rem 1rem 2.5rem}.audience-card{width:100%}.hero-badge{padding:.4rem 1rem;margin-bottom:1rem}.hero-badge span{font-size:.8rem}.financial-container{padding:0 1rem}.audience-grid{grid-template-columns:1fr;gap:1rem}.audience-card{padding:1.5rem;display:flex;flex-direction:column;align-items:center}.audience-card-icon{width:50px;height:50px;margin-bottom:.75rem}.audience-card-icon svg{width:24px;height:24px}.audience-card-title{font-size:.95rem}.problems-image-badge{padding:.5rem 1rem}.problems-image-badge svg{width:18px;height:18px}.problems-image-badge span{font-size:.75rem}.included-image{height:250px}.included-image-badge{bottom:-10px;right:10px;padding:.5rem 1rem}.included-image-badge svg{width:20px;height:20px}.included-image-badge span{font-size:.8rem}.case-study-result{bottom:-10px;right:10px;padding:.75rem 1rem}.result-value{font-size:1.25rem}.result-label{font-size:.65rem}.case-study-stats{gap:1rem}.case-stat-value{font-size:1rem}.cross-link-card{flex-direction:column}.cross-link-image-wrapper{width:100%;height:180px}.cross-link-icon-badge{width:45px;height:45px;top:1rem;right:1rem}.cross-link-content{padding:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:280px}.bullet-item{font-size:.95rem}}.government-page{min-height:100vh;display:flex;flex-direction:column}.government-hero{--hero-overlay-color: 6, 23, 47;--hero-overlay-opacity: .83;position:relative;min-height:500px;height:60vh;max-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 1.5rem 4rem;overflow:hidden}.government-hero-background{position:absolute;inset:0;background-image:url(/images/government_relations_service_hero_banner_image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;background-attachment:fixed}.government-hero-overlay{position:absolute;inset:0;background:rgba(var(--hero-overlay-color),var(--hero-overlay-opacity));z-index:1}.government-hero-content{position:relative;z-index:3;max-width:800px;color:#fff}.government-hero-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.government-hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);font-weight:400;line-height:1.6;color:#ffffffe6;margin-bottom:1.5rem;max-width:650px;margin-left:auto;margin-right:auto}.government-section{padding:4rem 0 5rem}.government-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.government-audience{background-color:#f8f9fa}.government-problems{background:linear-gradient(135deg,#e8f4fc,#f0f8ff)}.government-approach{background:#f8f9fa}.government-included{background:linear-gradient(135deg,#061827,#2d5a87)}.government-case-study{background:#f8f9fa}.government-faqs{background:linear-gradient(135deg,#e8f4fc,#f0f8ff)}.government-cross-links{background:#fff}.government-cta{--cta-overlay-color: 6, 23, 47;--cta-overlay-opacity: .85;position:relative;text-align:center;padding:5rem 0 6rem;overflow:hidden}.cta-background{position:absolute;inset:0;background-image:url(/images/government_cta_background_image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}@media(max-width:768px){.government-hero{min-height:45vh;padding:8rem 1.5rem 3rem}.audience-card{width:45%}.government-section{padding:2.5rem 0}.section-title{margin-bottom:2rem}.audience-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.audience-card{padding:1.5rem 1.25rem}.audience-card-icon{width:56px;height:56px;margin-bottom:1rem}.audience-card-icon svg{width:28px;height:28px}.problems-container{grid-template-columns:1fr;gap:2rem}.problems-image-wrapper{order:1}.problems-content{order:2}.problems-content .section-title{text-align:center}.problems-image-badge{top:-10px;right:10px}.approach-step{flex-direction:column;gap:.75rem}.step-number-wrapper{flex-direction:row;gap:.75rem}.step-number{width:40px;height:40px;font-size:.9rem}.included-container{grid-template-columns:1fr;gap:2rem}.included-image-badge{bottom:-15px;right:15px}.included-content .section-title{text-align:center}.case-study-container{grid-template-columns:1fr;gap:2rem}.case-study-result{bottom:-15px;right:15px;padding:1rem 1.25rem}.result-value{font-size:1.5rem}.case-study-card{padding:1.5rem}.case-study-stats{flex-wrap:wrap;justify-content:center}.cross-links-grid{grid-template-columns:1fr;gap:1.5rem}.cross-link-card{flex-direction:row}.cross-link-image-wrapper{width:160px;height:auto;min-height:160px;flex-shrink:0}.cross-link-icon-badge{width:40px;height:40px;top:.75rem;right:.75rem}.cross-link-icon-badge svg{width:20px;height:20px}.cross-link-content{padding:1.25rem}.cross-link-title{font-size:1.1rem}.faq-item{padding:0rem}}@media(max-width:575px){.government-hero{min-height:auto;height:auto;padding:7rem 1.25rem 3rem}}@media(max-width:480px){.government-hero{min-height:auto;height:auto;padding:6.5rem 1rem 2.5rem}.audience-card{width:100%}.hero-badge{padding:.4rem 1rem;margin-bottom:1rem}.hero-badge span{font-size:.8rem}.government-container{padding:0 1rem}.audience-grid{grid-template-columns:1fr;gap:1rem}.audience-card{padding:1.5rem;display:flex;flex-direction:column;align-items:center}.audience-card-icon{width:50px;height:50px;margin-bottom:.75rem}.audience-card-icon svg{width:24px;height:24px}.audience-card-title{font-size:.95rem}.problems-image-badge{padding:.5rem 1rem}.problems-image-badge svg{width:18px;height:18px}.problems-image-badge span{font-size:.75rem}.included-image-badge{bottom:-10px;right:10px;padding:.5rem 1rem}.included-image-badge svg{width:20px;height:20px}.included-image-badge span{font-size:.8rem}.case-study-result{bottom:-10px;right:10px;padding:.75rem 1rem}.result-value{font-size:1.25rem}.result-label{font-size:.65rem}.case-study-stats{gap:1rem}.case-stat-value{font-size:1rem}.cross-link-card{flex-direction:column}.cross-link-image-wrapper{width:100%;height:180px}.cross-link-icon-badge{width:45px;height:45px;top:1rem;right:1rem}.cross-link-content{padding:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:280px}.bullet-item{font-size:.95rem}}.webdev-page{min-height:100vh;display:flex;flex-direction:column}.webdev-hero{--hero-overlay-color: 6, 23, 47;--hero-overlay-opacity: .83;position:relative;min-height:500px;height:60vh;max-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 1.5rem 4rem;overflow:hidden}.webdev-hero-background{position:absolute;inset:0;background-image:url(/images/web_development_service_hero_banner_image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.webdev-hero-overlay{position:absolute;inset:0;background:rgba(var(--hero-overlay-color),var(--hero-overlay-opacity));z-index:1}.webdev-hero-content{position:relative;z-index:3;max-width:800px;color:#fff}.webdev-hero-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.webdev-hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);font-weight:400;line-height:1.6;color:#ffffffe6;margin-bottom:1.5rem;max-width:650px;margin-left:auto;margin-right:auto}.webdev-section{padding:4rem 0 5rem}.webdev-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.webdev-audience{background-color:#f8f9fa}.audience-card-title{font-size:1.05rem;font-weight:700;color:#061827;margin-bottom:.75rem}.audience-card-description{font-size:.9rem;color:#666;line-height:1.6;margin:0}.webdev-problems{background:linear-gradient(135deg,#e8f4fc,#f0f8ff)}.webdev-approach{background:#f8f9fa}.step-icon{width:50px;height:50px;color:#e67e22;padding:12px}.step-icon svg{width:100%;height:100%}.webdev-included{background:linear-gradient(135deg,#061827,#2d5a87)}.webdev-case-study{background:#f8f9fa}.webdev-faqs{background:linear-gradient(135deg,#e8f4fc,#f0f8ff)}.webdev-cross-links{background:#fff}.webdev-cta{--cta-overlay-color: 6, 23, 47;--cta-overlay-opacity: .85;position:relative;text-align:center;padding:5rem 0 6rem;overflow:hidden}.cta-background{position:absolute;inset:0;background-image:url(/images/webdev_cta_background_image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}@media(max-width:1100px){.audience-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.cross-links-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.webdev-hero{min-height:45vh;padding:8rem 1.5rem 3rem}.audience-card{width:45%}.webdev-section{padding:2.5rem 0}.section-title{margin-bottom:2rem}.audience-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.audience-card{padding:1.5rem 1.25rem}.audience-card-icon{width:56px;height:56px;margin-bottom:1rem}.audience-card-icon svg{width:28px;height:28px}.problems-container{grid-template-columns:1fr;gap:2rem}.problems-image-wrapper{order:1}.problems-content{order:2}.problems-content .section-title{text-align:center}.problems-image-badge{top:-10px;right:10px}.approach-step{flex-direction:column;gap:.75rem}.step-number-wrapper{flex-direction:row;gap:.75rem}.step-number{width:40px;height:40px;font-size:.9rem}.included-container{grid-template-columns:1fr;gap:2rem}.included-image{height:300px}.included-image-badge{bottom:-15px;right:15px}.included-content .section-title{text-align:center}.case-study-container{grid-template-columns:1fr;gap:2rem}.case-study-result{bottom:-15px;right:15px;padding:1rem 1.25rem}.result-value{font-size:1.5rem}.case-study-card{padding:1.5rem}.case-study-stats{flex-wrap:wrap;justify-content:center}.cross-links-grid{grid-template-columns:1fr;gap:1.5rem}.cross-link-card{flex-direction:row}.cross-link-image-wrapper{width:160px;height:auto;min-height:160px;flex-shrink:0}.cross-link-icon-badge{width:40px;height:40px;top:.75rem;right:.75rem}.cross-link-icon-badge svg{width:20px;height:20px}.cross-link-content{padding:1.25rem}.cross-link-title{font-size:1.1rem}.faq-item{padding:0rem}}@media(max-width:575px){.webdev-hero{min-height:auto;height:auto;padding:7rem 1.25rem 3rem}}@media(max-width:480px){.webdev-hero{min-height:auto;height:auto;padding:6.5rem 1rem 2.5rem}.audience-card{width:100%}.hero-badge{padding:.4rem 1rem;margin-bottom:1rem}.hero-badge span{font-size:.8rem}.webdev-container{padding:0 1rem}.audience-grid{grid-template-columns:1fr;gap:1rem}.audience-card{padding:1.5rem;display:flex;flex-direction:column;align-items:center}.audience-card-icon{width:50px;height:50px;margin-bottom:.75rem}.audience-card-icon svg{width:24px;height:24px}.audience-card-title{font-size:.95rem}.problems-image-badge{padding:.5rem 1rem}.problems-image-badge svg{width:18px;height:18px}.problems-image-badge span{font-size:.75rem}.included-image{height:250px}.included-image-badge{bottom:-10px;right:10px;padding:.5rem 1rem}.included-image-badge svg{width:20px;height:20px}.included-image-badge span{font-size:.8rem}.case-study-result{bottom:-10px;right:10px;padding:.75rem 1rem}.result-value{font-size:1.25rem}.result-label{font-size:.65rem}.case-study-stats{gap:1rem}.case-stat-value{font-size:1rem}.cross-link-card{flex-direction:column}.cross-link-image-wrapper{width:100%;height:180px}.cross-link-icon-badge{width:45px;height:45px;top:1rem;right:1rem}.cross-link-content{padding:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:280px}.bullet-item{font-size:.95rem}}.modular-page{min-height:100vh;display:flex;flex-direction:column}.modular-hero{--hero-overlay-color: 6, 23, 47;--hero-overlay-opacity: .83;position:relative;min-height:500px;height:60vh;max-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 1.5rem 4rem;overflow:hidden}.modular-hero-background{position:absolute;inset:0;background-image:url(/images/modular_housing_hero_banner_image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;background-attachment:fixed}.modular-hero-overlay{position:absolute;inset:0;background:rgba(var(--hero-overlay-color),var(--hero-overlay-opacity));z-index:1}.modular-hero-content{position:relative;z-index:3;max-width:800px;color:#fff}.modular-hero-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.modular-hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);font-weight:400;line-height:1.6;color:#ffffffe6;margin-bottom:1.5rem;max-width:650px;margin-left:auto;margin-right:auto}.hero-cta-group{margin-bottom:1.5rem}.modular-section{padding:4rem 0 5rem}.modular-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn-icon{width:18px;height:18px}.bullet-list{list-style:none;padding:0;max-width:1200px;margin:0 auto;display:grid;gap:.5rem}.bullet-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;font-size:1rem;color:#333;line-height:1.5;background:#fff;border-radius:10px;border:1px solid #eef0f2;transition:all .2s ease}.bullet-item:hover{border-color:#e67e22;box-shadow:0 4px 12px #0000000d;transform:translate(5px)}.bullet-item .check-icon,.bullet-item .bullet-icon{flex-shrink:0;width:24px;height:24px;padding:4px;background:linear-gradient(135deg,#e67e221a,#e67e220d);border-radius:6px;color:#e67e22}.modular-audience{background-color:#f8f9fa}.audience-grid{display:flex;gap:20px;max-width:1200px;margin:0 auto;justify-content:center;justify-items:center;flex-wrap:wrap}.audience-card{background:#fff;padding:2rem 1.5rem;border-radius:16px;text-align:center;border:1px solid #eef0f2;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 0 20px #0000000d;width:23.69%;max-width:23.62%}.audience-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#061827,#2d5a87);transform:scaleX(0);transition:transform .3s ease}.audience-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;border-color:#e67e22}.audience-card:hover:before{transform:scaleX(1);background:linear-gradient(135deg,#e67e22,#d35400)}.audience-card-icon{width:64px;height:64px;margin:0 auto 1.25rem;background:linear-gradient(135deg,#1a365d1a,#1a365d0d);border-radius:16px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.audience-card:hover .audience-card-icon{background:linear-gradient(135deg,#e67e2226,#e67e2214)}.audience-card-icon svg{width:32px;height:32px;color:#061827;transition:color .3s ease}.audience-card:hover .audience-card-icon svg{color:#e67e22}.audience-card-title{font-size:1.15rem;font-weight:700;color:#061827;margin-bottom:.75rem}.audience-card-description{font-size:.95rem;color:#666;line-height:1.6;margin:0}.modular-problems{background:linear-gradient(135deg,#e8f4fc,#f0f8ff)}.problems-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1200px}.problems-content .section-title{text-align:left;margin-bottom:1.5rem}.problems-content .bullet-list{margin:0}.problems-image-wrapper{position:relative}.problems-image{width:100%;height:100%;object-fit:cover;border-radius:0;box-shadow:0 20px 50px #00000026}.problems-image-badge{position:absolute;top:-15px;right:-15px;display:flex;align-items:center;gap:.5rem;background:#fff;padding:.75rem 1.25rem;border-radius:50px;box-shadow:0 8px 25px #00000026}.problems-image-badge svg{width:22px;height:22px;color:#27ae60}.problems-image-badge span{font-size:.85rem;font-weight:600;color:#061827}.modular-approach{background:#f8f9fa}.approach-timeline{display:flex;flex-direction:column;gap:1.5rem;max-width:1200px;margin:0 auto}.approach-step{display:flex;gap:1.5rem;align-items:flex-start;background:#fff;padding:1.5rem;border-radius:12px;border:1px solid #eef0f2;transition:all .3s ease}.approach-step:hover{box-shadow:0 8px 25px #00000014;transform:translate(5px);border-color:#e67e22}.step-number-wrapper{display:flex;flex-direction:column;align-items:center;gap:.5rem}.step-number{flex-shrink:0;width:52px;height:52px;background:linear-gradient(135deg,#061827,#2d5a87);color:#fff;font-size:1rem;font-weight:700;border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #1a365d40}.step-content{flex:1;padding-top:.25rem}.step-title{font-size:1.15rem;font-weight:700;color:#061827;margin-bottom:.75rem}.step-points{margin:0;padding-left:1.25rem;color:#555;line-height:1.7;font-size:.95rem}.step-points li{margin-bottom:.35rem}.step-points li::marker{color:#e67e22}.modular-included{background:linear-gradient(135deg,#061827,#2d5a87)}.included-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1200px}.included-image-wrapper{position:relative}.included-image{width:100%;object-fit:cover;border-radius:16px;box-shadow:0 20px 50px #0000004d}.included-image-badge{position:absolute;bottom:-20px;right:-20px;display:flex;align-items:center;gap:.5rem;background:#fff;padding:.75rem 1.25rem;border-radius:50px;box-shadow:0 8px 25px #00000026}.included-image-badge svg{width:24px;height:24px;color:#e67e22}.included-image-badge span{font-size:.9rem;font-weight:600;color:#061827}.included-content{padding:1rem 0}.included-content .section-title{color:#fff;text-align:left;margin-bottom:1.5rem}.included-list{list-style:none;padding:0;margin:0}.included-list-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;color:#fff;font-size:1rem;line-height:1.5;border-bottom:1px solid rgba(255,255,255,.1);transition:all .2s ease}.included-list-item:last-child{border-bottom:none}.included-list-item:hover{padding-left:.5rem}.included-list-item .check-icon{flex-shrink:0;width:22px;height:22px;color:#e67e22;margin-top:2px}.modular-case-study{background:#f8f9fa}.case-study-container{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:center;max-width:1200px}.case-study-image-wrapper{position:relative}.case-study-image{width:100%;object-fit:cover;box-shadow:0 20px 50px #00000026}.case-study-result{position:absolute;bottom:-20px;right:-20px;display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#27ae60,#2ecc71);padding:1.25rem 1.5rem;border-radius:16px;box-shadow:0 10px 30px #27ae6059}.result-value{font-size:1.75rem;font-weight:700;color:#fff;line-height:1}.result-label{font-size:.75rem;font-weight:600;color:#ffffffe6;text-transform:uppercase;letter-spacing:.5px;margin-top:.25rem}.case-study-card{padding:2rem;background:#fff;border-radius:16px;border-left:4px solid #e67e22;box-shadow:0 10px 40px #00000014}.case-study-label{display:inline-block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#e67e22;margin-bottom:.75rem}.case-study-title{font-size:1.35rem;font-weight:700;color:#061827;margin-bottom:1rem}.case-study-text{font-size:1rem;line-height:1.7;color:#444;font-style:italic;margin:0 0 1.5rem}.case-study-stats{display:flex;gap:1.5rem;padding-top:1.5rem;border-top:1px solid #eef0f2}.case-stat{display:flex;flex-direction:column;align-items:center;text-align:center}.case-stat-value{font-size:1.25rem;font-weight:700;color:#061827;line-height:1.2}.case-stat-label{font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-top:.25rem}.modular-faqs{background:linear-gradient(135deg,#e8f4fc,#f0f8ff)}.faqs-list{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;color:#061827;background:none;border:none;cursor:pointer;text-align:left;transition:background-color .2s ease}.modular-cross-links{background:#fff}.cross-links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.cross-link-card{position:relative;display:flex;flex-direction:column;text-decoration:none;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid #eef0f2}.cross-link-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f;border-color:#e67e22}.cross-link-image-wrapper{position:relative;height:200px;overflow:hidden}.cross-link-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.cross-link-card:hover .cross-link-image{transform:scale(1.08)}.cross-link-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,transparent 50%,rgba(26,54,93,.7) 100%)}.cross-link-icon-badge{position:absolute;top:1rem;right:1rem;width:48px;height:48px;background:linear-gradient(135deg,#061827,#2d5a87);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #1a365d4d;transition:all .3s ease}.cross-link-card:hover .cross-link-icon-badge{background:linear-gradient(135deg,#e67e22,#d35400);box-shadow:0 4px 15px #e67e2266}.cross-link-icon-badge svg{width:24px;height:24px;color:#fff}.cross-link-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.cross-link-title{font-size:1.2rem;font-weight:700;color:#061827;margin-bottom:.5rem;transition:color .3s ease}.cross-link-card:hover .cross-link-title{color:#e67e22}.cross-link-description{font-size:.95rem;color:#666;line-height:1.6;margin:0 0 1rem;flex:1}.cross-link-cta{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#e67e22;transition:all .3s ease}.cross-link-card:hover .cross-link-cta{gap:.75rem}.cross-link-cta svg{width:18px;height:18px;transition:transform .3s ease}.cross-link-card:hover .cross-link-cta svg{transform:translate(4px)}.modular-cta{--cta-overlay-color: 6, 23, 47;--cta-overlay-opacity: .85;position:relative;text-align:center;padding:5rem 0 6rem;overflow:hidden}.cta-background{position:absolute;inset:0;background-image:url(/images/modular_cta_background_image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}@media(max-width:1192px){.audience-card{width:23.69%;max-width:23.62%}}@media(max-width:1133px){.audience-card{width:23.3%;max-width:23.62%}}@media(max-width:992px){.audience-grid,.cross-links-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:930px){.audience-card{width:23.3%;max-width:100%;flex-grow:1}}@media(max-width:768px){.modular-hero{min-height:45vh;padding:8rem 1.5rem 3rem}.audience-card{width:45%}.modular-section{padding:2.5rem 0}.section-title{margin-bottom:2rem}.audience-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.audience-card{padding:1.5rem 1.25rem}.audience-card-icon{width:56px;height:56px;margin-bottom:1rem}.audience-card-icon svg{width:28px;height:28px}.problems-container{grid-template-columns:1fr;gap:2rem}.problems-image-wrapper{order:1}.problems-content{order:2}.problems-content .section-title{text-align:center}.problems-image-badge{top:-10px;right:10px}.approach-step{flex-direction:column;gap:.75rem}.step-number-wrapper{flex-direction:row;gap:.75rem}.step-number{width:40px;height:40px;font-size:.9rem}.included-container{grid-template-columns:1fr;gap:2rem}.included-image{height:300px}.included-image-badge{bottom:-15px;right:15px}.included-content .section-title{text-align:center}.case-study-container{grid-template-columns:1fr;gap:2rem}.case-study-result{bottom:-15px;right:15px;padding:1rem 1.25rem}.result-value{font-size:1.5rem}.case-study-card{padding:1.5rem}.case-study-stats{flex-wrap:wrap;justify-content:center}.cross-links-grid{grid-template-columns:1fr;gap:1.5rem}.cross-link-card{flex-direction:row}.cross-link-image-wrapper{width:160px;height:auto;min-height:160px;flex-shrink:0}.cross-link-icon-badge{width:40px;height:40px;top:.75rem;right:.75rem}.cross-link-icon-badge svg{width:20px;height:20px}.cross-link-content{padding:1.25rem}.cross-link-title{font-size:1.1rem}.faq-item{padding:0rem}}@media(max-width:575px){.modular-hero{min-height:auto;height:auto;padding:7rem 1.25rem 3rem}}@media(max-width:480px){.modular-hero{min-height:auto;height:auto;padding:6.5rem 1rem 2.5rem}.audience-card{width:100%}.hero-badge{padding:.4rem 1rem;margin-bottom:1rem}.hero-badge span{font-size:.8rem}.modular-container{padding:0 1rem}.audience-grid{grid-template-columns:1fr;gap:1rem}.audience-card{padding:1.5rem;display:flex;flex-direction:column;align-items:center}.audience-card-icon{width:50px;height:50px;margin-bottom:.75rem}.audience-card-icon svg{width:24px;height:24px}.audience-card-title{font-size:.95rem}.problems-image-badge{padding:.5rem 1rem}.problems-image-badge svg{width:18px;height:18px}.problems-image-badge span{font-size:.75rem}.included-image{height:250px}.included-image-badge{bottom:-10px;right:10px;padding:.5rem 1rem}.included-image-badge svg{width:20px;height:20px}.included-image-badge span{font-size:.8rem}.case-study-result{bottom:-10px;right:10px;padding:.75rem 1rem}.result-value{font-size:1.25rem}.result-label{font-size:.65rem}.case-study-stats{gap:1rem}.case-stat-value{font-size:1rem}.cross-link-card{flex-direction:column}.cross-link-image-wrapper{width:100%;height:180px}.cross-link-icon-badge{width:45px;height:45px;top:1rem;right:1rem}.cross-link-content{padding:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:280px}.bullet-item{font-size:.95rem}}.about-page{min-height:100vh;display:flex;flex-direction:column}.about-hero{--hero-overlay-color: 6, 23, 47;--hero-overlay-opacity: .83;position:relative;min-height:500px;height:60vh;max-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 1.5rem 4rem;overflow:hidden}.about-hero-background{position:absolute;inset:0;background-image:url(/images/about_hero_bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;background-attachment:fixed}.about-hero-overlay{position:absolute;inset:0;background:rgba(var(--hero-overlay-color),var(--hero-overlay-opacity));z-index:1}.about-hero-content{position:relative;z-index:3;max-width:800px;color:#fff}.about-hero-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.about-hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);font-weight:400;line-height:1.6;color:#ffffffe6;margin-bottom:0;max-width:650px;margin-left:auto;margin-right:auto}.about-section{padding:4rem 0 5rem}.about-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-header{text-align:center;margin-bottom:2rem}.section-title{font-size:clamp(1.5rem,2.5vw,1.75rem);font-weight:700;color:#061827;text-align:center;margin-bottom:2rem}.section-header .section-title{margin-bottom:0}.section-subtitle{font-size:1.1rem;color:#666;max-width:600px;margin:.75rem auto 0;line-height:1.6}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none}.btn-large{padding:1rem 2rem}.btn-primary:hover{background:linear-gradient(135deg,#d35400,#c0392b);transform:translateY(-3px);box-shadow:0 8px 25px #e67e2273}.btn-secondary{background-color:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.btn-secondary:hover{background-color:#fff3;border-color:#fff;transform:translateY(-3px)}.about-story{background:linear-gradient(135deg,#e8f4fc,#f0f8ff)}.story-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1200px}.story-image-wrapper{position:relative}.story-image{width:100%;height:100%;object-fit:cover;border-radius:16px;box-shadow:0 20px 50px #00000026}.story-image-badge{position:absolute;bottom:-20px;right:-15px;display:flex;align-items:center;gap:.5rem;background:#fff;padding:.75rem 1.25rem;border-radius:50px;box-shadow:0 8px 25px #00000026}.story-image-badge svg{width:22px;height:22px;color:#27ae60}.story-image-badge span{font-size:.85rem;font-weight:600;color:#061827}.story-content .section-title{text-align:left;margin-bottom:1.5rem}.story-text p{font-size:1.05rem;color:#475569;line-height:1.8;margin-bottom:1rem}.story-text p:last-child{margin-bottom:0}.about-values{background-color:#f8f9fa}.values-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;max-width:1200px;margin:0 auto}.value-card{background:#fff;padding:2rem 1.5rem;border-radius:16px;text-align:center;border:1px solid #eef0f2;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 0 20px #0000000d}.value-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#061827,#2d5a87);transform:scaleX(0);transition:transform .3s ease}.value-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;border-color:#e67e22}.value-card:hover:before{transform:scaleX(1);background:linear-gradient(135deg,#e67e22,#d35400)}.value-card-icon{width:64px;height:64px;margin:0 auto 1.25rem;background:linear-gradient(135deg,#1a365d1a,#1a365d0d);border-radius:16px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.value-card:hover .value-card-icon{background:linear-gradient(135deg,#e67e2226,#e67e2214)}.value-card-icon svg{width:32px;height:32px;color:#061827;transition:color .3s ease}.value-card:hover .value-card-icon svg{color:#e67e22}.value-card-title{font-size:1.15rem;font-weight:700;color:#061827;margin-bottom:.75rem}.value-card-description{font-size:.95rem;color:#666;line-height:1.6;margin:0}.about-expertise{background:linear-gradient(135deg,#061827,#2d5a87)}.expertise-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1200px}.expertise-content .section-title{color:#fff;text-align:left;margin-bottom:1.5rem}.expertise-text p{font-size:1.05rem;color:#ffffffd9;line-height:1.8;margin-bottom:1rem}.expertise-text p:last-child{margin-bottom:0}.expertise-services{background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem}.expertise-services-title{font-size:1.35rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.services-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.service-item{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:#ffffffe6;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.service-item:last-child{border-bottom:none}.service-item svg{width:20px;height:20px;color:#e67e22;flex-shrink:0}.expertise-cta{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:#061827;padding:.875rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease}.expertise-cta:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0003}.expertise-cta svg{width:18px;height:18px;transition:transform .3s ease}.expertise-cta:hover svg{transform:translate(5px)}.about-why-choose{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.why-choose-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.why-choose-card{--card-accent: #e67e22;display:flex;gap:1.25rem;background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 4px 20px #0000000f;transition:all .3s ease;border:1px solid rgba(0,0,0,.05);position:relative;overflow:hidden}.why-choose-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--card-accent);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.why-choose-card:hover:before{transform:scaleX(1)}.why-choose-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00000026}.why-choose-icon{width:56px;height:56px;background:linear-gradient(135deg,#061827,#2d5a87);border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #00000026}.why-choose-icon svg{width:26px;height:26px;stroke:#fff}.why-choose-title{font-size:1.1rem;font-weight:600;color:#061827;margin-bottom:.5rem}.why-choose-description{font-size:.95rem;color:#64748b;line-height:1.6;margin:0}.about-cta{--cta-overlay-color: 6, 23, 47;--cta-overlay-opacity: .85;position:relative;text-align:center;padding:5rem 0 6rem;overflow:hidden}.cta-background{position:absolute;inset:0;background-image:url(/images/about_cta_bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.cta-title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:#fff;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.cta-subtitle{font-size:clamp(1rem,1.5vw,1.15rem);color:#ffffffe6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.download-icon{width:18px;height:18px}@media(max-width:1200px){.values-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.values-grid,.why-choose-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-hero{min-height:45vh;padding:8rem 1.5rem 3rem}.about-section{padding:2.5rem 0}.section-title{margin-bottom:2rem}.story-container{grid-template-columns:1fr;gap:2rem}.story-image-wrapper{order:1}.story-content{order:2}.story-image-badge{bottom:-15px;right:15px}.value-card{padding:1.5rem 1.25rem}.value-card-icon{width:56px;height:56px;margin-bottom:1rem}.value-card-icon svg{width:28px;height:28px}.expertise-container{grid-template-columns:1fr;gap:2rem}.expertise-content .section-title{text-align:center}.why-choose-grid{grid-template-columns:1fr}.why-choose-card{flex-direction:row;align-items:flex-start}}@media(max-width:575px){.about-hero{min-height:auto;height:auto;padding:7rem 1.25rem 3rem}}@media(max-width:480px){.about-hero{min-height:auto;height:auto;padding:6.5rem 1rem 2.5rem}.hero-badge{padding:.4rem 1rem;margin-bottom:1rem}.hero-badge span{font-size:.8rem}.about-container{padding:0 1rem}.values-grid{grid-template-columns:1fr}.value-card{padding:1.5rem;display:flex;flex-direction:column;align-items:center}.value-card-icon{width:50px;height:50px;margin-bottom:.75rem}.value-card-icon svg{width:24px;height:24px}.value-card-title{font-size:1rem}.story-image-badge{padding:.5rem 1rem;bottom:-10px;right:10px}.story-image-badge svg{width:18px;height:18px}.story-image-badge span{font-size:.75rem}.expertise-services{padding:1.5rem}.expertise-services-title{font-size:1.15rem}.why-choose-card{flex-direction:column;text-align:center;align-items:center}.why-choose-icon{margin:0 auto}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:280px}}.contact-page{min-height:100vh;display:flex;flex-direction:column}.contact-hero{--hero-overlay-color: 6, 23, 47;--hero-overlay-opacity: .83;position:relative;min-height:400px;height:50vh;max-height:500px;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 1.5rem 4rem;overflow:hidden}.contact-hero-background{position:absolute;inset:0;background-image:url(/images/contact_hero_bg.jpg);background-size:cover;background-position:top;background-repeat:no-repeat;z-index:0;background-color:#061827}.contact-hero-overlay{position:absolute;inset:0;background:rgba(var(--hero-overlay-color),var(--hero-overlay-opacity));z-index:1}.contact-hero-content{position:relative;z-index:3;max-width:700px;color:#fff}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#e67e2233;border:1px solid rgba(230,126,34,.4);padding:.5rem 1.25rem;border-radius:50px;margin-bottom:1.5rem;animation:pulse 2s ease-in-out infinite}.hero-badge svg{width:18px;height:18px;color:#e67e22}.hero-badge span{font-size:.9rem;font-weight:600;color:#fff}@keyframes pulse{0%,to{box-shadow:0 0 #e67e2266}50%{box-shadow:0 0 0 10px #e67e2200}}.contact-hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.contact-hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);font-weight:400;line-height:1.6;color:#ffffffe6;margin-bottom:0;max-width:550px;margin-left:auto;margin-right:auto}.contact-section{padding:5rem 0}.contact-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-header{text-align:center;margin-bottom:1.5rem}.section-badge{display:inline-block;background:linear-gradient(135deg,#e67e221a,#e67e220d);color:#e67e22;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;padding:.5rem 1.25rem;border-radius:50px;margin-bottom:.75rem;border:1px solid rgba(230,126,34,.2)}.section-title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:#061827;margin-bottom:2rem}.section-subtitle{font-size:1.1rem;color:#666;max-width:550px;margin:0 auto;line-height:1.6}.contact-main{background:#fff}.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:start}.contact-form-wrapper{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 40px #0000001c}.form-header{margin-bottom:2rem}.form-header .section-title{text-align:left;margin-bottom:.5rem}.form-subtitle{color:#666;font-size:1rem}.form-status{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:10px;margin-bottom:1.5rem;font-weight:500}.form-status.success{background:#27ae601a;color:#27ae60;border:1px solid rgba(39,174,96,.2)}.form-status.error{background:#e74c3c1a;color:#e74c3c;border:1px solid rgba(231,76,60,.2)}.form-status svg{width:22px;height:22px;flex-shrink:0}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.95rem;font-weight:600;color:#333}.required{color:#e74c3c}.form-group input,.form-group textarea{padding:.875rem 1rem;border:1px solid #e0e0e0;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fafafa}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#e67e22;background:#fff;box-shadow:0 0 0 3px #e67e221a}.form-group input::placeholder,.form-group textarea::placeholder{color:#aaa}.form-group input.input-error{border-color:#e74c3c;background:#fff5f5}.form-group input.input-error:focus{border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a}.field-error{display:block;color:#e74c3c;font-size:.85rem;margin-top:.35rem}.form-group textarea{resize:vertical;min-height:120px}.services-checkboxes{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:background-color .2s ease}.checkbox-label:hover{background-color:#f5f5f5}.checkbox-label input[type=checkbox]{display:none}.checkbox-custom{width:20px;height:20px;border:2px solid #ddd;border-radius:5px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.checkbox-label input[type=checkbox]:checked+.checkbox-custom{background:linear-gradient(135deg,#e67e22,#d35400);border-color:#e67e22}.checkbox-label input[type=checkbox]:checked+.checkbox-custom:after{content:"";width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:2px}.checkbox-text{font-size:.9rem;color:#444}.consultation-scheduler{margin-top:1rem;padding:1.25rem;background:linear-gradient(135deg,#e67e220d,#d354000d);border:1px solid rgba(230,126,34,.2);border-radius:12px;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.scheduler-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:#e67e22;font-weight:600;font-size:.95rem}.scheduler-header svg{width:20px;height:20px}.scheduler-inputs{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.scheduler-field{display:flex;flex-direction:column;gap:.5rem}.scheduler-field label{font-size:.85rem;font-weight:500;color:#333}.scheduler-field input,.scheduler-field select{padding:.75rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:.95rem;font-family:inherit;background:#fff;transition:all .2s ease;cursor:pointer}.scheduler-field input:focus,.scheduler-field select:focus{outline:none;border-color:#e67e22;box-shadow:0 0 0 3px #e67e221a}.scheduler-field input[type=date]{color:#333}.scheduler-field input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(50%) sepia(50%) saturate(1000%) hue-rotate(360deg)}.scheduler-note{margin-top:1rem;margin-bottom:0;font-size:.8rem;color:#888;display:flex;align-items:center;gap:.5rem}@media(max-width:500px){.scheduler-inputs{grid-template-columns:1fr}}.recaptcha-widget-container{margin-top:1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem 0;min-height:78px;position:relative}.recaptcha-widget-container .g-recaptcha{display:inline-block}.recaptcha-loading{display:flex;align-items:center;gap:.75rem;color:#666;font-size:.9rem;padding:1rem}.loading-spinner{width:20px;height:20px;border:3px solid #f3f3f3;border-top:3px solid #e67e22;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:480px){.recaptcha-widget-container .g-recaptcha{transform:scale(.85);transform-origin:0 0}.recaptcha-loading{font-size:.85rem}}.radio-group{display:flex;gap:1.5rem;flex-wrap:wrap}.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem 1rem;border-radius:8px;border:1px solid #e0e0e0;transition:all .2s ease}.radio-label:hover{border-color:#e67e22}.radio-label input[type=radio]{display:none}.radio-custom{width:20px;height:20px;border:2px solid #ddd;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.radio-label input[type=radio]:checked+.radio-custom{border-color:#e67e22}.radio-label input[type=radio]:checked+.radio-custom:after{content:"";width:10px;height:10px;background:linear-gradient(135deg,#e67e22,#d35400);border-radius:50%}.radio-label:has(input:checked){border-color:#e67e22;background:#e67e220d}.radio-text{font-size:.95rem;color:#444}.consultation-checkbox{background:linear-gradient(135deg,#e67e220d,#e67e2205);padding:1rem!important;border-radius:10px;border:1px solid rgba(230,126,34,.2)}.consultation-checkbox .checkbox-text{font-weight:600;color:#333}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:10px;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-family:inherit}.btn-large{padding:1.125rem 2.25rem;font-size:1.05rem}.btn-primary{background:linear-gradient(135deg,#e67e22,#d35400);color:#fff}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#d35400,#c0392b);transform:translateY(-3px);box-shadow:0 10px 30px #e67e2266}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.btn-secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.btn-secondary:hover{background:#fff3;border-color:#fff;transform:translateY(-3px)}.btn-submit{width:100%;padding:1.125rem}.btn-submit svg{width:20px;height:20px}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.contact-info-wrapper{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:100px;align-self:start}.contact-info-card{background:linear-gradient(135deg,#061827,#2d5a87);padding:2rem;border-radius:20px;color:#fff}.info-card-title{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.info-card-subtitle{color:#ffffffb3;margin-bottom:1.5rem}.contact-info-list{display:flex;flex-direction:column;gap:1.25rem}.contact-info-item{display:flex;align-items:flex-start;gap:1rem}.info-icon{width:44px;height:44px;background:#f3f7fa;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-icon svg{width:22px;height:22px;color:#e67e22}.info-content{display:flex;flex-direction:column;gap:.25rem}.info-label{font-size:.85rem;color:#fff9;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:1rem;color:#fff;text-decoration:none;line-height:1.5}a.info-value:hover{color:#e67e22}.social-links{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.social-label{display:block;font-size:.85rem;color:#fff9;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px;margin-top:.9rem}.social-icons{display:flex;gap:.75rem}.social-icon{width:44px;height:44px;background:#ffffff1a;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.social-icon svg{width:20px;height:20px;color:#fff}.social-icon:hover{background:#e67e22;transform:translateY(-3px)}.contact-faq{background:linear-gradient(135deg,#e8f4fc,#f0f8ff)}.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.faq-item{background:#fff;border-radius:8px;box-shadow:0 1px 4px #0000000d;overflow:hidden}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;color:#061827;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;transition:background-color .2s ease}.faq-question:hover{background-color:#f8f9fa}.faq-icon{flex-shrink:0;width:20px;height:20px;color:#e67e22;transition:transform .3s ease}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer-wrapper{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.active .faq-answer-wrapper{max-height:300px}.faq-answer{padding:.8rem 1.5rem 1.25rem;font-size:.95rem;color:#555;line-height:1.6;margin:0}.contact-cta{--cta-overlay-color: 6, 23, 47;--cta-overlay-opacity: .88;position:relative;text-align:center;padding:5rem 0;overflow:hidden}.cta-background{position:absolute;inset:0;background-image:url(/images/contact_cta_bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;background-color:#061827}.cta-overlay{position:absolute;inset:0;background:rgba(var(--cta-overlay-color),var(--cta-overlay-opacity));z-index:1}.cta-content{position:relative;z-index:2}.cta-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fff;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.cta-subtitle{font-size:1.15rem;color:#ffffffe6;margin-bottom:2rem;max-width:550px;margin-left:auto;margin-right:auto;line-height:1.6}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-buttons .btn svg{width:20px;height:20px}@media(max-width:992px){.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-info-wrapper{order:-1;position:static}.services-checkboxes{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.contact-hero{min-height:auto;height:auto;padding:7rem 1.5rem 3rem}.contact-section{padding:3.5rem 0}.contact-form-wrapper{padding:1.75rem}.form-row{grid-template-columns:1fr;gap:1rem}.services-checkboxes{grid-template-columns:1fr 1fr}.radio-group{flex-direction:column;gap:.75rem}.radio-label{width:100%}}@media(max-width:575px){.contact-hero{padding:6.5rem 1rem 2.5rem}.contact-container{padding:0 1rem}.contact-form-wrapper{padding:1.5rem;border-radius:16px}.contact-info-card{padding:1.5rem}.services-checkboxes{grid-template-columns:1fr}.checkbox-label{padding:.75rem;background:#f8f9fa;border-radius:8px}.faq-question{padding:1rem 1.25rem;font-size:.95rem}.faq-answer p{padding:0 1.25rem 1rem;font-size:.95rem}}@media(max-width:480px){.hero-badge{padding:.4rem 1rem;margin-bottom:1rem}.hero-badge span{font-size:.8rem}.contact-form-wrapper{padding:1.25rem}.form-group input,.form-group textarea{padding:.75rem}.contact-info-item{flex-direction:column;gap:.5rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:280px}}.sitemap-page{min-height:100vh;display:flex;flex-direction:column}.sitemap-main{flex:1}.sitemap-hero{background:linear-gradient(135deg,#061827,#2d5a87);padding:120px 20px 60px;text-align:center}.sitemap-hero-content h1{font-size:3rem;color:#fff;margin-bottom:1rem;font-weight:700}.sitemap-hero-content p{font-size:1.25rem;color:#fffc;max-width:600px;margin:0 auto}.sitemap-content{padding:60px 20px;background:#f8f9fa}.sitemap-container{max-width:1200px;margin:0 auto;display:grid;gap:40px}.sitemap-section{background:#fff;border-radius:16px;padding:30px;box-shadow:0 4px 20px #00000014}.sitemap-section-header{display:flex;align-items:center;gap:15px;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #f0f0f0}.sitemap-section-icon{width:50px;height:50px;background:linear-gradient(135deg,#e67e22,#d35400);border-radius:12px;display:flex;align-items:center;justify-content:center}.sitemap-section-icon svg{width:24px;height:24px;stroke:#fff}.sitemap-section-header h2{font-size:1.5rem;color:#1a1a2e;margin:0;font-weight:600}.sitemap-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;align-items:stretch}.sitemap-services-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:20px;align-items:stretch}.sitemap-item{border-radius:12px;transition:all .3s ease;overflow:hidden;height:100%}.sitemap-item:hover{transform:translate(5px)}.sitemap-card-link{display:flex;flex-direction:column;height:100%;padding:20px;background:#f8f9fa;text-decoration:none;transition:all .3s ease;cursor:pointer}.sitemap-card-link:hover{background:#f0f4ff}.sitemap-card-content{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.sitemap-link-name{font-size:1.1rem;font-weight:600;color:#1a1a2e;transition:color .3s ease}.sitemap-card-link:hover .sitemap-link-name{color:#e67e22}.sitemap-link-arrow{width:24px;height:24px;display:flex;align-items:center;justify-content:center;opacity:0;transform:translate(-10px);transition:all .3s ease}.sitemap-link-arrow svg{width:20px;height:20px;stroke:#e67e22}.sitemap-card-link:hover .sitemap-link-arrow{opacity:1;transform:translate(0)}.sitemap-external-icon{opacity:.6;transform:translate(0)}.sitemap-card-link.sitemap-external:hover .sitemap-external-icon{opacity:1}.sitemap-link-description{font-size:.9rem;color:#666;margin:0;line-height:1.5;flex-grow:1}.sitemap-contact-section{background:linear-gradient(135deg,#061827,#2d5a87)}.sitemap-contact-section .sitemap-section-header{border-bottom-color:#fff3}.sitemap-contact-section .sitemap-section-icon{background:#fff3}.sitemap-contact-section .sitemap-section-header h2{color:#fff}.sitemap-contact-grid{display:flex;flex-wrap:wrap;gap:30px}.sitemap-contact-item{display:flex;align-items:center;gap:12px}.sitemap-contact-item svg{width:24px;height:24px;stroke:#fffc}.sitemap-contact-item a{color:#fff;text-decoration:none;font-size:1.1rem;font-weight:500;transition:opacity .3s ease}.sitemap-contact-item a:hover{opacity:.8}@media(max-width:1024px){.sitemap-container{gap:30px}.sitemap-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:15px}.sitemap-services-list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:15px}.sitemap-section{padding:25px}}@media(max-width:768px){.sitemap-hero{padding:100px 20px 40px}.sitemap-hero-content h1{font-size:2rem}.sitemap-hero-content p{font-size:1rem}.sitemap-content{padding:40px 15px}.sitemap-container{gap:25px}.sitemap-section{padding:20px;border-radius:12px}.sitemap-section-header{gap:12px;margin-bottom:20px;padding-bottom:12px}.sitemap-section-header h2{font-size:1.25rem}.sitemap-section-icon{width:44px;height:44px;border-radius:10px}.sitemap-section-icon svg{width:22px;height:22px}.sitemap-list,.sitemap-services-list{grid-template-columns:1fr;gap:12px}.sitemap-card-link{padding:16px}.sitemap-item{border-radius:10px}.sitemap-item:hover{transform:translate(3px)}.sitemap-link-name{font-size:1rem}.sitemap-link-description{font-size:.85rem;line-height:1.4}.sitemap-link-arrow{opacity:1;transform:translate(0);width:20px;height:20px}.sitemap-link-arrow svg{width:18px;height:18px}.sitemap-contact-grid{flex-direction:column;gap:15px}.sitemap-contact-item{gap:10px}.sitemap-contact-item svg{width:22px;height:22px}.sitemap-contact-item a{font-size:1rem}}@media(max-width:600px){.sitemap-hero{padding:90px 15px 35px}.sitemap-hero-content h1{font-size:1.75rem}.sitemap-hero-content p{font-size:.95rem;padding:0 10px}.sitemap-content{padding:30px 12px}.sitemap-container{gap:20px}.sitemap-section{padding:18px;border-radius:10px}.sitemap-section-header{gap:10px;margin-bottom:16px;padding-bottom:10px}.sitemap-section-header h2{font-size:1.15rem}.sitemap-card-link{padding:14px}.sitemap-card-content{margin-bottom:6px}.sitemap-link-name{font-size:.95rem}.sitemap-link-description{font-size:.8rem}}@media(max-width:480px){.sitemap-hero{padding:85px 12px 30px}.sitemap-hero-content h1{font-size:1.5rem;line-height:1.3}.sitemap-hero-content p{font-size:.9rem}.sitemap-content{padding:25px 10px}.sitemap-container{gap:16px}.sitemap-section{padding:15px;border-radius:8px;box-shadow:0 2px 12px #0000000f}.sitemap-section-header{gap:10px;margin-bottom:14px;padding-bottom:10px}.sitemap-section-icon{width:40px;height:40px;border-radius:8px}.sitemap-section-icon svg{width:20px;height:20px}.sitemap-section-header h2{font-size:1.1rem}.sitemap-list,.sitemap-services-list{gap:10px}.sitemap-card-link{padding:12px;border-radius:8px}.sitemap-item{border-radius:8px}.sitemap-item:hover{transform:none}.sitemap-card-content{margin-bottom:5px}.sitemap-link-name{font-size:.9rem;word-break:break-word}.sitemap-link-description{font-size:.78rem;line-height:1.35}.sitemap-link-arrow{width:18px;height:18px;flex-shrink:0}.sitemap-link-arrow svg{width:16px;height:16px}.sitemap-contact-section{padding:18px 15px}.sitemap-contact-grid{gap:12px}.sitemap-contact-item{gap:8px}.sitemap-contact-item svg{width:20px;height:20px;flex-shrink:0}.sitemap-contact-item a{font-size:.9rem;word-break:break-all}}@media(max-width:360px){.sitemap-hero{padding:80px 10px 25px}.sitemap-hero-content h1{font-size:1.35rem}.sitemap-hero-content p{font-size:.85rem}.sitemap-content{padding:20px 8px}.sitemap-section{padding:12px}.sitemap-section-header h2{font-size:1rem}.sitemap-section-icon{width:36px;height:36px}.sitemap-section-icon svg{width:18px;height:18px}.sitemap-card-link{padding:10px}.sitemap-link-name{font-size:.85rem}.sitemap-link-description{font-size:.75rem}.sitemap-contact-item a{font-size:.85rem}}.legal-page{min-height:100vh;display:flex;flex-direction:column}.legal-main{flex:1}.legal-hero{background:linear-gradient(135deg,#061827,#2d5a87);padding:120px 20px 60px;text-align:center}.legal-hero-content h1{font-size:3rem;color:#fff;margin-bottom:1rem;font-weight:700}.legal-hero-content p{font-size:1.1rem;color:#ffffffb3}.legal-content{padding:60px 20px;background:#f8f9fa}.legal-container{max-width:900px;margin:0 auto;background:#fff;border-radius:16px;padding:50px;box-shadow:0 4px 20px #00000014}.legal-intro{font-size:1.1rem;color:#444;line-height:1.8;margin-bottom:40px;padding-bottom:30px;border-bottom:2px solid #f0f0f0}.legal-intro p{margin:0}.legal-section{margin-bottom:40px}.legal-section:last-of-type{margin-bottom:30px}.legal-section h2{font-size:1.5rem;color:#061827;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #e67e22;display:inline-block}.legal-section h3{font-size:1.15rem;color:#2d5a87;margin:25px 0 15px;font-weight:600}.legal-section p{font-size:1rem;color:#555;line-height:1.8;margin-bottom:15px}.legal-section ul{margin:15px 0 20px;padding-left:25px}.legal-section ul li{font-size:1rem;color:#555;line-height:1.8;margin-bottom:10px;position:relative}.legal-section ul li::marker{color:#e67e22}.legal-section ul li strong{color:#061827}.legal-section a{color:#e67e22;text-decoration:none;transition:color .3s ease}.legal-section a:hover{color:#d35400;text-decoration:underline}.legal-contact{background:linear-gradient(135deg,#e67e221a,#e67e220d);border-radius:12px;padding:25px 30px;margin-top:20px;border-left:4px solid #e67e22}.legal-contact p{margin:5px 0;color:#333}.legal-contact p:first-child{font-size:1.1rem;margin-bottom:15px}.legal-contact a{color:#e67e22;font-weight:500}.legal-navigation{margin-top:40px;padding-top:30px;border-top:2px solid #f0f0f0;text-align:center}.legal-nav-link{display:inline-flex;align-items:center;gap:10px;padding:15px 30px;background:linear-gradient(135deg,#e67e22,#d35400);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease}.legal-nav-link:hover{transform:translateY(-2px);box-shadow:0 4px 15px #e67e2266}.legal-nav-link svg{width:20px;height:20px;transition:transform .3s ease}.legal-nav-link:hover svg{transform:translate(5px)}@media(max-width:768px){.legal-hero{padding:100px 20px 40px}.legal-hero-content h1{font-size:2rem}.legal-content{padding:40px 15px}.legal-container{padding:30px 25px;border-radius:12px}.legal-intro{font-size:1rem;margin-bottom:30px;padding-bottom:25px}.legal-section{margin-bottom:30px}.legal-section h2{font-size:1.3rem}.legal-section h3{font-size:1.1rem}.legal-section p,.legal-section ul li{font-size:.95rem}.legal-contact{padding:20px}.legal-nav-link{padding:12px 25px;font-size:.95rem}}@media(max-width:480px){.legal-hero-content h1{font-size:1.75rem}.legal-container{padding:25px 20px}.legal-section h2{font-size:1.2rem}.legal-section ul{padding-left:20px}}.notfound-page{min-height:100vh;display:flex;flex-direction:column}.notfound-main{flex:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:120px 20px 60px}.notfound-container{max-width:700px;width:100%}.notfound-content{text-align:center;background:#fff;border-radius:20px;padding:60px 40px;box-shadow:0 10px 40px #0000001a}.notfound-graphic{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:30px}.notfound-number{font-size:8rem;font-weight:800;color:#061827;line-height:1;background:linear-gradient(135deg,#061827,#2d5a87);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.notfound-icon{width:100px;height:100px;display:flex;align-items:center;justify-content:center;animation:pulse 2s ease-in-out infinite}.notfound-icon svg{width:100%;height:100%;stroke:#e67e22;stroke-width:1.5}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.notfound-title{font-size:2rem;color:#061827;margin-bottom:15px;font-weight:700}.notfound-message{font-size:1.1rem;color:#666;line-height:1.7;margin-bottom:35px;max-width:500px;margin-left:auto;margin-right:auto}.notfound-actions{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;margin-bottom:40px}.notfound-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:10px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.notfound-btn svg{width:20px;height:20px}.notfound-btn-primary{background:linear-gradient(135deg,#e67e22,#d35400);color:#fff}.notfound-btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #e67e2266}.notfound-btn-primary svg{stroke:#fff}.notfound-btn-secondary{background:#f8f9fa;color:#061827;border:2px solid #e9ecef}.notfound-btn-secondary:hover{background:#e9ecef;border-color:#dee2e6}.notfound-btn-secondary svg{stroke:#061827}.notfound-links{padding-top:30px;border-top:2px solid #f0f0f0}.notfound-links-title{font-size:.95rem;color:#888;margin-bottom:20px}.notfound-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.notfound-quick-link{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:#f8f9fa;border-radius:8px;text-decoration:none;color:#061827;font-size:.9rem;font-weight:500;transition:all .3s ease}.notfound-quick-link:hover{background:linear-gradient(135deg,#e67e221a,#e67e220d);color:#e67e22}.notfound-quick-link svg{width:18px;height:18px;stroke:currentColor}@media(max-width:768px){.notfound-main{padding:100px 15px 40px}.notfound-content{padding:40px 25px}.notfound-number{font-size:5rem}.notfound-icon{width:70px;height:70px}.notfound-title{font-size:1.5rem}.notfound-message{font-size:1rem}.notfound-actions{flex-direction:column;align-items:center}.notfound-btn{width:100%;max-width:280px;justify-content:center}.notfound-links-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.notfound-number{font-size:4rem}.notfound-icon{width:55px;height:55px}.notfound-content{padding:30px 20px}.notfound-links-grid{grid-template-columns:1fr}}
