
:root{
  --bg:#f7f9fc;--surface:#fff;--surface2:#f2f6fb;--text:#0d2146;--muted:#61728f;
  --line:#dfe8f3;--blue:#0f6fff;--blue2:#3a8bff;--cyan:#22b8d7;--green:#15a171;
  --purple:#7649d8;--orange:#f39c12;--red:#f04455;--shadow:0 10px 32px rgba(45,79,121,.08);
  --radius:20px;--max:1320px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;background:linear-gradient(180deg,#fbfdff 0%,#f7faff 56%,#f3f7fc 100%)}
a{color:inherit}.container{width:min(var(--max),calc(100% - 52px));margin:auto}
.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.93);backdrop-filter:blur(16px);border-bottom:1px solid rgba(219,229,241,.86);box-shadow:0 2px 16px rgba(33,68,109,.035)}
nav{height:82px;display:grid;grid-template-columns:260px 1fr 260px;align-items:center;gap:20px}.brand{display:inline-flex;align-items:center;gap:9px;text-decoration:none}.brand .brand-computer{width:48px;height:48px;object-fit:contain;display:block}.brand-word{font-size:28px;letter-spacing:-1.5px;line-height:1}.brand-word b{color:#0d2146}.brand-word strong{color:var(--blue);font-weight:800}.navlinks{display:flex;justify-content:center;align-items:center;gap:38px}.navlinks a{text-decoration:none;font-size:14px;font-weight:650;color:#344765;position:relative;padding:30px 0}.navlinks a:hover,.navlinks a.active{color:var(--blue)}.navlinks a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:3px;background:var(--blue)}
.nav-actions{display:flex;justify-content:flex-end;gap:12px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 20px;border-radius:12px;border:1px solid #cfdced;background:#fff;text-decoration:none;font-weight:750;font-size:14px;color:#165bbd;transition:.18s;cursor:pointer}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(21,96,205,.10);border-color:#b6cae4}.btn.primary{color:#fff;background:linear-gradient(135deg,var(--blue),#1682ff);border-color:transparent;box-shadow:0 9px 20px rgba(15,111,255,.18)}.btn.ghost{color:#175ebf;background:#fff}.btn.green{color:#0c9569;border-color:#c9eadf;background:#f9fffc}.btn.orange{color:#bd7200;border-color:#f3d8ad;background:#fffdfa}.btn.purple{color:#7844d8;border-color:#ddd0f8;background:#fdfbff}.btn.red{color:#df3345;border-color:#f2cbd1;background:#fff}.btn.disabled{pointer-events:none;color:#8e9caf;background:#f0f4f8;border-color:#e2e7ed;box-shadow:none}.btn.small{min-height:42px;padding:0 16px}.round-btn{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff;display:grid;place-items:center;color:#29456d;font-size:17px}
.hero{display:grid;grid-template-columns:.72fr 1.13fr .86fr;gap:34px;align-items:center;padding:55px 0 34px}.hero-art{display:flex;align-items:center;justify-content:center;min-height:340px}.hero-art img{width:min(320px,100%);filter:drop-shadow(0 18px 17px rgba(53,84,120,.09))}.hero-copy h1{margin:0;font-size:clamp(62px,7vw,93px);line-height:.92;letter-spacing:-.07em}.hero-copy h1 .blue{color:var(--blue)}.hero-copy .tag{font-weight:800;font-size:22px;margin-top:17px}.hero-copy .sub{color:#56709a;font-size:16px;margin-top:7px}.hero-copy p{color:var(--muted);font-size:16px;max-width:660px;margin:21px 0 0}.hero-copy .actions{display:flex;gap:15px;flex-wrap:wrap;margin-top:28px}
.construction-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:27px 26px}.construction-head{display:flex;align-items:center;gap:16px}.cone{width:58px;height:58px;flex:none}.cone img{width:100%;height:100%;display:block}.construction-badge{background:#fff2d6;color:#d97a00;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800}.construction-card h2{font-size:20px;margin:17px 0 8px}.construction-card p{font-size:14px;color:var(--muted);margin:0}.progress{margin-top:20px;height:10px;background:#eaf0f6;border-radius:99px;overflow:hidden}.progress>span{display:block;width:30%;height:100%;background:linear-gradient(90deg,var(--blue),#4b8cff);border-radius:99px}.progress-meta{display:flex;justify-content:space-between;color:#7c8ba0;font-size:12px;margin-top:8px}
.panel-section{background:rgba(255,255,255,.74);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:27px 22px 25px;margin:26px 0 0;scroll-margin-top:105px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.title-wrap{display:flex;align-items:center;gap:13px}.section-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#edf4ff;color:var(--blue);font-size:21px}.section-head h2{margin:0;font-size:28px;letter-spacing:-.035em}.section-head p{margin:2px 0 0;color:var(--muted);font-size:13px}
.services{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.service{background:#fff;border:1px solid var(--line);border-radius:15px;padding:25px 25px 21px;min-height:280px;display:flex;flex-direction:column}.service-ico{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;font-size:32px;background:#f0f5ff}.service:nth-child(2) .service-ico{background:#eaf8ff}.service:nth-child(3) .service-ico{background:#eef3ff}.service:nth-child(4) .service-ico{background:#f7fbff}.service h3{font-size:19px;margin:21px 0 8px;line-height:1.15}.service p{margin:0;color:var(--muted);font-size:14px}.service .arrow{margin-top:auto;color:var(--blue);font-weight:900;text-align:right;font-size:21px}
.about-row{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:0;overflow:hidden}.about-half{padding:28px 31px;min-height:210px}.about-half+ .about-half{border-left:1px solid var(--line)}.about-box{display:grid;grid-template-columns:64px 1fr;gap:18px}.about-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#edf4ff;color:var(--blue);font-size:29px}.about-half h3{margin:0 0 8px;font-size:18px}.about-half p{font-size:13px;color:var(--muted);margin:0 0 8px}.contact-lines{display:grid;gap:7px;color:#596b88;font-size:13px;margin-top:12px}.paper-plane{float:right;font-size:70px;color:var(--blue);transform:rotate(-12deg);opacity:.95}
.projects{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.project{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px 18px 16px;min-height:288px;display:flex;flex-direction:column}.project-top{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.project-icon{width:53px;height:53px;border-radius:50%;display:grid;place-items:center;font-size:27px;background:#fff0f3}.project:nth-child(2) .project-icon{background:#f0eaff}.project:nth-child(3) .project-icon{background:#e8faf2}.project:nth-child(4) .project-icon{background:#fff4df}.project:nth-child(5) .project-icon{background:#f8efff}.project-icon img{width:56px;height:56px;object-fit:contain}.project-icon.follie-logo{width:68px;height:68px;border-radius:16px;background:#f8efff;overflow:visible}.project-icon.follie-logo img{width:74px;height:74px;object-fit:contain;filter:drop-shadow(0 5px 8px rgba(85,42,120,.14))}.badge{display:inline-flex;align-items:center;gap:6px;font-weight:800;font-size:11px;border-radius:999px;padding:6px 9px;background:#eef2f6;color:#69788c}.badge.personal{background:#dcf7e8;color:#168254}.badge.demand{background:#efe4ff;color:#7c43cb}.badge.docs{background:#eef2f6;color:#596c87}.badge.curiosity{background:#fff0d7;color:#d07a00}.badge.creative{background:#f4e6ff;color:#7c45c8}.badge.online{background:#dcf7e8;color:#168254}.badge.offline{background:#eef1f4;color:#778397}.badge.local{background:#e8f2ff;color:#34689f}.badge.checking{background:#edf2ff;color:#3b63ae}.bdot{width:6px;height:6px;border-radius:50%;background:currentColor}.project h3{font-size:18px;line-height:1.05;margin:18px 0 8px}.project p{font-size:13px;color:var(--muted);margin:0}.project-grow{flex:1}.project .btn{width:100%;min-height:40px;padding:0 12px;font-size:12px;margin-top:17px}.project-note{margin-top:12px;padding:10px;border-radius:10px;background:#f4f0ff;color:#6d5d87;font-size:11px}.project-meta{text-align:center;font-size:11px;color:#8a98ab;margin-top:7px}
.footer{padding:31px 5px 40px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;color:#7990aa;font-size:12px}.footer-brand{display:inline-flex;align-items:center;gap:9px;font-size:24px;letter-spacing:-1px}.footer-brand img{width:45px;height:45px;object-fit:contain}.footer-brand b{color:#0d2146}.footer-brand strong{color:var(--blue)}.footer-center{text-align:center}.footer-right{display:flex;justify-content:flex-end;gap:15px;font-size:20px;color:#233a62}
@media(max-width:1120px){nav{grid-template-columns:220px 1fr 180px}.navlinks{gap:22px}.hero{grid-template-columns:.7fr 1fr}.construction-card{grid-column:1/-1}.projects{grid-template-columns:repeat(3,1fr)}}
@media(max-width:850px){.container{width:min(var(--max),calc(100% - 26px))}nav{grid-template-columns:1fr auto}.navlinks{display:none}.hero{grid-template-columns:1fr;padding-top:34px}.hero-art{min-height:220px}.hero-art img{width:250px}.hero-copy{text-align:center}.hero-copy p{margin-left:auto;margin-right:auto}.hero-copy .actions{justify-content:center}.construction-card{grid-column:auto}.services{grid-template-columns:repeat(2,1fr)}.about-row{grid-template-columns:1fr}.about-half+.about-half{border-left:0;border-top:1px solid var(--line)}.projects{grid-template-columns:repeat(2,1fr)}.footer{grid-template-columns:1fr;text-align:center;gap:14px}.footer-logo,.footer-right{display:flex;justify-content:center}.footer-right{justify-content:center}}
@media(max-width:540px){.brand .brand-computer{width:40px;height:40px}.brand-word{font-size:23px}.round-btn{display:none}.hero-copy h1{font-size:60px}.services,.projects{grid-template-columns:1fr}.panel-section{padding:20px 15px}.section-head h2{font-size:23px}.about-box{grid-template-columns:1fr}.about-icon{width:48px;height:48px}.paper-plane{display:none}}
