/* --- WEB DEVELOPMENT CASE STUDY UI --- */
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');

/* Base Styles */
.webdev-case-study {
    background-color: #070707;
    color: beige;
    font-family: "Google Sans Flex", sans-serif;
    overflow-x: hidden;
    position: relative;
    line-height: 1.6;
}

.wd-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5vw;
    position: relative;
    z-index: 10;
}

/* Ambient Glow Backgrounds */
.wd-glow-bg {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(183, 65, 14, 0.12) 0%, rgba(0, 0, 0, 0) 70%);
    filter: blur(100px);
    pointer-events: none;
    z-index: 0;
    opacity: 0.7;
    mix-blend-mode: screen;
}

/* Section Headings */
.wd-section-eyebrow {
    font-family: "Google Sans Flex", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #B7410E;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 700;
}

.wd-section-title {
    font-size: clamp(32px, 4.5vw, 56px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -1.5px;
    color: beige;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.wd-section-title span {
    color: #B7410E;
    background: linear-gradient(135deg, #B7410E 30%, #ff7f32 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wd-section-subtitle {
    font-size: clamp(16px, 1.8vw, 20px);
    color: rgba(245, 245, 220, 0.7);
    max-width: 700px;
    line-height: 1.6;
}

.wd-section-header-center {
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.breadcrumb a {
    color: rgba(245, 245, 220, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: #B7410E;
}

.breadcrumb span {
    color: beige;
}

/* ==========================================================================
   1. HERO SECTION
   ========================================================================== */
.wd-hero {
    position: relative;
    padding: 80px 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(245, 245, 220, 0.05);
}

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

.wd-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(183, 65, 14, 0.08);
    border: 1px solid rgba(183, 65, 14, 0.18);
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #B7410E;
    margin-bottom: 25px;
}

.wd-pulse-indicator {
    width: 6px;
    height: 6px;
    background-color: #B7410E;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 10px #B7410E;
    animation: wd-pulse 2s infinite;
}

@keyframes wd-pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(183, 65, 14, 0.7);
    }

    70% {
        transform: scale(1.1);
        opacity: 0.5;
        box-shadow: 0 0 0 8px rgba(183, 65, 14, 0);
    }

    100% {
        transform: scale(0.9);
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(183, 65, 14, 0);
    }
}

.wd-hero-title {
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.wd-hero-title span {
    display: block;
    color: #B7410E;
    background: linear-gradient(95deg, #B7410E 0%, #ff7f32 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wd-hero-sub {
    font-size: clamp(16px, 1.5vw, 19px);
    line-height: 1.6;
    color: rgba(245, 245, 220, 0.75);
    margin-bottom: 40px;
}

/* Snapshot grid */
.wd-hero-snapshot-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    border-top: 1px solid rgba(245, 245, 220, 0.08);
    padding-top: 30px;
}

.wd-snap-box {

    padding: 5px 20px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    transition: all 0.3s ease;
}



.wd-snap-box-full {
    grid-column: span 2;
}

.wd-snap-lbl {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(245, 245, 220, 0.4);
    font-weight: 600;
}

.wd-snap-val {
    font-size: 14px;
    font-weight: 600;
    color: beige;
}

.wd-snap-link {
    color: beige;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.wd-snap-link:hover {
    color: #B7410E;
}

/* Visual Panel and Mockup */
.wd-hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.wd-phone-mockup {
    width: 290px;
    height: 580px;
    background: #000000;
    border-radius: 40px;
    padding: 12px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.15);
    border: 4px solid #222226;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 10;
}

.wd-phone-mockup:hover {
    transform: translateY(-8px) scale(1.03);
}

.wd-phone-notch {
    width: 110px;
    height: 25px;
    background: #000000;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 15px 15px;
    z-index: 30;
}

.wd-phone-screen {
    width: 100%;
    height: 100%;
    background: #0c0c0e;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.wd-web-mockup-svg {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

.wd-phone-home-indicator {
    width: 100px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
    z-index: 30;
}

/* Floating Stats */
.wd-floating-stat {
    position: absolute;
    background: rgba(10, 10, 12, 0.85);
    border: 1px solid rgba(183, 65, 14, 0.25);
    border-radius: 12px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, border-color 0.3s ease;
    z-index: 20;
}

.wd-floating-stat:hover {
    transform: scale(1.05) translateY(-2px);
    border-color: #B7410E;
}

.wd-floating-icon {
    font-size: 20px;
}

.wd-float-val {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

.wd-float-lbl {
    display: block;
    font-size: 10px;
    color: rgba(245, 245, 220, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stat-1 {
    top: 15%;
    left: -25px;
}

.stat-2 {
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
}

.stat-2:hover {
    transform: translateY(-50%) scale(1.05);
}

.stat-3 {
    bottom: 12%;
    left: -15px;
}

/* ==========================================================================
   2. CREDIBILITY KPI CARDS
   ========================================================================== */
.wd-credibility-kpis {
    padding: 40px 0;
    background: #0b0b0e;
    border-bottom: 1px solid rgba(245, 245, 220, 0.05);
}

.wd-kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.wd-kpi-card {
    background: rgba(20, 20, 25, 0.5);
    border: 1px solid rgba(245, 245, 220, 0.03);
    padding: 25px 20px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.wd-kpi-card:hover {
    transform: translateY(-5px);
    background: rgba(20, 20, 25, 0.8);
    border-color: rgba(183, 65, 14, 0.3);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.wd-kpi-number {
    display: block;
    font-size: clamp(24px, 2.5vw, 36px);
    font-weight: 800;
    color: #B7410E;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.wd-kpi-title {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(245, 245, 220, 0.6);
    font-weight: 600;
    line-height: 1.4;
}

/* ==========================================================================
   3. CONTEXT SECTION (BEIGE ACCENT BACKGROUND)
   ========================================================================== */
.wd-context {
    background-color: beige;
    color: #070707;
    padding: 50px 0;
    border-radius: 40px 40px 0 0;
    position: relative;
    z-index: 15;
}

.wd-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
}

.wd-context .wd-section-title {
    color: #070707;
}

.wd-lead-text {
    font-size: clamp(20px, 2.2vw, 28px);
    line-height: 1.4;
    font-weight: 600;
    color: #B7410E;
    margin-bottom: 30px;
}

.wd-body-text {
    font-size: 16px;
    line-height: 1.75;
    color: #333333;
}

/* ==========================================================================
   4. THE CHALLENGE SECTION (DARK MODE)
   ========================================================================== */
.wd-challenge {
    background-color: #070707;
    color: beige;
    padding: 120px 0;
    border-top: 1px solid rgba(245, 245, 220, 0.05);
}

.wd-challenge-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
    align-items: flex-start;
}

.wd-challenge-intro {
    font-size: 20px;
    color: #B7410E;
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: 600;
}

.wd-challenge-desc {
    font-size: 16px;
    color: rgba(245, 245, 220, 0.7);
    line-height: 1.7;
}

.wd-objectives-box {
    background: rgba(20, 20, 25, 0.6);
    border: 1px solid rgba(183, 65, 14, 0.15);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.wd-obj-header {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #B7410E;
    font-weight: 700;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(245, 245, 220, 0.08);
    padding-bottom: 15px;
}

.wd-objectives-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.wd-objectives-list li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: transform 0.3s ease;
}

.wd-objectives-list li:hover {
    transform: translateX(5px);
}

.wd-obj-num {
    font-family: monospace;
    font-size: 18px;
    font-weight: 700;
    color: #B7410E;
    background: rgba(183, 65, 14, 0.08);
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid rgba(183, 65, 14, 0.2);
}

.wd-objectives-list h4 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}

.wd-objectives-list p {
    font-size: 13.5px;
    color: rgba(245, 245, 220, 0.5);
    line-height: 1.5;
}

/* ==========================================================================
   5. STRATEGIC DIRECTION (3 PREMIUM CARDS)
   ========================================================================== */
.wd-strategy {
    padding: 120px 0;
    background: linear-gradient(180deg, #070707 0%, #0c0c10 100%);
    border-top: 1px solid rgba(245, 245, 220, 0.05);
}

.wd-strategy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.wd-strategy-card {
    background: rgba(20, 20, 25, 0.45);
    border: 1px solid rgba(245, 245, 220, 0.05);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wd-strategy-card:hover {
    transform: translateY(-6px);
    border-color: rgba(183, 65, 14, 0.35);
    background: rgba(20, 20, 25, 0.7);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

.wd-strategy-icon-box {
    font-size: 32px;
    background: rgba(183, 65, 14, 0.08);
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border: 1px solid rgba(183, 65, 14, 0.25);
    box-shadow: 0 8px 16px rgba(183, 65, 14, 0.1);
}

.wd-strategy-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.wd-strategy-card-desc {
    font-size: 14.5px;
    color: rgba(245, 245, 220, 0.6);
    line-height: 1.6;
}

/* ==========================================================================
   6. THE TRANSFORMATION (BEFORE VS AFTER SLIDER)
   ========================================================================== */
.wd-transformation {
    padding: 20px 0;
    background-color: #070707;
    border-top: 1px solid rgba(245, 245, 220, 0.05);
}

.wd-transform-intro {
    font-size: 16px;
    line-height: 1.65;
    color: rgba(245, 245, 220, 0.7);
    max-width: 900px;
    margin-top: 10px;
}

.wd-transform-slider-layout {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 60px;
    margin-top: 50px;
    align-items: center;
}

/* Draggable Slider System */
.wd-slider-wrapper {
    width: 100%;
    position: relative;
    border-radius: 20px;
    border: 1px solid rgba(245, 245, 220, 0.1);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    aspect-ratio: 800 / 450;
}

.wd-slider-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    user-select: none;
}

.wd-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wd-slide-before {
    z-index: 10;
}

.wd-slide-after {
    z-index: 20;
    width: 100%;
    clip-path: inset(0 0 0 50%);
}

.wd-slider-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.wd-slide-label {
    position: absolute;
    top: 20px;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.8);
    color: beige;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 4px;
    font-weight: 700;
    z-index: 30;
    pointer-events: none;
    border: 1px solid rgba(245, 245, 220, 0.1);
}

.label-before {
    right: 20px;
}

.label-after {
    left: 20px;
}

/* Handle styling */
.wd-slider-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    /* JS will mutate this style */
    width: 2px;
    background: #B7410E;
    z-index: 40;
    cursor: ew-resize;
    transform: translateX(-50%);
}

.wd-slider-handle-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #B7410E;
    border: 2px solid beige;
    display: flex;
    justify-content: center;
    align-items: center;
    color: beige;
    font-size: 11px;
    box-shadow: 0 0 15px rgba(183, 65, 14, 0.6);
    pointer-events: none;
    gap: 4px;
}

.wd-slider-handle-button span {
    font-size: 8px;
}

/* Transformation key list */
.wd-transform-improvements {
    background: rgba(20, 20, 25, 0.5);
    border: 1px solid rgba(245, 245, 220, 0.05);
    border-radius: 20px;
    padding: 30px;
}

.wd-improvement-header {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #B7410E;
    font-weight: 700;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(245, 245, 220, 0.08);
    padding-bottom: 10px;
}

.wd-improvement-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.wd-improvement-item:last-child {
    margin-bottom: 0;
}

.wd-improvement-icon {
    font-size: 18px;
    color: #B7410E;
}

.wd-improvement-item h4 {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}

.wd-improvement-item p {
    font-size: 13px;
    color: rgba(245, 245, 220, 0.5);
    line-height: 1.5;
}

/* ==========================================================================
   7. DIGITAL EXPERIENCE HIGHLIGHTS (GALLERY GRID)
   ========================================================================== */
.wd-highlights {
    padding: 120px 0;
    background: linear-gradient(180deg, #070707 0%, #0a0a0d 100%);
    border-top: 1px solid rgba(245, 245, 220, 0.05);
}

.wd-gallery-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 50px;
    margin-top: 50px;
    align-items: flex-start;
}

.wd-gallery-controls {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wd-gallery-tab {
    background: rgba(20, 20, 25, 0.4);
    border: 1px solid rgba(245, 245, 220, 0.04);
    border-radius: 16px;
    padding: 20px 25px;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.wd-gallery-tab:hover {
    background: rgba(20, 20, 25, 0.6);
    border-color: rgba(245, 245, 220, 0.1);
}

.wd-gallery-tab.active {
    background: rgba(183, 65, 14, 0.06);
    border-color: #B7410E;
    box-shadow: inset 3px 0 0 #B7410E;
}

.wd-gallery-tab-num {
    font-family: monospace;
    font-size: 16px;
    font-weight: 700;
    color: #B7410E;
    background: rgba(183, 65, 14, 0.08);
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wd-gallery-tab.active .wd-gallery-tab-num {
    background: #B7410E;
    color: #ffffff;
}

.wd-gallery-tab-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
}

.wd-gallery-tab-desc {
    display: block;
    font-size: 12.5px;
    color: rgba(245, 245, 220, 0.5);
    line-height: 1.4;
}

.wd-gallery-tab.active .wd-gallery-tab-desc {
    color: rgba(245, 245, 220, 0.7);
}

/* Gallery Display Monitor */
.wd-gallery-display {
    background: #020204;
    border: 1px solid rgba(245, 245, 220, 0.06);
    border-radius: 24px;
    padding: 30px;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.8);
}

.wd-gallery-panel {
    display: none;
    width: 100%;
    animation: wd-fade-in 0.45s ease forwards;
}

.wd-gallery-panel.active {
    display: block;
}

@keyframes wd-fade-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

/* Interactive browser frame simulator */
.wd-mockup-frame {
    background: #0d0d11;
    border: 1px solid #1e1e24;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5);
}

.wd-mockup-head {
    background: #15151b;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #1e1e24;
}

.wd-mockup-dots {
    display: flex;
    gap: 5px;
}

.wd-mockup-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(245, 245, 220, 0.2);
}

.wd-mockup-dots span:nth-child(1) {
    background: #ff5f56;
}

.wd-mockup-dots span:nth-child(2) {
    background: #ffbd2e;
}

.wd-mockup-dots span:nth-child(3) {
    background: #27c93f;
}

.wd-mockup-url {
    flex: 1;
    background: #070708;
    border-radius: 6px;
    padding: 4px 12px;
    font-size: 11px;
    font-family: monospace;
    color: rgba(245, 245, 220, 0.4);
    text-align: center;
}

.wd-mockup-body {
    padding: 30px;
    background: radial-gradient(circle at 0% 0%, #15151c 0%, #0d0d11 100%);
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wd-panel-info {
    max-width: 450px;
}

.wd-panel-tag {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #B7410E;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
}

.wd-panel-info h3 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.wd-panel-info p {
    font-size: 13.5px;
    color: rgba(245, 245, 220, 0.6);
    line-height: 1.5;
}

.wd-showcase-visual {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.wd-showcase-visual.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.wd-showcase-visual.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.wd-mini-show-card {
    background: rgba(245, 245, 220, 0.02);
    border: 1px solid rgba(245, 245, 220, 0.08);
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    color: beige;
    text-align: center;
}

/* ==========================================================================
   8. PROJECT IMPACT (LARGE KPI CARDS)
   ========================================================================== */
.wd-impact {
    padding: 120px 0;
    background-color: #070707;
    border-top: 1px solid rgba(245, 245, 220, 0.05);
}

.wd-impact-intro {
    font-size: 16px;
    line-height: 1.65;
    color: rgba(245, 245, 220, 0.7);
    max-width: 900px;
}

.wd-outcomes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 50px;
}

.wd-outcome-card {
    position: relative;
    background: linear-gradient(135deg, rgba(20, 20, 25, 0.6) 0%, rgba(10, 10, 12, 0.35) 100%);
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 24px;
    padding: 40px 30px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    z-index: 1;
    backdrop-filter: blur(12px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.wd-outcome-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(180px circle at var(--x, 50%) var(--y, 50%), rgba(183, 65, 14, 0.12), transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
    pointer-events: none;
}

.wd-outcome-card:hover::before {
    opacity: 1;
}

.wd-outcome-card:hover {
    border-color: rgba(183, 65, 14, 0.45);
    background: linear-gradient(135deg, rgba(25, 25, 32, 0.8) 0%, rgba(15, 15, 20, 0.5) 100%);
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.65),
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 0 30px rgba(183, 65, 14, 0.15);
}

.wd-outcome-card-full {
    grid-column: span 3;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    padding: 35px 40px;
}

.wd-outcome-card-full .wd-outcome-card-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.wd-outcome-icon-wrapper {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.4);
    flex-shrink: 0;
}

.wd-outcome-card:hover .wd-outcome-icon-wrapper {
    background: rgba(183, 65, 14, 0.12);
    border-color: rgba(183, 65, 14, 0.4);
    transform: scale(1.12) rotate(6deg);
    box-shadow: 0 12px 24px rgba(183, 65, 14, 0.2);
}

.wd-outcome-svg-icon {
    width: 26px;
    height: 26px;
    transition: transform 0.4s ease;
}

.wd-outcome-card:hover .wd-outcome-svg-icon {
    transform: scale(1.08);
}

.wd-outcome-title {
    display: block;
    font-size: 19px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.wd-outcome-desc {
    font-size: 14.5px;
    color: rgba(245, 245, 220, 0.65);
    line-height: 1.6;
}

/* ==========================================================================
   9. BEYOND WEBSITE DEVELOPMENT
   ========================================================================== */
.wd-beyond {
    background-color: beige;
    color: #070707;
    padding: 120px 0;
    border-bottom: 1px solid rgba(245, 245, 220, 0.05);
    position: relative;
    z-index: 15;
}

.wd-beyond .wd-section-title {
    color: #070707;
}

/* ==========================================================================
   10. PROJECT SUMMARY (DELIVERABLES)
   ========================================================================== */
.wd-summary {
    padding: 20px 0;
    background-color: #070707;
    border-top: 1px solid rgba(245, 245, 220, 0.05);
}

.wd-deliverables-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.wd-deliv-card {
    background: rgba(20, 20, 25, 0.5);
    border: 1px solid rgba(245, 245, 220, 0.04);
    border-radius: 16px;
    padding: 25px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.wd-deliv-card:hover {
    border-color: rgba(183, 65, 14, 0.25);
    background: rgba(20, 20, 25, 0.8);
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.wd-deliv-icon {
    font-size: 24px;
}

.wd-deliv-card span:last-child {
    font-size: 12px;
    font-weight: 600;
    color: rgba(245, 245, 220, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
}

/* ==========================================================================
   11. CLOSING SECTION
   ========================================================================== */
.wd-closing {
    padding: 0px 0;
    background: radial-gradient(100% 100% at 50% 50%, rgba(183, 65, 14, 0.08) 0%, rgba(0, 0, 0, 0) 80%);
}

.wd-closing-card {
    background: linear-gradient(135deg, rgba(20, 20, 25, 0.6) 0%, rgba(10, 10, 12, 0.3) 100%);
    border: 1px solid rgba(183, 65, 14, 0.25);
    border-radius: 30px;
    padding: 60px;
    text-align: center;
    backdrop-filter: blur(15px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.wd-closing-title {
    font-size: clamp(24px, 3.5vw, 42px);
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 25px;
}

.wd-closing-title span {
    color: #B7410E;
}

.wd-closing-desc {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(245, 245, 220, 0.75);
    max-width: 800px;
    margin: 0 auto;
}

/* ==========================================================================
   12. NEXT PROJECT CTA
   ========================================================================== */
.wd-footer-cta {
    background-color: #000000;
    padding: 120px 0;
    border-top: 1px solid rgba(245, 245, 220, 0.05);
    text-align: center;
}

.wd-cta-title {
    font-size: clamp(28px, 4.5vw, 56px);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1.5px;
    max-width: 900px;
    margin: 0 auto 20px;
    line-height: 1.15;
    color: #ffffff;
}

.wd-cta-sub {
    font-size: 18px;
    color: rgba(245, 245, 220, 0.6);
    margin-bottom: 45px;
}

.wd-cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.wd-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 45px;
    background: linear-gradient(135deg, #B7410E 0%, #a0350a 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 100px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    border: 1px solid rgba(183, 65, 14, 0.4);
}

.wd-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(183, 65, 14, 0.4);
}

.wd-cta-btn .arrow {
    transition: transform 0.3s ease;
}

.wd-cta-btn:hover .arrow {
    transform: translateX(4px);
}

.wd-cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    padding: 18px 45px;
    background: transparent;
    color: beige;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 100px;
    border: 1px solid rgba(245, 245, 220, 0.15);
    transition: background 0.3s ease, border-color 0.3s ease;
    text-decoration: none;
}

.wd-cta-btn-secondary:hover {
    background: rgba(245, 245, 220, 0.03);
    border-color: rgba(245, 245, 220, 0.3);
}

/* ==========================================================================
   MOBILE RESPONSIVENESS OVERRIDES
   ========================================================================== */
@media (max-width: 1024px) {
    .wd-hero-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .wd-hero-visual {
        max-width: 500px;
        margin: 0 auto;
    }

    .wd-grid-2 {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .wd-challenge-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .wd-strategy-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .wd-transform-slider-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .wd-gallery-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .wd-outcomes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wd-outcome-card-full {
        grid-column: span 2;
    }

    .wd-deliverables-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .wd-kpi-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wd-deliverables-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wd-outcomes-grid {
        grid-template-columns: 1fr;
    }

    .wd-outcome-card-full {
        grid-column: span 1;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 40px 30px;
    }

    .wd-hero-snapshot-grid {
        grid-template-columns: 1fr;
    }

    .wd-snap-box-full {
        grid-column: span 1;
    }

    .wd-cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .wd-cta-btn,
    .wd-cta-btn-secondary {
        width: 100%;
        justify-content: center;
    }

    .wd-closing-card {
        padding: 35px 20px;
    }

    .wd-floating-stat {
        padding: 8px 12px;
        gap: 8px;
    }

    .wd-float-val {
        font-size: 13px;
    }

    .wd-float-lbl {
        font-size: 8px;
    }

    .stat-1 {
        top: 15%;
        left: -15px;
    }

    .stat-2 {
        top: 50%;
        right: -15px;
        transform: translateY(-50%);
    }

    .stat-3 {
        bottom: 12%;
        left: -10px;
    }

    @media (max-width: 360px) {
        .wd-phone-mockup {
            width: 240px;
            height: 480px;
            border-radius: 30px;
            padding: 8px;
        }

        .wd-phone-notch {
            width: 90px;
            height: 20px;
        }

        .wd-phone-screen {
            border-radius: 22px;
        }

        .stat-1 {
            left: -10px;
        }

        .stat-2 {
            right: -10px;
        }

        .stat-3 {
            left: -5px;
        }
    }
}