/* Packaged Offers Template - Based on SavvySME Design System */

body {
    background: #fff;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 16px !important;
    color: #757575;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* Main Layout Structure */
.main-layout {
    display: flex;
    min-height: 100vh;
}

.left-column {
    width: 66%;
    overflow-y: auto;
    background: #fff;
    padding: 110px 0 0 0;
}

.right-column {
    width: 34%;
    background: #f8f9fa;
    border-left: 1px solid #e5e5e5;
    position: relative;
    right: auto;
    top: auto;
    height: auto;
    overflow-y: auto;
    padding: 110px 0 0 0;
}

/* Header Section - Based on premium page banner */
.packaged-offers-header {
    height: 950px;
    background: #009eeb;
    background: -moz-linear-gradient(left, #009eeb 0%, #3a58b9 100%);
    background: -webkit-linear-gradient(left, #009eeb 0%, #3a58b9 100%);
    background: linear-gradient(to right, #009eeb 0%, #3a58b9 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.packaged-offers-header:after {
    content: '';
    width: 100%;
    height: 600px;
    overflow: hidden;
    transform: skewY(-11deg);
    transform-origin: 0;
    background: rgba(29, 104, 162, 1);
    background: -moz-linear-gradient(135deg, rgb(29, 104, 162) 0%, rgb(19, 51, 104) 100%);
    background: -webkit-linear-gradient(135deg, rgb(29, 104, 162) 0%, rgb(19, 51, 104) 100%);
    background: linear-gradient(135deg, rgb(29, 104, 162) 0%, rgb(19, 51, 104) 100%);
    position: absolute;
    z-index: 15;
    bottom: -300px;
}

.header-content {
    position: relative;
    z-index: 20;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.package-title {
    font-size: 48px;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    margin-bottom: 20px;
}

.package-subtitle {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    font-weight: 400;
}

.package-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.meta-item { text-align: center; }

.meta-value {
    font-size: 32px;
    font-weight: 700;
    color: white;
    display: block;
}

.meta-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.package-tags {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.tag {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.tag.best-for { background: #ff8b26; }

/* Content Wrapper */
.packaged-offers-content {
    position: relative;
    z-index: 25;
    padding: 20px 0;
}

.services-pack-wrapper {
    width: 100%;
    min-height: 600px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(0,0,0,.02), 0 15px 35px rgba(0,0,0,.02), 0 5px 15px rgba(0,0,0,.02);
    font-family: Helvetica, sans-serif;
    position: relative;
    margin-bottom: 100px;
    border-radius: 4px;
    transition: all .3s ease-in-out;
}

.services-pack-content { padding: 40px 15%; }

/* Section Headers */
.section-header {
    color: #a2a2a2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.section-title {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* About the Expert Section */
.expert-section { padding: 60px 0 30px 0; }

.expert-bio {
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.trust-badges { display: flex; gap: 12px 16px; flex-wrap: wrap; margin-top: 10px; margin-right: 0; margin-bottom: 8px; margin-left: 0; }
.trust-badge {
    display: flex; align-items: center; gap: 8px; background: white; padding: 10px 14px; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); border-left: 3px solid #28a745;
    margin: 0;
}
.trust-badge i { color: #28a745; font-size: 16px; }

.intro{ padding: 0 0 60px 0; }

/* Pain Points Section */
.pain-points-section { background: white; padding: 60px 0 30px 0; }
.pain-points-list { list-style: none; padding: 0; }
.pain-points-list li { background: #f8f9fa; padding: 20px; margin: 15px 0; border-radius: 6px; border-left: 4px solid #ff8b26; font-weight: 500; position: relative; padding-left: 50px; }
.pain-points-list li:before { content: "✓"; position: absolute; left: 20px; color: #449d44; font-weight: 700; font-size: 18px; }

/* Methodology Section */
.methodology-section { padding: 60px 0 60px 0; }
.deliverables-section { padding: 20px 0 40px 0; }
.process-steps { background: white; padding: 40px; border-radius: 4px; box-shadow: 0 30px 80px rgba(0,0,0,.02), 0 15px 35px rgba(0,0,0,.02), 0 5px 15px rgba(0,0,0,.02); border: 1px solid #e6e6e6; margin-bottom: 20px; }
.step-item { display: flex; align-items: flex-start; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid #e5e5e5; }
.step-item:last-child { border-bottom: none; margin-bottom: 0; }
.step-number { background: #009eeb; color: white; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; margin-right: 20px; flex-shrink: 0; font-size: 16px; }
.step-content h4 { color: #757575; font-weight: 700; margin: 0 0 10px 0; font-size: 18px; }
.step-content p { color: #757575; margin: 0; font-size: 16px; line-height: 1.5; }
.milestone-payment { background: #e8f4fd; padding: 10px 15px; border-radius: 4px; font-weight: 600; color: #009eeb; margin-top: 10px; display: inline-block; }
.milestone-payment-amount { white-space: nowrap; }
.add-step-container {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e0e0e0;
    display: flex;
    justify-content: flex-start;
}
.add-step-btn {
    background: #009eeb;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 6px rgba(0, 158, 235, 0.3);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}
.add-step-btn i {
    font-size: 16px;
}
.add-step-btn:hover {
    background: #0088d1;
    box-shadow: 0 4px 10px rgba(0, 136, 209, 0.35);
    transform: translateY(-1px);
}
.add-step-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 136, 209, 0.3);
}

/* Proof Section */
.proof-section { background: white; padding: 60px 0; }
.case-study-card { background: #f8f9fa; padding: 40px; border-radius: 8px; margin-bottom: 40px; border-left: 4px solid #009eeb; }
.case-study-metrics { display: flex; gap: 30px; margin: 20px 0; flex-wrap: wrap; }
.metric { 
    text-align: center; 
    width: 100%;
}
.metric-value {
    font-size: 32px;
    font-weight: 700;
    color: #009eeb;
    display: block;
    width: 100%;
    text-align: center;
}
.metric-label {
    font-size: 14px;
    color: #757575;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    text-align: center;
}
.testimonial-card { background: #f8f9fa; color: #333; padding: 40px; border-radius: 8px; text-align: center; border-left: 4px solid #ff8b26; }
.testimonial-quote { font-size: 18px; font-style: italic; margin-bottom: 20px; line-height: 1.6; }
.testimonial-author { border-top: 1px solid #e5e5e5; padding-top: 20px; color: #555; }

.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; }
.gallery-item { border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); position: relative; }
.gallery-item img { width: 100%; height: 200px; object-fit: cover; }
.gallery-item-remove { position: absolute; top: 8px; right: 8px; background: rgba(220,53,69,0.9); color: white; border: none; width: 24px; height: 24px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; transition: all 0.3s ease; opacity: 1; z-index: 10; }
.gallery-item-remove:hover { background: rgba(220,53,69,1); transform: scale(1.1); }
.gallery-section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.gallery-upload-btn { background: #009eeb; color: white; border: none; padding: 10px 20px; border-radius: 6px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; display: flex; align-items: center; gap: 8px; }
.gallery-upload-btn:hover { background: #0088d1; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,158,235,0.3); }

/* Package Terms Section */
.terms-section { background: white; padding: 60px 0; }
.terms-card { background: #f8f9fa; padding: 30px; border-radius: 8px; border-left: 4px solid #ff8b26; }
.terms-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 25px; }
/* Ensure terms list has its own styles, not deliverables */
.terms-card .terms-list { list-style: disc; margin: 0; }
.terms-card .terms-list li { margin-bottom: 10px; }
/* .add-item-btn styles removed */

/* Right Column Styles */
.right-column-content { padding: 40px 30px; display: flex; flex-direction: column; }
.right-column-header { background: #009eeb; background: linear-gradient(135deg, #009eeb 0%, #3a58b9 100%); color: white; padding: 30px; text-align: center; margin: -40px -30px 30px -30px; }
.right-column-header h2 { color: white; font-size: 24px; font-weight: 700; margin-bottom: 10px; }
.right-column-header .meta-value { font-size: 36px; font-weight: 700; color: white; display: block; margin-bottom: 5px; }
.right-column-header .meta-label { font-size: 12px; color: rgba(255,255,255,0.8); text-transform: uppercase; letter-spacing: 1px; }

/* Deliverables Section for Left Column */
.deliverables-list-container { background: white; padding: 40px; border-radius: 4px; box-shadow: 0 30px 80px rgba(0,0,0,.02), 0 15px 35px rgba(0,0,0,.02), 0 5px 15px rgba(0,0,0,.02); border: 1px solid #e6e6e6; margin-bottom: 20px; }
.deliverables-section-left { background: white; padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); margin-bottom: 30px; flex-grow: 1; }
.deliverables-list-left { list-style: none; padding: 0; }
.deliverables-list-left li { padding: 12px 0 12px 25px; position: relative; border-bottom: 1px solid #e5e5e5; color: #757575; font-size: 14px; }
.deliverables-list-left li:before { content: "✓"; position: absolute; left: 0; color: #449d44; font-weight: 700; font-size: 18px; }
.deliverables-list li { margin-bottom: 15px; }
.deliverable-title-left { display: block; font-weight: 600; font-size: 18px; color: #757575; }
.left-section .deliverable-title-left { font-size: 18px; color: #757575; }
.deliverable-desc-left { display: block; font-size: 16px; color: #757575; line-height: 1.4; margin-top: 2px; }
.left-section .deliverable-desc-left { font-size: 16px; color: #757575; }

/* Deliverables Section for Right Column */
.deliverables-section-right { background: white; padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); margin-bottom: 30px; flex-grow: 1; }
.deliverables-section-right h3 { font-size: 20px; color: #000000; }
.deliverables-list-right { list-style: none; padding: 0; }
.deliverables-list-right li { padding: 12px 0 12px 25px; position: relative; border-bottom: 1px solid #e5e5e5; color: #757575; font-size: 14px; }
.deliverable-title-right h3 { display: block; font-weight: 600; color: #2b2b2b; }
.left-section .deliverable-title-right { font-size: 18px; color: #757575; }
.deliverable-desc-right { display: block; font-size: 12px; color: #6b6b6b; line-height: 1.4; margin-top: 2px; }
.left-section .deliverable-desc-right { font-size: 16px; color: #757575; }
.deliverables-list-right li:before { content: "✓"; position: absolute; left: 0; color: #449d44; font-weight: 700; font-size: 16px; }
.deliverables-list-right li:last-child { border-bottom: none; }
.add-ons-section-right { background: #f8f9fa; padding: 20px; border-radius: 6px; margin-top: 20px; border: 1px solid #e6e6e6; }
.add-ons-section-right h4 { font-size: 20px; color: #000000; }
.add-on-item-right { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #e5e5e5; font-size: 14px; }
.add-on-item-right:last-child { border-bottom: none; }
.add-on-price-right { font-weight: 700; color: #009eeb; }

/* CTA Section for Right Column */
.cta-section-right { background: #009eeb; background: linear-gradient(135deg, #009eeb 0%, #3a58b9 100%); color: white; padding: 35px 30px 60px 30px; border-radius: 8px; text-align: center; margin-top: auto; }
.cta-section-right h3 { color: white; font-size: 20px; font-weight: 700; margin-bottom: 15px; }
.cta-section-right p { color: rgba(255,255,255,0.9); font-size: 14px; margin-bottom: 25px; }
.cta-button-right { background: #ff8b26; color: white; border: none; padding: 15px 30px; border-radius: 25px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; transition: all .3s ease; text-decoration: none; display: inline-block; width: 100%; margin: 30px 0; }
.cta-button-right:hover { background: #e07520; color: white; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(255,139,38,0.3); }
.agenda-list-right { background: rgba(255,255,255,0.1); padding: 20px; border-radius: 6px; margin-top: 40px; text-align: left; }
.agenda-list-right h4 { color: white; margin-bottom: 15px; font-size: 16px; }
.agenda-list-right ul { list-style: none; padding: 0; }
.agenda-list-right li { color: rgba(255,255,255,0.9); padding: 6px 0; position: relative; padding-left: 20px; font-size: 13px; }
.agenda-list-right li:before { content: "•"; position: absolute; left: 0; color: #ff8b26; font-weight: 700; }

/* Responsive Design */
@media only screen and (max-width: 992px) {
    .main-layout { flex-direction: column-reverse; }
    .left-column { width: 100%; }
    .right-column { width: 100%; position: relative; height: auto; border-left: none; border-top: 1px solid #e5e5e5; }
    .packaged-offers-header { height: 700px; }
    .package-title { font-size: 36px; }
    .services-pack-content { padding: 40px 10%; }
    .deliverables-section-right { background: white; padding: 30px 10%; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); margin-bottom: 30px; flex-grow: 1; }
    .cta-section-right { background: #009eeb; background: linear-gradient(135deg, #009eeb 0%, #3a58b9 100%); color: white; padding: 30px 10%; border-radius: 8px; text-align: center; margin-top: auto; }
}


@media only screen and (max-width: 768px) {
    /* Reduce top padding on left-column for smaller mobile screens */
    .left-column {
        padding-top: 55px;
    }
    .right-column {
        padding-top: 53px;
    }
    .packaged-offers-header { height: 500px; }
    .package-title { font-size: 28px; padding: 0 20px; }
    .services-pack-content { padding: 30px 5%; }
    .methodology-section .step-item { flex-direction: column; align-items: flex-start; }
    .methodology-section .step-number { margin-right: 0; margin-bottom: 10px; }
    .methodology-section .step-content { width: 100%; }
    .add-ons-section-left .add-on-item-left { flex-direction: column; align-items: flex-start; }
    .add-ons-section-left .add-on-left { width: 100%; }
    .add-on-item-left .add-on-left { width: 100% !important; }
    .add-ons-section-left .add-on-price-left { width: 100%; margin-top: 8px; text-align: left; }
    .package-meta { gap: 20px; }
    .meta-value { font-size: 24px; }
    .case-study-metrics { gap: 15px; }
    .metric-value { font-size: 24px; }
    .gallery-grid { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; }
    .trust-badges { flex-direction: column; gap: 10px; }
    .right-column-content { padding: 20px 15px; }
    .right-column-header { padding: 20px; margin: -20px -15px 20px -15px; }
    .deliverables-section-right { background: white; padding: 30px 5%; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); margin-bottom: 30px; flex-grow: 1; }
    .deliverables-section-left { background: white; padding: 30px 5%; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); margin-bottom: 30px; flex-grow: 1; }
    .cta-section-right { background: #009eeb; background: linear-gradient(135deg, #009eeb 0%, #3a58b9 100%); color: white; padding: 30px 5%; border-radius: 8px; text-align: center; margin-top: auto; }
}

/* Company info */
.company-info { margin-bottom: 30px; }
.company-logo img { width: 100%; object-fit: contain; }

/* Add-ons list styles */
.add-on-item-right { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 0; border-bottom: 1px solid #f0f0f0; }
.add-on-item-right:first-of-type { border-top: 1px solid #f0f0f0; }
.add-on-item-right .add-on-left { display: flex; align-items: center; gap: 10px; flex: 1 1 auto; }
.add-on-left.left-section { width: 80%; }
.add-on-checkbox-right { width: 16px; height: 16px; margin: 0 4px 0 0; }
.add-on-price-right { font-weight: 700; color: #2b2b2b; }
.add-on-label-right { display: inline-block; padding: 2px 5px; border-radius: 12px; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .3px; margin-left: -4px; border: 1px solid transparent; }
.add-on-label-right.popular { background: #fff4e0; color: #8a5500; border-color: #ffd08a; }
.add-on-label-right.recommended { background: #e8fbf5; color: #096a4b; border-color: #8fe1c6; }

/* add-ons section left */
.add-ons-section-left { background: #f8f9fa; padding: 20px; border-radius: 6px; margin-top: 20px; border: 1px solid #e6e6e6; }
.add-ons-section-left h4 { font-weight: 600; font-size: 20px; color: #000000; }
.add-on-title { font-weight: 600; font-size: 16px; }
.add-on-item-left { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #e5e5e5; width: 100%; }
.add-on-item-left:last-child { border-bottom: none; }
.add-on-item-left .add-on-left { width: 75%; }
.add-on-price-left { font-weight: 700; color: #000; }
.add-on-left { display: flex; align-items: center; gap: 10px; }
.add-on-content { display: flex; flex-direction: column; gap: 5px; }
.add-on-title { font-weight: 600; color: #2b2b2b; }
.add-on-desc { font-size: 16px; color: #6b6b6b; line-height: 1.4; }
.add-on-label-left { display: inline-block; padding: 2px 5px; border-radius: 12px; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .3px; margin-left: -4px; border: 1px solid transparent; }
.add-on-label-left.popular { background: #fff4e0; color: #8a5500; border-color: #ffd08a; }
.add-on-label-left.recommended { background: #e8fbf5; color: #096a4b; border-color: #8fe1c6; }

/* Gallery Section */
.gallery-section { margin-top: 80px; }

/* Case Study Selector */
.case-study-selector { position: relative; display: inline-block; margin-bottom: 20px; }
.case-study-btn { background: #009eeb; color: white; border: none; padding: 10px 20px; border-radius: 6px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; display: flex; align-items: center; gap: 8px; }
.case-study-btn:hover { background: #0088d1; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,158,235,0.3); }
.case-study-dropdown { position: absolute; top: 100%; right: 0; background: white; border: 1px solid #e5e5e5; border-radius: 6px; box-shadow: 0 4px 20px rgba(0,0,0,0.15); min-width: 250px; z-index: 1000; display: none; max-height: 300px; overflow-y: auto; }
.case-study-dropdown.show { display: block; }
.case-study-item { padding: 12px 16px; cursor: pointer; border-bottom: 1px solid #f0f0f0; transition: background-color 0.2s ease; display: flex; justify-content: space-between; align-items: center; }
.case-study-item:last-child { border-bottom: none; }
.case-study-item:hover { background: #f8f9fa; }
.case-study-item.selected { background: #e8f4fd; color: #009eeb; }
.case-study-title { font-weight: 600; font-size: 14px; color: #333; }
.case-study-meta { font-size: 12px; color: #666; margin-top: 2px; }
.case-study-id { background: #009eeb; color: white; padding: 2px 6px; border-radius: 3px; font-size: 10px; font-weight: 700; }
.proof-section-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; gap: 20px; }
.proof-section-title { flex: 1; }

/* Image Upload Modal */
.image-upload-modal { display: none; position: fixed; z-index: 10000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); backdrop-filter: blur(5px); }
.image-upload-modal.show { display: flex !important; align-items: center; justify-content: center; padding: 20px; }
.modal-content { background: white; border-radius: 12px; padding: 30px; max-width: 500px; width: 90%; max-height: 80vh; overflow-y: auto; box-shadow: 0 20px 60px rgba(0,0,0,0.3); position: relative; }
.modal-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #e5e5e5; }
.modal-title { font-size: 20px; font-weight: 700; color: #333; margin: 0; }
.modal-close { background: none; border: none; font-size: 24px; color: #999; cursor: pointer; padding: 0; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: all 0.2s ease; }
.modal-close:hover { background: #f5f5f5; color: #333; }
.upload-area { border: 2px dashed #009eeb; border-radius: 8px; padding: 40px 20px; text-align: center; background: #f8f9fa; transition: all 0.3s ease; cursor: pointer; margin-bottom: 20px; }
.upload-area:hover { border-color: #0088d1; background: #e8f4fd; }
.upload-area.dragover { border-color: #28a745; background: #d4edda; }
.upload-icon { font-size: 48px; color: #009eeb; margin-bottom: 15px; }
.upload-text { font-size: 16px; color: #333; margin-bottom: 8px; font-weight: 600; }
.upload-subtext { font-size: 14px; color: #666; }
.file-input { display: none; }
.preview-container { margin-bottom: 20px; text-align: center; }
.preview-image { max-width: 100%; max-height: 200px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.modal-actions { display: flex; gap: 10px; justify-content: flex-end; }
.btn-modal { padding: 10px 20px; border: none; border-radius: 6px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; }
.btn-modal-primary { background: #009eeb; color: white; }
.btn-modal-primary:hover { background: #0088d1; transform: translateY(-1px); }
.btn-modal-secondary { background: #6c757d; color: white; }
.btn-modal-secondary:hover { background: #5a6268; }
.btn-modal:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.upload-progress { margin-top: 15px; display: none; }
.progress-bar { width: 100%; height: 8px; background: #e5e5e5; border-radius: 4px; overflow: hidden; }
.progress-fill { height: 100%; background: #009eeb; width: 0%; transition: width 0.3s ease; }
.progress-text { font-size: 12px; color: #666; margin-top: 5px; }

/* Image Upload Button */
.image-upload-btn { position: absolute; top: 10px; right: 10px; background: rgba(0,0,0,0.7); color: white; border: none; padding: 8px 12px; border-radius: 6px; font-size: 12px; cursor: pointer; opacity: 1; transition: all 0.3s ease; z-index: 10; }
.image-upload-btn:hover { background: rgba(0,0,0,0.9); transform: translateY(-1px); }
.featured-business-image { position: relative; display: inline-block; }

/* Editable */
.editable { position: relative; display: inline-block; }
.editable__btn { position: relative; top: -0.05em; margin-right: 10px; margin-left: 10px; background: none; border: 0; cursor: pointer; opacity: 0.6; }
.editable__btn:hover { opacity: 1; }
.editable[contenteditable="true"] { outline: 2px dashed #9aa7b2; outline-offset: 2px; }
.editable__btn i { font-size: 16px; }
.editable__btn .bi-check-lg { font-size: 22px; color: #5cb85c; }
.editable__btn .bi-x { margin-right: 8px; font-size: 24px; color: #ff0000; }
.editable_block { display: block !important; }
/* Placeholder text color */
.editable__text.placeholder-text { color: #9aa7b2; }



/* ==============================
   Moved from views/product/view.php <style> block
   ============================== */
.sticky-status-bar{
    position: fixed;
    top: 117px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background: #ffffff;
    border-bottom: 1px solid #e9ecef;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    padding: 14px 20px;
    box-sizing: border-box;
}
.sticky-status-bar:after{ content:""; display: table; clear: both; }
.sticky-status-bar .status-left{ float:left; }
.sticky-status-bar .status-right{ float:right; }
.sticky-status-bar .status-title{ font-weight:700; margin-bottom: 6px; color: #d9534f;}
.sticky-status-bar .status-list{ margin:0; padding-left: 18px; }
.sticky-status-bar .status-list li{ cursor:pointer; color:#007bff; }
.sticky-status-bar .status-list li:hover{ text-decoration: underline; }
@media (max-width: 768px){
  .sticky-status-bar{ padding:12px 15px; }
  .sticky-status-bar .status-left, .sticky-status-bar .status-right{ float:none; }
  .sticky-status-bar .status-right{ margin-top:8px; text-align:left; }
}
@media (min-width: 993px){
  /* Align status-left with content sections on desktop (content has 15% left padding) */
  #poStickyBar .status-left{ margin-left: 10%; }
}

/* Page headline typography */
#headline h1{ font-size: 30px; font-weight: 700; color: #000; line-height: 1.2; margin-bottom: 12px; }
#headline h2{ font-size: 20px; font-weight: 700; color: #333; line-height: 1.3; margin-bottom: 16px; }

/* Deliverables summary title typography */
.deliverables-section h3[data-field="deliverables:summary_title"],
.deliverables-section-right h3[data-field="deliverables:summary_title"]{
    font-size: 20px;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
    margin-top: 16px;
    margin-bottom: 20px;
}

/* Featured business image empty state (replicated) */
.featured-business-image{ position: relative; display:block; width:100%; height: 360px; overflow: hidden; }
.featured-business-image img.banner-premium{ width: 100% !important; height: 100% !important; object-fit: cover; object-position: center; display: block; }
.banner-empty{ display:block; width:100%; height:0; padding-top:56%; border-radius:8px; background:#f5f7fa; border:1px dashed #cfd8dc; position:relative; }
.banner-empty-text{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); color:#90a4ae; font-weight:600; font-size:14px; text-align:center; padding:0 16px; }
/* Company logo square and details badges placement */
.company-logo{ position: relative; }
.company-logo img{ width:100%; aspect-ratio:1 / 1; object-fit:cover; border-radius:8px; }
.company-details .trust-badges{ margin-top:10px; }
/* Submit button disabled state (grey) */
#poSubmitBtn.disabled,
#poSubmitBtn.disabled:hover,
#poSubmitBtn.disabled:focus{
    background-color: #bdbdbd !important; /* medium grey */
    border-color: #b0b0b0 !important;
    color: #ffffff !important;
    cursor: not-allowed;
}
/* Missing list - red and bold */
#poMissingList,
#poMissingList li{
    color: #d9534f; /* Bootstrap danger red */
    font-weight: 700;
}
#poMissingList .missing-item-icon{ color: #ff0000; margin-right: 6px; font-size: 16px; }
/* When sticky wrap is present, offset main layout only */
#po-sticky-wrap + .main-layout{
    position: relative;
    margin-top: 0; /* Will be set dynamically via JavaScript */
    transition: margin-top 0.2s ease;
}
#po-sticky-wrap + .main-layout .right-column{
    top: auto;
    height: auto;
}
/* CTA sticky on desktop, stays below header */
.cta-section-right{ transition: transform .2s ease; }
@media (min-width: 992px){
  .cta-section-right{ position: static; }
  .cta-section-right.cta-sticky-on{ position: sticky; top: var(--cta-top, 140px); z-index: 2; }
  .cta-section-right.cta-fixed-on{ position: fixed; top: var(--cta-top, 140px); z-index: 3; }
}