@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%;--accent:43 66% 52%;--foreground:0 0% 10%;--muted-foreground:0 0% 33%;--border:216 20% 88%;--radius:0.5rem}*{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}}.training-hero{position:relative;padding:6rem 0;overflow:hidden;background:hsl(var(--primary))}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-content{padding-left:5rem;position:relative;z-index:1;max-width:48rem}.training-hero h1{font-family:"Georgia",serif;font-size:2.5rem;color:hsl(var(--primary));margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;color:hsl(var(--primary));margin-bottom:1.5rem}@media (max-width:48rem){.training-hero{padding:4rem 0}.training-hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}}.hero-points{list-style:none;padding:0;margin-bottom:2rem}.hero-points img{width:40px}.hero-points li{display:flex;align-items:center;color:hsl(var(--primary));margin-bottom:.75rem}.training-section{padding-top:4rem;padding-bottom:0}.training-section:last-of-type{padding-bottom:4rem}.training-card{margin:0 3rem;position:relative;background:hsl(var(--card));border:.0625rem solid hsl(var(--border));border-radius:1rem;padding:4rem;overflow:hidden}.training-card.with-bg{background:none}.training-card.with-bg-master{background:none;position:relative}.training-card.with-bg-master::before{content:"";position:absolute;inset:0;background-image:url(img/nlp2.webp);background-size:cover;background-position:center;z-index:0}.training-card.with-bg-master::after{content:"";position:absolute;inset:0;background:rgb(56 56 56 / 15%);z-index:1}.training-card.with-bg::before{content:"";position:absolute;inset:0;background-image:url(img/nlp.webp);background-size:cover;background-position:center;z-index:0}.training-card.with-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(to right,hsl(var(--card) / .95),hsl(var(--card) / .85),hsl(var(--card) / .6),transparent);z-index:1}.training-content{max-width:40rem;position:relative;z-index:2}.training-content h2{font-family:"Georgia",serif;font-size:2rem;margin-bottom:1rem;color:hsl(var(--primary))}.training-content p{color:hsl(var(--muted-foreground));margin-bottom:1.5rem}.certificate{position:relative;bottom:15px;left:100px}.certificate img{width:80%}.pill{display:flex;align-items:center;gap:.5rem;width:fit-content;background:hsl(var(--foreground) / .1);padding:.5rem 1rem;border-radius:999px;font-size:.875rem;margin-bottom:1.5rem}.pill img{width:20px}.feature-list{list-style:none;padding:0;margin-bottom:2rem}.feature-list img{width:35px}.feature-list li{display:flex;align-items:center;margin-bottom:.75rem;width:280px}.certification-proof{padding:80px 20px;background:linear-gradient(180deg,#f6f9ff,#ffffff);text-align:center}.certification-proof .section-title{font-size:2.2rem;color:#1e3a8a;margin-bottom:10px}.certification-proof .section-subtitle{font-size:1rem;color:#555;max-width:700px;margin:0 auto 50px}.certificate-grid{display:flex;flex-wrap:wrap;gap:40px;align-items:center;justify-content:center}.certificate-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 10px 30px rgb(0 0 0 / .08);transition:transform 0.3s ease,box-shadow 0.3s ease;max-width:420px;height:400px}.certificate-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px rgb(0 0 0 / .12)}.certificate-card img{width:100%;border-radius:12px;margin-bottom:15px}.certificate-card h3{font-size:1.1rem;color:#0f172a;margin-bottom:5px}.certificate-card p{font-size:.9rem;color:#64748b}.who-can-join{padding:4rem 0;text-align:center}.section-title{font-family:Georgia,serif;font-size:2.25rem;font-weight:700;color:#1f3c88;margin-bottom:.75rem}.section-divider{width:90px;height:4px;background:#2fb3a2;margin:0 auto 3rem;border-radius:2px}.tag-list{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center;max-width:900px;margin:0 auto}.tag-list span{background:#fff;border:1px solid #e1e6ee;padding:.85rem 1.75rem;border-radius:999px;font-size:.95rem;font-weight:500;color:#111;box-shadow:0 6px 16px rgb(0 0 0 / .06);transition:transform 0.25s ease,box-shadow 0.25s ease}.tag-list span:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgb(0 0 0 / .1)}.training-features{padding:4rem 3rem;text-align:center}.training-features h2{font-family:Georgia,serif;font-size:2.25rem;line-height:2.5rem;color:hsl(var(--primary))}.features-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));margin-top:3rem}.feature-card{display:flex;flex-direction:column;align-items:center;background:#fff;border:.0625rem solid hsl(var(--border));padding:1.5rem;border-radius:var(--radius);font-size:.875rem;font-weight:600}@media (max-width:48rem){.feature-card{padding:1rem}.features-grid{gap:1rem;margin:0rem 5rem;margin-top:2rem}}.icon-circle{width:96px;height:96px;margin-bottom:20px;background:#e4f1f1;border-radius:50%}.icon-circle img{padding-top:8px;padding-bottom:20px;width:80px}.training-cta{background:hsl(216deg 65.32% 88.65%);padding:4rem 0}.cta-box{color:hsl(var(--primary));padding:4rem 2rem;border-radius:1.5rem;text-align:center}.cta-box h2{font-family:"Georgia",serif;font-size:2rem;margin-bottom:1rem}.cta-box p{margin-bottom:2rem}.btn{display:inline-block;text-decoration:none;font-weight:600;border-radius:var(--radius)}.btn-hero{background:#045686;color:#fff;padding:.75rem 2rem;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)}.btn-cta{background:hsl(var(--accent));color:#1A1A1A;padding:.75rem 1.5rem}.btn-xl{padding:1rem 2.75rem;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}.footer-logo{width:280px}.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:470px){.training-card{margin:0;padding:2rem;border-radius:0}.training-cta{padding:0}.cta-box{background:none;color:hsl(var(--primary))}}@media (max-width:426px){.hero-content{padding:0 3rem}.training-hero{padding:2rem 0}}@media (max-width:768px){.hero-content{padding:0 4rem}}