:root{--raf-shell-blue:#345678;--raf-shell-blue-dark:#243d56;--raf-shell-blue-deep:#172b3d;--raf-shell-blue-soft:#eaf0f5;--raf-shell-gold:#d8a746;--raf-shell-ink:#17212b;--raf-shell-muted:#52616f;--raf-shell-line:#d7e0e7;--raf-shell-white:#fff;--raf-shell-focus:#ffbf47;--raf-shell-max:1180px}
[data-raftech-header],[data-raftech-footer]{display:block;width:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.5}
[data-raftech-header]:not([data-raf-shell-ready]){min-height:134px}
.raf-shell-container{width:min(calc(100% - 36px),var(--raf-shell-max));margin-inline:auto}
.raf-shell-skip-link{position:fixed;z-index:100000;top:12px;left:12px;transform:translateY(-180%);padding:12px 16px;color:#000!important;background:var(--raf-shell-focus);border-radius:8px;font-weight:800;text-decoration:none!important}
.raf-shell-skip-link:focus{transform:translateY(0)}
.raf-shell-topbar{color:#fff;background:var(--raf-shell-blue-deep);font-size:.84rem}
.raf-shell-topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.raf-shell-topbar a{color:#fff!important;font-weight:750;text-decoration:none!important}.raf-shell-topbar a:hover{text-decoration:underline!important}
.raf-shell-header{position:sticky;z-index:9990;top:0;color:var(--raf-shell-ink);background:rgba(255,255,255,.98);border-bottom:1px solid var(--raf-shell-line);box-shadow:0 4px 18px rgba(23,43,61,.08)}
.raf-shell-header-inner{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.raf-shell-brand{min-width:max-content;display:inline-flex;align-items:center;gap:11px;color:var(--raf-shell-ink)!important;text-decoration:none!important}
.raf-shell-brand img{width:64px;height:54px;display:block;object-fit:contain}.raf-shell-brand-copy{display:grid;gap:2px}.raf-shell-brand-copy strong{color:var(--raf-shell-blue-dark);font-size:1rem;line-height:1.1;letter-spacing:.025em}.raf-shell-brand-copy span{color:var(--raf-shell-muted);font-size:.72rem;font-weight:650;white-space:nowrap}
.raf-shell-nav{display:flex;align-items:center;justify-content:flex-end;gap:clamp(13px,1.6vw,22px)}
.raf-shell-nav>a,.raf-shell-dropdown>summary{position:relative;color:var(--raf-shell-ink)!important;font-size:.9rem;font-weight:760;line-height:1.2;text-decoration:none!important;white-space:nowrap;cursor:pointer}
.raf-shell-nav>a:not(.raf-shell-consultations),.raf-shell-dropdown>summary{padding-block:12px}.raf-shell-nav>a:hover,.raf-shell-dropdown>summary:hover{color:var(--raf-shell-blue)!important}
.raf-shell-nav>a[aria-current="page"]:not(.raf-shell-consultations)::after,.raf-shell-dropdown.raf-shell-section-current>summary::after{content:"";position:absolute;right:0;bottom:4px;left:0;height:3px;background:var(--raf-shell-gold);border-radius:999px}
.raf-shell-dropdown{position:relative}.raf-shell-dropdown>summary{display:flex;align-items:center;gap:7px;list-style:none}.raf-shell-dropdown>summary::-webkit-details-marker{display:none}
.raf-shell-dropdown>summary::before{content:"";width:7px;height:7px;order:2;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:transform 160ms ease}.raf-shell-dropdown[open]>summary::before{transform:translateY(2px) rotate(225deg)}
.raf-shell-dropdown-panel{position:absolute;top:calc(100% + 12px);left:50%;width:min(330px,calc(100vw - 30px));padding:10px;transform:translateX(-50%);background:#fff;border:1px solid var(--raf-shell-line);border-radius:15px;box-shadow:0 18px 48px rgba(23,43,61,.2)}
.raf-shell-project-panel{width:min(420px,calc(100vw - 30px));display:grid;grid-template-columns:1fr 1fr}.raf-shell-dropdown-panel a{display:grid;gap:2px;padding:11px 12px;color:var(--raf-shell-ink)!important;border-radius:10px;text-decoration:none!important}.raf-shell-dropdown-panel a:hover,.raf-shell-dropdown-panel a[aria-current="page"]{background:var(--raf-shell-blue-soft)}.raf-shell-dropdown-panel strong{color:var(--raf-shell-blue-dark);font-size:.88rem}.raf-shell-dropdown-panel span{color:var(--raf-shell-muted);font-size:.73rem;line-height:1.35}
.raf-shell-consultations{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;color:#fff!important;background:var(--raf-shell-blue);border:2px solid var(--raf-shell-blue);border-radius:999px}.raf-shell-consultations:hover,.raf-shell-consultations[aria-current="page"]{color:#fff!important;background:var(--raf-shell-blue-dark);border-color:var(--raf-shell-blue-dark)}
.raf-shell-toggle{display:none;align-items:center;gap:9px;min-height:44px;padding:9px 12px;color:var(--raf-shell-blue-dark);background:#fff;border:1px solid var(--raf-shell-line);border-radius:10px;font:inherit;font-size:.88rem;font-weight:800;cursor:pointer}.raf-shell-toggle-icon{width:20px;display:grid;gap:4px}.raf-shell-toggle-icon i{width:100%;height:2px;display:block;background:currentColor;border-radius:999px;transition:transform 160ms ease,opacity 160ms ease}.raf-shell-toggle[aria-expanded="true"] .raf-shell-toggle-icon i:nth-child(1){transform:translateY(6px) rotate(45deg)}.raf-shell-toggle[aria-expanded="true"] .raf-shell-toggle-icon i:nth-child(2){opacity:0}.raf-shell-toggle[aria-expanded="true"] .raf-shell-toggle-icon i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.raf-shell-footer{color:rgba(255,255,255,.84);background:var(--raf-shell-blue-deep);padding:58px 0 24px}.raf-shell-footer-grid{display:grid;grid-template-columns:minmax(230px,1.45fr) repeat(4,minmax(130px,.8fr));gap:clamp(24px,4vw,48px)}.raf-shell-footer h2{margin:0 0 13px;color:#fff;font-size:.95rem;line-height:1.25;letter-spacing:.02em}.raf-shell-footer a{display:block;width:fit-content;margin-block:8px;color:rgba(255,255,255,.82)!important;font-size:.86rem;line-height:1.45;text-decoration:none!important}.raf-shell-footer a:hover{color:#fff!important;text-decoration:underline!important;text-underline-offset:3px}.raf-shell-footer-about p{max-width:36ch;margin:12px 0 0;color:rgba(255,255,255,.76);font-size:.9rem;line-height:1.65}.raf-shell-footer-brand{margin:0!important;color:#fff!important;font-size:1.15rem!important;font-weight:850;letter-spacing:.035em}.raf-shell-footer-tagline{color:var(--raf-shell-gold)!important;font-weight:750}.raf-shell-footer-bottom{margin-top:40px;padding-top:20px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:rgba(255,255,255,.68);border-top:1px solid rgba(255,255,255,.18);font-size:.8rem}
.raf-shell-load-fallback{min-height:64px;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#fff;background:var(--raf-shell-blue-deep)}.raf-shell-load-fallback a{color:#fff!important;font-weight:800}
.raf-shell-skip-link:focus-visible,.raf-shell-header a:focus-visible,.raf-shell-header summary:focus-visible,.raf-shell-header button:focus-visible,.raf-shell-footer a:focus-visible{outline:4px solid var(--raf-shell-focus)!important;outline-offset:3px!important;border-radius:5px}
@media(max-width:1100px){.raf-shell-brand-copy span{display:none}.raf-shell-nav{gap:13px}}
@media(max-width:980px){body.raf-shell-menu-open{overflow:hidden}.raf-shell-topbar-inner{justify-content:center;text-align:center}.raf-shell-topbar-inner>span{display:none}.raf-shell-header-inner{min-height:82px}.raf-shell-brand-copy span{display:block}.raf-shell-toggle{display:inline-flex}.raf-shell-nav{position:absolute;top:100%;right:0;left:0;max-height:calc(100vh - 120px);padding:16px 18px 22px;display:none;align-items:stretch;overflow-y:auto;color:var(--raf-shell-ink);background:#fff;border-top:1px solid var(--raf-shell-line);box-shadow:0 18px 36px rgba(23,43,61,.16)}.raf-shell-nav.raf-shell-nav-open{display:grid;gap:4px}.raf-shell-nav>a,.raf-shell-dropdown>summary{width:100%;min-height:46px;padding:13px 10px}.raf-shell-dropdown>summary{justify-content:space-between}.raf-shell-nav>a[aria-current="page"]:not(.raf-shell-consultations)::after,.raf-shell-dropdown.raf-shell-section-current>summary::after{top:8px;right:auto;bottom:8px;left:0;width:3px;height:auto}.raf-shell-dropdown-panel,.raf-shell-project-panel{position:static;width:100%;padding:4px 0 8px 12px;display:grid;grid-template-columns:1fr;transform:none;border:0;border-radius:0;box-shadow:none}.raf-shell-consultations{margin-top:8px}.raf-shell-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.raf-shell-footer-about{grid-column:1/-1}}
@media(max-width:620px){[data-raftech-header]:not([data-raf-shell-ready]){min-height:120px}.raf-shell-container{width:min(calc(100% - 28px),var(--raf-shell-max))}.raf-shell-brand img{width:52px;height:46px}.raf-shell-brand-copy strong{font-size:.92rem}.raf-shell-brand-copy span{font-size:.66rem}.raf-shell-toggle-label{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.raf-shell-footer-grid{grid-template-columns:1fr}.raf-shell-footer-about{grid-column:auto}.raf-shell-footer-bottom{align-items:flex-start;flex-direction:column}}
