.hero{position:relative;min-height:100svh;background:var(--color-dark);display:flex;flex-direction:column;justify-content:flex-end;padding:0 4rem 6rem;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(245,240,232,.07) 1px,transparent 1px);background-size:30px 30px;pointer-events:none;z-index:0}.hero__visual{position:absolute;right:0;top:0;bottom:0;width:52%;display:flex;align-items:center;justify-content:flex-end;pointer-events:none;z-index:0}.hero__visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,var(--color-dark) 0%,transparent 38%);z-index:1}.hero__visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,var(--color-dark) 0%,transparent 18%),linear-gradient(to top,var(--color-dark) 0%,transparent 18%);z-index:1}.hero__server-frame{position:relative;display:inline-flex;align-items:center;justify-content:center;margin-top:4rem;transform:translate(3rem);z-index:0}.hero__price-badge{position:absolute;bottom:1rem;left:7rem;background:#12121259;border:1px solid var(--color-teal);padding:.8rem 1.2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none;z-index:3}.hero__price-badge-label{display:block;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.1em;color:var(--color-teal-mid);margin-bottom:.3rem}.hero__price-badge-value{font-family:var(--font-display);font-size:1.4rem;font-weight:700;letter-spacing:-.02em;color:var(--color-beige);line-height:1}.hero__price-badge-unit{font-family:inherit;font-size:1em;font-weight:inherit;letter-spacing:inherit;color:inherit;margin-left:0}.hero__server-img{width:75%;max-height:75vh;object-fit:contain;position:relative;z-index:2;filter:drop-shadow(0 28px 40px rgba(0,0,0,.85))}.hero__content{position:relative;z-index:1;max-width:52%}.hero__eyebrow{display:flex;align-items:center;gap:1rem;margin-bottom:2.5rem}.hero__eyebrow:before{content:"";display:inline-block;width:1.8rem;height:1px;background:var(--color-teal-mid);flex-shrink:0}.hero__heading{font-family:var(--font-display);font-size:clamp(2.4rem,4.2vw,4.6rem);font-weight:700;line-height:1;letter-spacing:-.02em;color:var(--color-beige);margin-bottom:1.75rem}.hero__heading .accent{color:var(--color-teal-mid)}.hero__bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;padding-top:2.5rem;border-top:1px solid var(--border-light)}.hero__sub{max-width:40ch;font-size:1rem;font-weight:300;color:#f5f0e880;line-height:1.75}.hero__cta{margin-left:auto;display:inline-flex;align-items:center;gap:.65rem;font-family:var(--font-mono);font-size:.82rem;font-weight:400;letter-spacing:.08em;color:var(--color-teal-mid);border-bottom:1px solid var(--color-teal);padding-bottom:.2rem;white-space:nowrap;transition:gap .25s}.hero__cta:hover{gap:1.1rem}.hero__stats{display:flex;gap:0;padding:1.1rem 0 2.5rem}.hero__stat{padding-right:2.75rem;margin-right:2.75rem;border-right:1px solid var(--border-light)}.hero__stat:last-child{border-right:none;padding-right:0;margin-right:0}.hero__stat-num{display:block;font-family:var(--font-mono);font-size:1.24rem;font-weight:500;letter-spacing:.04em;color:#f5f0e8e6;line-height:1;margin-bottom:.5rem}.hero__stat-unit{font-size:inherit;font-weight:inherit;color:inherit;margin-left:0}.hero__stat-label{font-family:var(--font-mono);font-size:.8rem;letter-spacing:.06em;color:#f5f0e866;display:block}.hero__shape{position:absolute;pointer-events:none;z-index:0}.hero__shape--ring{width:500px;height:500px;border-radius:50%;border:1px solid rgba(42,128,128,.18);top:50%;left:50%;transform:translate(-50%,-50%)}.hero__shape--diamond{width:260px;height:260px;border:1px solid rgba(245,240,232,.07);top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg)}.hero__shape--bracket-tl{width:28px;height:28px;border-top:1px solid rgba(42,128,128,.5);border-left:1px solid rgba(42,128,128,.5);top:10%;left:10%}.hero__shape--bracket-br{width:28px;height:28px;border-bottom:1px solid rgba(42,128,128,.5);border-right:1px solid rgba(42,128,128,.5);bottom:10%;right:8%}.ticker{background:var(--color-teal);padding:.75rem 0;overflow:hidden}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker__track{display:flex;width:max-content;animation:ticker-scroll 35s linear infinite;will-change:transform}.ticker__item{font-family:var(--font-mono);font-size:.6rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:#f5f0e899;white-space:nowrap;padding:0 2rem}.ticker__item--sep{color:#f5f0e840;padding:0 .5rem}.why{background:var(--color-beige);padding:8rem 4rem;position:relative}.why .section-header hr{border-color:var(--border-dark)}.why__intro{display:flex;align-items:flex-end;justify-content:space-between;gap:4rem;margin-bottom:5rem}.why__heading{color:var(--color-dark);max-width:14ch}.why__sub{max-width:36ch;font-size:.88rem;font-weight:300;color:var(--color-mid);line-height:1.85;text-align:right;flex-shrink:0}.why__grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border-dark);border-left:1px solid var(--border-dark)}.why__item{padding:2.75rem 2.75rem 3.25rem;border-right:1px solid var(--border-dark);border-bottom:1px solid var(--border-dark);position:relative;transition:background .3s ease;overflow:hidden}.why__item:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--color-teal);transform:scaleX(0);transform-origin:left center;transition:transform .45s cubic-bezier(.16,1,.3,1)}.why__item:hover:before{transform:scaleX(1)}.why__item:hover{background:#1a1a1a08}.why__item-num{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.15em;color:var(--color-teal-mid);display:block;margin-bottom:1.75rem;opacity:.8}.why__item-icon{width:2.5rem;height:2.5rem;color:var(--color-teal);margin-bottom:1.5rem;transition:color .3s}.why__item:hover .why__item-icon{color:var(--color-teal-mid)}.why__item-icon svg{width:100%;height:100%;display:block}.why__item-title{font-family:var(--font-display);font-size:1.05rem;font-weight:700;letter-spacing:-.015em;color:var(--color-dark);margin-bottom:.65rem;line-height:1.25}.why__item-desc{font-family:var(--font-body);font-size:.83rem;font-weight:300;color:var(--color-mid);line-height:1.85}.offerings{background:var(--color-dark);padding:8rem 4rem}.offerings .section-header hr{border-color:var(--border-light)}.offerings__intro{display:flex;align-items:flex-end;justify-content:space-between;gap:4rem;margin-bottom:5rem}.offerings__heading{color:var(--color-beige)}.offerings__sub{max-width:36ch;font-size:.88rem;font-weight:300;color:#f5f0e86b;line-height:1.85;text-align:right;flex-shrink:0}.offerings__group{margin-bottom:1px}.offerings__group+.offerings__group{margin-top:3.5rem}.offerings__group-header{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.5rem}.offerings__group-label{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:#f5f0e84d;white-space:nowrap}.offerings__group-hr{flex:1;border:none;border-top:1px solid var(--border-light)}.offerings__cards{display:grid;gap:1px;background:#f5f0e812}.offerings__cards--two{grid-template-columns:1fr 1fr}.offerings__cards--three{grid-template-columns:repeat(3,1fr)}.off-card{background:var(--color-dark);padding:2.5rem 2.5rem 2.25rem;text-decoration:none;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:background .28s ease}.off-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--color-teal-mid);opacity:0;transition:opacity .3s ease}.off-card:hover:before{opacity:1}.off-card:hover{background:#f5f0e80a}.off-card__cat{font-family:var(--font-mono);font-size:.63rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--color-teal-mid);margin-bottom:1.5rem;opacity:.8}.off-card__name{font-family:var(--font-display);font-weight:700;letter-spacing:-.022em;line-height:1.15;color:var(--color-beige);margin-bottom:.9rem;transition:color .22s}.offerings__cards--two .off-card__name{font-size:clamp(1.5rem,2.2vw,2.1rem)}.offerings__cards--three .off-card__name{font-size:clamp(1.1rem,1.6vw,1.5rem)}.off-card:hover .off-card__name{color:#f5f0e8bf}.off-card__desc{font-size:.82rem;font-weight:300;color:#f5f0e861;line-height:1.82;flex:1;margin-bottom:2rem}.off-card__link{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.1em;color:var(--color-teal-mid);display:inline-flex;align-items:center;gap:.5rem;margin-top:auto;transition:gap .3s cubic-bezier(.16,1,.3,1)}.off-card__link-arrow{display:inline-block;transition:transform .3s cubic-bezier(.16,1,.3,1)}.off-card:hover .off-card__link{gap:.85rem}.off-card:hover .off-card__link-arrow{transform:translate(3px)}.off-card__icon{width:2rem;height:2rem;color:var(--color-teal-mid);margin-bottom:1.5rem;opacity:.65;flex-shrink:0;transition:opacity .25s}.off-card:hover .off-card__icon{opacity:.9}.off-card__icon svg{width:100%;height:100%;display:block}.off-card__os{margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid var(--border-light);margin-bottom:1.75rem}.off-card__os-label{font-family:var(--font-mono);font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:#f5f0e833;display:block;margin-bottom:1rem}.off-card__os-list{display:flex;align-items:flex-start;gap:1.25rem;flex-wrap:wrap}.off-card__os-item{display:flex;flex-direction:column;align-items:center;gap:.38rem}.off-card__os-icon{width:1.35rem;height:1.35rem;opacity:.55;flex-shrink:0;transition:opacity .22s}.off-card:hover .off-card__os-icon{opacity:.85}.off-card__os-name{font-family:var(--font-mono);font-size:.5rem;letter-spacing:.04em;color:#f5f0e840;white-space:nowrap;transition:color .22s}.off-card:hover .off-card__os-name{color:#f5f0e87a}
