/* ==============================================
   CarClean — Premium Public Website Design System
   Agency-tier: taste-skill (8,6,4) + soft-skill + redesign-skill
   ============================================== */

/* ===== Custom Properties ===== */
:root {
    --pub-dark: #0A0A0A;
    --pub-dark-soft: #111111;
    --pub-dark-card: #161616;
    --pub-dark-shell: #1C1C1C;
    --pub-white: #FFFFFF;
    --pub-off-white: #F7F6F3;
    --pub-cream: #FDFBF7;
    --pub-gold: #C9A94E;
    --pub-gold-hover: #B8982F;
    --pub-gold-light: rgba(201, 169, 78, 0.10);
    --pub-gold-glow: rgba(201, 169, 78, 0.25);
    --pub-grey: #6B7280;
    --pub-grey-light: #9CA3AF;
    --pub-grey-border: #222222;
    --pub-grey-bg: #F5F4F0;
    --pub-success: #22C55E;

    --pub-radius: 16px;
    --pub-radius-lg: 24px;
    --pub-radius-xl: 32px;
    --pub-radius-full: 999px;

    --pub-ease: cubic-bezier(0.32, 0.72, 0, 1);
    --pub-transition: 500ms var(--pub-ease);
    --pub-transition-fast: 300ms var(--pub-ease);

    --pub-container: 1200px;
    --pub-header-h: 72px;
    --pub-font: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

/* ===== Reset ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--pub-header-h) + 24px); }

body {
    font-family: var(--pub-font);
    color: var(--pub-dark);
    background: var(--pub-cream);
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

/* ===== Grain/Noise Overlay ===== */
body::after {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: 0.025;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 256px 256px;
}

/* ===== Container ===== */
.pub-container {
    max-width: var(--pub-container);
    margin: 0 auto;
    padding: 0 24px;
}

/* ===== Floating Island Header ===== */
.pub-header {
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 48px);
    max-width: 900px;
    height: 56px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: var(--pub-radius-full);
    z-index: 1000;
    transition: all 600ms var(--pub-ease);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
}

.pub-header.scrolled {
    top: 12px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.1);
}

.pub-header.hero-dark {
    background: rgba(10, 10, 10, 0.5);
    border-color: rgba(255, 255, 255, 0.08);
}

.pub-header.hero-dark.scrolled {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(0, 0, 0, 0.06);
}

.pub-header .pub-container {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 1rem;
    padding: 0 8px 0 20px;
    max-width: 100%;
}

.pub-logo {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 1.15rem;
    color: var(--pub-dark);
    font-weight: 400;
    letter-spacing: -0.03em;
    flex-shrink: 0;
}

.hero-dark .pub-logo { color: var(--pub-white); }
.hero-dark.scrolled .pub-logo { color: var(--pub-dark); }

.pub-logo i { font-size: 1.25rem; color: var(--pub-gold); }
.pub-logo strong { font-weight: 800; }

.pub-nav {
    display: flex;
    align-items: center;
    gap: 0.15rem;
    margin-left: auto;
}

.pub-nav a {
    padding: 0.4rem 0.7rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--pub-grey);
    border-radius: var(--pub-radius-full);
    transition: all var(--pub-transition-fast);
    white-space: nowrap;
}

.hero-dark .pub-nav a { color: rgba(255,255,255,0.6); }
.hero-dark.scrolled .pub-nav a { color: var(--pub-grey); }

.pub-nav a:hover { color: var(--pub-dark); background: rgba(0, 0, 0, 0.04); }
.hero-dark .pub-nav a:hover { color: var(--pub-white); background: rgba(255,255,255,0.1); }
.hero-dark.scrolled .pub-nav a:hover { color: var(--pub-dark); background: rgba(0,0,0,0.04); }

.pub-nav-login { color: var(--pub-gold) !important; font-weight: 600 !important; }

.pub-cta-header {
    padding: 0.45rem 1.25rem;
    background: var(--pub-dark);
    color: var(--pub-white);
    font-size: 0.78rem;
    font-weight: 600;
    border-radius: var(--pub-radius-full);
    transition: all var(--pub-transition-fast);
    white-space: nowrap;
    flex-shrink: 0;
}

.hero-dark .pub-cta-header { background: var(--pub-gold); color: var(--pub-dark); }
.hero-dark.scrolled .pub-cta-header { background: var(--pub-dark); color: var(--pub-white); }

.pub-cta-header:hover {
    background: var(--pub-gold);
    color: var(--pub-dark);
    transform: scale(1.03);
}
.pub-cta-header:active { transform: scale(0.97); }

/* Hamburger */
.pub-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.pub-hamburger span {
    width: 22px;
    height: 1.5px;
    background: var(--pub-dark);
    border-radius: 2px;
    transition: all 400ms var(--pub-ease);
    transform-origin: center;
}

.hero-dark .pub-hamburger span { background: var(--pub-white); }
.hero-dark.scrolled .pub-hamburger span { background: var(--pub-dark); }

.pub-hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(4.5px, 4.5px); }
.pub-hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.pub-hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(4.5px, -4.5px); }

/* ===== HERO — Full Viewport Immersive ===== */
.pub-hero {
    position: relative;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding: 0;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(10,10,10,0.4) 0%, rgba(10,10,10,0.2) 40%, rgba(10,10,10,0.7) 80%, var(--pub-dark) 100%),
        radial-gradient(ellipse at 50% 40%, rgba(201,169,78,0.06) 0%, transparent 50%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 24px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1.1rem;
    background: rgba(201,169,78,0.12);
    border: 1px solid rgba(201,169,78,0.2);
    color: var(--pub-gold);
    border-radius: var(--pub-radius-full);
    font-size: 0.72rem;
    font-weight: 600;
    margin-bottom: 2rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.hero-title {
    font-size: clamp(2.8rem, 7vw, 5.5rem);
    font-weight: 800;
    color: var(--pub-white);
    line-height: 1.02;
    letter-spacing: -0.05em;
    margin-bottom: 1.5rem;
    text-wrap: balance;
}

.hero-title .gold { color: var(--pub-gold); }
.hero-title .thin { font-weight: 300; opacity: 0.7; }

.hero-subtitle {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.8;
    margin: 0 auto 2.5rem;
    max-width: 520px;
    font-weight: 400;
}

.hero-ctas {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

/* --- Primary CTA (Double-shell) --- */
.btn-pub-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 2.2rem;
    background: var(--pub-gold);
    color: var(--pub-dark);
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: var(--pub-radius-full);
    border: none;
    cursor: pointer;
    transition: all var(--pub-transition);
    letter-spacing: -0.01em;
    position: relative;
}

.btn-pub-primary:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 40px var(--pub-gold-glow);
}
.btn-pub-primary:active { transform: scale(0.97); }

.btn-pub-outline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 2.2rem;
    background: rgba(255,255,255,0.06);
    color: var(--pub-white);
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: var(--pub-radius-full);
    border: 1px solid rgba(255,255,255,0.15);
    cursor: pointer;
    transition: all var(--pub-transition);
    backdrop-filter: blur(8px);
}

.btn-pub-outline:hover {
    border-color: var(--pub-gold);
    color: var(--pub-gold);
    background: rgba(201,169,78,0.08);
    transform: translateY(-2px);
}
.btn-pub-outline:active { transform: scale(0.97); }

/* Hero trust row */
.hero-trust {
    display: flex;
    gap: 3rem;
    justify-content: center;
    flex-wrap: wrap;
}

.trust-item { text-align: center; }
.trust-item .trust-number {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--pub-white);
    line-height: 1;
    font-variant-numeric: tabular-nums;
}
.trust-item .trust-number .gold { color: var(--pub-gold); font-weight: 400; font-size: 0.85rem; }
.trust-item .trust-label {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.4);
    margin-top: 0.3rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Hero scroll indicator */
.hero-scroll-cue {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255,255,255,0.3);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.hero-scroll-cue .scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, var(--pub-gold), transparent);
    animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
    0%, 100% { opacity: 0.3; transform: scaleY(0.6); }
    50% { opacity: 1; transform: scaleY(1); }
}

/* ===== Section Base ===== */
.pub-section { padding: 7rem 0; }
.pub-section-dark { background: var(--pub-dark); color: var(--pub-white); }
.pub-section-grey { background: var(--pub-grey-bg); }
.pub-section-cream { background: var(--pub-cream); }

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.9rem;
    background: var(--pub-gold-light);
    border: 1px solid rgba(201,169,78,0.15);
    color: var(--pub-gold);
    border-radius: var(--pub-radius-full);
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1.25rem;
}

.pub-section-dark .section-tag {
    background: rgba(201,169,78,0.1);
    border-color: rgba(201,169,78,0.2);
}

.section-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.08;
    margin-bottom: 0.85rem;
    text-wrap: balance;
}

.section-subtitle {
    font-size: 0.95rem;
    color: var(--pub-grey);
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.8;
}
.pub-section-dark .section-subtitle { color: rgba(255,255,255,0.45); }

/* ===== Kinetic Marquee Trust Bar ===== */
.marquee-section {
    overflow: hidden;
    padding: 1.5rem 0;
    background: var(--pub-dark);
    border-top: 1px solid var(--pub-grey-border);
    border-bottom: 1px solid var(--pub-grey-border);
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marqueeScroll 30s linear infinite;
}

.marquee-track:hover { animation-play-state: paused; }

.marquee-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0 2.5rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.marquee-item .marquee-icon {
    color: var(--pub-gold);
    font-size: 1rem;
}

.marquee-item span {
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.marquee-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--pub-gold);
    opacity: 0.4;
    flex-shrink: 0;
}

@keyframes marqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ===== Service Cards — Double-Bezel ===== */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

/* Outer Shell */
.service-card-shell {
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: var(--pub-radius-xl);
    padding: 6px;
    transition: all var(--pub-transition);
}

.service-card-shell:hover {
    border-color: rgba(201, 169, 78, 0.3);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
    transform: translateY(-4px);
}

/* Inner Core */
.service-card {
    background: var(--pub-white);
    border-radius: calc(var(--pub-radius-xl) - 6px);
    padding: 2rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card-icon {
    width: 48px;
    height: 48px;
    border-radius: var(--pub-radius);
    background: var(--pub-gold-light);
    border: 1px solid rgba(201,169,78,0.12);
    color: var(--pub-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.service-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--pub-dark);
    letter-spacing: -0.02em;
}

.service-card p {
    font-size: 0.85rem;
    color: var(--pub-grey);
    line-height: 1.65;
    margin-bottom: 1.5rem;
    flex: 1;
}

.service-card-price {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--pub-gold);
    margin-bottom: 1rem;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
}
.service-card-price small { font-size: 0.72rem; color: var(--pub-grey); font-weight: 500; }

.service-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1.25rem;
    border: 1.5px solid rgba(0, 0, 0, 0.08);
    border-radius: var(--pub-radius-full);
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--pub-dark);
    transition: all var(--pub-transition-fast);
    align-self: flex-start;
}

.service-card-cta:hover {
    border-color: var(--pub-gold);
    color: var(--pub-gold);
    background: var(--pub-gold-light);
    transform: translateX(4px);
}

/* ===== Why Us ===== */
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

/* Double-bezel dark */
.why-item-shell {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--pub-radius-xl);
    padding: 5px;
    transition: all var(--pub-transition);
}

.why-item-shell:hover {
    border-color: rgba(201, 169, 78, 0.25);
    transform: translateY(-4px);
}

.why-item {
    text-align: center;
    padding: 2.5rem 1.5rem;
    border-radius: calc(var(--pub-radius-xl) - 5px);
    background: var(--pub-dark-card);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.04);
}

.why-item-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(201,169,78,0.1);
    border: 1px solid rgba(201,169,78,0.15);
    color: var(--pub-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin: 0 auto 1.5rem;
}

.why-item h3 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--pub-white);
    letter-spacing: -0.01em;
}

.why-item p {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.45);
    line-height: 1.65;
    max-width: 260px;
    margin: 0 auto;
}

/* ===== Gallery — Parallax Tilt ===== */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.gallery-item {
    position: relative;
    border-radius: var(--pub-radius-lg);
    overflow: hidden;
    aspect-ratio: 4/3;
    background: var(--pub-off-white);
    cursor: pointer;
    transition: transform 600ms var(--pub-ease), box-shadow 600ms var(--pub-ease);
    transform-style: preserve-3d;
    perspective: 600px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 800ms var(--pub-ease);
}

.gallery-item:hover {
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.12);
}

.gallery-item:hover img { transform: scale(1.08); }

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(170deg, transparent 30%, rgba(10,10,10,0.85) 90%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    opacity: 0;
    transition: opacity var(--pub-transition);
}

.gallery-item:hover .gallery-overlay { opacity: 1; }

.gallery-overlay span {
    color: var(--pub-white);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.gallery-overlay small {
    color: var(--pub-gold);
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* ===== Process — Premium Numbered Timeline ===== */
.proc-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 48px;
    margin-bottom: 32px;
}

.proc-header-left { flex: 0 0 50%; }
.proc-header-right {
    flex: 1;
    display: flex;
    align-items: flex-end;
    padding-bottom: 8px;
}

.proc-title {
    font-size: clamp(2.5rem, 5vw, 3.75rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.05;
    text-transform: uppercase;
    color: var(--pub-dark);
}

.proc-title-accent {
    font-weight: 300;
    color: var(--pub-gold);
}

.proc-desc {
    font-size: 0.92rem;
    color: var(--pub-grey);
    line-height: 1.75;
    max-width: 440px;
}

.proc-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.06);
    margin-bottom: 48px;
    position: relative;
}

.proc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.proc-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 32px 32px 32px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.proc-item:nth-child(even) {
    padding-left: 32px;
    padding-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.06);
}

.proc-item:hover {
    transform: translateY(-2px);
}

.proc-item:hover .proc-num {
    color: var(--pub-gold);
}

.proc-num {
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    color: rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
    min-width: 56px;
    transition: color 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    font-variant-numeric: tabular-nums;
}

.proc-content h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--pub-dark);
    letter-spacing: -0.01em;
}

.proc-content p {
    font-size: 0.85rem;
    color: var(--pub-grey);
    line-height: 1.7;
    max-width: 320px;
}

/* ===== Testimonials — Asymmetric ===== */
.testimonials-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 1.25rem;
}

.testimonials-grid .testimonial-shell:first-child { grid-row: span 2; }

.testimonial-shell {
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: var(--pub-radius-xl);
    padding: 5px;
    transition: all var(--pub-transition);
}

.testimonial-shell:hover {
    border-color: rgba(201, 169, 78, 0.2);
    transform: translateY(-3px);
}

.testimonial-card {
    background: var(--pub-white);
    border-radius: calc(var(--pub-radius-xl) - 5px);
    padding: 2.5rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-stars {
    color: var(--pub-gold);
    font-size: 0.85rem;
    margin-bottom: 1.25rem;
    letter-spacing: 3px;
}

.testimonial-card blockquote {
    font-size: 0.95rem;
    color: var(--pub-dark);
    line-height: 1.75;
    margin-bottom: 1.5rem;
    font-style: normal;
    font-weight: 400;
    flex: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.testimonial-avatar {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: var(--pub-gold-light);
    border: 1px solid rgba(201,169,78,0.15);
    color: var(--pub-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.testimonial-author-info h4 {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--pub-dark);
    margin-bottom: 0;
    letter-spacing: -0.01em;
}

.testimonial-author-info p {
    font-size: 0.72rem;
    color: var(--pub-grey);
    margin: 0;
}

/* ===== Voucher Cards ===== */
.voucher-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.25rem;
}

.voucher-shell {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--pub-radius-xl);
    padding: 5px;
    transition: all var(--pub-transition);
}

.voucher-shell:hover {
    border-color: rgba(201,169,78,0.3);
    transform: translateY(-4px);
}

.voucher-card {
    background: linear-gradient(145deg, var(--pub-dark-card) 0%, #1A1A18 100%);
    border-radius: calc(var(--pub-radius-xl) - 5px);
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.04);
}

.voucher-card::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201,169,78,0.12) 0%, transparent 70%);
}

.voucher-discount {
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--pub-gold);
    margin-bottom: 0.5rem;
    line-height: 1;
    letter-spacing: -0.03em;
}

.voucher-card h3 { font-size: 0.95rem; font-weight: 600; color: var(--pub-white); margin-bottom: 0.25rem; }
.voucher-card .voucher-desc { font-size: 0.78rem; color: rgba(255,255,255,0.4); margin-bottom: 1.25rem; }

.voucher-code {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1rem;
    background: rgba(201,169,78,0.08);
    border: 1px dashed rgba(201,169,78,0.25);
    border-radius: var(--pub-radius);
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--pub-gold);
    letter-spacing: 0.12em;
    font-family: 'Courier New', monospace;
}

.voucher-expiry { font-size: 0.68rem; color: rgba(255,255,255,0.35); margin-top: 0.75rem; }

/* ===== Contact & Booking ===== */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}

.contact-info-shell {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--pub-radius-xl);
    padding: 5px;
    height: 100%;
}

.contact-info-card {
    background: var(--pub-dark-card);
    border-radius: calc(var(--pub-radius-xl) - 5px);
    padding: 2.5rem;
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.04);
    height: 100%;
}

.contact-info-card h3 { font-size: 1.15rem; font-weight: 700; color: var(--pub-white); margin-bottom: 1.75rem; letter-spacing: -0.02em; }

.contact-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.contact-item-icon {
    width: 40px;
    height: 40px;
    border-radius: var(--pub-radius);
    background: rgba(201,169,78,0.1);
    border: 1px solid rgba(201,169,78,0.12);
    color: var(--pub-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.contact-item-text h4 { font-size: 0.8rem; font-weight: 600; color: var(--pub-white); margin-bottom: 0.1rem; }
.contact-item-text p { font-size: 0.82rem; color: rgba(255,255,255,0.5); margin: 0; }
.contact-item-text a { color: var(--pub-gold); }

.contact-map {
    margin-top: 1.5rem;
    border-radius: var(--pub-radius);
    overflow: hidden;
    aspect-ratio: 16/9;
    border: 1px solid var(--pub-grey-border);
}
.contact-map iframe { width: 100%; height: 100%; border: none; }

/* Booking Form — Double-bezel */
.booking-form-shell {
    background: rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: var(--pub-radius-xl);
    padding: 6px;
}

.pub-section-dark .booking-form-shell {
    background: rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.08);
}

.booking-form-card {
    background: var(--pub-white);
    border-radius: calc(var(--pub-radius-xl) - 6px);
    padding: 2.5rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.booking-form-card h3 { font-size: 1.15rem; font-weight: 700; color: var(--pub-dark); margin-bottom: 0.5rem; letter-spacing: -0.02em; }
.booking-form-card .form-hint { font-size: 0.82rem; color: var(--pub-grey); margin-bottom: 1.75rem; }

.pub-form-group { margin-bottom: 1rem; }
.pub-form-group label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--pub-dark);
    margin-bottom: 0.4rem;
    letter-spacing: -0.01em;
}
.pub-form-group label .required { color: #EF4444; }

.pub-input {
    width: 100%;
    padding: 0.7rem 1rem;
    border: 1.5px solid rgba(0,0,0,0.08);
    border-radius: var(--pub-radius);
    font-family: var(--pub-font);
    font-size: 0.85rem;
    color: var(--pub-dark);
    background: var(--pub-cream);
    transition: all var(--pub-transition-fast);
    outline: none;
}

.pub-input:focus {
    border-color: var(--pub-gold);
    box-shadow: 0 0 0 3px var(--pub-gold-light);
    background: var(--pub-white);
}

.pub-input::placeholder { color: var(--pub-grey-light); }
textarea.pub-input { resize: vertical; min-height: 80px; }

.pub-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.btn-pub-submit {
    width: 100%;
    padding: 0.85rem;
    background: var(--pub-gold);
    color: var(--pub-dark);
    font-size: 0.9rem;
    font-weight: 700;
    border: none;
    border-radius: var(--pub-radius);
    cursor: pointer;
    transition: all var(--pub-transition-fast);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.btn-pub-submit:hover { background: var(--pub-gold-hover); transform: translateY(-1px); box-shadow: 0 8px 30px var(--pub-gold-glow); }
.btn-pub-submit:active { transform: scale(0.98); }
.btn-pub-submit:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }

.booking-success { text-align: center; padding: 2rem; }
.booking-success i { font-size: 3rem; color: var(--pub-success); margin-bottom: 1rem; }
.booking-success h4 { font-size: 1.05rem; font-weight: 700; color: var(--pub-dark); margin-bottom: 0.5rem; }
.booking-success p { color: var(--pub-grey); font-size: 0.85rem; }

/* ===== Footer ===== */
.pub-footer {
    background: var(--pub-dark);
    padding: 5rem 0 0;
    color: rgba(255,255,255,0.5);
    border-top: 1px solid var(--pub-grey-border);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 3rem;
    padding-bottom: 3.5rem;
    border-bottom: 1px solid var(--pub-grey-border);
}

.footer-logo { margin-bottom: 1.25rem; }
.footer-logo i { color: var(--pub-gold); }
.footer-logo span { color: var(--pub-white); }

.footer-brand p { font-size: 0.82rem; line-height: 1.75; margin-bottom: 1.5rem; max-width: 300px; }

.footer-social { display: flex; gap: 0.75rem; }
.footer-social a {
    width: 40px; height: 40px;
    border-radius: var(--pub-radius);
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--pub-grey-border);
    display: flex; align-items: center; justify-content: center;
    font-size: 0.95rem;
    color: rgba(255,255,255,0.45);
    transition: all var(--pub-transition-fast);
}
.footer-social a:hover { background: var(--pub-gold-light); border-color: var(--pub-gold); color: var(--pub-gold); }

.footer-links h4, .footer-contact h4 {
    font-size: 0.75rem; font-weight: 700; color: var(--pub-white);
    margin-bottom: 1.25rem; text-transform: uppercase; letter-spacing: 0.1em;
}

.footer-links a {
    display: block; font-size: 0.82rem; color: rgba(255,255,255,0.45);
    padding: 0.35rem 0; transition: color var(--pub-transition-fast);
}
.footer-links a:hover { color: var(--pub-gold); }

.footer-contact p { font-size: 0.82rem; margin-bottom: 0.6rem; display: flex; align-items: flex-start; gap: 0.5rem; }
.footer-contact p i { color: var(--pub-gold); margin-top: 3px; flex-shrink: 0; }
.footer-contact a { color: var(--pub-gold); }

.footer-bottom { padding: 1.75rem 0; text-align: center; }
.footer-bottom p { font-size: 0.72rem; color: rgba(255,255,255,0.3); margin: 0; }

/* ===== Floating CTA ===== */
.pub-floating-cta {
    display: none;
    position: fixed; bottom: 24px; right: 24px;
    width: 54px; height: 54px;
    border-radius: 50%;
    background: var(--pub-gold);
    color: var(--pub-dark);
    font-size: 1.2rem;
    align-items: center; justify-content: center;
    box-shadow: 0 8px 30px var(--pub-gold-glow);
    z-index: 998;
    transition: all var(--pub-transition-fast);
}
.pub-floating-cta:hover { transform: scale(1.1); }
.pub-floating-cta:active { transform: scale(0.95); }

/* ===== Scroll Reveal ===== */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    filter: blur(4px);
    transition: opacity 800ms var(--pub-ease), transform 800ms var(--pub-ease), filter 800ms var(--pub-ease);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .why-grid { grid-template-columns: repeat(2, 1fr); }
    .proc-grid { grid-template-columns: 1fr 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .testimonials-grid .testimonial-shell:first-child { grid-row: span 1; }
    .contact-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .pub-header {
        width: calc(100% - 32px);
        top: 12px;
    }

    /* Off-canvas drawer from right */
    .pub-nav {
        display: flex;
        position: fixed;
        top: 0;
        right: 0;
        width: 320px;
        max-width: 85vw;
        height: 100dvh;
        background: rgba(10, 10, 10, 0.98);
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.25rem;
        z-index: 999;
        transform: translateX(100%);
        transition: transform 400ms var(--pub-ease);
        visibility: hidden;
    }
    .pub-nav.open {
        transform: translateX(0);
        visibility: visible;
    }

    /* Backdrop overlay */
    .pub-nav-backdrop {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 998;
        opacity: 0;
        transition: opacity 400ms var(--pub-ease);
    }
    .pub-nav-backdrop.active {
        display: block;
        opacity: 1;
    }

    .pub-nav a {
        font-size: 1.4rem;
        padding: 0.75rem 1.5rem;
        color: rgba(255,255,255,0.6) !important;
        font-weight: 500;
        transform: translateX(20px);
        opacity: 0;
        transition: all 400ms var(--pub-ease);
    }
    .pub-nav.open a {
        transform: translateX(0);
        opacity: 1;
    }
    .pub-nav.open a:nth-child(1) { transition-delay: 80ms; }
    .pub-nav.open a:nth-child(2) { transition-delay: 120ms; }
    .pub-nav.open a:nth-child(3) { transition-delay: 160ms; }
    .pub-nav.open a:nth-child(4) { transition-delay: 200ms; }
    .pub-nav.open a:nth-child(5) { transition-delay: 240ms; }
    .pub-nav.open a:nth-child(6) { transition-delay: 280ms; }

    .pub-nav a:hover { color: var(--pub-white) !important; background: rgba(255,255,255,0.05); }
    .pub-cta-header { display: none; }
    .pub-hamburger { display: flex; }
    .pub-floating-cta { display: flex; }

    .services-grid { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .proc-header { flex-direction: column; align-items: flex-start; gap: 16px; }
    .proc-grid { grid-template-columns: 1fr; }
    .proc-item:nth-child(even) { padding-left: 0; border-left: none; }
    .proc-item { padding: 24px 0; gap: 16px; }
    .proc-num { font-size: 1.75rem; min-width: 40px; }
    .voucher-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }

    .pub-section { padding: 4.5rem 0; }
    .section-title { font-size: 1.75rem; }
    .pub-form-row { grid-template-columns: 1fr; }

    .hero-title { letter-spacing: -0.04em; }
}

@media (max-width: 480px) {
    .hero-trust { flex-direction: column; gap: 1.5rem; }
    .hero-ctas { flex-direction: column; }
    .hero-ctas .btn-pub-primary,
    .hero-ctas .btn-pub-outline { width: 100%; justify-content: center; }
    .gallery-grid { grid-template-columns: 1fr; }
}

/* ===== NEW CONTACT SECTION: CAR CLEAN DALAT ===== */
.ccd-contact-section {
    padding: 100px 0;
    overflow: hidden;
    background-color: var(--pub-cream);
    color: var(--pub-dark);
}

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

.ccd-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 24px;
}

.ccd-col-left { width: 48%; padding-right: 48px; }
.ccd-col-right { width: 52%; }

.ccd-heading {
    font-size: clamp(2.5rem, 5vw, 3.75rem);
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.05;
    color: var(--pub-dark);
}

.ccd-heading-accent {
    font-weight: 300;
    color: var(--pub-gold);
}

.ccd-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--pub-gold);
    margin-bottom: 20px;
}

.ccd-tag-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--pub-gold);
    box-shadow: 0 0 0 3px rgba(201, 169, 78, 0.15);
    animation: ccd-pulse 2.4s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes ccd-pulse {
    0%, 100% { box-shadow: 0 0 0 3px rgba(201, 169, 78, 0.15); }
    50% { box-shadow: 0 0 0 7px rgba(201, 169, 78, 0.05); }
}

.ccd-heading-desc {
    font-size: 0.92rem;
    color: var(--pub-grey);
    line-height: 1.7;
    margin-top: 16px;
    max-width: 440px;
    font-weight: 400;
}

.ccd-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.06);
    margin-bottom: 48px;
    position: relative;
}

.ccd-divider-accent {
    position: absolute;
    left: 0;
    top: -1px;
    width: 64px;
    height: 3px;
    background: linear-gradient(90deg, var(--pub-gold) 0%, rgba(201, 169, 78, 0.2) 100%);
    border-radius: 2px;
}

.ccd-body-row {
    display: flex;
    align-items: stretch;
    gap: 40px;
}

.ccd-col-left-body { width: 48%; }
.ccd-col-right-body { width: 52%; }
.ccd-col-map-full { width: 100%; }

.ccd-visual-wrapper {
    position: relative;
    height: 100%;
    min-height: 600px;
    border-radius: var(--pub-radius-lg);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    background-color: #e5e5e5;
}

.ccd-visual-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ccd-visual-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 60%);
}

.ccd-contact-card {
    position: relative;
    background-color: var(--pub-white);
    margin: 32px;
    padding: 32px;
    border-radius: var(--pub-radius);
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.08);
    width: calc(100% - 64px);
    z-index: 2;
}

.ccd-brand-name {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.ccd-brand-desc {
    font-size: 0.95rem;
    color: var(--pub-grey);
    margin-bottom: 24px;
    font-weight: 400;
    line-height: 1.5;
}

.ccd-info-list { list-style: none; margin-bottom: 32px; }

.ccd-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: var(--pub-dark);
    line-height: 1.5;
}

.ccd-info-item svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    flex-shrink: 0;
    color: var(--pub-dark-soft);
    margin-top: 2px;
}

.ccd-cta-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.ccd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: var(--pub-radius);
    transition: all var(--pub-transition-fast);
    cursor: pointer;
}

.ccd-btn svg { width: 18px; height: 18px; margin-right: 8px; }

.ccd-btn-primary {
    background-color: var(--pub-dark);
    color: var(--pub-white);
    border: 1px solid var(--pub-dark);
}

.ccd-btn-primary:hover {
    background-color: #1a1a1a;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.ccd-btn-secondary {
    background-color: #F1F5F9;
    color: var(--pub-dark);
    border: 1px solid #F1F5F9;
}

.ccd-btn-secondary:hover { background-color: #E2E8F0; }

.ccd-btn-outline {
    background-color: transparent;
    color: var(--pub-dark);
    border: 1px solid rgba(0,0,0,0.15);
}

.ccd-btn-outline:hover {
    border-color: var(--pub-dark);
    background-color: #F8FAFC;
}

.ccd-trust-points {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 0.85rem;
    color: var(--pub-grey);
    font-weight: 400;
    padding-top: 8px;
    border-top: 1px solid rgba(0,0,0,0.08);
}

.ccd-trust-points span { display: flex; align-items: center; }
.ccd-trust-points span::before {
    content: "✓";
    color: var(--pub-dark);
    font-weight: 600;
    margin-right: 6px;
}

.ccd-map-wrapper {
    position: relative;
    height: 100%;
    min-height: 600px;
    border-radius: var(--pub-radius-lg);
    overflow: hidden;
    background-color: #eaeaea; 
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
}

.ccd-map-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.ccd-map-overlay {
    position: absolute;
    top: 24px;
    left: 24px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 16px 20px;
    border-radius: var(--pub-radius);
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.08);
    max-width: 320px;
    z-index: 10;
}

.ccd-map-overlay h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--pub-dark);
}

.ccd-map-overlay p {
    font-size: 0.85rem;
    color: var(--pub-grey);
    line-height: 1.5;
}

.contact-grid.booking-center {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .ccd-heading { font-size: clamp(2rem, 4vw, 2.75rem); }
    .ccd-visual-wrapper, .ccd-map-wrapper { min-height: 540px; }
    .ccd-col-left, .ccd-col-left-body { width: 45%; }
    .ccd-col-right, .ccd-col-right-body { width: 55%; }
}

@media (max-width: 768px) {
    .ccd-contact-section { padding: 60px 0; }
    .ccd-header-row { flex-direction: column; align-items: flex-start; margin-bottom: 16px; gap: 8px; }
    .ccd-col-left, .ccd-col-right { width: 100%; padding-right: 0; }
    .ccd-header-row .ccd-col-right { display: none; }
    .ccd-heading-desc { max-width: 100%; }
    .ccd-divider { margin-bottom: 32px; }
    .ccd-body-row { flex-direction: column; gap: 32px; }
    .ccd-col-left-body, .ccd-col-right-body { width: 100%; }
    .ccd-visual-wrapper { min-height: auto; border-radius: var(--pub-radius); align-items: stretch; background: transparent; flex-direction: column; }
    .ccd-visual-bg { position: relative; height: 320px; border-radius: var(--pub-radius); }
    .ccd-visual-overlay { display: none; }
    .ccd-contact-card { margin: -60px 16px 0 16px; width: calc(100% - 32px); padding: 24px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
    .ccd-cta-group { flex-direction: column; }
    .ccd-btn { width: 100%; padding: 14px 20px; }
    .ccd-trust-points { flex-direction: column; gap: 12px; padding-top: 16px; }
    .ccd-map-wrapper { min-height: 400px; border-radius: var(--pub-radius); }
    .ccd-map-overlay { display: none; }
}
