.pricing-page__title {
text-transform: uppercase;
width: fit-content;
}
.pricing-page__header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
}
.pricing-download-button {
display: inline-block;
margin: 0;
padding: 0.85rem 1.25rem;
position: relative;
overflow: hidden;
background:
radial-gradient(circle at top left, rgba(237, 28, 36, 0.12), transparent 28%),
linear-gradient(180deg, #111111 0%, #050505 100%);
color: #fff;
font: inherit;
font-weight: 600;
letter-spacing: 0.04em;
text-transform: uppercase;
cursor: pointer;
appearance: none;
transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.pricing-download-button:hover,
.pricing-download-button:focus-visible {
background:
radial-gradient(circle at top left, rgba(237, 28, 36, 0.24), transparent 28%),
linear-gradient(180deg, #191919 0%, #050505 100%);
color: #f5d90a;
transform: translateY(-1px);
} .pricing-page__intro {
margin: 0 0 1rem;
color: #405261;
font-size: 0.98rem;
line-height: 1.5;
}
.pricing-table-card {
margin: 1.25rem 0 2.5rem;
background: #fff;
border: 1px solid #d9dee4;
box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
overflow: hidden;
}
.specifications.pricing {
width: 100%;
border-collapse: separate;
border-spacing: 0;
table-layout: fixed;
margin: 0;
background: #fff;
border: 0;
border-radius: 0;
overflow: hidden;
box-shadow: none;
}
.specifications.pricing thead tr:first-child {
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 34%),
linear-gradient(180deg, rgba(20, 20, 20, 0.96) 0%, rgba(64, 64, 64, 0.96) 100%);
border: 1px solid rgba(255, 255, 255, 0);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(10px);
}
.specifications.pricing thead th {
padding: 1rem 1.05rem;
background: transparent;
color: #fff;
text-align: center;
vertical-align: middle;
font-size: 0.86rem;
line-height: 1.3;
letter-spacing: 0.04em;
text-transform: uppercase;
border: 0;
}
.specifications.pricing thead tr:first-child th:nth-child(1) {
width: 30%;
}
.specifications.pricing thead tr:first-child th:nth-child(2) {
width: 20%;
}
.specifications.pricing thead tr:first-child th:nth-child(3) {
width: 5%;
}
.specifications.pricing thead tr:first-child th:nth-child(4) {
width: 5%;
}
.specifications.pricing thead tr:first-child th:nth-child(5) {
width: 40%;
}
.specifications.pricing thead tr:nth-child(2) td {
padding: 0.85rem 1.05rem;
font-size: 0.74rem;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
vertical-align: middle;
}
.specifications.pricing thead th:first-child,
.specifications.pricing tbody td:first-child {
border-right: 1px solid #d9dee4;
}
.specifications.pricing thead tr:nth-child(2) td:nth-child(1),
.specifications.pricing tbody td.pricing-brand-cell {
width: 18%;
}
.specifications.pricing thead tr:nth-child(2) td:nth-child(2),
.specifications.pricing tbody td.pricing-model-cell {
width: 12%;
border-right: 1px solid #d9dee4;
}
.specifications.pricing tbody td {
padding: 0.95rem 1rem;
vertical-align: middle;
border: 0;
border-top: 1px solid #e6ebf0;
background-clip: padding-box;
color: #172533;
}
.specifications.pricing tbody tr:nth-child(even) td {
background: #f8fafc;
}
.specifications.pricing tbody td:first-child {
background: #eef3f7;
font-weight: 600;
color: #12202d;
}
.specifications.pricing .center {
text-align: center;
}
.specifications.pricing .right-align {
text-align: right;
}
.specifications.pricing .left-align {
text-align: left;
}
.pricing-brand-cell {
text-align: center;
}
.pricing-brand,
.pricing-model-number {
display: flex;
align-items: center;
justify-content: center;
gap: 0.45rem;
width: 100%;
height: 100%;
line-height: 1;
}
.pricing-model-number {
justify-content: flex-end;
}
.sitrak-price-logo {
display: inline-block; height: auto;
vertical-align: middle;
background: #014d71;
width: 110px;
padding: 4px;
position: relative;
}
.howo-price-logo {
display: inline-block;
max-width: 82px;
width: 60px;
height: auto;
vertical-align: middle;
object-fit: contain;
}
.pricing-export-note {
font-style: italic;
color: #5b6b79;
}
.pricing-mobile {
display: none;
}
.pricing-mobile__item {
border: 1px solid #e2e7ee;
border-radius: 14px;
background: #fff;
box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
overflow: hidden;
}
.pricing-mobile__summary {
list-style: none;
cursor: pointer;
padding: 0.95rem 1rem;
display: grid;
gap: 0.25rem;
}
.pricing-mobile__summary::-webkit-details-marker {
display: none;
}
.pricing-mobile__model {
display: block;
font-size: 0.95rem;
font-weight: 700;
line-height: 1.25;
color: #12202d;
}
.pricing-mobile__brand {
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #c2171e;
}
.pricing-mobile__application {
font-size: 0.92rem;
font-weight: 700;
line-height: 1.4;
color: #12202d;
}
.pricing-mobile__body {
padding: 0 1rem 1rem;
border-top: 1px solid #edf1f5;
}
.pricing-mobile__grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.7rem 0.9rem;
padding-top: 0.85rem;
}
.pricing-mobile__grid div {
display: grid;
gap: 0.15rem;
}
.pricing-mobile__grid span {
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #5b6b79;
}
.pricing-mobile__grid strong {
font-size: 0.95rem;
line-height: 1.25;
color: #12202d;
}
.pricing-mobile__full {
grid-column: 1 / -1;
} .pricing-notes {
margin: 0 0 2.5rem;
padding: 1.25rem 1.25rem 1rem;
border: 1px solid #e2e7ee;
border-radius: 14px;
background: #fff;
box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}
.pricing-notes h2 {
margin: 0 0 0.75rem;
font-size: 1.15rem;
text-transform: uppercase;
color: #12202d;
}
.pricing-notes ul {
margin: 0;
padding-left: 1.1rem;
color: #405261;
}
.pricing-notes li+li {
margin-top: 0.45rem;
}
@media (max-width: 1280px) {
.specifications.pricing {
display: block;
overflow-x: auto;
white-space: normal;
}
.specifications.pricing thead th,
.specifications.pricing thead tr:nth-child(2) td,
.specifications.pricing tbody td {
min-width: 160px;
}
}
@media (max-width: 767px) {
.pricing-page__header {
flex-direction: column;
align-items: flex-start;
}
.pricing-table-card {
margin: 1rem 0 1.75rem;
border-radius: 14px;
}
.specifications.pricing thead th,
.specifications.pricing thead tr:nth-child(2) td,
.specifications.pricing tbody td {
min-width: 150px;
padding-left: 0.8rem;
padding-right: 0.8rem;
}
.pricing-notes {
padding: 1rem 1rem 0.9rem;
}
} .pricing {
font-size: 16px !important;
width: 100%;
}
.pricing-mobile .sitrak-price-logo {
margin-bottom: 15px;
}
.pricing-mobile .howo-price-logo {
margin-bottom: 15px;
}
.pricing td {
padding: 10px;
vertical-align: middle;
position: relative;
}
.pricing th {
text-align: left;
text-transform: uppercase !important;
background: #0f172a;
background: -moz-linear-gradient(top, #1e293b 0%, #111827 100%);
background: -webkit-linear-gradient(top, #1e293b 0%, #111827 100%);
background: linear-gradient(to bottom, #1e293b 0%, #111827 100%);
border: 1px solid #c2171e;
color: #fff;
padding: 10px;
}
.pricing tbody tr td {
border-bottom: 1px solid #e6e6e6;
}
.pricing tbody tr:last-child td {
border-bottom: none;
}
.pricing .center {
text-align: center;
}
@media print {
@page {
margin: 12mm;
}
body {
background: #fff !important;
}
body * {
visibility: hidden !important;
}
.pricing-table-card,
.pricing-table-card * {
visibility: visible !important;
}
.pricing-table-card {
position: absolute;
left: 0;
top: 0;
width: 100%;
margin: 0;
border: 0;
box-shadow: none;
}
.pricing-table-card,
.specifications.pricing,
.specifications.pricing thead tr:first-child,
.specifications.pricing tbody td,
.specifications.pricing tbody tr:nth-child(even) td,
.specifications.pricing tbody td:first-child {
background: #fff !important;
color: #000 !important;
}
.specifications.pricing {
display: table !important;
overflow: visible !important;
border-collapse: collapse;
}
.specifications.pricing th,
.specifications.pricing td {
border: 1px solid #000 !important;
box-shadow: none !important;
backdrop-filter: none !important;
}
.specifications.pricing thead th,
.specifications.pricing thead tr:nth-child(2) td {
color: #000 !important;
}
.specifications.pricing img,
.pricing-download-button,
.pricing-page__title,
.pricing-notes,
.divider,
.call-to-action,
header,
footer {
display: none !important;
}
}
@media (max-width: 767px) {
.pricing-table-card {
display: none;
}
.pricing-mobile {
display: grid;
gap: 0.75rem;
margin: 1rem 0 1.75rem;
}
.specifications.pricing {
display: none;
}
}
.pricing .right-align {
text-align: right;
}
.pricing .left-align {
text-align: right;
}
ul li ul {
margin-top: 15px !important;
}
.pricing-mobile h4 {
color: white;
text-transform: none;
-webkit-box-shadow: inset 0px 2px 49px -4px rgba(197, 19, 26, 1), 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow: inset 0px 2px 49px -4px rgba(197, 19, 26, 1), 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
box-shadow: inset 0px 2px 49px -4px rgba(197, 19, 26, 1), 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
background: #ed1c24;
background: -moz-linear-gradient(top, #ed1c24 0%, #eb1c24 25%, #cd181f 83%, #c2171e 92%, #c2171e 100%);
background: -webkit-linear-gradient(top, #ed1c24 0%, #eb1c24 25%, #cd181f 83%, #c2171e 92%, #c2171e 100%);
background: linear-gradient(to bottom, #ed1c24 0%, #eb1c24 25%, #cd181f 83%, #c2171e 92%, #c2171e 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#c2171e', GradientType=0);
border: 1px solid #b40b11;
color: white;
font-size: 16px;
padding: 10px;
margin-bottom: 10px;
cursor: pointer;
}
.pricing-mobile h4 i {
font-size: 11px;
position: relative;
top: -1px;
margin-left: 5px;
}
.pricing-mobile ul {
padding: 10px;
padding-bottom: 5px;
}
.pricing-mobile li ul {
padding-bottom: 0px;
}
.on-promotion-pricing {
position: relative;
width: 86px;
height: auto;
display: block;
float: right;
}
.promotion-pricing-banner-float-right {
position: absolute;
left: 0px;
bottom: 10px;
}
.pricing-mobile .on-promotion-pricing {
margin-bottom: 20px;
float: none;
}