.skip-link{position:absolute;top:-100%;left:16px;z-index:200;padding:8px 16px;background:var(--blue);color:var(--white);border-radius:0 0 6px 6px;font-weight:600;font-size:.9rem}.skip-link:focus{top:0;color:var(--white)}@font-face{font-family:"Inter";font-style:normal;font-weight:400 800;font-display:swap;src:url(../assets/fonts/inter-latin.woff2)format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Inter";font-style:normal;font-weight:400 800;font-display:swap;src:url(../assets/fonts/inter-latin-ext.woff2)format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}*,::after,::before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#1b2a4a;--blue:#1976D2;--blue-dark:#1565C0;--light-blue:#e8f4fd;--white:#ffffff;--gray:#f5f7fa;--text:#333333;--text-light:#596066;--max-width:1120px;--header-height:72px}html{scroll-behavior:smooth}.hamburger span,body{background:var(--white)}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,sans-serif;color:var(--text);line-height:1.6}a{text-decoration:none}a:hover{color:var(--blue-dark)}img{max-width:100%;display:block}ul{list-style:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}.section{padding:80px 0}.section--gray{background:var(--gray)}.section--light-blue{background:var(--light-blue)}.card h3,.section-title{font-size:2rem;color:var(--navy);margin-bottom:16px}.section-subtitle{font-size:1.125rem;color:var(--text-light);margin-bottom:48px;max-width:640px}.btn{display:inline-block;padding:12px 28px;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .15s;border:0}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--blue);color:var(--white)}.btn--primary:hover{background:var(--blue-dark);color:var(--white)}.btn--outline{background:0 0;color:var(--white);border:2px solid var(--white)}.btn--outline:hover{background:var(--white);color:var(--navy)}.header{position:sticky;top:0;z-index:100;background:var(--navy);height:var(--header-height)}.header .container{justify-content:space-between;height:100%}.header .container,.logo,.nav-links{display:flex;align-items:center}.logo{gap:10px;font-size:1.5rem;font-weight:700;text-decoration:none}.logo img{height:72px;width:auto;filter:brightness(0) invert(1)}.logo,.logo:hover,.nav-links a.active,.nav-links a:hover{color:var(--white)}.nav-links{gap:32px}.nav-links a,a{transition:color .2s}.nav-links a{color:rgba(255,255,255,.85);font-size:.95rem;font-weight:500;position:relative}.nav-links a.active::after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--blue);border-radius:1px}.nav-links a.disabled{opacity:.4;cursor:default;pointer-events:none}.hamburger{display:none;background:0 0;border:0;cursor:pointer;padding:4px}.hamburger span{display:block;width:24px;height:2px;margin:6px 0;border-radius:2px;transition:transform .3s,opacity .3s}.hero{background:var(--navy);color:var(--white);padding:100px 0 120px;text-align:center}.hero h1{font-size:3rem;font-weight:800;line-height:1.15;margin-bottom:20px}.hero h1 span,a{color:var(--blue)}.hero p{font-size:1.2rem;color:rgba(255,255,255,.75);max-width:580px;margin:0 auto 40px;line-height:1.7}.hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.card{background:var(--white);border-radius:10px;padding:36px 28px;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:0 6px 20px rgba(0,0,0,.1);transform:translateY(-2px)}.card-icon{font-size:2rem;margin-bottom:16px}.card h3{font-size:1.2rem;margin-bottom:12px}.card p{color:var(--text-light);font-size:.95rem;line-height:1.65}.service-item{display:flex;gap:32px;align-items:flex-start;padding:40px 0;border-bottom:1px solid #e5e7eb}.service-item:last-child{border-bottom:none}.service-icon{flex-shrink:0;width:64px;height:64px;background:var(--light-blue);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.75rem}.service-item h3{font-size:1.25rem;color:var(--navy);margin-bottom:8px}.service-item p{color:var(--text-light);line-height:1.7;max-width:640px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.about-grid h2,.contact-info h2{font-size:2rem;color:var(--navy);margin-bottom:20px}.about-grid p,.contact-info p{color:var(--text-light);line-height:1.75;margin-bottom:16px}.tech-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.form-group label,.tech-tag{font-size:.9rem;color:var(--navy)}.tech-tag{background:var(--light-blue);padding:8px 16px;border-radius:6px;font-weight:500}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px}.contact-info p{margin-bottom:24px;line-height:1.7}.contact-detail{display:flex;align-items:center;gap:12px;margin-bottom:16px;color:var(--text)}.contact-detail .icon{font-size:1.25rem;width:24px;text-align:center}.contact-form{background:var(--gray);padding:40px;border-radius:12px}.form-group{margin-bottom:20px}.form-group label{display:block;font-weight:600;margin-bottom:6px}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .2s;background:var(--white)}.form-group input:focus,.form-group textarea:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 3px rgba(33,150,243,.15)}.form-group textarea{resize:vertical;min-height:120px}.footer,.page-header{background:var(--navy)}.page-header{color:var(--white);padding:60px 0;text-align:center}.page-header h1{font-size:2.5rem;font-weight:800}.page-header p{color:rgba(255,255,255,.7);font-size:1.1rem;max-width:520px;margin:0 auto}.footer{color:rgba(255,255,255,.65);padding:48px 0 32px}.footer-content{display:flex;justify-content:space-between;align-items:start;gap:40px;margin-bottom:32px}.footer-brand{max-width:320px}.footer-brand .logo,.page-header h1{margin-bottom:12px}.footer-brand p{font-size:.9rem;line-height:1.65}.footer-links .footer-title{color:var(--white);font-size:.95rem;margin-bottom:12px}.footer-links a{display:block;color:rgba(255,255,255,.6);font-size:.9rem;margin-bottom:8px}.footer-links a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;text-align:center;font-size:.85rem}@media (max-width:768px){.hamburger{display:block}.nav-links{display:none;position:absolute;top:var(--header-height);left:0;right:0;background:var(--navy);flex-direction:column;padding:24px;gap:20px;box-shadow:0 4px 12px rgba(0,0,0,.2)}.nav-links.open{display:flex}.hero{padding:60px 0 80px}.hero h1{font-size:2rem}.hero p{font-size:1.05rem}.cards{grid-template-columns:1fr;gap:20px}.about-grid,.contact-grid{grid-template-columns:1fr;gap:40px}.footer-content,.service-item{flex-direction:column;gap:16px}.footer-content{gap:32px}.section{padding:56px 0}.section-title{font-size:1.65rem}.page-header{padding:40px 0}.page-header h1{font-size:1.85rem}.contact-form{padding:28px 20px}}@media (max-width:480px){.hero h1{font-size:1.65rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;text-align:center}}