 @media only screen and (min-width: 0rem) {#error-404 {padding: 8rem 1.5rem 5rem;background: var(--navy);position: relative;overflow: hidden;isolation: isolate;text-align: center;min-height: 80svh;display: flex;align-items: center;font-family: var(--font-body);}#error-404 .cs-container {width: 100%;max-width: 700px;margin: 0 auto;position: relative;z-index: 1;display: flex;flex-direction: column;align-items: center;}#error-404 .cs-error-num {font-family: var(--font-display);font-size: clamp(9rem, 30vw, 18rem);font-weight: 800;line-height: 1;letter-spacing: -0.06em;color: rgba(255, 255, 255, 0.05);position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);pointer-events: none;user-select: none;white-space: nowrap;z-index: -1;}#error-404 .cs-content {display: flex;flex-direction: column;align-items: center;gap: 1.1rem;position: relative;z-index: 1;}#error-404 .cs-topper {display: inline-flex;align-items: center;gap: 0.55rem;font-size: 0.75rem;font-weight: 700;letter-spacing: 0.2em;text-transform: uppercase;color: var(--lime-bright);}#error-404 .cs-topper::before {content: '';width: 1.5rem;height: 2px;background: var(--lime-bright);}#error-404 .cs-title {font-family: var(--font-display);font-size: clamp(2.25rem, 6vw, 3.5rem);font-weight: 800;line-height: 1.04;letter-spacing: -0.04em;color: #fff;margin: 0;}#error-404 .cs-text {font-size: 1.0625rem;line-height: 1.7;color: rgba(255, 255, 255, 0.72);max-width: 46ch;margin: 0;}#error-404 .cs-buttons {display: flex;flex-wrap: wrap;gap: 0.875rem;justify-content: center;margin-top: 0.75rem;}#error-404 .cs-button-primary {display: inline-flex;align-items: center;justify-content: center;background: var(--forest);color: #fff;font-family: var(--font-body);font-size: 0.8125rem;font-weight: 700;letter-spacing: 0.08em;text-transform: uppercase;text-decoration: none;padding: 1rem 2rem;border: none;border-radius: 6px;transition: background 0.2s ease;}#error-404 .cs-button-primary:hover {background: var(--forest-dark);}#error-404 .cs-button-secondary {display: inline-flex;align-items: center;justify-content: center;background: transparent;color: #fff;font-family: var(--font-body);font-size: 0.8125rem;font-weight: 700;letter-spacing: 0.08em;text-transform: uppercase;text-decoration: none;padding: 1rem 2rem;border: 1px solid rgba(255, 255, 255, 0.3);border-radius: 6px;transition: background 0.2s ease, border-color 0.2s ease;}#error-404 .cs-button-secondary:hover {border-color: #fff;background: rgba(255, 255, 255, 0.1);}#error-404 .cs-button-primary:focus-visible, #error-404 .cs-button-secondary:focus-visible {outline: 3px solid var(--lime-bright);outline-offset: 3px;}#error-404 .cs-phone {margin-top: 0.5rem;font-size: 0.875rem;font-weight: 600;color: rgba(255, 255, 255, 0.6);text-decoration: none;transition: color 0.2s ease;}#error-404 .cs-phone:hover {color: #fff;}}@media only screen and (min-width: 48rem) {#error-404 {padding: 8rem 2.5rem 6rem;}}@media only screen and (min-width: 64rem) {#error-404 {padding: 9rem 3rem 7rem;}}