@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; 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; }
header { padding-top: 40px; }
header img { width: 225px; height: auto; }
.logo { display: inline; }
.login { font-weight: bold; float: right; font-size: 20px; text-decoration: none; margin-right: 30px; }
.login:first-child { margin-right: 0px; }
section { margin-bottom: 105px; }
.hero h1 { font-size: 64px; font-weight: 600; margin-bottom: 20px; }
.hero h2 { font-size: 38px; 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: #4285F4; justify-content: center; align-items: center; text-decoration: none; font-size: 18px; }
.btn { display: inline-flex; width: 137px; height: 48px; border: 2px solid #4285F4; border-radius: 5px; color: #4285F4; 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: 30px; 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: #4285F4; }
.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: 30px 0; padding-top: 0px; }
footer a { text-decoration: none; }
.footer-content { margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.footer-content ul { list-style-type: none; padding: 0; display: flex; justify-content: flex-start; gap: 28px; }
.company-info p { margin: 5px 0; }
footer .company-info { margin-bottom: 0px; }
.footer-links ul { list-style-type: none; padding: 0; margin: 0; display: flex; }
.footer-links ul li { margin-right: 20px; margin-bottom: 0px; }
.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; }
footer ul li { margin-bottom: 5px; }

.pricing h1 { font-weight: bold; font-size: 32px; margin-bottom: 20px; margin-top: 15px; }
.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; }
.dt_features { font-size: 32px; margin-bottom: 30px; }
.hero, .highlight-box { margin-bottom: 55px; }
.features, .pricing { padding-top: 30px; }