:root {
  --rltz-ink: #07111f;
  --rltz-ink-soft: #0c1a2d;
  --rltz-text: #0c1728;
  --rltz-muted: #5b687b;
  --rltz-line: #dce3ea;
  --rltz-paper: #f6f8fb;
  --rltz-white: #fff;
  --rltz-accent: #00d4ff;
  --rltz-blue: #246bfe;
  --rltz-violet: #725cff;
  --rltz-green: #24d49a;
  --rltz-radius: 26px;
  --rltz-shadow: 0 24px 70px rgba(4, 18, 36, .13);
  --rltz-container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--rltz-text);
  background: var(--rltz-white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.rltz-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--rltz-ink); line-height: 1.03; letter-spacing: -.045em; }
h1 { font-size: clamp(3rem, 6.5vw, 6.7rem); }
h2 { font-size: clamp(2.35rem, 4.8vw, 4.8rem); }
h3 { font-size: clamp(1.55rem, 2vw, 2.15rem); }
p { color: var(--rltz-muted); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.rltz-skip-link { position: fixed; top: 12px; left: 12px; transform: translateY(-150%); background: var(--rltz-white); color: var(--rltz-ink); padding: 10px 16px; border-radius: 10px; z-index: 9999; }
.rltz-skip-link:focus { transform: translateY(0); }
.rltz-container { width: min(calc(100% - 48px), var(--rltz-container)); margin-inline: auto; }
.rltz-main { overflow: hidden; }
.rltz-section { padding: clamp(5rem, 10vw, 9rem) 0; }
.rltz-icon { width: 1.25rem; height: 1.25rem; flex: 0 0 auto; }
.rltz-kicker, .rltz-eyebrow { font-size: .76rem; line-height: 1.3; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.rltz-kicker { color: var(--rltz-blue); }
.rltz-eyebrow { display: flex; align-items: center; gap: 12px; color: #9eacc0; }
.rltz-eyebrow > span { width: 8px; height: 8px; border-radius: 50%; background: var(--rltz-accent); box-shadow: 0 0 0 6px rgba(0, 212, 255, .1); }
.rltz-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; letter-spacing: -.015em; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; cursor: pointer; }
.rltz-button:hover { transform: translateY(-2px); }
.rltz-button--primary { color: var(--rltz-ink); background: var(--rltz-accent); }
.rltz-button--primary:hover { background: #69e7ff; }
.rltz-button--ghost { color: var(--rltz-white); border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.05); }
.rltz-button--ghost:hover { border-color: rgba(255,255,255,.5); }
.rltz-button--light { color: var(--rltz-ink); background: var(--rltz-white); }
.rltz-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }

/* Header */
.rltz-header { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; color: var(--rltz-white); transition: background .25s ease, box-shadow .25s ease; }
.rltz-header.is-scrolled { background: rgba(7, 17, 31, .9); box-shadow: 0 10px 50px rgba(0,0,0,.16); backdrop-filter: blur(18px); }
.rltz-header__inner { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.rltz-brand { display: inline-flex; align-items: baseline; position: relative; z-index: 2; color: var(--rltz-white); font-size: 1.6rem; font-weight: 820; letter-spacing: -.065em; }
.rltz-brand i { color: var(--rltz-accent); font-style: normal; margin-left: 3px; }
.rltz-header .custom-logo-link { display: block; position: relative; z-index: 2; }
.rltz-header .custom-logo { max-width: 190px; max-height: 48px; width: auto; }
.rltz-nav { display: flex; align-items: center; gap: 32px; }
.rltz-nav__list, .rltz-footer__legal { display: flex; align-items: center; gap: 28px; padding: 0; margin: 0; list-style: none; }
.rltz-nav__list a { color: #c4cfdb; font-size: .92rem; font-weight: 650; transition: color .2s ease; }
.rltz-nav__list a:hover, .rltz-nav__list .current-menu-item > a { color: var(--rltz-white); }
.rltz-nav__cta { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 0 18px; color: var(--rltz-ink); background: var(--rltz-white); border-radius: 999px; font-size: .88rem; font-weight: 800; }
.rltz-nav__cta .rltz-icon { width: 17px; }
.rltz-menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: transparent; color: var(--rltz-white); align-items: center; justify-content: center; position: relative; z-index: 2; }
.rltz-menu-close { display: none; }

/* Hero */
.rltz-hero { min-height: 940px; padding: 190px 0 38px; position: relative; color: var(--rltz-white); background: var(--rltz-ink); isolation: isolate; }
.rltz-hero::before { content: ""; position: absolute; z-index: -1; inset: -30% -20% auto auto; width: 850px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(0,212,255,.18), transparent 66%); filter: blur(20px); }
.rltz-hero::after { content: ""; position: absolute; z-index: -1; left: -15%; bottom: -40%; width: 800px; aspect-ratio: 1; background: radial-gradient(circle, rgba(36,107,254,.12), transparent 68%); }
.rltz-hero__grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 6vw; align-items: center; }
.rltz-hero__copy h1 { max-width: 760px; margin: 28px 0; color: var(--rltz-white); }
.rltz-hero__lead { max-width: 650px; margin: 0; color: #aeb9c8; font-size: clamp(1.1rem, 1.7vw, 1.35rem); line-height: 1.55; }
.rltz-hero__product { min-width: 0; position: relative; transform: perspective(1000px) rotateY(-4deg) rotateX(1deg); }
.rltz-window { padding: 9px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(255,255,255,.075); box-shadow: 0 50px 100px rgba(0,0,0,.38); backdrop-filter: blur(24px); }
.rltz-window__bar { height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 14px; color: #78899e; font-size: .72rem; }
.rltz-window__bar i { width: 8px; height: 8px; border-radius: 50%; background: #395065; }
.rltz-window__bar span { margin-left: auto; margin-right: auto; }
.rltz-window__body { min-height: 480px; display: grid; grid-template-columns: 74px 1fr; overflow: hidden; border-radius: 16px; background: #eef3f8; }
.rltz-window__nav { display: flex; flex-direction: column; align-items: center; gap: 22px; padding: 26px 0; background: #0c1d31; }
.rltz-window__nav strong { color: var(--rltz-accent); font-size: 1.15rem; }
.rltz-window__nav span { width: 29px; height: 29px; border-radius: 9px; background: #19314a; }
.rltz-window__nav span:first-of-type { background: var(--rltz-blue); }
.rltz-window__content { padding: 42px 36px; color: var(--rltz-text); }
.rltz-window__top { display: flex; align-items: flex-start; justify-content: space-between; }
.rltz-window__top div { display: grid; }
.rltz-window__top small { color: #8290a1; font-weight: 700; }
.rltz-window__top strong { margin-top: 5px; font-size: 1.4rem; letter-spacing: -.04em; }
.rltz-window__top em { padding: 7px 10px; color: #047a54; background: #d8f8eb; border-radius: 999px; font-size: .75rem; font-weight: 800; font-style: normal; }
.rltz-chart { height: 210px; display: flex; gap: 12px; align-items: end; padding: 35px 4px 0; border-bottom: 1px solid #cfd9e4; }
.rltz-chart b { flex: 1; height: var(--h); min-width: 10px; border-radius: 7px 7px 1px 1px; background: linear-gradient(180deg, var(--rltz-accent), var(--rltz-blue)); }
.rltz-mini-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 22px; }
.rltz-mini-cards span { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 0 9px; padding: 16px; color: #65758a; background: var(--rltz-white); border: 1px solid #e1e8ef; border-radius: 12px; font-size: .7rem; }
.rltz-mini-cards i { grid-row: 1/3; width: 26px; height: 26px; border-radius: 8px; background: #dff7ff; }
.rltz-mini-cards strong { color: var(--rltz-ink); font-size: 1.05rem; }
.rltz-float-card { position: absolute; display: flex; align-items: center; gap: 12px; min-width: 180px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(10,27,46,.84); box-shadow: 0 22px 60px rgba(0,0,0,.25); backdrop-filter: blur(16px); }
.rltz-float-card small, .rltz-float-card strong { display: block; }
.rltz-float-card small { color: #8294a8; font-size: .68rem; }
.rltz-float-card strong { color: var(--rltz-white); font-size: .85rem; }
.rltz-float-card--one { top: 18%; right: -9%; }
.rltz-float-card--two { left: -10%; bottom: 8%; }
.rltz-float-card--two .rltz-icon { width: 30px; height: 30px; padding: 6px; color: var(--rltz-accent); background: rgba(0,212,255,.1); border-radius: 9px; }
.rltz-pulse { width: 10px; height: 10px; margin: 0 6px; border-radius: 50%; background: var(--rltz-green); box-shadow: 0 0 0 7px rgba(36,212,154,.12); }
.rltz-trust-row { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 110px; color: #748397; font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.rltz-trust-row i { width: 3px; height: 3px; border-radius: 50%; background: #3c4f65; }

/* Intro and services */
.rltz-intro { background: var(--rltz-white); }
.rltz-intro__grid { display: grid; grid-template-columns: .75fr 2.25fr; gap: 6vw; align-items: start; }
.rltz-intro__grid h2 { max-width: 950px; margin-bottom: 30px; }
.rltz-intro__grid > div p { max-width: 760px; font-size: 1.2rem; }
.rltz-services { padding-top: 0; background: var(--rltz-white); }
.rltz-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--rltz-line); border-left: 1px solid var(--rltz-line); }
.rltz-service-card { min-height: 420px; display: flex; flex-direction: column; padding: 38px; border-right: 1px solid var(--rltz-line); border-bottom: 1px solid var(--rltz-line); transition: transform .3s ease, background .3s ease, box-shadow .3s ease; }
.rltz-service-card:hover { z-index: 2; transform: translateY(-7px); background: var(--rltz-paper); box-shadow: var(--rltz-shadow); }
.rltz-service-card__top { display: flex; justify-content: space-between; align-items: start; margin-bottom: auto; }
.rltz-service-card__top > span { width: 56px; height: 56px; display: grid; place-items: center; color: var(--rltz-blue); background: #eaf0ff; border-radius: 16px; }
.rltz-service-card__top .rltz-icon { width: 25px; height: 25px; }
.rltz-service-card__top small { color: #a5afbb; font-weight: 800; }
.rltz-service-card h3 { margin: 48px 0 16px; }
.rltz-service-card p { margin-bottom: 25px; }
.rltz-service-card footer { padding-top: 22px; border-top: 1px solid var(--rltz-line); color: #7c8998; font-size: .77rem; font-weight: 750; letter-spacing: .04em; }

/* Work */
.rltz-work { background: var(--rltz-paper); }
.rltz-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 60px; }
.rltz-section-heading h2 { margin-bottom: 0; }
.rltz-section-heading > a { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 8px; border-bottom: 1px solid #99a5b2; font-weight: 750; white-space: nowrap; }
.rltz-section-heading > a .rltz-icon { width: 18px; }
.rltz-work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.rltz-case { display: block; min-width: 0; }
.rltz-case:first-child { grid-column: 1 / -1; }
.rltz-case__visual { min-height: 480px; position: relative; display: grid; place-items: center; overflow: hidden; border-radius: var(--rltz-radius); background: #173c80; transition: transform .35s ease; }
.rltz-case:first-child .rltz-case__visual { min-height: 600px; }
.rltz-case__visual::before, .rltz-case__visual::after { content: ""; position: absolute; border-radius: 50%; filter: blur(1px); }
.rltz-case__visual::before { width: 440px; height: 440px; left: -15%; top: -35%; background: rgba(0,212,255,.28); }
.rltz-case__visual::after { width: 380px; height: 380px; right: -10%; bottom: -35%; background: rgba(114,92,255,.42); }
.rltz-case__visual--fairprint-rahmenkonfigurator { background: #19241f; }
.rltz-case__visual--fairprint-rahmenkonfigurator::before { background: rgba(36,212,154,.34); }
.rltz-case__visual--ups-shipping { background: #382a05; }
.rltz-case__visual--ups-shipping::before { background: rgba(255,197,44,.45); }
.rltz-case__visual--ups-shipping::after { background: rgba(255,125,33,.35); }
.rltz-case__chip { position: absolute; z-index: 2; top: 24px; left: 24px; padding: 8px 12px; color: var(--rltz-white); background: rgba(0,0,0,.23); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: .7rem; font-weight: 760; backdrop-filter: blur(9px); }
.rltz-case__screen { width: 64%; height: 54%; position: relative; z-index: 1; padding: 22px; border: 1px solid rgba(255,255,255,.3); border-radius: 18px; background: rgba(255,255,255,.93); box-shadow: 0 32px 70px rgba(0,0,0,.25); transform: rotate(-3deg); transition: transform .4s ease; }
.rltz-case:first-child .rltz-case__screen { width: 58%; }
.rltz-case__screen span { display: block; width: 44%; height: 8px; margin-bottom: 12px; border-radius: 9px; background: #dce4ed; }
.rltz-case__screen span:nth-child(2) { width: 72%; }
.rltz-case__screen span:nth-child(3) { width: 34%; }
.rltz-case__screen strong { position: absolute; left: 22px; bottom: 22px; color: var(--rltz-ink); font-size: clamp(1.05rem, 2vw, 1.8rem); letter-spacing: -.05em; }
.rltz-case:hover .rltz-case__visual { transform: translateY(-4px); }
.rltz-case:hover .rltz-case__screen { transform: rotate(0deg) scale(1.03); }
.rltz-case__copy { display: flex; align-items: start; justify-content: space-between; gap: 28px; padding: 24px 4px 18px; }
.rltz-case__copy h2, .rltz-case__copy h3 { margin: 0 0 8px; font-size: 1.5rem; }
.rltz-case__copy p { max-width: 600px; margin-bottom: 0; }
.rltz-case__copy > strong { padding-top: 5px; color: var(--rltz-blue); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; text-align: right; white-space: nowrap; }

/* Process and manifesto */
.rltz-process { color: var(--rltz-white); background: var(--rltz-ink); }
.rltz-process h2, .rltz-process h3 { color: var(--rltz-white); }
.rltz-process__heading { max-width: 800px; margin-bottom: 70px; }
.rltz-process__heading .rltz-kicker { color: var(--rltz-accent); }
.rltz-process__steps { padding: 0; margin: 0; border-top: 1px solid #26384c; list-style: none; counter-reset: none; }
.rltz-process__steps li { display: grid; grid-template-columns: .5fr 2.5fr; gap: 40px; padding: 38px 0; border-bottom: 1px solid #26384c; }
.rltz-process__steps li > span { color: var(--rltz-accent); font-weight: 800; }
.rltz-process__steps li > div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; }
.rltz-process__steps h3 { margin-bottom: 0; }
.rltz-process__steps p { max-width: 580px; margin-bottom: 0; color: #91a0b2; }
.rltz-manifesto { background: var(--rltz-white); }
.rltz-manifesto__grid { display: grid; grid-template-columns: .75fr 2.25fr; gap: 6vw; }
.rltz-manifesto__mark { width: 120px; height: 120px; display: grid; place-items: center; color: var(--rltz-ink); background: var(--rltz-accent); border-radius: 30px; font-size: 2.2rem; font-weight: 900; letter-spacing: -.08em; transform: rotate(-6deg); }
.rltz-manifesto__grid h2 { max-width: 950px; }
.rltz-manifesto__grid > div > p:not(.rltz-kicker) { max-width: 760px; font-size: 1.17rem; }
.rltz-values { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.rltz-values span { padding: 9px 14px; border: 1px solid var(--rltz-line); border-radius: 999px; color: #667486; font-size: .8rem; font-weight: 750; }

/* CTA */
.rltz-cta { padding-top: 0; background: var(--rltz-white); }
.rltz-cta__panel { display: flex; align-items: end; justify-content: space-between; gap: 50px; padding: clamp(40px, 7vw, 80px); position: relative; overflow: hidden; color: var(--rltz-white); background: linear-gradient(120deg, #1d5cf0, #1048c8 55%, #0d2f7c); border-radius: 34px; }
.rltz-cta__panel::after { content: "r/"; position: absolute; right: -30px; top: -100px; color: rgba(255,255,255,.07); font-size: 16rem; font-weight: 900; letter-spacing: -.1em; transform: rotate(-8deg); }
.rltz-cta__panel > * { position: relative; z-index: 1; }
.rltz-cta__panel h2 { max-width: 800px; margin: 10px 0 20px; color: var(--rltz-white); font-size: clamp(2.2rem, 4.2vw, 4.1rem); }
.rltz-cta__panel p { max-width: 700px; margin-bottom: 0; color: #c9d9ff; }
.rltz-cta__panel .rltz-kicker { color: #94efff; }
.rltz-cta__panel .rltz-button { flex: 0 0 auto; }

/* Internal pages */
.rltz-page-hero { min-height: 590px; display: flex; align-items: end; padding: 190px 0 85px; color: var(--rltz-white); background: var(--rltz-ink); }
.rltz-page-hero--compact { min-height: 470px; }
.rltz-page-hero--article { min-height: 570px; }
.rltz-page-hero h1 { max-width: 1100px; margin: 28px 0 24px; color: var(--rltz-white); font-size: clamp(3rem, 6vw, 6rem); }
.rltz-page-hero > .rltz-container > p:last-child:not(.rltz-eyebrow) { max-width: 760px; margin: 0; color: #a8b5c4; font-size: 1.2rem; }
.rltz-case-details { background: var(--rltz-white); }
.rltz-case-scope { background: var(--rltz-paper); }
.rltz-fact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 34px; }
.rltz-fact-grid > div { min-height: 112px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; padding: 20px; border: 1px solid var(--rltz-line); border-radius: 16px; background: var(--rltz-white); }
.rltz-fact-grid small { color: #788697; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.rltz-fact-grid strong { color: var(--rltz-ink); line-height: 1.25; }
.rltz-case-details code { padding: .15em .42em; border-radius: 5px; background: #eaf0f5; color: var(--rltz-ink); font-size: .9em; }
.rltz-disclosure { margin-top: 28px; padding: 18px 20px; border-left: 3px solid var(--rltz-blue); background: var(--rltz-white); color: #657487; font-size: .9rem; }
.rltz-feature:nth-of-type(even) { background: var(--rltz-paper); }
.rltz-feature__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 8vw; align-items: center; }
.rltz-feature__visual { min-height: 520px; position: relative; display: grid; place-items: center; overflow: hidden; border-radius: 30px; background: #123568; }
.rltz-feature__visual > span { position: absolute; top: 25px; left: 28px; color: rgba(255,255,255,.65); font-weight: 850; }
.rltz-feature__visual > div { width: 65%; height: 55%; position: relative; padding: 28px; border: 1px solid rgba(255,255,255,.28); border-radius: 22px; background: rgba(255,255,255,.92); box-shadow: 0 30px 70px rgba(0,0,0,.25); }
.rltz-feature__visual i { display: block; height: 10px; margin-bottom: 14px; border-radius: 99px; background: #d9e2ec; }
.rltz-feature__visual i:nth-child(1) { width: 50%; }
.rltz-feature__visual i:nth-child(2) { width: 78%; }
.rltz-feature__visual i:nth-child(3) { width: 36%; }
.rltz-feature__visual b { display: block; height: 42%; position: absolute; left: 28px; right: 28px; bottom: 28px; border-radius: 14px; background: linear-gradient(135deg, #e7edff, #cddaff); }
.rltz-feature__visual--cyan { background: #075365; }
.rltz-feature__visual--cyan b { background: linear-gradient(135deg, #d6faff, #98eefe); }
.rltz-feature__visual--violet { background: #342773; }
.rltz-feature__visual--violet b { background: linear-gradient(135deg, #ebe7ff, #c9c0ff); }
.rltz-feature__copy h2 { margin: 16px 0 24px; }
.rltz-feature__copy > p:not(.rltz-kicker) { font-size: 1.12rem; }
.rltz-feature__copy ul, .rltz-check-list { padding: 0; margin: 32px 0 0; list-style: none; }
.rltz-feature__copy li { display: flex; gap: 10px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--rltz-line); color: #405065; font-weight: 650; }
.rltz-feature__copy li .rltz-icon { color: var(--rltz-blue); }
.rltz-editorial { background: var(--rltz-white); }
.rltz-prose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.rltz-prose-grid h2 { margin-bottom: 0; }
.rltz-prose-grid > div:last-child > p { font-size: 1.15rem; }
.rltz-check-list li { position: relative; padding: 12px 0 12px 28px; border-bottom: 1px solid var(--rltz-line); color: #405065; font-weight: 650; }
.rltz-check-list li::before { content: ""; position: absolute; left: 2px; top: 22px; width: 8px; height: 8px; background: var(--rltz-accent); border-radius: 50%; }
.rltz-editorial--dark { color: var(--rltz-white); background: var(--rltz-ink); }
.rltz-editorial--dark h2 { color: var(--rltz-white); }
.rltz-editorial--dark .rltz-kicker { color: var(--rltz-accent); }
.rltz-editorial--dark p { color: #95a5b7; }

/* Contact */
.rltz-contact { background: var(--rltz-paper); }
.rltz-contact__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; }
.rltz-contact__aside { padding-top: 20px; }
.rltz-contact__aside h2 { margin: 14px 0 24px; }
.rltz-contact__aside > a { display: flex; align-items: center; gap: 12px; margin-top: 18px; font-weight: 750; }
.rltz-contact__aside > a .rltz-icon { color: var(--rltz-blue); }
.rltz-contact__form { padding: 40px; background: var(--rltz-white); border-radius: var(--rltz-radius); box-shadow: var(--rltz-shadow); }
.rltz-contact__form form > label, .rltz-form-row label { display: grid; gap: 8px; color: #415168; font-size: .82rem; font-weight: 750; }
.rltz-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 20px; }
.rltz-contact input, .rltz-contact textarea, .rltz-contact select { width: 100%; min-height: 52px; padding: 12px 14px; color: var(--rltz-ink); background: #f8fafc; border: 1px solid #d7e0e9; border-radius: 10px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.rltz-contact textarea { resize: vertical; }
.rltz-contact input:focus, .rltz-contact textarea:focus, .rltz-contact select:focus { border-color: var(--rltz-blue); box-shadow: 0 0 0 4px rgba(36,107,254,.1); }
.rltz-checkbox { display: grid !important; grid-template-columns: 19px 1fr; gap: 10px !important; align-items: start; margin: 20px 0 26px; font-weight: 500 !important; line-height: 1.5; }
.rltz-checkbox input { width: 19px; min-height: 19px; margin-top: 2px; }
.rltz-checkbox a { color: var(--rltz-blue); text-decoration: underline; }
.rltz-honeypot { position: absolute; left: -9999px; }
.rltz-math-challenge { display: grid; grid-template-columns: 1fr 145px; align-items: end; gap: 22px; margin-top: 24px; padding: 18px 20px; border: 1px solid #cfe4ec; border-radius: 14px; background: #eefaff; }
.rltz-math-challenge > div { display: grid; gap: 4px; }
.rltz-math-challenge small { color: #607789; font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.rltz-math-challenge strong { color: var(--rltz-ink); font-size: 1.08rem; }
.rltz-math-challenge label { display: grid; gap: 6px; color: #415168; font-size: .82rem; font-weight: 750; }
.rltz-math-challenge input { background: var(--rltz-white); }
.rltz-alert { margin-bottom: 24px; padding: 14px 16px; border-radius: 10px; font-weight: 650; }
.rltz-alert--success { color: #07583f; background: #dff8ee; }
.rltz-alert--error { color: #8a2430; background: #ffeaed; }

/* Legal, blog and generic content */
.rltz-legal__content, .rltz-article__content { max-width: 820px; }
.rltz-legal__content h2, .rltz-article__content h2 { margin: 48px 0 15px; font-size: 1.75rem; letter-spacing: -.035em; }
.rltz-legal__content h2:first-child { margin-top: 0; }
.rltz-legal__content p, .rltz-legal__content li, .rltz-article__content p, .rltz-article__content li { color: #4e5e72; }
.rltz-legal-note { margin-bottom: 45px; padding: 20px 22px; color: #584600; background: #fff5c7; border-left: 4px solid #f3c62d; border-radius: 8px; }
.rltz-article__content { padding-top: 80px; padding-bottom: 110px; font-size: 1.08rem; }
.rltz-article__content figure { margin: 0 0 55px; }
.rltz-article__content img { border-radius: 22px; }
.rltz-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rltz-post-card { overflow: hidden; border: 1px solid var(--rltz-line); border-radius: 20px; background: var(--rltz-white); transition: transform .25s ease, box-shadow .25s ease; }
.rltz-post-card:hover { transform: translateY(-5px); box-shadow: var(--rltz-shadow); }
.rltz-post-card__image, .rltz-post-card__placeholder { aspect-ratio: 16/10; overflow: hidden; background: linear-gradient(135deg, #0c2f65, #246bfe); }
.rltz-post-card__image img { width: 100%; height: 100%; object-fit: cover; }
.rltz-post-card__placeholder { display: grid; place-items: center; color: rgba(255,255,255,.9); font-size: 3rem; font-weight: 900; }
.rltz-post-card__copy { padding: 28px; }
.rltz-post-card__copy small { color: #8491a0; }
.rltz-post-card__copy h2 { margin: 14px 0; font-size: 1.65rem; }
.rltz-post-card__copy > span { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; color: var(--rltz-blue); font-weight: 750; }
.rltz-post-card__copy .rltz-icon { width: 17px; }
.rltz-pagination { margin-top: 50px; }
.rltz-pagination .nav-links { display: flex; gap: 8px; }
.rltz-pagination .page-numbers { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--rltz-line); border-radius: 50%; }
.rltz-pagination .current { color: var(--rltz-white); background: var(--rltz-ink); border-color: var(--rltz-ink); }
.rltz-empty { grid-column: 1/-1; padding: 80px; text-align: center; background: var(--rltz-paper); border-radius: 24px; }
.rltz-empty > span { color: var(--rltz-blue); font-size: 2rem; font-weight: 900; }
.rltz-error-page { min-height: 760px; display: grid; place-items: center; padding-top: 100px; color: var(--rltz-white); background: var(--rltz-ink); }
.rltz-error-page h1 { max-width: 1000px; margin: 22px 0 40px; color: var(--rltz-white); }

/* Footer */
.rltz-footer { padding: 80px 0 30px; color: var(--rltz-white); background: #030a13; }
.rltz-footer__top { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-bottom: 70px; }
.rltz-brand--footer { font-size: 2.4rem; }
.rltz-footer__top p { margin: 12px 0 0; color: #758599; }
.rltz-footer__contact { display: grid; text-align: right; }
.rltz-footer__contact small { color: #6f8094; }
.rltz-footer__contact a { display: inline-flex; align-items: center; gap: 10px; font-size: clamp(1.3rem, 2.5vw, 2rem); font-weight: 750; letter-spacing: -.03em; }
.rltz-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 26px; border-top: 1px solid #1b2a3c; }
.rltz-footer__bottom p, .rltz-footer__legal a { margin: 0; color: #65758a; font-size: .78rem; }
.rltz-footer__legal { gap: 18px; }

/* WPBakery normalization */
.vc_row { margin-left: 0 !important; margin-right: 0 !important; }
.wpb_content_element { margin-bottom: 0 !important; }
.vc_column_container > .vc_column-inner { padding-left: 0 !important; padding-right: 0 !important; }

/* Motion */
.js .rltz-reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.js .rltz-reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .rltz-reveal { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .rltz-nav__list { gap: 17px; }
  .rltz-nav__list a { font-size: .84rem; }
  .rltz-hero { min-height: auto; }
  .rltz-hero__grid { grid-template-columns: 1fr; }
  .rltz-hero__copy { max-width: 850px; }
  .rltz-hero__product { width: min(760px, 90%); margin: 45px auto 0; }
  .rltz-trust-row { margin-top: 90px; }
  .rltz-feature__grid { gap: 5vw; }
}

@media (max-width: 820px) {
  .rltz-container { width: min(calc(100% - 34px), var(--rltz-container)); }
  .rltz-header__inner { height: 76px; }
  .rltz-menu-toggle { display: inline-flex; }
  .rltz-menu-open .rltz-menu-open { display: none; }
  .rltz-menu-open .rltz-menu-close { display: inline-flex; }
  .rltz-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 35px; padding: 110px 28px 40px; background: rgba(7,17,31,.98); visibility: hidden; opacity: 0; transform: translateY(-15px); transition: opacity .25s ease, transform .25s ease, visibility .25s; }
  .rltz-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .rltz-nav__list { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .rltz-nav__list li { border-bottom: 1px solid #223449; }
  .rltz-nav__list a { display: block; padding: 15px 0; color: var(--rltz-white); font-size: 1.25rem; }
  .rltz-nav__cta { align-self: start; min-height: 52px; padding-inline: 22px; }
  .rltz-hero { padding-top: 145px; }
  .rltz-hero__product { width: 100%; transform: none; }
  .rltz-window__body { min-height: 400px; }
  .rltz-float-card--one { right: -2%; }
  .rltz-float-card--two { left: -2%; }
  .rltz-trust-row { flex-wrap: wrap; gap: 12px 18px; }
  .rltz-intro__grid, .rltz-manifesto__grid { grid-template-columns: 1fr; gap: 32px; }
  .rltz-service-grid { grid-template-columns: 1fr; }
  .rltz-service-card { min-height: 340px; }
  .rltz-work-grid, .rltz-post-grid { grid-template-columns: 1fr; }
  .rltz-case:first-child { grid-column: auto; }
  .rltz-case:first-child .rltz-case__visual, .rltz-case__visual { min-height: 470px; }
  .rltz-process__steps li > div { grid-template-columns: 1fr; gap: 10px; }
  .rltz-cta__panel { display: grid; align-items: start; }
  .rltz-cta__panel .rltz-button { justify-self: start; }
  .rltz-feature__grid, .rltz-contact__grid, .rltz-prose-grid { grid-template-columns: 1fr; gap: 48px; }
  .rltz-feature:nth-of-type(even) .rltz-feature__visual { order: 0; }
  .rltz-page-hero { min-height: 520px; }
}

@media (max-width: 560px) {
  .rltz-container { width: min(calc(100% - 28px), var(--rltz-container)); }
  .rltz-section { padding: 4.8rem 0; }
  h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 3.4rem); }
  .rltz-hero { padding: 125px 0 30px; }
  .rltz-hero__copy h1 { margin-block: 23px; }
  .rltz-actions { display: grid; }
  .rltz-window { padding: 5px; border-radius: 16px; }
  .rltz-window__bar { height: 38px; }
  .rltz-window__body { min-height: 330px; grid-template-columns: 48px 1fr; }
  .rltz-window__nav { gap: 16px; padding: 19px 0; }
  .rltz-window__nav span { width: 23px; height: 23px; }
  .rltz-window__content { padding: 24px 16px; }
  .rltz-chart { height: 140px; gap: 7px; }
  .rltz-mini-cards { gap: 8px; }
  .rltz-mini-cards span { padding: 10px; }
  .rltz-float-card { display: none; }
  .rltz-trust-row { display: none; }
  .rltz-service-card { min-height: 360px; padding: 28px; }
  .rltz-section-heading { display: grid; align-items: start; margin-bottom: 40px; }
  .rltz-section-heading > a { justify-self: start; }
  .rltz-case:first-child .rltz-case__visual, .rltz-case__visual { min-height: 360px; }
  .rltz-case:first-child .rltz-case__screen, .rltz-case__screen { width: 72%; }
  .rltz-case__copy { display: grid; }
  .rltz-case__copy > strong { text-align: left; }
  .rltz-process__heading { margin-bottom: 40px; }
  .rltz-process__steps li { grid-template-columns: 42px 1fr; gap: 12px; padding: 28px 0; }
  .rltz-manifesto__mark { width: 92px; height: 92px; border-radius: 22px; }
  .rltz-cta__panel { padding: 32px 24px; border-radius: 24px; }
  .rltz-page-hero { min-height: 470px; padding: 145px 0 58px; }
  .rltz-page-hero h1 { font-size: clamp(2.7rem, 12vw, 4rem); }
  .rltz-feature__visual { min-height: 360px; }
  .rltz-fact-grid { grid-template-columns: 1fr; }
  .rltz-contact__form { padding: 26px 20px; }
  .rltz-math-challenge { grid-template-columns: 1fr; align-items: start; }
  .rltz-form-row { grid-template-columns: 1fr; }
  .rltz-footer__top, .rltz-footer__bottom { display: grid; align-items: start; }
  .rltz-footer__contact { text-align: left; }
  .rltz-footer__legal { flex-wrap: wrap; }
  .rltz-empty { padding: 50px 25px; }
}
