:root {
--bg: #020617;
--card: #0f172a;
--card2: #111827;
--border: rgba(255, 255, 255, .08);
--text: #f8fafc;
--muted: #94a3b8;
--primary: #22c55e;
--primary2: #4ade80;
--primary3: #4ade80;
--accent: #38bdf8;
--shadow: 0 20px 50px rgba(0, 0, 0, .35);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
font-family: 'Inter', sans-serif;
background: linear-gradient(to bottom, #020617, #081120, #020617);
color: var(--text);
overflow-x: hidden;
}
a {
text-decoration: none;
}
.container-custom {
width: 92%;
max-width: 1440px;
margin: auto;
}
.topbar {
background: #16a34a;
padding: 10px 0;
font-size: 13px;
font-weight: 600;
text-align: center;
color: #fff;
}
header {
position: sticky;
top: 0;
z-index: 999;
backdrop-filter: blur(18px);
background: rgba(2, 6, 23, .78);
border-bottom: 1px solid var(--border);
}
.navbar-custom {
display: flex;
align-items: center;
justify-content: space-between;
padding: 18px 0;
gap: 20px;
}
.logo {
display: flex;
align-items: center;
height: 58px;
overflow: visible;
}
.logo img {
height: 175px;
width: auto;
display: block;
object-fit: contain;
margin-top: 8px;
}
.logo span {
color: var(--primary);
}
.search-box {
flex: 1;
max-width: 620px;
position: relative;
}
.search-box input {
width: 100%;
background: rgba(255, 255, 255, .06);
border: 1px solid var(--border);
height: 52px;
border-radius: 18px;
padding: 0 20px 0 50px;
color: #fff;
outline: none;
font-size: 14px;
}
.search-box i {
position: absolute;
left: 18px;
top: 17px;
color: var(--muted);
}
.nav-actions {
display: flex;
align-items: center;
gap: 15px;
}
.lang-btn {
background: rgba(255, 255, 255, .06);
border: 1px solid var(--border);
color: #fff;
padding: 10px 18px;
border-radius: 14px;
font-size: 13px;
font-weight: 700;
}
.hero {
padding: 80px 0 50px;
position: relative;
}
.hero::before {
content: '';
position: absolute;
width: 500px;
height: 500px;
background: rgba(34, 197, 94, .14);
filter: blur(120px);
left: -100px;
top: -100px;
}
.hero-grid {
display: grid;
grid-template-columns: 1.3fr .7fr;
gap: 30px;
align-items: stretch;
color: #fff;
}
.hero-main {
background:
linear-gradient(135deg, rgba(2, 6, 23, .88), rgba(15, 23, 42, .6)),
url('https://files.fshealthweightloss.com/user-site-file/c8dffb33-563a-11f1-8ef5-f23c94100626/MWlobnlTNGRuZUFXSHhtNlNPUWcxNzc5NTUwNTYy/LBrRLDPIuYMbJXjtmR4/photo-1517836357463-d25dfeac3438?q=80&w=1600&auto=format&fit=crop');
background-size: cover;
background-position: center;
padding: 70px;
border-radius: 34px;
min-height: 620px;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
overflow: hidden;
box-shadow: var(--shadow);
}
.hero-badge {
background: rgba(34, 197, 94, .12);
border: 1px solid rgba(74, 222, 128, .3);
width: max-content;
padding: 10px 18px;
border-radius: 999px;
font-size: 13px;
font-weight: 700;
margin-bottom: 24px;
color: #dcfce7;
}
.hero h1 {
font-size: 72px;
line-height: 1;
font-weight: 900;
max-width: 760px;
margin-bottom: 26px;
letter-spacing: -3px;
}
.hero p {
font-size: 19px;
line-height: 1.8;
color: #cbd5e1;
max-width: 640px;
margin-bottom: 40px;
}
.hero-actions {
display: flex;
gap: 18px;
flex-wrap: wrap;
}
.btn-primary-custom {
background: linear-gradient(135deg, var(--primary), var(--primary2));
color: #04130a;
padding: 16px 30px;
border-radius: 18px;
font-weight: 800;
border: none;
font-size: 15px;
transition: .3s;
text-decoration: none;
}
.btn-primary-custom:hover {
transform: translateY(-4px);
}
.btn-secondary-custom {
background: rgba(255, 255, 255, .08);
border: 1px solid var(--border);
color: #fff;
padding: 16px 28px;
border-radius: 18px;
font-weight: 700;
text-decoration: none;
}
.hero-side {
display: flex;
flex-direction: column;
gap: 24px;
}
.side-card {
background: linear-gradient(180deg, #0f172a, #111827);
border: 1px solid var(--border);
border-radius: 28px;
padding: 30px;
box-shadow: var(--shadow);
position: relative;
overflow: hidden;
}
.side-card img {
width: 100%;
height: 240px;
object-fit: contain;
margin-bottom: 20px;
border-radius: 34px;
}
.side-tag {
background: rgba(56, 189, 248, .12);
color: #7dd3fc;
border: 1px solid rgba(56, 189, 248, .25);
padding: 8px 14px;
font-size: 12px;
font-weight: 700;
border-radius: 999px;
display: inline-block;
margin-bottom: 16px;
}
.side-card h3 {
font-size: 28px;
font-weight: 800;
margin-bottom: 10px;
}
.side-card p {
color: #cbd5e1;
line-height: 1.7;
margin-bottom: 20px;
}
.price {
font-size: 42px;
font-weight: 900;
margin-bottom: 20px;
}
.trust-bar {
padding: 28px 0;
margin-top: 25px;
}
.trust-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
color: #fff;
}
.trust-item {
background: rgba(255, 255, 255, .04);
border: 1px solid var(--border);
padding: 24px;
border-radius: 24px;
display: flex;
gap: 18px;
align-items: flex-start;
}
.trust-item i {
font-size: 28px;
color: var(--primary2);
}
.trust-item h4 {
font-size: 16px;
font-weight: 800;
margin-bottom: 6px;
}
.trust-item p {
font-size: 13px;
line-height: 1.7;
color: var(--muted);
margin: 0;
}
.section-title {
font-size: 54px;
font-weight: 900;
letter-spacing: -2px;
margin-bottom: 18px;
color: #fff;
}
.section-subtitle {
max-width: 780px;
line-height: 1.8;
color: #cbd5e1;
margin-bottom: 50px;
font-size: 18px;
}
.products-section {
padding: 0px 0;
}
/* CUSTOMIZAÇÃO DE ABAS PADRÃO BOOTSTRAP */
.products-section .nav-pills .nav-link {
color: #cbd5e1;
background: rgba(255, 255, 255, .04);
border: 1px solid var(--border);
border-radius: 14px;
padding: 12px 22px;
font-weight: 600;
font-size: 14px;
transition: all 0.25s ease;
}
.products-section .nav-pills .nav-link.active,
.products-section .nav-pills .nav-link:hover {
background: linear-gradient(135deg, var(--primary), var(--primary2)) !important;
color: #04130a !important;
border-color: transparent;
box-shadow: 0 8px 20px rgba(34, 197, 94, .15);
}
/* SEÇÃO DE ESTILOS DA TABELA DE RANKING */
.ranking-title {
color: #fff;
}
.ranking-container {
background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.025));
border: 1px solid rgba(255,255,255,0.08);
border-radius: 22px;
padding: 18px;
backdrop-filter: blur(12px);
box-shadow: 0 10px 35px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.03);
}

.table-rank {
    overflow: hidden;
    border-radius: 20px;
}

.table-dark {
--bs-table-bg: transparent;
--bs-table-color: #e2e8f0 !important;
}

.ranking-table {
--bs-table-bg: transparent;
--bs-table-color: #e2e8f0 !important;
}
.ranking-table thead tr {
border-bottom: 1px solid rgba(255,255,255,0.08);
color: #94a3b8;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.72rem;
}
.ranking-table th.rank-col, .ranking-table td.rank-cell {
padding: 14px 12px;
}
.ranking-table th.country-col, .ranking-table td.country-cell {
padding: 14px 12px;
}
.ranking-table th.access-col, .ranking-table td.access-cell {
padding: 14px 16px;
}
.ranking-table tbody tr {
border-bottom: 1px solid rgba(255,255,255,0.02);
height: 48px;
transition: all .25s ease;
}
.ranking-table tbody tr:hover {
background: rgba(255,255,255,0.025) !important;
}
.ranking-badge-podium {
display: inline-flex;
align-items: center;
justify-content: center;
width: 26px;
height: 26px;
border-radius: 6px;
font-size: 0.75rem;
font-weight: 700;
}
.ranking-badge-1 {
background: rgba(212, 175, 55, 0.12);
border: 1px solid rgba(212, 175, 55, 0.35);
color: #ffd700;
}
.ranking-badge-2 {
background: rgba(148, 163, 184, 0.12);
border: 1px solid rgba(148, 163, 184, 0.35);
color: #cbd5e1;
}
.ranking-badge-3 {
background: rgba(180, 83, 9, 0.12);
border: 1px solid rgba(180, 83, 9, 0.35);
color: #f59e0b;
}
.ranking-badge-other {
display: inline-flex;
align-items: center;
justify-content: center;
width: 26px;
height: 26px;
background: rgba(255,255,255,0.03);
border: 1px solid rgba(255,255,255,0.06);
border-radius: 6px;
color: #64748b;
font-size: 0.75rem;
font-weight: 600;
font-family: monospace;
}
.country-wrapper {
display: inline-flex;
align-items: center;
}
.country-flag {
height: 13px;
width: auto;
border-radius: 2px;
margin-right: 12px;
box-shadow: 0 1px 3px rgba(0,0,0,0.35);
border: 1px solid rgba(255,255,255,0.12);
display: inline-block;
vertical-align: middle;
}
.country-name {
letter-spacing: 0.2px;
color: #e2e8f0;
font-size: 0.9rem;
font-weight: 500;
}
.access-count {
/*color: #10b981;*/
font-size: 0.9rem;
font-family: 'SF Mono', SFMono-Regular, Consolas, monospace;
letter-spacing: -0.3px;
}
/* Classes de controle visual gerenciadas pelo Script */
.product-card.hidden-by-filter, .product-card.hidden-by-limit {
display: none !important;
}
.product-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 28px;
}
.product-card {
background: linear-gradient(180deg, #0f172a, #111827);
border: 1px solid rgba(255, 255, 255, .08);
border-radius: 30px;
padding: 24px;
transition: .35s;
position: relative;
overflow: hidden;
box-shadow: 0 10px 40px rgba(0, 0, 0, .22);
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.product-card:hover {
transform: translateY(-8px);
border-color: rgba(34, 197, 94, .4);
}
.product-card::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(255, 255, 255, .04), transparent);
pointer-events: none;
}
.product-top {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 18px;
}
.product-category {
background: rgba(255, 255, 255, .06);
border: 1px solid var(--border);
padding: 7px 12px;
border-radius: 999px;
font-size: 11px;
font-weight: 700;
color: #cbd5e1;
}
.rating {
font-size: 13px;
font-weight: 700;
color: #facc15;
}
.norating {
font-size: 13px;
font-weight: 700;
color: #ffffff;
}
.product-card img {
width: 100%;
height: 240px;
object-fit: contain;
margin-bottom: 20px;
border-radius: 34px;
}
.product-title {
font-size: 21px;
font-weight: 800;
line-height: 1.4;
color: #fff;
margin-bottom: 16px;
display: block;
min-height: 20px;
text-decoration: none;
}
.product-desc {
font-size: 14px;
line-height: 1.7;
color: #94a3b8;
margin-bottom: 22px;
}
.price-row {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
margin-top: auto;
}
.product-price {
font-size: 34px;
font-weight: 900;
color: #fff;
}
.shipping {
font-size: 12px;
color: #94a3b8;
}
.buy-btn {
width: 100%;
height: 54px;
border: none;
border-radius: 15px;
background:
linear-gradient(135deg,
#22c55e,
#16a34a);
color: white;
font-weight: 800;
font-size: 14px;
letter-spacing: .3px;
transition: .25s ease;
box-shadow:
0 10px 25px rgba(34, 197, 94, .25);
display: inline-flex;
align-items: center;
justify-content: center;
padding: 1px 2px; 
gap: 3px; 
}
.buy-btn:hover {
transform: translateY(-2px);
box-shadow:
0 14px 30px rgba(34, 197, 94, .35);
background:
linear-gradient(135deg,
#4ade80,
#22c55e);
}
.stats {
padding: 90px 0;
}
.stats {
padding: 90px 0;
}
.stats-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
}
.stat-box {
background: rgba(255, 255, 255, .04);
border: 1px solid var(--border);
padding: 40px;
border-radius: 28px;
text-align: center;
color: #fff;
}
.stat-box h3 {
font-size: 52px;
font-weight: 900;
margin-bottom: 10px;
}
.stat-box p {
color: #cbd5e1;
font-size: 15px;
margin: 0;
}
.about {
padding: 0px 0;
}
.about-box {
background: linear-gradient(180deg, #0f172a, #111827);
padding: 70px;
border-radius: 40px;
border: 1px solid var(--border);
box-shadow: var(--shadow);
}
.about-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
align-items: center;
}
.about-grid img {
width: 100%;
border-radius: 30px;
height: 100%;
object-fit: cover;
}
.about-content h2 {
font-size: 56px;
font-weight: 900;
line-height: 1.1;
margin-bottom: 25px;
color: #fff;
}
.about-content p {
font-size: 17px;
line-height: 1.9;
color: #cbd5e1;
margin-bottom: 25px;
}
.about-list {
list-style: none;
padding: 0;
}
.about-list li {
margin-bottom: 18px;
display: flex;
gap: 12px;
line-height: 1.7;
color: #e2e8f0;
}
.about-list i {
color: var(--primary2);
font-size: 18px;
}
footer {
padding: 70px 0 40px;
border-top: 1px solid rgba(255, 255, 255, .08);
margin-top: 100px;
}
.footer-grid {
display: grid;
grid-template-columns: 2fr 1fr 1fr 1fr;
gap: 40px;
margin-bottom: 20px;
}
.footer-logo {
height: 70px;
display: flex;
align-items: center;
overflow: visible;
}
.footer-logo img {
height: 175px;
width: auto;
object-fit: contain;
margin-left: -8px;
}
.footer-logo span {
color: var(--primary);
}
.footer-text {
line-height: 1.9;
color: #cbd5e1;
max-width: 500px;
margin-bottom: 20px;
}
.footer-col h4 {
font-size: 18px;
font-weight: 800;
margin-bottom: 22px;
color: #fff;
}
.footer-links {
list-style: none;
padding: 0;
}
.footer-links li {
margin-bottom: 14px;
}
.footer-links a {
color: #cbd5e1;
font-size: 15px;
text-decoration: none;
}
.footer-contact {
font-size: 15px;
color: #cbd5e1;
}
.footer-contact a {
color: var(--primary3);
font-weight: 600;
transition: .3s;
text-decoration: none;
}
.footer-contact i {
color: var(--primary3);
margin-right: 8px;
}
.footer-contact a:hover {
color: #fff;
text-decoration: none;
}
.bottom-footer {
border-top: 1px solid rgba(255, 255, 255, .08);
padding-top: 25px;
font-size: 14px;
color: #94a3b8;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 15px;
}
.mobile-menu {
display: none;
}
@media(max-width:1200px) {
.hero-grid,
.about-grid,
.footer-grid,
.trust-grid,
.stats-grid {
grid-template-columns: 1fr 1fr;
}
}
@media(max-width:900px) {
.hero h1,
.section-title,
.about-content h2 {
font-size: 42px;
}
.hero-main {
padding: 40px;
min-height: auto;
}
.hero-grid,
.about-grid,
.footer-grid,
.trust-grid,
.stats-grid {
grid-template-columns: 1fr;
}
.logo img {
height: 115px;
}
.mobile-menu {
display: block;
font-size: 28px;
color: #fff;
}
.nav-actions {
display: none;
}
.gateway-cards {
justify-content: center;
margin-top: 15px;
}
}
@media(max-width:600px) {
.hero {
padding-top: 40px;
}
.hero h1 {
font-size: 34px;
}
.section-title,
.about-content h2 {
font-size: 34px;
}
.about-box,
.hero-main {
padding: 30px;
}
.logo img {
height: 115px;
}
.product-grid {
grid-template-columns: 1fr;
}
}
.premium-trophy{
width: 58px;
height: 58px;
border-radius: 18px;
display: flex;
align-items: center;
justify-content: center;
background:
linear-gradient(145deg,#facc15,#f59e0b);
box-shadow:
0 8px 25px rgba(250,204,21,.35),
inset 0 2px 4px rgba(255,255,255,.35);
border: 1px solid rgba(255,255,255,.25);
position: relative;
animation: trophyGlow 2.8s ease-in-out infinite;
}
.premium-trophy i{
color: #fff;
font-size: 28px;
text-shadow:
0 2px 8px rgba(0,0,0,.25);
}
.premium-trophy::before{
content:'';
position:absolute;
inset:0;
border-radius:18px;
background:
linear-gradient(
135deg,
rgba(255,255,255,.35),
transparent 45%
);
pointer-events:none;
}
@keyframes trophyGlow{
0%{
transform: translateY(0px);
box-shadow:
0 8px 25px rgba(250,204,21,.35),
inset 0 2px 4px rgba(255,255,255,.35);
}
50%{
transform: translateY(-3px);
box-shadow:
0 14px 35px rgba(250,204,21,.55),
inset 0 2px 6px rgba(255,255,255,.45);
}
100%{
transform: translateY(0px);
box-shadow:
0 8px 25px rgba(250,204,21,.35),
inset 0 2px 4px rgba(255,255,255,.35);
}
}
.gateway-cards {
display: flex;
gap: 10px;
align-items: center;
justify-content: center;
margin-top: 20px;
}
.card-logo {
height: 50px;
width: auto;
object-fit: contain;
border-radius: 4px;
/* Efeito Premium Dark: as bandeiras ficam levemente integradas ao fundo, ganhando cor real apenas no hover */
opacity: 0.65;
filter: grayscale(20%) brightness(90%);
transition: all 0.3s ease;
margin-bottom: 20px;
}
.card-logo:hover {
opacity: 1;
filter: grayscale(0%) brightness(100%);
transform: translateY(-2px);
}
