:root {
    --gold: #d4af37;
    --gold-2: #f4d87a;
    --gold-glow: rgba(212, 175, 55, 0.3);
    --ink: #0b0b0e;
    --ink-2: #15151b;
    --surface: #121218;
    --surface-hover: #181820;
    --muted: #9ca3af;
    --white: #f5f7fb;
    --radius: 22px;
    --shadow: 0 10px 30px rgba(0, 0, 0, .35);
    --shadow-gold: 0 10px 30px var(--gold-glow);
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html, body {
    margin: 0;
    padding: 0;
    background: var(--ink);
    color: var(--white);
    font-family: 'Poppins', system-ui, -apple-system, sans-serif;
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.05) 0%, transparent 70%);
    z-index: -1;
    pointer-events: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ======= Header ======= */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 50;
    background: rgba(11, 11, 14, 0.7);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
    transition: var(--transition);
}

header.scrolled {
    height: 70px;
    background: rgba(11, 11, 14, 0.9);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.nav {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.brand img {
    height: 48px;
    filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.3));
    transition: var(--transition);
}

.brand:hover img {
    transform: scale(1.05);
    filter: drop-shadow(0 0 15px rgba(212, 175, 55, 0.5));
}

.brand span {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--gold);
    font-size: 1.1rem;
}

.links {
    display: flex;
    gap: 32px;
    align-items: center;
}

.links a {
    font-weight: 500;
    color: #d1d5db;
    font-size: 0.95rem;
    position: relative;
}

.links a:not(.cta)::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    left: 0;
    background: var(--gold);
    transition: var(--transition);
}

.links a:not(.cta):hover {
    color: var(--white);
}

.links a:not(.cta):hover::after {
    width: 100%;
}

.cta {
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    color: var(--ink) !important;
    padding: 10px 24px;
    border-radius: 999px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}

.cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.menu-btn {
    display: none;
    cursor: pointer;
    font-size: 1.5rem;
    color: var(--gold);
}

/* ======= Typography & Generics ======= */
.text-gradient {
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

h1, h2, h3 {
    font-family: "Playfair Display", serif;
}

section {
    padding: 100px 0;
    position: relative;
    border-top: 1px solid rgba(212, 175, 55, .12);
}

.section-title {
    font-size: 2.8rem;
    margin: 0 0 16px;
    font-family: "Playfair Display", serif;
}

.section-sub {
    color: var(--muted);
    max-width: 700px;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 40px;
}

.btn {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border: 1.5px solid var(--gold);
    border-radius: 999px;
    padding: 12px 28px;
    font-weight: 600;
    transition: var(--transition);
    cursor: pointer;
    font-size: 1rem;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2);
    border-color: var(--gold-2);
    color: var(--gold-2);
}

.btn-primary {
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    color: var(--ink);
    border: none;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--gold-2), #fcedb6);
    color: var(--ink);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.5);
}

/* ======= Hero ======= */
.hero {
    padding: 180px 0 100px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    border-top: none;
    background: radial-gradient(1200px 600px at 90% -20%, rgba(212, 175, 55, .08), transparent 60%), radial-gradient(1000px 600px at -10% 120%, rgba(212, 175, 55, .08), transparent 60%);
}

.hero::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 10%;
    width: 400px;
    height: 400px;
    background: var(--gold);
    filter: blur(150px);
    opacity: 0.15;
    border-radius: 50%;
    z-index: -1;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.eyebrow {
    display: inline-block;
    color: var(--gold);
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 6px 16px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.05);
    margin-bottom: 24px;
    backdrop-filter: blur(4px);
}

.hero h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin: 0 0 24px;
    animation: fadeUp 0.8s ease-out forwards;
}

.hero .lead {
    color: #d1d5db;
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 600px;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
}

.hero .lead b {
    color: var(--white);
    font-weight: 600;
}

.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    opacity: 0;
}

.badge {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    border-radius: 16px;
    margin-top: 32px;
    color: #d1d5db;
    font-size: 0.9rem;
    backdrop-filter: blur(10px);
    animation: fadeUp 0.8s ease-out 0.6s forwards;
    opacity: 0;
}

.hero-card {
    background: rgba(18, 18, 24, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(255,255,255,0.05);
    animation: scaleIn 1s cubic-bezier(0.2, 0.8, 0.2, 1) 0.4s forwards;
    opacity: 0;
    position: relative;
    overflow: hidden;
}

.hero-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(transparent, rgba(212, 175, 55, 0.1), transparent 30%);
    animation: rotate 10s linear infinite;
    z-index: 0;
}

.hero-card > * {
    position: relative;
    z-index: 1;
}

.hero-card h3 {
    margin: 0 0 12px;
    font-size: 1.8rem;
    color: var(--white);
}

.metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.metric {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 20px 10px;
    text-align: center;
    transition: var(--transition);
}

.metric:hover {
    transform: translateY(-5px);
    background: rgba(212, 175, 55, 0.05);
    border-color: rgba(212, 175, 55, 0.2);
}

.metric strong {
    display: block;
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.8rem;
    margin-bottom: 4px;
}

.metric span {
    color: var(--muted);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ======= Services ======= */
.services {
    background: linear-gradient(to bottom, var(--ink), #0f1014);
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.card {
    background: var(--surface);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 32px 24px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(800px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(212, 175, 55, 0.06), transparent 40%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s;
}

.card:hover::before {
    opacity: 1;
}

.card:hover {
    transform: translateY(-8px);
    border-color: rgba(212, 175, 55, 0.4);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(212, 175, 55, 0.15);
}

.card .icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(212, 175, 55, 0.02));
    border: 1px solid rgba(212, 175, 55, 0.2);
    color: var(--gold);
    transition: var(--transition);
}

.card:hover .icon {
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    color: var(--ink);
    transform: scale(1.1) rotate(5deg);
}

.card .icon svg {
    width: 32px;
    height: 32px;
    stroke: currentColor;
}

.card h4 {
    font-size: 1.3rem;
    margin: 0 0 12px;
    color: var(--white);
}

.card p {
    color: var(--muted);
    line-height: 1.6;
    font-size: 0.95rem;
    margin: 0;
}

/* ======= Portfolio ======= */
.filterbar {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    background: rgba(255, 255, 255, 0.02);
    padding: 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: inline-flex;
}

.filter-btn {
    background: transparent;
    border: none;
    color: var(--muted);
    padding: 10px 24px;
    border-radius: 999px;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
    font-size: 0.95rem;
}

.filter-btn:hover {
    color: var(--white);
}

.filter-btn.active {
    background: rgba(212, 175, 55, 0.1);
    color: var(--gold);
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
}

.work {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4/3;
    cursor: pointer;
    background: #101117;
}

.work::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.1);
    z-index: 2;
    pointer-events: none;
    transition: var(--transition);
}

.work:hover::before {
    border-color: rgba(212, 175, 55, 0.4);
}

.work img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    filter: saturate(105%) contrast(102%);
}

.work:hover img {
    transform: scale(1.08);
}

.work .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(11, 11, 14, 0.9) 0%, rgba(11, 11, 14, 0.4) 50%, transparent 100%);
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 1;
}

.work:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}

.work strong {
    font-size: 1.4rem;
    color: var(--white);
    margin-bottom: 8px;
    font-family: "Playfair Display", serif;
}

.tag {
    display: inline-block;
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: var(--gold-2);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 500;
    backdrop-filter: blur(4px);
    align-self: flex-start;
}

/* ======= About / Team ======= */
.about {
    background: linear-gradient(to bottom, #0f1014, var(--ink));
}

.cols {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.check {
    display: flex;
    gap: 16px;
    margin: 16px 0;
    color: var(--white);
    font-size: 1.05rem;
    align-items: center;
}

.check i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: rgba(212, 175, 55, 0.1);
    color: var(--gold);
    border-radius: 50%;
    font-size: 0.8rem;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.panel {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.team {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.member {
    background: var(--surface);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 32px 24px;
    text-align: center;
    transition: var(--transition);
}

.member:hover {
    transform: translateY(-5px);
    border-color: rgba(212, 175, 55, 0.2);
    background: var(--surface-hover);
}

.avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--ink-2), var(--surface));
    border: 2px solid rgba(212, 175, 55, 0.3);
    color: var(--gold);
    font-weight: 700;
    font-size: 2.5rem;
    font-family: "Playfair Display", serif;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    position: relative;
}

.avatar::after {
    content: '';
    position: absolute;
    inset: -6px;
    border: 1px dashed rgba(212, 175, 55, 0.2);
    border-radius: 50%;
    animation: rotate 20s linear infinite;
}

.role {
    color: var(--gold);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
    font-weight: 500;
}

/* ======= Testimonials ======= */
.testimonials {
    background: var(--ink);
    overflow: hidden;
}

.slider-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.slider {
    overflow: hidden;
    border-radius: 24px;
}

.slides {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.testimonial {
    min-width: 100%;
    padding: 50px;
    background: linear-gradient(135deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.stars {
    color: var(--gold);
    letter-spacing: 4px;
    margin-bottom: 24px;
    font-size: 1.2rem;
}

.testimonial-text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 30px;
    font-family: "Playfair Display", serif;
    font-style: italic;
}

.controls {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: var(--transition);
}

.dot:hover {
    background: rgba(255, 255, 255, 0.3);
}

.dot.active {
    background: var(--gold);
    transform: scale(1.2);
    box-shadow: 0 0 10px var(--gold-glow);
}

/* ======= Contact ======= */
.contact {
    background: linear-gradient(to top, #0b0b0e, #121218);
}

.contact .grid2 {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    margin-top: 40px;
}

.info-item {
    display: flex;
    gap: 16px;
    margin: 20px 0;
    color: var(--white);
    align-items: center;
}

.info-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(212, 175, 55, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1.2rem;
}

form .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

label {
    font-size: 0.9rem;
    color: var(--muted);
    font-weight: 500;
}

input, select, textarea {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
    border-radius: 12px;
    padding: 14px 18px;
    font-family: inherit;
    font-size: 1rem;
    transition: var(--transition);
}

input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: var(--gold);
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}

textarea {
    min-height: 150px;
    resize: vertical;
}

/* ======= Footer ======= */
footer {
    padding: 40px 0 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    background: var(--ink);
}

/* ======= WhatsApp Float ======= */
.wa-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #25d366, #1da851);
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
    z-index: 60;
    transition: var(--transition);
}

.wa-float:hover {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 15px 30px rgba(37, 211, 102, 0.5);
}

.wa-float svg {
    width: 32px;
    height: 32px;
    fill: #fff;
}

/* ======= Animations ======= */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes scaleIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* ======= Responsive ======= */
@media (max-width: 992px) {
    .hero-grid, .cols, .contact .grid2 {
        grid-template-columns: 1fr;
    }
    .hero {
        padding-top: 140px;
    }
    .hero h1 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .links {
        display: none;
    }
    .menu-btn {
        display: block;
    }
    .hero h1 {
        font-size: 2.5rem;
    }
    .metrics {
        grid-template-columns: 1fr;
    }
    form .row {
        grid-template-columns: 1fr;
    }
    .section-title {
        font-size: 2.2rem;
    }
    .testimonial {
        padding: 30px 20px;
    }
    .testimonial-text {
        font-size: 1.1rem;
    }
}
