@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);:root{--primary:220 65% 33%;--primary-foreground:210 40% 98%;--secondary:174 55% 42%;--accent:43 66% 52%;--accent-foreground:220 65% 15%;--background:216 47% 98%;--border:216 20% 88%;--radius:0.5rem;--accent-h:45;--accent-s:90%;--accent-l:55%}*{box-sizing:border-box;margin:0;padding:0}body{font-family:"Poppins",sans-serif;background-image:url(img/sec-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat}.site-header{position:sticky;top:0;z-index:50;background:hsl(var(--primary));box-shadow:0 .5rem 1.25rem rgb(0 0 0 / .15)}.header-inner{padding:0 4rem;height:8rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo img{width:20rem}.nav{display:flex;gap:.25rem}.nav-link{color:rgb(255 255 255 / .9);text-decoration:none;font-size:1rem;font-weight:500;padding:.5rem 1rem;border-radius:hsl(var(--radius));transition:color 0.2s}.nav-link:hover{color:hsl(var(--accent))}.nav-link.active{color:hsl(var(--accent))}.header-cta{display:flex;align-items:center;gap:1rem}.phone-link{align-items:center;color:rgb(255 255 255 / .9);text-decoration:none;font-size:.875rem;display:flex}.phone-link img{width:2.5rem}.btn{text-decoration:none;padding:.5rem 1rem;border-radius:hsl(var(--radius));font-size:.875rem;font-weight:600}.btn-cta{background:hsl(var(--accent-h),var(--accent-s),var(--accent-l));color:#1A1A1A}.menu-btn{display:none;background:none;border:none;color:#fff;font-size:1.5rem}.mobile-nav{display:none;border-top:.0625rem solid rgb(255 255 255 / .1);padding:1rem 0;background:#2d4e90}.mobile-nav .nav-link{display:block;padding:.75rem 2rem}.mobile-cta{padding:1rem;display:flex;flex-direction:column;gap:.75rem;border-top:1px solid rgb(255 255 255 / .6)}.btn.full{width:100%;text-align:center}@media (max-width:64rem){.desktop-nav,.header-cta{display:none}.header-inner{padding:0 2rem 0 1rem}.menu-btn{display:block}}.hero-section{position:relative;display:flex;align-items:center;overflow:hidden;padding:6rem 0}.hero-bg{position:absolute;inset:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-img.mobile{display:none}@media (max-width:48rem){.hero-img.desktop{display:none}.hero-img.mobile{display:block}}.hero-container{position:relative;z-index:1;width:100%}.hero-content{max-width:880px;padding:0 5rem}@media (max-width:64rem){.hero-content{padding:0 3rem}}.hero-title{font-family:"Georgia",serif;font-size:2.25rem;font-weight:700;color:hsl(var(--primary));line-height:1.2;margin-bottom:1.5rem}.hero-title .accent{color:hsl(var(--primary))}@media (min-width:48rem){.hero-title{font-size:3rem}}@media (min-width:64rem){.hero-title{font-size:3.75rem}}.hero-subtitle{font-size:1.25rem;font-weight:500;color:hsl(var(--primary));margin-bottom:1rem}@media (min-width:48rem){.hero-subtitle{font-size:1.5rem}}.hero-text{text-align:justify;font-size:1.125rem;color:hsl(var(--primary));margin-bottom:2rem}.hero-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}@media (min-width:40rem){.hero-actions{flex-direction:row}}.btn{display:inline-block;padding:.875rem 2rem;border-radius:var(--radius);font-size:1rem;font-weight:600;text-decoration:none;text-align:center}.btn-hero{background:#045686;color:#fff;transition:background-color 0.2s ease,box-shadow 0.2s ease,transform 0.15s ease}.btn-hero:hover{background:hsl(var(--primary));box-shadow:0 6px 18px rgb(0 0 0 / .18);transform:translateY(-2px);color:#fff}.btn-hero-outline{border:.125rem solid #045686;background:#fff;color:#045686;transition:background-color 0.2s ease,box-shadow 0.2s ease,transform 0.15s ease}.btn-hero-outline:hover{border:.125rem solid #045686;background:#045686;color:#fff;box-shadow:0 6px 18px rgb(0 0 0 / .18);transform:translateY(-2px)}.trust-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width:40rem){.trust-grid{grid-template-columns:repeat(2,1fr)}}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:hsl(var(--primary))}.trust-item img{width:35px}.services-section{padding:4rem 0;background:hsl(var(--card))}.services-header{text-align:center;margin-bottom:3rem}.services-eyebrow{display:block;font-size:.75rem;font-weight:500;letter-spacing:.1rem;text-transform:uppercase;color:hsl(var(--secondary));margin-bottom:.5rem}.services-title{font-family:"Georgia",serif;font-size:1.875rem;font-weight:800;color:hsl(var(--primary));margin-bottom:1rem}@media (min-width:48rem){.services-title{display:inline-block;font-size:2.25rem}}.services-description{max-width:42rem;margin:0 auto 1rem;font-size:1rem;line-height:1.75rem;color:hsl(var(--primary))}@media (max-width:64rem){.services-description{padding:0 2rem}}.services-divider{width:6rem;height:.25rem;background:hsl(var(--secondary));margin:0 auto;border-radius:999px}.services-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media (min-width:48rem){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:64rem){.services-grid{grid-template-columns:repeat(4,1fr);padding:0 30px}}.service-card{background:hsl(var(--background));border:.0625rem solid hsl(var(--border));border-radius:var(--radius);padding:1.5rem;text-align:center;transition:all 0.3s ease}@media (max-width:64rem){.services-grid{display:flex;flex-direction:column;gap:1.5rem}.service-card{width:400px;margin:0 auto}}.service-card:hover{box-shadow:0 1rem 2rem rgb(0 0 0 / .08);border-color:hsl(var(--secondary) / .3)}.service-icon{width:4rem;height:4rem;border-radius:50%;background:hsl(var(--primary) / .1);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.75rem;transition:background 0.3s ease}.service-icon img{width:50px}.service-card:hover .service-icon{background:hsl(var(--secondary) / .1)}.service-card h3{font-family:"Georgia",serif;font-size:1.125rem;font-weight:700;color:hsl(var(--primary));margin-bottom:.75rem}.service-card p{font-size:.875rem;line-height:1.6;color:hsl(var(--primary))}.services-cta{text-align:center}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:var(--radius);font-size:.875rem;font-weight:600;text-decoration:none}.btn-cta{background:hsl(var(--accent-h),var(--accent-s),var(--accent-l));color:#1A1A1A;transition:background-color 0.2s ease,box-shadow 0.2s ease,transform 0.15s ease}.btn-cta:active{background:hsl(var(--accent-h),var(--accent-s),calc(var(--accent-l) - 22%));transform:translateY(0);box-shadow:0 3px 10px rgb(0 0 0 / .2)}.btn-cta:focus-visible{outline:3px solid hsl(var(--accent));outline-offset:3px}.btn-cta:hover{background:hsl(var(--accent-h),var(--accent-s),calc(var(--accent-l) - 14%));box-shadow:0 6px 18px rgb(0 0 0 / .18);transform:translateY(-2px)}.nlp-explainer{padding:4rem 0}@media (min-width:48rem){.nlp-explainer{padding:2rem 0}}.explainer-header{text-align:center;margin-bottom:3rem}.explainer-header h2{font-family:"Georgia",serif;font-size:1.875rem;font-weight:700;color:hsl(var(--primary));margin-bottom:1rem}@media (min-width:48rem){.explainer-header h2{font-size:2.25rem}}.explainer-divider{width:6rem;height:.25rem;background:hsl(var(--secondary));margin:0 auto;border-radius:999px}.explainer-content{max-width:64rem;margin:0 auto}.explainer-cards{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.explainer-cards{grid-template-columns:repeat(2,1fr)}.explainer-card{background:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:2rem;border-radius:var(--radius)}@media (max-width:64rem){.explainer-cards{grid-template-columns:1fr}.explainer-card{border-radius:0;position:relative}.explainer-card:first-of-type::after{content:"";position:absolute;bottom:0;left:2rem;width:85%;height:1px;background:gold}.explainer-cards{gap:0}}.explainer-card h3{font-family:"Georgia",serif;font-size:1.25rem;font-weight:600;color:hsl(var(--accent));margin-bottom:1rem}.explainer-card p{color:hsl(var(--primary-foreground) / .9);line-height:1.7;font-size:1rem}.explainer-connection{display:flex;align-items:center;gap:1rem;padding:1.5rem 0}.line{flex:1;height:.0625rem;background:hsl(var(--border))}.connection-text{display:flex;align-items:center;font-weight:500;gap:.5rem;white-space:nowrap;font-size:.875rem;color:hsl(var(--primary))}.connection-text .arrow{color:hsl(var(--secondary));font-weight:600}.connection-text .highlight{color:hsl(var(--accent));font-weight:600}.certification-cta{padding:4rem 0}@media (min-width:48rem){.certification-cta{padding:3rem 0}}.cta-box{max-width:64rem;margin:0 auto;text-align:center}.cta-badge{display:inline-flex;align-items:center;gap:1rem;background:hsl(var(--accent) / .2);color:hsl(var(--accent-foreground));padding:.5rem 2rem;border-radius:999px;margin-bottom:1.5rem}.badge-icon{font-size:1.25rem}.badge-icon img{width:20px;margin-top:8px}.badge-text{font-size:.875rem;font-weight:500}.cta-title{font-family:"Georgia",serif;font-size:1.875rem;font-weight:700;color:hsl(var(--primary));margin-bottom:1.5rem}@media (min-width:48rem){.cta-title{font-size:2.25rem}}.cta-description{font-size:1.125rem;line-height:1.75rem;color:hsl(var(--primary));max-width:44rem;margin:0 auto 2rem}@media (max-width:64rem){.cta-description{padding:0 2rem}}.cta-features{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2.5rem}@media (max-width:48rem){.cta-features{display:flex;flex-wrap:wrap;padding:0 3.4rem;margin:0 auto;margin-bottom:2.5rem}.feature{width:150px;justify-content:left;gap:.5rem}}.cta-features img{width:35px}@media (min-width:40rem){.cta-features{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width:48rem){.cta-features{padding:0 4rem;grid-template-columns:repeat(4,1fr)}}.feature{display:flex;align-items:center;text-align:left;font-size:.875rem;font-weight:500;color:hsl(var(--primary))}.btn{display:inline-block;text-decoration:none;border-radius:var(--radius);font-weight:600}.btn-cta{background:hsl(var(--accent-h),var(--accent-s),var(--accent-l));color:#1A1A1A}.btn-xl{padding:.875rem 2.25rem;font-size:1rem}.final-cta{padding:4rem 0}@media (min-width:48rem){.final-cta{padding:5rem 0}}.final-cta-box{max-width:48rem;margin:0 auto;text-align:center}.final-cta-title{font-family:"Georgia",serif;font-size:1.875rem;font-weight:700;color:hsl(var(--primary));margin-bottom:1rem}.final-cta-title .highlight{color:hsl(var(--secondary))}@media (min-width:48rem){.final-cta-title{font-size:2.25rem}}.final-cta-text{font-size:1.125rem;line-height:1.75rem;color:hsl(var(--primary));margin-bottom:2rem}@media (max-width:64rem){.final-cta-text{padding:0 2rem}}.btn{display:inline-block;text-decoration:none;border-radius:var(--radius);font-weight:600}.btn-cta{background:hsl(var(--accent-h),var(--accent-s),var(--accent-l));color:#1A1A1A}.btn-xl{padding:.875rem 2.25rem;font-size:1rem}.site-footer{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.footer-main{padding:3rem 2rem}@media (max-width:48rem){.footer-main{padding:4rem 2rem}}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:48rem){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:64rem){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand{grid-column:span 1}.brand-logo{width:2.5rem;height:2.5rem;border-radius:50%;background:hsl(var(--accent));color:hsl(var(--accent-foreground));display:flex;align-items:center;justify-content:center;font-family:"Georgia",serif;font-weight:700;font-size:1.125rem;margin-bottom:.5rem}.footer-logo{width:280px}.brand-name{font-family:"Georgia",serif;font-size:1.25rem;font-weight:600}.brand-description{font-size:.875rem;color:hsl(var(--primary-foreground) / .7);line-height:1.6}.footer-column h4{font-family:"Georgia",serif;font-size:1.125rem;font-weight:600;color:hsl(var(--accent));margin-bottom:1rem}.footer-column ul{list-style:none;padding:0}.footer-column li{font-size:.875rem;color:hsl(var(--primary-foreground) / .7);margin-bottom:.5rem}.footer-column a{padding:5px 0 0;color:hsl(var(--primary-foreground) / .7);text-decoration:none}.footer-column a:hover{color:hsl(var(--accent))}.contact-list li{display:flex;align-items:flex-start;gap:.5rem}.contact-list li img{width:30px}.footer-social{display:flex;gap:1rem;margin-top:1.5rem}.footer-social img{width:30px}.footer-social a{font-size:1.25rem;color:hsl(var(--primary-foreground) / .7);text-decoration:none}.footer-social a:hover{color:hsl(var(--accent))}.footer-bottom{border-top:.0625rem solid hsl(var(--primary-foreground) / .1)}.footer-bottom-inner{padding:1rem 2rem;display:flex;flex-direction:column;gap:.75rem;font-size:.75rem;color:hsl(var(--primary-foreground) / .6);align-items:center}@media (min-width:48rem){.footer-bottom-inner{flex-direction:row;justify-content:space-between}}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:hsl(var(--primary-foreground) / .6);text-decoration:none}.footer-legal a:hover{color:hsl(var(--accent))}@media (max-width:768px){.hero-section{padding:2rem 0}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-text{font-size:1rem}.hero-actions{margin-bottom:2rem}.final-cta{padding:3rem 1rem}}@media (max-width:426px){.nlp-explainer{padding:1rem 0}.explainer-header h2{font-size:1.5rem}.certification-cta{padding:2rem 0}.explainer-connection{gap:0rem}.cta-title{font-size:1.5rem}.final-cta-title{font-size:1.5rem}}