*,:before,:after{box-sizing:border-box}body{margin:0}#root{width:100%;min-height:100vh}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--ink:#1e293b;--ink-2:#374151;--muted:#6b7280;--line:#e5e7eb;--surface:#f9fafb;--white:#fff;--blue:#2563eb;--blue-dk:#1d4ed8;--blue-lt:#eff6ff;--radius:12px;--shadow:0 1px 3px #00000014, 0 4px 16px #0000000f;--shadow-md:0 4px 6px #00000012, 0 10px 30px #00000014;--max:1140px;--font:"Cairo", "Segoe UI", system-ui, sans-serif}body{font-family:var(--font);background:var(--white);color:var(--ink);line-height:1.6;overflow-x:hidden}a{color:inherit;cursor:pointer;text-decoration:none}button{font-family:var(--font);cursor:pointer;border:none;outline:none}img{max-width:100%;display:block}.nav{z-index:200;background:var(--white);border-bottom:1px solid var(--line);position:sticky;top:0;box-shadow:0 1px 8px #0000000f}.nav-inner{max-width:var(--max);align-items:center;gap:2rem;height:88px;margin:0 auto;padding:0 1.5rem;display:flex}.nav-logo{color:var(--ink);white-space:nowrap;flex-shrink:0;align-items:center;gap:.6rem;font-size:1rem;font-weight:800;display:flex}.logo-img{object-fit:contain;border-radius:0;flex-shrink:0;width:auto;max-width:220px;height:80px}.logo-text{letter-spacing:-.01em}.nav-menu{flex:1;align-items:center;gap:.25rem;display:flex}.nav-menu a{color:var(--ink);white-space:nowrap;border-radius:8px;padding:.4rem .85rem;font-size:.9rem;font-weight:600;transition:background .15s,color .15s}.nav-menu a:hover{background:var(--surface);color:var(--blue)}.nav-actions{flex-shrink:0;align-items:center;gap:.6rem;margin-inline-start:auto;display:flex}.lang-toggle{border:2px solid var(--line);background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:2px;transition:border-color .15s,transform .15s;display:flex}.lang-toggle:hover{border-color:var(--blue);transform:scale(1.08)}.flag-img{object-fit:cover;border-radius:4px;width:32px;height:22px;display:block}.nav-cta{background:var(--blue);color:var(--white);white-space:nowrap;border-radius:8px;padding:.5rem 1.2rem;font-size:.88rem;font-weight:700;transition:background .15s,color .15s}.nav-cta:hover{background:var(--blue-dk)}.burger{background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;padding:0;display:none}.burger span{background:var(--ink);border-radius:2px;width:22px;height:2px;transition:transform .2s,opacity .2s;display:block}.burger.open span:first-child{transform:translateY(7px)rotate(45deg)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hero{color:var(--ink);background:#f1f5f9;flex-direction:column;justify-content:space-between;min-height:86vh;padding:4rem 1.5rem 0;display:flex;position:relative;overflow:hidden}.hero-bg{object-fit:cover;object-position:center 10%;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{z-index:1;background:linear-gradient(#f1f5f9d1 0%,#f1f5f9bf 100%);position:absolute;inset:0}.hero-rects,.hero-inner,.hero-stats{z-index:2;position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.anim-1{animation:.6s 50ms both fadeInUp}.anim-2{animation:.6s .15s both fadeInUp}.anim-3{animation:.6s .25s both fadeInUp}.anim-4{animation:.6s .35s both fadeInUp}.hero-inner{max-width:var(--max);text-align:center;margin:0 auto;padding-bottom:2.5rem}.hero-tag{color:var(--blue);letter-spacing:.03em;background:#2563eb14;border:1px solid #2563eb33;border-radius:100px;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.82rem;font-weight:600;display:inline-block}.hero-title{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:900;line-height:1.2}.hero-sub{color:#374151;max-width:560px;margin:0 auto 1.75rem;font-size:1rem;line-height:1.75}.hero-btns{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.btn-primary{background:var(--blue);color:var(--white);border-radius:8px;padding:.75rem 2rem;font-size:.95rem;font-weight:700;transition:background .15s}.btn-primary:hover{background:#1e40af}.btn-ghost{color:var(--ink);background:#1118270f;border:1px solid #1118272e;border-radius:8px;padding:.75rem 2rem;font-size:.95rem;font-weight:700;transition:background .15s}.btn-ghost:hover{background:#1118271a}.hero-stats{max-width:var(--max);border-top:1px solid #1118271a;grid-template-columns:repeat(4,1fr);margin:0 auto;display:grid}.stat-item{text-align:center;border-inline-end:1px solid var(--line);flex-direction:column;gap:.2rem;padding:1.15rem .9rem;display:flex}.stat-item:last-child{border-inline-end:none}.stat-item strong{color:var(--blue);font-size:1.5rem;font-weight:900}.stat-item span{color:var(--muted);font-size:.78rem;font-weight:500}.section{padding:5rem 1.5rem}.section-alt{background:var(--surface)}.section-head{max-width:var(--max);text-align:center;margin:0 auto 3rem}.section-head h2{color:var(--ink);letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(1.4rem,3vw,2rem);font-weight:900}.section-head p{color:var(--muted);font-size:.95rem}.niches-section{background:var(--surface);color:var(--ink)}.niches-section .section-head h2{color:var(--ink)}.niches-section .section-head p{color:var(--muted)}.niches-section .section-tag{color:var(--blue);background:#2563eb0f;border-color:#2563eb33}.niches-subtitle{color:var(--muted);max-width:560px;margin:0 auto;font-size:.95rem}.niches-grid{max-width:var(--max);grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:0 auto;display:grid}.niche-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;gap:0;padding:2rem 1.75rem 1.75rem;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s;display:flex}.niche-card:hover{border-color:var(--blue);box-shadow:var(--shadow-md);transform:translateY(-3px)}.niche-card-top{margin-bottom:1.25rem}.niche-num{background:var(--blue);width:44px;height:44px;color:var(--white);border-radius:12px;justify-content:center;align-items:center;font-size:1.1rem;font-weight:900;display:inline-flex}.niche-card-body{flex-direction:column;flex:1;gap:.75rem;margin-bottom:1.5rem;display:flex}.niche-title{color:var(--ink);font-size:1.1rem;font-weight:800;line-height:1.3}.niche-desc{color:var(--muted);font-size:.875rem;line-height:1.8}.niche-cta{color:var(--white);background:var(--blue);border-radius:8px;align-self:flex-start;align-items:center;gap:.5rem;padding:.65rem 1.2rem;font-size:.875rem;font-weight:700;transition:background .15s,transform .15s;display:inline-flex}.niche-cta:hover{background:var(--blue-dk);transform:translateY(-1px)}@media (width<=768px){.niches-grid{grid-template-columns:1fr}}.cards-grid{max-width:var(--max);grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;margin:0 auto;display:grid}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);cursor:pointer;flex-direction:column;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden}.card-img{object-fit:cover;object-position:center;flex-shrink:0;width:100%;display:block}.card-img-other{object-fit:contain;background:#f8fafc;max-height:220px}.card-img-placeholder{background:var(--surface);flex-shrink:0;justify-content:center;align-items:center;width:100%;font-size:3.5rem;display:flex}.card-body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-top{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.card-icon{font-size:2rem;line-height:1}.card-badge{color:var(--blue);background:var(--blue-lt);letter-spacing:.01em;border-radius:100px;padding:.25rem .7rem;font-size:.72rem;font-weight:700}.card-title{color:var(--ink);margin-bottom:.6rem;font-size:1rem;font-weight:800;line-height:1.4}.card-desc{color:var(--muted);flex:1;margin-bottom:1.25rem;font-size:.875rem;line-height:1.7}.card-feats{border-bottom:1px solid var(--line);flex-direction:column;gap:.35rem;margin-bottom:1.5rem;padding-bottom:1.5rem;list-style:none;display:flex}.card-feats li{color:var(--ink-2);align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;display:flex}.card-feats li:before{content:"";background:var(--blue);border-radius:50%;flex-shrink:0;width:5px;height:5px;display:inline-block}.card-footer{flex-direction:column;gap:1rem;display:flex}.card-price{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.price-now{color:var(--ink);font-size:1.25rem;font-weight:900}.price-was{color:var(--muted);font-size:.85rem;text-decoration:line-through}.price-tag{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:100px;padding:.2rem .55rem;font-size:.72rem;font-weight:700}.card-actions{gap:.6rem;display:flex}.btn-enroll{background:var(--blue);color:var(--white);text-align:center;border-radius:8px;flex:1;justify-content:center;align-items:center;padding:.6rem 1rem;font-size:.875rem;font-weight:700;transition:background .15s;display:flex}.btn-enroll:hover{background:var(--blue-dk)}.btn-details{background:var(--surface);color:var(--ink-2);border:1px solid var(--line);text-align:center;font-size:.875rem;font-weight:600;font-family:var(--font);cursor:pointer;border-radius:8px;flex:1;padding:.6rem 1rem;transition:background .15s,border-color .15s}.btn-details:hover{background:var(--line)}.process-grid{max-width:var(--max);counter-reset:steps;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin:0 auto;display:grid}.process-step{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:2rem;position:relative}.process-num{color:var(--blue);background:var(--blue-lt);letter-spacing:.05em;border-radius:100px;margin-bottom:1rem;padding:.25rem .7rem;font-size:.72rem;font-weight:900;display:inline-block}.process-step h3{color:var(--ink);margin-bottom:.6rem;font-size:1rem;font-weight:800}.process-step p{color:var(--muted);font-size:.875rem;line-height:1.75}.about-grid{max-width:var(--max);grid-template-columns:1fr 300px;align-items:center;gap:4rem;margin:0 auto;display:grid}.section-tag{color:var(--blue);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-size:.8rem;font-weight:700}.about-text h2{color:var(--ink);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(1.4rem,3vw,2rem);font-weight:900}.about-text p{color:var(--muted);margin-bottom:.875rem;font-size:.9rem;line-height:1.8}.about-points{flex-direction:column;gap:1rem;margin-top:1.5rem;list-style:none;display:flex}.about-points li{border-inline-start:2px solid var(--blue);flex-direction:column;gap:.2rem;padding-inline-start:1rem;display:flex}.about-points li strong{color:var(--ink);font-size:.9rem}.about-points li span{color:var(--muted);font-size:.82rem}.about-card{background:var(--blue-lt);border-radius:var(--radius);text-align:center;border:1px solid #2563eb26;flex-direction:column;gap:1.5rem;padding:2.5rem 2rem;display:flex}.about-number{flex-direction:column;gap:.25rem;display:flex}.about-number strong{color:var(--blue);letter-spacing:-.03em;font-size:2rem;font-weight:900}.about-number span{color:var(--muted);font-size:.78rem;font-weight:500}.about-divider{background:#2563eb1f;height:1px}.contact-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);max-width:680px;box-shadow:var(--shadow);flex-direction:column;gap:2rem;margin:0 auto;padding:2.5rem 2rem;display:flex}.contact-btns{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-btn-wa,.contact-btn-call{border-radius:10px;align-items:center;gap:.875rem;padding:1.1rem 1.25rem;font-weight:700;transition:transform .15s,box-shadow .15s,background .15s;display:flex}.contact-btn-wa{color:#fff;background:#25d366;box-shadow:0 4px 16px #25d36640}.contact-btn-wa:hover{background:#1fb954;transform:translateY(-2px);box-shadow:0 6px 22px #25d36659}.contact-btn-call{background:var(--blue);color:#fff;box-shadow:0 4px 16px #1d4ed833}.contact-btn-call:hover{background:var(--blue-dk);transform:translateY(-2px);box-shadow:0 6px 22px #1d4ed84d}.contact-btn-wa strong,.contact-btn-call strong{margin-bottom:.1rem;font-size:.95rem;display:block}.contact-btn-wa span,.contact-btn-call span{opacity:.88;font-size:.8rem}.contact-info-grid{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:0;padding-top:1.5rem;display:grid}.contact-info-item{border-inline-end:1px solid var(--line);flex-direction:column;gap:.3rem;padding:0 1.25rem;display:flex}.contact-info-item:first-child{padding-inline-start:0}.contact-info-item:last-child{border-inline-end:none}.ci-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;font-weight:700}.ci-value{color:var(--ink);font-size:.9rem;font-weight:600}.tabs{background:var(--white);border:1px solid var(--line);border-radius:8px;gap:0;margin-bottom:1.5rem;padding:3px;display:flex}.tabs button{color:var(--muted);background:0 0;border-radius:6px;flex:1;padding:.55rem 1rem;font-size:.875rem;font-weight:600;transition:background .15s,color .15s}.tabs button.active{background:var(--blue);color:var(--white)}.success-banner{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin-bottom:1.25rem;padding:.875rem 1.25rem;font-size:.875rem;font-weight:600}.form{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;gap:1rem;padding:1.75rem;display:flex}.form-note{background:var(--blue-lt);border-inline-start:3px solid var(--blue);color:var(--blue-dk);border-radius:0 8px 8px 0;padding:.75rem 1rem;font-size:.82rem;font-weight:600;line-height:1.6}[dir=rtl] .form-note{border-inline-start:none;border-inline-end:3px solid var(--blue);border-radius:8px 0 0 8px}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.field{flex-direction:column;gap:.35rem;display:flex}.field label{color:var(--ink-2);font-size:.8rem;font-weight:700}.field input,.field select,.field textarea{border:1px solid var(--line);font-size:.875rem;font-family:var(--font);color:var(--ink);background:var(--surface);border-radius:8px;padding:.65rem .875rem;transition:border-color .15s,box-shadow .15s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #1d4ed81a}.field textarea{resize:vertical}.file-drop{border:1.5px dashed var(--line);background:var(--surface);cursor:pointer;text-align:center;border-radius:8px;flex-direction:column;align-items:center;gap:.3rem;padding:1.25rem;transition:border-color .15s,background .15s;display:flex}.file-drop:hover{border-color:var(--blue);background:var(--blue-lt)}.file-drop strong{color:var(--ink);font-size:.875rem}.file-drop span{color:var(--muted);font-size:.78rem}.btn-submit{background:var(--blue);color:var(--white);border-radius:8px;align-self:flex-start;width:100%;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;transition:background .15s}.btn-submit:hover{background:var(--blue-dk)}.contact-right{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;gap:.75rem;padding:1.75rem;display:flex;position:sticky;top:80px}.contact-right h3{color:var(--ink);border-bottom:1px solid var(--line);margin-bottom:.25rem;padding-bottom:.875rem;font-size:.9rem;font-weight:800}.info-item{border:1px solid var(--line);color:var(--ink);border-radius:8px;align-items:flex-start;gap:.75rem;padding:.75rem;transition:background .15s;display:flex}a.info-item:hover{background:var(--blue-lt);border-color:#bfdbfe}.info-icon{flex-shrink:0;margin-top:1px;font-size:1.1rem}.info-item strong{color:var(--ink);margin-bottom:.1rem;font-size:.82rem;font-weight:700;display:block}.info-item p{color:var(--muted);margin:0;font-size:.78rem}.overlay{z-index:300;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:var(--white);border-radius:var(--radius);width:100%;max-width:460px;max-height:90vh;padding:2rem;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0003}.modal-close{top:1rem;background:var(--surface);border:1px solid var(--line);color:var(--muted);border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.85rem;transition:background .15s;display:flex;position:absolute;inset-inline-end:1rem}.modal-close:hover{background:var(--line)}.modal-icon{margin-bottom:.875rem;font-size:2.5rem;display:block}.modal h2{margin-bottom:.75rem;font-size:1.1rem;font-weight:800;line-height:1.35}.modal-desc{color:var(--muted);margin-bottom:1.25rem;font-size:.875rem;line-height:1.75}.modal-includes{color:var(--ink-2);margin-bottom:.5rem;font-size:.78rem;font-weight:700}.modal-feats{border-bottom:1px solid var(--line);flex-direction:column;gap:.35rem;margin-bottom:1.5rem;padding-bottom:1.5rem;list-style:none;display:flex}.modal-feats li{color:var(--ink-2);align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;display:flex}.modal-feats li:before{content:"";background:var(--blue);border-radius:50%;flex-shrink:0;width:5px;height:5px;display:inline-block}.modal-price{align-items:center;gap:.75rem;display:flex}.footer{background:var(--surface);color:var(--muted);border-top:1px solid var(--line);padding:2.5rem 1.5rem}.footer-inner{max-width:var(--max);text-align:center;flex-direction:column;align-items:center;gap:1.5rem;margin:0 auto;display:flex}.footer-brand{color:var(--ink);align-items:center;gap:.6rem;font-size:1rem;display:flex}.footer-brand>img{object-fit:cover;border-radius:8px;width:36px;height:36px}.footer-brand strong{font-size:.95rem;font-weight:800;display:block}.footer-brand p{color:var(--muted);margin:0;font-size:.75rem}.footer-nav{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.footer-nav a{color:var(--muted);font-size:.85rem;transition:color .15s}.footer-nav a:hover{color:var(--blue)}.footer-copy{color:var(--muted);border-top:1px solid var(--line);text-align:center;width:100%;padding-top:1.5rem;font-size:.78rem}.hero-rects{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hr{border:1px solid #ffffff12;border-radius:4px;position:absolute}.hr1{top:8%;width:220px;height:140px;inset-inline-start:4%;transform:rotate(-12deg)}.hr2{top:20%;background:#1d4ed81f;width:120px;height:80px;inset-inline-start:7%;transform:rotate(-12deg)}.hr3{top:5%;width:300px;height:180px;inset-inline-end:3%;transform:rotate(10deg)}.hr4{top:38%;background:#1d4ed81a;width:140px;height:90px;inset-inline-end:6%;transform:rotate(10deg)}.hr5{bottom:22%;width:80px;height:50px;inset-inline-start:12%;transform:rotate(-6deg)}.hr6{bottom:10%;background:#ffffff08;width:180px;height:110px;inset-inline-end:12%;transform:rotate(6deg)}.detail-page{background:var(--white);min-height:100vh;font-family:var(--font)}.detail-topbar{background:var(--white);border-bottom:1px solid var(--line);z-index:50;align-items:center;gap:1rem;padding:1rem 2rem;display:flex;position:sticky;top:0}.detail-back{background:var(--surface);border:1px solid var(--line);color:var(--ink);font-family:var(--font);cursor:pointer;white-space:nowrap;border-radius:8px;padding:.45rem 1rem;font-size:.875rem;font-weight:700;transition:background .15s}.detail-back:hover{background:var(--line)}.detail-breadcrumb{color:var(--muted);font-size:.8rem}.detail-hero-img{background:var(--surface);width:100%;height:auto;display:block}.detail-hero-placeholder{background:var(--surface);justify-content:center;align-items:center;width:100%;height:180px;font-size:5rem;display:flex}.detail-content{max-width:var(--max);grid-template-columns:1fr 320px;align-items:start;gap:3rem;margin:0 auto;padding:3rem 1.5rem;display:grid}.detail-main{flex-direction:column;gap:1.5rem;display:flex}.detail-badge{color:var(--blue);background:var(--blue-lt);border-radius:100px;padding:.3rem .8rem;font-size:.75rem;font-weight:700;display:inline-block}.detail-title{color:var(--ink);letter-spacing:-.02em;align-items:center;gap:.6rem;font-size:clamp(1.4rem,3vw,2rem);font-weight:900;line-height:1.25;display:flex}.detail-icon{font-size:1.8rem}.detail-desc{color:var(--muted);font-size:1rem;line-height:1.8}.detail-feats-box{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem}.detail-feats-title{color:var(--ink-2);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem;font-size:.85rem;font-weight:800}.detail-feats{flex-direction:column;gap:.65rem;list-style:none;display:flex}.detail-feats li{color:var(--ink);align-items:center;gap:.6rem;font-size:.9rem;font-weight:600;display:flex}.detail-feats li:before{content:"";background:var(--blue);border-radius:50%;flex-shrink:0;width:7px;height:7px}.detail-sidebar{position:sticky;top:72px}.detail-price-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:1rem;padding:1.75rem;display:flex}.detail-price-row{flex-wrap:wrap;align-items:baseline;gap:.75rem;display:flex}.detail-enroll-btn{background:var(--blue);width:100%;color:var(--white);text-align:center;font-family:var(--font);border-radius:8px;padding:.875rem;font-size:1rem;font-weight:800;transition:background .15s;display:block}.detail-enroll-btn:hover{background:var(--blue-dk)}.detail-contact-row{border-top:1px solid var(--line);flex-direction:column;gap:.15rem;padding-top:.75rem;display:flex}.detail-contact-row strong{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.detail-contact-row span{color:var(--ink);font-size:.875rem;font-weight:500}@media (width<=768px){.detail-content{grid-template-columns:1fr;gap:2rem}.detail-sidebar{position:static}.detail-topbar{padding:.75rem 1rem}}@media (width<=900px){.about-grid{grid-template-columns:1fr}.about-card{flex-direction:row;justify-content:space-around;display:flex}.about-divider{width:1px;height:auto}.contact-btns{grid-template-columns:1fr}.contact-info-grid{grid-template-columns:1fr;gap:1rem}.contact-info-item{border-inline-end:none;border-bottom:1px solid var(--line);padding:0 0 .75rem}.contact-info-item:last-child{border-bottom:none;padding-bottom:0}}@media (width<=768px){.nav-menu{top:100%;background:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line);z-index:199;flex-direction:column;gap:.25rem;padding:.75rem;display:none;position:absolute;inset-inline:0;box-shadow:0 8px 24px #00000014}.nav-menu.open{display:flex}.nav-menu a{color:var(--ink);padding:.6rem 1rem;font-size:.95rem}.nav-menu a:hover{background:var(--surface);color:var(--blue)}.burger{display:flex}.nav-cta{display:none}.hero-stats{grid-template-columns:repeat(2,1fr)}.stat-item:nth-child(2){border-inline-end:none}.form-row,.cards-grid,.process-grid{grid-template-columns:1fr}.section{padding:3.5rem 1rem}.about-card{flex-direction:column}.about-divider{width:100%;height:1px}}@keyframes wa-pulse{0%,to{box-shadow:0 0 #25d36680,0 4px 20px #25d36659}50%{box-shadow:0 0 0 12px #25d36600,0 4px 20px #25d36659}}@keyframes wa-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes phone-pulse{0%,to{box-shadow:0 0 #1d4ed880,0 4px 16px #1d4ed859}50%{box-shadow:0 0 0 10px #1d4ed800,0 4px 16px #1d4ed859}}@keyframes phone-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.phone-fab{bottom:5.5rem;z-index:999;background:var(--blue);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .15s,background .15s;animation:2.4s ease-in-out 1.2s infinite phone-pulse,3s ease-in-out 1.5s infinite phone-bounce;display:flex;position:fixed;inset-inline-end:1.5rem}.phone-fab svg{width:24px;height:24px}.phone-fab:hover{background:var(--blue-dk);animation:none;transform:scale(1.12)}.wa-fab{bottom:1.5rem;z-index:999;color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .15s,background .15s;animation:2.4s ease-in-out infinite wa-pulse,3s ease-in-out infinite wa-bounce;display:flex;position:fixed;inset-inline-end:1.5rem;box-shadow:0 4px 20px #25d36666}.wa-fab:hover{background:#1fb954;animation:none;transform:scale(1.12)}.wa-fab svg{width:30px;height:30px}@media (width<=430px){.nav-inner{gap:.5rem;padding:0 1rem}.logo-text{font-size:.85rem}.logo-img{width:auto;max-width:180px;height:64px}.nav-inner{height:76px}.hero{min-height:82svh;padding:3rem 1rem 0}.hero-bg{object-fit:contain;object-position:center 0%}.hero-inner{padding-bottom:1.5rem}.hero-tag{padding:.3rem .75rem;font-size:.72rem}.hero-title{font-size:1.55rem}.hero-sub{font-size:.88rem}.hero-btns{flex-direction:column;align-items:center;gap:.6rem}.btn-primary,.btn-ghost{text-align:center;width:100%;max-width:280px}.hero-stats{grid-template-columns:repeat(2,1fr)}.stat-item{padding:1rem .5rem}.section{padding:3rem 1rem}.section-head h2{font-size:1.4rem}.section-head p{font-size:.875rem}.niches-grid{grid-template-columns:1fr;gap:1rem}.niche-card{padding:1.5rem 1.25rem}.cards-grid{grid-template-columns:1fr;gap:1rem}.card-body{padding:1.1rem}.process-grid{grid-template-columns:1fr}.process-step{padding:1.5rem 1.25rem}.about-grid{grid-template-columns:1fr}.about-card{flex-flow:wrap;justify-content:space-around;gap:1rem;padding:1.5rem 1rem}.about-number strong{font-size:1.6rem}.contact-card{padding:1.5rem 1.25rem}.contact-btns,.contact-info-grid{grid-template-columns:1fr}.footer-inner{text-align:center;flex-direction:column;gap:1rem}.footer-nav{justify-content:center}.detail-content{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 1rem}.detail-topbar{padding:.75rem 1rem}.detail-title{font-size:1.3rem}.wa-fab{bottom:1rem;width:52px;height:52px;inset-inline-end:1rem}.wa-fab svg{width:26px;height:26px}.phone-fab{bottom:4.75rem;width:46px;height:46px;inset-inline-end:1rem}.phone-fab svg{width:22px;height:22px}}.modal-backdrop{z-index:900;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-box{background:var(--white);border-radius:16px;width:100%;max-width:480px;max-height:90vh;padding:2rem;animation:.2s both fadeInUp;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0003}.modal-close{top:1rem;background:var(--surface);width:34px;height:34px;color:var(--muted);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;transition:background .15s;display:flex;position:absolute;inset-inline-end:1rem}.modal-close:hover{background:var(--line);color:var(--ink)}.modal-title{color:var(--ink);margin-bottom:.25rem;padding-inline-end:2.5rem;font-size:1.2rem;font-weight:800}.modal-svc{color:var(--blue);margin-bottom:1.5rem;font-size:.85rem;font-weight:600}.modal-form{flex-direction:column;gap:1rem;display:flex}.modal-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.modal-field{flex-direction:column;gap:.35rem;display:flex}.modal-field label{color:var(--ink-2);font-size:.82rem;font-weight:600}.modal-field input{border:1.5px solid var(--line);font-size:1rem;font-family:var(--font);color:var(--ink);background:var(--white);border-radius:8px;outline:none;width:100%;padding:.65rem .9rem;transition:border-color .15s}.modal-field input:focus{border-color:var(--blue)}.modal-submit{color:var(--white);cursor:pointer;font-size:1rem;font-weight:700;font-family:var(--font);background:#25d366;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.6rem;width:100%;margin-top:.5rem;padding:.9rem 1.5rem;transition:background .15s;display:flex}.modal-submit:hover{background:#1ebe5d}@media (width<=600px){.modal-backdrop{align-items:flex-end;padding:0}.modal-box{border-radius:20px 20px 0 0;width:100%;max-width:100%;max-height:92vh;padding:1.5rem 1.25rem 2rem;animation:.25s both slideUp}.modal-row{grid-template-columns:1fr;gap:1rem}.modal-title{font-size:1.1rem}.modal-field input{padding:.75rem .9rem;font-size:16px}.modal-submit{padding:1rem;font-size:1rem}}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.certif-section{background:var(--blue);color:var(--white)}.certif-inner{max-width:var(--max);grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin:0 auto;display:grid}.certif-img-wrap{border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00000040}.certif-img{object-fit:cover;width:100%;height:420px;display:block}.certif-content .section-tag{color:#ffffffb3;letter-spacing:.03em;background:#ffffff1a;border:1px solid;border-radius:100px;margin-bottom:1rem;padding:.3rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.certif-title{color:var(--white);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:900;line-height:1.25}.certif-subtitle{color:#fffc;margin-bottom:1.5rem;font-size:.95rem;line-height:1.75}.certif-points{flex-direction:column;gap:.6rem;margin-bottom:2rem;list-style:none;display:flex}.certif-points li{color:var(--white);align-items:center;gap:.6rem;font-size:.95rem;font-weight:600;display:flex}.certif-check{background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;display:flex}.certif-cta{background:var(--white);color:var(--blue);border-radius:10px;align-items:center;gap:.65rem;padding:.85rem 2rem;font-size:1rem;font-weight:700;transition:background .15s;display:inline-flex}.certif-cta:hover{background:#ffffffe0}@media (width<=768px){.certif-inner{grid-template-columns:1fr;gap:2rem}.certif-img{height:240px}.certif-cta{justify-content:center;width:100%}}.formations-section{background:var(--surface)}.formations-groups-wrap{max-width:var(--max);flex-direction:column;gap:3rem;margin:0 auto;display:flex}.formation-group-label{color:var(--ink);border-bottom:3px solid var(--blue);margin-bottom:1.25rem;padding-bottom:.65rem;font-size:1.1rem;font-weight:800;display:inline-block}.formation-cards-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.formation-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow);cursor:pointer;transition:transform .18s,box-shadow .18s,border-color .18s;overflow:hidden}.formation-card:hover{box-shadow:var(--shadow-md);border-color:var(--blue);transform:translateY(-4px)}.formation-card-img{object-fit:cover;width:100%;height:160px;display:block}.formation-card-body{flex-direction:column;gap:.6rem;padding:.85rem;display:flex}.formation-card-name{color:var(--ink);font-size:.88rem;font-weight:700;line-height:1.35}.formation-card-btn{background:var(--blue);width:100%;color:var(--white);cursor:pointer;font-size:.8rem;font-weight:700;font-family:var(--font);border:none;border-radius:7px;padding:.5rem;transition:background .15s}.formation-card-btn:hover{background:var(--blue-dk)}@media (width<=900px){.formation-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.formation-cards-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.formation-card-img{height:120px}.formation-card-name{font-size:.8rem}}.cards-pagination{justify-content:center;align-items:center;gap:.75rem;margin-top:1.5rem;display:flex}.pg-arrow{border:1.5px solid var(--line);background:var(--white);width:40px;height:40px;color:var(--ink);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;line-height:1;transition:background .15s,border-color .15s;display:flex}.pg-arrow:hover:not(:disabled){background:var(--blue);border-color:var(--blue);color:var(--white)}.pg-arrow:disabled{opacity:.3;cursor:default}.pg-dots{align-items:center;gap:.4rem;display:flex}.pg-dot{background:var(--line);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .15s,transform .15s}.pg-dot.active{background:var(--blue);transform:scale(1.3)}
