/* ==============================================
   SK PASTI & SCRAP TRADERS
   Industrial Theme — Charcoal + Rust Orange
   ============================================== */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600;700;800&display=swap');

/* ---------- VARIABLES ---------- */
:root {
    --charcoal: #2B2B2B;
    --charcoal-deep: #1A1A1A;
    --charcoal-light: #3A3A3A;
    --rust: #FF6B00;
    --rust-dark: #E05E00;
    --rust-light: #FF8C33;
    --gold: #FFC107;
    --gold-dim: #A68300;
    --light-grey: #F5F5F5;
    --mid-grey: #9E9E9E;
    --steel: #B0B0B0;
    --white: #FFFFFF;
    --black: #111111;
    --green: #4CAF50;
    --red: #E53935;
    --metal-gradient: linear-gradient(135deg, #FF6B00, #FF8C33, #FFa94d);
    --steel-gradient: linear-gradient(135deg, #3A3A3A, #2B2B2B, #1A1A1A);
    --metallic-btn: linear-gradient(135deg, #FF6B00 0%, #FF8C33 40%, #FFa94d 60%, #FF6B00 100%);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, .25);
    --shadow-md: 0 4px 24px rgba(0, 0, 0, .35);
    --shadow-lg: 0 8px 40px rgba(0, 0, 0, .45);
    --shadow-rust: 0 4px 20px rgba(255, 107, 0, .25);
    --radius: 8px;
    --radius-lg: 14px;
    --speed: .3s;
    --ease: cubic-bezier(.4, 0, .2, 1);
}

/* ---------- RESET ---------- */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px
}

body {
    font-family: 'Montserrat', sans-serif;
    background: var(--charcoal-deep);
    color: var(--light-grey);
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2
}

a {
    text-decoration: none;
    color: var(--rust);
    transition: color var(--speed) var(--ease)
}

a:hover {
    color: var(--rust-light)
}

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

::selection {
    background: var(--rust);
    color: var(--white)
}

/* scrollbar */
::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: var(--charcoal-deep)
}

::-webkit-scrollbar-thumb {
    background: var(--charcoal-light);
    border-radius: 3px
}

::-webkit-scrollbar-thumb:hover {
    background: var(--rust)
}

/* ---------- PAGE LOADER ---------- */
.page-loader {
    position: fixed;
    inset: 0;
    background: var(--charcoal-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity .5s, visibility .5s;
}

.page-loader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.loader-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid var(--charcoal-light);
    border-top-color: var(--rust);
    border-radius: 50%;
    animation: spin .7s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

/* ---------- NAVBAR ---------- */
.navbar {
    background: rgba(26, 26, 26, .96);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    padding: 14px 0;
    transition: all var(--speed) var(--ease);
    z-index: 1050;
}

.navbar.scrolled {
    padding: 8px 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .5)
}

.navbar-brand {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--white) !important;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.navbar-brand .brand-mark {
    width: 38px;
    height: 38px;
    background: var(--metal-gradient);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: .9rem;
    color: var(--white);
    box-shadow: var(--shadow-rust);
    font-family: 'Oswald', sans-serif;
}

.navbar-brand .brand-name {
    color: var(--rust)
}

.nav-link {
    color: var(--steel) !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: .82rem;
    padding: 8px 16px !important;
    border-radius: var(--radius);
    transition: all var(--speed) var(--ease);
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.nav-link:hover,
.nav-link.active {
    color: var(--rust) !important;
    background: rgba(255, 107, 0, .06)
}

.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, .1) !important;
    padding: 6px 10px
}

.navbar-toggler-icon {
    filter: invert(1)
}

/* ---------- HERO ---------- */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 80px;
    background:
        linear-gradient(160deg, rgba(26, 26, 26, .92) 0%, rgba(43, 43, 43, .88) 50%, rgba(26, 26, 26, .94) 100%),
        url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3z' fill='%23ffffff' fill-opacity='0.02' fill-rule='evenodd'/%3E%3C/svg%3E");
}

/* Steel texture overlay */
.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, .008) 2px, rgba(255, 255, 255, .008) 4px),
        radial-gradient(ellipse 600px 400px at 15% 50%, rgba(255, 107, 0, .07), transparent 70%),
        radial-gradient(ellipse 500px 350px at 85% 30%, rgba(255, 107, 0, .04), transparent 60%);
    pointer-events: none;
}

/* Decorative lines */
.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50px;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(255, 107, 0, .15) 30%, rgba(255, 107, 0, .15) 70%, transparent);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 107, 0, .1);
    border: 1px solid rgba(255, 107, 0, .25);
    padding: 8px 20px;
    border-radius: 4px;
    margin-bottom: 24px;
    font-family: 'Montserrat', sans-serif;
    font-size: .78rem;
    font-weight: 700;
    color: var(--rust);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-title {
    font-size: clamp(2.2rem, 6vw, 4.5rem);
    font-weight: 700;
    color: var(--white);
    line-height: 1.05;
    margin-bottom: 14px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, .5);
}

.hero-title .rust {
    color: var(--rust)
}

.hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(.95rem, 1.8vw, 1.2rem);
    color: var(--steel);
    max-width: 600px;
    font-weight: 400;
    margin-bottom: 12px;
    line-height: 1.8;
}

.hero-owner {
    font-family: 'Montserrat', sans-serif;
    font-size: .95rem;
    color: var(--rust-light);
    font-weight: 600;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 50px
}

/* Centered Stats Section */
.hero-stats-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
    padding: 25px 40px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(10px);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.hero-stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}

.hero-stat-item i {
    font-size: 2rem;
    color: var(--rust);
    opacity: 0.8;
}

.hero-stat-item .stat-number {
    font-family: 'Oswald', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--white);
    line-height: 1;
}

.hero-stat-item .stat-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--mid-grey);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 2px;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1), transparent);
}

@media (max-width: 991.98px) {
    .hero-stats-centered {
        flex-direction: row;
        width: fit-content;
        gap: 20px;
        padding: 20px;
    }
}

@media (max-width: 767.98px) {
    .hero-stats-centered {
        flex-direction: column;
        width: 100%;
        padding: 30px 20px;
        gap: 20px;
    }

    .stat-divider {
        width: 60%;
        height: 1px;
        background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    }

    .hero-stat-item {
        justify-content: center;
        text-align: center;
        flex-direction: column;
        gap: 10px;
    }
}

/* Decorative right side element */
.hero-deco {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-badge-large {
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 5px solid var(--rust);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: var(--charcoal-deep);
    box-shadow: var(--shadow-lg), 0 0 50px rgba(255, 107, 0, 0.25);
}

.hero-badge-large img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    /* Slightly darker for better text contrast */
    transition: transform var(--speed) var(--ease);
}

.hero-badge-large:hover img {
    transform: scale(1.1);
}

.hero-badge-large .badge-icon {
    display: none;
    /* Hide the icon div if we're using full image */
}

.hero-badge-large .badge-text,
.hero-badge-large .badge-sub {
    position: relative;
    z-index: 2;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 1);
}

.hero-badge-large .badge-text {
    font-family: 'Oswald', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 4px;
}

.hero-badge-large .badge-sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--rust-light);
    letter-spacing: 2px;
    margin-top: 10px;
}

/* ---------- BUTTONS ---------- */
.btn-metal {
    background: var(--metallic-btn);
    background-size: 200% 200%;
    color: var(--white);
    border: none;
    padding: 14px 32px;
    border-radius: var(--radius);
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: .95rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all var(--speed) var(--ease);
    box-shadow: var(--shadow-rust);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.btn-metal::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, .2), transparent 50%, transparent);
    opacity: 0;
    transition: opacity var(--speed);
}

.btn-metal:hover {
    transform: translateY(-3px);
    background-position: 100% 0;
    box-shadow: 0 8px 30px rgba(255, 107, 0, .4);
    color: var(--white);
}

.btn-metal:hover::after {
    opacity: 1
}

/* Ripple */
.btn-metal .ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
    transform: scale(0);
    animation: ripple-anim .6s ease-out;
    pointer-events: none;
}

@keyframes ripple-anim {
    to {
        transform: scale(4);
        opacity: 0
    }
}

.btn-steel {
    background: transparent;
    color: var(--light-grey);
    border: 2px solid rgba(255, 255, 255, .15);
    padding: 12px 30px;
    border-radius: var(--radius);
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: .95rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all var(--speed) var(--ease);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.btn-steel:hover {
    border-color: var(--rust);
    color: var(--rust);
    background: rgba(255, 107, 0, .06);
    transform: translateY(-3px);
}

.btn-whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: var(--white);
    border: none;
    padding: 14px 32px;
    border-radius: var(--radius);
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: .95rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all var(--speed) var(--ease);
    box-shadow: 0 4px 16px rgba(37, 211, 102, .25);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.btn-whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(37, 211, 102, .35);
    color: var(--white)
}

/* ---------- SECTIONS ---------- */
.section {
    padding: 90px 0;
    position: relative
}

.section-dark {
    background: var(--charcoal-deep)
}

.section-charcoal {
    background:
        var(--charcoal),
        repeating-linear-gradient(0deg, transparent, transparent 1px, rgba(255, 255, 255, .01) 1px, rgba(255, 255, 255, .01) 2px);
}

.section-header {
    text-align: center;
    margin-bottom: 56px
}

.section-header .section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 107, 0, .08);
    border: 1px solid rgba(255, 107, 0, .2);
    padding: 6px 18px;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: .72rem;
    font-weight: 700;
    color: var(--rust);
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 16px;
}

.section-header h2 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    color: var(--white);
    margin-bottom: 14px;
}

.section-header h2 .rust {
    color: var(--rust)
}

.section-header p {
    font-family: 'Montserrat', sans-serif;
    color: var(--mid-grey);
    font-size: .98rem;
    max-width: 550px;
    margin: 0 auto;
}

/* Orange line under heading */
.section-header h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--metal-gradient);
    margin: 16px auto 0;
    border-radius: 2px;
}

/* ---------- ABOUT ---------- */
.about-card {
    background: var(--charcoal);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: var(--radius-lg);
    padding: 40px;
    height: 100%;
    transition: all var(--speed) var(--ease);
    position: relative;
    overflow: hidden;
}

.about-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: var(--metal-gradient);
    transition: height .4s var(--ease);
}

.about-card:hover {
    border-color: rgba(255, 107, 0, .2);
    box-shadow: var(--shadow-md)
}

.about-card:hover::before {
    height: 100%
}

.about-icon {
    width: 56px;
    height: 56px;
    background: rgba(255, 107, 0, .1);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--rust);
    margin-bottom: 20px;
}

.about-card h4 {
    color: var(--white);
    margin-bottom: 14px;
    font-size: 1.15rem
}

.about-card p {
    color: var(--mid-grey);
    font-size: .92rem;
    line-height: 1.8
}

.about-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 16px
}

.about-highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 6px;
    transition: all var(--speed) var(--ease);
}

.about-highlight-item:hover {
    border-color: rgba(255, 107, 0, .2);
    transform: translateX(4px)
}

.about-highlight-item i {
    color: var(--rust);
    font-size: .95rem
}

.about-highlight-item span {
    font-size: .82rem;
    font-weight: 600;
    color: var(--light-grey)
}

/* ---------- SERVICES ---------- */
.service-card {
    background: var(--charcoal);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: var(--radius-lg);
    padding: 36px 28px;
    text-align: center;
    transition: all var(--speed) var(--ease);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.service-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--metal-gradient);
    transform: scaleX(0);
    transition: transform .4s var(--ease);
    transform-origin: left;
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 107, 0, .3);
    box-shadow: var(--shadow-lg), 0 0 30px rgba(255, 107, 0, .08);
}

.service-card:hover::after {
    transform: scaleX(1)
}

.service-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 107, 0, .08);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    color: var(--rust);
    margin: 0 auto 20px;
    transition: all var(--speed) var(--ease);
    border: 1px solid rgba(255, 107, 0, .1);
}

.service-card:hover .service-icon {
    background: var(--metal-gradient);
    color: var(--white);
    border-color: transparent;
    transform: scale(1.1);
    box-shadow: var(--shadow-rust);
}

.service-card h5 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 10px;
    font-size: 1.05rem;
}

.service-card p {
    color: var(--mid-grey);
    font-size: .86rem;
    line-height: 1.7;
    text-transform: none
}

/* ---------- REVIEWS ---------- */
.rating-summary {
    background: var(--charcoal);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: var(--radius-lg);
    padding: 40px;
    margin-bottom: 36px;
}

.rating-big {
    text-align: center;
    padding: 20px
}

.rating-big .big-number {
    font-family: 'Oswald', sans-serif;
    font-size: 4.8rem;
    font-weight: 700;
    color: var(--rust);
    line-height: 1;
}

.rating-big .big-stars {
    color: var(--gold);
    font-size: 1.3rem;
    margin: 10px 0;
    letter-spacing: 2px
}

.rating-big .total-reviews {
    color: var(--mid-grey);
    font-size: .88rem
}

.rating-bar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px
}

.rating-bar-item .bar-label {
    font-family: 'Oswald', sans-serif;
    font-size: .9rem;
    font-weight: 600;
    color: var(--light-grey);
    min-width: 30px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.rating-bar-item .bar-label i {
    color: var(--gold);
    font-size: .7rem
}

.rating-bar-item .bar-track {
    flex: 1;
    height: 8px;
    background: rgba(255, 255, 255, .06);
    border-radius: 4px;
    overflow: hidden
}

.rating-bar-item .bar-fill {
    height: 100%;
    background: var(--metal-gradient);
    border-radius: 4px;
    transition: width 1.2s var(--ease)
}

.rating-bar-item .bar-count {
    font-size: .82rem;
    color: var(--mid-grey);
    min-width: 30px;
    text-align: right
}

/* Review Cards — Light testimonial style */
.review-card {
    background: var(--white);
    border: none;
    border-radius: var(--radius-lg);
    padding: 30px;
    height: 100%;
    transition: all var(--speed) var(--ease);
    box-shadow: 0 2px 16px rgba(0, 0, 0, .08);
    position: relative;
    overflow: hidden;
}

.review-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--metal-gradient);
}

.review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .12)
}

.review-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px
}

.review-avatar {
    width: 50px;
    height: 50px;
    background: var(--metal-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--white);
    flex-shrink: 0;
    font-family: 'Oswald', sans-serif;
    box-shadow: 0 3px 10px rgba(255, 107, 0, .2);
}

.review-meta h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: var(--charcoal-deep);
    margin-bottom: 4px;
    font-size: .95rem;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.review-meta .review-stars {
    color: var(--gold);
    font-size: .82rem;
    letter-spacing: 1px
}

.review-meta .review-stars .empty-star {
    color: #E0E0E0
}

.review-text {
    color: #555;
    font-size: .9rem;
    line-height: 1.8;
    margin-bottom: 14px;
    font-style: italic
}

.review-text::before {
    content: '\201C';
    font-size: 1.6rem;
    color: var(--rust);
    font-weight: 700;
    margin-right: 3px;
    font-style: normal
}

.review-image {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: var(--radius);
    margin-bottom: 14px;
    cursor: pointer;
    transition: all var(--speed) var(--ease);
}

.review-image:hover {
    transform: scale(1.02);
    box-shadow: var(--shadow-sm)
}

.review-date {
    font-size: .76rem;
    color: var(--mid-grey);
    display: flex;
    align-items: center;
    gap: 6px
}

/* ---------- REVIEW FORM ---------- */
.review-form-card {
    background: var(--charcoal);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: var(--radius-lg);
    padding: 44px;
}

.form-floating>.form-control {
    background: rgba(255, 255, 255, .04);
    border: 1.5px solid rgba(255, 255, 255, .1);
    color: var(--light-grey);
    border-radius: var(--radius);
    transition: all var(--speed) var(--ease);
}

.form-floating>.form-control:focus {
    background: rgba(255, 107, 0, .03);
    border-color: var(--rust);
    box-shadow: 0 0 0 3px rgba(255, 107, 0, .1);
    color: var(--light-grey);
}

.form-floating>label {
    color: var(--mid-grey)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label {
    color: var(--rust)
}

.star-rating-input {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 6px;
    padding: 10px 0
}

.star-rating-input input[type="radio"] {
    display: none
}

.star-rating-input label {
    font-size: 2.3rem;
    color: #555;
    cursor: pointer;
    transition: all .2s ease;
    padding: 0 2px
}

.star-rating-input label:hover,
.star-rating-input label:hover~label,
.star-rating-input input[type="radio"]:checked~label {
    color: var(--gold);
    transform: scale(1.15);
    filter: drop-shadow(0 0 6px rgba(255, 193, 7, .35));
}

.star-rating-input label:hover {
    animation: starPop .3s ease
}

@keyframes starPop {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.35)
    }

    100% {
        transform: scale(1.15)
    }
}

.upload-area {
    border: 2px dashed rgba(255, 255, 255, .12);
    border-radius: var(--radius-lg);
    padding: 36px;
    text-align: center;
    cursor: pointer;
    transition: all var(--speed) var(--ease);
    position: relative;
    overflow: hidden;
}

.upload-area:hover {
    border-color: var(--rust);
    background: rgba(255, 107, 0, .03)
}

.upload-area.dragover {
    border-color: var(--rust);
    background: rgba(255, 107, 0, .06)
}

.upload-area i {
    font-size: 2.5rem;
    color: var(--mid-grey);
    margin-bottom: 10px;
    display: block
}

.upload-area p {
    color: var(--steel);
    font-size: .88rem;
    margin-bottom: 4px
}

.upload-area .upload-hint {
    font-size: .76rem;
    color: var(--mid-grey)
}

.upload-area input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer
}

.image-preview-container {
    margin-top: 15px;
    display: none
}

.image-preview-container.show {
    display: block;
    animation: fadeIn .3s ease
}

.image-preview {
    max-width: 200px;
    max-height: 160px;
    border-radius: var(--radius);
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, .1)
}

.remove-image-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: var(--red);
    color: var(--white);
    border: none;
    padding: 5px 14px;
    border-radius: var(--radius);
    font-size: .78rem;
    cursor: pointer;
    margin-top: 8px;
}

/* ---------- MAP & CONTACT ---------- */
.map-wrapper {
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .06);
    box-shadow: var(--shadow-md)
}

.map-wrapper iframe {
    width: 100%;
    height: 400px;
    display: block
}

.contact-card {
    background: var(--charcoal);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: var(--radius-lg);
    padding: 36px;
    height: 100%;
    transition: all var(--speed) var(--ease);
}

.contact-card:hover {
    border-color: rgba(255, 107, 0, .2);
    transform: translateY(-6px);
    box-shadow: var(--shadow-md)
}

.contact-card .contact-icon {
    width: 56px;
    height: 56px;
    background: rgba(255, 107, 0, .1);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--rust);
    margin-bottom: 18px;
}

.contact-card h5 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 8px;
    font-size: 1.05rem
}

.contact-card p {
    color: var(--mid-grey);
    font-size: .9rem;
    line-height: 1.7;
    text-transform: none
}

/* ---------- FOOTER ---------- */
.footer {
    background: var(--black);
    border-top: 1px solid rgba(255, 255, 255, .06);
    padding: 56px 0 20px
}

.footer-brand {
    font-family: 'Oswald', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-brand span {
    color: var(--rust)
}

.footer-text {
    color: var(--mid-grey);
    font-size: .88rem;
    line-height: 1.8;
    margin-bottom: 20px
}

.footer h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 18px;
    font-size: 1rem;
    position: relative;
    padding-bottom: 10px;
}

.footer h6::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--rust);
    border-radius: 2px
}

.footer-links {
    list-style: none;
    padding: 0
}

.footer-links li {
    margin-bottom: 10px
}

.footer-links a {
    color: var(--mid-grey);
    font-size: .86rem;
    transition: all var(--speed) var(--ease);
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.footer-links a:hover {
    color: var(--rust);
    transform: translateX(4px)
}

.footer-links a i {
    font-size: .6rem;
    color: var(--rust)
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px
}

.footer-contact-item i {
    color: var(--rust);
    font-size: 1rem;
    margin-top: 3px
}

.footer-contact-item span {
    color: var(--mid-grey);
    font-size: .84rem;
    line-height: 1.6
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .06);
    margin-top: 36px;
    padding-top: 20px;
    text-align: center;
    color: var(--mid-grey);
    font-size: .78rem;
}

/* ---------- SCROLL TOP ---------- */
.scroll-top-btn {
    position: fixed;
    bottom: 90px;
    right: 24px;
    width: 44px;
    height: 44px;
    background: var(--metal-gradient);
    color: var(--white);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all var(--speed) var(--ease);
    box-shadow: var(--shadow-rust);
    z-index: 1000;
}

.scroll-top-btn.show {
    opacity: 1;
    visibility: visible
}

.scroll-top-btn:hover {
    transform: translateY(-4px)
}

/* ---------- FLOATING CTA ---------- */
.floating-cta {
    position: fixed;
    bottom: 24px;
    right: 24px;
    display: flex;
    gap: 12px;
    z-index: 999
}

.floating-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--white);
    border: none;
    cursor: pointer;
    transition: all var(--speed) var(--ease);
    box-shadow: var(--shadow-md);
}

.floating-btn.call-btn {
    background: var(--rust);
    animation: pulse-ring 2s infinite
}

.floating-btn.whatsapp-btn {
    background: #25D366
}

.floating-btn.review-btn {
    background: var(--gold);
    color: var(--charcoal-deep);
}

.floating-btn:hover {
    transform: scale(1.15)
}

.review-popup-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.review-popup-text {
    position: absolute;
    bottom: 65px;
    right: 0;
    background: var(--metal-gradient);
    color: white;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: var(--shadow-rust);
    animation: bounce-y 2s infinite;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    pointer-events: none;
    z-index: 1000;
}

.review-popup-text::after {
    content: '';
    position: absolute;
    bottom: -6px;
    right: 18px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--rust);
}

@keyframes bounce-y {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

@keyframes pulse-ring {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 107, 0, .5)
    }

    70% {
        box-shadow: 0 0 0 16px rgba(255, 107, 0, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 107, 0, 0)
    }
}

/* ---------- OVERLAYS ---------- */
.loading-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .75);
    backdrop-filter: blur(6px);
    z-index: 9999;
    justify-content: center;
    align-items: center
}

.loading-overlay.show {
    display: flex
}

.spinner-circle {
    width: 52px;
    height: 52px;
    border: 3px solid var(--charcoal-light);
    border-top: 3px solid var(--rust);
    border-radius: 50%;
    animation: spin .7s linear infinite
}

.lightbox-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .94);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.lightbox-overlay.show {
    display: flex;
    animation: fadeIn .25s ease
}

.lightbox-overlay img {
    max-width: 90%;
    max-height: 90vh;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg)
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, .08);
    border: none;
    border-radius: 50%;
    color: var(--white);
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.lightbox-close:hover {
    background: var(--rust)
}

/* ---------- ANIMATIONS ---------- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .7s var(--ease), transform .7s var(--ease)
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0)
}

.fade-up-1 {
    animation: fadeInUp .7s var(--ease) .1s both
}

.fade-up-2 {
    animation: fadeInUp .7s var(--ease) .25s both
}

.fade-up-3 {
    animation: fadeInUp .7s var(--ease) .4s both
}

.fade-up-4 {
    animation: fadeInUp .7s var(--ease) .55s both
}

.fade-up-5 {
    animation: fadeInUp .7s var(--ease) .7s both
}

.fade-up-6 {
    animation: fadeInUp .7s var(--ease) .85s both
}

/* ---------- RESPONSIVE ---------- */
@media(max-width:991.98px) {
    .section {
        padding: 70px 0
    }

    .hero-stats {
        gap: 28px
    }

    .hero-stat .stat-number {
        font-size: 2rem
    }

    .hero-deco {
        display: none
    }

    .hero-content {
        text-align: center
    }

    .hero-subtitle {
        margin-left: auto;
        margin-right: auto
    }

    .hero-owner {
        justify-content: center
    }

    .hero-buttons {
        justify-content: center
    }

    .hero-stats {
        justify-content: center
    }

    .navbar-collapse {
        background: rgba(26, 26, 26, .98);
        border-radius: var(--radius);
        padding: 16px;
        margin-top: 10px;
        border: 1px solid rgba(255, 255, 255, .06)
    }

    .about-highlights {
        grid-template-columns: 1fr
    }

    .hero-section::after {
        display: none
    }
}

@media(max-width:767.98px) {
    .section {
        padding: 56px 0
    }

    .hero-section {
        padding-top: 70px
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
        width: 100%
    }

    .hero-buttons .btn-metal,
    .hero-buttons .btn-steel,
    .hero-buttons .btn-whatsapp {
        width: 100%;
        justify-content: center
    }

    .hero-stats {
        flex-direction: column;
        gap: 16px;
        align-items: center
    }

    .rating-summary {
        padding: 28px
    }

    .rating-big .big-number {
        font-size: 3.5rem
    }

    .review-form-card {
        padding: 28px
    }

    .floating-cta {
        bottom: 16px;
        right: 16px;
        gap: 8px
    }

    .floating-btn {
        width: 46px;
        height: 46px;
        font-size: 1.15rem
    }

    .scroll-top-btn {
        bottom: 78px;
        right: 16px;
        width: 40px;
        height: 40px
    }
}

@media(max-width:575.98px) {
    .hero-title {
        font-size: 1.8rem
    }

    .section-header h2 {
        font-size: 1.4rem
    }

    .review-card {
        padding: 22px
    }

    .contact-card {
        padding: 26px
    }

    .map-wrapper iframe {
        height: 260px
    }

    .about-card {
        padding: 28px
    }
}

/* ---------- ADMIN ---------- */
.admin-login-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--charcoal-deep);
    padding: 20px
}

.admin-login-card {
    background: var(--charcoal);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: var(--radius-lg);
    padding: 48px 40px;
    width: 100%;
    max-width: 420px;
    box-shadow: var(--shadow-lg)
}

.admin-login-card h2 {
    text-align: center;
    margin-bottom: 8px;
    color: var(--white)
}

.admin-login-card h2 .rust {
    color: var(--rust)
}

.admin-login-card p {
    text-align: center;
    color: var(--mid-grey);
    margin-bottom: 30px;
    font-size: .9rem;
    text-transform: none
}

.admin-header {
    background: rgba(26, 26, 26, .95);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    padding: 16px 0
}

.admin-content {
    min-height: calc(100vh - 70px);
    background: var(--charcoal-deep);
    padding: 30px 0
}

.admin-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px
}

.admin-stat-card {
    background: var(--charcoal);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: var(--radius);
    padding: 28px;
    text-align: center
}

.admin-stat-card .stat-value {
    font-family: 'Oswald', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--rust)
}

.admin-stat-card .stat-title {
    color: var(--mid-grey);
    font-size: .85rem;
    margin-top: 4px;
    text-transform: none
}

.admin-table {
    background: var(--charcoal);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: var(--radius-lg);
    overflow: hidden
}

.admin-table .table {
    color: var(--light-grey);
    margin: 0
}

.admin-table .table thead th {
    background: rgba(255, 107, 0, .08);
    color: var(--rust);
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    padding: 14px 16px
}

.admin-table .table td {
    border-color: rgba(255, 255, 255, .06);
    vertical-align: middle;
    padding: 14px 16px;
    font-size: .88rem
}

.admin-table .table tbody tr:hover {
    background: rgba(255, 107, 0, .03)
}

.status-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 14px;
    border-radius: 50px;
    font-size: .76rem;
    font-weight: 600
}

.status-badge.pending {
    background: rgba(255, 193, 7, .12);
    color: var(--gold)
}

.status-badge.approved {
    background: rgba(76, 175, 80, .12);
    color: var(--green)
}

.admin-review-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, .06)
}

.btn-approve {
    background: rgba(76, 175, 80, .1);
    color: var(--green);
    border: 1px solid rgba(76, 175, 80, .25);
    padding: 6px 14px;
    border-radius: var(--radius);
    font-size: .8rem;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--speed) var(--ease)
}

.btn-approve:hover {
    background: var(--green);
    color: var(--white)
}

.btn-delete {
    background: rgba(229, 57, 53, .1);
    color: var(--red);
    border: 1px solid rgba(229, 57, 53, .25);
    padding: 6px 14px;
    border-radius: var(--radius);
    font-size: .8rem;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--speed) var(--ease)
}

.btn-delete:hover {
    background: var(--red);
    color: var(--white)
}

/* highlight helper */
.highlight {
    color: var(--rust) !important;
    -webkit-text-fill-color: var(--rust) !important
}