*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: 'Noto Sans SC', sans-serif;
background: #F7F5F0;
color: #2C2C2A;
min-height: 100vh;
line-height: 1.7;
}
/* Hero */
.hero {
background: #0F6E56;
color: #fff;
padding: 4.5rem 2rem 3.5rem;
position: relative;
overflow: hidden;
}
.hero::before {
content: '';
position: absolute;
top: -80px; right: -80px;
width: 320px; height: 320px;
border-radius: 50%;
border: 2px solid rgba(255,255,255,0.07);
pointer-events: none;
}
.hero::after {
content: '';
position: absolute;
bottom: -60px; left: -40px;
width: 220px; height: 220px;
border-radius: 50%;
border: 2px solid rgba(255,255,255,0.05);
pointer-events: none;
}
.hero-inner {
max-width: 1024px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.hero-tag {
display: inline-block;
font-size: 11px;
letter-spacing: 0.13em;
text-transform: uppercase;
background: rgba(255,255,255,0.14);
padding: 4px 14px;
border-radius: 20px;
margin-bottom: 1.25rem;
}
.hero h1 {
font-family: 'Noto Serif SC', serif;
font-size: clamp(24px, 4.5vw, 38px);
font-weight: 700;
line-height: 1.3;
margin-bottom: 0.75rem;
}
.hero-sub {
font-size: 14px;
opacity: 0.72;
max-width: 560px;
}
/* Container */
.container {
max-width: 1060px;
margin: 0 auto;
padding: 3rem 1.5rem 4rem;
}
.section-label {
font-size: 11px;
letter-spacing: 0.13em;
text-transform: uppercase;
color: #0F6E56;
font-weight: 500;
margin-bottom: 0.4rem;
}
.section-title {
font-family: 'Noto Serif SC', serif;
font-size: 21px;
font-weight: 600;
color: #1a1a18;
margin-bottom: 1.75rem;
}
/* Table wrapper */
.table-wrapper {
overflow-x: auto;
border-radius: 16px;
border: 1px solid #E0DDD5;
box-shadow: 0 4px 24px rgba(0,0,0,0.06);
margin-bottom: 3rem;
}
table {
width: 100%;
border-collapse: collapse;
font-size: 13.5px;
background: #fff;
min-width: 860px;
}
/* Header row */
thead tr {
background: #0F6E56;
color: #fff;
}
thead th {
padding: 14px 16px;
font-size: 12px;
font-weight: 500;
letter-spacing: 0.06em;
text-align: left;
white-space: nowrap;
border-right: 1px solid rgba(255,255,255,0.1);
}
thead th:last-child { border-right: none; }
thead th.center { text-align: center; }
/* Body rows */
tbody tr {
border-bottom: 1px solid #EEECEA;
transition: background 0.15s;
}
tbody tr:last-child { border-bottom: none; }
tbody tr:hover { background: #F7FBF9; }
tbody tr.top-row { background: #F2FCF7; }
tbody tr.top-row:hover { background: #E8F8F1; }
td {
padding: 14px 16px;
vertical-align: top;
border-right: 1px solid #EEECEA;
color: #3a3a38;
line-height: 1.65;
}
td:last-child { border-right: none; }
td.center { text-align: center; vertical-align: middle; }
/* Rank cell */
.rank-cell {
text-align: center;
vertical-align: middle;
}
.rank-circle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px; height: 32px;
border-radius: 50%;
font-family: 'Noto Serif SC', serif;
font-size: 14px;
font-weight: 700;
}
.rc-1 { background: #9FE1CB; color: #085041; }
.rc-2 { background: #B5D4F4; color: #0C447C; }
.rc-3 { background: #FAC775; color: #633806; }
.rc-4, .rc-5, .rc-6, .rc-7 { background: #E8E6DF; color: #444441; }
/* Company name cell */
.company-name {
font-family: 'Noto Serif SC', serif;
font-size: 15px;
font-weight: 600;
color: #1a1a18;
margin-bottom: 3px;
}
.company-loc {
font-size: 12px;
color: #999;
}
.best-tag {
display: inline-block;
font-size: 10px;
font-weight: 500;
background: #E1F5EE;
color: #0F6E56;
padding: 2px 8px;
border-radius: 20px;
border: 1px solid #9FE1CB;
margin-left: 6px;
vertical-align: middle;
white-space: nowrap;
}
/* Stars */
.stars { color: #EF9F27; font-size: 13px; letter-spacing: 1px; }
.score { font-weight: 500; color: #1a1a18; margin-left: 4px; font-size: 13px; }
/* Price badge */
.price {
display: inline-block;
font-size: 12px;
padding: 3px 10px;
border-radius: 20px;
white-space: nowrap;
}
.price-good { background: #E1F5EE; color: #0F6E56; }
.price-mid { background: #FAEEDA; color: #633806; }
.price-high { background: #FCEBEB; color: #791F1F; }
/* Countries */
.countries {
font-weight: 500;
color: #1a1a18;
}
/* Feature tags */
.tags { display: flex; flex-wrap: wrap; gap: 5px; }
.tag {
font-size: 11px;
padding: 3px 9px;
border-radius: 20px;
background: #F1EFE8;
color: #5F5E5A;
white-space: nowrap;
}
.tag-green { background: #EAF3DE; color: #3B6D11; }
.tag-blue { background: #E6F1FB; color: #185FA5; }
/* Pro/con lists */
.pro-con { display: flex; flex-direction: column; gap: 5px; }
.pro, .con {
font-size: 12px;
padding: 3px 10px;
border-radius: 20px;
display: inline-block;
width: fit-content;
white-space: nowrap;
}
.pro { background: #EAF3DE; color: #3B6D11; }
.con { background: #FCEBEB; color: #791F1F; }
/* Legend */
.legend {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 2.5rem;
align-items: center;
font-size: 13px;
color: #5F5E5A;
}
.legend-item { display: flex; align-items: center; gap: 6px; }
.legend-dot {
width: 12px; height: 12px;
border-radius: 50%;
flex-shrink: 0;
}
/* Summary */
.summary-box {
background: #fff;
border-radius: 14px;
padding: 1.75rem 2rem;
border-left: 4px solid #0F6E56;
font-size: 14.5px;
color: #3a3a38;
line-height: 1.85;
margin-bottom: 3rem;
}
.summary-box p + p { margin-top: 0.85rem; }
.hl { color: #0F6E56; font-weight: 500; }
/* Footer */
.footer {
background: #0F6E56;
color: rgba(255,255,255,0.65);
text-align: center;
padding: 2.25rem 1.5rem;
font-size: 13px;
}
.footer strong { color: rgba(255,255,255,0.9); }
.footer p + p { margin-top: 6px; }
/* Divider */
.divider { height: 1px; background: #E0DDD5; margin: 2.5rem 0; }
@media (max-width: 640px) {
.hero { padding: 3rem 1.25rem 2.5rem; }
.container { padding: 2rem 1rem 3rem; }
.summary-box { padding: 1.25rem 1.25rem; }
}