@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif;background-color:#fff;color:#1e1e1e;line-height:1.6}a{text-decoration:none;color:inherit}.container{width:90%;max-width:1200px;margin:auto;padding:2rem 0}.navbar{background-color:#fff;border-bottom:1px solid #eee}.navbar .container{display:flex;align-items:center;justify-content:space-between}.logo{font-weight:700;color:#6a0dad;font-size:1.5rem}.nav-links{font-family:Roboto;list-style:none;display:flex;gap:1.5rem}.nav-btn{background-color:#fff;color:#4532fc;font-weight:500;border:none;width:76px;height:40px;gap:14px}.nav-btn1{background-color:#4532fc;color:#fff;border:none;padding:.6rem 1rem;border-radius:8px;cursor:pointer}.hero{background-color:#0f0f24;color:#fff}.hero-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding-top:60px}.hero .text{font-family:Roboto;font-weight:800;width:600px;font-size:70px;line-height:42px;letter-spacing:0%}.hero h1{font-family:Roboto;font-weight:800;font-size:70px;line-height:64px;letter-spacing:0%}.hero p{font-size:18px;font-weight:400}.cta{background-color:#fff;color:#4532fc;border:none;padding:.75rem 1.5rem;font-weight:700;border-radius:20px;cursor:pointer}.hero-image img{max-width:600px;height:auto}.features{background-color:#fff;padding:4rem 0;text-align:center}.features h2{font-size:2rem;color:#0f0f24;margin-bottom:.5rem}.subtitle{color:#666;margin-bottom:2.5rem;text-align:center}.features-grid{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:2rem}.feature-card{padding:2rem}.feature-card img{margin-bottom:1rem}.feature-card h3{color:#6a0dad;font-size:1.2rem;margin-bottom:.5rem}.feature-card p{font-size:.95rem;color:#333}.task-manager{background-color:#f4f0ff;padding:4rem 0;text-align:center;margin-left:50px;margin-right:50px}.task-manager h2{font-size:2rem;color:#6a0dad}.task-box{background:#fff;border-radius:12px;padding:2rem;max-width:600px;margin:2rem auto;box-shadow:0 4px 10px #0000001a}.task-list{list-style:none;padding:0;margin-bottom:1.5rem}.task-list li{display:flex;align-items:center;justify-content:space-between;background:#fafafa;margin-bottom:.75rem;padding:.75rem 1rem;border-radius:8px}.task-list input[type=checkbox]{margin-right:.5rem}.task-list label{flex:1;text-align:left}.delete-btn{background:none;border:none;font-size:1.2rem;color:#ff5c5c;cursor:pointer}.add-task{display:flex;gap:1rem;margin-top:1rem}.add-task input[type=text]{flex:1;padding:.75rem;border:1px solid #ccc;border-radius:8px}.add-btn{background-color:#6a0dad;color:#fff;border:none;padding:.75rem 1.25rem;border-radius:8px;cursor:pointer}contact{background-color:#fff;padding:4rem 0}.contact h2{font-size:2rem;color:#0f0f24;text-align:center}.contact-form{max-width:600px;margin:2rem auto 0;display:flex;flex-direction:column;gap:1.25rem}.contact-form input,.contact-form textarea{padding:.75rem 1rem;border:1px solid #ccc;border-radius:8px;font-size:1rem}.contact-form button{background-color:#6a0dad;color:#fff;border:none;padding:.75rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .3s ease}.contact-form button:hover{background-color:#5800a6}.footer{background-color:#f1f0ff;color:#fff;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:2rem}.footer-brand p{font-size:1rem;color:#616161}.footer-column h4{font-size:1.1rem;margin-bottom:.75rem;color:#121d2d}.footer-column ul{list-style:none;padding:0}.footer-column ul li{margin-bottom:.5rem}.footer-column ul li a{color:#121d2d;font-size:.95rem;transition:color .3s}.footer-column ul li a:hover{color:#fff}.footer-bottom{text-align:center;margin-top:2rem;font-size:.9rem;color:#9ca3af}.btn-submit{width:180px;background:#4532fc;text-align:center;align-self:center}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
