@charset 'utf-8';
@import url('/assets/fonts/inter/fonts_inter.css');

::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #f0f0f0; border-radius: 10px; }
::-webkit-scrollbar-thumb { background: linear-gradient(135deg, #ccc, #bbb); border-radius: 10px; transition: background 0.3s ease; }
::-webkit-scrollbar-thumb:hover { background: linear-gradient(135deg, #999, #888); }
::-webkit-scrollbar-thumb:horizontal { background: linear-gradient(135deg, #eee, #ddd); }
::-webkit-scrollbar-thumb:horizontal:hover { background: linear-gradient(135deg, #999, #888); }

html { scroll-behavior: smooth; }
body { margin: 0; padding: 0; display: flex; flex-direction: column; min-height: 100vh; background-color: #fbfbfb; }
* { color: #1C1C1C; font-family: Inter; font-size: 20px; }
header, main, footer { max-width: 1024px; min-width: 1024px; margin: 0 auto; }
header { padding-top: 40px; }
header img { width: 225px; height: auto; }
.logo { display: inline; }
a { cursor: pointer; }
.login { font-weight: bold; float: right; font-size: 20px; text-decoration: none; margin-right: 30px; }
section { margin-bottom: 105px; }
.hero h1 { font-size: 64px; font-weight: 600; margin-bottom: 20px; }
.hero h2 { font-size: 48px; 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: #1578f5; justify-content: center; align-items: center; text-decoration: none; font-size: 18px; }
.btn { display: inline-flex; width: 137px; height: 48px; border: 2px solid #1578f5; border-radius: 5px; color: #1578f5; font-weight: bold; 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 { border-radius: 10px; margin-bottom: 20px; padding: 15px; }
article h2 { font-size: 22px; font-weight: 700; color: #fff; margin: 0; }
article p { font-size: 18px; font-weight: 500; color: #fff; margin: 0; margin-top: 6px; line-height: 25px; }
.support-box { background-color: #1578f5; }
.setup-box { background-color: #2E8B57; }
.pricing-table { display: flex; justify-content: center; align-items: stretch; }
.pricing-column { flex: 1; padding: 20px; }
.separator { width: 3px; background-color: black; margin: 0 20px; }
h2 { margin-top: 0; font-size: 32px; }
ul { list-style-type: none; padding: 0; }
ul li { margin-bottom: 10px; font-size: 20px; }
footer { padding: 20px 0; }
.footer-content { display: flex; justify-content: space-between; align-items: center; margin: 0 auto; }
.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; }

.pricing h1 { font-weight: bold; font-size: 32px; margin-bottom: 20px; }
.pricing-column { flex: 1; padding: 20px 20px 0px 20px; }
.pricing .pricing-column:first-child { padding-left: 0px !important; }
.pricing .pricing-column:last-child { padding-right: 0px !important; }
.pricing .pricing-column h2 { font-size: 30px; margin-bottom: 0px; }
