:root{--primary:#0071e3;--primary-dark:#0077ed;--text:#1d1d1f;--text-light:#6e6e73;--bg:#fff;--bg-light:#fbfbfd;--bg-lighter:#f5f5f7}html{scroll-behavior:smooth;width:100%;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg);color:var(--text);width:100%;height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}main{flex:1;width:100%}.navbar{z-index:1000;background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0;transition:background-color .3s,border-color .3s,box-shadow .3s;position:sticky;top:0;box-shadow:0 1px 3px #0000001a}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.nav-logo{color:#000;letter-spacing:-.02em;align-items:center;gap:.5rem;font-size:1.3rem;font-weight:600;text-decoration:none;transition:color .3s;display:flex}.nav-logo:hover{color:#666}.logo-symbol{font-size:1.3rem;animation:none}.nav-menu{gap:2.5rem;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:#000;font-size:.95rem;font-weight:400;text-decoration:none;transition:all .3s;position:relative}.nav-link:after{content:"";background:#000;width:0;height:1px;transition:width .3s;position:absolute;bottom:-8px;left:0}.nav-link:hover{color:#666}.nav-link:hover:after{width:100%}.hamburger{cursor:pointer;flex-direction:column;gap:5px;display:none}.hamburger span{background:#000;border-radius:2px;width:25px;height:2px;transition:all .3s}@media (width<=768px){.hamburger{display:flex}.nav-menu{background:#fff;border-bottom:1px solid #e5e7eb;flex-direction:column;gap:0;width:100%;max-height:0;padding:1rem;transition:max-height .3s;position:absolute;top:70px;left:0;overflow:hidden}.nav-menu.active{max-height:300px}.nav-link{padding:.75rem 1rem;font-size:.95rem}.nav-link:after{display:none}.hamburger.active span:first-child{transform:rotate(45deg)translate(10px,10px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(8px,-8px)}.nav-container{padding:0 1rem}.nav-logo{font-size:1.3rem}}.home{background:#fbfbfd;min-height:100vh}.intro-sequence{height:auto;position:relative}.hero{text-align:center;z-index:20;background:#fbfbfd;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.hero-content{z-index:2;flex-direction:column;justify-content:center;align-items:center;max-width:840px;min-height:calc(100vh - 4rem);display:flex;position:relative}.hero-kicker{letter-spacing:.08em;text-transform:uppercase;color:#8c8c90;margin-bottom:.75rem;font-size:.92rem}.hero-title{letter-spacing:-.03em;color:#1d1d1f;text-align:center;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.15em;margin:0 0 2rem;font-size:clamp(2.3rem,5vw,4.3rem);font-weight:700;line-height:1.04;display:flex}.rotating-title{vertical-align:text-bottom;align-items:baseline;min-height:1.104em;margin-left:.02em;display:inline-flex}.title-current{white-space:nowrap;line-height:1.104em;animation:.5s ease-out rotateWord;display:inline-block}@keyframes rotateWord{0%{opacity:0;transform:translateY(.65em)}to{opacity:1;transform:translateY(0)}}.cta-button{color:#fff;background:#0071e3;border-radius:999px;justify-content:center;align-items:center;padding:.8rem 1.7rem;font-size:1rem;font-weight:500;transition:background-color .2s;display:inline-flex}.about-section,.specializations,.tech-section,.cta-section{z-index:40;padding:6.5rem 2rem;position:relative}.about-section,.cta-section{background:#fbfbfd}.specializations,.tech-section{background:#fff}.section-content{text-align:center;width:min(1080px,100%);margin:0 auto}.section-title{letter-spacing:-.02em;color:#1d1d1f;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.2rem)}.section-description{color:#6e6e73;max-width:760px;margin:0 auto;font-size:1.08rem;line-height:1.7}.specs-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem;width:min(1080px,100%);margin:0 auto;display:grid}.spec-item{text-align:left;background:#f5f5f7;border:1px solid #ececef;border-radius:20px;padding:1.8rem}.spec-icon{color:#6e6e73;letter-spacing:.02em;margin-bottom:.6rem;font-size:.85rem;font-weight:600}.spec-item h4{color:#1d1d1f;letter-spacing:-.01em;margin-bottom:.55rem;font-size:1.25rem}.spec-item p{color:#6e6e73;line-height:1.6}.tech-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;width:min(1080px,100%);margin:0 auto;display:grid}.tech-category{text-align:left;background:#f5f5f7;border:1px solid #ececef;border-radius:20px;padding:1.8rem}.tech-category h4{color:#1d1d1f;letter-spacing:-.01em;margin-bottom:1rem;font-size:1.06rem}.tech-category ul{padding:0;list-style:none}.tech-category li{color:#6e6e73;padding:.35rem 0}.cta-large{margin-top:1.8rem}@media (width<=980px){.specs-grid,.tech-list{grid-template-columns:1fr}.about-section,.specializations,.tech-section,.cta-section{padding:4.8rem 1.2rem}}.about{background:#fff;min-height:100vh}.about-hero{color:#1d1d1f;text-align:center;background:#fbfbfd;padding:7rem 2rem 5rem}.about-hero h1{letter-spacing:-.03em;margin-bottom:.7rem;font-size:clamp(2.2rem,4vw,3.8rem);font-weight:700}.about-hero .subtitle{color:#6e6e73;font-size:1.15rem;font-weight:400}.about-content{background:#fff;padding:2rem 2rem 5.5rem}.content-wrapper{max-width:1080px;margin:0 auto}.about-section{background:#f5f5f7;border:1px solid #ececef;border-radius:22px;margin-bottom:1rem;padding:2.2rem}.about-section h2{color:#1d1d1f;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.6rem,2.5vw,2.3rem);font-weight:700}.about-section p{color:#6e6e73;margin-bottom:.8rem;font-size:1rem;line-height:1.8}.skills-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin-top:1.2rem;display:grid}.skill-category{background:#fff;border:1px solid #ececef;border-radius:16px;padding:1.4rem}.skill-category h3{color:#1d1d1f;margin-bottom:.6rem;font-size:1.05rem;font-weight:600}.skill-category ul{padding:0;list-style:none}.skill-category li{color:#6e6e73;padding:.35rem 0;font-size:.98rem}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin-top:1.2rem;display:grid}.service-card{background:#fff;border:1px solid #ececef;border-radius:16px;padding:1.5rem}.service-card h3{color:#1d1d1f;margin-bottom:.5rem;font-size:1.08rem}.service-card p{color:#6e6e73;margin:0;font-size:.95rem;line-height:1.6}.approach{grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;margin-top:1.2rem;display:grid}.approach-step{background:#fff;border:1px solid #ececef;border-radius:16px;padding:1.4rem}.step-number{color:#6e6e73;margin-bottom:.6rem;font-size:1rem;font-weight:700}.approach-step h3{color:#1d1d1f;margin-bottom:.5rem;font-size:1.05rem}.approach-step p{color:#6e6e73;margin:0;font-size:.95rem;line-height:1.6}.cta-section{color:#1d1d1f;text-align:center;background:#fbfbfd;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;display:flex}.cta-section h2{letter-spacing:-.02em;margin-bottom:.7rem;font-size:clamp(2rem,4vw,3rem)}.cta-section p{color:#6e6e73;margin-bottom:1.6rem;font-size:1.08rem}.cta-button{color:#fff;background:#0071e3;border-radius:999px;justify-content:center;align-items:center;padding:.8rem 1.7rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:inline-flex}.cta-button:hover{background:#0077ed}@media (width<=768px){.skills-grid,.services-grid,.approach{grid-template-columns:1fr}.about-section{padding:1.4rem}}.contact{background:#fff;min-height:100vh}.contact-hero{color:#1d1d1f;text-align:center;background:#fbfbfd;padding:7rem 2rem 5rem}.contact-hero h1{letter-spacing:-.03em;margin-bottom:.7rem;font-size:clamp(2.2rem,4vw,3.8rem);font-weight:700}.contact-hero .subtitle{color:#6e6e73;font-size:1.1rem;font-weight:400}.contact-content{background:#fff;padding:2rem 2rem 5rem}.contact-wrapper{grid-template-columns:.95fr 1.05fr;align-items:start;gap:1rem;width:100%;max-width:1080px;margin:0 auto;display:grid}.contact-info{background:#f5f5f7;border:1px solid #ececef;border-radius:20px;height:fit-content;padding:2rem}.info-item{border-bottom:1px solid #e6e6eb;margin-bottom:1.6rem;padding-bottom:1.6rem}.info-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.info-item h3{color:#1d1d1f;letter-spacing:.01em;text-transform:uppercase;margin-bottom:.35rem;font-size:.95rem;font-weight:600}.info-item p{color:#6e6e73;font-size:1rem}.info-item a{color:#1d1d1f;font-weight:500;text-decoration:none;transition:color .2s}.info-item a:hover{color:#0071e3}.social-links{gap:.55rem;margin-top:.35rem;display:flex}.social-icon{color:#1d1d1f;background:#fff;border:1px solid #d9d9df;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:background-color .2s,border-color .2s;display:inline-flex}.social-icon svg{fill:currentColor;width:18px;height:18px}.social-icon:hover{background:#f0f0f2;border-color:#c8c8cf}.contact-form-wrapper{background:#f5f5f7;border:1px solid #ececef;border-radius:20px;padding:2rem}.contact-form{flex-direction:column;gap:1.1rem;display:flex}.form-group{flex-direction:column;display:flex}.form-group label{color:#6e6e73;margin-bottom:.45rem;font-size:.9rem;font-weight:600}.form-group input,.form-group textarea{color:#1d1d1f;background:#fff;border:1px solid #d2d2d7;border-radius:12px;padding:.78rem .95rem;font-family:inherit;font-size:.98rem;transition:border-color .2s,box-shadow .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#8e8e93}.form-group input:focus,.form-group textarea:focus{border-color:#0071e3;outline:none;box-shadow:0 0 0 3px #0071e324}.form-group textarea{resize:vertical}.submit-button{color:#fff;cursor:pointer;background:#0071e3;border:none;border-radius:999px;margin-top:.6rem;padding:.85rem 1.3rem;font-size:.97rem;font-weight:500;transition:background-color .2s}.submit-button:hover{background:#0077ed}.form-error{color:#b42318;margin-top:.45rem;font-size:.92rem}.success-message{text-align:center;background:#fff;border:1px solid #d1e8d3;border-radius:14px;padding:1.6rem}.success-message h3{color:#1d1d1f;margin-bottom:.35rem;font-size:1.2rem}.success-message p{color:#6e6e73;font-size:.98rem}.faq-section{text-align:center;background:#fbfbfd;padding:5rem 2rem}.faq-section h2{color:#1d1d1f;letter-spacing:-.02em;margin-bottom:1.4rem;font-size:clamp(2rem,3.5vw,2.8rem)}.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;max-width:1080px;margin:0 auto;display:grid}.faq-item{text-align:left;background:#fff;border:1px solid #ececef;border-radius:16px;padding:1.6rem}.faq-item h3{color:#1d1d1f;margin-bottom:.55rem;font-size:1.02rem}.faq-item p{color:#6e6e73;font-size:.95rem;line-height:1.6}@media (width<=768px){.contact-wrapper{grid-template-columns:1fr;gap:1rem}.contact-info,.contact-form-wrapper{padding:1.4rem}.faq-grid{grid-template-columns:1fr}}*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fff;--bg-light:#f9fafb;--text:#000;--text-secondary:#6b7280;--border:#e5e7eb}html{scroll-behavior:smooth;background-color:var(--bg)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}main{min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-padding{padding:4rem 2rem}.text-center{text-align:center}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}}.text-gradient{background:linear-gradient(135deg,#0071e3 0%,#0077ed 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:#c7c7cc;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#b1b1b6}#root{width:100%}
