*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;background:#f8fafc;color:#0f172a;line-height:1.6}
a{text-decoration:none}
header{position:sticky;top:0;z-index:999;background:rgba(2,6,23,.92);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav{max-width:1280px;margin:auto;padding:18px 24px;display:flex;justify-content:space-between;align-items:center}
.brand{
display:flex;
align-items:center;
gap:14px;
color:#000000;
font-size:28px;
font-weight:800;
white-space:nowrap;
}

.brand img,
.logo-img{
height:88px;
width:auto;
display:block;
flex-shrink:0;
}

.brand-text{
display:inline-block;
line-height:1;
margin:0;
padding:0;
}
.menu{display:flex;gap:26px;align-items:center}
.menu a{color:#fff;font-weight:600;transition:.25s}
.menu a:hover,.menu a.active{color:#38bdf8}
.hero{min-height:92vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:40px 24px;color:#fff;background:linear-gradient(135deg,rgba(2,6,23,.84),rgba(15,23,42,.72)),url('../images/banner.jpg') center/cover}
.hero.small{min-height:55vh}
.wrap{max-width:920px}
.badge{display:inline-block;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);margin-bottom:18px}
.hero h1{font-size:64px;line-height:1.05;margin-bottom:16px}
.hero p{font-size:22px;opacity:.95}
.section{max-width:1280px;margin:auto;padding:84px 24px}
.section h2{font-size:42px;margin-bottom:14px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}
.card{background:#fff;padding:28px;border-radius:22px;border:1px solid #e2e8f0;box-shadow:0 12px 30px rgba(15,23,42,.06);transition:.25s}
.card:hover{transform:translateY(-6px)}
.card h3{margin-bottom:10px}
.dark{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;border-radius:28px}
.dark .card{background:#fff;color:#0f172a}
.btn{display:inline-block;padding:14px 26px;border-radius:12px;background:linear-gradient(90deg,#ef4444,#dc2626);color:#fff;font-weight:800;transition:.25s;border:none;cursor:pointer}
.btn:hover{transform:translateY(-2px)}
.btn.light{background:#fff;color:#0f172a}
.cta{background:linear-gradient(90deg,#0ea5e9,#2563eb);color:#fff;border-radius:28px;text-align:center}
.footer{background:#020617;color:#cbd5e1;padding:34px;text-align:center;margin-top:40px}
input,textarea{width:100%;font:inherit}
@media(max-width:900px){.nav{flex-direction:column;gap:14px}.menu{flex-wrap:wrap;justify-content:center;gap:14px}.hero h1{font-size:42px}.hero p{font-size:18px}.section h2{font-size:32px}.hero.small{min-height:45vh}}
@media(min-width:1700px){body{font-size:20px}.hero h1{font-size:78px}}
.reveal{opacity:0;transform:translateY(34px);transition:all .8s ease}
.show{opacity:1;transform:translateY(0)}
.hero .wrap{animation:heroFade 1.4s ease both}
@keyframes heroFade{0%{opacity:0;transform:translateY(30px) scale(.98)}100%{opacity:1;transform:translateY(0) scale(1)}}
.card{overflow:hidden;position:relative}
.card::before{content:'';position:absolute;inset:-120% auto auto -40%;width:60%;height:300%;transform:rotate(25deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);transition:1s}
.card:hover::before{left:140%}
.btn{position:relative;overflow:hidden}
.btn::after{content:'';position:absolute;top:0;left:-120%;width:120%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);transition:.7s}.btn:hover::after{left:120%}
.top-btn{position:fixed;right:22px;bottom:24px;width:48px;height:48px;border:none;border-radius:50%;background:#ef4444;color:#fff;font-size:22px;font-weight:800;cursor:pointer;display:none;box-shadow:0 10px 24px rgba(0,0,0,.18);z-index:9999}
.top-btn:hover{transform:translateY(-3px)}
.hero{background-size:110%;animation:bgZoom 12s ease-in-out infinite alternate}
@keyframes bgZoom{from{background-size:110%}to{background-size:118%}}
.nav{animation:navDrop .8s ease both}
@keyframes navDrop{from{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:translateY(0)}}
Add to assets/script.js (append)
// Luxury parallax hero
window.addEventListener('scroll',()=>{
 const hero=document.querySelector('.hero');
 if(hero){hero.style.backgroundPositionY=(window.scrollY*0.25)+'px';}
});

// Stagger reveal for cards
const cards=document.querySelectorAll('.card');
cards.forEach((card,i)=>{card.style.transitionDelay=(i*70)+'ms';});
.logo-box{
display:flex;
align-items:center;
gap:12px;
}

.logo-img{
height:58px;
width:auto;
display:block;
}

.brand-text{
font-size:28px;
font-weight:800;
color:#e3020f;
letter-spacing:.4px;
}

@media(max-width:900px){
.logo-img{
height:46px;
}
.brand-text{
font-size:22px;
}
}
.footer-social{
margin-top:16px;
display:flex;
justify-content:center;
gap:14px;
flex-wrap:wrap;
}

.footer-social a{
width:42px;
height:42px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:#1e293b;
color:#fff;
text-decoration:none;
font-size:18px;
transition:.25s;
}
/* ===================================
   PROFESSIONAL BRANDS SECTION
=================================== */

.brands-section {
    padding: 80px 20px;
    background: #f5f7fb;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 42px;
    color: #111827;
    margin-bottom: 15px;
    font-weight: 700;
}

.section-title p {
    max-width: 800px;
    margin: auto;
    color: #6b7280;
    font-size: 18px;
    line-height: 1.7;
}

/* Grid Layout */

.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}

/* Logo Cards */

.brand-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    height: 140px;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.35s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);

    border: 1px solid #e5e7eb;
}

/* Logo Images */

.brand-card img {
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;

    filter: grayscale(100%);
    opacity: 0.8;

    transition: all 0.35s ease;
}

/* Hover Effects */

.brand-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.brand-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

/* Responsive */

@media (max-width: 768px) {

    .section-title h2 {
        font-size: 32px;
    }

    .section-title p {
        font-size: 16px;
    }

    .brand-card {
        height: 120px;
        padding: 20px;
    }
}
.card-link {
    text-decoration: none;
    color: inherit;
}

.footer-social a:hover{
background:#2563eb;
transform:translateY(-2px);
}
