.landing-footer{background:var(--color-background);padding:10px}.landing-footer__main{gap:18px;padding-bottom:1rem;display:grid}.landing-footer__brand img{width:auto;height:30px}.landing-footer__main p{max-width:420px;color:var(--color-text-muted);margin:0 auto;font-size:.92rem;line-height:1.7}.landing-footer__email{width:fit-content;color:var(--color-text);font-size:.9rem;font-weight:650}.landing-footer__email:hover{color:var(--color-primary)}.landing-footer__bottom{border-top:1px solid var(--color-border);color:var(--color-text-muted);justify-content:space-between;align-items:center;gap:10px;padding-top:10px;font-size:.78rem;display:flex}.landing-footer__bottom a{font-weight:650}.landing-footer__bottom a:hover{color:var(--color-primary)}@media (width<=600px){.landing-footer__bottom{flex-direction:column;align-items:flex-start}}.landing-header{z-index:100;padding:18px 0;transition:padding .18s,background-color .18s;position:fixed;inset:0 0 auto}.landing-header--scrolled{padding:10px 0}.landing-header__inner{-webkit-backdrop-filter:blur(18px);background:#ffffffd1;border:1px solid #ffffffb3;border-radius:10px;justify-content:space-between;align-items:center;min-height:58px;padding:6px 8px 6px 18px;display:flex;box-shadow:0 12px 40px #0f172a0f}.landing-header__brand{align-items:center;display:flex}.landing-header__brand img{width:auto;height:28px}.landing-header__nav{align-items:center;gap:32px;margin-left:auto;margin-right:32px;display:flex}.landing-header__nav a{color:var(--color-text-muted);font-size:.9rem;font-weight:600;transition:color .16s;position:relative}.landing-header__nav a:after{content:"";transform-origin:50%;background:var(--color-primary);border-radius:999px;height:2px;transition:transform .16s;position:absolute;bottom:-7px;left:0;right:0;transform:scaleX(0)}.landing-header__nav a:hover{color:var(--color-text)}.landing-header__nav a:hover:after{transform:scaleX(1)}.landing-header__actions{align-items:center;gap:7px;display:flex}.landing-header__menu{border:1px solid var(--color-border);background:var(--color-background);border-radius:12px;width:42px;height:42px;padding:10px;display:none}.landing-header__menu span{background:var(--color-text);border-radius:999px;width:100%;height:2px;margin:5px 0;display:block}@media (width<=720px){.landing-header{padding:12px}.landing-header__inner{padding-left:14px}.landing-header__cta{display:none}.landing-header__menu{display:block}.landing-header__nav{border:1px solid var(--color-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border-radius:16px;flex-direction:column;align-items:stretch;gap:4px;margin:0;padding:8px;display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 20px 50px #0f172a1a}.landing-header__nav--open{display:flex}.landing-header__nav a{border-radius:10px;padding:13px 14px}.landing-header__nav a:hover{background:var(--color-surface)}.landing-header__nav a:after{display:none}}.registration-launcher{border:1px solid var(--color-border);background:var(--color-primary);width:auto;color:var(--color-surface);text-align:left;cursor:pointer;border-radius:7px;grid-template-columns:1fr auto;align-items:center;gap:7px;padding:10px;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid;position:relative}.registration-launcher:hover{border-color:var(--color-primary);transform:translateY(-2px);box-shadow:0 18px 45px #0f172a1a}.registration-launcher:active{transform:translateY(0)}.registration-launcher__eyebrow{color:var(--color-primary);letter-spacing:.1em;text-transform:uppercase;grid-column:1/-1;font-size:.7rem;font-weight:800}.registration-launcher__title{font-size:1.1rem;font-weight:750}.registration-launcher__arrow{grid-area:2/2;align-self:center;font-size:1.3rem}.registration-drawer{z-index:1000;isolation:isolate;position:fixed;inset:0}.registration-drawer__backdrop{cursor:pointer;background:#080f1e7a;border:0;width:100%;height:100%;animation:.22s both registration-backdrop-in;position:absolute;inset:0}.registration-drawer__panel{--drawer-drag-y:0px;background:var(--color-background);width:min(720px,92vw);height:100%;color:var(--color-text);overscroll-behavior:contain;flex-direction:column;animation:.26s cubic-bezier(.22,1,.36,1) both registration-drawer-in;display:flex;position:absolute;inset:0 0 0 auto;transform:translate(0);box-shadow:-20px 0 70px #0f172a29}.registration-drawer__header{border-bottom:1px solid var(--color-border);flex:none;justify-content:space-between;gap:24px;padding:34px 36px 24px;display:flex}.registration-drawer__header h2{letter-spacing:-.045em;margin:6px 0 8px;font-size:clamp(1.8rem,3vw,2.5rem);line-height:1}.registration-drawer__header p{max-width:540px;color:var(--color-text-muted);margin:0;line-height:1.6}.registration-form__eyebrow{color:var(--color-primary);letter-spacing:.1em;text-transform:uppercase;font-size:.7rem;font-weight:800}.registration-drawer__close{border:1px solid var(--color-border);width:42px;height:42px;color:var(--color-text);cursor:pointer;background:0 0;border-radius:50%;flex:none;font-size:1.6rem;line-height:1}.registration-drawer__close:hover{background:var(--color-surface)}.registration-form{flex-direction:column;flex:auto;min-height:0;display:flex}.registration-form__body{overscroll-behavior:contain;flex:auto;min-height:0;padding:28px 36px 40px;overflow-y:auto}.registration-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.registration-form label{gap:8px;display:grid}.registration-form label>span{font-size:.8rem;font-weight:700}.registration-form input,.registration-form select{box-sizing:border-box;border:1px solid var(--color-border);background:var(--color-background);width:100%;min-height:50px;color:var(--color-text);font:inherit;border-radius:12px;outline:none;padding:0 14px;transition:border-color .16s,box-shadow .16s}.registration-form input:focus,.registration-form select:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px var(--color-primary-soft)}.registration-form__professions{border:0;min-width:0;margin:28px 0 0;padding:0}.registration-form__professions legend{margin-bottom:6px;font-size:1rem;font-weight:800}.registration-form__professions p{color:var(--color-text-muted);margin:0 0 14px;font-size:.85rem}.registration-form__professions p strong{color:var(--color-primary)}.registration-form__search{margin-bottom:12px}.registration-form__options{overscroll-behavior:contain;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:280px;padding-right:4px;display:grid;overflow-y:auto}.registration-option{border:1px solid var(--color-border);background:var(--color-background);min-width:0;color:var(--color-text);text-align:left;cursor:pointer;border-radius:12px;gap:4px;padding:12px 14px;transition:border-color .15s,background .15s,transform .15s;display:grid}.registration-option:hover{transform:translateY(-1px)}.registration-option span{text-overflow:ellipsis;font-size:.82rem;font-weight:700;overflow:hidden}.registration-option small{color:var(--color-text-muted);text-overflow:ellipsis;font-size:.7rem;overflow:hidden}.registration-option--selected{border-color:var(--color-primary);background:var(--color-primary-soft)}.registration-form__message{border-radius:12px;margin-top:20px;padding:14px 16px;font-size:.85rem;line-height:1.5}.registration-form__message--error{color:#b91c1c;background:#dc262614}.registration-form__message--success{color:#15803d;background:#16a34a14}.registration-form__draft{color:var(--color-text-muted);margin:16px 0 0;font-size:.75rem}.registration-form__footer{border-top:1px solid var(--color-border);background:var(--color-background);flex:none;padding:18px 36px}.registration-form__submit{width:100%;min-height:52px}.registration-drawer__handle{display:none}@keyframes registration-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes registration-drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}@media (width<=700px){.registration-launcher{width:auto}.registration-launcher__title{font-size:12px;font-weight:700}.registration-drawer__panel{width:100%;height:min(94dvh,860px);max-height:94dvh;transform:translateY(var(--drawer-drag-y));touch-action:pan-y;border-radius:24px 24px 0 0;transition:transform .18s ease-out;animation:.28s cubic-bezier(.22,1,.36,1) both registration-sheet-in;inset:auto 0 0;box-shadow:0 -20px 70px #0f172a33}.registration-drawer__handle{background:var(--color-border);border-radius:999px;flex:none;width:42px;height:4px;margin:10px auto 0;display:block}.registration-drawer__header{padding:20px 20px 18px}.registration-drawer__header h2{font-size:1.7rem}.registration-drawer__header p{font-size:.85rem}.registration-drawer__close{width:38px;height:38px}.registration-form__body{padding:22px 20px 32px}.registration-form__grid{grid-template-columns:1fr;gap:15px}.registration-form__options{grid-template-columns:1fr;max-height:250px}.registration-form__footer{padding:14px 20px max(14px, env(safe-area-inset-bottom))}}@keyframes registration-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.registration-drawer__backdrop,.registration-drawer__panel{animation:none}.registration-launcher,.registration-option,.registration-form input,.registration-form select{transition:none}}.landing-hero{background:radial-gradient(circle at 78% 42%, #fc690517, transparent 28%), var(--color-background);min-height:220px;position:relative;overflow:hidden}.landing-hero__container{grid-template-columns:minmax(0,.92fr) minmax(420px,.8fr);align-items:center;gap:clamp(50px,8vw,120px);min-height:100%;padding-top:50px;padding-bottom:0;display:grid;position:relative}.landing-hero__content{z-index:2;max-width:690px;margin-bottom:45px;position:relative}.landing-hero__eyebrow{color:var(--color-text-muted);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:28px;font-size:.76rem;font-weight:750;display:inline-flex}.landing-hero__eyebrow span{background:var(--color-primary);width:28px;height:1px}.landing-hero h1{color:var(--color-text);margin:0;font-size:clamp(4rem,7.2vw,7.4rem);font-weight:800;line-height:.88}.landing-hero h1 em{color:var(--color-primary);font-style:normal}.landing-hero__content>p{max-width:580px;color:var(--color-text-muted);font-size:1.08rem;line-height:1.8}.landing-hero__content>h1{text-align:center;margin:2rem 0;font-size:4rem}.landing-hero__actions{align-items:center;gap:28px;margin-top:38px;display:flex}.landing-hero__link{color:var(--color-text);align-items:center;gap:10px;font-size:.9rem;font-weight:700;display:inline-flex}.landing-hero__link span{border:1px solid var(--color-border);border-radius:50%;place-items:center;width:30px;height:30px;transition:background-color .16s,color .16s,transform .16s;display:grid}.landing-hero__link:hover span{border-color:var(--color-primary);background:var(--color-primary);color:#fff;transform:translateY(2px)}.landing-hero__visual{justify-self:end;width:100%;max-width:560px;height:auto;position:relative}.landing-hero__image{background:#ececec;border-radius:10px;width:100%;height:auto;position:relative;overflow:hidden;box-shadow:0 35px 80px #0f172a21}.landing-hero__image:after{content:"";background:linear-gradient(#00000005 40%,#0000004d);position:absolute;inset:0}.landing-hero__image img{object-fit:cover;width:100%;height:auto;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.landing-hero__visual:hover .landing-hero__image img{transform:scale(1.035)}.landing-hero__statement{z-index:3;-webkit-backdrop-filter:blur(16px);background:#ffffffe6;border:1px solid #ffffffa6;border-radius:10px;padding:10px;position:absolute;bottom:38px;right:-42px;box-shadow:0 20px 50px #0f172a1f}.landing-hero__statement span{color:var(--color-primary);margin-bottom:18px;font-size:.7rem;font-weight:800;display:block}.landing-hero__statement p{color:var(--color-text);margin:0;font-size:.92rem;font-weight:700;line-height:1.45}.landing-hero__orb{border:1px solid #fc690540;border-radius:50%;width:90px;height:90px;position:absolute;top:-28px;right:-30px}.landing-hero__orb:after{content:"";background:var(--color-primary);border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 8px #fc690514}.landing-hero__footer{right:max(20px, calc((100vw - var(--container-width)) / 2));bottom:10px;left:max(20px, calc((100vw - var(--container-width)) / 2));justify-content:space-between;align-items:center;padding-top:10px;display:flex;position:absolute}.landing-hero__footer span{color:var(--color-text);letter-spacing:.08em;text-transform:uppercase;flex-direction:row;justify-content:center;align-items:center;gap:7px;font-size:.7rem;font-weight:700;display:flex}@media (width<=900px){.landing-hero,.landing-hero__container{min-height:auto}.landing-hero__container{grid-template-columns:1fr;gap:60px;padding-top:75px;padding-bottom:45px}.landing-hero__content{max-width:760px;margin-bottom:10px}.landing-hero__visual{justify-self:start;width:min(100%,520px)}.landing-hero__footer{gap:10px}}@media (width<=600px){.landing-hero__container{gap:10px;padding-top:75px;padding-bottom:45px}.landing-hero h1{font-size:clamp(3.3rem,17vw,5rem)}.landing-hero__content>p{font-size:.98rem}.landing-hero__content>h1{text-align:center;margin:2rem 0;font-size:2.3rem}.landing-hero__actions{flex-direction:row;align-items:flex-start;gap:20px}.landing-hero__visual{max-width:100%}.landing-hero__image{border-radius:10px}.landing-hero__statement{width:190px;padding:7px;bottom:20px;right:-18px}.landing-hero__orb{width:60px;height:60px;top:-18px;right:-12px}.landing-hero__footer{grid-template-columns:repeat(4,1fr);justify-content:center;align-items:center;gap:7px;display:grid;bottom:0}}.registration-lookup-launcher{border:1px solid var(--color-primary);background:var(--color-background);width:auto;color:var(--color-text);text-align:left;cursor:pointer;border-radius:7px;flex-direction:row;align-items:center;gap:7px;padding:10px;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex;position:relative}.registration-lookup-launcher:hover{border-color:var(--color-primary);transform:translateY(-2px);box-shadow:0 18px 45px #0f172a1a}.registration-lookup-launcher:active{transform:translateY(0)}.registration-lookup-launcher__eyebrow{color:var(--color-primary);letter-spacing:.1em;text-transform:uppercase;grid-column:1/-1;font-size:.7rem;font-weight:800}.registration-lookup-launcher__title{font-size:1.1rem;font-weight:750}.registration-lookup-launcher__description{color:var(--color-text-muted);grid-column:1/-1;font-size:.82rem;line-height:1.5}.registration-lookup-launcher__arrow{grid-area:2/2;align-self:center;font-size:1.3rem}.registration-lookup-drawer{z-index:1000;isolation:isolate;position:fixed;inset:0}.registration-lookup-drawer__backdrop{cursor:pointer;background:#080f1e7a;border:0;width:100%;height:100%;animation:.22s both registration-lookup-backdrop-in;position:absolute;inset:0}.registration-lookup-drawer__panel{--drawer-drag-y:0px;background:var(--color-background);width:min(540px,92vw);height:100%;color:var(--color-text);overscroll-behavior:contain;flex-direction:column;animation:.26s cubic-bezier(.22,1,.36,1) both registration-lookup-drawer-in;display:flex;position:absolute;inset:0 0 0 auto;box-shadow:-20px 0 70px #0f172a29}.registration-lookup-drawer__handle{display:none}.registration-lookup-drawer__header{border-bottom:1px solid var(--color-border);flex:none;justify-content:space-between;gap:24px;padding:34px 36px 26px;display:flex}.registration-lookup-drawer__header h2{letter-spacing:-.045em;margin:6px 0 10px;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1}.registration-lookup-drawer__header p{max-width:440px;color:var(--color-text-muted);margin:0;line-height:1.6}.registration-lookup__eyebrow{color:var(--color-primary);letter-spacing:.1em;text-transform:uppercase;font-size:.7rem;font-weight:800}.registration-lookup-drawer__close{border:1px solid var(--color-border);width:42px;height:42px;color:var(--color-text);cursor:pointer;background:0 0;border-radius:50%;flex:none;font-size:1.6rem;line-height:1}.registration-lookup-drawer__close:hover{background:var(--color-surface)}.registration-lookup-form{flex-direction:column;flex:auto;min-height:0;display:flex}.registration-lookup-form__body{overscroll-behavior:contain;flex:auto;min-height:0;padding:32px 36px;overflow-y:auto}.registration-lookup-form label{gap:8px;display:grid}.registration-lookup-form label>span{font-size:.8rem;font-weight:700}.registration-lookup-form input{box-sizing:border-box;border:1px solid var(--color-border);background:var(--color-background);width:100%;min-height:52px;color:var(--color-text);font:inherit;border-radius:12px;outline:none;padding:0 15px;transition:border-color .16s,box-shadow .16s}.registration-lookup-form input:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px var(--color-primary-soft)}.registration-lookup-form__message{border-radius:12px;margin-top:18px;padding:14px 16px;font-size:.85rem;line-height:1.5}.registration-lookup-form__message--error{color:#b91c1c;background:#dc262614}.registration-lookup-form__message--success{color:#15803d;background:#16a34a14}.registration-lookup-form__footer{border-top:1px solid var(--color-border);background:var(--color-background);flex:none;padding:18px 36px}.registration-lookup-form__footer .landing-button{width:100%;min-height:52px}@keyframes registration-lookup-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes registration-lookup-drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}@media (width<=700px){.registration-lookup-drawer__panel{width:100%;height:min(82dvh,620px);max-height:82dvh;transform:translateY(var(--drawer-drag-y));touch-action:pan-y;border-radius:24px 24px 0 0;transition:transform .18s ease-out;animation:.28s cubic-bezier(.22,1,.36,1) both registration-lookup-sheet-in;inset:auto 0 0;box-shadow:0 -20px 70px #0f172a33}.registration-lookup-drawer__handle{background:var(--color-border);border-radius:999px;flex:none;width:42px;height:4px;margin:10px auto 0;display:block}.registration-lookup-drawer__header{padding:20px 20px 18px}.registration-lookup-drawer__header h2{font-size:1.7rem}.registration-lookup-drawer__header p{font-size:.85rem}.registration-lookup-drawer__close{width:38px;height:38px}.registration-lookup-form__body{padding:24px 20px 32px}.registration-lookup-form__footer{padding:14px 20px max(14px, env(safe-area-inset-bottom))}}@keyframes registration-lookup-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.registration-lookup-drawer__backdrop,.registration-lookup-drawer__panel{animation:none}.registration-lookup-launcher,.registration-lookup-form input{transition:none}}.landing-section{padding:120px 0}.landing-section--soft{background:var(--color-surface)}.landing-section__heading{max-width:760px;margin-bottom:54px}.landing-section__heading h2,.landing-cta h2{letter-spacing:-.055em;margin:0;font-size:clamp(2.3rem,5vw,4.2rem);font-weight:800;line-height:1}.landing-section__heading h2 em,.landing-cta h2 em{color:var(--color-primary);font-style:normal}.landing-section__heading p{max-width:680px;color:var(--color-text-muted);margin:22px 0 0;font-size:1rem;line-height:1.85}.landing-eyebrow{color:var(--color-primary-dark);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:18px;font-size:.78rem;font-weight:800;display:inline-flex}.landing-lines{gap:12px;display:grid}.landing-line{border:1px solid var(--color-border);background:var(--color-background);border-radius:10px;grid-template-columns:58px 1fr 40px;align-items:flex-start;gap:10px;padding:10px;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid}.landing-line:hover{border-color:#fc69053d;transform:translateY(-3px);box-shadow:0 18px 45px #0f172a0f}.landing-line__number{background:var(--color-primary-soft);color:var(--color-primary-dark);border-radius:7px;justify-content:center;align-items:center;padding:7px;font-size:.8rem;font-weight:800;display:flex}.landing-line h3{margin:0 0 7px;font-size:1.15rem;font-weight:750}.landing-line p{max-width:720px;color:var(--color-text-muted);margin:0;font-size:.93rem;line-height:1.7}.landing-line__arrow{color:var(--color-primary);text-align:right;font-size:1.3rem}.landing-talent{grid-template-columns:1fr .85fr;align-items:center;gap:80px;display:grid}.landing-talent__areas{flex-wrap:wrap;gap:10px;display:flex}.landing-talent__areas span{border:1px solid var(--color-border);background:var(--color-background);color:var(--color-text);border-radius:14px;padding:13px 16px;font-size:.88rem;font-weight:600}.landing-cta{color:#fff;background:#111318;border-radius:30px;grid-template-columns:1fr auto;align-items:center;gap:50px;padding:58px;display:grid}.landing-cta .landing-eyebrow{color:#ff9b5d}.landing-cta h2{max-width:700px}.landing-cta p{color:#ffffffad;max-width:650px;margin:20px 0 0;line-height:1.8}@media (width<=800px){.landing-section{padding:82px 0}.landing-talent,.landing-cta{grid-template-columns:1fr;gap:36px}.landing-cta{padding:32px}}@media (width<=560px){.landing-line{grid-template-columns:42px 1fr;gap:14px;padding:20px}.landing-line__arrow{display:none}}.ruta-it-experience{--ruta-bg:#070a0f;--ruta-surface:#121720f0;--ruta-surface-soft:#ffffff0e;--ruta-border:#ffffff1a;--ruta-text:#f6f8fb;--ruta-muted:#aab3c0;--ruta-accent:#ff3e30;--ruta-accent-strong:#fc1505;--ruta-danger:#ff7f88;width:100%;height:90dvh;color:var(--ruta-text);isolation:isolate;-webkit-tap-highlight-color:transparent;overscroll-behavior:none;background:#000;margin:10px auto;font-family:inherit;position:relative;overflow:hidden}.ruta-it-experience,.ruta-it-experience *{box-sizing:border-box}.ruta-it-experience button{font:inherit}.ruta-it-experience__progress{z-index:20;top:max(10px, env(safe-area-inset-top));pointer-events:none;flex-direction:row;gap:4px;width:100%;height:10px;display:flex;position:absolute;left:4px;right:16px}.ruta-it-experience__progress-segment{background:#ffffff2e;border-radius:999px;width:7px;height:7px;overflow:hidden}.ruta-it-experience__progress-segment.is-active{background:var(--ruta-accent)}.ruta-it-experience__topbar{z-index:15;top:max(24px, calc(env(safe-area-inset-top) + 14px));justify-content:space-between;align-items:center;padding:0 clamp(18px,4vw,42px);display:flex;position:absolute;left:0;right:0}.ruta-it-experience__brand,.ruta-it-experience__top-actions{align-items:center;gap:10px;display:flex}.ruta-it-experience__brand{letter-spacing:.14em;font-size:.82rem;font-weight:800}.ruta-it-experience__brand-mark{border:1px solid var(--ruta-border);width:30px;height:30px;color:var(--ruta-accent);background:#ffffff0f;border-radius:9px;place-items:center;display:grid}.ruta-it-experience__counter{color:var(--ruta-muted);font-variant-numeric:tabular-nums;font-size:.8rem}.ruta-it-experience__icon-button,.ruta-it-experience__secondary-button,.ruta-it-experience__primary-button,.ruta-it-experience__reset-button,.ruta-it-experience__close-button{cursor:pointer;touch-action:manipulation;border:0}.ruta-it-experience__icon-button{border:1px solid var(--ruta-border);width:38px;height:38px;color:var(--ruta-text);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0a0d12a6;border-radius:50%;place-items:center;font-size:1.05rem;display:grid}.ruta-it-experience__viewport{flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100%;padding:0;display:flex}.ruta-it-experience__card{border:1px solid var(--ruta-border);background:linear-gradient(145deg,#1a202bf5,#0b0f16f5);border-radius:10px;width:420px;max-height:calc(100svh - 100%);animation:.28s both ruta-it-card-in;position:relative;overflow:hidden}.ruta-it-experience__card:before{content:"";width:var(--ruta-it-progress);background:var(--ruta-accent);height:2px;position:absolute;top:0;left:0}.ruta-it-experience__scroll{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#fff3 transparent;-webkit-overflow-scrolling:touch;max-height:calc(100svh - 204px);padding:18px 10px;overflow-y:auto}.ruta-it-experience__eyebrow{color:var(--ruta-accent);letter-spacing:.13em;text-transform:uppercase;margin-bottom:14px;font-size:.72rem;font-weight:800;line-height:1.3;display:inline-flex}.ruta-it-experience h1,.ruta-it-experience h2,.ruta-it-experience h3,.ruta-it-experience p{margin-top:0}.ruta-it-experience h1{letter-spacing:-.045em;max-width:850px;margin-bottom:10px;padding:0 10px;font-size:18px;line-height:.98}.ruta-it-experience h2{color:#cbd2dc;background-color:#070a0f;border-radius:4px;max-width:820px;margin-bottom:10px;padding:4px 7px;font-size:12px;font-weight:500;line-height:1.2}.ruta-it-experience__body{color:#dce1e8;max-width:820px;font-size:12px;line-height:1.3}.ruta-it-experience__body>p{margin-bottom:10px}.ruta-it-experience__intro{color:#f4f6f8;font-size:1em}.ruta-it-experience__emphasis{border-left:3px solid var(--ruta-accent);color:#fff;background:#e3666613;border-radius:0 18px 18px 0;margin:4px;padding:4px 10px;font-size:1em;font-weight:400}.ruta-it-experience__footer-text{color:#c2cad5;margin-top:10px}.ruta-it-experience__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 14px;margin:26px 0 30px;padding:0;list-style:none;display:grid}.ruta-it-experience__list li{background:#ffffff09;border:1px solid #ffffff12;border-radius:14px;align-items:flex-start;gap:10px;padding:12px 13px;display:flex}.ruta-it-experience__bullet{background:var(--ruta-accent);border-radius:50%;flex:none;width:7px;height:7px;margin-top:9px;box-shadow:0 0 14px #66e3b473}.ruta-it-experience__profiles,.ruta-it-experience__benefits{gap:7px;margin:14px 0 30px;display:grid}.ruta-it-experience__profiles{grid-template-columns:repeat(2,minmax(0,1fr))}.ruta-it-experience__profile,.ruta-it-experience__benefit{background:var(--ruta-surface-soft);border:1px solid #ffffff14;border-radius:7px}.ruta-it-experience__profile{padding:10px}.ruta-it-experience__profile:last-child{grid-column:1/-1}.ruta-it-experience__profile h3,.ruta-it-experience__benefit h3,.ruta-it-experience__journey h3{color:#fff;margin-bottom:4px;font-size:12px}.ruta-it-experience__profile p,.ruta-it-experience__benefit p,.ruta-it-experience__journey p{color:var(--ruta-muted);margin-bottom:0;line-height:1.4}.ruta-it-experience__benefit{grid-template-columns:48px 1fr;gap:7px;padding:10px;display:grid}.ruta-it-experience__benefit-icon{background:#fff1;border-radius:7px;place-items:center;width:31px;height:31px;font-size:1.35rem;display:grid}.ruta-it-experience__journey{gap:10px;margin:30px 0;padding:0;list-style:none;display:grid}.ruta-it-experience__journey li{background:#ffffff09;border:1px solid #ffffff14;border-radius:7px;grid-template-columns:48px 1fr;gap:7px;padding:10px;display:grid}.ruta-it-experience__journey-number{background:var(--ruta-accent);color:#07110d;border-radius:50%;place-items:center;width:48px;height:48px;font-weight:900;display:grid}.ruta-it-experience__quotes{gap:7px;margin:10px 0;display:grid}.ruta-it-experience__quote{background:#ffffff09;border:1px solid #ffffff14;border-radius:7px;margin:0;padding:10px 18px;position:relative}.ruta-it-experience__quote>span{color:var(--ruta-accent);font-size:1.7rem;line-height:1;position:absolute;top:0;left:4px}.ruta-it-experience__quote p{color:#f5f7f9;margin:0;font-weight:650;line-height:1.55}.ruta-it-experience__quote--company{background:#66e3b40f;border-color:#66e3b440}.ruta-it-experience__controls{z-index:15;right:0;bottom:max(20px, env(safe-area-inset-bottom));justify-content:space-between;gap:12px;padding:0 clamp(18px,4vw,42px);display:flex;position:absolute;left:0}.ruta-it-experience__secondary-button,.ruta-it-experience__primary-button{border-radius:10px;padding:10px;font-weight:700}.ruta-it-experience__secondary-button{border:1px solid var(--ruta-border);color:var(--ruta-text);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0a0d12ad}.ruta-it-experience__secondary-button:disabled{cursor:not-allowed;opacity:.35}.ruta-it-experience__primary-button{background:var(--ruta-accent);color:#06110d;align-items:center;gap:12px;display:inline-flex;box-shadow:0 10px 30px #66e3b42e}.ruta-it-experience__primary-button:hover{background:#a30d03}.ruta-it-experience__hint{z-index:10;bottom:max(82px, calc(env(safe-area-inset-bottom) + 64px));color:#ffffff6b;text-align:center;pointer-events:none;width:max-content;max-width:calc(100% - 32px);font-size:.7rem;position:absolute;left:50%;transform:translate(-50%)}.ruta-it-experience__first-marker{right:24px;bottom:max(86px, calc(env(safe-area-inset-bottom) + 68px));color:#ffffff6b;font-size:.68rem;position:absolute}.ruta-it-experience__overview{z-index:50;width:min(430px,94vw);padding:max(28px, env(safe-area-inset-top) + 20px) 20px max(24px, env(safe-area-inset-bottom) + 20px);border-left:1px solid var(--ruta-border);background:#080b10f7;animation:.24s both ruta-it-drawer-in;position:absolute;top:0;bottom:0;right:0;box-shadow:-24px 0 80px #00000059}.ruta-it-experience__overview-header{justify-content:space-between;align-items:flex-start;gap:7px;margin-bottom:10px;display:flex}.ruta-it-experience__overview-header h2{color:#fff;margin:0;font-size:1.3rem}.ruta-it-experience__section-nav{gap:7px;max-height:calc(100svh - 170px);padding-right:3px;display:grid;overflow-y:auto}.ruta-it-experience__section-link{width:100%;color:var(--ruta-muted);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:4px 10px;display:grid}.ruta-it-experience__section-link>span{color:#ffffff59;font-variant-numeric:tabular-nums;font-size:.72rem}.ruta-it-experience__section-link strong{color:inherit;font-size:.9rem;line-height:1.3}.ruta-it-experience__section-link small{color:var(--ruta-accent);font-size:.64rem}.ruta-it-experience__section-link:hover,.ruta-it-experience__section-link.is-current{color:#fff;background:#66e3b412;border-color:#66e3b433}.ruta-it-experience__overview-footer{gap:8px;padding-top:12px;display:flex}.ruta-it-experience__reset-button,.ruta-it-experience__close-button{border-radius:12px;min-height:42px;padding:0 13px}.ruta-it-experience__reset-button{color:var(--ruta-danger);background:0 0}.ruta-it-experience__close-button{color:#fff;background:#ffffff12}.ruta-it-experience button:focus-visible{outline:2px solid var(--ruta-accent);outline-offset:3px}@keyframes ruta-it-card-in{0%{opacity:0;transform:translateY(12px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes ruta-it-drawer-in{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@media (width<=700px){.ruta-it-experience__card{width:min(420px,90%)}.ruta-it-experience__scroll{padding:10px}.ruta-it-experience h1{font-size:16px}.ruta-it-experience__list,.ruta-it-experience__profiles{grid-template-columns:1fr}.ruta-it-experience__profile:last-child{grid-column:auto}.ruta-it-experience__benefit{grid-template-columns:42px 1fr;padding:10px}.ruta-it-experience__benefit-icon,.ruta-it-experience__journey-number{width:31px;height:31px}.ruta-it-experience__hint,.ruta-it-experience__first-marker{display:none}.ruta-it-experience__controls{gap:8px;padding-inline:12px}.ruta-it-experience__secondary-button,.ruta-it-experience__primary-button{padding-inline:10px}}@media (prefers-reduced-motion:reduce){.ruta-it-experience__card,.ruta-it-experience__overview{animation:none}}.advertisement-overlay{z-index:99999;padding:max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));isolation:isolate;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.advertisement-overlay__backdrop{cursor:default;background:#000000b8;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.advertisement-overlay__container{z-index:1;width:min(100%,520px);max-height:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 2rem);animation:.22s ease-out advertisement-overlay-enter;position:relative}.advertisement-overlay__content{background:var(--color-surface,#fff);border-radius:20px;overflow:hidden;box-shadow:0 24px 80px #0000004d}.advertisement-overlay__image{width:100%;height:auto;max-height:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 2rem);object-fit:contain;display:block}.advertisement-overlay__close{z-index:2;color:#111;cursor:pointer;background:#fffffff5;border:0;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:transform .16s,box-shadow .16s;display:flex;position:absolute;top:-12px;right:-12px;box-shadow:0 8px 24px #0003}.advertisement-overlay__close:hover{transform:scale(1.05);box-shadow:0 10px 28px #00000040}.advertisement-overlay__close:active{transform:scale(.94)}.advertisement-overlay__close:focus-visible{outline-offset:3px;outline:2px solid}.advertisement-overlay__close svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;width:18px;height:18px}@keyframes advertisement-overlay-enter{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=640px){.advertisement-overlay{padding:max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));align-items:center}.advertisement-overlay__container{width:min(100%,420px)}.advertisement-overlay__content{border-radius:18px}.advertisement-overlay__close{width:36px;height:36px;top:-10px;right:-6px}}@media (prefers-reduced-motion:reduce){.advertisement-overlay__container{animation:none}.advertisement-overlay__close{transition:none}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;min-width:320px}body{background:var(--color-background);color:var(--color-text);font-family:var(--font-family);-webkit-font-smoothing:antialiased;margin:0 auto;line-height:1.5}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}h1,h2,h3,h4,p{margin:0}:root{--font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-primary:#fc1505;--color-primary-dark:#fc1505;--color-primary-soft:#fc690514;--color-background:#fff;--color-surface:#f7f7f8;--color-text:#121316;--color-text-muted:#686b73;--color-border:#e8e8eb;--container-width:1180px;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem}body{background:var(--color-background);color:var(--color-text);font-family:var(--font-family);margin:0 auto;line-height:1.5}#root{min-height:100vh}.landing-container{width:min(calc(100% - 40px), var(--container-width));margin-inline:auto}.landing-button{border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:7px;min-height:21px;padding:10px;font-size:.88rem;font-weight:750;transition:transform .16s,background-color .16s,border-color .16s;display:inline-flex}.landing-button:hover{transform:translateY(-2px)}.landing-button--primary{background:var(--color-primary);color:#fff;box-shadow:0 10px 25px #fc690533}.landing-button--primary:hover{background:var(--color-primary-dark)}.landing-button--glass{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border-color:#ffffff2e}@media (width<=560px){.landing-container{width:min(calc(100% - 32px), var(--container-width))}}
