body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{align-items:center;background-color:#fff;box-shadow:0 2px 10px #0000001a;display:flex;justify-content:space-between;left:0;padding:1.25rem 10%;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.logo{color:#000;font-size:clamp(1.5rem,4vw,1.8rem);font-weight:700;text-decoration:none;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.nav{display:flex;gap:clamp(1.5rem,3vw,2rem)}.nav a{color:#000;cursor:pointer;font-size:clamp(.9rem,2vw,1rem);font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s ease}.nav a:hover{color:#555}.nav a:after{background-color:#555;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav a:hover:after{width:100%}.hamburger{background:#0000;border:none;cursor:pointer;display:none;height:20px;outline:none;position:relative;width:30px;z-index:1001}.hamburger span{background-color:#000;display:block;height:3px;position:absolute;transform-origin:center;transition:all .3s ease;width:100%}.hamburger span:first-child{top:0}.hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger span:nth-child(3){bottom:0}.hamburger.open span:first-child{top:50%;transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0;transform:translateX(-20px)}.hamburger.open span:nth-child(3){bottom:50%;transform:rotate(-45deg) translate(7px,-6px)}@media (max-width:992px){.header{padding:1rem 5%}.nav{gap:1.5rem}}@media (max-width:768px){.header{padding:1rem 1.5rem}.nav{align-items:center;background-color:#fff;flex-direction:column;gap:2.5rem;height:100vh;justify-content:center;left:-100%;position:fixed;top:0;transition:all .4s cubic-bezier(.4,0,.2,1);width:100%}.nav.open{left:0}.nav a{font-size:1.2rem;padding:.5rem 1rem}.nav a:after{height:1px}.hamburger{display:block}}@media (min-width:1600px){.header{padding:1.25rem 15%}}@media (prefers-color-scheme:dark){.header{background-color:#1a1a1a;box-shadow:0 2px 10px #0000004d}.logo,.nav a{color:#f0f0f0}.nav a:hover{color:#bbb}.nav a:after{background-color:#bbb}.hamburger span{background-color:#f0f0f0}}.hero-container{background-color:#1a1f2b;color:#fff;display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}.hero-section{align-items:center;box-sizing:border-box;display:flex;flex:1 1;justify-content:center;padding:1.5rem;width:100%}.hero-content-container{margin:0 auto;max-width:1200px;padding:2rem 0;width:100%}.hero-grid{grid-gap:20rem;align-items:center;display:grid;gap:20rem;grid-template-columns:1fr}@media (min-width:768px){.hero-grid{grid-template-columns:repeat(2,1fr)}}.hero-text-content{display:flex;flex-direction:column;order:2}@media (min-width:768px){.hero-text-content{order:1}}.hero-title{font-size:clamp(2.5rem,5vw,3.75rem);font-weight:700;line-height:1.2;margin-bottom:1rem}.hero-subtitle-container{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.hero-subtitle-highlight,.hero-subtitle-text{font-size:clamp(1.25rem,3vw,1.5rem)}.hero-subtitle-highlight{color:#4ade80;display:inline-block;min-width:150px}.hero-description{color:#9ca3af;font-size:clamp(1rem,2vw,1.125rem);line-height:1.6;margin-bottom:2rem;max-width:36rem}.hero-actions{flex-wrap:wrap;gap:1.5rem}.download-button,.hero-actions{align-items:center;display:flex}.download-button{background-color:#4ade80;border-radius:9999px;box-shadow:0 10px 15px -3px #4ade8033;color:#000;font-size:clamp(.875rem,2vw,1rem);font-weight:500;gap:.5rem;padding:.75rem clamp(1.5rem,4vw,2rem);transition:all .3s ease;white-space:nowrap}.download-button:hover{background-color:#4ade80e6;transform:translateY(-2px)}.social-icons{display:flex;gap:1rem}.social-icon{align-items:center;background-color:#1a1f2b;border:1px solid #374151;border-radius:9999px;display:flex;height:clamp(2.5rem,5vw,3rem);justify-content:center;padding:.75rem;transition:all .3s ease;width:clamp(2.5rem,5vw,3rem)}.social-icon:hover{border-color:#4ade80;color:#4ade80;transform:translateY(-2px)}.profile-image-container{margin:0 auto;max-width:400px;order:1;padding-left:rem;position:relative}@media (min-width:768px){.profile-image-container{margin:0;order:2}}.profile-image-wrapper{aspect-ratio:1/1;border:4px solid #4ade80;border-radius:9999px;box-shadow:0 25px 50px -12px #4ade8033;margin:0 auto;max-width:350px;overflow:hidden;position:relative;width:100%;z-index:10}.profile-image{height:100%;object-fit:cover;width:100%}.typing-cursor{animation:blink .7s infinite;display:inline-block;margin-left:2px}@media (max-width:400px){.hero-actions{gap:1rem}.hero-actions,.hero-subtitle-container{align-items:flex-start;flex-direction:column}.hero-subtitle-container{gap:.25rem}.hero-title{font-size:2rem}}@media (min-width:768px) and (max-width:992px){.hero-content-container{padding:2rem}.profile-image-wrapper{max-width:300px}}@media (min-width:1200px){.hero-content-container{padding:3rem 0}}@media (prefers-reduced-motion){.download-button,.social-icon,.typing-cursor{animation:none;transition:none}.typing-cursor{opacity:1}}@media (prefers-color-scheme:dark){.hero-container,.social-icon{background-color:#0f131c}}.services-section{background-color:#1a202c;color:#fff;overflow:hidden;padding:clamp(3rem,5vw,5rem) 1rem;text-align:center;width:100%}.services-header h2{color:#22c55e;font-size:clamp(2rem,5vw,2.5rem);font-weight:700;margin-bottom:.5rem}.services-header p{color:#a0aec0;font-size:clamp(1rem,2vw,1.1rem);margin:0 auto;max-width:700px;padding:0 1rem}.services-grid{grid-gap:clamp(1rem,3vw,1.5rem);box-sizing:border-box;display:grid;gap:clamp(1rem,3vw,1.5rem);grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));margin-left:auto;margin-right:auto;margin-top:clamp(1.5rem,4vw,2.5rem);max-width:1200px;padding:0 1rem;width:90%}.service-card{align-items:start;background-color:#2d3748;border-radius:12px;box-shadow:0 4px 10px #0003;display:flex;flex-direction:column;height:100%;overflow:hidden;padding:clamp(1.25rem,3vw,1.5rem);position:relative;transition:all .3s ease-in-out}.service-card:hover{box-shadow:0 10px 20px #0000004d;transform:translateY(-8px)}.service-card:before{background-color:#22c55e;content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:transform .3s ease;width:100%}.service-card:hover:before{transform:scaleX(1)}.service-icon{color:#22c55e;font-size:clamp(1.75rem,4vw,2rem);margin-bottom:.75rem}.service-title{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;margin-bottom:.5rem}.service-description{color:#a0aec0;flex-grow:1;font-size:clamp(.9rem,2vw,1rem);line-height:1.6;margin-top:.5rem;text-align:left}.service-arrow{align-self:flex-end;color:#22c55e;cursor:pointer;font-size:clamp(1.25rem,3vw,1.5rem);margin-top:1rem;transition:transform .3s ease}.service-card:hover .service-arrow{transform:translateX(4px)}@media (max-width:400px){.services-grid{grid-template-columns:1fr;width:95%}.service-card{padding:1.25rem}}@media (min-width:768px) and (max-width:992px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.services-grid{grid-template-columns:repeat(3,1fr)}}@media (prefers-reduced-motion){.service-arrow,.service-card{transition:none}.service-card:hover{box-shadow:0 4px 10px #0003;transform:none}}@media (prefers-color-scheme:dark){.services-section{background-color:#0f131c}.service-card{background-color:#1a202c}}.education-timeline{background-color:#2d3748;box-sizing:border-box;margin:0 auto;max-width:1400px;padding:clamp(3rem,5vw,5rem) clamp(1rem,5vw,2rem);position:relative;width:100%}.timeline-header{margin-bottom:clamp(2rem,4vw,4rem);text-align:center}.timeline-header h2{color:#22c55e;font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:.5rem}.timeline-header p{color:#a0aec0;font-size:clamp(.9rem,2vw,1.1rem);margin:0 auto;max-width:600px}.timeline-container{margin:0 auto;max-width:1000px;padding-top:2rem;position:relative;width:100%}.timeline-line{background-color:#3498db;bottom:0;left:50%;position:absolute;top:0;transform:translateX(-50%);width:4px;z-index:1}.timeline-item{box-sizing:border-box;margin-bottom:clamp(2rem,4vw,3.75rem);padding:0 clamp(1rem,3vw,2.5rem);position:relative;width:calc(50% - 20px)}.timeline-item.left{left:0}.timeline-item.right{left:50%}.timeline-content{background:#fff;border-left:4px solid #3498db;border-radius:8px;box-shadow:0 5px 15px #0000001a;padding:clamp(1.25rem,3vw,1.75rem);position:relative;transition:all .3s ease}.timeline-content:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.timeline-item.left .timeline-content:after{border-left:15px solid #fff;right:-15px}.timeline-item.left .timeline-content:after,.timeline-item.right .timeline-content:after{border-bottom:15px solid #0000;border-top:15px solid #0000;content:"";height:0;position:absolute;top:20px;width:0}.timeline-item.right .timeline-content:after{border-right:15px solid #fff;left:-15px}.timeline-year{background:#3498db;border-radius:20px;box-shadow:0 3px 10px #3498db4d;color:#fff;font-size:clamp(.8rem,2vw,.9rem);font-weight:600;padding:.5rem clamp(.75rem,2vw,1rem);position:absolute;top:-15px;white-space:nowrap}.timeline-item.left .timeline-year{right:-10px}.timeline-item.right .timeline-year{left:-10px}.timeline-content h3{color:#2c3e50;font-size:clamp(1.1rem,3vw,1.3rem);line-height:1.3;margin-bottom:.75rem;margin-top:0}.timeline-content h4{color:#3498db;font-size:clamp(.9rem,2.5vw,1.1rem);font-weight:500;margin-bottom:1rem;margin-top:0}.timeline-content ul{margin:0;padding-left:1.25rem}.timeline-content li{color:#4a5568;font-size:clamp(.85rem,2vw,.95rem);line-height:1.5;margin-bottom:.5rem}.timeline-item:before{background:#fff;border:3px solid #3498db;border-radius:50%;content:"";height:clamp(16px,3vw,20px);position:absolute;top:20px;width:clamp(16px,3vw,20px);z-index:2}.timeline-item.left:before{right:-10px}.timeline-item.right:before{left:-10px}@media (max-width:900px){.timeline-item{left:0!important;padding-left:clamp(3rem,10vw,5rem);padding-right:clamp(1rem,3vw,1.5rem);width:100%}.timeline-item.left,.timeline-item.right{left:0}.timeline-item.left .timeline-content:after,.timeline-item.right .timeline-content:after{border-left:0;border-right:15px solid #fff;left:-15px;right:auto}.timeline-item:before{left:clamp(2rem,8vw,3rem)!important;right:auto!important}.timeline-line{left:clamp(2.5rem,9vw,3.5rem)}.timeline-year{left:clamp(2.5rem,9vw,3.5rem)!important;right:auto!important}}@media (max-width:480px){.timeline-content{padding:1.25rem}.timeline-content li{font-size:.8rem}.timeline-item:before{top:15px}}@media (prefers-reduced-motion){.timeline-content{transition:none}.timeline-content:hover{transform:none}}@media (prefers-color-scheme:dark){.timeline-content{background:#1a202c;border-left-color:#22c55e}.timeline-content h3{color:#f7fafc}.timeline-content li{color:#cbd5e0}.timeline-item.left .timeline-content:after{border-left-color:#1a202c}.timeline-item.right .timeline-content:after{border-right-color:#1a202c}.timeline-item:before{background:#1a202c}}.projects-section{background-color:#1a202c;box-sizing:border-box;margin:0 auto;max-width:1400px;padding:clamp(3rem,5vw,5rem) clamp(1rem,5vw,2rem);width:100%}.section-header{margin-bottom:clamp(2rem,4vw,4rem);padding:0 clamp(1rem,5vw,2rem);text-align:center}.section-header h2{color:#22c55e;font-size:clamp(1.8rem,4vw,2.5rem);line-height:1.2;margin-bottom:.5rem}.section-header p{color:#a0aec0;font-size:clamp(.9rem,2vw,1.1rem);line-height:1.6;margin:0 auto;max-width:700px}.projects-grid{grid-gap:clamp(1.5rem,3vw,2rem);display:grid;gap:clamp(1.5rem,3vw,2rem);grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));margin:0 auto;max-width:1200px;padding:0 clamp(.5rem,2vw,1rem);width:90%}.project-card{background:#fff;border:1px solid #eee;border-radius:10px;box-shadow:0 5px 15px #0000001a;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.project-card:hover{box-shadow:0 15px 30px #0003;transform:translateY(-8px)}.project-header{border-bottom:1px solid #eee;padding:clamp(1rem,2vw,1.5rem)}.project-category{background:#3498db;border-radius:20px;color:#fff;display:inline-block;font-size:clamp(.7rem,2vw,.8rem);font-weight:500;margin-bottom:clamp(.8rem,2vw,1rem);padding:.3rem clamp(.5rem,1.5vw,.8rem)}.project-card h3{color:#2c3e50;font-size:clamp(1.1rem,3vw,1.4rem);line-height:1.3;margin-bottom:.5rem}.project-description{color:#555;font-size:clamp(.85rem,2vw,.95rem);line-height:1.6;margin-bottom:0}.project-details{flex-grow:1;padding:clamp(1rem,2vw,1.5rem)}.features h4,.technologies h4{color:#2c3e50;font-size:clamp(.95rem,2.5vw,1.1rem);margin-bottom:.8rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:clamp(1rem,2vw,1.5rem)}.tech-tag{background:#f1f5f9;border-radius:20px;color:#334155;font-size:clamp(.7rem,2vw,.8rem);font-weight:500;padding:.3rem clamp(.5rem,1.5vw,.8rem)}.features ul{margin:0;padding-left:1.2rem}.features li{color:#555;font-size:clamp(.8rem,2vw,.9rem);line-height:1.5;margin-bottom:.5rem;position:relative}.features li:before{color:#3498db;content:"▹";left:-1.2rem;position:absolute}.project-links{border-top:1px solid #eee;display:flex;padding:clamp(.8rem,2vw,1rem) clamp(1rem,2vw,1.5rem)}.code-btn,.demo-btn{border:none;cursor:pointer;flex:1 1;font-size:clamp(.8rem,2vw,.9rem);font-weight:500;padding:clamp(.5rem,2vw,.6rem);transition:all .3s ease}.demo-btn{background:#3498db;border-radius:5px 0 0 5px;color:#fff}.code-btn{background:#f1f5f9;border-radius:0 5px 5px 0;color:#2c3e50}.demo-btn:hover{background:#2980b9;transform:translateY(-2px)}.code-btn:hover{background:#e2e8f0;transform:translateY(-2px)}@media (max-width:400px){.projects-grid{grid-template-columns:1fr;width:95%}.project-links{flex-direction:column;gap:.5rem}.code-btn,.demo-btn{border-radius:5px}}@media (prefers-color-scheme:dark){.project-card{background:#2d3748;border-color:#4a5568}.features h4,.project-card h3,.technologies h4{color:#f7fafc}.features li,.project-description{color:#cbd5e0}.tech-tag{background:#1a202c;color:#f7fafc}.project-header,.project-links{border-color:#4a5568}.code-btn{background:#1a202c;color:#f7fafc}.code-btn:hover{background:#2d3748}}@media (prefers-reduced-motion){.code-btn,.demo-btn,.project-card{transition:none}.code-btn:hover,.demo-btn:hover,.project-card:hover{transform:none}}.view-more-container{margin-top:20px;text-align:center}.view-more-btn{background-color:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;padding:10px 20px;transition:background-color .3s ease}.view-more-btn:hover{background-color:#0056b3}.contact-container{grid-gap:clamp(2rem,5vw,3.125rem);box-sizing:border-box;display:grid;gap:clamp(2rem,5vw,3.125rem);grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));margin-left:auto;margin-right:auto;margin-top:clamp(2rem,5vw,3.125rem);max-width:1200px;padding:0 clamp(1rem,3vw,1.5rem);width:90%}.section h2{color:#22c55e;font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:1.5rem}.contact-info{display:flex;flex-direction:column;gap:clamp(1rem,2vw,1.25rem)}.contact-info p{align-items:center;color:#22c55e;display:flex;font-size:clamp(.9rem,2vw,1rem);gap:clamp(.5rem,2vw,.625rem);margin:0}.contact-info i{color:#000;font-size:clamp(1rem,2vw,1.2rem);text-align:center;width:clamp(1.5rem,3vw,1.875rem)}.contact-form{flex-direction:column}.contact-form,.form-row{display:flex;gap:clamp(1rem,2vw,1.25rem)}.form-row input{flex:1 1;min-width:0}input,textarea{background-color:#fff;border:1px solid #ddd;border-radius:5px;box-sizing:border-box;font-family:inherit;font-size:clamp(.9rem,2vw,1rem);padding:clamp(.75rem,2vw,.9375rem);transition:all .3s ease;width:100%}input:focus,textarea:focus{border-color:#22c55e;box-shadow:0 0 0 2px #22c55e33;outline:none}textarea{min-height:clamp(120px,25vw,150px);resize:vertical}.submit-btn{align-self:flex-start;background-color:#22c55e;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:clamp(.9rem,2vw,1rem);font-weight:500;padding:clamp(.75rem,2vw,.9375rem) clamp(1.5rem,3vw,2rem);transition:all .3s ease}.submit-btn:hover{background-color:#1a9f4a;transform:translateY(-2px)}@media (max-width:768px){.form-row{flex-direction:column;gap:clamp(1rem,2vw,1.25rem)}.contact-container{grid-template-columns:1fr;width:95%}}@media (max-width:480px){input,textarea{padding:.75rem}.submit-btn{text-align:center;width:100%}}@media (prefers-color-scheme:dark){input,textarea{background-color:#2d3748;border-color:#4a5568;color:#f7fafc}.contact-info i{color:#f7fafc}input:focus,textarea:focus{border-color:#22c55e;box-shadow:0 0 0 2px #22c55e4d}}@media (prefers-reduced-motion){.submit-btn,input,textarea{transition:none}.submit-btn:hover{transform:none}}.footer{background-color:#f5f5f5;border-top:1px solid #eee;color:#000;padding:30px 0;text-align:center}.footer-content{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:1200px;padding:0 20px}.social-links{display:flex;gap:20px;justify-content:center}.social-links a{color:#000;font-size:1.5rem;transition:all .3s ease}.social-links a:hover{color:#555}.chatbot-container{bottom:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:fixed;right:20px;z-index:1000}.chatbot-toggle{align-items:center;background:#9f51e7;border:none;border-radius:50px;box-shadow:0 4px 15px #9f51e74d;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:12px 20px;transition:all .3s ease}.chatbot-toggle:hover{background:#8a40d5;box-shadow:0 6px 20px #9f51e766;transform:translateY(-2px)}.chatbot-toggle:active{transform:translateY(0)}.chatbot-window{animation:fadeInUp .3s ease forwards;background:#1a163d;border:1px solid #2d2a5a;border-radius:10px;box-shadow:0 5px 25px #0000004d;display:flex;flex-direction:column;margin-top:10px;max-height:500px;overflow:hidden;transform:translateY(20px);width:350px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chatbot-header{background:#9f51e7;color:#fff;display:flex;flex-direction:column;gap:4px;padding:15px}.chatbot-header h4{font-size:1.2rem;font-weight:600;margin:0}.chatbot-header p{font-size:.8rem;margin:0;opacity:.9}.chatbot-messages{display:flex;flex:1 1;flex-direction:column;gap:12px;max-height:300px;overflow-y:auto;padding:15px}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:#130f29}.chatbot-messages::-webkit-scrollbar-thumb{background:#9f51e7;border-radius:3px}.message{word-wrap:break-word;animation:messageFadeIn .2s ease;border-radius:18px;font-size:.95rem;line-height:1.4;margin-bottom:0;max-width:80%;padding:10px 15px}@keyframes messageFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.message.user{background:#9f51e7;border-bottom-right-radius:5px;color:#fff;margin-left:auto}.message.bot{background:#2d2a5a;border-bottom-left-radius:5px;color:#e2e2e2;margin-right:auto}.loading-dots{display:inline-flex;gap:4px}.loading-dots span{animation:blink 1.4s infinite both;color:#9f51e7;font-size:1.5rem;line-height:1}@keyframes blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}.chatbot-input{background:#1a163d;border-top:1px solid #2d2a5a;display:flex;gap:8px;padding:10px}.chatbot-input input{background:#130f29;border:1px solid #2d2a5a;border-radius:20px;color:#fff;flex:1 1;font-size:.9rem;outline:none;padding:10px 15px;transition:border .2s}.chatbot-input input:focus{border-color:#9f51e7}.chatbot-input button{background:#9f51e7;border:none;border-radius:20px;color:#fff;cursor:pointer;font-weight:500;min-width:70px;padding:10px 20px;transition:all .2s}.chatbot-input button:hover:not(:disabled){background:#8a40d5}.chatbot-input button:disabled{background:#555;cursor:not-allowed;opacity:.7}.typing-indicator{display:flex;gap:4px;padding:10px 15px}.typing-dot{animation:typingAnimation 1.4s ease-in-out infinite;background-color:#9f51e7;border-radius:50%;height:8px;width:8px}.typing-dot:first-child{animation-delay:0s}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingAnimation{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}@media (max-width:768px){.chatbot-container{bottom:15px;right:15px}.chatbot-window{bottom:80px;max-height:60vh;right:5vw;width:90vw}.chatbot-toggle{font-size:.9rem;padding:10px 16px}}@media (max-width:480px){.chatbot-window{max-height:70vh;width:95vw}.message{font-size:.9rem;max-width:90%;padding:8px 12px}}*{box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;padding:0}body{color:#333;line-height:1.6;overflow-x:hidden}.App{display:flex;flex-direction:column;min-height:100vh}main{background-color:#1a202c;flex:1 1}.section{margin:0 auto;max-width:1200px;padding:80px 20px}.section h2{font-size:2.5rem;margin-bottom:40px;position:relative;text-align:center}.section h2:after{background-color:#000;content:"";display:block;height:4px;margin:15px auto;width:80px}.btn{background-color:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:12px 24px;transition:all .3s ease}.btn:hover{background-color:#333;transform:translateY(-3px)}@media (max-width:768px){.section{padding:60px 15px}.section h2{font-size:2rem}}
/*# sourceMappingURL=main.5e6ea049.css.map*/