:root{--primary: #c9a227;--primary-dark: #a88420;--primary-light: #d4b44a;--secondary: #1a1f2e;--accent: #c9a227;--text: #4a5568;--text-light: #718096;--text-dark: #1a202c;--bg: #ffffff;--bg-alt: #f7f8fa;--bg-dark: #1a1f2e;--border: #e2e8f0;--success: #48bb78;--error: #e53e3e;--shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .08);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--radius: 6px;--radius-lg: 10px;--transition: all .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto}a{color:var(--primary);text-decoration:none;transition:var(--transition)}a:hover{color:var(--primary-dark)}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}h1,h2,h3,h4,h5,h6{color:var(--text-dark);font-weight:600;line-height:1.3}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}@media (min-width: 768px){h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.75rem}}.section-title{text-align:center;margin-bottom:1rem}.section-subtitle{text-align:center;color:var(--text-light);max-width:600px;margin:0 auto 3rem}.text-center{text-align:center}.highlight{color:var(--primary)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border-radius:var(--radius);border:2px solid transparent;cursor:pointer;transition:var(--transition);text-decoration:none}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark);color:#fff}.btn-outline{background:transparent;color:var(--primary);border-color:var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.btn-white{background:#fff;color:var(--primary);border-color:#fff}.btn-white:hover{background:var(--bg-alt);border-color:var(--bg-alt);color:var(--primary-dark)}.btn-large{padding:1rem 2rem;font-size:1.1rem}.btn-block{width:100%}.btn:disabled{opacity:.6;cursor:not-allowed}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;box-shadow:var(--shadow)}.nav{display:flex;align-items:center;justify-content:space-between;height:70px}.logo{font-size:1.5rem;font-weight:700;color:var(--text-dark)}.logo span{color:var(--primary)}.logo:hover{color:var(--text-dark)}.nav-toggle{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px;z-index:1001}.nav-toggle span{display:block;width:25px;height:2px;background:var(--text-dark);transition:var(--transition)}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-menu{position:fixed;top:0;right:-100%;width:80%;max-width:400px;height:100vh;background:#fff;padding:100px 2rem 2rem;display:flex;flex-direction:column;gap:1.5rem;transition:var(--transition);box-shadow:var(--shadow-lg)}.nav-menu.active{right:0}.nav-menu a{color:var(--text-dark);font-weight:500;font-size:1.1rem}.nav-menu a:hover,.nav-menu a.active{color:var(--primary)}.nav-menu .btn{margin-top:1rem}@media (min-width: 768px){.nav-toggle{display:none}.nav-menu{position:static;width:auto;height:auto;padding:0;flex-direction:row;align-items:center;gap:2rem;box-shadow:none}.nav-menu a{font-size:.95rem}.nav-menu .btn{margin-top:0}}.hero{padding:120px 0 80px;background:linear-gradient(135deg,var(--bg-alt) 0%,var(--bg) 100%)}.hero .container{display:grid;gap:3rem;align-items:center}.hero-content h1{margin-bottom:1.5rem}.hero-content p{font-size:1.2rem;color:var(--text-light);margin-bottom:2rem;max-width:500px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-visual{display:flex;justify-content:center}.code-window{background:var(--secondary);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;max-width:500px;width:100%}.window-header{background:#1e293b;padding:12px 16px;display:flex;gap:8px}.dot{width:12px;height:12px;border-radius:50%}.dot.red{background:#f87171}.dot.yellow{background:#fbbf24}.dot.green{background:#4ade80}.code-content{padding:1.5rem;font-family:Monaco,Consolas,monospace;font-size:.9rem;line-height:1.6;overflow-x:auto}.code-content code{color:#e2e8f0}.code-keyword{color:#c084fc}.code-variable{color:#60a5fa}.code-property{color:#4ade80}.code-string{color:#fbbf24}.code-boolean{color:#f87171}.code-function{color:#22d3ee}@media (min-width: 768px){.hero{padding:150px 0 100px}.hero .container{grid-template-columns:1fr 1fr}}.features{padding:80px 0}.features-grid{display:grid;gap:2rem;margin-top:3rem}.feature-card{padding:2rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition)}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.feature-icon{width:60px;height:60px;background:var(--primary);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon svg{width:30px;height:30px;color:#fff}.feature-card h3{margin-bottom:.75rem}.feature-card p{color:var(--text-light)}@media (min-width: 768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.services-preview{padding:80px 0;background:var(--bg-alt)}.services-grid{display:grid;gap:2rem;margin-bottom:3rem}.service-card{padding:2rem;background:var(--bg);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:var(--transition)}.service-card:hover{box-shadow:var(--shadow-lg)}.service-card h3{margin-bottom:1rem;color:var(--primary)}.service-card p{color:var(--text-light);margin-bottom:1.5rem}.link-arrow{font-weight:500;display:inline-flex;align-items:center;gap:.5rem}.link-arrow:after{content:"→";transition:var(--transition)}.link-arrow:hover:after{transform:translate(5px)}@media (min-width: 768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.services-grid{grid-template-columns:repeat(4,1fr)}}.cta{padding:80px 0;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%)}.cta-content{text-align:center;color:#fff}.cta-content h2{color:#fff;margin-bottom:1rem}.cta-content p{opacity:.9;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.page-hero{padding:140px 0 80px;background:linear-gradient(135deg,var(--bg-alt) 0%,var(--bg) 100%);text-align:center}.page-hero h1{margin-bottom:1rem}.page-hero p{color:var(--text-light);font-size:1.2rem;max-width:600px;margin:0 auto}.services-detail{padding:60px 0}.service-detail-card{display:grid;gap:3rem;padding:4rem 0;border-bottom:1px solid var(--border)}.service-detail-card:last-child{border-bottom:none}.service-number{font-size:4rem;font-weight:700;color:var(--primary);opacity:.2;line-height:1;margin-bottom:1rem}.service-detail-content h2{margin-bottom:1rem}.service-detail-content>p{color:var(--text-light);margin-bottom:1.5rem;font-size:1.1rem}.service-features{margin-bottom:2rem}.service-features li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:var(--text)}.service-features li:before{content:"✓";position:absolute;left:0;color:var(--success);font-weight:600}.service-detail-visual{display:flex;align-items:center;justify-content:center}.visual-box{width:200px;height:200px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center}.visual-box svg{width:80px;height:80px;color:#fff}@media (min-width: 768px){.service-detail-card{grid-template-columns:1fr 1fr;align-items:center}.service-detail-card.reverse{direction:rtl}.service-detail-card.reverse>*{direction:ltr}}.process{padding:80px 0;background:var(--bg-alt)}.process-timeline{display:grid;gap:2rem;margin-top:3rem}.process-step{text-align:center;padding:2rem}.step-number{width:60px;height:60px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.process-step h3{margin-bottom:.75rem}.process-step p{color:var(--text-light)}@media (min-width: 768px){.process-timeline{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.process-timeline{grid-template-columns:repeat(6,1fr)}}.services-section{padding:80px 0;background:var(--bg-alt)}.services-detail-grid{display:grid;gap:2rem;margin-bottom:3rem}.service-detail-item{background:var(--bg);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow);position:relative;transition:var(--transition)}.service-detail-item:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.service-detail-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-detail-icon svg{width:30px;height:30px;color:#fff}.service-number-badge{position:absolute;top:1rem;right:1rem;font-size:2rem;font-weight:700;color:var(--primary);opacity:.15}.service-detail-item h3{margin-bottom:.75rem;color:var(--primary)}.service-detail-item>p{color:var(--text-light);margin-bottom:1rem}.service-features-list{margin:0}.service-features-list li{position:relative;padding-left:1.25rem;margin-bottom:.5rem;color:var(--text);font-size:.9rem}.service-features-list li:before{content:"✓";position:absolute;left:0;color:var(--success);font-weight:600}.services-cta{text-align:center;padding:3rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border-radius:var(--radius-lg);color:#fff}.services-cta h3{color:#fff;margin-bottom:.5rem}.services-cta p{opacity:.9;margin-bottom:1.5rem}@media (min-width: 768px){.services-detail-grid{grid-template-columns:repeat(2,1fr)}}.pricing-section{padding:80px 0}.pricing-note{text-align:center;margin-top:2rem;color:var(--text-light)}.pricing-note a{font-weight:500}.pricing-grid{display:grid;gap:2rem;margin-top:2rem}.pricing-card{background:var(--bg);border:2px solid var(--border);border-radius:var(--radius-lg);padding:2rem;position:relative;transition:var(--transition)}.pricing-card:hover{box-shadow:var(--shadow-lg)}.pricing-card.popular{border-color:var(--primary);transform:scale(1.02)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;padding:.25rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500}.pricing-header{text-align:center;padding-bottom:1.5rem;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.pricing-header h3{margin-bottom:1rem}.price{display:flex;align-items:flex-start;justify-content:center;gap:.25rem}.price .currency{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-top:.5rem}.price .amount{font-size:3.5rem;font-weight:700;color:var(--text-dark);line-height:1}.pricing-description{color:var(--text-light);margin-top:.75rem}.pricing-features{margin-bottom:2rem}.pricing-features li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.pricing-features li.not-included{color:var(--text-light)}.check-icon{width:20px;height:20px;color:var(--success);flex-shrink:0}.x-icon{width:20px;height:20px;color:var(--text-light);flex-shrink:0}@media (min-width: 768px){.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:start}}.addons-section{padding:80px 0;background:var(--bg-alt)}.addons-grid{display:grid;gap:1rem;margin-top:2rem}.addon-card{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:var(--bg);border-radius:var(--radius);border:1px solid var(--border)}.addon-info h4{margin-bottom:.25rem}.addon-info p{color:var(--text-light);font-size:.9rem}.addon-price{display:flex;align-items:flex-start;gap:.1rem;flex-shrink:0}.addon-price .currency{font-size:1rem;font-weight:600}.addon-price .amount{font-size:1.5rem;font-weight:700;color:var(--text-dark)}@media (min-width: 768px){.addons-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.addons-grid{grid-template-columns:repeat(3,1fr)}}.pricing-faq{padding:80px 0}.faq-grid{display:grid;gap:2rem;margin-top:2rem}.faq-item h4{margin-bottom:.5rem}.faq-item p{color:var(--text-light)}@media (min-width: 768px){.faq-grid{grid-template-columns:repeat(2,1fr)}}.about-section{padding:80px 0;background:var(--bg-alt)}.about-content-grid{display:grid;gap:3rem;margin-bottom:4rem}.about-text h3{margin-bottom:1.5rem}.about-text p{color:var(--text-light);margin-bottom:1rem;font-size:1.05rem}.about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-card{background:var(--bg);padding:2rem;border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow)}.stat-number{font-size:2.5rem;font-weight:700;color:var(--primary);line-height:1;margin-bottom:.5rem}.stat-label{color:var(--text-light);font-size:.9rem}.skills-section-inner{background:var(--bg);padding:3rem;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.skills-section-inner h3{margin-bottom:2rem;text-align:center}.skills-bars{display:flex;flex-direction:column;gap:1.5rem}.skill-item .skill-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.skill-item .skill-name{font-weight:500}.skill-item .skill-level{color:var(--text-light)}.skill-item .skill-bar{height:8px;background:var(--border);border-radius:4px;overflow:hidden}.skill-item .skill-progress{height:100%;background:linear-gradient(90deg,var(--primary) 0%,var(--accent) 100%);border-radius:4px}.tech-stack h4{margin-bottom:1rem}@media (min-width: 768px){.about-content-grid{grid-template-columns:1fr 1fr;align-items:center}.skills-grid{grid-template-columns:1fr 1fr}}.values-section{padding:80px 0;background:var(--bg-alt)}.values-grid{display:grid;gap:2rem;margin-top:3rem}.value-card{text-align:center;padding:2rem}.value-icon{width:60px;height:60px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.value-icon svg{width:28px;height:28px;color:#fff}.value-card h3{margin-bottom:.75rem}.value-card p{color:var(--text-light)}@media (min-width: 768px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.values-grid{grid-template-columns:repeat(4,1fr)}}.skills-section{padding:80px 0}.skills-grid{display:grid;gap:3rem}.skills-content h2{margin-bottom:1rem}.skills-content>p{color:var(--text-light);margin-bottom:2rem}.skills-list{display:flex;flex-direction:column;gap:1.5rem}.skill-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.skill-name{font-weight:500}.skill-level{color:var(--text-light)}.skill-bar{height:8px;background:var(--border);border-radius:4px;overflow:hidden}.skill-progress{height:100%;background:linear-gradient(90deg,var(--primary) 0%,var(--accent) 100%);border-radius:4px;transition:width 1s ease}.tech-stack{background:var(--bg-alt);padding:2rem;border-radius:var(--radius-lg)}.tech-stack h3{margin-bottom:1.5rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.75rem}.tech-tag{background:var(--bg);color:var(--text);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;border:1px solid var(--border)}@media (min-width: 768px){.skills-grid{grid-template-columns:1fr 1fr;align-items:start}}.faq-section{padding:80px 0}.faq-section .faq-list{max-width:800px;margin:0 auto}.faq-category{margin-bottom:3rem}.faq-category-title{font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--primary);display:inline-block}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item-accordion{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;text-align:left;font-size:1rem;font-weight:500;color:var(--text-dark)}.faq-question:hover{background:var(--bg-alt)}.faq-icon{width:20px;height:20px;color:var(--text-light);transition:var(--transition);flex-shrink:0}.faq-item-accordion.open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item-accordion.open .faq-answer{max-height:500px}.faq-answer p{padding:0 1.5rem 1.5rem;color:var(--text-light)}.faq-contact{padding:60px 0;background:var(--bg-alt);text-align:center}.faq-contact-content h2{margin-bottom:.75rem}.faq-contact-content p{color:var(--text-light);margin-bottom:1.5rem}.contact-section{padding:80px 0;background:var(--bg-alt)}.contact-grid{display:grid;gap:3rem}.contact-info h2{margin-bottom:1rem}.contact-info>p{color:var(--text-light);margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.contact-method{display:flex;gap:1rem;align-items:flex-start}.contact-icon{width:50px;height:50px;background:var(--primary);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon svg{width:24px;height:24px;color:#fff}.contact-method h4{margin-bottom:.25rem}.contact-method p{color:var(--text-light)}.contact-social h4{margin-bottom:1rem}.social-links{display:flex;gap:1rem}.social-link{width:44px;height:44px;background:var(--bg-alt);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;transition:var(--transition)}.social-link svg{width:20px;height:20px;color:var(--text)}.social-link:hover{background:var(--primary)}.social-link:hover svg{color:#fff}.contact-form-wrapper{background:var(--bg-alt);padding:2rem;border-radius:var(--radius-lg)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:var(--text-dark)}.form-group input,.form-group select,.form-group textarea{padding:.875rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font-size:1rem;font-family:inherit;transition:var(--transition);background:var(--bg)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;min-height:120px}.form-error{background:#fef2f2;color:var(--error);padding:1rem;border-radius:var(--radius);border:1px solid #fecaca;margin-bottom:1rem;font-size:.95rem}.success-message{text-align:center;padding:3rem 2rem}.success-icon{width:80px;height:80px;background:var(--success);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.success-icon svg{width:40px;height:40px;color:#fff}.success-message h3{margin-bottom:.75rem}.success-message p{color:var(--text-light);margin-bottom:1.5rem}@media (min-width: 768px){.contact-grid,.form-row{grid-template-columns:1fr 1fr}}.footer{background:var(--bg-dark);color:#94a3b8;padding:60px 0 0}.footer-grid{display:grid;gap:2rem;padding-bottom:3rem;border-bottom:1px solid #334155}.footer-brand .logo{color:#fff;margin-bottom:1rem;display:inline-block}.footer-brand p{max-width:300px}.footer-links h4,.footer-contact h4{color:#fff;margin-bottom:1rem}.footer-links ul{display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#94a3b8}.footer-links a:hover{color:#fff}.footer-contact p{margin-bottom:1rem}.footer-bottom{padding:1.5rem 0;text-align:center;font-size:.9rem}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-0{margin-top:0}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}
