@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.App{min-height:100vh}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#7355f7;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#5a44d1}::selection{background:#7355f733;color:#333}:focus-visible{outline:2px solid #7355f7;outline-offset:2px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.animate-fadeInUp{animation:fadeInUp .8s ease-out}.animate-fadeInLeft{animation:fadeInLeft .8s ease-out}.animate-fadeInRight{animation:fadeInRight .8s ease-out}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.container{max-width:1200px;margin:0 auto;padding:0 20px}button{background:none;border:none;outline:none;cursor:pointer;font-family:inherit}a{text-decoration:none;color:inherit}ul,ol{list-style:none;padding:0;margin:0}img{max-width:100%;height:auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading{animation:spin 1s linear infinite}@media (max-width: 1200px){.container{padding:0 15px}}@media (max-width: 768px){.container{padding:0 10px}}.dark{--background: #0f0f0f;--background-secondary: #1a1a1a;--background-tertiary: #2a2a2a;--text-primary: #ffffff;--text-secondary: #b3b3b3;--text-muted: #808080;--border: #3a3a3a;--accent: #7355f7;--accent-hover: #5a44d1}.dark body{background-color:var(--background);color:var(--text-primary)}.dark .container{background-color:var(--background)}.theme-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:#7355f71a;color:#7355f7;transition:all .3s ease;margin-left:16px}.theme-toggle:hover{background:#7355f733;transform:scale(1.05)}.dark .theme-toggle{background:#7355f733;color:#fff}.dark .theme-toggle:hover{background:#7355f74d}.dark ::-webkit-scrollbar-track{background:#1a1a1a}.dark ::-webkit-scrollbar-thumb{background:#7355f7}.dark ::-webkit-scrollbar-thumb:hover{background:#5a44d1}.dark ::selection{background:#7355f74d;color:#fff}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-brand{display:flex;align-items:center;gap:10px}.nav-brand h2{font-size:1.8rem;font-weight:700;color:#333;margin:0}.nav-brand a{text-decoration:none;color:inherit}.nav-logo{display:flex;align-items:center}.logo{height:60px;width:auto;transition:all .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.logo:hover{transform:scale(1.05);filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}.nav-menu{display:flex;align-items:center;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;font-size:1rem;transition:color .3s ease;cursor:pointer}.nav-link:hover{color:#7355f7}.nav-btn{background:#7355f7;color:#fff;border:none;padding:10px 25px;border-radius:25px;font-weight:500;cursor:pointer;transition:all .3s ease}.nav-btn:hover{background:#5a44d1;transform:translateY(-2px)}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:3px}.hamburger span{width:25px;height:3px;background:#333;border-radius:3px;transition:all .3s ease}.nav-title{margin-left:-1.5rem}@media (max-width: 1024px){.nav-container{padding:0 15px}.nav-menu{gap:1.5rem}.nav-brand h2{font-size:1.6rem}.logo{height:36px}}@media (max-width: 768px){.nav-container{height:60px;padding:0 15px}.nav-brand h2{font-size:1.5rem}.logo{height:60px}.brand-text-svg{height:80px;width:auto}.nav-menu{position:fixed;top:60px;left:-100%;width:100%;height:calc(100vh - 60px);background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:flex-start;align-items:center;padding-top:3rem;transition:left .4s cubic-bezier(.23,1,.32,1);box-shadow:0 10px 40px #00000026;z-index:999}.nav-menu.active{left:0}.nav-link{font-size:1.3rem;margin:1.5rem 0;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease}.nav-link:hover{background:#7355f71a}.nav-btn{margin-top:2rem;padding:15px 35px;font-size:1.1rem}.hamburger{display:flex;z-index:1001}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}}.dark .navbar{background:#0f0f0ff2;box-shadow:0 2px 20px #0000004d}.dark .nav-brand h2,.dark .nav-link{color:#fff}.dark .nav-link:hover{color:#7355f7}.dark .hamburger span{background:#fff}.dark .logo{filter:brightness(1.1) drop-shadow(0 2px 4px rgba(255,255,255,.1))}.dark .logo:hover{filter:brightness(1.2) drop-shadow(0 4px 8px rgba(255,255,255,.15))}.dark .brand-text-svg{filter:brightness(1.2)}@media (max-width: 768px){.dark .nav-menu{background:#0f0f0ffa;box-shadow:0 10px 40px #0006}.dark .nav-link:hover{background:#7355f733}}@media (max-width: 480px){.nav-container{padding:0 10px}.nav-brand h2{font-size:1.3rem}.logo{height:70px}.brand-text-svg{height:70px;width:auto}.nav-link{font-size:1.2rem}}.theme-toggle-container{display:flex;align-items:center;margin-left:4rem}.theme-toggle{background:none;border:2px solid #7355f7;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#7355f7}.theme-toggle:hover{background:#7355f7;color:#fff;transform:rotate(180deg)}.dark .theme-toggle{border-color:#fff;color:#fff}.dark .theme-toggle:hover{background:#fff;color:#333}.hero{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;padding:0 20px;overflow:hidden;position:relative}.dark .hero{background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460)}.hero:before{content:"";position:absolute;inset:0;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-container{max-width:1200px;margin:0 auto 40px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{color:#fff}.hero-subtitle{font-size:1rem;font-weight:600;color:#fffc;margin-bottom:1rem;letter-spacing:2px}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-highlight{color:gold;display:inline-block;animation:textGlow 2s ease-in-out infinite alternate}@keyframes textGlow{0%{text-shadow:0 0 10px #ffd700}to{text-shadow:0 0 20px #ffd700,0 0 30px #ffd700}}.hero-description{font-size:1.2rem;line-height:1.6;color:#ffffffe6;margin-bottom:2rem;max-width:500px}.hero-buttons{display:flex;gap:1rem;align-items:center}.btn-primary{background:#7355f7;color:#fff;border:none;padding:15px 35px;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-primary:hover{background:#5a44d1;transform:translateY(-3px);box-shadow:0 10px 25px #7355f74d}.btn-secondary{background:transparent;color:#fff;border:2px solid white;padding:15px 35px;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-secondary:hover{background:#fff;color:#7355f7;transform:translateY(-3px)}.hero-image{display:flex;justify-content:center;align-items:center}.hero-card{background:#fff;border-radius:20px;padding:20px;margin-bottom:40px;box-shadow:0 25px 50px #0003;transform:perspective(1000px) rotateY(-15deg) rotateX(10deg);transition:all .3s ease;width:400px;height:300px}.hero-card:hover{transform:perspective(1000px) rotateY(-10deg) rotateX(5deg);box-shadow:0 35px 70px #0000004d}.card-header{display:flex;justify-content:flex-start;margin-bottom:20px}.card-dots{display:flex;gap:8px}.card-dots span{width:12px;height:12px;border-radius:50%;background:#ddd}.card-dots span:nth-child(1){background:#ff5f56}.card-dots span:nth-child(2){background:#ffbd2e}.card-dots span:nth-child(3){background:#27ca3f}.dashboard-mockup{height:220px;display:flex;flex-direction:column;gap:20px}.chart-area{flex:1;background:#f8f9fa;border-radius:10px;padding:20px;display:flex;align-items:flex-end;justify-content:center}.chart-bars{display:flex;gap:10px;align-items:flex-end;height:100%}.bar{width:30px;background:linear-gradient(45deg,#7355f7,#a855f7);border-radius:5px 5px 0 0;animation:growBar 2s ease-out}@media (max-width: 1024px){.chart-area{padding:15px}.bar{width:25px}.chart-bars{gap:8px}}@media (max-width: 768px){.chart-area{padding:12px}.bar{width:20px}.chart-bars{gap:6px}}@media (max-width: 480px){.chart-area{padding:10px}.bar{width:16px}.chart-bars{gap:4px}}@keyframes growBar{0%{height:0%}to{height:var(--height, 50%)}}.stats-row{display:flex;gap:20px}.stat-item{flex:1;background:#f8f9fa;padding:20px;margin-bottom:22px;border-radius:10px;text-align:center}.stat-number{font-size:1.5rem;font-weight:700;color:#7355f7;margin-bottom:5px}.stat-label{font-size:.9rem;color:#666;font-weight:500}@media (max-width: 1024px){.hero-container{gap:3rem;padding:0 2rem}.hero-title{font-size:3rem}.hero-card{width:350px;height:280px}}@media (max-width: 768px){.hero{min-height:90vh;padding:80px 15px 0}.hero-container{grid-template-columns:1fr;gap:3rem;text-align:center;padding:0 1rem}.hero-title{font-size:2.8rem;line-height:1.1}.hero-description{font-size:1.1rem;margin:0 auto 2rem;max-width:90%}.hero-buttons{justify-content:center;flex-wrap:wrap;gap:1rem}.btn-primary,.btn-secondary{padding:12px 25px;font-size:.9rem;min-width:140px}.hero-card{width:100%;max-width:380px;height:260px;transform:none;margin:0 auto}.hero-card:hover{transform:none}}@media (max-width: 480px){.hero{min-height:85vh;padding:70px 10px 0}.hero-container{gap:2rem}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:.9rem}.hero-description{font-size:1rem;line-height:1.5}.hero-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:280px;padding:14px 20px}.hero-card{width:100%;max-width:320px;height:220px;padding:15px}.chart-bars{gap:6px}.bar{width:20px}.stat-number{font-size:1.2rem}.stat-label{font-size:.8rem}}.about{padding:100px 20px;background:#f8f9fa}.dark .about{background:#1a1a1a}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image{display:flex;justify-content:center}.about-card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 15px 35px #0000001a;display:flex;flex-direction:column;gap:25px;max-width:400px}.dark .about-card{background:#2a2a2a;box-shadow:0 15px 35px #0000004d}.feature-item{text-align:center;padding:20px;border-radius:15px;transition:all .3s ease}.feature-item:hover{background:#f0f0ff;transform:translateY(-5px)}.dark .feature-item:hover{background:#3a3a3a}.feature-icon{font-size:2.5rem;margin-bottom:15px}.feature-item h4{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:10px}.dark .feature-item h4{color:#fff}.feature-item p{color:#666;font-size:.9rem;line-height:1.5;margin:0}.dark .feature-item p{color:#b3b3b3}.about-content{padding-left:2rem}.about-subtitle{font-size:1rem;font-weight:600;color:#7355f7;margin-bottom:1rem;letter-spacing:2px;text-transform:uppercase}.about-title{font-size:2.5rem;font-weight:700;color:#333;line-height:1.3;margin-bottom:1.5rem}.dark .about-title{color:#fff}.text-highlight{color:#7355f7}.about-description{font-size:1.1rem;line-height:1.7;color:#666;margin-bottom:2rem}.dark .about-description{color:#b3b3b3}.about-features{margin-bottom:2rem}.feature-list{display:flex;flex-direction:column;gap:15px}.feature-point{display:flex;align-items:center;gap:15px;font-size:1rem;color:#333}.dark .feature-point{color:#fff}.checkmark{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;background:#7355f7;color:#fff;border-radius:50%;font-size:.8rem;font-weight:700;flex-shrink:0}.about-btn{background:#7355f7;color:#fff;border:none;padding:15px 35px;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.about-btn:hover{background:#5a44d1;transform:translateY(-3px);box-shadow:0 10px 25px #7355f74d}@media (max-width: 1024px){.about-container{gap:3rem;padding:0 2rem}.about-title{font-size:2.2rem}.about-content{padding-left:1rem}}@media (max-width: 768px){.about{padding:80px 15px}.about-container{grid-template-columns:1fr;gap:3rem}.about-content{padding-left:0;text-align:center;order:-1}.about-image{order:1}.about-title{font-size:2rem;line-height:1.2}.about-description{font-size:1rem;text-align:left;margin:0 auto 2rem}.about-card{max-width:100%;padding:25px}.feature-item{padding:15px}.feature-item h4{font-size:1.1rem}.feature-item p{font-size:.85rem}.feature-list{align-items:flex-start;text-align:left}.feature-point{justify-content:flex-start}}@media (max-width: 480px){.about{padding:60px 10px}.about-container{gap:2rem}.about-title{font-size:1.8rem}.about-subtitle{font-size:.9rem}.about-description{font-size:.95rem;line-height:1.6}.about-card{padding:20px;gap:20px}.feature-item{padding:12px}.feature-icon{font-size:2rem;margin-bottom:10px}.feature-item h4{font-size:1rem}.feature-item p{font-size:.8rem}.feature-point{font-size:.9rem}.checkmark{width:20px;height:20px;font-size:.7rem}.about-btn{padding:12px 30px;font-size:.9rem}}.portfolio{padding:120px 0;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.dark .portfolio{background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460)}.portfolio:before{content:"";position:absolute;inset:0;background:#0000001a;z-index:0}.portfolio-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.portfolio-header{text-align:center;margin-bottom:4rem}.portfolio-subtitle{color:#fffc;font-size:.9rem;font-weight:600;letter-spacing:3px;margin-bottom:1rem;text-transform:uppercase}.portfolio-title{color:#fff;font-size:3rem;font-weight:800;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.portfolio-description{color:#ffffffe6;font-size:1.1rem;line-height:1.6;max-width:600px;margin:0 auto}.portfolio-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.2);padding:.8rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.filter-btn:hover{background:#fff3;border-color:#fff6;transform:translateY(-2px)}.filter-btn.active{background:#fff;color:#667eea;border-color:#fff;box-shadow:0 4px 15px #ffffff4d}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.portfolio-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0003;transition:all .3s ease;animation:slideUp .6s ease forwards;opacity:0;transform:translateY(30px)}.dark .portfolio-card{background:#2a2a2a;box-shadow:0 10px 30px #0006}.portfolio-card:nth-child(1){animation-delay:.1s}.portfolio-card:nth-child(2){animation-delay:.2s}.portfolio-card:nth-child(3){animation-delay:.3s}.portfolio-card:nth-child(4){animation-delay:.4s}.portfolio-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000004d}.portfolio-image{position:relative;height:250px;overflow:hidden}.portfolio-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.portfolio-card:hover .portfolio-image img{transform:scale(1.1)}.portfolio-overlay{position:absolute;inset:0;background:#667eeae6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.portfolio-card:hover .portfolio-overlay{opacity:1}.portfolio-actions{display:flex;gap:1rem}.portfolio-link{background:#fff;color:#667eea;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #0003}.portfolio-link:hover{background:#667eea;color:#fff;transform:scale(1.1)}.portfolio-content{padding:2rem}.portfolio-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;color:#666;font-size:.9rem}.dark .portfolio-meta{color:#ccc}.portfolio-category,.portfolio-date{display:flex;align-items:center;gap:.5rem}.portfolio-content .portfolio-title{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:1rem;text-shadow:none}.dark .portfolio-content .portfolio-title{color:#fff}.portfolio-content .portfolio-description{color:#666;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.dark .portfolio-content .portfolio-description{color:#ccc}.portfolio-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500}@media (max-width: 768px){.portfolio{padding:80px 0}.portfolio-container{padding:0 1rem}.portfolio-title{font-size:2.5rem}.portfolio-grid{grid-template-columns:1fr;gap:1.5rem}.portfolio-filters{gap:.5rem}.filter-btn{padding:.6rem 1rem;font-size:.9rem}}@media (max-width: 480px){.portfolio-title{font-size:2rem}.portfolio-description{font-size:1rem}.portfolio-content{padding:1.5rem}}.portfolio-show-more{text-align:center;margin-top:3rem}.show-more-btn{background:linear-gradient(135deg,#7355f7,#667eea);color:#fff;border:none;padding:15px 40px;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #7355f74d;text-transform:uppercase;letter-spacing:1px}.show-more-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7355f766;background:linear-gradient(135deg,#5a44d1,#4f46e5)}.show-more-btn:active{transform:translateY(0)}.dark .show-more-btn{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 4px 15px #8b5cf64d}.dark .show-more-btn:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 6px 20px #8b5cf666}.team{padding:120px 0;background:#f8fafc;position:relative}.dark .team{background:#1a1a1a}.team:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#667eea0d,#764ba20d);z-index:0}.team-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.team-header{text-align:center;margin-bottom:4rem}.team-subtitle{color:#667eea;font-size:.9rem;font-weight:600;letter-spacing:3px;margin-bottom:1rem;text-transform:uppercase}.team-title{color:#2d3748;font-size:3rem;font-weight:800;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.dark .team-title{color:#fff}.team-description{color:#4a5568;font-size:1.1rem;line-height:1.6;max-width:700px;margin:0 auto}.dark .team-description{color:#b3b3b3}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem}.team-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;animation:slideUp .6s ease forwards;opacity:0;transform:translateY(30px)}.dark .team-card{background:#2a2a2a;box-shadow:0 10px 30px #0000004d}.team-card:nth-child(1){animation-delay:.1s}.team-card:nth-child(2){animation-delay:.2s}.team-card:nth-child(3){animation-delay:.3s}.team-card:nth-child(4){animation-delay:.4s}.team-card:nth-child(5){animation-delay:.5s}.team-card:nth-child(6){animation-delay:.6s}.team-card:nth-child(7){animation-delay:.7s}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}.team-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.team-image-container{position:relative;height:280px;overflow:hidden}.team-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.team-card:hover .team-image{transform:scale(1.1)}.team-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#667eeae6,#764ba2e6);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.team-overlay.active{opacity:1}.team-social{display:flex;gap:1rem}.social-link{background:#fff;color:#667eea;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #0003}.social-link:hover{background:#667eea;color:#fff;transform:scale(1.1)}.team-content{padding:2rem}.team-name{color:#2d3748;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.dark .team-name{color:#fff}.team-role{color:#667eea;font-size:1.1rem;font-weight:600;margin-bottom:.3rem}.team-specialization{color:#718096;font-size:.9rem;margin-bottom:1rem;font-style:italic}.dark .team-specialization{color:#b3b3b3}.team-bio{color:#4a5568;font-size:.95rem;line-height:1.5;margin-bottom:1rem}.dark .team-bio{color:#b3b3b3}.team-location{display:flex;align-items:center;gap:.5rem;color:#718096;font-size:.9rem;margin-bottom:1.5rem}.dark .team-location{color:#b3b3b3}.team-skills{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.75rem;font-weight:500}.team-cta{text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 2rem;border-radius:20px;box-shadow:0 10px 30px #667eea4d}.team-cta h3{font-size:2rem;font-weight:700;margin-bottom:1rem}.team-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.cta-button{background:#fff;color:#667eea;border:none;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.cta-button:hover{background:#f7fafc;transform:translateY(-2px);box-shadow:0 6px 20px #00000040}@media (max-width: 768px){.team{padding:80px 0}.team-container{padding:0 1rem}.team-title{font-size:2.5rem}.team-grid{grid-template-columns:1fr;gap:1.5rem}.team-content{padding:1.5rem}.team-cta{padding:2rem 1rem}.team-cta h3{font-size:1.5rem}}@media (max-width: 480px){.team-title{font-size:2rem}.team-description{font-size:1rem}.team-image-container{height:250px}.social-link{width:40px;height:40px}}.pricing{padding:100px 20px;background:#f8f9fa}.dark .pricing{background:#1a1a1a}.pricing-container{max-width:1200px;margin:0 auto}.pricing-header{text-align:center;margin-bottom:3rem}.pricing-subtitle{font-size:1rem;font-weight:600;color:#7355f7;margin-bottom:1rem;letter-spacing:2px;text-transform:uppercase}.pricing-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem}.dark .pricing-title{color:#fff}.pricing-description{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.dark .pricing-description{color:#fff}.pricing-toggle{display:flex;justify-content:center;margin-bottom:3rem;background:#fff;border-radius:50px;padding:8px;width:fit-content;margin-left:auto;margin-right:auto;box-shadow:0 5px 20px #0000001a}.dark .pricing-toggle{background:#2a2a2a;box-shadow:0 5px 20px #0000004d}.toggle-btn{background:transparent;border:none;padding:12px 30px;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;display:flex;align-items:center;gap:8px}.toggle-btn.active{background:#7355f7;color:#fff}.toggle-btn:not(.active){color:#666}.dark .toggle-btn:not(.active){color:#fff}.savings-badge{background:#ff6b6b;color:#fff;font-size:.7rem;padding:2px 6px;border-radius:10px;font-weight:700}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.pricing-card{background:#fff;border-radius:20px;padding:2.5rem 2rem;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;position:relative;border:2px solid transparent}.dark .pricing-card{background:#2a2a2a;box-shadow:0 10px 30px #0000004d}.pricing-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.pricing-card.popular{border-color:#7355f7;transform:translateY(-10px);box-shadow:0 20px 40px #7355f726}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#7355f7;color:#fff;padding:8px 25px;border-radius:20px;font-size:.9rem;font-weight:600}.plan-header{text-align:center;margin-bottom:2rem}.plan-name{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.5rem}.dark .plan-name{color:#fff}.plan-description{color:#666;font-size:.95rem;margin-bottom:1.5rem;line-height:1.4}.dark .plan-description{color:#b3b3b3}.plan-price{display:flex;align-items:baseline;justify-content:center;margin-bottom:1rem}.currency{font-size:1.2rem;font-weight:600;color:#7355f7}.amount{font-size:3rem;font-weight:700;color:#333;margin:0 5px}.dark .amount{color:#fff}.period{font-size:1rem;color:#666}.dark .period{color:#b3b3b3}.savings-indicator{background:linear-gradient(45deg,#ff6b6b,#ff8e8e);color:#fff;font-size:.8rem;font-weight:600;padding:4px 12px;border-radius:15px;display:inline-block}.plan-features{margin-bottom:2rem}.feature{display:flex;align-items:center;gap:12px;margin-bottom:1rem;font-size:.95rem;color:#555}.dark .feature{color:#fff}.feature-check{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;color:#fff;border-radius:50%;font-size:.8rem;font-weight:700;flex-shrink:0}.plan-btn{width:100%;border:2px solid;padding:15px 20px;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.plan-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.pricing-footer{text-align:center;color:#666;line-height:1.6}.dark .pricing-footer{color:#b3b3b3}.pricing-footer a{color:#7355f7;text-decoration:none;font-weight:600}.pricing-footer a:hover{text-decoration:underline}@media (max-width: 768px){.pricing-grid{grid-template-columns:1fr;gap:1.5rem}.pricing-card{padding:2rem 1.5rem}.pricing-title{font-size:2rem}.amount{font-size:2.5rem}.toggle-btn{padding:10px 20px;font-size:.9rem}}.pricing-footer{margin-top:4rem;text-align:center}.brochure-download{background:linear-gradient(135deg,#7355f7,#5a44d1);padding:3rem 2rem;border-radius:20px;box-shadow:0 20px 40px #7355f74d;max-width:600px;margin:0 auto}.brochure-download h3{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:1rem}.brochure-download p{font-size:1.1rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6}.brochure-btn{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:#7355f7;padding:15px 30px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 10px 30px #0000001a}.brochure-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0003;color:#5a44d1}.dark .brochure-download{background:linear-gradient(135deg,#333,#1a1a1a);border:2px solid #7355f7}.dark .brochure-btn{background:#7355f7;color:#fff}.dark .brochure-btn:hover{background:#5a44d1;color:#fff}@media (max-width: 768px){.pricing-footer{margin-top:3rem}.brochure-download{padding:2rem 1.5rem;margin:0 1rem}.brochure-download h3{font-size:1.5rem}.brochure-download p{font-size:1rem}.brochure-btn{padding:12px 25px;font-size:1rem}}.testimonials{padding:100px 20px;background:#fff}.dark .testimonials{background:#0f0f0f}.testimonials-container{max-width:900px;margin:0 auto}.testimonials-header{text-align:center;margin-bottom:4rem}.testimonials-subtitle{font-size:1rem;font-weight:600;color:#7355f7;margin-bottom:1rem;letter-spacing:2px;text-transform:uppercase}.testimonials-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem}.dark .testimonials-title{color:#fff}.testimonials-description{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.dark .testimonials-description{color:#b3b3b3}.testimonial-carousel{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.carousel-btn{background:#7355f7;color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.carousel-btn:hover{background:#5a44d1;transform:scale(1.1)}.carousel-btn:active{transform:scale(.95)}.testimonial-card{flex:1;background:#f8f9fa;border-radius:20px;padding:3rem;position:relative;box-shadow:0 10px 30px #0000001a;min-height:300px;display:flex;flex-direction:column;justify-content:space-between}.dark .testimonial-card{background:#2a2a2a;box-shadow:0 10px 30px #0000004d}.testimonial-content{margin-bottom:2rem}.quote-mark{font-size:4rem;color:#7355f7;line-height:1;margin-bottom:1rem;font-family:serif}.testimonial-text{font-size:1.2rem;line-height:1.7;color:#333;margin-bottom:1.5rem;font-style:italic}.dark .testimonial-text{color:#fff}.rating{display:flex;gap:5px;margin-bottom:1rem}.star{color:gold;font-size:1.2rem}.testimonial-author{display:flex;align-items:center;gap:1.5rem}.author-image{width:70px;height:70px;border-radius:50%;overflow:hidden;flex-shrink:0;border:3px solid #7355f7}.author-image img{width:100%;height:100%;object-fit:cover}.author-info{flex:1}.author-name{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:.25rem}.dark .author-name{color:#fff}.author-position{font-size:1rem;color:#7355f7;font-weight:600;margin-bottom:.25rem}.author-company{font-size:.9rem;color:#666;margin:0}.dark .author-company{color:#b3b3b3}.testimonial-indicators{display:flex;justify-content:center;gap:10px}.indicator{width:12px;height:12px;border-radius:50%;border:none;background:#ddd;cursor:pointer;transition:all .3s ease}.indicator.active{background:#7355f7;transform:scale(1.2)}.indicator:hover{background:#7355f7}.testimonial-card{animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.testimonial-carousel{flex-direction:column;gap:1rem}.carousel-btn{display:none}.testimonial-card{padding:2rem;min-height:auto}.testimonials-title{font-size:2rem}.testimonial-text{font-size:1.1rem}.testimonial-author{flex-direction:column;text-align:center;gap:1rem}.author-image{width:60px;height:60px}}.contact{padding:100px 20px;background:#f8f9fa}.dark .contact{background:#1a1a1a}.contact-container{max-width:1200px;margin:0 auto}.contact-header{text-align:center;margin-bottom:4rem}.contact-subtitle{font-size:1rem;font-weight:600;color:#7355f7;margin-bottom:1rem;letter-spacing:2px;text-transform:uppercase}.contact-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem}.dark .contact-title{color:#fff}.contact-description{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.dark .contact-description{color:#b3b3b3}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #00000014;text-align:center;transition:all .3s ease}.dark .info-card{background:#2a2a2a;box-shadow:0 5px 20px #0000004d}.info-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001f}.info-icon{font-size:2.5rem;margin-bottom:1rem;color:#333}.dark .info-icon{color:#fff}.info-card h4{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:.5rem}.dark .info-card h4{color:#fff}.info-card p{color:#666;margin:0;font-size:.95rem}.dark .info-card p{color:#b3b3b3}.info-card p:first-of-type{font-weight:600;color:#7355f7}.contact-form-container{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #0000001a}.dark .contact-form-container{background:#2a2a2a;box-shadow:0 10px 30px #0000004d}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group input,.form-group textarea{padding:15px 20px;border:2px solid #e9ecef;border-radius:10px;font-size:1rem;transition:all .3s ease;font-family:inherit;resize:vertical}.dark .form-group input,.dark .form-group textarea{background:#3a3a3a;border-color:#4a4a4a;color:#fff}.dark .form-group input::placeholder,.dark .form-group textarea::placeholder{color:#b3b3b3}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#7355f7;box-shadow:0 0 0 3px #7355f71a}.form-group textarea{min-height:120px}.submit-btn{background:#7355f7;color:#fff;border:none;padding:18px 40px;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;align-self:flex-start}.submit-btn:hover:not(:disabled){background:#5a44d1;transform:translateY(-3px);box-shadow:0 10px 25px #7355f74d}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.form-status{padding:15px 20px;border-radius:10px;font-weight:500;text-align:center}.form-status.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-status.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@media (max-width: 1024px){.contact-content{gap:3rem}.contact-form-container{padding:2.5rem}}@media (max-width: 768px){.contact{padding:80px 15px}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form-container{padding:2rem;order:-1}.contact-info{order:1;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-row{grid-template-columns:1fr;gap:1rem}.submit-btn{align-self:stretch;text-align:center;padding:15px 30px}.contact-title{font-size:2rem}.info-card{padding:1.5rem}.info-icon{font-size:2rem}.info-card h4{font-size:1.1rem}}@media (max-width: 480px){.contact{padding:60px 10px}.contact-content{gap:1.5rem}.contact-form-container{padding:1.5rem}.contact-info{grid-template-columns:1fr;gap:1rem}.form-row{gap:1rem}.contact-title{font-size:1.8rem}.contact-subtitle{font-size:.9rem}.contact-description{font-size:.95rem;line-height:1.5}.info-card{padding:1.2rem}.info-icon{font-size:1.8rem;margin-bottom:.8rem}.info-card h4{font-size:1rem;margin-bottom:.4rem}.info-card p{font-size:.85rem;line-height:1.4}.form-group input,.form-group textarea{padding:12px 15px;font-size:.95rem}.submit-btn{padding:14px 25px;font-size:1rem}}.footer{background:#1a1a2e;color:#fff;padding:60px 20px 0}.dark .footer{background:#0f0f0f}.footer.logo{height:60px;width:auto;transition:all .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column}.footer-brand{display:flex;flex-direction:column;align-items:flex-start}.footer-brand-header{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.footer-brand .nav-logo{display:flex;align-items:center}.footer-brand .logo{height:45px;width:auto;filter:brightness(1.2) drop-shadow(0 2px 4px rgba(255,255,255,.1));transition:all .3s ease}.footer-brand .logo:hover{transform:scale(1.05);filter:brightness(1.3) drop-shadow(0 4px 8px rgba(255,255,255,.15))}.footer-brand h3{font-size:2rem;font-weight:700;margin:0;color:#fff}.brand-text-svg{height:45px;width:auto;filter:brightness(1.2);transition:all .3s ease}.brand-text-svg:hover{transform:scale(1.05);filter:brightness(1.3)}.brand-highlight{color:#7355f7}.footer-description{color:#b8b8b8;line-height:1.6;margin-bottom:2rem;font-size:1rem}.social-links{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#7355f71a;border-radius:50%;color:#7355f7;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#7355f7;color:#fff;transform:translateY(-3px)}.footer-title{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#b8b8b8;text-decoration:none;font-size:.95rem;transition:color .3s ease;cursor:pointer}.footer-links a:hover{color:#7355f7}.contact-info{background:#1a1a2e;color:#fff;display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:flex-start;gap:.8rem;color:#1a1a2e;font-size:.95rem;line-height:1.4}.dark .contact-item{color:#fff}.contact-icon{font-size:1rem;flex-shrink:0;margin-top:2px}.footer-bottom{border-top:1px solid #333;padding:2rem 0;display:flex;justify-content:space-between;align-items:center;position:relative}.footer-bottom-content{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.footer-left{display:flex;flex-direction:column;gap:.5rem}.footer-bottom p{color:#b8b8b8;margin:0;font-size:.9rem}.powered-by{font-size:.85rem!important;color:#999!important}.burger-link{color:#7355f7;text-decoration:none;font-weight:600;transition:color .3s ease}.burger-link:hover{color:#5a44d1;text-decoration:underline}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#b8b8b8;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-bottom-links a:hover{color:#7355f7}.back-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:#7355f7;color:#fff;border:none;border-radius:50%;font-size:1.2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 20px #7355f74d;z-index:1000}.back-to-top:hover{background:#5a44d1;transform:translateY(-3px);box-shadow:0 10px 30px #7355f766}.whatsapp-button{position:fixed;bottom:90px;right:30px;width:50px;height:50px;background:#25d366;color:#fff;border:none;border-radius:50%;font-size:1.2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 20px #25d3664d;z-index:1000;display:flex;align-items:center;justify-content:center}.whatsapp-button:hover{background:#20b356;transform:translateY(-3px);box-shadow:0 10px 30px #25d36666}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-brand{align-items:center}.footer-brand-header{justify-content:center}.footer-brand .logo{height:40px}.brand-text-svg{height:38px}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center;align-items:center}.footer-left{text-align:center;align-items:center}.footer-bottom-links{gap:1rem}.back-to-top{bottom:20px;right:20px;width:45px;height:45px}.whatsapp-button{bottom:75px;right:20px;width:45px;height:45px}.social-links{justify-content:center}}@media (max-width: 480px){.footer{padding:40px 20px 0}.footer-brand .logo{height:35px}.brand-text-svg{height:32px}.footer-brand h3{font-size:1.8rem}.footer-bottom-links{flex-direction:column;gap:.5rem}}.legal-page{min-height:100vh;background:#f8f9fa;padding:80px 0 40px}.dark .legal-page{background:#0f0f0f}.legal-container{max-width:900px;margin:0 auto;padding:0 20px}.legal-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #7355f7}.legal-header h1{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem}.dark .legal-header h1{color:#fff}.legal-updated{color:#666;font-size:1rem;font-style:italic}.dark .legal-updated{color:#ccc}.legal-content{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 20px #0000001a;line-height:1.7}.dark .legal-content{background:#1a1a1a;box-shadow:0 4px 20px #0000004d}.legal-section{margin-bottom:2.5rem}.legal-section:last-child{margin-bottom:0}.legal-section h2{font-size:1.8rem;font-weight:600;color:#333;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0}.dark .legal-section h2{color:#fff;border-bottom-color:#333}.legal-section h3{font-size:1.3rem;font-weight:600;color:#555;margin:1.5rem 0 .8rem}.dark .legal-section h3{color:#ddd}.legal-section p{color:#666;margin-bottom:1rem;font-size:1rem}.dark .legal-section p{color:#ccc}.legal-section ul{margin:1rem 0;padding-left:1.5rem}.legal-section li{color:#666;margin-bottom:.5rem;font-size:1rem}.dark .legal-section li{color:#ccc}.legal-section strong{color:#333;font-weight:600}.dark .legal-section strong{color:#fff}.legal-section a{color:#7355f7;text-decoration:none;font-weight:500;transition:color .3s ease}.legal-section a:hover{color:#5a44d1;text-decoration:underline}.contact-info{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #7355f7;margin-top:1rem}.dark .contact-info{background:#2a2a2a}.contact-info p{margin:0;color:#333}.dark .contact-info p{color:#fff}@media (max-width: 768px){.legal-page{padding:60px 0 20px}.legal-container{padding:0 15px}.legal-header{margin-bottom:2rem;padding-bottom:1.5rem}.legal-header h1{font-size:2rem}.legal-content{padding:2rem 1.5rem}.legal-section h2{font-size:1.5rem}.legal-section h3{font-size:1.2rem}}@media (max-width: 480px){.legal-content{padding:1.5rem 1rem}.legal-header h1{font-size:1.8rem}.legal-section h2{font-size:1.3rem}.legal-section h3{font-size:1.1rem}.legal-section p,.legal-section li{font-size:.95rem}}.agreement-page{min-height:100vh;background:#f8f9fa;padding:40px 0;font-family:Poppins,sans-serif;overflow-x:hidden}.dark .agreement-page{background:#0f0f0f}.agreement-container{max-width:900px;margin:0 auto;padding:0 20px;word-wrap:break-word;overflow-wrap:break-word}.agreement-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:3px solid #7355f7}.agreement-header h1{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:.5rem}.dark .agreement-header h1{color:#fff}.agreement-subtitle{font-size:1.2rem;color:#7355f7;font-weight:600;margin-bottom:.5rem}.agreement-date{color:#666;font-size:.9rem;font-style:italic}.dark .agreement-date{color:#ccc}.agreement-content{background:#fff;border-radius:15px;padding:3rem;box-shadow:0 4px 25px #0000001a;line-height:1.6}.dark .agreement-content{background:#1a1a1a;box-shadow:0 4px 25px #0000004d}.agreement-section{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.dark .agreement-section{border-bottom-color:#333}.agreement-section:last-child{border-bottom:none;margin-bottom:0}.agreement-section h2{font-size:1.6rem;font-weight:600;color:#333;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #7355f7;display:inline-block}.dark .agreement-section h2{color:#fff}.agreement-section h3{font-size:1.2rem;font-weight:600;color:#555;margin:1.2rem 0 .8rem}.dark .agreement-section h3{color:#ddd}.agreement-section h4{font-size:1.1rem;font-weight:600;color:#333;margin:1rem 0 .5rem}.dark .agreement-section h4{color:#fff}.agreement-section p{color:#666;margin-bottom:1rem;font-size:1rem}.dark .agreement-section p{color:#ccc}.agreement-section ul{margin:1rem 0;padding-left:1.5rem}.agreement-section li{color:#666;margin-bottom:.5rem;font-size:1rem}.dark .agreement-section li{color:#ccc}.form-fields{margin:1.5rem 0}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1.5rem}.field-group{display:flex;flex-direction:column}.field-group label{font-weight:600;color:#333;margin-bottom:.5rem}.dark .field-group label{color:#fff}.field-line{border-bottom:2px solid #333;min-height:25px;margin-bottom:.5rem}.dark .field-line{border-bottom-color:#666}.field-line-small{display:inline-block;border-bottom:1px solid #333;min-width:100px;padding-bottom:2px}.dark .field-line-small{border-bottom-color:#666}.checkbox-group{display:flex;flex-direction:column;gap:.5rem}.checkbox-group label{display:flex;align-items:center;font-weight:400;font-size:.95rem}.checkbox-group input[type=checkbox]{margin-right:.5rem;transform:scale(1.2);cursor:pointer}@media (max-width: 768px){.checkbox-group input[type=checkbox]{width:18px;height:18px;margin-right:.6rem;transform:none}.checklist input[type=checkbox]{width:16px;height:16px;margin-right:.5rem;transform:none}}@media (max-width: 480px){.checkbox-group input[type=checkbox]{width:16px;height:16px;margin-right:.4rem}.checklist input[type=checkbox]{width:14px;height:14px;margin-right:.4rem;margin-top:.2rem}}.payment-breakdown{background:#f8f9fa;padding:2rem;border-radius:10px;margin:1rem 0}.dark .payment-breakdown{background:#2a2a2a}.payment-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e0e0e0}.dark .payment-item{border-bottom-color:#444}.payment-item.total{font-size:1.1rem;background:#7355f7;color:#fff;padding:1rem;border-radius:5px;margin-top:1rem;border:none}.payment-schedule{margin-top:2rem}.payment-phase{background:#fff;border:2px solid #7355f7;border-radius:10px;margin-bottom:1rem;overflow:hidden}.dark .payment-phase{background:#1a1a1a;border-color:#7355f7}.phase-header{background:#7355f7;color:#fff;padding:1rem;font-weight:600}.phase-details{padding:1.5rem}.phase-details p{margin-bottom:.5rem;color:#333}.dark .phase-details p{color:#ccc}.scope-checklist{margin:1.5rem 0}.checklist{list-style:none;padding-left:0}.checklist li{display:flex;align-items:flex-start;margin-bottom:.8rem;padding:.5rem;background:#f8f9fa;border-radius:5px;word-wrap:break-word;overflow-wrap:break-word}.dark .checklist li{background:#2a2a2a}.checklist input[type=checkbox]{margin-right:1rem;transform:scale(1.2)}.timeline-details ul{background:#f0f8ff;padding:1.5rem;border-radius:8px;border-left:4px solid #7355f7}.dark .timeline-details ul{background:#2a2a3a}.signature-section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.signature-block{border:2px solid #7355f7;border-radius:10px;padding:2rem;background:#f8f9fa}.dark .signature-block{background:#2a2a2a;border-color:#7355f7}.signature-line p{margin-bottom:1.5rem;color:#333}.dark .signature-line p{color:#ccc}.contact-details{display:grid;grid-template-columns:1fr;gap:2rem}.contact-block{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #7355f7}.dark .contact-block{background:#2a2a2a}.contact-block h4{color:#7355f7;margin-bottom:1rem}.contact-block p{margin-bottom:.5rem;color:#333}.dark .contact-block p{color:#ccc}.agreement-footer{background:#fffacd;border:2px solid #ffd700;border-radius:10px;padding:1.5rem;margin-top:2rem;text-align:center}.dark .agreement-footer{background:#3a3a1a;border-color:gold}.agreement-footer p{margin:0;color:#8b7500;font-weight:600}.dark .agreement-footer p{color:gold}@media (max-width: 768px){.agreement-page{padding:20px 0}.agreement-container{padding:0 10px}.agreement-header{margin-bottom:2rem;padding-bottom:1.5rem}.agreement-header h1{font-size:1.8rem;line-height:1.2}.agreement-subtitle{font-size:1rem}.agreement-content{padding:1.5rem 1rem;border-radius:10px}.agreement-section{margin-bottom:2rem;padding-bottom:1rem}.agreement-section h2{font-size:1.3rem;margin-bottom:.8rem}.agreement-section h3{font-size:1.1rem;margin:1rem 0 .6rem}.agreement-section h4{font-size:1rem;margin:.8rem 0 .4rem}.agreement-section p,.agreement-section li{font-size:.9rem;line-height:1.5}.field-row{grid-template-columns:1fr;gap:1rem}.field-line{min-height:20px}.checkbox-group{gap:.8rem}.checkbox-group label{font-size:.85rem;line-height:1.4}.payment-breakdown{padding:1.2rem;margin:.8rem 0}.payment-item{flex-direction:column;align-items:flex-start;gap:.3rem;padding:.8rem 0}.payment-item.total{padding:.8rem;font-size:1rem}.payment-schedule{margin-top:1.5rem}.payment-phase{margin-bottom:1rem}.phase-header{padding:.8rem;font-size:.9rem;line-height:1.3}.phase-details{padding:1rem}.phase-details p{font-size:.85rem;margin-bottom:.4rem}.checklist li{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.8rem;font-size:.85rem}.checklist input[type=checkbox]{margin-right:0;margin-bottom:.3rem;transform:scale(1.1)}.timeline-details ul{padding:1rem}.timeline-details li{font-size:.85rem;margin-bottom:.6rem}.signature-section{grid-template-columns:1fr;gap:1.5rem}.signature-block{padding:1.2rem}.signature-line p{margin-bottom:1rem;font-size:.85rem}.contact-block{padding:1rem}.contact-block h4{font-size:1rem;margin-bottom:.8rem}.contact-block p{font-size:.85rem;margin-bottom:.4rem}.agreement-footer{padding:1rem;margin-top:1.5rem}.agreement-footer p{font-size:.85rem;line-height:1.4}}@media (max-width: 480px){.agreement-page{padding:15px 0}.agreement-container{padding:0 8px}.agreement-header h1{font-size:1.5rem;margin-bottom:.3rem}.agreement-subtitle{font-size:.9rem;margin-bottom:.3rem}.agreement-date{font-size:.75rem}.agreement-content{padding:1rem .8rem;border-radius:8px}.agreement-section{margin-bottom:1.5rem;padding-bottom:.8rem}.agreement-section h2{font-size:1.1rem;margin-bottom:.6rem;padding-bottom:.3rem}.agreement-section h3{font-size:1rem;margin:.8rem 0 .5rem}.agreement-section h4{font-size:.95rem;margin:.6rem 0 .3rem}.agreement-section p,.agreement-section li{font-size:.8rem;line-height:1.4;margin-bottom:.6rem}.field-group label{font-size:.85rem;margin-bottom:.3rem}.field-line{min-height:18px;margin-bottom:.3rem}.field-line-small{min-width:80px;font-size:.8rem}.checkbox-group label{font-size:.75rem;line-height:1.3}.checkbox-group input[type=checkbox]{margin-right:.3rem;transform:scale(1)}.payment-breakdown{padding:1rem;border-radius:8px}.payment-breakdown h3{font-size:1rem;margin-bottom:.8rem}.payment-item{padding:.6rem 0;font-size:.8rem}.payment-item.total{padding:.6rem;font-size:.9rem;border-radius:4px}.payment-schedule h4{font-size:.9rem;margin-bottom:.8rem}.phase-header{padding:.6rem;font-size:.8rem;line-height:1.2}.phase-details{padding:.8rem}.phase-details p{font-size:.75rem;margin-bottom:.3rem}.checklist li{padding:.6rem;font-size:.75rem;flex-direction:row;align-items:flex-start;gap:.4rem}.checklist input[type=checkbox]{margin-right:.4rem;margin-top:.1rem;flex-shrink:0}.timeline-details ul{padding:.8rem}.timeline-details li{font-size:.75rem;margin-bottom:.5rem}.timeline-details p{font-size:.8rem}.signature-section{gap:1rem}.signature-block{padding:.8rem;border-radius:8px}.signature-block h4{font-size:.9rem;margin-bottom:.6rem}.signature-line p{margin-bottom:.8rem;font-size:.75rem;line-height:1.3}.contact-block{padding:.8rem;border-radius:6px}.contact-block h4{font-size:.9rem;margin-bottom:.6rem}.contact-block p{font-size:.75rem;margin-bottom:.3rem}.agreement-footer{padding:.8rem;margin-top:1rem;border-radius:8px}.agreement-footer p{font-size:.75rem;line-height:1.3}}@media (max-width: 360px){.agreement-container{padding:0 5px}.agreement-header h1{font-size:1.3rem}.agreement-content{padding:.8rem .6rem}.agreement-section h2{font-size:1rem}.payment-breakdown{padding:.8rem}.phase-header{padding:.5rem;font-size:.75rem}.phase-details,.signature-block,.contact-block{padding:.6rem}}@media print{.agreement-page{background:#fff;padding:0}.agreement-content{box-shadow:none;padding:1rem}.agreement-section{page-break-inside:avoid}}
