.header{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--header-h);background:#0b1120;border-bottom:1px solid rgba(255,255,255,.06)}.header:after{display:none}.header__inner{--header-edge: clamp(1rem, 2.5vw, 1.75rem);--header-zone-gap: clamp(.75rem, 1.8vw, 1.5rem);display:flex;align-items:center;justify-content:space-between;gap:var(--header-zone-gap);width:100%;height:100%;max-width:1440px;margin:0 auto;padding:0 var(--header-edge);position:relative;z-index:1}.logo{flex:0 0 auto;display:flex;align-items:center;line-height:0}.logo__img{display:block;height:min(40px,calc((var(--header-h) - 14px) * .52));width:auto;max-width:min(300px,46vw);object-fit:contain;object-position:left center}.logo:hover .logo__img{opacity:.92}.nav-menu{flex:1 1 auto;min-width:0;display:flex;align-items:center;justify-content:center}.nav__list{display:flex;align-items:center;justify-content:center;gap:clamp(.15rem,.6vw,.35rem);margin:0;padding:0;list-style:none}.nav__list>li{display:flex;align-items:center}.nav__link{position:relative;display:block;padding:.35rem clamp(.55rem,.9vw,.8rem);color:#ffffffb8;font-size:.8rem;font-weight:500;letter-spacing:.02em;line-height:1.3;white-space:nowrap;background:transparent;transition:color .25s ease}.nav__link:after{content:"";position:absolute;left:.55rem;right:.55rem;bottom:.1rem;height:1px;border-radius:1px;background:#ffffffd9;transform:scaleX(0);transform-origin:center;transition:transform .25s ease,background .25s ease}.nav__link:hover{color:#fffffff2}.nav__link:hover:after{transform:scaleX(1)}.nav__link--active{color:#fff;font-weight:500}.nav__link--active:after{transform:scaleX(1);background:#ffffffe6}.header__phone-cell{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.header__phone,.phone{display:inline-flex;align-items:center;gap:.28rem;padding:.28rem .58rem;color:#ffffffe0;font-size:.65rem;font-weight:500;letter-spacing:.02em;white-space:nowrap;border-radius:6px;border:1px solid rgba(255,255,255,.18);background:#ffffff0a;backdrop-filter:none;-webkit-backdrop-filter:none;transition:color .25s ease,border-color .25s ease,background .25s ease}.header__phone:hover{color:#fff;border-color:#ffffff52;background:#ffffff12;box-shadow:none}.header__phone-icon{display:inline-flex;align-items:center;justify-content:center;width:.72rem;height:.72rem;color:#fffc;transition:color .25s ease}.header__phone-icon svg{width:100%;height:100%}.header__phone:hover .header__phone-icon{color:#fff}.header__phone-number{font-variant-numeric:tabular-nums}.nav-toggle{display:none;flex-shrink:0;flex-direction:column;justify-content:center;gap:4px;width:34px;height:34px;background:none;border:none;cursor:pointer;padding:5px;border-radius:6px;transition:background .25s ease}.nav-toggle:hover{background:#ffffff14}.nav-toggle span{display:block;width:100%;height:1.5px;background:var(--white);border-radius:1px;transition:transform .25s ease,opacity .25s ease}.nav-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(5.5px) rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-5.5px) rotate(-45deg)}@media(max-width:1200px){.nav__link{padding:.35rem .5rem;font-size:.76rem}.nav__link:after{left:.45rem;right:.45rem}.header__phone{padding:.26rem .5rem;font-size:.62rem}}@media(max-width:768px){.header__inner{flex-wrap:wrap;align-content:center;--header-edge: 1rem;--header-zone-gap: .5rem}.logo{flex:1 1 auto}.header__phone-cell{flex:0 0 auto}.nav-menu{flex:1 1 100%;order:3}.header__phone-number{display:none}.header__phone{padding:.35rem;border-radius:6px}.nav-toggle{display:flex}.nav-menu{position:fixed;top:var(--header-h);left:0;right:0;background:#0b1120;border-bottom:1px solid rgba(255,255,255,.08);padding:.75rem 1.25rem 1.25rem;transform:translateY(-110%);opacity:0;pointer-events:none;transition:transform .25s ease,opacity .25s ease;box-shadow:0 8px 24px #0003}.nav--open{transform:translateY(0);opacity:1;pointer-events:auto}.nav__list{flex-direction:column;align-items:stretch;gap:.15rem;width:100%}.nav__link{padding:.7rem .85rem;font-size:.9rem}.nav__link:after{left:.85rem;right:.85rem;bottom:.45rem}}.footer{position:relative;background:#070d18;padding:1.85rem 0 1.35rem;border-top:none}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(184,146,79,.08) 18%,rgba(184,146,79,.36) 50%,rgba(184,146,79,.08) 82%,transparent 100%)}.footer__inner{display:flex;flex-direction:column;gap:1.1rem}.footer__top{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer__brand-block{flex:1 1 280px;max-width:520px}.footer__legal-name{margin:0 0 .5rem;font-size:1rem;font-weight:700;color:var(--white);letter-spacing:.01em}.footer__meta{margin:0 0 .35rem;font-size:.88rem;line-height:1.65;color:#ffffff9e}.footer__link-inline{color:#ffffffc7;transition:color .25s ease}.footer__link-inline:hover{color:#e5e7eb}.footer__nav{display:flex;flex-wrap:wrap;gap:.55rem 1.25rem;align-items:center}.footer__link{font-size:.88rem;font-weight:500;color:#ffffffc7;transition:color .25s ease}.footer__link:hover{color:#e5e7eb}.footer__copy{margin:0;padding-top:.85rem;border-top:1px solid rgba(255,255,255,.06);font-size:.8rem;color:#ffffff6b;text-align:center}@media(max-width:768px){.footer{padding:1.5rem 0 1.25rem}.footer__top{flex-direction:column;gap:1.25rem}.footer__nav{flex-direction:column;align-items:flex-start;gap:.65rem}.footer__cols{grid-template-columns:1fr;gap:1.25rem;width:100%}.footer__copy{text-align:left}}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:10050;padding:.85rem 1rem calc(.85rem + env(safe-area-inset-bottom,0px));pointer-events:none}.cookie-banner__inner{pointer-events:auto;max-width:920px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1rem 1.15rem;background:#0f2744f5;border:1px solid rgba(255,255,255,.12);border-radius:14px;box-shadow:0 16px 40px #00000047;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.cookie-banner__title{margin:0 0 .25rem;font-size:.95rem;font-weight:700;color:var(--white)}.cookie-banner__desc{margin:0;font-size:.84rem;line-height:1.55;color:#ffffffb8}.cookie-banner__link{color:var(--home-subtitle);font-weight:600;text-decoration:underline;text-underline-offset:2px}.cookie-banner__link:hover{color:var(--home-title)}.cookie-banner__actions{display:flex;flex-shrink:0;gap:.55rem}.cookie-banner__btn{padding:.58rem .95rem;font:inherit;font-size:.84rem;font-weight:600;border-radius:999px;border:1px solid transparent;cursor:pointer;white-space:nowrap;transition:background .2s ease,color .2s ease,border-color .2s ease}.cookie-banner__btn--ghost{color:#ffffffe0;background:transparent;border-color:#ffffff38}.cookie-banner__btn--ghost:hover{background:#ffffff14}.cookie-banner__btn--primary{color:#0a0a0a;background:#fff;border-color:#fff}.cookie-banner__btn--primary:hover{background:#e5e7eb;border-color:#e5e7eb;color:#0a0a0a}@media(max-width:768px){.cookie-banner__inner{flex-direction:column;align-items:stretch}.cookie-banner__actions{flex-direction:column}.cookie-banner__btn{width:100%;text-align:center}}@media(prefers-reduced-motion:reduce){.cookie-banner__btn{transition:none}}.whatsapp-float{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999;display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;color:#fff;background:linear-gradient(145deg,#25d366,#20ba5a);border:2px solid rgba(255,255,255,.28);box-shadow:0 6px 24px #25d3666b,0 2px 8px #0000002e;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease}.whatsapp-float svg{width:28px;height:28px}.whatsapp-float:hover{transform:translateY(-3px) scale(1.06);box-shadow:0 10px 32px #25d36685,0 4px 12px #00000038}.whatsapp-float:focus-visible{outline:2px solid #ffffff;outline-offset:3px}@media(max-width:768px){.whatsapp-float{bottom:1.15rem;right:1.15rem;width:52px;height:52px}.whatsapp-float svg{width:26px;height:26px}}@media(prefers-reduced-motion:reduce){.whatsapp-float{transition:none}.whatsapp-float:hover{transform:none}}.hero{--hero-navy: #0b1120;--hero-white: #ffffff;--hero-black: #0a0a0a;--hero-gray-light: #e5e7eb;--hero-gray: #9ca3af;--hero-gray-muted: #6b7280;--hero-text: var(--hero-gray-light);--hero-space: clamp(1.5rem, 4vw, 4rem);--hero-radius: 10px;position:relative;width:100%;min-height:100vh;min-height:100svh;min-height:100dvh;padding-top:var(--header-h);box-sizing:border-box;background:var(--hero-navy);overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-position:55% center;background-size:cover;background-repeat:no-repeat}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(90deg,rgba(11,17,32,.94) 0%,rgba(11,17,32,.7) 32%,rgba(11,17,32,.2) 55%,rgba(11,17,32,.05) 72%,transparent 100%),linear-gradient(180deg,rgba(11,17,32,.35) 0%,transparent 28%,rgba(11,17,32,.5) 100%);pointer-events:none}.hero__map-layer{position:absolute;top:calc(var(--header-h) + .5rem);right:clamp(.75rem,2.5vw,2.25rem);width:min(46vw,620px);max-width:48%;height:min(calc(100dvh - var(--header-h) - 7.5rem),76vh);z-index:2;pointer-events:none}.hero__map-layer:before{content:"";position:absolute;top:0;right:5%;bottom:12%;left:5%;background:radial-gradient(ellipse 70% 60% at 55% 42%,rgba(59,130,246,.1) 0%,transparent 68%);pointer-events:none;z-index:0}.hero__map-layer .moldova-scene{pointer-events:auto}.hero__inner{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:1440px;min-height:calc(100dvh - var(--header-h));margin:0 auto;padding:clamp(2rem,5vh,3.5rem) var(--hero-space) clamp(1.25rem,2.5vh,2rem)}.hero__row{display:none}.hero__content{display:flex;flex-direction:column;gap:0;max-width:min(32rem,44%);padding-top:clamp(.5rem,2vh,1.5rem)}.hero__eyebrow{margin:0 0 1.25rem;font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--hero-gray)}.hero__title{margin:0;font-size:clamp(2rem,3.8vw,3.1rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--hero-white);text-wrap:balance}.hero__title-accent{display:block;color:var(--hero-gray-light);font-weight:700}.hero__text{margin:1.5rem 0 0;max-width:42ch;font-size:clamp(.95rem,1.1vw,1.05rem);line-height:1.7;color:var(--hero-gray)}.hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.85rem;margin-top:2rem}.hero__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:3rem;padding:.7rem 1.5rem;border-radius:var(--hero-radius);font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;border:1px solid transparent;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.hero__btn-icon{width:1.1rem;height:1.1rem;flex-shrink:0}.hero__btn:hover{transform:translateY(-1px)}.hero__btn--primary{color:var(--hero-black);background:var(--hero-white);border-color:var(--hero-white)}.hero__btn--primary:hover{color:var(--hero-black);background:var(--hero-gray-light);border-color:var(--hero-gray-light)}.hero__btn--ghost{color:var(--hero-white);background:transparent;border-color:#ffffff59}.hero__btn--ghost:hover{color:var(--hero-gray-light);border-color:#ffffff8c;background:#ffffff0f}.hero__stats-bar{display:flex;align-items:stretch;justify-content:flex-start;gap:1rem;margin:auto 0 0;padding:0;width:100%;max-width:52rem}.hero__stats-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;flex:1;margin:0;padding:0}.hero__stat{display:flex;flex-direction:column;align-items:flex-start;margin:0;padding:1.25rem 1.5rem;border-radius:var(--hero-radius);background:#0f172a8c;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:border-color .2s ease,background .2s ease}.hero__stat:hover{border-color:#ffffff2e;background:#0f172aa6}.hero__stat-icon{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;margin-bottom:.85rem;border-radius:50%;border:1.5px solid rgba(255,255,255,.28);color:var(--hero-gray-light);background:#ffffff0a}.hero__stat-icon svg{width:1.05rem;height:1.05rem}.hero__stat-value{margin:0 0 .2rem;font-size:clamp(1.5rem,2.2vw,1.85rem);font-weight:700;color:var(--hero-white);font-variant-numeric:tabular-nums;line-height:1.1}.hero__stat-label{margin:0;font-size:.78rem;line-height:1.4;color:var(--hero-gray)}.moldova-scene{position:relative;z-index:1;width:100%;height:100%;max-width:none;margin:0;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start}.moldova-scene__frame{position:relative;width:100%;flex:1 1 auto;min-height:0;display:flex;align-items:flex-start;justify-content:flex-end}.moldova-scene__svg{display:block;width:100%;height:100%;min-height:280px;overflow:visible}.moldova-scene__wash{opacity:.65}.moldova-scene__counties-context{opacity:.2}.moldova-scene__county{fill:#3b82f60d;stroke:#60a5fa24;stroke-width:.6;vector-effect:non-scaling-stroke}.moldova-scene__county--focus{opacity:.92;fill:#3b82f62e;stroke:#93c5fd9e;stroke-width:1.25;vector-effect:non-scaling-stroke}.moldova-scene__county-name{font-family:inherit;font-size:22px;font-weight:600;fill:#94a3b852;letter-spacing:.1em;text-transform:uppercase;pointer-events:none}.moldova-scene__route-base{fill:none;stroke:#ffffff47;stroke-width:1.1;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.moldova-scene__route-comet{fill:none;stroke:url(#moldova-route-gradient);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;stroke-dasharray:14 110;stroke-dashoffset:14;animation:moldovaRouteComet 5s ease-in-out infinite}@keyframes moldovaRouteComet{0%{stroke-dashoffset:14;opacity:0}10%{opacity:.8}90%{opacity:.8}to{stroke-dashoffset:-110;opacity:0}}.moldova-scene__pin-group{cursor:pointer;outline:none}.moldova-scene__leader{stroke:#60a5fa40;stroke-width:.75;vector-effect:non-scaling-stroke;transition:stroke .2s ease}.moldova-scene__pulse{fill:none;stroke:#60a5fa80;stroke-width:1;transform-box:fill-box;transform-origin:center;opacity:0;vector-effect:non-scaling-stroke;animation:moldovaPinPulse 4s ease-out infinite}@keyframes moldovaPinPulse{0%{transform:scale(.8);opacity:0}20%{opacity:.5}70%{opacity:0;transform:scale(2)}to{opacity:0;transform:scale(2)}}.moldova-scene__pin{fill:#3b82f633;stroke:#60a5fa99;stroke-width:1}.moldova-scene__dot{fill:#fff;stroke:#93c5fd;stroke-width:2.25;filter:drop-shadow(0 0 10px rgba(255,255,255,.75)) drop-shadow(0 0 18px rgba(59,130,246,.55));transition:transform .2s ease}.moldova-scene__halo{fill:#3b82f614;stroke:#60a5fa59;stroke-width:.75;opacity:0;transition:opacity .2s ease}.moldova-scene__label{font-family:inherit;font-size:40px;font-weight:600;fill:#fffffffa;paint-order:stroke fill;stroke:#0b1120e0;stroke-width:5px;stroke-linejoin:round;transition:fill .2s ease}.moldova-scene__pin-group:hover .moldova-scene__label,.moldova-scene__pin-group.is-active .moldova-scene__label{fill:var(--hero-gray-light)}.moldova-scene__pin-group:hover .moldova-scene__leader,.moldova-scene__pin-group.is-active .moldova-scene__leader{stroke:#60a5fa80}.moldova-scene__pin-group.is-active .moldova-scene__pin{fill:#3b82f640;stroke:#60a5facc}.moldova-scene__pin-group.is-active .moldova-scene__halo{opacity:1}.moldova-scene__pin-group:focus-visible .moldova-scene__dot{stroke:#fff;stroke-width:2}.moldova-panel{position:relative;z-index:4;width:100%;margin-top:.35rem;padding:0;border:none;background:transparent;text-align:center}.moldova-panel.is-visible{position:absolute;right:0;bottom:2.25rem;width:min(16rem,92%);padding:.75rem .9rem;border-radius:var(--hero-radius);background:#0b1120e0;border:1px solid rgba(96,165,250,.28);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);text-align:left}.moldova-panel__hint{display:flex;align-items:center;justify-content:center;gap:.4rem;margin:0;padding:.15rem 0;font-size:.65rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--hero-gray)}.moldova-panel__hint:before{content:"";display:inline-block;width:.85rem;height:.85rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 21s-6-5.2-6-10a6 6 0 1112 0c0 4.8-6 10-6 10z' stroke='%239ca3af' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='11' r='2' fill='%239ca3af'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;flex-shrink:0}.moldova-panel__hint span{color:var(--hero-gray-light)}.moldova-panel__head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.moldova-panel__city{margin:0;font-size:.9rem;font-weight:600;color:var(--hero-white)}.moldova-panel__role{margin:0;font-size:.62rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--hero-gray);white-space:nowrap}.moldova-panel__address{margin:.4rem 0 0;font-size:.76rem;line-height:1.5;color:var(--hero-gray)}.moldova-panel__foot{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.06)}.moldova-panel__phone{font-size:.76rem;color:var(--hero-white);text-decoration:none}.moldova-panel__phone:hover{color:var(--hero-gray-light)}.moldova-panel__link{font-size:.72rem;font-weight:600;color:var(--hero-gray-light);text-decoration:none}.moldova-panel__link:hover{color:var(--hero-white)}.hero--ready .hero__eyebrow,.hero--ready .hero__text,.hero--ready .hero__stats-bar{animation:heroFadeIn .7s ease both}.hero--ready .hero__title{animation:heroFadeIn .8s ease both}.hero--ready .hero__actions{animation:heroFadeIn .75s ease both}.hero--ready .hero__map-layer{animation:heroMapFade 1s ease .25s both}@keyframes heroMapFade{0%{opacity:0}to{opacity:1}}.hero--ready .hero__eyebrow{animation-delay:.05s}.hero--ready .hero__title{animation-delay:.12s}.hero--ready .hero__text{animation-delay:.3s}.hero--ready .hero__actions{animation-delay:.42s}.hero--ready .hero__stats-bar{animation-delay:.55s}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.hero--ready .hero__eyebrow,.hero--ready .hero__title,.hero--ready .hero__text,.hero--ready .hero__actions,.hero--ready .hero__stats-bar,.hero--ready .moldova-scene,.moldova-scene__route-comet,.moldova-scene__pulse{animation:none!important;opacity:1!important;transform:none!important}}@media(max-width:1100px){.hero{min-height:auto;display:flex;flex-direction:column}.hero__inner{display:contents;min-height:auto}.hero__content{order:1;max-width:none;padding:clamp(1.5rem,3vh,2rem) var(--hero-space) 0}.hero__map-layer{position:relative;top:auto;right:auto;order:2;width:min(100%,480px);max-width:100%;height:min(48vh,420px);margin:1.25rem auto 0}.hero__stats-bar{order:3;flex-direction:column;align-items:stretch;margin:0;padding:1.5rem var(--hero-space) 2rem;max-width:none}.hero__stats-cards{max-width:none}.moldova-scene{align-items:center}.moldova-scene__frame{justify-content:center;align-items:center}}@media(max-width:640px){.hero{--hero-space: 1.25rem}.hero__title{font-size:clamp(1.65rem,7vw,2.1rem)}.hero__actions{flex-direction:column;align-items:stretch}.hero__btn{width:100%}.hero__stats-bar{grid-template-columns:1fr;gap:.75rem}.moldova-scene{height:auto;max-width:100%}.moldova-scene__frame{height:auto}.moldova-scene__svg{height:auto;max-height:min(42vh,280px);aspect-ratio:1191 / 2155}}.home-intro{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#070b12;pointer-events:all;opacity:1;transition:opacity .85s cubic-bezier(.22,1,.36,1);will-change:opacity}.home-intro--exit{opacity:0;pointer-events:none}.home-intro__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.15rem;width:min(92vw,720px);padding:2rem 1.5rem;text-align:center}.home-intro__logo{width:min(420px,88vw);height:auto;object-fit:contain;opacity:0;transform:scale(.8);animation:introLogoIn 1s cubic-bezier(.22,1,.36,1) forwards}.home-intro__title{margin:.35rem 0 0;font-size:clamp(1.15rem,3.2vw,1.85rem);font-weight:800;letter-spacing:.06em;line-height:1.25;color:#fff;opacity:0;transform:translateY(18px);text-shadow:none;animation:introTitleIn .8s cubic-bezier(.22,1,.36,1) 1s forwards}.home-intro__tagline{margin:0;font-size:clamp(.82rem,2vw,1rem);font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#ffffff9e;opacity:0;animation:introTaglineIn .65s ease 1.55s forwards}@keyframes introLogoIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes introTitleIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0);text-shadow:none}}@keyframes introTaglineIn{0%{opacity:0}to{opacity:1}}html.home-intro-active{overflow:hidden}html.home-intro-active[data-home-intro=splash] .site-header,html.home-intro-active[data-home-intro=splash] .hero,html.home-intro-active[data-home-intro=splash] .home-below-fold,html.home-intro-active[data-home-intro=splash] .site-footer,html.home-intro-active[data-home-intro=splash] .floating-whatsapp{opacity:0;visibility:hidden}html.home-intro-active[data-home-intro=hero] .site-header,html.home-intro-active[data-home-intro=hero] .hero{opacity:1;visibility:visible;animation:introContentFadeIn .95s cubic-bezier(.22,1,.36,1) forwards}html.home-intro-active[data-home-intro=hero] .home-below-fold,html.home-intro-active[data-home-intro=hero] .site-footer,html.home-intro-active[data-home-intro=hero] .floating-whatsapp{opacity:0;visibility:hidden}html.home-intro-active[data-home-intro=page] .site-header,html.home-intro-active[data-home-intro=page] .hero{opacity:1;visibility:visible}html.home-intro-active[data-home-intro=page] .home-below-fold,html.home-intro-active[data-home-intro=page] .site-footer{opacity:1;visibility:visible;animation:introContentFadeIn .85s cubic-bezier(.22,1,.36,1) forwards}html.home-intro-active[data-home-intro=page] .floating-whatsapp{opacity:1;visibility:visible;transition:opacity .6s ease .15s}@keyframes introContentFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero.hero--intro-pending .hero-animate,.hero.hero--intro-pending .hero__content>*{animation:none!important;opacity:1;transform:none}.hero.hero--intro-pending{opacity:0}html.home-intro-active[data-home-intro=hero] .hero.hero--intro-pending,html.home-intro-active[data-home-intro=page] .hero.hero--intro-pending{opacity:1}@media(prefers-reduced-motion:reduce){.home-intro,.home-intro__logo,.home-intro__title,.home-intro__tagline{animation:none!important;opacity:1!important;transform:none!important}html.home-intro-active .site-header,html.home-intro-active .hero,html.home-intro-active .home-below-fold,html.home-intro-active .site-footer,html.home-intro-active .floating-whatsapp{opacity:1!important;visibility:visible!important;animation:none!important;transform:none!important}}.why-us{position:relative;padding:5rem 0;overflow:hidden;scroll-margin-top:var(--header-h);background:linear-gradient(180deg,#f8fafc,#eef2f7 45%,#f4f6f9)}.why-us__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 50% at 10% 0%,rgba(255,106,0,.07) 0%,transparent 55%),radial-gradient(ellipse 60% 45% at 95% 100%,rgba(15,39,68,.06) 0%,transparent 50%);pointer-events:none}.why-us__inner{position:relative;z-index:1}.why-us.is-navigated,.why-us.why-us--entered{animation:whyUsEnter .75s cubic-bezier(.22,1,.36,1)}@keyframes whyUsEnter{0%{opacity:.82;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.why-us.is-navigated,.why-us.why-us--entered{animation:none}}.why-us__header{max-width:860px;margin:0 auto 3rem;text-align:center}.why-us__label{display:inline-block;margin:0 0 1rem;padding:0;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--home-muted-on-light);background:none;border-radius:0;box-shadow:none}.why-us__title{margin:0 0 1rem;font-size:clamp(1.75rem,3.5vw,2.45rem);font-weight:800;color:var(--home-title-on-light);letter-spacing:-.025em;line-height:1.2;text-wrap:balance}.why-us__subtitle{margin:0 0 1.5rem;font-size:clamp(1.02rem,1.9vw,1.15rem);font-weight:600;line-height:1.75;color:var(--home-subtitle-on-light)}.why-us__description{text-align:left;max-width:780px;margin:0 auto}.why-us__paragraph{margin:0 0 1rem;font-size:1.02rem;line-height:1.85;color:var(--home-body-on-light)}.why-us__paragraph:last-child{margin-bottom:0}.why-us__courses{padding-top:1rem;scroll-margin-top:var(--header-h)}.why-us__courses.is-navigated{animation:whyUsEnter .75s cubic-bezier(.22,1,.36,1)}.why-us__courses-header{max-width:820px;margin:0 auto 2rem;text-align:center}.why-us__courses-title{margin:0 0 .85rem;font-size:clamp(1.35rem,2.8vw,1.85rem);font-weight:800;color:var(--home-title-on-light);line-height:1.3;text-wrap:balance}.why-us__courses-subtitle{margin:0;font-size:clamp(.98rem,1.7vw,1.08rem);line-height:1.75;color:var(--home-body-on-light)}.why-us__courses--stagger .why-us__card{opacity:0;transform:translateY(22px);animation:whyUsCardStagger .65s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(var(--stagger-index, 0) * 55ms)}@keyframes whyUsCardStagger{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.why-us__courses-intro{margin:0 auto 1.75rem;max-width:720px;text-align:center;font-size:clamp(1.05rem,2vw,1.2rem);font-weight:700;line-height:1.6;color:var(--home-title-on-light)}.why-us__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.why-us__card{position:relative;padding:1.5rem 1.25rem 1.35rem;background:#fff;border:1px solid rgba(15,39,68,.08);border-radius:16px;box-shadow:0 4px 20px #0f27440f;overflow:hidden;transition:transform .35s cubic-bezier(.22,1,.36,1),border-color .35s ease,box-shadow .35s ease}.why-us__card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ff6a00,#ffb347);opacity:0;transition:opacity .35s ease}.why-us__card:hover{transform:translateY(-6px);border-color:#ff6a0052;box-shadow:0 16px 40px #0f27441f,0 0 0 1px #ff6a001f}.why-us__card:hover:before{opacity:1}.why-us__image-wrap{display:flex;align-items:center;justify-content:center;width:100%;height:150px;margin-bottom:1rem}.why-us__course-image{width:100%;height:100%;object-fit:contain;image-rendering:auto;transition:transform .35s cubic-bezier(.22,1,.36,1)}.why-us__card:hover .why-us__course-image{transform:scale(1.04)}.why-us__card-title{margin:0 0 .5rem;font-size:.98rem;font-weight:800;color:var(--home-title-on-light);line-height:1.35}.why-us__card-text{margin:0;font-size:.86rem;line-height:1.65;color:var(--home-body-on-light)}@media(max-width:1200px){.why-us__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1023px){.why-us__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.why-us{padding:3.5rem 0}.why-us__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.why-us__image-wrap{height:120px}.why-us__description{text-align:center}}@media(prefers-reduced-motion:reduce){.why-us__courses--stagger .why-us__card{opacity:1;transform:none;animation:none}.why-us__card:hover,.why-us__card:hover .why-us__course-image{transform:none}}.testimonials{position:relative;padding:5rem 0;overflow:hidden;background:linear-gradient(168deg,#061525,#0c2340 38%,#0f2744 62%,#0a1e38)}.testimonials__glow{position:absolute;width:420px;height:420px;border-radius:50%;filter:blur(80px);opacity:.35;pointer-events:none}.testimonials__glow--left{top:8%;left:-120px;background:radial-gradient(circle,rgba(255,106,0,.35) 0%,transparent 70%)}.testimonials__glow--right{bottom:5%;right:-100px;background:radial-gradient(circle,rgba(42,80,128,.5) 0%,transparent 70%)}.testimonials__inner{position:relative;z-index:1}.testimonials__header{max-width:780px;margin:0 auto 2.75rem;text-align:center}.testimonials__badge{position:relative;display:inline-flex;align-items:center;gap:.5rem;margin:0 0 1.1rem;padding:0;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--home-muted);background:none;border:none;border-radius:0;box-shadow:none;overflow:visible}.testimonials__badge:after{display:none}.testimonials__badge:hover:after{display:none}.testimonials__badge-star{font-size:.8rem;line-height:1;color:var(--home-subtitle)}.testimonials__title{margin:0 0 1rem;font-size:clamp(1.75rem,3.4vw,2.35rem);font-weight:800;color:var(--home-title);letter-spacing:-.02em;text-shadow:0 2px 16px rgba(0,0,0,.2)}.testimonials__subtitle{margin:0;font-size:clamp(1rem,1.8vw,1.08rem);line-height:1.8;color:var(--home-subtitle);max-width:680px;margin-inline:auto}.testimonials__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem;margin:0 0 2.5rem;padding:0;list-style:none}.testimonials__stat{display:flex;align-items:center;gap:.65rem;padding:.95rem 1rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:14px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 12px 32px #0000002e;transition:transform .35s ease,border-color .35s ease,background .35s ease}.testimonials__stats.is-visible .testimonials__stat{animation:testimonialsFadeUp .7s cubic-bezier(.22,1,.36,1) backwards;animation-delay:var(--stat-delay, 0s)}.testimonials__stat:hover{transform:translateY(-3px);background:#ffffff17;border-color:#ff6a0059}.testimonials__stat-icon{flex-shrink:0;font-size:1.25rem;line-height:1}.testimonials__stat-text{font-size:.8rem;font-weight:600;line-height:1.4;color:var(--home-subtitle)}.testimonials__carousel{position:relative;display:flex;align-items:center;gap:.75rem;--per-view: 3;--gap: 1.1rem}.testimonials__viewport{flex:1;overflow:hidden;min-width:0;border-radius:4px}.testimonials__viewport.is-sliding .testimonials__card{opacity:.88}.testimonials__track{display:flex;gap:var(--gap);transition:transform .58s cubic-bezier(.22,1,.36,1);will-change:transform}.testimonials__track.is-sliding .testimonials__card{pointer-events:none}.testimonials__card{position:relative;flex:0 0 calc((100% - (var(--per-view) - 1) * var(--gap)) / var(--per-view));min-width:0;margin:0;padding:1.65rem 1.45rem 1.5rem;display:flex;flex-direction:column;min-height:260px;background:linear-gradient(145deg,#ffffff1a,#ffffff0d);border:1px solid rgba(255,255,255,.18);border-radius:18px;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 20px 50px #00000047,inset 0 1px #ffffff14;transition:transform .4s cubic-bezier(.22,1,.36,1),border-color .4s ease,box-shadow .4s ease,opacity .4s ease;opacity:.72;transform:translateY(8px)}.testimonials__card.is-visible{opacity:1;transform:translateY(0);transition-delay:var(--card-delay, 0s)}.testimonials__card:hover{border-color:#ffb34773;box-shadow:0 28px 60px #00000052,0 0 0 1px #ff6a001f,inset 0 1px #ffffff1f;transform:translateY(-6px)}.testimonials__quote{position:absolute;top:.85rem;right:1.1rem;font-size:2.5rem;font-weight:800;line-height:1;color:#ffffff1f;font-family:Georgia,serif;pointer-events:none;-webkit-user-select:none;user-select:none}.testimonials__stars{display:flex;gap:.15rem;margin:0 0 1rem}.testimonials__star{font-size:.95rem;line-height:1;color:var(--home-subtitle);text-shadow:none}.testimonials__meta{display:flex;flex-direction:column;gap:.45rem;margin-bottom:1rem}.testimonials__author{font-size:.94rem;font-weight:700;font-style:normal;color:var(--home-title)}.testimonials__sep{margin:0 .2rem;font-weight:400;color:var(--home-muted)}.testimonials__atest{display:inline-block;align-self:flex-start;padding:.22rem .6rem;font-size:.67rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--home-subtitle);background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:6px}.testimonials__text{margin:0;flex:1;font-size:.92rem;line-height:1.75;color:var(--home-body)}.testimonials__arrow{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.85rem;height:2.85rem;padding:0;color:var(--home-title);background:#ffffff12;border:1px solid rgba(255,255,255,.2);border-radius:50%;cursor:pointer;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 8px 24px #0003;transition:background .3s ease,border-color .3s ease,transform .3s ease,box-shadow .3s ease}.testimonials__arrow:hover{background:#ff6a003d;border-color:#ff7a1a99;box-shadow:0 8px 28px #ff6a0040;transform:scale(1.06)}.testimonials__arrow:focus-visible{outline:2px solid #ff7a1a;outline-offset:3px}.testimonials__arrow-icon{width:1.2rem;height:1.2rem}.testimonials__dots{display:flex;justify-content:center;align-items:center;gap:.55rem;margin-top:2rem}.testimonials__dot{width:.5rem;height:.5rem;padding:0;border:none;border-radius:50%;background:#ffffff40;cursor:pointer;transition:background .3s ease,transform .3s ease,width .3s ease}.testimonials__dot:hover{background:#ffffff8c;transform:scale(1.2)}.testimonials__dot.is-active{width:1.75rem;border-radius:999px;background:linear-gradient(90deg,#ff6a00,#ffb347);box-shadow:0 0 14px #ff6a0066}.testimonials__dot:focus-visible{outline:2px solid #ff7a1a;outline-offset:2px}@keyframes testimonialsFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1023px){.testimonials__stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.testimonials{padding:3.75rem 0}.testimonials__carousel{gap:.4rem}.testimonials__arrow{width:2.4rem;height:2.4rem}.testimonials__card{min-height:240px;padding:1.45rem 1.2rem}.testimonials__stats{grid-template-columns:1fr;gap:.65rem}.testimonials__stat{padding:.85rem .95rem}}@media(prefers-reduced-motion:reduce){.testimonials__track{transition:none}.testimonials__card{opacity:1;transform:none;transition:none}.testimonials__card:hover{transform:none}.testimonials__stat{animation:none!important}.testimonials__badge:after{display:none}}.features{padding:4rem 0 2rem;background:var(--gray-100)}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.feature-card{background:var(--white);border-radius:var(--radius);padding:2.25rem 2rem;box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}.feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:transparent}.feature-card__icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:var(--orange-light);color:var(--home-subtitle-on-light);border-radius:10px;margin-bottom:1.25rem}.feature-card__icon svg{width:28px;height:28px}.feature-card__title{font-size:1.2rem;font-weight:700;color:var(--home-title-on-light);margin-bottom:.65rem}.feature-card__text{font-size:.975rem;color:var(--home-body-on-light);line-height:1.65}.contact{position:relative;padding:5.5rem 0 6rem;overflow:hidden;scroll-margin-top:var(--header-h)}.contact:not(.contact--standalone){padding-top:calc(var(--header-h) + 1.5rem)}.contact.is-navigated,.contact.contact--entered{animation:sectionFadeUp .75s cubic-bezier(.22,1,.36,1)}@media(prefers-reduced-motion:reduce){.contact.is-navigated,.contact.contact--entered{animation:none}}.contact--standalone{padding-top:calc(var(--header-h) + 3rem);min-height:80vh}.contact__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 20% 20%,rgba(232,98,10,.06) 0%,transparent 60%),radial-gradient(ellipse 70% 50% at 80% 80%,rgba(15,39,68,.05) 0%,transparent 55%),linear-gradient(180deg,var(--white) 0%,var(--gray-100) 100%);z-index:0}.contact .container{position:relative;z-index:1}.contact__header{text-align:center;max-width:620px;margin:0 auto 3.5rem}.contact__label{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--home-muted-on-light);margin-bottom:.75rem}.contact__title{font-size:clamp(1.85rem,4vw,2.5rem);font-weight:800;color:var(--home-title-on-light);letter-spacing:-.02em;margin-bottom:1rem}.contact__intro{font-size:1.05rem;color:var(--home-body-on-light);line-height:1.7;margin-bottom:2rem}.contact__quick-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.contact__btn{min-width:180px}.contact__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.75rem}.contact-card{display:flex;align-items:flex-start;gap:1.25rem;padding:1.75rem;background:#ffffffb8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.9);border-radius:16px;box-shadow:0 4px 24px #0f27440f,inset 0 1px #fffffff2;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease,background .35s ease}.contact-card:hover{transform:translateY(-8px);background:#ffffffe0;border-color:#e8620a40;box-shadow:0 20px 48px #0f27441f,0 0 0 1px #e8620a14,inset 0 1px #fff}.contact-card__avatar-wrap{position:relative;flex-shrink:0}.contact-card__avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;border:3px solid var(--white);box-shadow:0 4px 16px #0f274426;transition:transform .35s ease,box-shadow .35s ease}.contact-card__avatar--icon{object-fit:contain;background:#f8fafc;padding:.4rem}.contact-card__avatar--no-face{object-position:center 72%}.contact-card__avatar--label{width:96px;height:96px;display:flex;align-items:center;justify-content:center;background:#111;color:#fff;text-align:center;padding:.5rem;font-size:.56rem;font-weight:800;line-height:1.15;letter-spacing:.03em;text-transform:uppercase;white-space:pre-line;overflow:hidden;box-sizing:border-box}.contact-card__avatar--label-oneline{white-space:nowrap;font-size:.34rem;letter-spacing:-.02em;padding:.45rem .25rem}.contact-card__avatar--label-oneline span{display:inline-block;max-width:none;word-break:normal;overflow-wrap:normal;transform:scale(.98);transform-origin:center}.contact-card__avatar--label-sm{font-size:.5rem;letter-spacing:.02em;line-height:1.12;padding:.55rem .4rem}.contact-card__avatar--label-xs{font-size:.44rem;letter-spacing:.01em;line-height:1.1;padding:.6rem .35rem}.contact-card__avatar--label span{display:block;max-width:100%;overflow-wrap:anywhere;word-break:break-word}.contact-card:hover .contact-card__avatar{transform:scale(1.05);box-shadow:0 8px 24px #0f274433}.contact-card__status{position:absolute;bottom:4px;right:4px;width:14px;height:14px;border:2.5px solid var(--white);border-radius:50%}.contact-card__status--open{background:#22c55e;box-shadow:0 0 0 2px #22c55e40}.contact-card__status--closed{background:#dc2626;box-shadow:0 0 0 2px #dc262638}.contact-card__body{flex:1;min-width:0}.contact-card__name{font-size:1.25rem;font-weight:700;color:var(--home-title-on-light);margin-bottom:.35rem;line-height:1.2}.contact-card__role{display:inline-block;margin:0 0 .9rem;padding:.28rem .7rem;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--home-subtitle-on-light);background:linear-gradient(135deg,#1118270f,#11182708);border:1px solid rgba(17,24,39,.12);border-radius:999px;line-height:1.3}.contact-card__role-badge{display:block;width:auto;max-width:100%;height:30px;margin:0 0 .85rem;object-fit:contain;object-position:left center}.contact-card__phone{display:flex;align-items:center;gap:.75rem;margin-top:.45rem;padding:.75rem .9rem;border-radius:12px;background:linear-gradient(180deg,#fff7f0,#ffedd5);border:1px solid rgba(232,98,10,.2);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.contact-card__phone:hover{transform:translateY(-1px);border-color:#e8620a59;box-shadow:0 6px 18px #e8620a1f}.contact-card__phone-body{display:flex;flex-direction:column;gap:.15rem;min-width:0}.contact-card__phone-label{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--home-muted-on-light)}.contact-card__phone-number{font-size:clamp(1.05rem,2.5vw,1.2rem);font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:.08em;color:var(--home-title-on-light);line-height:1.2;white-space:nowrap}.contact-card__phone-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--white, #fff);color:var(--home-subtitle-on-light);border-radius:10px;flex-shrink:0;box-shadow:0 2px 8px #0f274414}.contact-card__phone-icon svg{width:18px;height:18px}.contact-card__link{display:inline-flex;align-items:center;gap:.6rem;font-size:.95rem;color:var(--home-subtitle-on-light);padding:.5rem .85rem;margin-left:-.85rem;border-radius:8px;transition:background var(--transition),color var(--transition)}.contact-card__link:hover{background:#1118270a;color:var(--home-title-on-light)}.contact-card__link strong{font-weight:600;letter-spacing:.02em}.contact-card__link-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#1118270f;color:var(--home-subtitle-on-light);border-radius:8px;flex-shrink:0}.contact-card__link-icon svg{width:16px;height:16px}.contact-card--info{align-items:center}.contact-card__icon-wrap{flex-shrink:0;width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--orange-light) 0%,rgba(255,255,255,.8) 100%);color:var(--home-subtitle-on-light);border-radius:14px;transition:transform .35s ease,background .35s ease}.contact-card--info:hover .contact-card__icon-wrap{transform:scale(1.08) rotate(-3deg);background:linear-gradient(135deg,var(--orange) 0%,#f59e0b 100%);color:var(--white)}.contact-card__icon-wrap svg{width:32px;height:32px}.contact-card__email{display:inline-block;font-size:.925rem;font-weight:500;color:var(--home-subtitle-on-light);word-break:break-all;transition:color var(--transition)}.contact-card__email:hover{color:var(--home-subtitle-on-light)}.contact-card__schedule{display:flex;flex-direction:column;gap:.6rem;margin-top:.15rem}.contact-card__schedule-row{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.contact-card__open-status{display:flex;align-items:baseline;flex-wrap:wrap;gap:.15rem;margin:0 0 .1rem;font-size:.82rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.contact-card__open-status-now{color:var(--home-title-on-light)}.contact-card__open-status-word--open{color:#16a34a}.contact-card__open-status-word--closed{color:#dc2626}.contact-card__schedule-block{display:flex;flex-direction:column;gap:.2rem;padding:.65rem .75rem;border-radius:10px;background:linear-gradient(180deg,#f8fafc,#eef2f7);border:1px solid rgba(15,39,68,.08)}.contact-card__schedule-block--hours{background:linear-gradient(180deg,#fff7f0,#ffedd5);border-color:#e8620a26}.contact-card__schedule-label{font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--home-muted-on-light)}.contact-card__schedule-days{font-size:.88rem;font-weight:700;color:var(--home-subtitle-on-light);line-height:1.3}.contact-card__schedule-hours{font-size:1rem;font-weight:800;color:var(--home-title-on-light);letter-spacing:.03em;line-height:1.2}.contact-map-section{margin-top:2.75rem;text-align:center;scroll-margin-top:var(--header-h)}.contact-map-section.is-navigated,.contact-map-section.contact-map-section--entered{animation:sectionFadeUp .75s cubic-bezier(.22,1,.36,1)}@keyframes sectionFadeUp{0%{opacity:.82;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.contact-map-section.is-navigated,.contact-map-section.contact-map-section--entered{animation:none}}.contact-map-section__title{margin:0 0 .35rem;font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:800;color:var(--home-title-on-light)}.contact-map-section__intro{margin:0 0 1.25rem;color:var(--home-body-on-light);font-size:.98rem}.contact-map{position:relative;max-width:960px;margin:0 auto;border-radius:18px;overflow:hidden;background:var(--white, #fff);border:1px solid rgba(15,39,68,.1);box-shadow:0 12px 40px #0f27441a,inset 0 1px #ffffffe6}.contact-map__frame{display:block;width:100%;height:min(420px,62vw);min-height:280px;border:0}.contact-map__marker{position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-100% - 6px));z-index:2;display:flex;flex-direction:column;align-items:center;pointer-events:none;filter:drop-shadow(0 6px 14px rgba(15,39,68,.28))}.contact-map__label{padding:.45rem .85rem;background:linear-gradient(135deg,#0f2744,#1a3a5c);color:var(--white, #fff);font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;border-radius:8px;border:2px solid rgba(255,255,255,.92);white-space:nowrap}.contact-map__arrow{width:0;height:0;margin-top:-1px;border-left:9px solid transparent;border-right:9px solid transparent;border-top:11px solid #0f2744}.contact-map__dot{width:12px;height:12px;margin-top:2px;border-radius:50%;background:var(--orange, #e8620a);border:2px solid var(--white, #fff);box-shadow:0 0 0 2px #e8620a59}.contact-map__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;padding:.9rem 1.1rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-top:1px solid rgba(15,39,68,.08)}.contact-map__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem .85rem}.contact-map__nav-btn{min-width:170px}.contact-map__address{margin:0;display:flex;flex-direction:column;gap:.15rem;text-align:left;font-size:.92rem;color:var(--home-title-on-light)}.contact-map__address strong{font-size:.98rem}.contact-map__link{font-size:.88rem;font-weight:700;color:var(--home-subtitle-on-light);text-decoration:none;white-space:nowrap}.contact-map__link:hover{text-decoration:underline}.other-locations{margin-top:3rem;text-align:center}.other-locations__title{margin:0 0 1.5rem;font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:800;color:var(--home-title-on-light)}.other-locations__list{display:flex;flex-direction:column;gap:2.5rem;max-width:960px;margin:0 auto}.location-branch{display:flex;flex-direction:column;gap:1rem;text-align:left}.location-branch__card{margin:0;width:100%}.location-branch__card-body{width:100%}.location-branch__company{margin:0 0 .35rem;font-size:1.05rem;font-weight:800;color:var(--home-title-on-light);line-height:1.35}.location-branch__address{margin:0 0 1rem;font-size:.95rem;color:var(--home-body-on-light);line-height:1.5}.location-branch__meta{display:flex;flex-direction:column;gap:.85rem}.location-branch__contact{margin:0;display:flex;flex-direction:column;gap:.2rem}.location-branch__meta-label{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--home-muted-on-light)}.location-branch__meta-value{font-size:.98rem;font-weight:600;color:var(--home-title-on-light)}.location-branch__phone{align-self:flex-start}.location-branch__schedule{margin-top:.15rem}@media(min-width:900px){.other-locations__list{gap:3rem}}@media(max-width:768px){.other-locations{margin-top:2.25rem}.other-locations__list{gap:2rem}.location-branch__phone{width:100%}}@media(max-width:900px){.features__grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.features{padding:3rem 0 1.5rem}.contact:not(.contact--standalone){padding-top:2rem}.contact{padding-bottom:4.5rem}.contact__grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.contact__header{margin-bottom:2.5rem}}@media(max-width:768px){.hero__title{letter-spacing:-.01em;margin-bottom:0}.testimonials{padding:3.5rem 0}.contact__quick-actions{flex-direction:column;align-items:stretch}.contact__btn{width:100%;min-width:unset}.contact-card{flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem}.contact-card--info{flex-direction:row;text-align:left;align-items:center}.contact-card__phone{justify-content:center;width:100%;max-width:280px}.contact-card__link{margin-left:0;justify-content:center}.contact-map__footer{flex-direction:column;align-items:stretch;text-align:center}.contact-map__address{text-align:center}.contact-map__actions{flex-direction:column;align-items:stretch}.contact-map__nav-btn{width:100%;min-width:unset}}@media(max-width:480px){.feature-card{padding:1.75rem 1.5rem}}.site-form-wrap{margin-top:2.5rem;padding:1.75rem;background:#ffffffeb;border:1px solid rgba(15,39,68,.08);border-radius:16px;box-shadow:0 12px 36px #0f274414}.site-form-wrap__title{margin:0 0 .35rem;font-size:1.35rem;font-weight:800;color:var(--home-title-on-light)}.site-form-wrap__intro{margin:0 0 1.25rem;font-size:.95rem;color:var(--home-body-on-light)}.site-form{display:flex;flex-direction:column;gap:1rem}.site-form--card{margin-top:1.5rem;padding:1.75rem;background:var(--white);border:1px solid var(--gray-200);border-radius:16px;box-shadow:var(--shadow-sm)}.site-form__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.site-form__field{display:flex;flex-direction:column;gap:.4rem}.site-form__label{font-size:.86rem;font-weight:600;color:var(--home-subtitle-on-light)}.site-form__field input,.site-form__field textarea{width:100%;padding:.72rem .9rem;font:inherit;font-size:.95rem;color:var(--home-subtitle-on-light);background:var(--white);border:1px solid var(--gray-200);border-radius:10px;transition:border-color .2s ease,box-shadow .2s ease}.site-form__field input:focus,.site-form__field textarea:focus{outline:none;border-color:#ff6a0073;box-shadow:0 0 0 3px #ff6a001f}.site-form__field textarea{resize:vertical;min-height:110px}.site-form__submit{align-self:flex-start;margin-top:.25rem}.site-form__success{margin:1rem 0 0;padding:1rem 1.1rem;font-size:.95rem;line-height:1.6;color:#166534;background:#ecfdf3;border:1px solid #bbf7d0;border-radius:12px}.form-consent__label{display:flex;align-items:flex-start;gap:.65rem;cursor:pointer}.form-consent__input{flex-shrink:0;width:1.05rem;height:1.05rem;margin-top:.15rem;accent-color:var(--orange)}.form-consent__text{font-size:.88rem;line-height:1.55;color:var(--home-subtitle-on-light)}.form-consent__link{color:var(--home-subtitle-on-light);font-weight:600;text-decoration:underline;text-underline-offset:2px}.form-consent__link:hover{color:var(--home-title-on-light)}.form-consent--error .form-consent__text{color:#b45309}.form-consent__error{margin:.35rem 0 0 1.7rem;font-size:.82rem;color:#dc2626}.page-section__inner--wide{max-width:760px}@media(max-width:640px){.site-form__grid{grid-template-columns:1fr}.site-form-wrap,.site-form--card{padding:1.25rem}.site-form__submit{width:100%}}.quiz-page{padding:calc(var(--header-h) + 2rem) 0 4rem;min-height:100vh;background:var(--gray-100)}.quiz-page__inner{max-width:780px}.quiz-page__header{margin-bottom:2rem}.quiz-page__header--compact{margin-bottom:1.5rem}.quiz-page__nav{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.quiz-page__nav-link{display:inline-flex;padding:.5rem 1rem;font-size:.9rem;font-weight:600;color:var(--home-title-on-light);background:var(--white);border:1px solid var(--gray-200);border-radius:8px;transition:background .2s ease,color .2s ease}.quiz-page__nav-link:hover{background:var(--home-title-on-light);color:var(--white)}.quiz-page__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--home-title-on-light);margin-bottom:.5rem}.quiz-page__subtitle{color:var(--home-body-on-light);line-height:1.65;margin-bottom:1.25rem}.quiz-page__top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.quiz-page__answered{font-size:.9rem;color:var(--home-body-on-light);margin-top:.75rem}.quiz-rules{list-style:disc;padding-left:1.25rem;margin-bottom:1.5rem;color:var(--home-subtitle-on-light);line-height:1.7}.quiz-timer{font-size:1.25rem;font-weight:700;color:var(--home-title-on-light);background:var(--white);padding:.5rem 1rem;border-radius:8px;border:1px solid var(--gray-200);box-shadow:var(--shadow-sm)}.quiz-timer--warn{color:#dc2626;border-color:#fecaca;background:#fef2f2}.quiz-progress{margin-bottom:1.75rem}.quiz-progress__header{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:var(--home-subtitle-on-light)}.quiz-progress__track{height:8px;background:var(--gray-200);border-radius:99px;overflow:hidden}.quiz-progress__fill{height:100%;background:linear-gradient(90deg,var(--orange),#f59e0b);border-radius:99px;transition:width .35s ease}.quiz-question{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow-sm);margin-bottom:1.5rem}.quiz-question__section{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--home-body-on-light);margin-bottom:.5rem}.quiz-question__meta{font-size:.85rem;color:var(--home-body-on-light);margin-bottom:.75rem}.quiz-question__text{font-size:1.15rem;font-weight:600;color:var(--home-title-on-light);line-height:1.5;margin-bottom:1.25rem}.quiz-answers{display:flex;flex-direction:column;gap:.65rem}.quiz-answer{display:flex;align-items:flex-start;gap:.85rem;width:100%;text-align:left;padding:.9rem 1rem;font-family:var(--font);font-size:.95rem;color:var(--home-subtitle-on-light);background:var(--gray-100);border:2px solid transparent;border-radius:8px;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.quiz-answer:hover:not(:disabled){background:var(--white);border-color:var(--gray-200);transform:translate(4px)}.quiz-answer--active{border-color:var(--home-subtitle-on-light);background:#eff6ff}.quiz-answer--selected{border-color:var(--blue-mid);background:#dbeafe}.quiz-answer--correct{border-color:#16a34a;background:#f0fdf4}.quiz-answer--wrong{border-color:#dc2626;background:#fef2f2}.quiz-answer:disabled{cursor:default}.quiz-answer__letter{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;background:var(--white);border-radius:6px;color:var(--home-title-on-light)}.quiz-answer__text{line-height:1.5}.quiz-feedback{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--gray-200)}.quiz-feedback__msg{font-weight:700;font-size:1.05rem;margin-bottom:.5rem}.quiz-feedback__msg--ok{color:#16a34a}.quiz-feedback__msg--bad{color:#dc2626}.quiz-feedback__msg--info{color:var(--home-subtitle-on-light);font-weight:500}.quiz-feedback__correct{font-size:.95rem;color:var(--home-subtitle-on-light)}.quiz-feedback__explain{margin-top:.75rem;font-size:.9rem;color:var(--home-body-on-light);line-height:1.6}.quiz-actions{display:flex;flex-wrap:wrap;gap:.75rem}.quiz-btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.5rem;font-family:var(--font);font-size:.95rem;font-weight:600;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.quiz-btn:disabled{opacity:.45;cursor:not-allowed}.quiz-btn:not(:disabled):hover{transform:translateY(-2px)}.quiz-btn--primary{background:#fff;color:#0a0a0a;border-color:#fff}.quiz-btn--secondary{background:transparent;color:var(--home-title-on-light);border-color:#11182759}.quiz-btn--danger{background:#dc2626;color:var(--white);border-color:#dc2626;margin-left:auto}.quiz-btn--lg{padding:1rem 2rem;font-size:1.05rem}.quiz-result{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-md);text-align:center}.quiz-result__badge{display:inline-block;font-size:1.5rem;font-weight:800;padding:.75rem 2rem;border-radius:8px;margin-bottom:2rem}.quiz-result__badge--pass{background:#f0fdf4;color:#16a34a;border:2px solid #16a34a}.quiz-result__badge--fail{background:#fef2f2;color:#dc2626;border:2px solid #dc2626}.quiz-result__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.quiz-result__stat{padding:1rem;background:var(--gray-100);border-radius:8px}.quiz-result__stat-value{display:block;font-size:1.75rem;font-weight:800;color:var(--home-title-on-light)}.quiz-result__stat-value--ok{color:#16a34a}.quiz-result__stat-value--bad{color:#dc2626}.quiz-result__stat-label{font-size:.85rem;color:var(--home-body-on-light)}.quiz-result__rule,.quiz-result__note{font-size:.9rem;color:var(--home-body-on-light);margin-bottom:1.5rem;line-height:1.6}.quiz-result__category{font-size:.9rem;color:var(--home-body-on-light);margin-bottom:.5rem}.quiz-result__section{text-align:left;margin-bottom:1.5rem}.quiz-result__section h3{font-size:1.05rem;color:var(--home-title-on-light);margin-bottom:.75rem}.quiz-result__section ul{display:flex;flex-direction:column;gap:.75rem;max-height:320px;overflow-y:auto}.quiz-result__item{padding:.85rem 1rem;border-radius:8px}.quiz-result__item--ok{background:#f0fdf4;border-left:4px solid #16a34a}.quiz-result__item--bad{background:var(--gray-100);border-left:4px solid #dc2626}.quiz-result__explain{font-size:.85rem;color:var(--home-body-on-light);margin-top:.35rem}.quiz-result__more{font-size:.85rem;color:var(--home-body-on-light);margin-top:.5rem}.quiz-result__wrong{text-align:left;margin-bottom:2rem}.quiz-result__wrong h3{font-size:1.1rem;color:var(--home-title-on-light);margin-bottom:1rem}.quiz-result__wrong ul{display:flex;flex-direction:column;gap:1rem;max-height:400px;overflow-y:auto}.quiz-result__wrong-item{padding:1rem;background:var(--gray-100);border-radius:8px;border-left:4px solid #dc2626}.quiz-result__wrong-q{font-weight:600;color:var(--home-title-on-light);margin-bottom:.5rem;font-size:.95rem}.quiz-result__wrong-a{font-size:.875rem;line-height:1.5}.quiz-result__wrong-a--bad{color:#dc2626}.quiz-result__wrong-a--ok{color:#16a34a}.quiz-result__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}@media(max-width:640px){.quiz-question{padding:1.25rem}.quiz-result__stats{grid-template-columns:1fr}.quiz-actions{flex-direction:column}.quiz-btn--danger{margin-left:0}}.import-page{padding:calc(var(--header-h) + 2rem) 0 4rem;min-height:100vh;background:var(--gray-100)}.import-page__inner{max-width:820px}.import-page__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--home-title-on-light);margin-bottom:.5rem}.import-page__subtitle{color:var(--home-body-on-light);line-height:1.65;margin-bottom:2rem}.import-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.import-card h2{font-size:1.1rem;color:var(--home-title-on-light);margin-bottom:1rem}.import-select,.import-input{width:100%;padding:.75rem 1rem;font-family:var(--font);font-size:1rem;border:1px solid var(--gray-200);border-radius:8px;margin-bottom:.75rem}.import-hint{font-size:.9rem;color:var(--home-body-on-light);line-height:1.6;margin-bottom:1rem}.import-hint code{background:var(--gray-100);padding:.15rem .4rem;border-radius:4px;font-size:.85rem}.import-upload{display:flex;align-items:center;justify-content:center;padding:2rem;border:2px dashed var(--gray-200);border-radius:8px;cursor:pointer;transition:border-color .2s ease,background .2s ease}.import-upload:hover{border-color:var(--orange);background:var(--orange-light)}.import-upload input{display:none}.import-file{margin-top:.75rem;font-size:.9rem;color:var(--gray-700)}.import-error{color:#dc2626;font-weight:600;margin-top:.75rem}.import-preview{overflow-x:auto;margin-bottom:1rem}.import-preview table{width:100%;border-collapse:collapse;font-size:.875rem}.import-preview th,.import-preview td{padding:.6rem .75rem;border-bottom:1px solid var(--gray-200);text-align:left}.import-preview th{background:var(--gray-100);font-weight:600;color:var(--home-title-on-light)}.import-more{font-size:.85rem;color:var(--home-body-on-light);margin-top:.5rem}.import-template{background:var(--gray-100);padding:1rem;border-radius:8px;font-size:.8rem;overflow-x:auto;margin-bottom:1rem;line-height:1.5}.legal-page{padding:calc(var(--header-h) + 2.5rem) 0 4rem;background:var(--gray-100);min-height:60vh}.legal-page__inner{max-width:760px}.legal-page__nav{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;margin-bottom:1rem;font-size:.86rem;color:var(--home-body-on-light)}.legal-page__nav a{color:var(--home-subtitle-on-light);font-weight:600}.legal-page__nav a:hover{color:var(--home-title-on-light)}.legal-page__title{margin:0 0 .75rem;font-size:clamp(1.65rem,4vw,2.15rem);font-weight:800;color:var(--home-title-on-light)}.legal-page__intro{margin:0 0 1.75rem;font-size:1.02rem;line-height:1.75;color:var(--home-body-on-light)}.legal-page__content{display:flex;flex-direction:column;gap:1.25rem}.legal-page__section h2{margin:0 0 .45rem;font-size:1.05rem;font-weight:700;color:var(--home-title-on-light)}.legal-page__section p{margin:0;font-size:.96rem;line-height:1.75;color:var(--home-subtitle-on-light)}.legal-page__links{margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--gray-200);font-size:.9rem;color:var(--home-body-on-light)}.legal-page__links a{color:var(--home-subtitle-on-light);font-weight:600}.legal-page__links a:hover{color:var(--home-title-on-light)}.sim-page{padding-top:var(--header-h, 80px);min-height:100vh;background:linear-gradient(180deg,#dce4ec,#e8eef4 40%,#eef2f7)}.sim-page--standalone,.sim-test-page--standalone{padding-top:0}.sim-portal{max-width:1280px;margin:0 auto;padding:0 .75rem 1rem}.sim-header{background:var(--white, #fff);border:1px solid #c5d0dc;border-radius:10px 10px 0 0;box-shadow:0 2px 12px #0f27440f;overflow:hidden}.sim-header__top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1.5rem;padding:.85rem 1.25rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:1px solid #d8e0e8}.sim-header__date{margin:0;font-size:.9rem;font-weight:500;color:var(--gray-700, #334155);text-transform:capitalize}.sim-header__user{margin:0;font-size:.9rem;color:var(--gray-700, #334155);text-align:right}.sim-header__user-label{color:var(--gray-500, #64748b)}.sim-header__user-name{font-weight:700;color:var(--home-title-on-light)}.sim-header__user-sub{color:var(--gray-500, #64748b)}.sim-nav--tabs{display:flex;flex-wrap:wrap;gap:0;padding:0;background:#e2e8f0;border-bottom:2px solid var(--blue-dark, #0f2744)}.sim-nav__tab{display:inline-flex;align-items:center;justify-content:center;min-width:140px;padding:.7rem 1.35rem;font-family:inherit;font-size:.875rem;font-weight:600;color:var(--home-title-on-light);background:linear-gradient(180deg,#f1f5f9,#e2e8f0);border:none;border-right:1px solid #c5d0dc;cursor:pointer;text-decoration:none;transition:background .2s,color .2s}.sim-nav__tab:hover{background:linear-gradient(180deg,#fff,#f1f5f9)}.sim-nav__tab--active{background:linear-gradient(180deg,var(--blue-mid, #1a3a5c) 0%,var(--blue-dark, #0f2744) 100%);color:var(--white, #fff);box-shadow:inset 0 -2px 0 var(--orange, #e8620a)}.sim-nav__tab--active:hover{background:linear-gradient(180deg,var(--blue-mid, #1a3a5c) 0%,var(--blue-dark, #0f2744) 100%);color:var(--white, #fff)}.sim-nav__tab--logout{margin-left:auto;border-right:none;border-left:1px solid #c5d0dc}.sim-main--portal{max-width:none;padding:0}.sim-status-bar{padding:.65rem 1.25rem;font-size:.9rem;color:var(--gray-700, #334155);background:#f8fafc;border:1px solid #c5d0dc;border-top:none;border-bottom:none}.sim-status-bar strong{font-weight:800;color:var(--home-title-on-light);font-size:1rem}.sim-list-panel{background:var(--white, #fff);border:1px solid #c5d0dc;border-radius:0 0 10px 10px;box-shadow:0 8px 28px #0f274414;overflow:hidden}.sim-list-panel__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem .75rem;background:linear-gradient(180deg,var(--blue-mid, #1a3a5c) 0%,var(--blue-dark, #0f2744) 100%);padding:.4rem .85rem;border-bottom:2px solid var(--orange, #e8620a)}.sim-list-panel__user{margin:0;font-size:.72rem;color:#ffffffd1}.sim-list-panel__user strong{color:var(--white, #fff)}.sim-list-panel__logout{min-width:auto;min-height:1.875rem;padding:.3rem .7rem;font-size:.75rem}.sim-list-panel__title{margin:0;font-size:.9rem;font-weight:700;color:var(--white, #fff);letter-spacing:.02em}.sim-table-wrap--portal{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.sim-table--portal{width:100%;border-collapse:collapse;font-size:.78rem}.sim-table--portal:not(.sim-table--accounts){table-layout:fixed;min-width:100%}.sim-table--portal thead th{background:linear-gradient(180deg,#2a5080 0%,var(--blue-dark, #0f2744) 100%);color:var(--white, #fff);font-weight:700;font-size:.68rem;text-align:center;padding:.35rem .45rem;border:1px solid #0a1f35;letter-spacing:.01em;line-height:1.15;vertical-align:middle}.sim-table--portal:not(.sim-table--accounts) .sim-table__col-type{text-align:left;width:auto;padding-left:.65rem;padding-right:.5rem}.sim-table--portal:not(.sim-table--accounts) th:nth-child(2),.sim-table--portal:not(.sim-table--accounts) td:nth-child(2){width:5.25rem;min-width:5.25rem;max-width:5.25rem}.sim-table--portal:not(.sim-table--accounts) th:nth-child(3),.sim-table--portal:not(.sim-table--accounts) td:nth-child(3){width:7.25rem;min-width:7.25rem;max-width:7.25rem}.sim-table--portal:not(.sim-table--accounts) th:nth-child(4),.sim-table--portal:not(.sim-table--accounts) td:nth-child(4){width:5rem;min-width:5rem;max-width:5rem}.sim-table--portal:not(.sim-table--accounts) th:nth-child(5),.sim-table--portal:not(.sim-table--accounts) td:nth-child(5){width:7rem;min-width:7rem;max-width:7rem}.sim-table--portal:not(.sim-table--accounts) .sim-table__col-num{text-align:center;padding-left:.25rem;padding-right:.25rem}.sim-table--portal:not(.sim-table--accounts) .sim-table__col-action{text-align:center;padding-left:.35rem;padding-right:.35rem}.sim-table--portal tbody td{padding:.28rem .35rem;border:1px solid #c8d4e0;color:var(--gray-700, #334155);vertical-align:middle;line-height:1.25}.sim-table--portal:not(.sim-table--accounts) tbody .sim-table__col-type{padding:.28rem .65rem;font-weight:500;color:var(--home-title-on-light);word-wrap:break-word;overflow-wrap:break-word}.sim-table--portal:not(.sim-table--accounts) tbody .sim-table__col-num{text-align:center;font-weight:600;font-variant-numeric:tabular-nums}.sim-table--portal:not(.sim-table--accounts) tbody .sim-table__col-action{text-align:center}.sim-table--accounts{table-layout:auto}.sim-table--accounts .sim-table__col-num{text-align:center;width:6rem;white-space:nowrap}.sim-table--accounts .sim-table__col-action{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:flex-start;min-width:11rem}.sim-table__row--even td{background:#f4f8fc}.sim-table__row--odd td{background:#e8f0f8}.sim-table--portal tbody tr:hover td{background:#fff8f3}.sim-page,.sim-test-page,.sim-save-dialog,.sim-incomplete{--sim-btn-radius: 8px;--sim-btn-shadow: 0 1px 2px rgba(15, 39, 68, .05), 0 1px 3px rgba(15, 39, 68, .07);--sim-btn-shadow-hover: 0 4px 14px rgba(15, 39, 68, .11);--sim-orange: #e8620a;--sim-orange-deep: #d45608;--sim-orange-glow: 0 2px 8px rgba(232, 98, 10, .22)}.sim-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:2.125rem;padding:.38rem .9rem;font-family:inherit;font-size:.8125rem;font-weight:600;line-height:1.2;letter-spacing:.01em;border-radius:var(--sim-btn-radius);border:1px solid transparent;cursor:pointer;text-decoration:none;white-space:nowrap;box-shadow:var(--sim-btn-shadow);transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease,filter .18s ease}.sim-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.sim-btn:not(:disabled):hover{transform:translateY(-1px);box-shadow:var(--sim-btn-shadow-hover)}.sim-btn:not(:disabled):active{transform:translateY(0);box-shadow:var(--sim-btn-shadow)}.sim-btn--sm{min-height:1.875rem;padding:.3rem .7rem;font-size:.75rem}.sim-btn--primary{background:#fff;color:#0a0a0a;border-color:#fff}.sim-btn--primary:hover:not(:disabled){background:#e5e7eb;border-color:#e5e7eb;color:#0a0a0a}.sim-btn--secondary{background:transparent;color:var(--home-title-on-light);border-color:#11182759}.sim-btn--secondary:hover:not(:disabled){background:#1118270a;border-color:#11182780;color:var(--home-subtitle-on-light)}.sim-btn--danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:var(--white, #fff);border-color:#b91c1c59}.sim-btn--danger:hover:not(:disabled){filter:brightness(1.04)}.sim-btn--simulare{display:inline-flex;align-items:center;justify-content:center;min-width:5.25rem;min-height:1.625rem;padding:.25rem .55rem;font-size:.6875rem;font-weight:600;line-height:1.15;color:#0a0a0a;background:#fff;border:1px solid #ffffff;border-radius:6px;box-shadow:0 2px 8px #0000001a;text-decoration:none}.sim-table--portal:not(.sim-table--accounts) .sim-table__col-action .sim-btn--simulare{margin-left:auto;margin-right:auto}.sim-btn--simulare:hover{transform:translateY(-1px);box-shadow:0 4px 12px #e8620a52;filter:brightness(1.03)}.sim-btn--simulare:active{transform:translateY(0)}.sim-list-panel--mobile{border-radius:10px;overflow:visible}.sim-list-panel--mobile .sim-list-panel__head{padding:.75rem 1rem}.sim-list-panel--mobile .sim-list-panel__title{font-size:1rem}.sim-list-panel--mobile .sim-list-panel__notice{margin:.75rem 1rem 0}.sim-exam-cards{display:flex;flex-direction:column;gap:1rem;padding:1rem;box-sizing:border-box;width:100%;max-width:100%}.sim-exam-card{box-sizing:border-box;width:100%;max-width:100%;background:var(--white, #fff);border:1px solid #c8d4e0;border-radius:12px;overflow:hidden;box-shadow:0 2px 14px #0f274412}.sim-exam-card__title{margin:0;padding:1rem 1.125rem;font-size:clamp(.875rem,4vw,1rem);font-weight:700;line-height:1.45;color:var(--white, #fff);background:linear-gradient(180deg,var(--blue-mid, #1a3a5c) 0%,var(--blue-dark, #0f2744) 100%);border-bottom:2px solid var(--orange, #e8620a);overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.sim-exam-card__body{display:flex;flex-direction:column;gap:1rem;padding:1rem 1.125rem 1.125rem;box-sizing:border-box}.sim-exam-card__meta{margin:0;display:flex;flex-direction:column;gap:0}.sim-exam-card__row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.625rem 0;border-bottom:1px solid #e8eef4}.sim-exam-card__row:last-child{border-bottom:none;padding-bottom:0}.sim-exam-card__row dt{margin:0;flex:1;min-width:0;font-size:.8125rem;font-weight:600;line-height:1.4;color:var(--gray-700, #334155);overflow-wrap:anywhere}.sim-exam-card__row dd{margin:0;flex-shrink:0;font-size:.9375rem;font-weight:700;line-height:1.4;color:var(--home-title-on-light);font-variant-numeric:tabular-nums}.sim-exam-card__btn{display:flex;width:100%;max-width:none!important;min-height:2.75rem;padding:.625rem 1rem;font-size:.9375rem;font-weight:600;white-space:normal;border-radius:8px;box-sizing:border-box}@media(max-width:991px){.sim-table--portal:not(.sim-table--accounts) th:nth-child(3),.sim-table--portal:not(.sim-table--accounts) td:nth-child(3){width:6.25rem;min-width:6.25rem;max-width:6.25rem}.sim-table--portal:not(.sim-table--accounts) th:nth-child(2),.sim-table--portal:not(.sim-table--accounts) td:nth-child(2),.sim-table--portal:not(.sim-table--accounts) th:nth-child(4),.sim-table--portal:not(.sim-table--accounts) td:nth-child(4){width:4.75rem;min-width:4.75rem;max-width:4.75rem}}@media(max-width:767px){.sim-portal{padding:0 .75rem 1.25rem;box-sizing:border-box}.sim-main--portal{width:100%;max-width:100%;overflow-x:hidden}.sim-table-wrap--portal{display:none}}.sim-main{max-width:1200px;margin:0 auto;padding:1.5rem}.sim-remaining{margin-bottom:1.25rem;font-size:1rem;color:var(--gray-700, #334155)}.sim-card{background:var(--white, #fff);border:1px solid var(--gray-200, #e2e8f0);border-radius:12px;box-shadow:0 4px 16px #0f27440f;padding:1.5rem}.sim-card--center{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.sim-card--start{max-width:640px;margin:2rem auto}.sim-start-screen{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 1.5rem 3rem;background:var(--white, #fff);border:1px solid #c5d0dc;border-top:none;border-radius:0 0 10px 10px;box-shadow:0 8px 28px #0f274414;min-height:420px}.sim-start-screen__brand{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1rem}.sim-start-screen__logo{display:block;height:auto;max-width:212px}.sim-start-screen__company{margin:0;font-size:.95rem;font-weight:800;color:var(--home-title-on-light);text-transform:uppercase}.sim-start-screen__label{margin:0 0 .5rem;font-size:1rem;font-weight:700;color:var(--home-title-on-light)}.sim-start-screen__person{display:inline-block;min-width:220px;max-width:100%;margin-bottom:.25rem;padding:.55rem 1.25rem;font-size:1rem;font-weight:700;color:var(--home-title-on-light);background:var(--white, #fff);border:2px solid var(--blue-dark, #0f2744);border-radius:4px;box-shadow:inset 0 1px 2px #0f27440f}.sim-start-screen__line{margin:0 0 .65rem;font-size:.95rem;font-weight:600;color:var(--home-title-on-light);line-height:1.5;max-width:640px}.sim-start-screen__line strong{font-weight:800}.sim-start-screen__hint{margin-top:.5rem}.sim-start-screen__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.5rem;width:100%;max-width:360px}.sim-start-screen__success{margin:auto 0 0;padding-top:.75rem;width:100%;display:flex;justify-content:center}.sim-start-screen__success-text{display:inline-block;padding:.12rem .45rem .15rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;line-height:1.2;color:#fff;background:linear-gradient(135deg,#15803d,#22c55e);border-radius:4px;border-bottom:1px solid #fbbf24;box-shadow:0 1px 4px #22c55e47}.sim-btn--start{flex:1 1 auto;min-width:0;min-height:2.125rem;padding:.4rem 1rem;font-size:.8125rem;font-weight:600;color:#0a0a0a;background:#fff;border:1px solid #ffffff;box-shadow:0 2px 8px #0000001a}.sim-btn--start:hover:not(:disabled){background:#e5e7eb;border-color:#e5e7eb;transform:translateY(-1px);box-shadow:0 4px 14px #e8620a47}.sim-btn--start:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.sim-btn--cancel{flex:1 1 auto;min-width:0;min-height:2.125rem;padding:.4rem 1rem;font-size:.8125rem;font-weight:600;color:var(--home-title-on-light);background:#fff;border:1px solid #c5d0dc;box-shadow:var(--sim-btn-shadow, 0 1px 2px rgba(15, 39, 68, .05))}.sim-btn--cancel:hover{background:#f8fafc;border-color:#b8c5d4;transform:translateY(-1px)}.sim-card--result{max-width:720px;margin:0 auto;text-align:center}.sim-card__title{font-size:1.25rem;font-weight:700;color:var(--white, #fff);background:var(--blue-dark, #0f2744);margin:-1.5rem -1.5rem 1.25rem;padding:.85rem 1.25rem;border-radius:12px 12px 0 0}.sim-start-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.sim-start-list__row{display:grid;grid-template-columns:200px 1fr;gap:.5rem 1rem}.sim-start-list__row dt{font-weight:600;color:var(--home-title-on-light)}.sim-start-list__row dd{color:var(--gray-700, #334155);margin:0}.sim-start-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;width:100%;max-width:420px;margin:0 auto}.sim-hint{color:var(--gray-500, #64748b);font-size:.9rem;margin-bottom:1rem}.sim-error{color:#dc2626;font-size:.9rem;margin-bottom:1rem;padding:.75rem 1rem;background:#fef2f2;border-radius:8px}.sim-error code{background:#fee2e2;padding:.1rem .35rem;border-radius:4px;font-size:.85rem}.sim-test-page{padding-top:var(--header-h, 80px);min-height:100vh;background:#d8dee6;padding-bottom:2rem}.sim-test-page--standalone{padding-top:0}.sim-test-page--loading{display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:var(--gray-500, #64748b)}.sim-test-shell{max-width:1180px;margin:0 auto;padding:0 .75rem;border:2px solid var(--blue-dark, #0f2744);background:var(--white, #fff);box-shadow:0 4px 20px #0f27441f}.sim-test-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-bottom:2px solid var(--blue-dark, #0f2744);background:linear-gradient(180deg,#f8fafc,#eef2f7)}.sim-test-top__brand{display:flex;align-items:flex-start;gap:1rem;flex-shrink:0}.sim-test-top__logo-img{display:block;height:auto;max-height:52px;width:auto;max-width:160px}.sim-test-top__logo{font-size:2.5rem;font-weight:900;line-height:1;color:var(--home-title-on-light);letter-spacing:.04em}.sim-live-clock{flex-shrink:0;min-width:8.5rem;line-height:1.2}.sim-live-clock__time{display:block;font-size:1.65rem;font-weight:800;font-variant-numeric:tabular-nums;color:var(--home-title-on-light);letter-spacing:.02em}.sim-live-clock__date{margin:.2rem 0 0;font-size:.72rem;font-weight:600;color:var(--gray-500, #64748b);text-transform:capitalize;line-height:1.3}.sim-test-top__right{text-align:right;max-width:65%}.sim-test-top__company{margin:0;font-size:.95rem;font-weight:800;color:var(--home-title-on-light);text-transform:uppercase;line-height:1.3}.sim-test-top__subtitle{margin:.2rem 0 0;font-size:.78rem;color:var(--gray-500, #64748b);line-height:1.35}.sim-test-toolbar{display:grid;grid-template-columns:155px 1fr 130px;align-items:stretch;border-bottom:2px solid var(--blue-dark, #0f2744);min-height:100px}.sim-test-toolbar__col{padding:.6rem .75rem;border-right:2px solid var(--blue-dark, #0f2744)}.sim-test-toolbar__col:last-child{border-right:none}.sim-test-toolbar__stats p{margin:0 0 .2rem;font-size:.8rem;color:var(--gray-700, #334155);line-height:1.45}.sim-stat{font-weight:800;font-variant-numeric:tabular-nums}.sim-stat--remaining{color:var(--home-subtitle-on-light)}.sim-stat--correct{color:#16a34a}.sim-stat--wrong{color:#dc2626}.sim-test-toolbar__grid-wrap{display:flex;align-items:flex-start;justify-content:center}.sim-test-grid{display:flex;flex-wrap:wrap;gap:2px;max-width:100%;justify-content:flex-start}.sim-test-grid__num{width:22px;height:22px;padding:0;font-size:.65rem;font-weight:700;font-family:inherit;line-height:1;border:1px solid var(--blue-dark, #0f2744);border-radius:2px;background:var(--white, #fff);color:var(--home-title-on-light);cursor:pointer}.sim-test-grid__num:hover{background:#eff6ff}.sim-test-grid__num--current{background:var(--blue-dark, #0f2744);color:var(--white, #fff);border-color:#061528;box-shadow:0 0 0 1px #fff,0 0 0 2px var(--blue-dark, #0f2744);z-index:1}.sim-test-grid__num--correct{background:#22c55e;border-color:#16a34a;color:#fff}.sim-test-grid__num--wrong{background:#ef4444;border-color:#dc2626;color:#fff}.sim-test-grid__num--correct:hover,.sim-test-grid__num--wrong:hover{filter:none}.sim-test-grid__num:disabled{cursor:not-allowed;opacity:1}.sim-test-toolbar__timer{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:.8rem;color:var(--home-title-on-light)}.sim-test-toolbar__timer strong{display:block;margin-top:.25rem;font-size:1.65rem;font-weight:900;font-variant-numeric:tabular-nums;letter-spacing:.02em}.sim-test-toolbar__timer--warn strong{color:#dc2626}.sim-test-main{padding:.85rem 1rem 1.25rem}.sim-test-main__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.sim-test-main__titles{flex:1;min-width:0}.sim-test-main__exam{margin:0;font-size:1rem;font-weight:800;color:var(--home-title-on-light);line-height:1.35}.sim-test-main__person{margin:.2rem 0 0;font-size:.9rem;font-weight:700;color:var(--home-body-on-light)}.sim-test-finish{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-height:2rem;padding:.35rem .75rem;font-family:inherit;font-size:.75rem;font-weight:600;line-height:1.2;color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border:1px solid rgba(185,28,28,.3);border-radius:var(--sim-btn-radius, 8px);box-shadow:0 1px 3px #dc262633;cursor:pointer;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.sim-test-finish:hover{filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 4px 12px #dc262638}.sim-test-finish:active{transform:translateY(0)}.sim-test-finish-hint{margin:.5rem 0 0;max-width:36rem}.sim-test-qnum{margin:0 0 .4rem;font-size:.9rem;font-weight:700;color:var(--home-title-on-light)}.sim-test-qbox{margin-bottom:.85rem;padding:.75rem 1rem;font-size:.95rem;font-weight:600;color:var(--home-title-on-light);line-height:1.5;background:#e8ecf1;border:1px solid #9aa8b8;border-radius:10px}.sim-test-qimage{margin-bottom:.85rem;padding:.65rem;background:#fff;border:1px solid #9aa8b8;border-radius:10px;text-align:center}.question-image{max-width:100%;max-height:320px;width:auto;height:auto;object-fit:contain;display:block;margin:16px auto}.sim-test-image-unavailable{display:none}.sim-test-answers-label{margin:0 0 .35rem;font-size:.9rem;font-weight:700;color:var(--home-title-on-light)}.sim-test-answers-box{padding:.65rem .85rem;background:#e8ecf1;border:1px solid #9aa8b8;border-radius:10px;margin-bottom:.85rem}.sim-test-answers-box--images{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;padding:.85rem}.sim-test-option{display:flex;align-items:flex-start;gap:.5rem;padding:.35rem .25rem;cursor:pointer;font-size:.9rem;color:var(--gray-700, #334155);line-height:1.45}.sim-test-option input{margin-top:.2rem;flex-shrink:0;accent-color:var(--home-title-on-light)}.sim-test-option--selected{font-weight:600;color:var(--home-title-on-light)}.sim-test-option--with-image{align-items:flex-start;padding:.5rem .35rem}.sim-test-option__media{display:flex;flex-direction:column;align-items:center;gap:.35rem;flex:1;min-width:0}.sim-test-option__letter{font-size:.8rem;font-weight:700;color:var(--home-title-on-light)}.answer-image{max-width:180px;max-height:120px;width:auto;height:auto;object-fit:contain;display:block;border-radius:6px;border:1px solid #c5d0dc;background:#fff}.sim-test-option--selected .answer-image{outline:2px solid var(--orange, #e8620a);outline-offset:2px}.sim-test-footer{display:flex;flex-wrap:wrap;align-items:stretch;gap:.375rem;margin-top:.15rem}.sim-test-nav-btn{display:inline-flex;align-items:center;justify-content:center;flex:1 1 auto;min-width:0;min-height:2.125rem;padding:.35rem .75rem;font-family:inherit;font-size:.8125rem;font-weight:600;line-height:1.2;letter-spacing:.01em;text-align:center;border-radius:var(--sim-btn-radius, 8px);border:1px solid transparent;cursor:pointer;box-shadow:var(--sim-btn-shadow, 0 1px 2px rgba(15, 39, 68, .05));transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease,filter .18s ease}.sim-test-nav-btn--secondary{color:var(--home-title-on-light);background:#fff;border-color:#c5d0dc}.sim-test-nav-btn--secondary:hover:not(:disabled){background:#f8fafc;border-color:#b8c5d4;transform:translateY(-1px);box-shadow:var(--sim-btn-shadow-hover, 0 4px 14px rgba(15, 39, 68, .11))}.sim-test-nav-btn--primary{color:#0a0a0a;background:#fff;border-color:#fff;box-shadow:0 2px 8px #0000001a}.sim-test-nav-btn--primary:hover:not(:disabled){background:#e5e7eb;border-color:#e5e7eb;filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 4px 14px #e8620a47}.sim-test-nav-btn:not(:disabled):active{transform:translateY(0)}.sim-test-nav-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.sim-text--ok{color:#16a34a}.sim-text--bad{color:#dc2626}.sim-result-badge{display:inline-block;font-size:1.5rem;font-weight:800;padding:.75rem 2rem;border-radius:10px;margin-bottom:1.5rem}.sim-result-badge--pass{background:#f0fdf4;color:#16a34a;border:2px solid #16a34a}.sim-result-badge--fail{background:#fef2f2;color:#dc2626;border:2px solid #dc2626}.sim-result-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.sim-result-stat{padding:1rem;background:var(--gray-100, #f4f6f9);border-radius:8px}.sim-result-stat__value{display:block;font-size:1.5rem;font-weight:800;color:var(--home-title-on-light)}.sim-result-stat__label{font-size:.85rem;color:var(--gray-500, #64748b)}.sim-result-score{font-size:1.05rem;margin-bottom:.75rem;color:var(--gray-700, #334155)}.sim-result-rule{font-size:.9rem;color:var(--gray-500, #64748b);margin-bottom:1.5rem}.sim-result-wrong{text-align:left;margin-bottom:1.5rem}.sim-result-wrong h2{font-size:1.1rem;color:var(--home-title-on-light);margin-bottom:1rem}.sim-result-wrong ul{list-style:none;padding:0;margin:0;max-height:360px;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem}.sim-result-wrong__item{padding:1rem;background:var(--gray-100, #f4f6f9);border-radius:8px;border-left:4px solid #dc2626}.sim-result-wrong__q{font-size:.95rem;margin-bottom:.5rem;color:var(--home-title-on-light)}.sim-result-wrong__a{font-size:.875rem;line-height:1.5}.sim-main--portal .sim-card{margin-top:1.5rem;border-radius:10px}@media(max-width:900px){.sim-test-toolbar{grid-template-columns:1fr}.sim-test-toolbar__col{border-right:none;border-bottom:2px solid var(--blue-dark, #0f2744)}.sim-test-toolbar__col:last-child{border-bottom:none}.sim-live-clock__time{font-size:1.35rem}.sim-live-clock__date{font-size:.65rem}.sim-test-top__logo{font-size:2rem}.sim-test-top__right{max-width:55%}.sim-result-stats{grid-template-columns:1fr}.sim-nav__tab{min-width:auto;flex:1;padding:.65rem .75rem;font-size:.8rem}.sim-nav__tab--logout{margin-left:0;flex:1 1 100%;border-left:none;border-top:1px solid #c5d0dc}}@media(max-width:768px){.sim-start-list__row{grid-template-columns:1fr}.sim-question-actions{flex-direction:column;gap:.5rem}.sim-question-actions .sim-btn{width:100%;min-height:2.5rem}.sim-header__user{text-align:left}.sim-start-screen__actions,.sim-start-actions{max-width:none;gap:.45rem}.sim-btn--start,.sim-btn--cancel{flex:1 1 calc(50% - .25rem);min-height:2.5rem;padding:.45rem .65rem;font-size:clamp(.75rem,3.2vw,.8125rem);white-space:normal}.sim-test-main__head{flex-direction:column;align-items:stretch;gap:.5rem}.sim-test-finish{width:100%;min-height:2.5rem;font-size:clamp(.75rem,3.2vw,.8125rem)}.sim-test-footer{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.sim-test-nav-btn{min-height:2.5rem;padding:.42rem .5rem;font-size:clamp(.72rem,3vw,.8125rem);white-space:normal;-webkit-hyphens:auto;hyphens:auto}.sim-save-dialog__btn,.sim-incomplete__btn{flex:1 1 calc(33.333% - .35rem);min-width:0;min-height:2.5rem;padding:.42rem .55rem;font-size:clamp(.75rem,3.2vw,.8125rem)}.sim-login__submit{min-height:2.5rem;width:100%}.sim-test-page{width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.sim-test-shell{width:100%;max-width:100%;margin:0;padding:0;box-sizing:border-box;border-left:none;border-right:none}.sim-test-top{flex-direction:column;align-items:stretch;gap:.5rem;padding:.6rem .65rem;overflow:hidden}.sim-test-top__brand{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;max-width:100%;gap:.25rem;flex-shrink:1}.sim-test-top__logo-img{grid-column:1;justify-self:start;max-width:min(90px,28vw);max-height:48px;width:auto;height:auto}.sim-live-clock{grid-column:2;justify-self:center;min-width:0;max-width:100%;text-align:center}.sim-live-clock__time{font-size:clamp(1.05rem,4.8vw,1.35rem);white-space:nowrap}.sim-live-clock__date{font-size:clamp(.58rem,2.6vw,.68rem);margin-top:.1rem;line-height:1.25;overflow-wrap:anywhere}.sim-test-top__right{width:100%;max-width:100%;text-align:center;flex-shrink:1}.sim-test-top__company{font-size:clamp(.68rem,3.1vw,.82rem);line-height:1.25;overflow-wrap:anywhere;word-break:break-word}.sim-test-top__subtitle{font-size:clamp(.6rem,2.7vw,.72rem);line-height:1.35;overflow-wrap:anywhere;word-break:break-word}.sim-test-toolbar{display:flex;flex-direction:column;width:100%;min-height:0;grid-template-columns:unset}.sim-test-toolbar__col{width:100%;max-width:100%;box-sizing:border-box;border-right:none;border-bottom:2px solid var(--blue-dark, #0f2744)}.sim-test-toolbar__col:last-child{border-bottom:none}.sim-test-toolbar__stats{display:grid;grid-template-columns:1fr 1fr;gap:.35rem .75rem;width:100%}.sim-test-toolbar__stats p{margin:0;font-size:clamp(.7rem,3.1vw,.8rem);line-height:1.4;overflow-wrap:anywhere}.sim-test-toolbar__grid-wrap{width:100%;max-width:100%;justify-content:center;padding:.5rem .35rem;box-sizing:border-box}.sim-test-grid{width:100%;max-width:100%;justify-content:center;gap:3px}.sim-test-grid__num{width:clamp(20px,6.2vw,26px);height:clamp(20px,6.2vw,26px);font-size:clamp(.58rem,2.6vw,.68rem)}.sim-test-toolbar__timer{width:100%;padding:.65rem .5rem;font-size:clamp(.72rem,3.1vw,.8rem)}.sim-test-toolbar__timer strong{font-size:clamp(1.45rem,7.5vw,1.85rem)}.sim-test-main{width:100%;max-width:100%;padding:.65rem .65rem 1rem;box-sizing:border-box}.sim-test-main__exam,.sim-test-main__person{overflow-wrap:anywhere;word-break:break-word}.sim-test-main__exam{font-size:clamp(.85rem,3.8vw,1rem)}.sim-test-qbox,.sim-test-answers-box,.sim-test-qimage{width:100%;max-width:100%;box-sizing:border-box}.sim-test-qbox{padding:.65rem .75rem;font-size:clamp(.82rem,3.6vw,.95rem);overflow-wrap:anywhere;word-break:break-word}.sim-test-answers-box{padding:.55rem .65rem}.sim-test-option{font-size:clamp(.8rem,3.4vw,.9rem);overflow-wrap:anywhere;word-break:break-word}.sim-test-answers-box--images{grid-template-columns:repeat(auto-fit,minmax(min(100%,130px),1fr));padding:.65rem}.question-image{max-height:220px}.answer-image{max-width:140px;max-height:100px}}@media(max-width:480px){.sim-test-top{padding:.5rem;gap:.4rem}.sim-test-top__logo-img{max-width:min(78px,24vw);max-height:42px}.sim-test-top__company{font-size:clamp(.62rem,2.9vw,.74rem)}.sim-test-top__subtitle{font-size:clamp(.56rem,2.5vw,.66rem)}.sim-test-toolbar__stats{grid-template-columns:1fr;gap:.25rem}.sim-test-toolbar__col{padding:.5rem .55rem}.sim-test-grid__num{width:clamp(18px,5.8vw,24px);height:clamp(18px,5.8vw,24px)}.sim-test-main{padding:.55rem .5rem .85rem}.sim-test-finish{padding:.45rem .55rem}}@media(max-width:400px){.sim-test-footer{grid-template-columns:1fr}.sim-btn--start,.sim-btn--cancel{flex:1 1 100%}.sim-save-dialog__actions{flex-direction:column}.sim-save-dialog__btn,.sim-incomplete__btn{flex:1 1 100%;width:100%}}.sim-incomplete{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#a9a9a9;padding:1.5rem}.sim-incomplete__box{text-align:center;max-width:520px;width:100%}.sim-incomplete__title{margin:0 0 1.25rem;font-size:clamp(2.5rem,8vw,4rem);font-weight:900;letter-spacing:.06em;text-transform:uppercase;line-height:1.1}.sim-incomplete__title--fail{color:#e60000}.sim-incomplete__title--pass{color:#15803d}.sim-incomplete__msg{margin:0 0 1.5rem;font-size:clamp(1rem,2.5vw,1.15rem);font-weight:700;color:var(--home-title-on-light);line-height:1.45}.sim-incomplete__stats{margin:0 0 1.75rem;padding:1rem 1.15rem;text-align:left;background:#ffffffeb;border:1px solid #c5d0dc;border-radius:10px}.sim-incomplete__stat{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.35rem 1rem;padding:.4rem 0;border-bottom:1px solid #e2e8f0}.sim-incomplete__stat:last-child{border-bottom:none}.sim-incomplete__stat dt{margin:0;font-size:.88rem;font-weight:600;color:var(--gray-600, #475569)}.sim-incomplete__stat dd{margin:0;font-size:.95rem;font-weight:800;color:var(--home-title-on-light)}.sim-incomplete__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.sim-incomplete__btn{display:inline-flex;align-items:center;justify-content:center;min-width:7.5rem;min-height:2.125rem;padding:.38rem .9rem;font-family:inherit;font-size:.8125rem;font-weight:600;line-height:1.2;color:var(--home-title-on-light);background:#fff;border:1px solid #c5d0dc;border-radius:var(--sim-btn-radius, 8px);box-shadow:var(--sim-btn-shadow, 0 1px 2px rgba(15, 39, 68, .05));cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.sim-incomplete__btn:hover{background:#f8fafc;transform:translateY(-1px);box-shadow:var(--sim-btn-shadow-hover, 0 4px 14px rgba(15, 39, 68, .11))}.sim-save-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;background:#a9a9a9eb;padding:1.5rem}.sim-save-dialog__box{width:100%;max-width:480px;padding:1.75rem 1.5rem 1.5rem;background:#f0f0f0;border:2px solid #888;text-align:center;box-shadow:0 8px 32px #0003}.sim-save-dialog__title{margin:0 0 .85rem;font-size:1.05rem;font-weight:800;color:var(--home-title-on-light);line-height:1.35}.sim-save-dialog__msg{margin:0 0 1.35rem;font-size:.95rem;font-weight:600;color:var(--home-title-on-light);line-height:1.45}.sim-save-dialog__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.sim-save-dialog__actions--two .sim-save-dialog__btn{flex:1 1 7rem;min-width:7rem}.sim-save-dialog__btn{display:inline-flex;align-items:center;justify-content:center;min-width:5.25rem;min-height:2.125rem;padding:.38rem .85rem;font-family:inherit;font-size:.8125rem;font-weight:600;line-height:1.2;color:var(--home-title-on-light);background:#fff;border:1px solid #c5d0dc;border-radius:var(--sim-btn-radius, 8px);box-shadow:var(--sim-btn-shadow, 0 1px 2px rgba(15, 39, 68, .05));cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.sim-save-dialog__btn:hover:not(:disabled){background:#f8fafc;transform:translateY(-1px);box-shadow:var(--sim-btn-shadow-hover, 0 4px 14px rgba(15, 39, 68, .11))}.sim-save-dialog__btn:first-child:not(:disabled){color:#0a0a0a;background:#fff;border-color:#fff;box-shadow:0 2px 8px #0000001a}.sim-save-dialog__btn:first-child:hover:not(:disabled){background:#e5e7eb;border-color:#e5e7eb}.sim-save-dialog__btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.sim-login{display:flex;justify-content:center;padding:2.5rem 1rem 3rem}.sim-login__card{width:100%;max-width:420px;padding:2rem 1.75rem 1.75rem;background:var(--white, #fff);border:1px solid #c5d0dc;border-radius:12px;box-shadow:0 12px 36px #0f27441a}.sim-login__title{margin:0 0 .35rem;font-size:1.35rem;font-weight:800;color:var(--home-title-on-light);text-align:center}.sim-login__intro{margin:0 0 1.5rem;font-size:.92rem;color:var(--gray-600, #475569);text-align:center}.sim-login__form{display:flex;flex-direction:column;gap:1rem}.sim-login__field{display:flex;flex-direction:column;gap:.35rem}.sim-login__label{font-size:.82rem;font-weight:600;color:var(--home-title-on-light)}.sim-login__input{width:100%;padding:.65rem .85rem;font:inherit;font-size:.95rem;color:var(--home-title-on-light);background:#fff;border:1px solid #c5d0dc;border-radius:8px;transition:border-color .2s ease,box-shadow .2s ease}.sim-login__input:focus{outline:none;border-color:var(--home-body-on-light);box-shadow:0 0 0 3px #e8620a26}.sim-login__error{margin:0;padding:.55rem .75rem;font-size:.85rem;font-weight:600;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px}.sim-login__submit{width:100%;margin-top:.25rem}.sim-login__back{display:block;margin-top:1.25rem;font-size:.88rem;font-weight:600;color:var(--home-title-on-light);text-align:center;text-decoration:none}.sim-login__back:hover{color:var(--home-body-on-light)}.sim-login__title--bar{margin:-2rem -1.75rem 1.25rem;padding:.7rem 1rem;font-size:1.1rem;font-weight:700;color:#fff;text-align:center;background:linear-gradient(180deg,#2d7a8a,#1e5563);border-radius:11px 11px 0 0}.sim-login-form__row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem}.sim-login-form__label{flex:0 0 6.5rem;font-size:.88rem;font-weight:700;color:var(--home-title-on-light)}.sim-login-form__row .sim-login__input{flex:1 1 12rem;background:#e8eef4}.sim-login-form__field--invalid .sim-login__input{border-color:#dc2626;box-shadow:0 0 0 1px #fecaca}.sim-login-form__error{margin:.25rem 0 0;padding-left:.25rem;font-size:.82rem;font-weight:600;color:#dc2626;line-height:1.35}.sim-login__error--form{margin-bottom:.25rem}.sim-header__brand{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem}.sim-header__logo{display:block;height:auto;max-height:36px;width:auto}.sim-header__user-line{margin:0;line-height:1.35}.sim-header__user-line--exams{font-size:.85rem;color:var(--gray-600, #475569)}.sim-auth-loading{padding:2rem 1.25rem;text-align:center}.sim-accounts-actions{padding:1rem 1.25rem 1.25rem}.sim-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f27448c}.sim-dialog{width:100%;max-width:520px;max-height:min(92vh,720px);overflow:auto;padding:1.5rem 1.35rem 1.25rem;background:#f5f0e6;border:1px solid #b8c4d0;border-radius:10px;box-shadow:0 18px 48px #0f274440}.sim-dialog__title{margin:0 0 1rem;padding-bottom:.65rem;font-size:1.2rem;font-weight:800;color:var(--home-title-on-light);border-bottom:2px solid;border-image:linear-gradient(90deg,var(--orange, #e8620a),#2d7a8a) 1}.sim-account-form{display:flex;flex-direction:column;gap:.75rem}.sim-account-form__field--invalid .sim-account-form__row input,.sim-account-form__field--invalid .sim-account-form__row textarea{border-color:#dc2626;box-shadow:0 0 0 1px #fecaca}.sim-account-form__hint{margin:.15rem 0 0 8.5rem;color:var(--gray-500, #64748b);font-size:.82rem}.sim-account-form__error{margin:.25rem 0 0 8.5rem;color:#dc2626;font-size:.85rem;line-height:1.35}.sim-account-form__form-error{margin:0 0 .5rem;padding:.65rem .85rem;color:#dc2626;font-size:.9rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px}.sim-account-form__row{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.35rem 1rem}.sim-account-form__row>span{flex:0 0 7.5rem;padding-top:.55rem;font-size:.88rem;font-weight:700;color:var(--home-title-on-light)}.sim-account-form__row input,.sim-account-form__row textarea{flex:1 1 14rem;min-width:0;padding:.5rem .65rem;font:inherit;font-size:.92rem;border:1px solid #94a3b8;border-radius:6px;background:#fff}.sim-account-form__row textarea{resize:vertical;min-height:4.5rem}.sim-account-form__row--check{align-items:center}.sim-account-form__row--check input[type=checkbox]{flex:0 0 auto;width:1.1rem;height:1.1rem;margin:0}.sim-dialog__actions{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;margin-top:.5rem}@media(max-width:520px){.sim-login-form__label{flex:1 1 100%}.sim-account-form__row>span{flex:1 1 100%;padding-top:0}.sim-account-form__hint,.sim-account-form__error{margin-left:0}}:root{--blue-dark: #0f2744;--blue-mid: #1a3a5c;--blue-light: #2a5080;--orange: #e8620a;--orange-hover: #d45608;--orange-light: #fff4ec;--white: #ffffff;--gray-100: #f4f6f9;--gray-200: #e2e8f0;--gray-500: #64748b;--gray-700: #334155;--text-primary: #111827;--text-secondary: #374151;--text-muted: #6b7280;--text-subtle: #9ca3af;--text-inverse: #ffffff;--text-inverse-muted: #e5e7eb;--home-title: #ffffff;--home-subtitle: #e5e7eb;--home-body: #9ca3af;--home-muted: #9ca3af;--home-title-on-light: #111827;--home-subtitle-on-light: #374151;--home-body-on-light: #6b7280;--home-muted-on-light: #9ca3af;--shadow-sm: 0 2px 8px rgba(15, 39, 68, .08);--shadow-md: 0 8px 24px rgba(15, 39, 68, .12);--shadow-lg: 0 16px 48px rgba(15, 39, 68, .16);--radius: 12px;--transition: .25s ease;--header-h: 64px;--font: "Inter", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--header-h)}body{font-family:var(--font);font-size:1rem;line-height:1.6;color:var(--home-subtitle-on-light);background:var(--white);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-section{padding:calc(var(--header-h) + 3rem) 0 4rem;min-height:60vh;background:var(--gray-100)}.page-section__inner{max-width:720px}.page-section__title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;color:var(--home-title-on-light);margin-bottom:1.25rem}.page-section__text{font-size:1.05rem;color:var(--home-body-on-light);line-height:1.75}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.65rem;font-family:var(--font);font-size:.98rem;font-weight:600;border-radius:14px;border:1px solid transparent;cursor:pointer;box-shadow:0 2px 8px #17324d14;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease}.btn:active{transform:translateY(0)}.btn--primary{background:#fff;color:#0a0a0a;border-color:#fff;box-shadow:0 2px 10px #0000001f}.btn--primary:hover{background:#e5e7eb;border-color:#e5e7eb;color:#0a0a0a;box-shadow:0 4px 16px #00000024;transform:translateY(-2px)}.btn--outline{background:transparent;color:#fff;border-color:#ffffff59;box-shadow:none}.btn--outline:hover{background:#ffffff0f;border-color:#ffffff8c;color:#e5e7eb;box-shadow:none;transform:translateY(-2px)}.btn--secondary{background:transparent;color:var(--home-title-on-light);border-color:#11182759;box-shadow:none}.btn--secondary:hover{background:#1118270a;color:var(--home-subtitle-on-light);border-color:#11182780;box-shadow:none;transform:translateY(-2px)}.btn__icon{display:inline-flex;width:1.15rem;height:1.15rem;margin-right:.5rem;flex-shrink:0}.btn__icon svg{width:100%;height:100%}.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal--delay-1{transition-delay:.1s}.reveal--delay-2{transition-delay:.2s}.reveal--delay-3{transition-delay:.3s}.reveal--delay-4{transition-delay:.4s}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}@media(max-width:768px){:root{--header-h: 58px}}
