.Header-module__hBw1pG__header{z-index:1000;width:90%;max-width:1200px;transition:all var(--transition-smooth);-webkit-backdrop-filter:blur(24px)saturate(150%);background:#fff9;border:1px solid #fffc;border-radius:24px;margin:0 auto;padding:1rem 0;position:fixed;top:20px;left:0;right:0;box-shadow:0 8px 32px #1f26870d,inset 0 0 0 1px #ffffff80}@media (min-width:768px){.Header-module__hBw1pG__header{width:75%}}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled{background:#ffffffd9;border-color:#ffffffe6;box-shadow:0 20px 40px -10px #2563eb26,0 4px 20px -2px #00000014,inset 0 0 0 1px #ffffffe6}.Header-module__hBw1pG__headerContainer{justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__logo{font-family:var(--font-sans);color:var(--text-primary);white-space:nowrap;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;font-size:1.4rem;font-weight:800;text-decoration:none;display:flex}.Header-module__hBw1pG__logoImage{-o-object-fit:cover;object-fit:cover;border-radius:8px;width:44px;height:44px;margin-right:.8rem;box-shadow:0 4px 12px #0000001a}.Header-module__hBw1pG__logoAccent{color:var(--accent-primary)}.Header-module__hBw1pG__desktopNav{align-items:center;gap:1.6rem;display:none}@media (min-width:1024px){.Header-module__hBw1pG__desktopNav{display:flex}}.Header-module__hBw1pG__navLink{color:var(--text-secondary);white-space:nowrap;font-size:1.05rem;font-weight:500;transition:color .3s;position:relative}.Header-module__hBw1pG__separator{background-color:var(--text-secondary);opacity:.2;border-radius:2px;width:2px;height:24px;margin:0 .5rem}.Header-module__hBw1pG__navLink:after{content:"";background-color:var(--accent-primary);transform-origin:100% 100%;width:100%;height:2px;transition:transform .3s ease-out;position:absolute;bottom:-5px;left:0;transform:scaleX(0)}.Header-module__hBw1pG__navLink:hover{color:var(--text-primary)}.Header-module__hBw1pG__navLink:hover:after{transform-origin:0 100%;transform:scaleX(1)}.Header-module__hBw1pG__ctaButton{background:var(--accent-primary);color:#fff;white-space:nowrap;transition:background var(--transition-fast);border-radius:6px;padding:.4rem 1rem;font-size:.85rem;font-weight:600}.Header-module__hBw1pG__ctaButton:hover{background:var(--accent-secondary);color:#fff}.Header-module__hBw1pG__mobileMenuBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;display:block}@media (min-width:1024px){.Header-module__hBw1pG__mobileMenuBtn{display:none}}.Header-module__hBw1pG__mobileNav{-webkit-backdrop-filter:blur(16px);box-shadow:var(--shadow-md);background:#fffffff2;border-top:1px solid #e2e8f080;border-radius:0 0 24px 24px;flex-direction:column;gap:1rem;padding:1rem 2rem;display:flex}.Header-module__hBw1pG__mobileNavLink{color:var(--text-secondary);padding:.5rem 0;font-weight:500;display:block}.Header-module__hBw1pG__mobileCtaButton{background:var(--accent-primary);color:#fff;text-align:center;transition:background var(--transition-fast);border-radius:8px;margin-top:.5rem;padding:.8rem 1.5rem;font-weight:600;display:block}.Header-module__hBw1pG__mobileCtaButton:hover{background:var(--accent-secondary);color:#fff}
.Blog-module__qgnGkG__blogSection{background-color:var(--bg-primary);padding:6rem 0}.Blog-module__qgnGkG__headerArea{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:4rem;display:flex}.Blog-module__qgnGkG__sectionDesc{color:var(--text-secondary);margin-top:.5rem;font-size:1.1rem}.Blog-module__qgnGkG__viewAllBtn{color:var(--accent-primary);transition:all var(--transition-fast);background:#2563eb14;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;display:inline-flex}.Blog-module__qgnGkG__viewAllBtn:hover{background:var(--accent-primary);color:#fff;transform:translate(4px)}.Blog-module__qgnGkG__grid{grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto;display:grid}@media (min-width:768px){.Blog-module__qgnGkG__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Blog-module__qgnGkG__grid{grid-template-columns:repeat(3,1fr)}}.Blog-module__qgnGkG__blogCard{background:var(--bg-secondary);border:1px solid var(--border-color);z-index:1;border-radius:24px;flex-direction:column;padding:2.5rem 2rem 2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000a}.Blog-module__qgnGkG__blogCard:before{content:"";background:linear-gradient(90deg, var(--accent-primary), #0ea5e9);transform-origin:0;z-index:0;width:100%;height:6px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.Blog-module__qgnGkG__blogCard:hover{border-color:#0000;transform:translateY(-8px);box-shadow:0 20px 40px #2563eb1f}.Blog-module__qgnGkG__blogCard:hover:before{transform:scaleX(1)}.Blog-module__qgnGkG__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Blog-module__qgnGkG__tag{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;background:#2563eb1a;border-radius:999px;padding:.3rem .8rem;font-size:.75rem;font-weight:700}.Blog-module__qgnGkG__meta{color:var(--text-muted);font-size:.85rem}.Blog-module__qgnGkG__postTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700;line-height:1.4}.Blog-module__qgnGkG__postExcerpt{color:var(--text-secondary);flex-grow:1;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.Blog-module__qgnGkG__readMore{color:var(--text-primary);align-self:flex-start;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;transition:color .2s;display:inline-flex}.Blog-module__qgnGkG__readMore:after{content:"";position:absolute;inset:0}.Blog-module__qgnGkG__blogCard:hover .Blog-module__qgnGkG__readMore{color:var(--accent-primary)}
.Contact-module__hcVmEa__contactSection{background-color:var(--bg-primary);text-align:center;padding:10rem 0}@media (max-width:600px){.Contact-module__hcVmEa__contactSection{padding:5rem 0 2rem}}.Contact-module__hcVmEa__hugeContact{flex-direction:column;align-items:center;gap:2rem;margin-bottom:5rem;display:flex}.Contact-module__hcVmEa__hugeTitle{color:var(--text-primary);letter-spacing:-.05em;text-transform:uppercase;max-width:900px;font-size:clamp(3rem,8vw,6rem);font-weight:900;line-height:1.1}.Contact-module__hcVmEa__accentText{color:var(--accent-primary);background:linear-gradient(135deg, var(--accent-primary), #0ea5e9);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Contact-module__hcVmEa__hugeEmail{color:var(--text-secondary);font-size:clamp(1.2rem,3vw,2.5rem);font-weight:700;font-family:var(--font-mono);border-bottom:3px solid #0000;transition:all .3s;display:inline-block;position:relative}.Contact-module__hcVmEa__hugeEmail:after{content:"";background-color:var(--accent-primary);transform-origin:100% 100%;width:100%;height:4px;transition:transform .4s cubic-bezier(.86,0,.07,1);position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.Contact-module__hcVmEa__hugeEmail:hover:after{transform-origin:0 100%;transform:scaleX(1)}.Contact-module__hcVmEa__hugeEmail:hover{color:var(--accent-primary)}.Contact-module__hcVmEa__socialRow{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.Contact-module__hcVmEa__socialIconBtn{color:var(--text-primary);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:999px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}@media (max-width:600px){.Contact-module__hcVmEa__socialIconBtn{padding:.6rem 1.25rem;font-size:.95rem}}.Contact-module__hcVmEa__socialIconBtn:hover{color:#fff;background:var(--social-color);border-color:var(--social-color);transform:translateY(-4px);box-shadow:0 5px 15px #0000001a}
