@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--white: #ffffff;--bg: #f7f8fc;--surface: #ffffff;--border: #e8eaf0;--text: #111827;--text-2: #6b7280;--text-3: #9ca3af;--accent: #2563eb;--accent-light: #eff6ff;--accent-hover: #1d4ed8;--radius: 12px;--shadow: 0 1px 3px rgba(0,0,0,.06), 0 4px 16px rgba(0,0,0,.06);--shadow-hover: 0 4px 20px rgba(37,99,235,.12)}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.container{max-width:1080px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0}.section-label{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);background:var(--accent-light);border-radius:100px;padding:.3rem .85rem;margin-bottom:1rem}.section-title{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:var(--text);margin-bottom:.5rem;letter-spacing:-.02em}.section-desc{color:var(--text-2);font-size:1rem;max-width:540px}.btn{display:inline-flex;align-items:center;gap:.45rem;padding:.7rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:all .2s;border:none;text-decoration:none}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 4px 14px #2563eb4d}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 6px 20px #2563eb59}.btn-ghost{background:transparent;color:var(--text-2);border:1px solid var(--border)}.btn-ghost:hover{color:var(--text);border-color:#d1d5db;background:var(--white);transform:translateY(-1px)}#root{min-height:100vh}.navbar{position:fixed;top:0;left:0;right:0;z-index:99;padding:1.1rem 0;transition:all .3s ease}.navbar--up{background:#ffffffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);box-shadow:0 1px 12px #0000000f;padding:.8rem 0}.navbar__inner{display:flex;align-items:center;gap:2rem}.navbar__brand{display:flex;align-items:center;gap:.6rem;font-weight:700;font-size:1rem;color:var(--text);flex-shrink:0}.navbar__brand img{height:32px;width:32px;object-fit:contain;border-radius:7px}.navbar__nav{display:flex;gap:.25rem;margin-left:auto}.navbar__link{padding:.45rem .9rem;border-radius:7px;font-size:.9rem;font-weight:500;color:var(--text-2);transition:all .2s}.navbar__link:hover{color:var(--text);background:var(--bg)}.navbar__cta{font-size:.85rem;padding:.55rem 1.2rem;flex-shrink:0}@media(max-width:640px){.navbar__nav{display:none}}.hero{min-height:100vh;display:flex;align-items:center;padding:8rem 0 5rem;background:var(--white)}.hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:100px;padding:.3rem .85rem;margin-bottom:1.75rem}.hero__dot{width:7px;height:7px;background:#22c55e;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 #22c55e66}50%{opacity:.8;box-shadow:0 0 0 5px #22c55e00}}.hero__name{font-size:clamp(3rem,6vw,5rem);font-weight:800;letter-spacing:-.03em;line-height:1.05;color:var(--text);margin-bottom:1rem}.hero__role{font-size:1.1rem;font-weight:500;color:var(--text-2);margin-bottom:1.25rem}.hero__sep{color:var(--accent);margin:0 .25rem}.hero__desc{color:var(--text-2);font-size:1rem;line-height:1.75;max-width:480px;margin-bottom:2rem}.hero__actions{display:flex;gap:.75rem;flex-wrap:wrap}.hero__visual{display:flex;flex-direction:column;gap:1.25rem;align-items:center}.hero__logo-card{background:var(--bg);border:1px solid var(--border);border-radius:20px;padding:2.5rem;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow);width:100%;max-width:320px}.hero__logo-card img{width:140px;height:140px;object-fit:contain}.hero__stat-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;width:100%;max-width:320px}.stat-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1rem .75rem;text-align:center;box-shadow:var(--shadow);transition:box-shadow .2s}.stat-card:hover{box-shadow:var(--shadow-hover)}.stat-card__num{display:block;font-size:1.4rem;font-weight:800;color:var(--accent);letter-spacing:-.03em}.stat-card__label{display:block;font-size:.7rem;color:var(--text-3);font-weight:500;margin-top:.2rem;line-height:1.3}@media(max-width:860px){.hero__inner{grid-template-columns:1fr;gap:3rem;text-align:center}.hero__badge{margin-left:auto;margin-right:auto}.hero__desc{margin:0 auto 2rem}.hero__actions{justify-content:center}.hero__visual{align-items:center}.hero__logo-card,.hero__stat-cards{max-width:360px;width:100%}}.services{background:var(--bg)}.services__header{margin-bottom:3rem}.services__header .section-desc{max-width:100%}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.service-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;transition:all .25s ease}.service-card:hover{border-color:#c7d7fd;box-shadow:var(--shadow-hover);transform:translateY(-3px)}.service-card__icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;background:var(--accent-light);color:var(--accent);border-radius:10px;margin-bottom:1.1rem}.service-card__title{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.service-card__desc{font-size:.875rem;color:var(--text-2);line-height:1.65}.service-card:last-child{grid-column:1 / -1}@media(max-width:860px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.services__grid{grid-template-columns:1fr}}.stack{background:var(--white)}.stack__header{margin-bottom:3rem}.stack__groups{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem 4rem}.stack__group-title{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);margin-bottom:.875rem}.stack__tags{display:flex;flex-wrap:wrap;gap:.5rem}.stack__tag{display:inline-block;padding:.35rem .875rem;background:var(--bg);border:1px solid var(--border);border-radius:100px;font-size:.825rem;font-weight:500;color:var(--text);transition:all .2s;cursor:default}.stack__tag:hover{background:var(--accent-light);border-color:#c7d7fd;color:var(--accent)}@media(max-width:640px){.stack__groups{grid-template-columns:1fr;gap:2rem}}.contact{background:var(--bg)}.contact__box{background:var(--white);border:1px solid var(--border);border-radius:20px;padding:3.5rem;display:flex;align-items:center;justify-content:space-between;gap:3rem;box-shadow:var(--shadow)}.contact__meta{margin-top:1.75rem;display:flex;flex-direction:column;gap:.6rem}.contact__meta-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-2)}.contact__meta-item--green{color:#16a34a}.contact__dot{width:7px;height:7px;background:#22c55e;border-radius:50%;box-shadow:0 0 #22c55e66;animation:pulse 2s infinite;flex-shrink:0}@keyframes pulse{0%,to{box-shadow:0 0 #22c55e66}50%{box-shadow:0 0 0 5px #22c55e00}}.contact__right{display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.contact__btn{justify-content:center;min-width:200px}.contact__btn--teams{color:#5b5ea6;border-color:#ddddf0}.contact__btn--teams:hover{background:#f3f3fb;border-color:#5b5ea6;color:#5b5ea6}@media(max-width:760px){.contact__box{flex-direction:column;padding:2rem;text-align:center}.contact__meta{align-items:center}.contact__right,.contact__btn{width:100%}}.footer{background:var(--white);border-top:1px solid var(--border);padding:1.75rem 0}.footer__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer__brand{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem;color:var(--text)}.footer__brand img{height:26px;width:26px;object-fit:contain;border-radius:6px}.footer__copy{font-size:.8rem;color:var(--text-3)}
