*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:#fff;color:#222;line-height:1.6}.page-title{font-size:2.3rem;text-align:center;margin:40px 0 20px;font-weight:700;color:#111}.subtitle{font-weight:600;margin-top:25px;font-size:1.5rem}.page-container{max-width:1000px;margin:auto;padding:20px}.btn-primary{display:inline-block;background:#06f;color:#fff;padding:12px 25px;border-radius:6px;text-decoration:none;font-weight:700;transition:.3s ease}.btn-primary:hover{background:#004ecc;transform:translateY(-2px)}html,body{height:100%;margin:0}#root{min-height:100%;display:flex;flex-direction:column}.main-content{flex:1}.navbar{position:sticky;top:0;z-index:1000;width:100%;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #eaeaea;box-shadow:0 4px 18px #0000000a}.nav-container{max-width:1200px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;align-items:center;gap:12px;text-decoration:none;flex-shrink:0}.logo-img{width:46px;height:46px;object-fit:contain;border-radius:12px}.logo-text{font-size:1.2rem;font-weight:800;color:#111827;letter-spacing:.2px}.nav-menu{display:flex;align-items:center}.nav-links{display:flex;align-items:center;gap:24px;list-style:none}.nav-links a{text-decoration:none;color:#1f2937;font-weight:500;font-size:.98rem;transition:.25s ease;position:relative}.nav-links a:hover{color:#2563eb}.nav-links a.active{color:#2563eb;font-weight:700}.nav-links a.active:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:2px;background:#2563eb;border-radius:2px}.btn-nav{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff!important;padding:10px 18px;border-radius:999px;font-weight:700;box-shadow:0 10px 22px #2563eb2e}.btn-nav:hover{transform:translateY(-1px);box-shadow:0 14px 28px #2563eb38}.btn-nav.active:after{display:none}.burger{display:none;width:46px;height:46px;border:none;background:#f3f4f6;border-radius:12px;cursor:pointer;padding:10px;position:relative;z-index:1002}.burger span{display:block;width:100%;height:2.5px;background:#111827;border-radius:4px;margin:5px 0;transition:all .3s ease}.burger.active span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.nav-overlay{position:fixed;inset:0;background:#11182759;z-index:999}@media(max-width:992px){.burger{display:block}.nav-menu{position:fixed;top:0;right:-100%;width:82%;max-width:340px;height:100vh;background:#fff;box-shadow:-10px 0 30px #0000001f;padding:90px 24px 24px;transition:right .35s ease;z-index:1001;align-items:flex-start}.nav-menu.open{right:0}.nav-links{flex-direction:column;align-items:flex-start;gap:18px;width:100%}.nav-links li{width:100%}.nav-links a{display:block;width:100%;padding:10px 0;font-size:1rem}.nav-links a.active:after{display:none}.btn-nav{width:100%;margin-top:8px;padding:12px 18px}}@media(max-width:576px){.nav-container{padding:12px 16px}.logo-img{width:42px;height:42px}.logo-text{font-size:1.05rem}.nav-menu{width:88%;padding:84px 20px 20px}}.site-footer{margin-top:80px;background:#0f172a;color:#fff;padding:60px 20px 24px}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:32px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.12)}.footer-brand{max-width:360px}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:18px}.footer-logo-img{width:46px;height:46px;object-fit:contain;border-radius:12px}.footer-logo span{font-size:1.2rem;font-weight:800;color:#fff}.footer-description{color:#ffffffb8;line-height:1.8;font-size:.97rem}.footer-column h4{font-size:1rem;margin-bottom:16px;color:#fff}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:10px;color:#ffffffb8;line-height:1.6;font-size:.95rem}.footer-column a{text-decoration:none;color:#ffffffb8;transition:.25s ease}.footer-column a:hover{color:#60a5fa}.footer-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:14px;padding:11px 18px;border-radius:999px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff!important;font-weight:700;text-decoration:none;box-shadow:0 10px 22px #2563eb2e}.footer-cta:hover{transform:translateY(-2px);box-shadow:0 14px 28px #2563eb3d}.footer-bottom{padding-top:20px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer-bottom p{color:#ffffff9e;font-size:.9rem;line-height:1.6}@media(max-width:1100px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.site-footer{padding:50px 16px 24px}.footer-grid{grid-template-columns:1fr;gap:26px}.footer-bottom{flex-direction:column}}@media(max-width:480px){.footer-description,.footer-column ul li,.footer-bottom p{font-size:.92rem}.footer-logo span{font-size:1.08rem}}.home-page{background:#fff;color:#1f2937}.hero-section{padding:70px 20px 40px;background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 30%),radial-gradient(circle at bottom right,rgba(59,130,246,.08),transparent 25%),#fff}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:40px}.hero-left{display:flex;flex-direction:column;gap:22px}.hero-badge{display:inline-flex;align-items:center;width:fit-content;background:#eaf1ff;color:#1d4ed8;padding:8px 16px;border-radius:999px;font-size:.92rem;font-weight:700}.hero-left h1{font-size:3.1rem;line-height:1.15;font-weight:800;color:#0f172a;max-width:700px}.hero-left h1 span{color:#2563eb}.hero-description{max-width:640px;font-size:1.08rem;color:#475569;line-height:1.8}.hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.hero-btn-primary{padding:14px 24px;border-radius:999px}.hero-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:6px}.highlight-item{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px;box-shadow:0 8px 24px #0f172a0d}.highlight-item strong{display:block;color:#0f172a;font-size:1rem;margin-bottom:6px}.highlight-item span{color:#64748b;font-size:.95rem}.hero-right{display:flex;justify-content:center}.hero-right img{width:100%;max-width:500px;height:auto;object-fit:contain}.stats-section{padding:10px 20px 20px}.stats-container{max-width:1200px;margin:0 auto;background:#fff;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:26px 22px;box-shadow:0 8px 24px #0f172a0d}.stat-card h3{font-size:1.08rem;color:#0f172a;margin-bottom:10px}.stat-card p{color:#64748b;font-size:.96rem;line-height:1.7}.home-section{max-width:1200px;margin:0 auto;padding:80px 20px}.section-cta{text-align:center;margin-top:32px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-box{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:28px 24px;box-shadow:0 8px 24px #0f172a0d;transition:transform .3s ease,box-shadow .3s ease}.service-box:hover,.project-card:hover,.reference-card:hover,.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 16px 30px #0f172a14}.service-box h3{font-size:1.2rem;color:#0f172a;margin-bottom:12px}.service-box p{color:#64748b;line-height:1.75}.references-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.reference-card{background:#fff;border:1px solid #dbeafe;color:#1e3a8a;border-radius:18px;padding:20px 16px;text-align:center;font-weight:700;box-shadow:0 8px 20px #2563eb0d;transition:.3s ease}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.project-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:28px 24px;box-shadow:0 8px 24px #0f172a0d;transition:.3s ease}.project-card h3{color:#0f172a;margin-bottom:12px;font-size:1.18rem}.project-card p{color:#64748b;line-height:1.75}.testimonial-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.testimonial-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:28px 24px;box-shadow:0 8px 24px #0f172a0d;transition:.3s ease}.testimonial-text{color:#475569;line-height:1.8;margin-bottom:18px;font-size:1rem}.testimonial-card h4{color:#0f172a;margin-bottom:4px}.testimonial-card span{color:#64748b;font-size:.95rem}.home-cta{padding:20px 20px 80px}.home-cta-content{max-width:1000px;margin:0 auto;background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff;border-radius:30px;padding:48px 28px;text-align:center;box-shadow:0 20px 40px #1d4ed82e}.home-cta-content h2{font-size:2.2rem;margin-bottom:14px}.home-cta-content p{max-width:700px;margin:0 auto 24px;color:#ffffffe6;line-height:1.8}@media(max-width:1100px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-left{align-items:center}.hero-left h1,.hero-description{max-width:100%}.hero-highlights{grid-template-columns:1fr;width:100%}.stats-container,.service-grid,.project-grid{grid-template-columns:repeat(2,1fr)}.references-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.hero-section{padding:50px 16px 30px}.hero-left h1{font-size:2.2rem}.section-heading h2,.home-cta-content h2{font-size:1.8rem}.stats-container,.service-grid,.project-grid,.testimonial-grid,.references-grid{grid-template-columns:1fr}.home-section{padding:60px 16px}.home-cta{padding:10px 16px 60px}.home-cta-content{padding:38px 20px}}@media(max-width:480px){.hero-left h1{font-size:1.9rem}.hero-description,.section-heading p,.stat-card p,.service-box p,.project-card p,.testimonial-text{font-size:.95rem}.hero-actions{flex-direction:column;width:100%}.hero-actions a{width:100%}}.services-page{background:#fff;color:#1f2937}.services-hero{padding:80px 20px 50px;background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 28%),radial-gradient(circle at bottom right,rgba(14,165,233,.08),transparent 25%),#fff}.services-hero-content{max-width:950px;margin:0 auto;text-align:center}.services-badge{display:inline-block;background:#eaf1ff;color:#2563eb;padding:8px 16px;border-radius:999px;font-size:.92rem;font-weight:700;margin-bottom:18px}.services-hero h1{font-size:3rem;line-height:1.15;color:#0f172a;margin-bottom:18px;font-weight:800}.services-hero p{max-width:760px;margin:0 auto;color:#64748b;font-size:1.05rem;line-height:1.8}.services-hero-actions{margin-top:28px;display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.services-section{max-width:1200px;margin:0 auto;padding:80px 20px}.services-alt{background:#f8fbff;border-radius:30px}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:999px;border:1px solid #cbd5e1;text-decoration:none;color:#0f172a;font-weight:700;transition:.3s ease;background:#fff}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.service-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:28px 24px;box-shadow:0 10px 25px #0f172a0d;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover,.target-card:hover,.step-card:hover{transform:translateY(-5px);box-shadow:0 16px 30px #0f172a14}.service-card-top{display:flex;align-items:center;gap:14px;margin-bottom:16px}.service-icon{min-width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:800;box-shadow:0 10px 20px #2563eb33}.service-card h3{font-size:1.2rem;color:#0f172a;line-height:1.35}.service-card p{color:#64748b;line-height:1.8;margin-bottom:18px}.service-points{list-style:none;display:flex;flex-wrap:wrap;gap:10px}.service-points li{background:#eff6ff;color:#1d4ed8;padding:8px 12px;border-radius:999px;font-size:.9rem;font-weight:600}.target-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.target-card{background:#fff;border:1px solid #dbeafe;color:#1e3a8a;padding:24px 18px;text-align:center;border-radius:20px;font-weight:700;box-shadow:0 8px 22px #2563eb0d;transition:.3s ease}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.step-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:26px 22px;box-shadow:0 8px 24px #0f172a0d;transition:.3s ease}.step-number{width:52px;height:52px;border-radius:16px;background:#eaf1ff;color:#2563eb;display:flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:16px}.step-card h3{color:#0f172a;font-size:1.08rem;margin-bottom:10px}.step-card p{color:#64748b;line-height:1.75}.services-cta{padding:20px 20px 80px}.services-cta-box{max-width:1000px;margin:0 auto;background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff;border-radius:30px;padding:48px 28px;text-align:center;box-shadow:0 20px 40px #1d4ed82e}.services-cta-box h2{font-size:2.1rem;margin-bottom:14px}.services-cta-box p{max-width:720px;margin:0 auto 24px;color:#ffffffeb;line-height:1.8}@media(max-width:1100px){.services-grid,.steps-grid,.target-grid{grid-template-columns:repeat(2,1fr)}.services-hero h1{font-size:2.5rem}}@media(max-width:768px){.services-hero{padding:60px 16px 40px}.services-section{padding:60px 16px}.services-grid,.steps-grid,.target-grid{grid-template-columns:1fr}.section-heading h2,.services-cta-box h2{font-size:1.8rem}.services-hero h1{font-size:2rem}.services-cta{padding:10px 16px 60px}.services-cta-box{padding:38px 20px}}@media(max-width:480px){.services-hero h1{font-size:1.8rem}.services-hero p,.section-heading p,.service-card p,.step-card p{font-size:.95rem}.services-hero-actions{flex-direction:column}.services-hero-actions a{width:100%}}.about-page{background:#fff;color:#1f2937}.about-hero{padding:80px 20px 45px;background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 28%),radial-gradient(circle at bottom right,rgba(14,165,233,.08),transparent 24%),#fff}.about-hero-content{max-width:950px;margin:0 auto;text-align:center}.about-badge{display:inline-block;background:#eaf1ff;color:#2563eb;padding:8px 16px;border-radius:999px;font-size:.92rem;font-weight:700;margin-bottom:18px}.about-hero h1{font-size:3rem;line-height:1.15;color:#0f172a;margin-bottom:18px;font-weight:800}.about-hero p{max-width:760px;margin:0 auto;color:#64748b;font-size:1.05rem;line-height:1.8}.about-section{max-width:1200px;margin:0 auto;padding:80px 20px}.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}.about-left h2{font-size:2.1rem;color:#0f172a;margin-bottom:18px;line-height:1.2}.about-text{color:#64748b;line-height:1.8;margin-bottom:16px}.about-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 24px;margin-top:28px}.highlight-row{display:flex;align-items:flex-start;gap:12px}.check-icon{min-width:28px;height:28px;border-radius:50%;background:#eaf1ff;color:#2563eb;display:flex;align-items:center;justify-content:center;font-weight:800;box-shadow:0 4px 10px #2563eb1a}.highlight-row p{margin:0;color:#334155;line-height:1.6}.about-right{display:flex;justify-content:center}.image-stack{position:relative;width:100%;max-width:500px}.img-back{width:100%;border-radius:24px;display:block;box-shadow:0 14px 30px #0f172a14}.img-front-wrapper{position:absolute;bottom:-35px;left:24px;width:52%}.img-front{width:100%;border-radius:18px;display:block;box-shadow:0 14px 30px #0f172a24;border:5px solid #ffffff}.experience-box{position:absolute;right:20px;bottom:-25px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:16px 20px;border-radius:18px;max-width:220px;box-shadow:0 16px 30px #2563eb38}.experience-box strong{display:block;font-size:1.15rem;margin-bottom:6px}.experience-box span{font-size:.92rem;line-height:1.5}.expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.expertise-card{background:#fff;border:1px solid #dbeafe;color:#1e3a8a;padding:24px 18px;text-align:center;border-radius:20px;font-weight:700;box-shadow:0 8px 22px #2563eb0d;transition:.3s ease}.expertise-card:hover,.team-card:hover,.value-card:hover{transform:translateY(-5px);box-shadow:0 16px 30px #0f172a14}.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.team-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;overflow:hidden;box-shadow:0 10px 24px #0f172a0d;transition:.3s ease}.team-card img{width:100%;height:290px;object-fit:cover}.team-content{padding:24px}.team-content h3{color:#0f172a;font-size:1.3rem;margin-bottom:6px}.team-content span{display:inline-block;color:#2563eb;font-weight:700;margin-bottom:14px}.team-content p{color:#64748b;line-height:1.75;margin-bottom:10px}.team-phone{color:#0f172a!important;font-weight:700}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.value-card{padding:28px 24px;border-radius:22px;box-shadow:0 10px 24px #0f172a0d;transition:.3s ease}.value-card h3{font-size:1.2rem;color:#0f172a;margin-bottom:10px}.value-card p{color:#475569;line-height:1.7}.gold{background:#fff4de}.blue{background:#eaf1ff}.green{background:#e8f8f0}.red{background:#ffe9e9}.about-cta{padding:10px 20px 80px}.about-cta-box{max-width:1000px;margin:0 auto;background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff;border-radius:30px;padding:48px 28px;text-align:center;box-shadow:0 20px 40px #1d4ed82e}.about-cta-box h2{font-size:2.1rem;margin-bottom:14px}.about-cta-box p{max-width:720px;margin:0 auto 24px;color:#ffffffeb;line-height:1.8}@media(max-width:1100px){.about-hero h1{font-size:2.5rem}.about-grid,.team-grid,.values-grid,.expertise-grid{grid-template-columns:1fr 1fr}.about-grid{align-items:start}}@media(max-width:768px){.about-hero{padding:60px 16px 35px}.about-section,.about-cta{padding-left:16px;padding-right:16px}.about-grid,.team-grid,.values-grid,.expertise-grid,.about-highlights{grid-template-columns:1fr}.about-hero h1{font-size:2rem}.section-heading h2,.about-left h2,.about-cta-box h2{font-size:1.8rem}.image-stack{margin-top:10px}.img-front-wrapper{position:relative;width:70%;left:0;bottom:0;margin-top:18px}.experience-box{position:relative;right:auto;bottom:auto;margin-top:18px;max-width:100%}.team-card img{height:240px}.about-cta-box{padding:38px 20px}}@media(max-width:480px){.about-hero h1{font-size:1.8rem}.about-hero p,.about-text,.section-heading p,.team-content p,.value-card p{font-size:.95rem}}.portfolio-page{background:#fff;color:#1f2937}.portfolio-hero{padding:80px 20px 40px;background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 28%),radial-gradient(circle at bottom right,rgba(14,165,233,.08),transparent 24%),#fff}.portfolio-hero-content{max-width:920px;margin:0 auto;text-align:center}.portfolio-badge{display:inline-block;background:#eaf1ff;color:#2563eb;padding:8px 16px;border-radius:999px;font-size:.92rem;font-weight:700;margin-bottom:18px}.portfolio-hero h1{font-size:3rem;line-height:1.15;color:#0f172a;margin-bottom:18px;font-weight:800}.portfolio-hero p{max-width:760px;margin:0 auto;color:#64748b;font-size:1.05rem;line-height:1.8}.portfolio-tabs-section{padding:10px 20px 0}.portfolio-tabs{max-width:1200px;margin:0 auto;display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.tab-btn{border:1px solid #dbeafe;background:#fff;color:#1d4ed8;padding:12px 18px;border-radius:999px;font-weight:700;cursor:pointer;transition:.3s ease}.tab-btn:hover{transform:translateY(-2px);border-color:#2563eb}.tab-btn.active{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 10px 22px #2563eb33}.portfolio-intro{max-width:1200px;margin:0 auto;padding:50px 20px 24px}.portfolio-heading{text-align:center;max-width:760px;margin:0 auto}.portfolio-heading h2{font-size:2.2rem;color:#0f172a;margin-bottom:14px;line-height:1.2}.portfolio-heading p{color:#64748b;font-size:1rem;line-height:1.8}.portfolio-detail-section{max-width:1200px;margin:0 auto;padding:10px 20px 30px}.portfolio-detail-card{background:#fff;border:1px solid #e5e7eb;border-radius:28px;overflow:hidden;box-shadow:0 16px 35px #0f172a14;display:grid;grid-template-columns:1fr 1fr;animation:fadeIn .3s ease}.portfolio-detail-card img{width:100%;height:100%;min-height:360px;object-fit:cover}.portfolio-detail-content{padding:34px 30px;display:flex;flex-direction:column;justify-content:center}.portfolio-detail-content h3{font-size:1.9rem;color:#0f172a;margin:12px 0 14px}.portfolio-detail-content p{color:#64748b;line-height:1.8;margin-bottom:20px}.portfolio-grid-section{max-width:1200px;margin:0 auto;padding:10px 20px 80px}.portfolio-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.portfolio-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;overflow:hidden;box-shadow:0 10px 24px #0f172a0d;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.portfolio-card:hover{transform:translateY(-6px);box-shadow:0 18px 32px #0f172a14}.portfolio-card-image img{width:100%;height:240px;object-fit:cover}.portfolio-card-content{padding:24px}.portfolio-card-content h3{font-size:1.25rem;color:#0f172a;margin:12px 0 10px;line-height:1.35}.portfolio-card-content p{color:#64748b;line-height:1.7;margin-bottom:16px}.project-category{display:inline-block;background:#eff6ff;color:#1d4ed8;padding:7px 12px;border-radius:999px;font-size:.85rem;font-weight:700}.tech-list,.detail-tech{display:flex;flex-wrap:wrap;gap:10px}.tech-badge{background:#f8fafc;color:#334155;border:1px solid #e2e8f0;padding:7px 12px;border-radius:999px;font-size:.85rem;font-weight:600}.btn-card{margin-top:18px;border:none;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:11px 18px;border-radius:999px;font-weight:700;cursor:pointer;box-shadow:0 10px 22px #2563eb2e}.detail-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.btn-close{border:none;background:#e5e7eb;color:#111827;padding:12px 18px;border-radius:999px;font-weight:700;cursor:pointer;transition:.3s ease}.btn-close:hover{background:#d1d5db}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;border:1px solid #cbd5e1;text-decoration:none;color:#0f172a;font-weight:700;transition:.3s ease;background:#fff}.btn-secondary:hover{border-color:#2563eb;color:#2563eb;transform:translateY(-2px)}.portfolio-cta{padding:0 20px 80px}.portfolio-cta-box{max-width:1000px;margin:0 auto;background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff;border-radius:30px;padding:48px 28px;text-align:center;box-shadow:0 20px 40px #1d4ed82e}.portfolio-cta-box h2{font-size:2.1rem;margin-bottom:14px}.portfolio-cta-box p{max-width:720px;margin:0 auto 24px;color:#ffffffeb;line-height:1.8}@keyframes fadeIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1100px){.portfolio-hero h1{font-size:2.5rem}.portfolio-detail-card,.portfolio-grid{grid-template-columns:1fr}}@media(max-width:768px){.portfolio-hero{padding:60px 16px 32px}.portfolio-intro,.portfolio-detail-section,.portfolio-grid-section,.portfolio-tabs-section,.portfolio-cta{padding-left:16px;padding-right:16px}.portfolio-heading h2,.portfolio-cta-box h2{font-size:1.8rem}.portfolio-hero h1{font-size:2rem}.portfolio-detail-content{padding:24px 20px}.portfolio-cta-box{padding:38px 20px}}@media(max-width:480px){.portfolio-hero h1{font-size:1.8rem}.portfolio-hero p,.portfolio-heading p,.portfolio-card-content p,.portfolio-detail-content p{font-size:.95rem}.detail-actions{flex-direction:column}.detail-actions a,.detail-actions button{width:100%}}.formations-page{background:#fff;color:#1f2937}.formations-hero{padding:80px 20px 45px;background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 28%),radial-gradient(circle at bottom right,rgba(14,165,233,.08),transparent 24%),#fff}.formations-hero-content{max-width:950px;margin:0 auto;text-align:center}.formations-badge{display:inline-block;background:#eaf1ff;color:#2563eb;padding:8px 16px;border-radius:999px;font-size:.92rem;font-weight:700;margin-bottom:18px}.formations-hero h1{font-size:3rem;line-height:1.15;color:#0f172a;margin-bottom:18px;font-weight:800}.formations-hero p{max-width:760px;margin:0 auto;color:#64748b;font-size:1.05rem;line-height:1.8}.formations-section{max-width:1200px;margin:0 auto;padding:80px 20px}.section-alt{background:#f8fbff;border-radius:30px}.formations-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.formation-card{background:#fff;padding:30px 24px;border-radius:24px;text-align:center;border:1px solid #e5e7eb;box-shadow:0 10px 24px #0f172a0d;transition:transform .3s ease,box-shadow .3s ease}.formation-card:hover,.format-card:hover{transform:translateY(-5px);box-shadow:0 16px 30px #0f172a14}.formation-icon{width:72px;height:72px;border-radius:20px;margin:0 auto 18px;background:linear-gradient(135deg,#2563eb,#1d4ed8);display:flex;align-items:center;justify-content:center;font-size:2rem;box-shadow:0 12px 24px #2563eb2e}.formation-card h3{font-size:1.2rem;color:#0f172a;margin-bottom:10px;line-height:1.35}.formation-card p{color:#64748b;line-height:1.7;margin-bottom:18px;min-height:90px}.formation-card button{border:none;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:11px 18px;border-radius:999px;font-weight:700;cursor:pointer;box-shadow:0 10px 22px #2563eb2e;transition:.3s ease}.formation-card button:hover{transform:translateY(-2px)}.programme-section{padding-top:10px}.programme-card{background:#fff;padding:34px 30px;border-radius:28px;box-shadow:0 16px 35px #0f172a14;border:1px solid #e5e7eb;max-width:950px;margin:0 auto;animation:fadeIn .3s ease-in-out}.programme-header{text-align:center;margin-bottom:24px}.programme-header h2{font-size:2rem;color:#0f172a;margin-bottom:12px}.programme-header p{color:#64748b;line-height:1.8;max-width:760px;margin:0 auto}.programme-tags{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:24px}.programme-tag{background:#eff6ff;color:#1d4ed8;padding:8px 12px;border-radius:999px;font-size:.9rem;font-weight:600}.programme-list{margin:0;padding-left:20px;color:#475569;line-height:1.9}.programme-list li{margin-bottom:6px}.programme-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:28px}.btn-inscription{border-radius:999px}.btn-fermer{padding:12px 18px;border:none;background:#e5e7eb;color:#111827;border-radius:999px;cursor:pointer;font-weight:700;transition:.3s ease}.btn-fermer:hover{background:#d1d5db}.formats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.format-card{background:#fff;border:1px solid #dbeafe;color:#1e3a8a;padding:24px 18px;text-align:center;border-radius:20px;font-weight:700;box-shadow:0 8px 22px #2563eb0d;transition:.3s ease}.formations-cta{padding:10px 20px 80px}.formations-cta-box{max-width:1000px;margin:0 auto;background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff;border-radius:30px;padding:48px 28px;text-align:center;box-shadow:0 20px 40px #1d4ed82e}.formations-cta-box h2{font-size:2.1rem;margin-bottom:14px}.formations-cta-box p{max-width:720px;margin:0 auto 24px;color:#ffffffeb;line-height:1.8}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1100px){.formations-hero h1{font-size:2.5rem}.formations-grid,.formats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.formations-hero{padding:60px 16px 35px}.formations-section,.formations-cta{padding-left:16px;padding-right:16px}.formations-grid,.formats-grid{grid-template-columns:1fr}.formations-hero h1,.programme-header h2,.formations-cta-box h2{font-size:2rem}.section-heading h2{font-size:1.8rem}.programme-card{padding:26px 20px}.formations-cta-box{padding:38px 20px}}@media(max-width:480px){.formations-hero h1,.programme-header h2,.formations-cta-box h2{font-size:1.8rem}.formations-hero p,.section-heading p,.formation-card p,.programme-header p,.programme-list{font-size:.95rem}.programme-actions{flex-direction:column}.programme-actions a,.programme-actions button{width:100%}}.blog-page{background:#fff;color:#1f2937}.blog-hero{padding:80px 20px 45px;background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 28%),radial-gradient(circle at bottom right,rgba(14,165,233,.08),transparent 24%),#fff}.blog-hero-content{max-width:950px;margin:0 auto;text-align:center}.blog-badge{display:inline-block;background:#eaf1ff;color:#2563eb;padding:8px 16px;border-radius:999px;font-size:.92rem;font-weight:700;margin-bottom:18px}.blog-hero h1{font-size:3rem;line-height:1.15;color:#0f172a;margin-bottom:18px;font-weight:800}.blog-hero p{max-width:760px;margin:0 auto;color:#64748b;font-size:1.05rem;line-height:1.8}.blog-section{max-width:1200px;margin:0 auto;padding:80px 20px}.section-heading{text-align:center;max-width:760px;margin:0 auto 45px}.section-heading h2{font-size:2.2rem;color:#0f172a;margin-bottom:14px;line-height:1.2}.section-heading p{color:#64748b;font-size:1rem;line-height:1.8}.blog-categories{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.blog-category-card{background:#fff;border:1px solid #dbeafe;color:#1e3a8a;padding:20px 16px;text-align:center;border-radius:18px;font-weight:700;box-shadow:0 8px 22px #2563eb0d;transition:.3s ease}.blog-category-card:hover,.blog-card:hover{transform:translateY(-5px);box-shadow:0 16px 30px #0f172a14}.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.blog-card{background:#fff;border-radius:24px;border:1px solid #e5e7eb;box-shadow:0 10px 24px #0f172a0d;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.blog-card-image img{width:100%;height:240px;object-fit:cover}.blog-content{padding:24px}.blog-category{display:inline-block;background:#eff6ff;color:#1d4ed8;padding:7px 12px;border-radius:999px;font-size:.85rem;font-weight:700;margin-bottom:14px}.blog-content h3{font-size:1.25rem;margin-bottom:12px;color:#0f172a;line-height:1.35}.blog-content p{color:#64748b;line-height:1.7;margin-bottom:18px}.btn-read{display:inline-flex;align-items:center;justify-content:center;padding:11px 18px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-radius:999px;font-weight:700;text-decoration:none;box-shadow:0 10px 22px #2563eb2e;transition:.3s ease}.btn-read:hover{transform:translateY(-2px)}.newsletter-section{padding:42px 24px;background:#f8fbff;border:1px solid #dbeafe;border-radius:28px;text-align:center;box-shadow:0 10px 24px #0f172a0a}.newsletter-section h2{font-size:2rem;color:#0f172a;margin-bottom:12px}.newsletter-section p{color:#64748b;line-height:1.8;margin-bottom:24px}.newsletter-form{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.newsletter-form input{min-width:300px;padding:14px 16px;border-radius:14px;border:1px solid #dbe2ea;font-size:1rem;outline:none;transition:border-color .25s ease,box-shadow .25s ease}.newsletter-form input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb14}.newsletter-form button{padding:14px 20px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:999px;cursor:pointer;font-weight:700;transition:.3s ease;box-shadow:0 10px 22px #2563eb2e}.newsletter-form button:hover{transform:translateY(-2px)}.blog-cta{padding:10px 20px 80px}.blog-cta-box{max-width:1000px;margin:0 auto;background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff;border-radius:30px;padding:48px 28px;text-align:center;box-shadow:0 20px 40px #1d4ed82e}.blog-cta-box h2{font-size:2.1rem;margin-bottom:14px}.blog-cta-box p{max-width:720px;margin:0 auto 24px;color:#ffffffeb;line-height:1.8}@media(max-width:1100px){.blog-hero h1{font-size:2.5rem}.blog-grid{grid-template-columns:1fr}.blog-categories{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.blog-hero{padding:60px 16px 35px}.blog-section,.blog-cta{padding-left:16px;padding-right:16px}.blog-hero h1,.newsletter-section h2,.blog-cta-box h2{font-size:2rem}.section-heading h2{font-size:1.8rem}.blog-categories{grid-template-columns:1fr 1fr}.newsletter-section{padding:34px 18px}.blog-cta-box{padding:38px 20px}}@media(max-width:480px){.blog-hero h1,.newsletter-section h2,.blog-cta-box h2{font-size:1.8rem}.blog-hero p,.section-heading p,.blog-content p,.newsletter-section p{font-size:.95rem}.blog-categories{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.newsletter-form input,.newsletter-form button{width:100%;min-width:unset}}.contact-page{background:#fff;color:#1f2937}.contact-hero{padding:80px 20px 45px;background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 28%),radial-gradient(circle at bottom right,rgba(14,165,233,.08),transparent 24%),#fff}.contact-hero-content{max-width:920px;margin:0 auto;text-align:center}.contact-badge{display:inline-block;background:#eaf1ff;color:#2563eb;padding:8px 16px;border-radius:999px;font-size:.92rem;font-weight:700;margin-bottom:18px}.contact-hero h1{font-size:3rem;line-height:1.15;color:#0f172a;margin-bottom:18px;font-weight:800}.contact-hero p{max-width:760px;margin:0 auto;color:#64748b;font-size:1.05rem;line-height:1.8}.contact-section{max-width:1200px;margin:0 auto;padding:70px 20px 80px}.contact-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;align-items:start}.contact-info-panel{background:#f8fbff;border:1px solid #dbeafe;border-radius:28px;padding:30px 24px}.section-tag{display:inline-block;background:#eaf1ff;color:#2563eb;padding:7px 14px;border-radius:999px;font-size:.9rem;font-weight:700;margin-bottom:14px}.contact-info-panel h2{font-size:2rem;color:#0f172a;margin-bottom:14px;line-height:1.2}.contact-info-text{color:#64748b;line-height:1.8;margin-bottom:24px}.contact-info-list{display:grid;gap:16px;margin-bottom:24px}.contact-info-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:18px;box-shadow:0 8px 22px #0f172a0d}.contact-info-card h3{font-size:1rem;color:#0f172a;margin-bottom:8px}.contact-info-card p{color:#64748b;line-height:1.7}.contact-note{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:20px;box-shadow:0 8px 22px #0f172a0d}.contact-note h3{color:#0f172a;margin-bottom:12px;font-size:1.05rem}.contact-note ul{padding-left:18px;color:#475569;line-height:1.8}.contact-form-box{background:#fff;border:1px solid #e5e7eb;border-radius:28px;padding:30px 24px;box-shadow:0 14px 30px #0f172a0f}.contact-form-box h2{font-size:2rem;color:#0f172a;margin-bottom:10px}.contact-form-box>p{color:#64748b;line-height:1.8;margin-bottom:24px}.contact-form{display:flex;flex-direction:column;gap:16px}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.contact-form input,.contact-form textarea,.contact-form select{width:100%;border:1px solid #dbe2ea;border-radius:14px;padding:14px 15px;font-size:1rem;color:#1f2937;background:#fff;transition:border-color .25s ease,box-shadow .25s ease;outline:none}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb14}.contact-form textarea{min-height:160px;resize:vertical}.contact-submit{width:100%;border:none;cursor:pointer;padding:14px 20px;border-radius:999px;font-size:1rem}.hidden{display:none}@media(max-width:1100px){.contact-hero h1{font-size:2.5rem}.contact-grid{grid-template-columns:1fr}}@media(max-width:768px){.contact-hero{padding:60px 16px 35px}.contact-section{padding:60px 16px}.contact-hero h1,.contact-info-panel h2,.contact-form-box h2{font-size:2rem}.form-row{grid-template-columns:1fr}.contact-info-panel,.contact-form-box{padding:24px 18px}}@media(max-width:480px){.contact-hero h1,.contact-info-panel h2,.contact-form-box h2{font-size:1.8rem}.contact-hero p,.contact-info-text,.contact-form-box>p,.contact-info-card p,.contact-note ul{font-size:.95rem}}
