@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@700;800;900&display=swap');*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f8fafc;--ink:#0f172a;--white:#ffffff;--blue:#2563eb;--teal:#0d9488;--grad:linear-gradient(95deg,#2563eb 0%,#0d9488 100%);--gray:#475569;--gray-light:#94a3b8;--border:#e2e8f0;--border-dark:#cbd5e1;--blue-bg:#eff6ff;--sans:'Inter',sans-serif;--display:'Sora',sans-serif;--radius:18px;--radius-sm:12px;}html{-webkit-font-smoothing:antialiased}body{background:var(--bg);color:var(--ink);font-family:var(--sans);line-height:1.7}.bar{padding:0 5%;border-bottom:1px solid var(--border);background:rgba(248,250,252,0.85);backdrop-filter:blur(18px)}.bar-inner{max-width:760px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px}.bar-logo img{height:38px;width:auto;display:block}.back{display:inline-flex;align-items:center;gap:0.35rem;font-size:0.85rem;font-weight:600;color:var(--gray);text-decoration:none;font-family:var(--display)}.back:hover{color:var(--blue)}.wrap{max-width:680px;margin:0 auto;padding:3.5rem 5% 4.5rem}h1{font-family:var(--display);font-weight:800;font-size:2.3rem;letter-spacing:-0.01em;margin-bottom:2rem;color:var(--ink)}h2{font-family:var(--display);font-size:1rem;font-weight:700;margin-top:2.25rem;margin-bottom:0.5rem;color:var(--blue)}p{font-size:0.94rem;color:var(--gray);margin-bottom:0.5rem}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}.placeholder{background:var(--blue-bg);padding:0.05rem 0.4rem;border-radius:6px;color:var(--ink);font-weight:600}footer{padding:2rem 5%;border-top:1px solid var(--border);background:var(--bg)}.footer-inner{max-width:1240px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}footer img{height:30px;width:auto}footer p{font-size:0.78rem;color:var(--gray-light)}.f-links{display:flex;gap:1.5rem;flex-wrap:wrap}.f-links a{font-size:0.78rem;color:var(--gray-light);text-decoration:none;font-weight:600}.f-links a:hover{color:var(--blue)}@media(max-width:600px){.footer-inner{flex-direction:column;text-align:center}.f-links{justify-content:center}}.ico{width:22px;height:22px;flex-shrink:0;display:block;color:var(--blue)}.ico-dark{color:#5eead4}.ico-white{color:#fff}@keyframes ico-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.14)}}@keyframes ico-spin{to{transform:rotate(360deg)}}@keyframes ico-swing{0%,100%{transform:rotate(-10deg)}50%{transform:rotate(10deg)}}@keyframes ico-bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes ico-ring{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.18);opacity:0.75}}@keyframes ico-tick{0%,100%{transform:rotate(0deg)}50%{transform:rotate(90deg)}}@keyframes ico-glow{0%,100%{opacity:0.75}50%{opacity:1}}@keyframes ico-shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-2px)}75%{transform:translateX(2px)}}.ico-anim-pulse{animation:ico-pulse 2.2s ease-in-out infinite}.ico-anim-spin{animation:ico-spin 2.4s linear infinite}.ico-anim-spin-slow{animation:ico-spin 6s linear infinite}.ico-anim-swing{animation:ico-swing 1.8s ease-in-out infinite}.ico-anim-bounce{animation:ico-bounce 1.8s ease-in-out infinite}.ico-anim-ring{animation:ico-ring 1.6s ease-in-out infinite}.ico-anim-tick{animation:ico-tick 2s steps(1) infinite}.ico-anim-glow{animation:ico-glow 2s ease-in-out infinite}.ico-anim-shake{animation:ico-shake 1.6s ease-in-out infinite}.branchen-icon,.feat-icon,.cal-icon{display:flex;align-items:center;justify-content:center}.btn-primary .ico,.btn-voice-call .ico{width:18px;height:18px;color:currentColor;margin-right:0.1rem}.dropdown-megamenu{min-width:680px !important;left:50% !important;transform:translateX(-50%) translateY(6px) !important;padding:1.25rem !important;}.has-dropdown:hover .dropdown-megamenu{transform:translateX(-50%) translateY(0) !important;display:block !important;}.megamenu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}.megamenu-col{display:flex;flex-direction:column;gap:0.4rem;}.megamenu-title{font-size:0.72rem;font-weight:700;color:var(--gray-light);text-transform:uppercase;letter-spacing:0.05em;padding-bottom:0.45rem;border-bottom:1px solid var(--border);margin-bottom:0.45rem;font-family:var(--display);}.megamenu-col a{font-size:0.82rem !important;padding:0.45rem 0.6rem !important;border-radius:8px !important;white-space:normal !important;line-height:1.3 !important;display:inline-flex !important;align-items:center !important;gap:0.6rem !important;transition:all 0.2s !important;}.megamenu-col a:hover{background:var(--blue-bg) !important;color:var(--blue) !important;}.megamenu-col a svg{width:18px !important;height:18px !important;flex-shrink:0 !important;}