html,body{height:100%}#root{display:flex;flex-direction:column;min-height:100%}main{flex:1}body{margin:0;font-family:sans-serif;background:#fff;color:#111}.hero-container{display:flex;align-items:center;justify-content:space-between;padding:4rem 10%;gap:3rem;flex-wrap:wrap}.hero-text{flex:1;max-width:500px}.hero-text h1{font-size:3rem;margin-bottom:1rem;color:#1f2937}.hero-text p{font-size:1.2rem;line-height:1.6;margin-bottom:1.5rem}.hero-text button{padding:.75rem 1.5rem;font-size:1rem;background-color:#6366f1;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.hero-text button:hover{background-color:#888af0}.hero-image{flex:1;max-width:400px}.hero-image img{width:100%;border-radius:8px;box-shadow:0 4px 12px #0000001a}.featured-work{background-color:#f3f4f6;border-radius:8px;padding:3rem 2rem;margin-top:3rem}.section-title{font-size:1.75rem;color:#1f2937;margin-bottom:2rem;text-align:center}.home-cta{text-align:center;font-size:1.1rem;margin-top:2rem}.home-cta a{color:#2563eb;font-weight:500;text-decoration:none}.home-cta a:hover{text-decoration:underline}.featured-work,.work-scope{background-color:#f9fafb;border-radius:12px;box-shadow:0 1px 3px #00000005}.work-scope{background-color:#fff;padding:2rem;border-left:4px solid #3b82f6;border-radius:6px;margin-top:3rem}.work-scope-list{list-style:none;padding-left:0;font-size:1.05rem;line-height:1.7;color:#374151}.work-scope-list li{margin-bottom:.75rem}.section{padding:2rem;max-width:800px;margin:0 auto}section.section{padding:3rem 2rem;max-width:960px;margin:0 auto}.section+.section{margin-top:2.5rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.card{display:flex;flex-direction:column;justify-content:space-between;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;background-color:#fff;text-align:left;transition:transform .2s ease,box-shadow .2s;height:100%}.card:hover{transform:translateY(-3px);box-shadow:0 4px 10px #0000000d}.card h3{font-size:1.2rem;margin-bottom:.75rem;color:#1f2937}.card p{font-size:1rem;line-height:1.6;margin-bottom:1rem;color:#374151}.btn{background:#4f46e5;color:#fff;border:0;border-radius:8px;padding:.6rem 1rem;font-weight:500;cursor:pointer;transition:background-color .18s ease,transform .18s ease}.btn:hover{background:#4338ca;transform:translateY(-1px)}.btn-secondary{background:#eef2ff;color:#3730a3;border:1px solid #dfe3ff;border-radius:8px;padding:.55rem .95rem;font-weight:500;cursor:pointer;transition:background-color .18s ease,transform .18s ease}.btn-secondary:hover{background:#e5e8ff;transform:translateY(-1px)}:root{--brand: #6366f1;--brand-ink: #3730a3;--surface: #ffffff;--card-bg: #f6f7ff;--card-stroke: #e6e9ff;--text: #1f2937;--muted: #4b5563;--shadow: 0 6px 18px rgba(24, 39, 75, .08);--radius: 14px;--gap: 18px}.section.services{padding-top:2rem}.services-grid{display:grid;grid-template-columns:1fr;row-gap:24px}.services-card{position:relative;z-index:0;border:1px solid #e5e7eb;border-radius:16px;background:#f9fafb;padding:1.25rem 1.5rem;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease;width:600px;margin:0 auto}.services-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000000f;background:#fff;z-index:2}.services-card:focus-within{outline:2px solid var(--brand);outline-offset:2px}.services-head{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:start;margin-bottom:.75rem}.services-title h3{margin:0 0 .25rem;font-size:1.35rem;font-weight:700;color:#111827}.services-lead{margin:0;font-size:.98rem;color:#4b5563}.services-list{margin:12px 0 16px;padding-left:1.1rem}.services-card ul{margin:0 0 1.5rem;padding-left:1.2rem}.services-list li{margin:.35rem 0;line-height:1.5;color:#374151}.services-footer{margin-top:auto;display:flex;justify-content:flex-end}.services-icon{width:36px;height:36px;border-radius:10px;background:radial-gradient(120% 120% at 30% 20%,var(--brand) 0%,var(--brand-ink) 65%,#2e2d73 100%)}@media (max-width: 960px){.services-card{grid-column:span 12}}@media (prefers-reduced-motion: reduce){.services-card{transition:none}.services-card:hover{transform:none;box-shadow:none}}@media (max-width: 640px){.services-footer{justify-content:stretch}.services-btn{width:100%;text-align:center}}.profile-wrapper{display:flex;justify-content:center;margin-bottom:2rem}.profile-image{width:160px;height:160px;object-fit:cover;border-radius:50%;border:4px solid #6366f1;box-shadow:0 4px 10px #0000001a}.about-title{font-size:2rem;margin-bottom:1.5rem;color:#1f2937}.section p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.section a{color:#6366f1;text-decoration:none;font-weight:500}.section a:hover{text-decoration:underline}.about{background-color:#f9fafb;border-radius:8px;padding:3rem 2rem}.about-facts{background-color:#fffbea;padding:1rem 1.5rem;border-left:4px solid #6366f1;margin:2rem 0;border-radius:6px}.about-facts h3{margin-bottom:.5rem;color:#92400e}.about-facts ul{padding-left:1.2rem;margin:0}.about-facts li{margin-bottom:.5rem;font-size:1rem;line-height:1.6}.tech-stack-card h3{margin:0 0 .2rem;font-size:1.25rem;color:#1f2937}.tech-stack-card p{font-size:1rem;color:#4b5563;margin-bottom:.5rem}.tech-stack-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;font-size:.85rem}.tech-stack-tags span{background-color:#e0f2fe;color:#2563eb;padding:.25rem .5rem;border-radius:4px;font-weight:500}.contact-section{background-color:#ecfdf5;padding:2rem;border-left:4px solid #10b981;border-radius:6px;margin-top:3rem;text-align:left}.contact-section h3{margin-bottom:1rem;color:#065f46}.positions-list{list-style-type:disc;margin:0 0 1rem 1.5rem;padding:0}.positions-list li{margin-bottom:.5rem;font-size:1rem}.contact-btn{display:inline-block;background-color:#6366f1;color:#fff;padding:.6rem 1.2rem;border-radius:4px;text-decoration:none;font-weight:500;transition:background-color .3s ease}.contact-btn:hover{background-color:#047857}.contact-section-alt{background-color:transparent;border:none;margin-top:3rem;padding:2rem 0;text-align:left}.contact-section-alt h3{font-size:1.5rem;color:#1f2937;margin-bottom:1rem}.contact-section-alt p{font-size:1.1rem;line-height:1.8;color:#374151}.contact-section-alt .positions-list{margin-top:.5rem;margin-left:1.5rem;list-style-type:disc;font-size:1rem;color:#4b5563}.social-links{display:flex;flex-wrap:wrap;gap:1.5rem;margin:2rem 0;align-items:center}.social-links a{display:flex;align-items:center;gap:.5rem;color:#1f2937;font-size:1.1rem;text-decoration:none;font-weight:500;transition:color .2s ease}.social-links a:hover{color:#2563eb}.contact-form.card{max-width:720px;margin:2rem auto;padding:1.25rem 1.5rem;border-radius:14px;background:var(--card-bg, #fff);box-shadow:0 12px 28px #0000000f,0 6px 12px #0000000d}.contact-title{margin:0 0 1rem;font-weight:700;letter-spacing:.2px}.form-grid{display:grid;gap:1rem}.form-grid-2{grid-template-columns:1fr}@media (min-width: 640px){.form-grid-2{grid-template-columns:1fr 1fr}.form-grid-span{grid-column:1 / -1}}.field{display:grid;gap:.45rem}.field label{font-size:.95rem;font-weight:600;color:var(--label, #374151)}.field input,.field textarea{width:100%;max-width:300px;padding:.7rem .9rem;border:1px solid #e5e7eb;border-radius:10px;background:#fff;color:#111827;font:inherit;transition:border-color .15s ease,box-shadow .15s ease,transform .02s ease}.field textarea{resize:vertical;width:100%;max-width:650px}.field input:focus,.field textarea:focus{outline:none;border-color:#9ca3af;box-shadow:0 0 0 4px #6366f126}.field input:hover,.field textarea:hover{border-color:#d1d5db}.form-actions{display:flex;align-items:center;gap:.75rem;margin-top:1rem}.form-note{margin:0;font-size:.9rem;color:#6b7280}.apps-page{background-color:#fff;padding-top:3rem}.apps-intro{text-align:center;max-width:600px;margin:0 auto 2rem;font-size:1.1rem;color:#4b5563}.app-card{display:flex;flex-direction:column;align-items:center;text-align:center}.app-icon{width:64px;height:64px;margin-bottom:1rem;border-radius:12px}.qr-code{width:100px;height:100px;margin:1rem 0}.badge{background-color:#d1d5db;color:#111;font-size:.75rem;padding:.25rem .5rem;margin-left:.5rem;border-radius:4px;vertical-align:middle}.badge.beta{background-color:#6366f1;color:#fff}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0;justify-content:center}.tags span{background-color:#f3f4f6;padding:.4rem .6rem;font-size:.75rem;border-radius:4px;color:#374151}.blog-page{max-width:800px;margin:0 auto}.blog-intro{font-size:1.1rem;margin-bottom:2rem;color:#4b5563;text-align:center}.blog-list{display:flex;flex-direction:column;gap:2rem}.blog-card{border-left:4px solid #2563eb;padding-left:1rem}.blog-card h3 a{text-decoration:none;color:#1f2937}.blog-card h3 a:hover{text-decoration:underline}.blog-date{font-size:.9rem;color:#6b7280;margin-bottom:.5rem}.blog-post-title{font-size:2rem;margin-bottom:.5rem;color:#1f2937}.blog-post-lead{font-size:1.2rem;font-weight:500;color:#374151;margin-bottom:2rem}.blog-content h1,.blog-content h2,.blog-content h3{color:#1f2937;margin-top:2rem}.blog-content p{line-height:1.8;margin-bottom:1rem}.blog-content pre{background:#f4f4f4;padding:1rem;overflow-x:auto;border-radius:6px;font-family:monospace}.blog-content code{background:#fef3c7;padding:.2rem .4rem;border-radius:4px}.section-description{font-size:1rem;color:#4b5563;margin-bottom:2rem;text-align:center}.section-alt{background-color:#f9fafb;border-radius:8px;padding:3rem 2rem;margin-top:3rem}.project-card h3{margin:0 0 .5rem;font-size:1.25rem;color:#1f2937}.project-card p{font-size:1rem;color:#4b5563;margin-bottom:1rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;font-size:.85rem}.project-tags span{background-color:#e0f2fe;color:#2563eb;padding:.25rem .5rem;border-radius:4px;font-weight:500}.portfolio-service{max-width:1120px;margin:0 auto}.ps-hero{padding:2.5rem 0 1.5rem}.ps-hero-inner{max-width:840px}.ps-hero h1{margin:0 0 .35rem;font-size:2rem;line-height:1.15;color:#111827}.ps-lead{margin:0 0 1rem;color:#4b5563;font-size:1.05rem}.ps-cta-row{display:flex;gap:.75rem;flex-wrap:wrap}.ps-section{padding:1.5rem 0;margin-top:1rem}.ps-section>h2{font-size:1.35rem;margin:0 0 .75rem;color:#111827}.ps-section ul,.ps-section ol{margin:0 0 1rem;color:#4b5563;font-size:1.05rem}.pricing-table{width:100%;border-collapse:collapse;margin:2rem 0;text-align:center}.pricing-table th,.pricing-table td{border:1px solid #ccc;padding:1rem}.pricing-table th{background:#6c63ff;color:#fff;font-weight:700}.pricing-includes{margin-top:1.5rem;font-size:.95rem;line-height:1.5}.pricing-includes ul{margin-top:.5rem;padding-left:1.5rem}.ps-steps ol{list-style:none;counter-reset:step;margin-top:2rem;padding-left:0}.ps-steps li{counter-increment:step;margin-bottom:1rem;margin-top:1rem;padding-left:2.2rem;position:relative;font-size:1.05rem;color:#374151}.ps-steps li:before{content:counter(step);position:absolute;left:0;top:0;background:var(--brand);color:#fff;width:1.6rem;height:1.6rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600}.ps-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.ps-card{grid-column:span 6;display:flex;flex-direction:column;background:#ffffff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.ps-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1118270f;border-color:#dfe3ea}.ps-figure{aspect-ratio:16 / 9;background:#f3f4f6;display:block}.ps-figure img{width:100%;height:100%;max-height:260px;max-width:500px;object-fit:cover;display:block}.ps-card-body{padding:1rem 1rem 1.1rem}.ps-card-body h3{margin:0 0 .35rem;font-size:1.1rem;color:#111827}.ps-card-body p{margin:0 0 .8rem;color:#4b5563}.ps-card-actions{margin-top:auto;display:flex;gap:.5rem}.ps-cta{padding:2rem 0 3rem}.ps-cta-inner{padding:1.25rem 1.25rem 1.35rem;background:linear-gradient(180deg,#f8faff,#ffffff);border:1px solid #e5e7eb;border-radius:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.ps-cta-inner h3{margin:0;font-size:1.25rem;color:#111827}.ps-cta-row{display:flex;gap:.6rem;flex-wrap:wrap}.ps-section .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.skill-card{background:#fff;border:1px solid #eee;border-radius:1rem;box-shadow:0 4px 12px #0000000d;padding:1rem 1.2rem;flex:1 1 280px;max-width:320px;transition:transform .2s ease,box-shadow .2s ease}.skill-card h3{font-size:1.1rem;margin:0 0 .5rem}.skill-card p{font-size:.95rem;margin:0;color:#444;line-height:1.4}.skill-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.skill-card h3{font-size:1.2rem;margin-bottom:.8rem}.skill-card p{font-size:.95rem;color:#444;line-height:1.5}@media (max-width: 1024px){.ps-card{grid-column:span 12}.ps-cta-inner{flex-direction:column;align-items:flex-start}}@media (max-width: 768px){.hero-container{flex-direction:column;padding:2rem 1.5rem;text-align:center}.hero-text h1{font-size:2rem}.hero-text p{font-size:1rem}.hero-image{max-width:100%}.section{padding:2rem 1rem}.card{padding:1rem}.grid{grid-template-columns:1fr}.apps-intro{font-size:1rem;padding:0 1rem}.tech-stack,.contact-section,.contact-section-alt,.about-facts{padding:1rem}.project-tags{justify-content:center}.profile-wrapper{flex-direction:column;align-items:center}.blog-post-title{font-size:1.5rem}.blog-post-lead{font-size:1rem}}._header_13gec_1{background-color:#334155;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 10%;flex-wrap:wrap;box-shadow:0 2px 4px #0000000d;position:relative}._logo_13gec_13{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}._menuToggle_13gec_19{display:none;font-size:2rem;background:none;color:#fff;border:none;cursor:pointer}._nav_13gec_28{display:flex;gap:1.5rem}._links_13gec_33{color:#fff;text-decoration:none;font-size:1rem;transition:opacity .2s ease}._links_13gec_33:hover{text-decoration:underline;opacity:.9}@media (max-width: 768px){._menuToggle_13gec_19{display:block}._nav_13gec_28{display:none;flex-direction:column;width:100%;margin-top:1rem}._show_13gec_58{display:flex}._links_13gec_33{padding:.5rem 0;font-size:1.1rem}}._footer_1iutf_1{background-color:#1f2937;color:#fff;text-align:center;padding:1rem;font-size:.9rem;margin-top:4rem;box-shadow:0 -1px 3px #0000000d;word-wrap:break-word}._footer_1iutf_1 a:hover{opacity:.8}@media (max-width: 600px){._footer_1iutf_1{font-size:.85rem;padding:1rem .5rem}}._layout_1e3ue_1{padding:0 10%}@media (max-width: 1024px){._layout_1e3ue_1{padding:0 5%}}@media (max-width: 600px){._layout_1e3ue_1{padding:0 1rem}}
