  /* Global Styles */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    background-color: #ffffff;
  }

.install-section {
    padding: 80px 5%;
    background-color: #ffffff;
    min-height: 70vh;
}

.install-container {
    max-width: 1200px;
    margin: 0 auto;
}

.back-link {
    color: #fcbe29;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: bold;
    transition: color 0.3s;
}

.back-link:hover {
    color: #11212d;
}

.install-section h1 {
    color: #11212d;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 10px;
}

.section-intro {
    color: #444;
    text-align: center;
    margin-bottom: 50px;
    font-size: 1.1rem;
}

.guide-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.guide-box {
    background-color: #fcbe29;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #222;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
     text-align: center;
}


.guide-box img {
   width: 100%;
    height: auto;
    object-fit: fill;
    border-bottom: 1px solid #222;
}

.guide-box h2 {
    color: #11212d;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.guide-box p {
    color: #222;
    line-height: 1.6;
    font-weight: 500;
}

/* Install Guide Buttons */
.install-btn {
    display: inline-block;
    padding: 12px 30px;
    margin: 10px;
    background-color: #0F3D3E;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    align-self: center;
}
.install-btn:hover {
     background: linear-gradient(135deg, #6366f1, #023644);
    color: #000;
}



/* Guide Detail Page Styles */
.guide-content-section {
    padding: 60px 5%;
    background-color: #f4f7f6;
}

.guide-detail-container {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

.guide-header h1 {
    color: #11212d;
    margin-bottom: 20px;
    font-size: 2.2rem;
    text-align: left;
}

.guide-header h1.guide-title-ibo,
.guide-header h1.guide-title-gse,
.guide-header h1.guide-title-apple,
.guide-header h1.guide-title-smarters {
    border-left: 6px solid #fcbe29;
    padding-left: 20px;
    line-height: 1.3;
    background: linear-gradient(to right, #f4f7f6, #ffffff);
    border-radius: 4px;
}

.intro-text {
    font-size: 1.15rem;
    color: #444;
    margin-bottom: 25px;
}

.alert-box {
    background-color: #fff8e1;
    border-left: 5px solid #fcbe29;
    padding: 20px;
    margin-bottom: 40px;
    color: #5d4037;
    border-radius: 4px;
}

.guide-step {
    margin-top: 50px;
}

.guide-step p {
    padding: 7px;
}

.guide-step h2, 
.ibo-step-title, 
.gse-step-title {
    border-bottom: 2px solid #fcbe29;
    padding-bottom: 12px;
    margin-bottom: 30px;
    color: #11212d;
}

.device-block, .setup-option {
    margin-bottom: 35px;
    padding: 25px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background-color: #fff;
}

.device-block h3, .setup-option h3 {
    color: #0F3D3E;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.sub-step {
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 3px solid #f0f0f0;
}

.sub-step h4 {
    color: #11212d;
    margin-bottom: 10px;
}

.device-block ol, .device-block ul, .setup-option ul {
    margin-left: 25px;
    margin-bottom: 15px;
}

code {
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: monospace;
    font-weight: bold;
    color: #e63946;
}

.image-placeholder img {
   width: 100%;
    height: auto;
    object-fit: fill;
    border-radius: 12px; 
    display: block; 
    margin: 20px 0;
}

.recommended {
    border: 2px solid #fcbe29;
    position: relative;
    background-color: #fffdf5;
}

.activation-steps {
    list-style: none;
    padding: 0;
    counter-reset: step-count;
    text-align: left;
}

.activation-steps > li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 45px;
}

.activation-steps > li::before {
    content: counter(step-count);
    counter-increment: step-count;
    position: absolute;
    left: 0;
    top: 0;
    background: #fcbe29;
    color: #11212d;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.highlight-step {
    background: #f0f9ff;
    padding: 15px 15px 15px 60px !important;
    border-radius: 8px;
    border-left: 4px solid #0F3D3E;
}

.price-notice {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px dashed #ccc;
    font-style: italic;
}

.badge {
    position: absolute;
    top: -15px;
    right: 25px;
    background: #fcbe29;
    color: #11212d;
    padding: 4px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .guide-detail-container { padding: 20px 12px; }
    .guide-header h1 { font-size: 1.8rem; }
    .guide-content-section { padding: 25px 5px; }
    .device-block, .setup-option { padding: 15px 10px; }

    /* Fix padding syntax and indentation */
    .activation-steps > li { padding-left: 35px; }

    /* Allow images inside list items to expand to full container width */
    .activation-steps > li .image-placeholder {
        margin-left: -35px;
        width: calc(100% + 35px);
    }

    .image-placeholder img { 
        margin: 15px 0; 
    }

}

@media (max-width: 768px) {
    .install-section h1 { font-size: 2rem; }
}