@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Source+Code+Pro:wght@400;500;700&display=swap";.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){h1{font-size:2.5rem}h2{font-size:2rem}section{padding:3rem 0}.container{padding:0 1rem}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 2rem;transition:all .3s ease}.navbar.scrolled{background:#0f172af2;box-shadow:0 5px 20px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar.scrolled.light{background:#f8fafcf2}.navbar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navbar-logo a{font-family:Source Code Pro,monospace;font-weight:700;font-size:1.5rem;color:var(--text-dark);display:flex;align-items:center}.light .navbar-logo a{color:var(--text-light)}.navbar-right{display:flex;align-items:center}.navbar-links{display:flex;gap:1.5rem}.navbar-links a{color:var(--text-dark);font-weight:500;position:relative}.light .navbar-links a{color:var(--text-light)}.navbar-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--primary),var(--secondary));transition:width .3s ease}.navbar-links a:hover:after{width:100%}.navbar-actions{display:flex;align-items:center;margin-left:2rem}.theme-toggle,.menu-toggle{background:transparent;color:var(--text-dark);font-size:1.25rem;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.light .theme-toggle,.light .menu-toggle{color:var(--text-light)}.theme-toggle:hover,.menu-toggle:hover{background:#6e56cf1a}.menu-toggle{display:none}@media (max-width: 768px){.navbar-links{position:fixed;top:70px;left:0;right:0;background:var(--background-dark);flex-direction:column;text-align:center;padding:2rem;gap:2rem;transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .3s ease;box-shadow:0 10px 20px #0000001a}.navbar-links.active{transform:translateY(0);opacity:1;pointer-events:all}.light .navbar-links{background:var(--background-light)}.menu-toggle{display:flex;margin-left:1rem}}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;position:relative;padding-top:80px;overflow:hidden}.hero-quote{font-size:1.15rem;max-width:500px;margin-bottom:1.5rem;font-style:italic;color:var(--secondary);border-left:3px solid var(--primary);padding-left:1rem}.particles-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;max-width:1200px;width:100%;margin:0 auto;padding:0 2rem;gap:2rem;box-sizing:border-box}.hero-text{flex:1}.hero-subtitle{font-size:1.25rem;font-weight:500;margin-bottom:.5rem;color:var(--secondary)}.hero-title{font-size:4rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(to right,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:2rem;font-weight:600;margin-bottom:1rem}.hero-bio{font-size:1.1rem;max-width:500px;margin-bottom:1.5rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem}.hero-social-links{display:flex;gap:1.5rem}.hero-social-links a{font-size:1.5rem;color:var(--text-dark);transition:all .3s ease;display:flex;align-items:center;justify-content:center}.hero-social-links a:hover{color:var(--primary);transform:translateY(-3px)}.light-mode .hero-social-links a{color:var(--text-light)}.hero-image{flex:1;display:flex;justify-content:center;align-items:center;width:100%}@media (max-width: 992px){.hero-content{flex-direction:column}.hero-image{width:100%;max-width:500px;margin:0 auto}.code-container{width:100%;font-size:.8rem;padding:1rem}.code-container pre{width:100%}}.code-container{background:#1e293bcc;border-radius:8px;padding:1.2rem;max-width:100%;overflow-x:auto;box-shadow:0 10px 25px #0003;border:1px solid rgba(110,86,207,.3);transform:perspective(1000px) rotateY(-10deg);transition:transform .3s ease;width:100%;font-size:.85rem}.code-container:hover{transform:perspective(1000px) rotateY(-5deg) translateY(-5px)}.light-mode .code-container{background:#000c}.code-container pre{margin:0;font-family:Source Code Pro,monospace;font-size:.9rem;width:100%;overflow-x:auto}.code-container code{color:#f8f8f2;display:block;line-height:1.6;white-space:pre-wrap}.code-comment{display:block;color:#6272a4}.code-keyword{color:#ff79c6}.code-string{color:#f1fa8c}.code-function{color:#50fa7b}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;opacity:.8;z-index:1}.mouse{width:26px;height:42px;border:2px solid var(--text-dark);border-radius:20px;position:relative}.light-mode .mouse{border-color:var(--text-light)}.mouse:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:6px;height:6px;background:var(--primary);border-radius:50%;animation:scrollAnim 2s infinite}.scroll-indicator p{margin-top:.5rem;font-size:.875rem;font-weight:500}@keyframes scrollAnim{0%{opacity:1;transform:translate(-50%) translateY(0)}50%{opacity:.3;transform:translate(-50%) translateY(15px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 992px){.hero-content{flex-direction:column}.hero-text{text-align:center;margin-bottom:2rem}.hero-buttons,.hero-social-links{justify-content:center}.hero-title{font-size:3rem}.hero-description{font-size:1.5rem}.hero-bio{max-width:100%}}@media (max-width: 480px){.hero-title{font-size:2.5rem}.hero-description{font-size:1.2rem}.hero-buttons{flex-direction:column;width:100%}.btn{width:100%;text-align:center}}.about{padding:6rem 0}.about-content{display:flex;align-items:center;gap:4rem}.about-image{flex:1;display:flex;justify-content:center;align-items:center;width:100%;text-align:center}.image-container{position:relative;width:350px;height:350px;margin:0 auto;display:inline-block;border-radius:10px;background:linear-gradient(135deg,var(--primary),#9d7af3);padding:6px;box-shadow:0 10px 30px #00000026}.image-container:after{content:"";position:absolute;width:100%;height:100%;border-radius:10px;background:linear-gradient(135deg,var(--primary),#9d7af3);top:20px;left:20px;z-index:-1;opacity:.8}.image-container img{width:100%;height:100%;object-fit:cover;border-radius:6px;position:relative;box-shadow:0 5px 15px #0000001a;display:block;margin:0;background:linear-gradient(45deg,#6e56cf0d,#9d7af31a)}.image-shape{display:none}.about-text{flex:1.5}.about-text h3{font-size:1.8rem;margin-bottom:1.5rem;color:var(--primary)}.about-text p{margin-bottom:1.5rem;line-height:1.8;font-size:1.05rem}.about-info{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.info-item{display:flex;align-items:flex-start;gap:1rem}.info-item svg{color:var(--primary);font-size:1.2rem;margin-top:3px}.info-item span{font-size:.9rem;opacity:.8;display:block;margin-bottom:.3rem}.info-item p{font-weight:500;margin:0}.download-btn{display:inline-flex;align-items:center;gap:.5rem}@media (max-width: 992px){.about-content{flex-direction:column;gap:3rem}.about-image,.about-text{flex:1;width:100%}.about-text{padding:0 1rem}.image-container{width:300px;height:300px}}@media (max-width: 768px){.about-info{grid-template-columns:1fr}.image-container{width:250px;height:250px}.about-text h3{font-size:1.5rem}}@media (max-width: 480px){.image-container{width:200px;height:200px}.image-shape{top:15px;left:15px}}.skills{padding:6rem 0;background:#0f172a05}.light-mode .skills{background:#f8fafc80}.skills-filter{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.filter-btn{padding:.6rem 1.2rem;background:transparent;border:2px solid var(--primary);color:var(--primary);border-radius:30px;font-weight:500;transition:all .3s ease;font-size:.9rem}.filter-btn:hover,.filter-btn.active{background:var(--primary);color:#fff}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.skill-card{background:var(--card-dark);border-radius:8px;padding:1.5rem;transition:all .3s ease;box-shadow:0 5px 15px #0000000d;border:1px solid rgba(110,86,207,.1);display:flex;flex-direction:column;align-items:center}.light-mode .skill-card{background:var(--card-light)}.skill-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a;border-color:#6e56cf4d}.skill-icon{font-size:3rem;margin-bottom:1rem;color:var(--primary);display:flex;align-items:center;justify-content:center}.skill-name{font-size:1.2rem;margin-bottom:1rem;font-weight:600;text-align:center}.skill-level-container{width:100%;height:10px;background:#6e56cf1a;border-radius:10px;margin-bottom:.8rem;position:relative;overflow:hidden}.skill-level{height:100%;background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:10px;position:relative;transition:width 1s ease}.skill-percentage{position:absolute;right:5px;top:50%;transform:translateY(-50%);font-size:.7rem;color:#fff;font-weight:600}.skill-experience{font-size:.9rem;color:var(--text-dark);opacity:.8}.light-mode .skill-experience{color:var(--text-light)}@media (max-width: 768px){.skills-filter{gap:.5rem}.filter-btn{padding:.5rem 1rem;font-size:.8rem}.skills-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}@media (max-width: 480px){.skills-filter{flex-direction:row;flex-wrap:wrap;justify-content:center}.skills-grid{grid-template-columns:1fr}}.projects{padding:6rem 0}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem;margin-top:3rem}.project-card{background:var(--card-dark);border-radius:10px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid rgba(110,86,207,.1);height:auto;display:flex;flex-direction:column;position:relative}.light-mode .project-card{background:var(--card-light)}.project-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026;border-color:#6e56cf4d}.project-image{position:relative;width:100%;height:220px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-image img{transform:scale(1.05)}.project-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.project-info-btn{background:#6e56cfcc;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .3s ease}.project-info-btn:hover{background:var(--primary);transform:scale(1.1)}.project-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.project-title{font-size:1.5rem;margin-bottom:1rem;font-weight:600}.project-description{font-size:.95rem;margin-bottom:1.5rem;line-height:1.6;flex:1}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#6e56cf1a;color:var(--primary);padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500}.light-mode .tech-tag{background:#6e56cf26}.project-links{display:flex;gap:1rem}.project-link{display:flex;align-items:center;gap:.5rem;color:var(--primary);font-weight:500;font-size:.9rem;transition:all .3s ease}.project-link:hover{color:var(--secondary);transform:translateY(-2px)}.project-details{background:#6e56cf0d;padding:1.5rem;border-top:1px solid rgba(110,86,207,.1);transition:all .3s ease}.project-details h4{font-size:1.1rem;margin-bottom:1rem;color:var(--primary)}.project-details ul{list-style-type:none;padding:0}.project-details li{position:relative;padding-left:1.5rem;margin-bottom:.8rem;font-size:.9rem;line-height:1.5}.project-details li:before{content:"→";position:absolute;left:0;color:var(--primary);font-weight:700}@media (max-width: 992px){.projects-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width: 768px){.projects-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}}@media (max-width: 480px){.projects-grid{grid-template-columns:1fr}}.experience{padding:6rem 0;background:#0f172a05}.light-mode .experience{background:#f8fafc80}.experience-timeline{position:relative;max-width:800px;margin:0 auto;padding-top:2rem}.timeline-item{position:relative;padding-left:50px;margin-bottom:3rem}.timeline-dot{position:absolute;left:0;top:0;width:20px;height:20px;background:var(--primary);border-radius:50%;z-index:2}.timeline-date{display:inline-flex;align-items:center;background:linear-gradient(90deg,var(--primary),var(--secondary));color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;font-weight:500;margin-bottom:1rem;box-shadow:0 4px 10px #0000001a}.timeline-date svg{margin-right:.5rem}.timeline-content{background:var(--card-dark);border-radius:10px;padding:1.5rem;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(110,86,207,.1);position:relative}.light-mode .timeline-content{background:var(--card-light)}.timeline-title{font-size:1.3rem;margin-bottom:1rem;color:var(--primary)}.timeline-info{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem}.company-info,.location-info{display:flex;align-items:center;font-size:.9rem;opacity:.9}.company-info svg,.location-info svg{margin-right:.5rem;color:var(--secondary)}.timeline-description{margin-bottom:1.5rem;line-height:1.6}.timeline-achievements h4{font-size:1rem;margin-bottom:.8rem;color:var(--secondary)}.timeline-achievements ul{list-style-type:none;padding:0}.timeline-achievements li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;font-size:.9rem;line-height:1.5}.timeline-achievements li:before{content:"→";position:absolute;left:0;color:var(--primary);font-weight:700}.timeline-connector{position:absolute;top:20px;bottom:-40px;left:-39px;width:2px;background:linear-gradient(to bottom,var(--primary),var(--secondary));z-index:1}@media (max-width: 768px){.timeline-item{padding-left:40px}.timeline-connector{left:-29px}.timeline-info{flex-direction:column;gap:.5rem}}@media (max-width: 480px){.timeline-item{padding-left:30px}.timeline-dot{width:15px;height:15px}.timeline-connector{left:-22px}}.contact{padding:6rem 0;background:#0f172a05}.light-mode .contact{background:#f8fafc80}.contact-content{display:flex;gap:4rem;margin-top:3rem}.contact-info{flex:1;display:flex;flex-direction:column;gap:2rem}.info-card{background:var(--card-dark);border-radius:10px;padding:2rem;text-align:center;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid rgba(110,86,207,.1)}.light-mode .info-card{background:var(--card-light)}.info-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026;border-color:#6e56cf4d}.info-icon{width:60px;height:60px;background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.5rem;color:#fff}.info-card h3{font-size:1.2rem;margin-bottom:.5rem}.info-card p{margin-bottom:1rem;opacity:.9}.info-card a{color:var(--primary);font-weight:500;position:relative;display:inline-block;transition:all .3s ease}.info-card a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--primary),var(--secondary));transition:width .3s ease}.info-card a:hover{color:var(--secondary)}.info-card a:hover:after{width:100%}.contact-form-container{flex:1.5}.contact-form{background:var(--card-dark);border-radius:10px;padding:2.5rem;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(110,86,207,.1)}.light-mode .contact-form{background:var(--card-light)}.form-group{margin-bottom:1.5rem;position:relative}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:.8rem 1rem;border:1px solid rgba(110,86,207,.2);border-radius:5px;background:transparent;color:var(--text-dark);font-family:Roboto,sans-serif;font-size:1rem;transition:all .3s ease}.light-mode .form-group input,.light-mode .form-group textarea{color:var(--text-light)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6e56cf1a}.form-group input.error,.form-group textarea.error{border-color:#e53e3e}.error-message{color:#e53e3e;font-size:.85rem;margin-top:.3rem;display:block}.submit-btn{background:linear-gradient(90deg,var(--primary),var(--secondary));color:#fff;border:none;padding:.8rem 1.5rem;border-radius:5px;font-weight:500;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease}.submit-btn:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0003}.success-message{background:#10b9811a;color:#10b981;padding:1rem;border-radius:5px;margin-top:1.5rem;text-align:center;font-weight:500}@media (max-width: 992px){.contact-content{flex-direction:column;gap:3rem}.contact-info{flex-direction:row;flex-wrap:wrap}.info-card{flex:1;min-width:250px}}@media (max-width: 768px){.contact-info{flex-direction:column}}@media (max-width: 480px){.contact-form{padding:1.5rem}}.footer{background:var(--background-dark);color:var(--text-dark);padding-top:5rem;position:relative;overflow:hidden}.light-mode .footer{background:var(--background-light);color:var(--text-light)}.footer-content{display:flex;flex-wrap:wrap;gap:4rem;position:relative;z-index:2}.footer-logo{flex:1;min-width:300px}.footer-logo a{font-family:Source Code Pro,monospace;font-weight:700;font-size:1.8rem;color:var(--text-dark);display:flex;align-items:center;margin-bottom:1rem}.light-mode .footer-logo a{color:var(--text-light)}.code-tag{color:var(--primary)}.logo-text{margin:0 .2rem}.footer-logo p{line-height:1.6;opacity:.8;max-width:300px}.footer-links{flex:2;display:flex;justify-content:space-between;gap:2rem}.footer-links-column{min-width:160px}.footer-links-column h3{font-size:1.2rem;margin-bottom:1.5rem;position:relative;display:inline-block}.footer-links-column h3:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:2px;background:var(--primary)}.footer-links-column ul{list-style-type:none;padding:0}.footer-links-column ul li{margin-bottom:.8rem}.footer-links-column ul li a{color:var(--text-dark);opacity:.8;transition:all .3s ease}.light-mode .footer-links-column ul li a{color:var(--text-light)}.footer-links-column ul li a:hover{color:var(--primary);opacity:1;padding-left:5px}.contact-list li{display:flex;align-items:center;opacity:.8}.footer-social{display:flex;gap:1rem;margin-top:1.5rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#6e56cf1a;border-radius:50%;color:var(--primary);transition:all .3s ease}.footer-social a:hover{background:var(--primary);color:#fff;transform:translateY(-3px)}.footer-bottom{border-top:1px solid rgba(110,86,207,.1);padding:2rem 0;margin-top:4rem;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}.footer-bottom p{opacity:.7;font-size:.9rem}.scroll-top-btn{width:40px;height:40px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 15px #0000001a;transition:all .3s ease}.scroll-top-btn:hover{transform:translateY(-5px);background:var(--secondary)}.footer-shape{position:absolute;bottom:0;left:0;width:100%;line-height:0;z-index:1}.footer-shape svg{width:100%;height:auto}@media (max-width: 992px){.footer-content{flex-direction:column;gap:3rem}.footer-logo{text-align:center}.footer-logo a{justify-content:center}.footer-logo p{max-width:100%}}@media (max-width: 768px){.footer-links{flex-direction:column;gap:2.5rem}.footer-links-column{text-align:center}.footer-links-column h3:after{left:50%;transform:translate(-50%)}.contact-list{display:flex;flex-direction:column;align-items:center}.footer-social{justify-content:center}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}:root{--primary: #6e56cf;--secondary: #0ea5e9;--accent: #10b981;--background-dark: #0f172a;--text-dark: #f8fafc;--card-dark: #1e293b;--background-light: #f8fafc;--text-light: #0f172a;--card-light: #ffffff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif;scroll-behavior:smooth;overflow-x:hidden}.app{min-height:100vh;transition:all .3s ease}.dark-mode{background-color:var(--background-dark);color:var(--text-dark)}.light-mode{background-color:var(--background-light);color:var(--text-light)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;box-sizing:border-box}section{padding:5rem 0}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;line-height:1.2}h1{font-size:3.5rem}h2{font-size:2.5rem;position:relative;display:inline-block;margin-bottom:2.5rem}h2:after{content:"";position:absolute;left:0;bottom:-10px;width:50%;height:3px;background:linear-gradient(90deg,var(--primary),var(--secondary))}p{line-height:1.6;margin-bottom:1rem}a{text-decoration:none;color:var(--primary);transition:all .3s ease}button{cursor:pointer;border:none;outline:none;font-family:Roboto,sans-serif;transition:all .3s ease}.btn{padding:.8rem 1.5rem;border-radius:4px;font-weight:500;display:inline-block}.btn-primary{background:linear-gradient(90deg,var(--primary),var(--secondary));color:#fff}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0003}.btn-outline{background:transparent;border:2px solid var(--primary);color:var(--primary)}.dark-mode .btn-outline{color:var(--text-dark);border-color:var(--text-dark)}.btn-outline:hover{background:var(--primary);color:#fff}.section-title{text-align:center;margin-bottom:3rem}.loader-container{display:flex;justify-content:center;align-items:center;height:100vh}.loader{perspective:800px}.cube{width:80px;height:80px;transform-style:preserve-3d;animation:rotate 3s infinite linear}.face{position:absolute;width:80px;height:80px;background:linear-gradient(45deg,var(--primary),var(--secondary));opacity:.8;border:2px solid rgba(255,255,255,.2)}.front{transform:translateZ(40px)}.back{transform:rotateY(180deg) translateZ(40px)}.right{transform:rotateY(90deg) translateZ(40px)}.left{transform:rotateY(-90deg) translateZ(40px)}.top{transform:rotateX(90deg) translateZ(40px)}.bottom{transform:rotateX(-90deg) translateZ(40px)}@keyframes rotate{0%{transform:rotateX(0) rotateY(0)}to{transform:rotateX(360deg) rotateY(360deg)}}@media (max-width: 992px){h1{font-size:2.8rem}h2{font-size:2.2rem}.container{padding:0 2rem;width:100%}}@media (max-width: 768px){h1{font-size:2.5rem}h2{font-size:2rem}section{padding:3rem 0}.container{padding:0 1.5rem}}@media (max-width: 480px){h1{font-size:2rem}h2{font-size:1.7rem}.container{padding:0 1rem}}
