@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;600;800&display=swap";:root{--primary-color:#1e3a8a;--primary-light:#3b82f6;--secondary-color:#ea580c;--secondary-hover:#c2410c;--bg-color:#f8fafc;--text-main:#0f172a;--text-muted:#64748b;--white:#fff;--border-color:#e2e8f0;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);font-family:Inter,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--primary-color);font-family:Outfit,sans-serif;font-weight:700}a{color:inherit;text-decoration:none;transition:all .3s}button{cursor:pointer;background:0 0;border:none;font-family:Inter,sans-serif}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.section{padding:5rem 0}.section-title{text-align:center;margin-bottom:3rem;font-size:2.5rem;position:relative}.section-title:after{content:"";background-color:var(--secondary-color);border-radius:2px;width:60px;height:4px;margin:.5rem auto 0;display:block}.btn-primary{background-color:var(--secondary-color);color:var(--white);border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary:hover{background-color:var(--secondary-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-outline{color:var(--primary-color);border:2px solid var(--primary-color);background-color:#0000;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-outline:hover{background-color:var(--primary-color);color:var(--white)}.form-group{margin-bottom:1.5rem}.form-label{color:var(--text-main);margin-bottom:.5rem;font-weight:500;display:block}.form-input{border:1px solid var(--border-color);border-radius:.5rem;width:100%;padding:.75rem;font-family:inherit;transition:border-color .3s}.form-input:focus{border-color:var(--primary-light);outline:none;box-shadow:0 0 0 3px #3b82f61a}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s ease-out forwards fadeIn}.tech-icon{color:#00f0ff;filter:drop-shadow(0 0 5px #00f0ff99)drop-shadow(0 0 12px #00f0ff66);animation:2s infinite alternate pulse-glow}.tech-icon-orange{color:var(--secondary-color);filter:drop-shadow(0 0 5px #ea580c99)drop-shadow(0 0 12px #ea580c66);animation:2s infinite alternate pulse-glow-orange}@keyframes pulse-glow{0%{filter:drop-shadow(0 0 3px #00f0ff66);transform:scale(1)}to{filter:drop-shadow(0 0 8px #00f0ffcc)drop-shadow(0 0 15px #00f0ff99);transform:scale(1.05)}}@keyframes pulse-glow-orange{0%{filter:drop-shadow(0 0 3px #ea580c66);transform:scale(1)}to{filter:drop-shadow(0 0 8px #ea580ccc)drop-shadow(0 0 15px #ea580c99);transform:scale(1.05)}}.hero{min-height:80vh;color:var(--white);background-color:#0f172a;background-position:50%;background-repeat:no-repeat;background-size:contain;align-items:center;padding:5rem 0;display:flex}.hero-layout{justify-content:space-between;align-items:center;gap:2rem;width:100%;padding:0 4rem;display:flex}.hero-content,.hero-contact{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a66;border:1px solid #00f0ff33;border-radius:12px;padding:2.5rem;box-shadow:0 4px 30px #0000004d}.hero-content{max-width:530px}.hero-contact{text-align:center;flex-direction:column;gap:1.5rem;width:100%;max-width:450px;margin-right:3rem;display:flex}.contact-title{color:var(--secondary-color);text-shadow:0 0 10px #ea580c80;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:800}.contact-item{text-align:left;background:#00000080;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:1.5rem;padding:1.5rem;text-decoration:none;transition:all .3s;display:flex}.contact-item:hover{border-color:#00f0ff99;transform:translate(-5px);box-shadow:0 0 15px #00f0ff33}.contact-item-text{flex-direction:column;display:flex}.contact-item-text span{color:#cbd5e1;margin-bottom:.3rem;font-size:1rem}.contact-item-text strong{color:var(--white);letter-spacing:1px;font-size:1.8rem}.hero-subtitle{color:var(--secondary-color);letter-spacing:2px;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:block}.hero-title{color:var(--white);margin-bottom:1.5rem;font-size:3.5rem;line-height:1.2}.text-highlight{color:var(--secondary-color)}.hero-desc{color:#cbd5e1;max-width:600px;margin-bottom:2.5rem;font-size:1.2rem}.hero-actions{gap:1rem;display:flex}.bg-light{background-color:var(--white)}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.service-card{background:var(--bg-color);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);border-radius:1rem;transition:transform .3s,box-shadow .3s;overflow:hidden}.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.service-img{background-position:50%;background-size:cover;height:200px}.service-content{padding:1.5rem}.service-content h3{margin-bottom:.75rem;font-size:1.25rem}.service-content p{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem}.service-features{gap:1rem;list-style:none;display:flex}.service-features li{align-items:center;gap:.25rem;font-size:.85rem;font-weight:600;display:flex}.text-secondary{color:var(--secondary-color)}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.project-card{box-shadow:var(--shadow-md);group:hover;border-radius:1rem;position:relative;overflow:hidden}.project-img{background-position:50%;background-size:cover;height:250px;transition:transform .5s}.project-card:hover .project-img{transform:scale(1.05)}.project-info{color:var(--white);background:linear-gradient(#0000,#0f172ae6);padding:2rem 1.5rem 1.5rem;position:absolute;bottom:0;left:0;right:0}.project-category{background-color:var(--secondary-color);color:var(--white);border-radius:1rem;margin-bottom:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.project-info h3{color:var(--white);margin:0;font-size:1.25rem}@media (width<=900px){.hero{background-position:top;background-size:100%;min-height:auto;padding-top:55vw;padding-bottom:2rem}.hero-layout{flex-direction:column;gap:1.5rem;padding:0 1rem}.hero-content,.hero-contact{background:#0f172ab3;padding:1.5rem}.hero-title{margin-bottom:1rem;font-size:2.2rem}.hero-desc{margin-bottom:1.5rem;font-size:1rem}.hero-contact{max-width:100%;margin-right:0}.contact-item{gap:1rem;padding:1rem}.contact-item-text strong{font-size:1.4rem}}@media (width<=768px){.hero-title{font-size:2rem}.hero-actions{flex-direction:column}}.modal-overlay{z-index:1000;background:#000c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:800px;max-height:90vh;padding:2rem;position:relative;overflow-y:auto}.modal-close{cursor:pointer;color:#333;background:0 0;border:none;position:absolute;top:1rem;right:1rem}.modal-title{margin-bottom:.5rem;font-size:1.5rem}.modal-category{color:var(--primary);margin-bottom:1rem;font-weight:700}.modal-description{color:#555;margin-top:1rem;line-height:1.5}.slideshow-container{background:#eee;border-radius:8px;justify-content:center;align-items:center;width:100%;height:400px;display:flex;position:relative;overflow:hidden}.slide-image{object-fit:contain;max-width:100%;max-height:100%}.slide-btn{cursor:pointer;background:#ffffffb3;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.slide-btn:hover{background:#fff}.slide-btn.prev{left:10px}.slide-btn.next{right:10px}.slide-dots{gap:8px;display:flex;position:absolute;bottom:10px}.dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:10px;height:10px}.dot.active{background:#fff}.admin-wrapper{justify-content:center;align-items:center;min-height:calc(100vh - 380px);display:flex}.admin-card{background:var(--white);box-shadow:var(--shadow-lg);border:1px solid var(--border-color);border-radius:1rem;max-width:600px;margin:0 auto;padding:3rem}.admin-title{text-align:center;margin-bottom:.5rem;font-size:2rem}.admin-desc{text-align:center;color:var(--text-muted);margin-bottom:2rem}.alert-success{color:#166534;text-align:center;background-color:#dcfce7;border:1px solid #bbf7d0;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem;font-weight:600}.pdf-tools-page{background:var(--bg-color);flex-direction:column;align-items:center;min-height:100vh;padding:8rem 2rem 5rem;display:flex}.pdf-header{text-align:center;max-width:600px;margin-bottom:3rem}.pdf-header h1{color:var(--white);margin-bottom:1rem;font-size:2.5rem}.pdf-header p{color:var(--text-muted);font-size:1.1rem}.pdf-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a99;border:1px solid #00f0ff33;border-radius:16px;width:100%;max-width:800px;overflow:hidden;box-shadow:0 10px 40px #0006,0 0 20px #00f0ff1a}.pdf-tabs{border-bottom:1px solid #ffffff1a;display:flex}.pdf-tab{color:var(--text-muted);cursor:pointer;background:#0000004d;border:none;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.pdf-tab:hover{color:#fff;background:#00f0ff0d}.pdf-tab.active{color:var(--secondary-color);border-bottom:2px solid var(--secondary-color);background:0 0;box-shadow:inset 0 -20px 20px -20px #ea580c4d}.pdf-workspace{padding:2.5rem}.pdf-tab-content h3{color:#fff;margin-bottom:1.5rem;font-size:1.3rem}.pdf-error{color:#fca5a5;background:#ef44441a;border:1px solid #ef444480;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:1rem;font-size:.95rem;display:flex}.upload-zone{background:#0000004d;border:2px dashed #00f0ff4d;border-radius:12px;margin-bottom:2rem;transition:all .3s;position:relative}.upload-zone:hover{border-color:var(--primary-color);background:#00f0ff0d}.upload-zone input[type=file]{opacity:0;cursor:pointer;z-index:10;width:100%;height:100%;position:absolute}.upload-label{color:#cbd5e1;pointer-events:none;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.upload-icon{color:var(--primary-color);animation:2s infinite pulse}.upload-label span{color:#fff;font-size:1.2rem;font-weight:600}.file-selected-name{color:var(--secondary-color);font-weight:700}.file-list{background:#0000004d;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.file-list h4{color:#cbd5e1;margin-bottom:1rem}.file-list ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.file-list li{color:#fff;background:#ffffff0d;border-radius:6px;align-items:center;gap:.8rem;padding:.75rem 1rem;display:flex}.file-name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.remove-btn{color:#ef4444;cursor:pointer;z-index:20;background:0 0;border:none;border-radius:4px;padding:.2rem;display:flex}.remove-btn:hover{background:#ef444433}.split-options{margin-bottom:2rem}.split-options label{color:#cbd5e1;margin-bottom:.8rem;font-weight:600;display:block}.page-input{color:#fff;background:#00000080;border:1px solid #fff3;border-radius:8px;outline:none;width:100%;padding:1rem;font-size:1.1rem;transition:all .3s}.page-input:focus{border-color:var(--secondary-color);box-shadow:0 0 10px #ea580c33}.btn-action{background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1.2rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 15px #ea580c66}.btn-action:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ea580c99}.btn-action:disabled{color:#fff6;box-shadow:none;cursor:not-allowed;background:#ffffff1a}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.pdf-notice{color:#93c5fd;background:#2563eb1a;border:1px solid #2563eb4d;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:1rem;font-size:.9rem;display:flex}@media (width<=600px){.pdf-tools-page{padding:6rem 1rem 3rem}.pdf-header h1{font-size:2rem}.pdf-tab{padding:1rem;font-size:1rem}.pdf-workspace{padding:1.5rem}.upload-label{padding:2rem 1rem}}.navbar{background-color:var(--white);box-shadow:var(--shadow-sm);z-index:100;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;height:80px;display:flex}.nav-logo{align-items:center;gap:1rem;display:flex}.logo-icon{background:linear-gradient(135deg, var(--primary-color), var(--primary-light));width:45px;height:45px;box-shadow:var(--shadow-md);border-radius:12px;justify-content:center;align-items:center;display:flex}.logo-text{flex-direction:column;display:flex}.logo-text span:first-child{color:var(--primary-color);font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800;line-height:1.2}.logo-subtitle{color:var(--text-muted);font-size:.8rem;font-weight:500}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--text-main);font-weight:600}.nav-links a:hover{color:var(--primary-light)}.footer{background-color:var(--primary-color);color:var(--white);padding-top:4rem}.footer-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.footer-col h3{color:var(--white);margin-bottom:1.5rem;font-size:1.25rem;position:relative}.footer-col h3:after{content:"";background-color:var(--secondary-color);border-radius:2px;width:40px;height:3px;margin-top:.5rem;display:block}.footer-col p{color:#cbd5e1}.contact-info{list-style:none}.contact-info li{color:#cbd5e1;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.footer-col ul{list-style:none}.footer-col ul:not(.contact-info) li{color:#cbd5e1;margin-bottom:.75rem}.footer-bottom{text-align:center;color:#94a3b8;background-color:#172554;padding:1.5rem 0;font-size:.9rem}.chatbot-container{z-index:9999;position:fixed;bottom:2rem;right:2rem}.chatbot-toggle{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;animation:3s ease-in-out infinite float;display:flex;box-shadow:0 4px 20px #0000004d,0 0 15px #00f0ff66}.chatbot-toggle:hover{background-color:var(--secondary-color);transform:scale(1.1)}.chatbot-toggle.hidden{display:none}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.chatbot-window{background:var(--white);opacity:0;pointer-events:none;border:1px solid var(--border-color);border-radius:16px;flex-direction:column;width:350px;height:500px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;bottom:0;right:0;overflow:hidden;transform:translateY(20px)scale(.9);box-shadow:0 10px 40px #0003,0 0 20px #00f0ff1a}.chatbot-window.open{opacity:1;pointer-events:all;transform:translateY(0)scale(1)}.chatbot-header{background:var(--primary-color);color:#fff;border-bottom:2px solid var(--secondary-color);justify-content:space-between;align-items:center;padding:1rem;display:flex}.chatbot-title{align-items:center;gap:.5rem;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:600;display:flex}.chatbot-close{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:none;transition:opacity .2s}.chatbot-close:hover{opacity:1}.chatbot-messages{background:var(--bg-color);flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:0 0}.chatbot-messages::-webkit-scrollbar-thumb{background:#0003;border-radius:10px}.chat-bubble-wrapper{align-items:flex-end;gap:.5rem;max-width:85%;display:flex}.chat-bubble-wrapper.user{flex-direction:row-reverse;align-self:flex-end}.chat-avatar{background:var(--border-color);width:28px;height:28px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.chat-bubble-wrapper.bot .chat-avatar{color:var(--primary-color);background:#00f0ff1a}.chat-bubble{border-radius:16px;padding:.75rem 1rem;font-size:.9rem;line-height:1.4}.chat-bubble.bot{color:var(--text-main);background:#fff;border:1px solid #00f0ff33;border-bottom-left-radius:4px;box-shadow:0 2px 5px #0000000d}.chat-bubble.user{background:var(--primary-color);color:#fff;border-bottom-right-radius:4px}.chat-bubble.typing{align-items:center;gap:3px;padding:1rem;display:flex}.chat-bubble.typing span{background:var(--text-muted);border-radius:50%;width:6px;height:6px;animation:1s infinite typing}.chat-bubble.typing span:nth-child(2){animation-delay:.2s}.chat-bubble.typing span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.chatbot-input-area{border-top:1px solid var(--border-color);background:#fff;gap:.5rem;padding:1rem;display:flex}.chatbot-input-area input{border:1px solid var(--border-color);border-radius:20px;outline:none;flex:1;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:all .3s}.chatbot-input-area input:focus{border-color:var(--secondary-color);box-shadow:0 0 0 2px #ea580c1a}.chatbot-input-area button{background:var(--secondary-color);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.chatbot-input-area button:disabled{background:var(--border-color);cursor:not-allowed}.chatbot-input-area button:not(:disabled):hover{background:var(--secondary-hover);transform:scale(1.05)}@media (width<=480px){.chatbot-window{width:300px;height:450px;bottom:70px;right:-10px}}
