/**
 * NESTPRO - Inner Page Styles
 */

/* ============================================
   ABOUT PAGE
   ============================================ */
.about-hero {
    position: relative;
    padding: 160px 0 80px;
    background: var(--gradient-luxury);
    text-align: center;
    overflow: hidden;
}

.about-story {
    padding: var(--space-section) 0;
    position: relative;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
    overflow: hidden;
}

.about-story-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 60px;
    align-items: center;
}

.about-story-image {
    position: relative;
    z-index: 1;
}

.about-img-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(10, 22, 40, 0.12);
    border: 1px solid rgba(232, 106, 42, 0.15);
}

.about-img-wrapper img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-img-wrapper:hover img {
    transform: scale(1.03);
}

.about-image-accent {
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 70%;
    height: 70%;
    border: 2px dashed var(--primary);
    border-radius: 28px;
    opacity: 0.35;
    z-index: -1;
    pointer-events: none;
}

/* Glassmorphism Floating Badge */
.about-story-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: rgba(10, 22, 40, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    color: var(--white);
    transition: transform 0.3s ease;
}

.about-story-badge:hover {
    transform: translateY(-4px);
}

.about-story-badge .badge-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    flex-shrink: 0;
}

.about-story-badge .badge-title {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--white);
    line-height: 1.2;
}

.about-story-badge .badge-subtitle {
    display: block;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Content Area */
.story-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(232, 106, 42, 0.08);
    border: 1px solid rgba(232, 106, 42, 0.2);
    border-radius: 30px;
    margin-bottom: 16px;
}

.story-tag-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 8px var(--primary);
    animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.3); }
}

.story-tag-text {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--primary);
    text-transform: uppercase;
}

.story-heading {
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
    line-height: 1.25;
    margin-bottom: 20px;
    text-align: left;
}

.story-lead-box {
    position: relative;
    padding-left: 20px;
    border-left: 4px solid var(--primary);
    margin-bottom: 24px;
}

.story-lead-box .lead {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--navy);
    font-weight: 500;
    margin-bottom: 0;
}

/* Narrative Cards */
.story-timeline-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
}

.story-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    background: var(--white);
    border: 1px solid rgba(10, 22, 40, 0.06);
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.story-card:hover {
    border-color: rgba(232, 106, 42, 0.3);
    box-shadow: 0 8px 24px rgba(232, 106, 42, 0.08);
    transform: translateX(4px);
}

.story-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(232, 106, 42, 0.1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.story-card-body h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 4px;
}

.story-card-body p {
    font-size: 0.85rem;
    line-height: 1.55;
    color: var(--text-light);
    margin: 0;
}

/* Pillar Pills */
.story-pillars {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.pillar-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: #F0F4F8;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--navy);
    transition: background 0.2s ease, color 0.2s ease;
}

.pillar-pill:hover {
    background: var(--navy);
    color: var(--white);
}

.pillar-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
}

/* Responsive Highlights / Metrics Grid */
.about-highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--mid-grey);
}

.about-highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 10px;
    background: var(--white);
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
}

.about-highlight-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    border-color: rgba(232, 106, 42, 0.3);
}

.highlight-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(232, 106, 42, 0.1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.highlight-data {
    display: flex;
    flex-direction: column;
}

.highlight-number {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 800;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
}

.highlight-text {
    font-size: 0.7rem;
    color: var(--text-light);
    font-weight: 600;
    line-height: 1.2;
}

/* Timeline */
.timeline {
    position: relative;
    padding: 40px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--mid-grey);
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    justify-content: flex-end;
    padding: 0 0 40px;
    width: 50%;
    position: relative;
}

.timeline-item:nth-child(even) {
    align-self: flex-end;
    justify-content: flex-start;
    margin-left: 50%;
    padding-left: 40px;
}

.timeline-item:nth-child(odd) {
    padding-right: 40px;
}

.timeline-item::after {
    content: '';
    position: absolute;
    top: 5px;
    width: 16px;
    height: 16px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    border: 3px solid var(--white);
    box-shadow: var(--shadow-sm);
}

.timeline-item:nth-child(odd)::after {
    right: -8px;
}

.timeline-item:nth-child(even)::after {
    left: -8px;
}

.timeline-content {
    background: var(--white);
    padding: 24px;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-card);
    max-width: 400px;
}

.timeline-year {
    font-family: var(--font-heading);
    font-size: var(--fs-xl);
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 8px;
}

.timeline-content h4 {
    font-size: var(--fs-md);
    margin-bottom: 8px;
}

.timeline-content p {
    font-size: var(--fs-sm);
    margin: 0;
}

/* Vision Mission */
.vm-section {
    padding: var(--space-section) 0;
    background: var(--light-grey);
}

.vm-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.vm-card {
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: 40px;
    text-align: center;
    box-shadow: var(--shadow-card);
    transition: all var(--transition);
    position: relative;
    overflow: hidden;
}

.vm-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
}

.vm-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.vm-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--primary-rgb), 0.08);
    border-radius: var(--radius-xl);
    font-size: 32px;
    color: var(--primary);
    transition: all var(--transition);
}

.vm-card:hover .vm-icon {
    background: var(--gradient-primary);
    color: var(--white);
    transform: rotate(10deg) scale(1.1);
}

.vm-card h3 {
    font-size: var(--fs-xl);
    margin-bottom: 12px;
}

.vm-card p {
    font-size: var(--fs-sm);
    line-height: 1.8;
    margin: 0;
}

/* Awards */
.awards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 24px;
}

.award-card {
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: 30px;
    text-align: center;
    border: 1px solid var(--mid-grey);
    transition: all var(--transition);
}

.award-card:hover {
    border-color: transparent;
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}

.award-icon {
    font-size: 40px;
    margin-bottom: 12px;
}

.award-card h4 {
    font-size: var(--fs-base);
    margin-bottom: 4px;
}

.award-card p {
    font-size: var(--fs-sm);
    color: var(--text-light);
    margin: 0;
}

/* ============================================
   SERVICES PAGE
   ============================================ */
.services-hero {
    position: relative;
    padding: 160px 0 80px;
    background: var(--gradient-luxury);
    text-align: center;
    overflow: hidden;
}

.services-layout {
    padding: var(--space-section) 0;
}

.services-layout-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
}

.services-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.sidebar-filter {
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: 24px;
    box-shadow: var(--shadow-card);
}

.sidebar-filter h4 {
    font-size: var(--fs-md);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--mid-grey);
}

.sidebar-filter-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sidebar-filter-list::-webkit-scrollbar {
    width: 4px;
}

.sidebar-filter-list::-webkit-scrollbar-track {
    background: var(--light-grey);
    border-radius: 4px;
}

.sidebar-filter-list::-webkit-scrollbar-thumb {
    background: var(--mid-grey);
    border-radius: 4px;
}

.sidebar-filter-list::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}

.sidebar-filter-btn {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 14px;
    font-family: var(--font-accent);
    font-size: 13px;
    font-weight: 500;
    color: var(--text);
    background: transparent;
    border-radius: var(--radius-md);
    transition: all var(--transition-fast);
    cursor: pointer;
    border: none;
}

.sidebar-filter-btn:hover,
.sidebar-filter-btn.active {
    background: rgba(var(--primary-rgb), 0.08);
    color: var(--primary);
    padding-left: 20px;
}

.services-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

/* Service Detail */
.service-detail-hero {
    position: relative;
    padding: 140px 0 60px;
    background: var(--gradient-luxury);
    overflow: hidden;
}

.service-detail-hero .banner-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.15;
}

.service-detail-content {
    padding: var(--space-section) 0;
}

.service-detail-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
}

.service-detail-main h3 {
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--light-grey);
}

.service-feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 20px 0;
}

.service-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: var(--light-grey);
    border-radius: var(--radius-md);
    font-size: var(--fs-sm);
    color: var(--navy);
}

.service-feature-item::before {
    content: '✓';
    color: var(--primary);
    font-weight: 700;
    flex-shrink: 0;
}

.service-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.service-sidebar-card {
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: 28px;
    box-shadow: var(--shadow-card);
    margin-bottom: 24px;
}

.service-sidebar-card h4 {
    font-size: var(--fs-md);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--mid-grey);
}

/* ============================================
   PROJECTS PAGE
   ============================================ */
.projects-hero {
    position: relative;
    padding: 160px 0 80px;
    background: var(--gradient-luxury);
    text-align: center;
    overflow: hidden;
}

.projects-layout {
    padding: var(--space-section) 0;
}

.projects-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.projects-toolbar .project-filters {
    margin: 0;
}

.projects-search {
    display: flex;
    gap: 12px;
}

.projects-search input {
    padding: 10px 18px;
    background: var(--light-grey);
    border: 2px solid transparent;
    border-radius: var(--radius-pill);
    font-size: var(--fs-sm);
    width: 250px;
    transition: all var(--transition);
}

.projects-search input:focus {
    border-color: var(--primary);
    background: var(--white);
}

.projects-main-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Project Detail */
.project-detail-hero {
    position: relative;
    padding: 140px 0 60px;
    background: var(--gradient-luxury);
    overflow: hidden;
}

.project-detail-hero .banner-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.25;
}

.project-gallery-section {
    padding: var(--space-section) 0;
}

.project-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.project-gallery-item {
    border-radius: var(--radius-lg);
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 4/3;
}

.project-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition);
}

.project-gallery-item:hover img {
    transform: scale(1.05);
}

.project-gallery-item:first-child {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.project-info-section {
    padding: var(--space-section) 0;
    background: var(--light-grey);
}

.project-info-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
}

.project-info-card {
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: 32px;
    box-shadow: var(--shadow-card);
}

.project-info-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.project-info-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid var(--light-grey);
}

.project-info-item .label {
    font-family: var(--font-accent);
    font-weight: 600;
    color: var(--navy);
    font-size: var(--fs-sm);
}

.project-info-item .value {
    color: var(--text-light);
    font-size: var(--fs-sm);
    text-align: right;
}

/* Before/After Slider */
.before-after-section {
    padding: var(--space-section) 0;
}

.before-after-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.before-after-container img {
    width: 100%;
    display: block;
}

.before-after-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--white);
    cursor: ew-resize;
    z-index: 10;
    left: 50%;
}

.before-after-slider::before {
    content: '⟨ ⟩';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: var(--white);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-md);
    font-size: 14px;
    color: var(--navy);
    letter-spacing: 2px;
}

/* ============================================
   GALLERY PAGE
   ============================================ */
.gallery-layout {
    padding: var(--space-section) 0;
}

.gallery-filters {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.gallery-item {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 4/3;
    background: var(--light-grey);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-item-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(var(--navy-rgb), 0.85), transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 20px;
    opacity: 0;
    transition: opacity var(--transition);
}

.gallery-item:hover .gallery-item-overlay {
    opacity: 1;
}

.gallery-item-overlay span {
    color: var(--white);
    font-family: var(--font-accent);
    font-weight: 600;
    font-size: var(--fs-sm);
}

/* Lightbox */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: var(--z-modal);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.lightbox.active {
    display: flex;
}

.lightbox img {
    max-width: 90%;
    max-height: 90vh;
    border-radius: var(--radius-lg);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-full);
    color: var(--white);
    font-size: 24px;
    cursor: pointer;
    transition: all var(--transition-fast);
    border: none;
}

.lightbox-close:hover {
    background: var(--primary);
}

/* ============================================
   CONTACT PAGE
   ============================================ */
.contact-layout {
    padding: var(--space-section) 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.contact-info-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 30px;
}

.contact-info-card {
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: 24px;
    box-shadow: var(--shadow-card);
    transition: all var(--transition);
    text-align: center;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.contact-info-card .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--primary-rgb), 0.08);
    border-radius: var(--radius-lg);
    color: var(--primary);
    font-size: 22px;
}

.contact-info-card h5 {
    font-size: var(--fs-sm);
    margin-bottom: 4px;
}

.contact-info-card p {
    font-size: var(--fs-xs);
    color: var(--text-light);
    margin: 0;
}

.contact-map {
    border-radius: var(--radius-xl);
    overflow: hidden;
    height: 300px;
    box-shadow: var(--shadow-card);
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.contact-form-section {
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: 40px;
    box-shadow: var(--shadow-card);
}

.contact-form-section h3 {
    margin-bottom: 24px;
}

/* ============================================
   CAREER PAGE
   ============================================ */
.career-layout {
    padding: var(--space-section) 0;
}

.career-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.job-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.job-card {
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: 24px;
    border: 1px solid var(--mid-grey);
    transition: all var(--transition);
    cursor: pointer;
}

.job-card:hover,
.job-card.active {
    border-color: var(--primary);
    box-shadow: var(--shadow-card);
}

.job-card h4 {
    font-size: var(--fs-md);
    margin-bottom: 8px;
}

.job-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.job-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: var(--fs-xs);
    color: var(--text-light);
}

.job-card .badge {
    margin-right: 8px;
}

.job-detail {
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: 32px;
    box-shadow: var(--shadow-card);
    position: sticky;
    top: 100px;
}

.job-detail h3 {
    margin-bottom: 8px;
}

.apply-form {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 2px solid var(--light-grey);
}

/* ============================================
   VENDOR REGISTRATION
   ============================================ */
.vendor-layout {
    padding: var(--space-section) 0;
}

.vendor-form-container {
    max-width: 800px;
    margin: 0 auto;
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: 40px;
    box-shadow: var(--shadow-card);
}

/* Multi-step form */
.step-indicator {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 40px;
    position: relative;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
}

.step-item::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 50%;
    right: -50%;
    height: 2px;
    background: var(--mid-grey);
}

.step-item:last-child::before {
    display: none;
}

.step-item.active::before,
.step-item.completed::before {
    background: var(--gradient-primary);
}

.step-number {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-full);
    background: var(--light-grey);
    border: 2px solid var(--mid-grey);
    font-family: var(--font-accent);
    font-weight: 700;
    font-size: 14px;
    color: var(--grey);
    position: relative;
    z-index: 2;
    transition: all var(--transition);
}

.step-item.active .step-number,
.step-item.completed .step-number {
    background: var(--gradient-primary);
    border-color: transparent;
    color: var(--white);
}

.step-label {
    font-family: var(--font-accent);
    font-size: 12px;
    font-weight: 600;
    color: var(--grey);
    margin-top: 8px;
    text-align: center;
}

.step-item.active .step-label {
    color: var(--primary);
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.step-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid var(--light-grey);
}

/* ============================================
   BLOG PAGE
   ============================================ */
.blog-layout {
    padding: var(--space-section) 0;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-card {
    background: var(--white);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: all var(--transition);
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.blog-card-image {
    height: 200px;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-card-body {
    padding: 24px;
}

.blog-card-meta {
    display: flex;
    gap: 16px;
    font-size: var(--fs-xs);
    color: var(--grey);
    margin-bottom: 12px;
}

.blog-card-body h4 {
    font-size: var(--fs-lg);
    margin-bottom: 8px;
    line-height: 1.4;
}

.blog-card-body p {
    font-size: var(--fs-sm);
    color: var(--text-light);
    margin-bottom: 16px;
}

/* Blog Detail */
.blog-detail-content {
    max-width: 800px;
    margin: 0 auto;
    padding: var(--space-section) 0;
}

.blog-detail-content img {
    width: 100%;
    border-radius: var(--radius-xl);
    margin: 30px 0;
}

.blog-detail-content h2,
.blog-detail-content h3 {
    margin: 30px 0 16px;
}

.blog-detail-content p {
    font-size: var(--fs-md);
    line-height: 1.9;
    margin-bottom: 20px;
}

/* ============================================
   SEARCH PAGE
   ============================================ */
.search-layout {
    padding: var(--space-section) 0;
    max-width: 800px;
    margin: 0 auto;
}

.search-input-wrapper {
    position: relative;
    margin-bottom: 40px;
}

.search-input-wrapper input {
    width: 100%;
    padding: 18px 24px 18px 56px;
    font-size: var(--fs-lg);
    background: var(--white);
    border: 2px solid var(--mid-grey);
    border-radius: var(--radius-pill);
    transition: all var(--transition);
    box-shadow: var(--shadow-md);
}

.search-input-wrapper input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(var(--primary-rgb), 0.1), var(--shadow-lg);
}

.search-input-wrapper .search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--grey);
}

.search-results {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.search-result-item {
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: 24px;
    border: 1px solid var(--mid-grey);
    transition: all var(--transition);
}

.search-result-item:hover {
    border-color: var(--primary);
    box-shadow: var(--shadow-card);
}

.search-result-item .type {
    font-family: var(--font-accent);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 4px;
}

.search-result-item h4 {
    font-size: var(--fs-md);
    margin-bottom: 6px;
}

.search-result-item p {
    font-size: var(--fs-sm);
    color: var(--text-light);
    margin: 0;
}

/* ============================================
   POLICY PAGES
   ============================================ */
.policy-content {
    max-width: 800px;
    margin: 0 auto;
    padding: var(--space-section) 0;
}

.policy-content h2 {
    font-size: var(--fs-2xl);
    margin: 40px 0 16px;
}

.policy-content h3 {
    font-size: var(--fs-xl);
    margin: 30px 0 12px;
}

.policy-content p {
    font-size: var(--fs-base);
    line-height: 1.9;
    margin-bottom: 16px;
}

.policy-content ul {
    padding-left: 24px;
    margin-bottom: 16px;
}

.policy-content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    color: var(--text-light);
    line-height: 1.8;
}

.policy-content ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 700;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .about-story-grid,
    .contact-grid,
    .career-grid,
    .service-detail-grid,
    .project-info-grid {
        grid-template-columns: 1fr;
    }
    
    .services-layout-grid {
        grid-template-columns: 1fr;
    }
    
    .services-sidebar {
        position: static;
    }
    
    .vm-grid {
        grid-template-columns: 1fr;
    }
    
    .projects-main-grid,
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .timeline::before {
        left: 20px;
    }
    
    .timeline-item,
    .timeline-item:nth-child(even) {
        width: 100%;
        margin-left: 0;
        padding-left: 60px;
        padding-right: 0;
    }
    
    .timeline-item::after,
    .timeline-item:nth-child(odd)::after,
    .timeline-item:nth-child(even)::after {
        left: 12px;
        right: auto;
    }
}

@media (max-width: 768px) {
    .projects-main-grid,
    .blog-grid,
    .services-list,
    .gallery-grid,
    .project-gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-info-cards {
        grid-template-columns: 1fr;
    }
    
    .service-feature-list {
        grid-template-columns: 1fr;
    }
    
    .projects-toolbar {
        flex-direction: column;
        align-items: stretch;
    }
    
    .vendor-form-container {
        padding: 24px;
    }
}

/* About Story Responsive */
@media (max-width: 1199px) {
    .about-highlights {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .about-img-wrapper img {
        height: 420px;
    }
    .story-heading {
        font-size: 1.9rem;
    }
}

@media (max-width: 600px) {
    .about-img-wrapper img {
        height: 320px;
    }
    
    .about-story-badge {
        bottom: 14px;
        left: 14px;
        right: 14px;
        padding: 10px 14px;
    }
    
    .about-story-badge .badge-icon {
        width: 36px;
        height: 36px;
    }
    
    .about-story-badge .badge-title {
        font-size: 0.95rem;
    }
    
    .about-highlights {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .about-highlight-item {
        padding: 10px 8px;
        gap: 8px;
    }
    
    .highlight-icon {
        width: 30px;
        height: 30px;
    }
    
    .highlight-number {
        font-size: 1.1rem;
    }
    
    .highlight-text {
        font-size: 0.65rem;
    }

    .story-card {
        padding: 12px;
        gap: 12px;
    }
}
