/* ===========================
FILE: /public_html/assets/css/home.css
WEALTHLOOK V3 POLISH
=========================== */

/* HERO */
.hero-v2{
background:
linear-gradient(135deg,#06152d,#0f2d63,#0a1630);
color:#fff;
padding:72px 0 64px;
overflow:hidden;
position:relative;
}

.hero-v2:before{
content:"";
position:absolute;
right:-120px;
top:-80px;
width:420px;
height:420px;
background:radial-gradient(circle,rgba(16,185,129,.14),transparent 60%);
filter:blur(10px);
}

.hero-v2:after{
content:"";
position:absolute;
right:180px;
bottom:-120px;
width:320px;
height:320px;
background:radial-gradient(circle,rgba(59,130,246,.14),transparent 60%);
filter:blur(10px);
}

.hero-grid{
display:grid;
grid-template-columns:1.05fr .95fr;
gap:40px;
align-items:center;
position:relative;
z-index:2;
}

.hero-badge{
display:inline-block;
padding:9px 16px;
border-radius:999px;
background:rgba(16,185,129,.12);
color:#6ee7b7;
font-size:12px;
font-weight:800;
letter-spacing:.5px;
margin-bottom:18px;
border:1px solid rgba(255,255,255,.08);
}

.hero-left h1{
font-size:64px;
line-height:1.02;
font-weight:800;
margin-bottom:18px;
letter-spacing:-1.8px;
max-width:700px;
}

.hero-left p{
font-size:19px;
max-width:620px;
color:#dbeafe;
margin-bottom:30px;
line-height:1.65;
}

.hero-btns{
display:flex;
gap:14px;
flex-wrap:wrap;
}

.btn-main,
.btn-alt{
padding:15px 24px;
border-radius:14px;
font-weight:800;
transition:.25s ease;
}

.btn-main{
background:#10b981;
color:#fff;
box-shadow:0 10px 30px rgba(16,185,129,.22);
}

.btn-main:hover{
transform:translateY(-2px);
background:#0ea371;
}

.btn-alt{
background:rgba(255,255,255,0.08);
color:#fff;
border:1px solid rgba(255,255,255,.14);
}

.btn-alt:hover{
transform:translateY(-2px);
background:rgba(255,255,255,0.14);
}

/* RIGHT SIDE */
.hero-right{
position:relative;
min-height:420px;
}

.hero-shape{
position:absolute;
right:10px;
top:10px;
width:100%;
height:100%;
border-radius:32px;
background:
radial-gradient(circle at 30% 30%,rgba(16,185,129,.34),transparent 32%),
radial-gradient(circle at 70% 45%,rgba(59,130,246,.28),transparent 30%),
radial-gradient(circle at 48% 75%,rgba(255,255,255,.06),transparent 24%);
animation:floatGlow 6s ease-in-out infinite;
}

@keyframes floatGlow{
0%,100%{transform:translateY(0);}
50%{transform:translateY(-10px);}
}

.hero-card{
position:absolute;
bottom:18px;
left:18px;
right:18px;
background:rgba(255,255,255,.08);
backdrop-filter:blur(12px);
padding:22px;
border-radius:22px;
border:1px solid rgba(255,255,255,.10);
box-shadow:0 20px 50px rgba(0,0,0,.18);
}

.hero-card h4{
font-size:28px;
margin-bottom:14px;
font-weight:800;
}

.hero-card p{
font-size:15px;
color:#dbeafe;
line-height:1.7;
}

/* MINI DASHBOARD */
.market-mini{
display:grid;
grid-template-columns:1fr 1fr;
gap:12px;
margin-top:14px;
}

.market-box{
padding:12px 14px;
border-radius:14px;
background:rgba(255,255,255,.06);
border:1px solid rgba(255,255,255,.08);
font-size:14px;
font-weight:700;
}

.market-box span{
display:block;
font-size:12px;
opacity:.75;
font-weight:600;
margin-bottom:4px;
}

/* STRIP */
.market-strip{
background:#08101c;
color:#fff;
padding:14px 0;
border-top:1px solid rgba(255,255,255,.04);
border-bottom:1px solid rgba(255,255,255,.04);
}

.strip-grid{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:12px;
text-align:center;
font-weight:800;
font-size:14px;
}

.strip-grid div{
padding:8px 10px;
border-radius:12px;
transition:.25s ease;
}

.strip-grid div:hover{
background:rgba(255,255,255,.06);
}

/* NEWS */
.news-layout{
display:grid;
grid-template-columns:1.18fr .82fr;
gap:24px;
}

.featured-news{
position:relative;
border-radius:24px;
overflow:hidden;
min-height:500px;
box-shadow:0 18px 40px rgba(15,23,42,.08);
}

.featured-news img{
width:100%;
height:500px;
object-fit:cover;
display:block;
transition:.4s ease;
}

.featured-news:hover img{
transform:scale(1.03);
}

.overlay{
position:absolute;
inset:auto 0 0 0;
padding:30px;
background:linear-gradient(to top,rgba(0,0,0,.92),transparent);
color:#fff;
}

.overlay span{
display:inline-block;
background:#10b981;
padding:6px 12px;
border-radius:999px;
font-size:12px;
margin-bottom:12px;
font-weight:800;
}

.overlay h3{
font-size:34px;
margin-bottom:10px;
line-height:1.18;
}

.overlay p{
color:#dbeafe;
line-height:1.6;
}

.side-news{
display:flex;
flex-direction:column;
gap:16px;
}

.side-item{
padding:20px;
border:1px solid #e5e7eb;
border-radius:20px;
background:#fff;
transition:.25s ease;
box-shadow:0 10px 25px rgba(15,23,42,.04);
}

.side-item:hover{
transform:translateY(-3px);
box-shadow:0 18px 35px rgba(15,23,42,.08);
}

.side-item h4{
font-size:18px;
line-height:1.45;
margin-bottom:8px;
}

.meta{
font-size:13px;
color:#64748b;
}

/* CATEGORY */
.cat-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:22px;
}

.cat-card{
background:#fff;
border:1px solid #eef2f7;
border-radius:24px;
padding:28px;
box-shadow:0 15px 35px rgba(15,23,42,.05);
transition:.25s ease;
}

.cat-card:hover{
transform:translateY(-4px);
box-shadow:0 20px 40px rgba(15,23,42,.08);
}

.icon{
font-size:30px;
margin-bottom:14px;
}

.cat-card h4{
font-size:22px;
margin-bottom:8px;
}

.cat-card p{
color:#64748b;
margin-bottom:12px;
}

.cat-card a{
color:#10b981;
font-weight:800;
}

/* INSIGHT */
.insight-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:22px;
}

.insight-card{
background:#fff;
border-radius:24px;
overflow:hidden;
box-shadow:0 15px 35px rgba(15,23,42,.05);
transition:.25s ease;
}

.insight-card:hover{
transform:translateY(-4px);
box-shadow:0 20px 40px rgba(15,23,42,.08);
}

.insight-card img{
width:100%;
height:230px;
object-fit:cover;
}

.insight-card .content{
padding:22px;
}

.insight-card h3{
font-size:22px;
margin-bottom:10px;
line-height:1.35;
}

.insight-card p{
color:#64748b;
}

/* NEWSLETTER */
.newsletter-v2{
padding:90px 0;
background:linear-gradient(135deg,#10b981,#059669);
color:#fff;
text-align:center;
}

.newsletter-v2 h2{
font-size:44px;
margin-bottom:12px;
font-weight:800;
}

.newsletter-v2 p{
font-size:18px;
opacity:.96;
margin-bottom:24px;
}

.newsletter-v2 a{
display:inline-block;
padding:15px 26px;
background:#fff;
color:#059669;
font-weight:800;
border-radius:14px;
box-shadow:0 12px 30px rgba(0,0,0,.12);
}



.ticker-wrap{
background:#ffffff;
border-top:1px solid #e5e7eb;
border-bottom:1px solid #e5e7eb;
overflow:hidden;
white-space:nowrap;
height:48px;
display:flex;
align-items:center;
}

.ticker{
display:inline-flex;
align-items:center;
gap:40px;
white-space:nowrap;
padding-left:100%;
animation:tickerMove 35s linear infinite;
font-weight:700;
font-size:16px;
}

.ticker span{
display:inline-flex;
align-items:center;
white-space:nowrap;
flex-shrink:0;
}

.ticker a{
color:#0f172a;
text-decoration:none;
}

.ticker a:hover{
color:#10b981;
}

@keyframes tickerMove{
0%{
transform:translateX(0);
}
100%{
transform:translateX(-100%);
}
}



.section-mini{
padding:24px 0;
}

.ad-native{
background:#fff;
border:1px solid #e5e7eb;
border-radius:18px;
padding:18px;
box-shadow:0 10px 25px rgba(0,0,0,.04);
}

.ad-label{
font-size:12px;
font-weight:700;
color:#64748b;
margin-bottom:10px;
text-transform:uppercase;
}


/* AFFILIATE SECTION FIX */
.aff-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
margin-top:24px;
}

.aff-card{
background:#ffffff;
padding:30px;
border-radius:24px;
border:1px solid #e5e7eb;
box-shadow:0 12px 30px rgba(15,23,42,.06);
transition:all .25s ease;
}

.aff-card:hover{
transform:translateY(-5px);
box-shadow:0 18px 38px rgba(15,23,42,.10);
}

.aff-card h3{
font-size:26px;
font-weight:800;
color:#0f172a;
margin-bottom:12px;
line-height:1.2;
}

.aff-card p{
font-size:16px;
line-height:1.7;
color:#64748b;
margin-bottom:20px;
}

.aff-card .btn-main{
display:inline-block;
padding:13px 22px;
background:#10b981;
color:#fff;
border-radius:14px;
text-decoration:none;
font-weight:800;
box-shadow:0 10px 24px rgba(16,185,129,.18);
}

.aff-card .btn-main:hover{
background:#0ea371;
}

@media(max-width:900px){

.aff-grid{
grid-template-columns:1fr;
gap:18px;
}

.aff-card{
padding:24px;
}

}



/* CATEGORY FIX */
#categories{
background:#f8fafc;
padding:80px 0;
}

#categories .section-head{
margin-bottom:28px;
}

#categories .section-head h2{
color:#0f172a !important;
font-size:52px;
font-weight:800;
line-height:1.1;
margin:0;
letter-spacing:-1px;
}

.cat-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
}

.cat-card{
background:#ffffff;
border:1px solid #e5e7eb;
border-radius:24px;
padding:30px;
min-height:220px;
box-shadow:0 12px 28px rgba(15,23,42,.05);
display:flex;
flex-direction:column;
justify-content:flex-start;
transition:.25s ease;
}

.cat-card:hover{
transform:translateY(-4px);
box-shadow:0 18px 36px rgba(15,23,42,.08);
}

.cat-card .icon{
font-size:34px;
margin-bottom:18px;
}

.cat-card h4{
font-size:24px;
font-weight:800;
color:#0f172a;
margin-bottom:10px;
}

.cat-card p{
font-size:16px;
color:#64748b;
margin-bottom:18px;
}

.cat-card a{
margin-top:auto;
font-weight:800;
color:#10b981;
text-decoration:none;
font-size:17px;
}

@media(max-width:900px){

.cat-grid{
grid-template-columns:1fr;
}

#categories .section-head h2{
font-size:36px;
}

.cat-card{
min-height:auto;
}

}



