.hub-hero{position:relative;background-color:#040404;min-height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden}@media (max-width:768px){.hub-hero{min-height:100svh}}@keyframes hub-hero-zoom{0%{transform:scale(1.05)}100%{transform:scale(1.32)}}.hub-hero::before{content:'';position:absolute;inset:0;z-index:0;background-image:inherit;background-size:cover;background-position:center;background-repeat:no-repeat;animation:hub-hero-zoom 45s ease-out forwards;will-change:transform}.hub-hero::after{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(108deg,rgba(4,4,4,0.78) 18%,rgba(4,4,4,0.52) 48%,rgba(4,4,4,0.28) 100%),linear-gradient(180deg,rgba(0,0,0,0.32),transparent 24%,rgba(0,0,0,0.44) 100%);pointer-events:none}.hub-hero-content{position:relative;z-index:2}.hub-hero-copy{display:flex;flex-direction:column;justify-content:center;max-width:620px}.hub-hero-copy h1{color:var(--white);font-size:clamp(36px,5vw,64px);font-weight:600;line-height:1.05;margin-bottom:24px}.hub-hero-copy p{color:rgba(255,255,255,0.65);font-size:17px;line-height:1.7;max-width:540px}.hub-services{background:var(--deep);padding:clamp(48px,6vw,72px) 0;border-top:1px solid rgba(255,255,255,0.08)}.hub-services-header{margin-bottom:32px}.hub-services-header h2{color:var(--white);font-size:clamp(20px,2.4vw,32px);font-weight:600;margin-top:10px;max-width:560px}.hub-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,0.06)}.hub-service-card:nth-child(2){margin-top:32px}.hub-service-card:nth-child(3){margin-top:64px}.hub-service-card:nth-child(4){margin-top:96px}.hub-service-card{display:flex;flex-direction:column;background:var(--deep);padding:28px 24px 24px;text-decoration:none;position:relative;opacity:0;transform:translateY(32px);transition:opacity 0.6s var(--ease-smooth),transform 0.6s var(--ease-smooth),background var(--motion-micro) var(--ease-smooth)}.hub-services.revealed .hub-service-card:nth-child(1){transition-delay:0.08s}.hub-services.revealed .hub-service-card:nth-child(2){transition-delay:0.18s}.hub-services.revealed .hub-service-card:nth-child(3){transition-delay:0.28s}.hub-services.revealed .hub-service-card:nth-child(4){transition-delay:0.38s}.hub-services.revealed .hub-service-card{opacity:1;transform:translateY(0)}.hub-service-card:hover{background:rgba(255,255,255,0.06)}.hub-service-card-kicker{font-family:var(--font-tech);font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:0.1em;color:rgba(255,255,255,0.35);margin-bottom:10px}.hub-service-card h3{color:var(--white);font-size:clamp(15px,1.6vw,19px);font-weight:600;line-height:1.25;margin-bottom:8px}.hub-service-card p{color:rgba(255,255,255,0.45);font-size:13px;line-height:1.55;margin-bottom:0;flex:1}.hub-service-card-cta{display:inline-flex;align-items:center;gap:4px;font-family:var(--font-tech);font-size:12px;font-weight:500;color:rgba(255,255,255,0.5);margin-top:16px;transition:color var(--motion-micro) var(--ease-smooth),gap var(--motion-micro) var(--ease-smooth)}.hub-service-card:hover .hub-service-card-cta{color:var(--white);gap:8px}.hub-related{background:var(--paper);padding:clamp(48px,6vw,80px) 0;border-top:1px solid var(--line)}.hub-related h2{font-size:clamp(20px,2.5vw,32px);font-weight:600;margin:10px 0 32px}.hub-related-list{display:flex;flex-wrap:wrap;gap:10px}.hub-related-tag{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border:1px solid var(--line-strong);font-family:var(--font-tech);font-size:13px;font-weight:400;color:var(--ink-soft);text-decoration:none;transition:color var(--motion-micro) var(--ease-smooth),border-color var(--motion-micro) var(--ease-smooth)}.hub-related-tag:hover{color:var(--ink);border-color:var(--ink)}.hub-cta{background:var(--deep);padding:clamp(64px,9vw,112px) 0;background-image:var(--dark-grafismo-image,none);background-repeat:no-repeat;background-position:right center;background-size:var(--dark-grafismo-size-tight,120%)}.hub-cta h2{color:var(--white);font-size:clamp(24px,3vw,44px);font-weight:600;margin:10px 0 16px;max-width:520px}.hub-cta p{color:rgba(255,255,255,0.6);font-size:16px;line-height:1.65;max-width:440px;margin-bottom:28px}@media (max-width:960px){.hub-services-grid{grid-template-columns:repeat(2,1fr)}.hub-service-card:nth-child(2){margin-top:0}.hub-service-card:nth-child(3){margin-top:0}.hub-service-card:nth-child(4){margin-top:0}}@media (max-width:640px){.hub-services-grid{grid-template-columns:1fr}}