:root{--navy:#051C2C;--navy-2:#0A2B42;--blue:#2251FF;--white:#FFFFFF}body{margin:0}.site-header{position:sticky;top:0;z-index:999;background:var(--navy);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif}.site-header .bar{max-width:1200px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-header .brand{color:var(--white);font-weight:700;font-size:19px;text-decoration:none;letter-spacing:-.02em;white-space:nowrap}.site-header nav{display:flex;align-items:center;gap:26px}.site-header nav a{color:rgba(255,255,255,.82);text-decoration:none;font-size:15px;font-weight:500;transition:color .15s;white-space:nowrap}.site-header nav a:hover,.site-header nav a[aria-current="page"]{color:var(--white)}.nav-item{position:relative;display:flex;align-items:center}.nav-item>a::after{content:"";display:inline-block;margin-left:6px;border:4px solid transparent;border-top-color:currentColor;transform:translateY(2px);transition:transform .15s}.nav-item:hover>a::after{transform:translateY(2px) rotate(180deg)}.sub{position:absolute;top:100%;left:-14px;min-width:190px;padding:8px 0;background:var(--navy-2);border-radius:8px;box-shadow:0 12px 28px rgba(0,0,0,.32);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .15s,transform .15s,visibility .15s}.nav-item::after{content:"";position:absolute;top:100%;left:0;right:0;height:14px}.nav-item:hover .sub,.nav-item:focus-within .sub{opacity:1;visibility:visible;transform:translateY(0)}.sub a{display:block;padding:9px 18px;font-size:14.5px}.sub a:hover{background:rgba(255,255,255,.08)}.site-header .cta{background:var(--blue);color:var(--white);padding:9px 18px;border-radius:6px;font-weight:600}.site-header .cta:hover{opacity:.9;color:var(--white)}.lang-switch{display:flex;align-items:center;gap:1px;margin-left:2px;border:1px solid rgba(255,255,255,.28);border-radius:6px;overflow:hidden}.lang-switch a,.lang-switch span{padding:5px 10px;font-size:12.5px;font-weight:700;letter-spacing:.04em;line-height:1.2;text-decoration:none}.lang-switch .on{background:var(--white);color:var(--navy)}.lang-switch .off{color:rgba(255,255,255,.72)}.lang-switch .off:hover{background:rgba(255,255,255,.14);color:var(--white)}.nav-toggle{display:none;background:none;border:0;color:var(--white);font-size:24px;cursor:pointer;line-height:1;min-width:44px;min-height:44px;padding:0;align-items:center;justify-content:center}@media(max-width:900px){.nav-toggle{display:flex}.site-header .bar{flex-wrap:wrap}.site-header nav{display:none;width:100%;flex-direction:column;align-items:flex-start;gap:2px;padding:10px 0 6px}.site-header nav>a,.nav-item>a{display:flex;align-items:center;min-height:44px;width:100%}.site-header nav.open{display:flex}.nav-item{flex-direction:column;align-items:flex-start;width:100%}.nav-item>a::after{display:none}.nav-item::after{display:none}.sub{position:static;opacity:1;visibility:visible;transform:none;background:none;box-shadow:none;padding:8px 0 0 16px;min-width:0}.sub a{display:flex;align-items:center;min-height:44px;padding:4px 0;color:rgba(255,255,255,.62)}.site-header .cta{min-height:44px;display:flex;align-items:center;justify-content:center;width:100%;margin-top:8px}.lang-switch{margin-top:10px}.sub a:hover{background:none}.lang-switch{flex-direction:row;align-self:flex-start}}*{margin:0;padding:0;box-sizing:border-box}:root{--navy:#051C2C;--blue:#2251FF;--blue-dark:#1A3FA8;--white:#FFFFFF;--light-gray:#F5F5F5;--text-gray:#5B6672;--border:#E5E7EB}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;line-height:1.6;color:var(--navy);background:var(--white)}html{-webkit-text-size-adjust:100%;scroll-padding-top:78px}@media(max-width:768px){html,body{overflow-x:hidden}input,select,textarea,button{font-size:16px !important}a.btn,a.cta-button,button,.opt,summary{min-height:44px}.opt{align-items:center !important}img,svg,video,iframe{max-width:100%;height:auto}pre,code{max-width:100%;overflow-x:auto}table{display:block;max-width:100%;overflow-x:auto}[class*="grid"]{grid-template-columns:1fr !important;gap:16px !important}[class*="grid"]>*{grid-column:auto !important;grid-row:auto !important}.hero{grid-template-columns:1fr !important;gap:26px !important;padding:38px 20px !important}.value-grid{display:flex !important;flex-direction:column !important}.value-grid>*:nth-child(1){order:1}.value-grid>*:nth-child(3){order:2}.value-grid>*:nth-child(4){order:3}.value-grid>*:nth-child(2){order:4}.value-grid>*:nth-child(5){order:5}.value-category-header{margin-bottom:0 !important;padding-bottom:10px !important}[class*="flex"]{flex-direction:column !important}h1,.hero h1{font-size:27px !important;line-height:1.24 !important}h2{font-size:21px !important;line-height:1.32 !important}h3{font-size:17px !important}.subtitle{font-size:15px !important;line-height:1.65 !important}[style*="nowrap"],[class*="nowrap"]{white-space:normal !important}.cta-button,.tool-cta,.btn{display:block !important;width:100% !important;box-sizing:border-box !important;text-align:center !important;white-space:normal !important}.btns{flex-direction:column !important;gap:12px !important;align-items:stretch !important}section{padding-left:18px !important;padding-right:18px !important}}
:root{--navy:#051C2C;--navy-2:#0A2B42;--blue:#2251FF;--blue-dark:#1A3FA8;--white:#FFFFFF;--light-gray:#F5F5F5;--text-gray:#5B6672;--border:#E5E7EB;--soft:#F7F9FF;--soft-border:#D8E0FF}h1,h2,h3{text-transform:none;letter-spacing:-.01em;color:var(--navy)}main{display:block}.wrap{max-width:1000px;margin:0 auto;padding:0 24px}.sec{padding:64px 0}.sec.alt{background:var(--light-gray)}.eyebrow{font-size:12px;font-weight:600;color:var(--blue);text-transform:uppercase;letter-spacing:1px;margin:0 0 10px}.sec h2{font-size:28px;font-weight:600;line-height:1.25;margin:0 0 14px}.sec .lead{font-size:16px;color:var(--text-gray);line-height:1.75;max-width:680px;margin:0 0 32px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 28px;border-radius:6px;font-size:15px;font-weight:600;text-decoration:none;border:1px solid var(--blue);background:var(--blue);color:var(--white);transition:background .15s,color .15s,border-color .15s;cursor:pointer;font-family:inherit}.btn:hover{background:var(--blue-dark);border-color:var(--blue-dark);color:var(--white)}.btn.ghost{background:var(--white);color:var(--navy);border-color:var(--navy)}.btn.ghost:hover{background:var(--navy);color:var(--white)}.btn-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.hero-me{padding:72px 0 56px}.hero-me .wrap{display:grid;grid-template-columns:1.4fr 1fr;gap:48px;align-items:center}.hero-me h1{font-size:44px;font-weight:600;line-height:1.15;margin:0 0 14px}.hero-me .tag{font-size:19px;color:var(--navy);font-weight:500;line-height:1.5;margin:0 0 14px}.hero-me .intro{font-size:16px;color:var(--text-gray);line-height:1.75;margin:0;max-width:560px}.hero-me .photo{justify-self:end;width:100%;max-width:340px}.hero-me .photo img{display:block;width:100%;height:auto;border-radius:16px}.hero-svc{padding:72px 0 48px;text-align:center}.hero-svc h1{font-size:40px;font-weight:600;line-height:1.15;margin:0 auto 14px;max-width:760px}.hero-svc .intro{font-size:17px;color:var(--text-gray);line-height:1.75;max-width:640px;margin:0 auto}.hero-svc .btn-row{justify-content:center}.chips{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0 0;padding:0;list-style:none}.chips li{border:1px solid var(--border);border-radius:20px;padding:6px 14px;font-size:13px;font-weight:500;color:var(--navy);background:var(--white)}.facts{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:28px 0}.facts .n{font-size:26px;font-weight:600;color:var(--navy);line-height:1.2}.facts .l{font-size:13.5px;color:var(--text-gray);margin-top:4px;line-height:1.5}.doors{display:grid;grid-template-columns:1fr 1fr;gap:22px}.door{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:12px;padding:30px 28px;background:var(--white);text-decoration:none;color:var(--navy);transition:border-color .15s,box-shadow .15s}.door:hover{border-color:var(--blue);box-shadow:0 8px 24px rgba(5,28,44,.08)}.door .k{font-size:12px;font-weight:600;color:var(--blue);text-transform:uppercase;letter-spacing:1px;margin:0 0 10px}.door h3{font-size:22px;font-weight:600;margin:0 0 10px}.door p{font-size:15px;color:var(--text-gray);line-height:1.7;margin:0 0 18px}.door .go{margin-top:auto;font-size:15px;font-weight:600;color:var(--blue)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cards.two{grid-template-columns:1fr 1fr}.card{border:1px solid var(--border);border-radius:12px;padding:26px 24px;background:var(--white);display:flex;flex-direction:column}.card h3{font-size:18px;font-weight:600;margin:0 0 8px}.card p{font-size:14.5px;color:var(--text-gray);line-height:1.7;margin:0}.card a.more{margin-top:auto;padding-top:16px;font-size:14px;font-weight:600;color:var(--blue);text-decoration:none}.card a.more:hover{text-decoration:underline}.card ul{margin:10px 0 0 18px;padding:0;font-size:14.5px;color:var(--text-gray);line-height:1.7}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;counter-reset:s}.step{position:relative;padding:0 0 0 52px}.step::before{counter-increment:s;content:counter(s);position:absolute;left:0;top:0;width:38px;height:38px;border-radius:50%;background:var(--navy);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:15px}.step h3{font-size:17px;font-weight:600;margin:6px 0 6px}.step p{font-size:14.5px;color:var(--text-gray);line-height:1.7;margin:0}.logos{display:flex;flex-wrap:wrap;gap:28px 40px;align-items:center;justify-content:center;margin-top:8px}.logos img{height:40px;width:auto;max-width:160px;object-fit:contain;opacity:.75;filter:grayscale(1)}.quote{border-left:3px solid var(--blue);padding:4px 0 4px 22px;max-width:720px}.quote blockquote{font-size:18px;line-height:1.6;color:var(--navy);margin:0 0 8px;font-style:italic}.quote cite{font-size:13.5px;color:var(--text-gray);font-style:normal}.faq details{border-top:1px solid var(--border);padding:16px 0}.faq details:last-child{border-bottom:1px solid var(--border)}.faq summary{cursor:pointer;font-weight:600;font-size:16px;list-style:none;display:flex;justify-content:space-between;align-items:center;min-height:32px}.faq summary::-webkit-details-marker{display:none}.faq summary::after{content:"+";font-size:22px;color:var(--blue);font-weight:400}.faq details[open] summary::after{content:"\2212"}.faq p{font-size:15px;color:var(--text-gray);line-height:1.7;margin:10px 0 0;max-width:720px}.band{background:var(--navy);color:var(--white);padding:60px 0;text-align:center}.band h2{color:var(--white);font-size:28px;font-weight:600;margin:0 0 10px}.band p{color:rgba(255,255,255,.8);font-size:16px;max-width:560px;margin:0 auto}.band .btn-row{justify-content:center}.band .btn.ghost{background:transparent;color:var(--white);border-color:rgba(255,255,255,.6)}.band .btn.ghost:hover{background:var(--white);color:var(--navy);border-color:var(--white)}.band a.mail{color:var(--white);text-decoration:underline}.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:start}.form{border:1px solid var(--border);border-radius:12px;padding:28px;background:var(--white)}.form label{display:block;font-size:13.5px;font-weight:600;margin:0 0 6px;color:var(--navy)}.form input,.form textarea,.form select{width:100%;font:inherit;font-size:15px;padding:11px 12px;border:1px solid #C9CFD6;border-radius:6px;margin:0 0 16px;background:var(--white);color:var(--navy)}.form input:focus,.form textarea:focus,.form select:focus{outline:2px solid var(--blue);outline-offset:1px;border-color:var(--blue)}.form textarea{min-height:140px;resize:vertical}.form .hp{position:absolute;left:-9999px;opacity:0;height:0;width:0}.form .note{font-size:12.5px;color:var(--text-gray);margin:10px 0 0;line-height:1.6}.form .ok{display:none;border:1px solid #86EFAC;background:#F0FDF4;color:#14532D;border-radius:8px;padding:14px 16px;font-size:15px;margin:0 0 16px}.form .err{display:none;border:1px solid #FCA5A5;background:#FEF2F2;color:#7F1D1D;border-radius:8px;padding:14px 16px;font-size:15px;margin:0 0 16px}.ways .way{border:1px solid var(--border);border-radius:12px;padding:22px 24px;margin:0 0 16px;background:var(--white)}.ways .wh{font-size:16px;font-weight:600;margin:0 0 6px}.ways p{font-size:14.5px;color:var(--text-gray);line-height:1.7;margin:0 0 10px}.ways a.l{font-size:15px;font-weight:600;color:var(--blue);text-decoration:none}.ways a.l:hover{text-decoration:underline}.small{font-size:12.5px;color:var(--text-gray);line-height:1.6}.small a{color:var(--text-gray)}@media(max-width:900px){.hero-me .wrap{grid-template-columns:1fr}.hero-me .photo{justify-self:start;max-width:260px;order:-1}.hero-me h1{font-size:34px}.facts{grid-template-columns:1fr 1fr}.cards,.cards.two,.steps,.doors,.contact-grid{grid-template-columns:1fr}.hero-svc h1{font-size:32px}.sec{padding:48px 0}}@media(max-width:600px){.hero-me h1{font-size:30px}.hero-me .tag{font-size:17px}.facts{grid-template-columns:1fr 1fr;gap:16px}.facts .n{font-size:22px}.sec h2{font-size:24px}.btn{width:100%}}