:root{color:#0d1930;font-synthesis:none;text-rendering:optimizelegibility;--blue:#2f73f4;--blue-dark:#1d5ed9;--ink:#0d1930;--muted:#64738d;--line:#e6edf6;--soft:#f7faff;--soft-blue:#eef5ff;--shadow:0 14px 40px #1f529614;--bg:#fff;--surface:#fff;--surface-2:#f7faff;--header-bg:#ffffffe6;--nav-text:#1b2638;--button-secondary:#fff;background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=dark]{--ink:#f4f7fb;--muted:#9ba9bd;--line:#1c2a40;--soft:#0d1728;--soft-blue:#102441;--shadow:0 14px 40px #00000047;--bg:#07101f;--surface:#0b1628;--surface-2:#0d1a2e;--header-bg:#07101fe0;--nav-text:#dfe7f3;--button-secondary:#0e1a2c}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{background:var(--bg);min-width:320px;min-height:100dvh;color:var(--ink);-webkit-text-size-adjust:100%;margin:0;transition:background .2s,color .2s;overflow-x:clip}#root{min-height:100dvh}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}.container{width:min(1180px,100% - 40px);margin:0 auto}.site-header{z-index:20;background:var(--header-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);padding-top:env(safe-area-inset-top);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;height:74px;display:flex}.logo{letter-spacing:.085em;font-size:1.35rem;font-weight:800}.logo strong{color:var(--blue)}.nav{gap:34px;font-size:.95rem;font-weight:600;display:flex}.nav a{color:var(--nav-text);padding:26px 0 24px;position:relative}.nav a:after{content:"";background:var(--blue);height:2px;transition:all .25s;position:absolute;bottom:17px;left:0;right:100%}.nav a:hover:after{right:0}.menu-button{width:44px;height:44px;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;padding:8px;display:none}.hero{background:radial-gradient(circle at 78% 35%, var(--soft-blue) 0, color-mix(in srgb, var(--soft-blue) 88%, transparent) 17%, transparent 46%), linear-gradient(180deg,var(--bg) 0%,var(--surface-2) 100%);overflow:hidden}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;min-height:500px;padding-top:42px;padding-bottom:42px;display:grid}.hero-copy{max-width:620px}.eyebrow-pill{color:var(--blue);background:color-mix(in srgb, var(--surface) 88%, transparent);border:1px solid #cfe0ff;border-radius:999px;align-items:center;gap:9px;padding:7px 12px;font-size:.8rem;font-weight:700;display:inline-flex}.dot{background:var(--blue);border-radius:50%;width:9px;height:9px}h1{letter-spacing:-.045em;margin:20px 0 18px;font-size:clamp(3rem,6vw,4.8rem);line-height:.98}.hero-text{max-width:620px;color:var(--muted);margin:0;font-size:1.15rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.btn{border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 20px;font-weight:750;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 10px 24px #2f73f438}.btn-primary:hover{background:var(--blue-dark)}.btn-secondary{background:var(--button-secondary);border-color:var(--line);box-shadow:0 8px 18px #1a38600d}.cloud-graphic{place-items:center;min-height:360px;display:grid;position:relative}.cloud-svg{filter:drop-shadow(0 18px 28px #4870aa1f);width:min(100%,470px)}.float-chip{z-index:2;background:color-mix(in srgb, var(--surface) 93%, transparent);border:1px solid var(--line);color:#577ebd;border-radius:16px;place-items:center;width:54px;height:54px;display:grid;position:absolute;box-shadow:0 12px 30px #3c64a014}.chip-code{top:13%;left:12%}.chip-cube{top:16%;right:11%}.chip-chart{bottom:14%;left:10%}.chip-shield{bottom:14%;right:9%}.section{padding:72px 0}.section.compact{padding-top:14px}.section-heading{margin-bottom:30px}.centered{text-align:center}.kicker{color:var(--blue);letter-spacing:.04em;margin-bottom:8px;font-size:.76rem;font-weight:800;display:inline-block}.section h2{letter-spacing:-.025em;margin:0;font-size:clamp(1.7rem,3.5vw,2.2rem)}.section-heading p{color:var(--muted);margin:8px 0 0}.service-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.service-card{background:var(--surface);border:1px solid var(--line);min-height:230px;box-shadow:var(--shadow);border-radius:16px;padding:24px;transition:transform .18s,box-shadow .18s}.service-card:hover{transform:translateY(-3px);box-shadow:0 18px 46px #1f52961f}.icon-wrap{background:var(--soft-blue);width:46px;height:46px;color:var(--blue);border-radius:50%;place-items:center;margin-bottom:18px;display:grid}.service-card h3{margin:0 0 10px;font-size:1rem}.service-card p,.info-card p,.contact-card p{color:var(--muted);margin:0;font-size:.93rem;line-height:1.65}.info-grid{grid-template-columns:1.25fr .9fr;gap:18px;display:grid}.info-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:16px;padding:26px;position:relative;overflow:hidden}.info-card h2{margin-bottom:12px;font-size:1.5rem}.about-card{grid-template-columns:1.45fr .55fr;align-items:center;gap:28px;min-height:220px;display:grid}.abstract-art{min-width:180px;height:145px;position:relative}.abstract-art:before{content:"";background:#edf4ff;border-radius:50%;width:125px;height:125px;position:absolute;top:8px;right:4px}.orb{background:linear-gradient(145deg,#f8fbff,#a8c3ee);border-radius:50%;width:52px;height:52px;position:absolute;bottom:20px;right:82px;box-shadow:0 12px 18px #4268a424}.block{background:linear-gradient(160deg,#d9e6fa,#8aa9da);border-radius:4px 4px 0 0;position:absolute;bottom:18px}.b1{width:38px;height:72px;right:44px}.b2{width:40px;height:45px;right:12px}.stem{background:#6c8fc6;width:3px;height:66px;position:absolute;top:13px;right:2px;transform:rotate(9deg)}.leaf{background:#6c8fc6;border-radius:90% 10%;width:24px;height:10px;position:absolute;right:-6px}.l1{top:17px;transform:rotate(-30deg)}.l2{top:38px;right:7px;transform:rotate(35deg)}.l3{top:57px;transform:rotate(-30deg)}.stack-card{flex-direction:column;justify-content:center;display:flex}.pills{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.pill{border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:999px;padding:8px 14px;font-size:.85rem;font-weight:700}.contact-section{padding-top:22px}.contact-card{border:1px solid var(--line);background:linear-gradient(90deg,var(--soft-blue),var(--surface));border-radius:16px;justify-content:space-between;align-items:center;gap:24px;padding:24px;display:flex}.contact-left{align-items:center;gap:18px;display:flex}.contact-icon{background:var(--soft-blue);width:52px;height:52px;color:var(--blue);border-radius:50%;flex:none;place-items:center;display:grid}.contact-card h2{margin:0 0 6px;font-size:1.15rem}footer{border-top:1px solid var(--line);padding:28px 0 calc(28px + env(safe-area-inset-bottom));color:var(--muted);font-size:.82rem}.footer-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;display:grid}.footer-brand{align-items:center;gap:14px;display:flex}.footer-brand .logo{color:var(--ink);font-size:1rem}.footer-links{justify-content:flex-end;align-items:center;gap:14px;display:flex}.footer-links a{border:1px solid var(--line);color:#5c6c84;border-radius:9px;place-items:center;width:44px;height:44px;font-weight:800;display:grid}.header-actions{align-items:center;gap:18px;display:flex}.theme-switcher{position:relative}.theme-button,.theme-menu button{font:inherit;color:var(--ink)}.theme-button{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:10px;place-items:center;width:44px;height:44px;display:grid;box-shadow:0 6px 18px #1f52960d}.theme-button:hover{background:var(--soft)}.theme-menu{border:1px solid var(--line);background:var(--surface);width:142px;box-shadow:var(--shadow);z-index:40;border-radius:12px;padding:6px;position:absolute;top:48px;right:0}.theme-menu button{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:9px;width:100%;padding:9px 10px;display:flex}.theme-menu button:hover,.theme-menu button.active{background:var(--soft)}.theme-menu button.active{color:var(--blue);font-weight:750}:root[data-theme=dark] .cloud-svg{filter:drop-shadow(0 18px 36px #0055ff2e)}:root[data-theme=dark] .cloud-svg [fill=\#fff],:root[data-theme=dark] .cloud-svg [fill=\#ffffff]{fill:#13233a}:root[data-theme=dark] .cloud-svg [stroke=\#d9e6fb],:root[data-theme=dark] .cloud-svg [stroke=\#d2e1fb]{stroke:#284164}:root[data-theme=dark] .abstract-art:before{background:#11213a}:root[data-theme=dark] .orb{background:linear-gradient(145deg,#203a60,#567fb8)}:root[data-theme=dark] .block{background:linear-gradient(160deg,#27466f,#527ab0)}@media (width<=980px){.service-grid{grid-template-columns:repeat(2,1fr)}.hero-grid{grid-template-columns:1fr;gap:10px;padding-top:56px}.hero-copy{max-width:720px}.cloud-graphic{width:100%;max-width:620px;min-height:310px;margin:0 auto}.info-grid{grid-template-columns:1fr}}@media (width<=720px){.container{width:min(100% - 28px,1180px)}section[id]{scroll-margin-top:calc(78px + env(safe-area-inset-top))}.header-inner{height:66px}.menu-button{display:grid}.header-actions{gap:8px}.theme-button{width:44px;height:44px}.nav{top:calc(66px + env(safe-area-inset-top));background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px;flex-direction:column;gap:0;padding:10px;display:none;position:absolute;left:14px;right:14px}.nav.open{display:flex}.nav a{border-radius:9px;padding:13px 12px}.nav a:hover{background:var(--soft)}.nav a:after{display:none}.hero-grid{min-height:auto;padding-top:40px;padding-bottom:20px}h1{overflow-wrap:anywhere;margin-top:18px;font-size:clamp(2.35rem,11vw,3.35rem);line-height:1.01}.hero-text{font-size:1.02rem;line-height:1.55}.hero-actions{grid-template-columns:1fr 1fr;width:100%;display:grid}.hero-actions>*{min-width:0}.btn{min-height:50px;padding:0 14px}.cloud-graphic{min-height:270px;margin-top:6px}.float-chip{border-radius:14px;width:46px;height:46px}.section{padding:52px 0}.service-grid{grid-template-columns:1fr;gap:12px}.service-card{grid-template-columns:48px 1fr;align-items:start;gap:16px;min-height:0;padding:18px;display:grid}.icon-wrap{margin:0}.service-card h3{margin-top:2px}.service-card p{overflow-wrap:anywhere}.about-card{grid-template-columns:1fr;gap:16px}.abstract-art{min-width:0;height:130px}.contact-card{flex-direction:column;align-items:stretch}.contact-left{align-items:flex-start}.contact-card .btn{width:100%}.footer-inner{text-align:center;grid-template-columns:1fr}.footer-brand{flex-wrap:wrap;justify-content:center}.footer-links{justify-content:center}}@media (width<=430px){.container{width:min(100% - 24px,1180px)}.hero-grid{padding-top:32px}.eyebrow-pill{max-width:100%;font-size:.75rem}.hero-actions{grid-template-columns:1fr}.cloud-graphic{min-height:245px}.cloud-svg{width:106%;max-width:410px}.chip-code{left:4%}.chip-cube{right:3%}.chip-chart{left:4%}.chip-shield{right:2%}.about-card{padding-bottom:16px}}@media (width<=390px){h1{font-size:clamp(2.2rem,10.8vw,2.8rem)}.hero-text{font-size:.98rem}.service-card{grid-template-columns:44px 1fr;gap:13px;padding:16px}.icon-wrap{width:44px;height:44px}.info-card,.contact-card{padding:20px}.theme-menu{right:-50px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.expertise-panel{border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 94%, transparent);-webkit-backdrop-filter:blur(14px);border-radius:22px;justify-self:end;width:100%;max-width:520px;padding:26px;position:relative;box-shadow:0 22px 60px #1f52961a}.expertise-panel:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg, color-mix(in srgb, var(--blue) 18%, transparent), transparent 38%, transparent 70%, color-mix(in srgb, var(--blue) 10%, transparent));-webkit-mask-composite:xor;padding:1px;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.expertise-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.expertise-header h2{letter-spacing:-.02em;margin:2px 0 0;font-size:1.18rem}.expertise-status{background:var(--soft);border:1px solid var(--line);color:var(--muted);border-radius:999px;flex:none;align-items:center;gap:7px;padding:7px 10px;font-size:.73rem;font-weight:700;display:inline-flex}.status-dot{background:#28b463;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #28b4631a}.expertise-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.expertise-tile{border:1px solid var(--line);background:var(--surface);border-radius:14px;align-items:center;gap:12px;min-width:0;padding:15px;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex}.expertise-tile:hover{border-color:color-mix(in srgb, var(--blue) 35%, var(--line));transform:translateY(-2px);box-shadow:0 10px 28px #1f529614}.tech-mark{background:var(--soft-blue);width:42px;height:42px;color:var(--blue);letter-spacing:-.03em;border-radius:12px;flex:none;place-items:center;font-size:.79rem;font-weight:850;line-height:1;display:grid}.tech-java{font-size:1.05rem}.tech-spring-boot{color:#54a83b;background:color-mix(in srgb, #67b94b 12%, var(--surface))}.tech-typescript{color:#3178c6;background:color-mix(in srgb, #3178c6 12%, var(--surface))}.tech-aws{color:var(--ink);background:color-mix(in srgb, #f90 13%, var(--surface));letter-spacing:.01em;font-size:.67rem}.tech-serverless{font-size:1.3rem}.tech-architecture{font-size:1.15rem}.expertise-tile strong{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;display:block;overflow:hidden}.expertise-tile span{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:.74rem;display:block;overflow:hidden}.expertise-footer{border-top:1px solid var(--line);color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;margin-top:18px;padding-top:16px;font-size:.73rem;font-weight:650;display:flex}.expertise-footer i{background:var(--blue);opacity:.6;border-radius:50%;width:3px;height:3px}:root[data-theme=dark] .expertise-panel{box-shadow:0 22px 60px #00000047}@media (width<=980px){.expertise-panel{justify-self:start;max-width:720px;margin-top:24px}}@media (width<=720px){.expertise-panel{border-radius:18px;margin-top:18px;padding:20px}.expertise-header{margin-bottom:16px}.expertise-grid{gap:10px}.expertise-tile{padding:13px}}@media (width<=430px){.expertise-panel{padding:16px}.expertise-header{align-items:center}.expertise-header h2{font-size:1.02rem}.expertise-status{display:none}.expertise-grid{grid-template-columns:1fr}.expertise-tile{min-height:62px}.expertise-footer{gap:7px}}
