@font-face { font-family: Inter; src: url('../fonts/Inter-VariableFont_slnt,wght.ttf') format('truetype'); font-weight: 100 900; font-style: normal italic; }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar:horizontal { height: 10px; }
::-webkit-scrollbar-thumb:horizontal { background: rgba(0, 0, 0, 0.2); border-radius: 10px; }
::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; }
::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.2); border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: #888888c7; }

html { scroll-behavior: smooth; }
body { margin: 0; padding: 0; display: flex; flex-direction: column; min-height: 100vh; background-color: #fbfbfb; }
.bk { background-image: linear-gradient(140deg, #ffffff00, #ffffffba), url(../images/bk2.jpg); }
* { color: #1C1C1C; font-family: Inter; font-size: 20px; }
header, main, footer { max-width: 1024px; min-width: 1024px; margin: 0 auto; padding: 20px 0; }
header { padding-top: 40px; }
header img { width: 350px; height: auto; }
.logo { display: inline; }
.login { font-weight: bold; float: right; font-size: 20px; text-decoration: none; }
section { margin-bottom: 50px; }
.hero h1 { font-size: 64px; font-weight: 600; margin-bottom: 20px; margin-top: 0; }
.hero h2 { font-size: 40px; font-weight: normal; color: #434343; margin-bottom: 20px; }
.btn-solid { display: inline-flex; width: 137px; height: 48px; border-radius: 5px; color: #fff; font-weight: bold; background-color: #1c1c1c; justify-content: center; align-items: center; text-decoration: none; font-size: 18px; }
.action-insist { font-weight: 400; margin-left: 20px; }
dt { font-weight: bold; font-size: 32px; margin-bottom: 20px; }
dd { font-weight: normal; font-size: 24px; margin-bottom: 30px; margin-inline-start: 0; }
article { margin-bottom: 20px; padding: 15px; }
article h2 { font-size: 32px; font-weight: 700; color: #fff; margin: 0; }
article p { font-size: 24px; font-weight: 500; color: #fff; margin: 0; margin-top: 16px; line-height: 25px; }
p, .section-description, p a { font-size: 24px; margin-bottom: 40px; }
.content-grid { display: flex; flex-wrap: wrap; gap: 13px; justify-content: space-between; }
.content-card { flex: 1; min-width: 300px; max-width: 100%; padding: 24px 15px; border: 1px solid #8d8d8d59; border-radius: 10px; background-color: #ffffff87; text-align: left; }
.content-card img { width: -webkit-fill-available; width: -moz-available; margin: 12px 0; }
.content-card h3 { font-size: 24px; font-weight: bold; }
.content-card p { font-size: 24px; margin: 5px 0 20px 0; }
.getstarted-box { background-color: #003743; text-align: center; padding: 40px; border-radius: 10px; }
h2 { margin-top: 0; font-size: 32px; }
h3 { margin-top: 0; font-size: 24px; }
ul { display: flex; justify-content: flex-start; list-style-type: none; padding: 0; gap: 28px; }
ul li { margin-bottom: 10px; font-size: 20px; }
footer { padding: 30px 0; }
footer a { text-decoration: none; }
footer ul li { margin-bottom: 0px; }
.footer-content { margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.company-info p { margin: 5px 0; }
.footer-links ul { list-style-type: none; padding: 0; margin: 0; display: flex; }
.footer-links ul li { margin-right: 20px; }
.footer-links ul li:last-child { margin-right: 0; }
.footer-links ul li a { text-decoration: none; }
.footer-links ul li a:hover { text-decoration: underline; }
