/* ==========================================
   1. STRUCTURAL GLOBAL FRAMEWORK & CONTAINERS
   ========================================== */
.ho-layout-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    box-sizing: border-box;
}
.ho-section-title {
    text-align: center;
    font-size: 2.2rem;
    color: #0b1a30;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .ho-layout-container { padding: 40px 0; }
    .ho-section-title { font-size: 1.8rem; margin-bottom: 25px; }
}

/* ==========================================
   2. REFINED GLOWING HERO BLOCK LAYOUT
   ========================================== */
.ho-hero-banner {
    background: #020b18 linear-gradient(145deg, #020b18 40%, #003366 100%);
    color: #ffffff;
    overflow: hidden;
    position: relative;
}
.ho-hero-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.ho-hero-text-block {
    flex: 1;
    max-width: 600px;
}
.ho-hero-tag {
    font-size: 0.85rem;
    letter-spacing: 2px;
    color: #38ef7d;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}
.ho-hero-text-block h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 800;
}
.ho-hero-text-block p {
    font-size: 1.1rem;
    color: #b0c4de;
    line-height: 1.6;
    margin-bottom: 30px;
}
.ho-hero-btn-group {
    display: flex;
    gap: 15px;
}
.ho-btn-green {
    background-color: #28a745;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.3s ease;
}
.ho-btn-green:hover { background-color: #218838; }
.ho-btn-outline {
    border: 2px solid #28a745;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}
.ho-btn-outline:hover { background-color: #28a745; }

/* The integrated CSS neon cloud representation */
.ho-hero-graphic-block {
    flex: 1;
    height: 380px;
    background: radial-gradient(circle, rgba(0,86,179,0.3) 0%, rgba(0,0,0,0) 70%), url('https://icore.digital/wp-content/uploads/2025/10/iCore.digital-technology.webp') no-repeat center right;
    background-size: contain;
    filter: drop-shadow(0 0 30px rgba(0,86,179,0.5));
}
@media screen and (max-width: 992px) {
    .ho-hero-flex { flex-direction: column; text-align: center; }
    .ho-hero-text-block { max-width: 100%; }
    .ho-hero-btn-group { justify-content: center; }
    .ho-hero-graphic-block { width: 100%; height: 280px; }
    .ho-hero-text-block h1 { font-size: 2.2rem; }
}

/* ==========================================
   3. CONFIDENCE ASSURANCE COMPLIANCE TILES
   ========================================== */
.ho-confidence-section { background-color: #ffffff; }
.ho-confidence-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.ho-confidence-card {
    text-align: center;
    padding: 20px 10px;
}
.ho-conf-icon i {
    font-size: 2.5rem;
    color: #0056b3;
    margin-bottom: 15px;
}
.ho-confidence-card h3 {
    font-size: 1.1rem;
    color: #0b1a30;
    margin: 10px 0;
}
.ho-confidence-card p {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.4;
    margin: 0;
}
@media screen and (max-width: 992px) {
    .ho-confidence-grid { grid-template-columns: repeat(3, 1fr); }
}
@media screen and (max-width: 576px) {
    .ho-confidence-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ==========================================
   4. TRANSPARENT PRICING CARDS LAYOUT
   ========================================== */
.ho-pricing-section {
    background-color: #f8f9fa;
    text-align: center;
}
.ho-pricing-tag {
    font-size: 0.8rem;
    color: #0056b3;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}
.ho-section-subtitle {
    font-size: 1.05rem;
    color: #495057;
    margin-bottom: 50px;
    margin-top: -30px;
}
.ho-pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    align-items: stretch;
}
.ho-price-card {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
    transition: transform 0.3s ease;
}
.ho-price-card:hover { transform: translateY(-4px); }

/* Standout Feature Framework for Business Package */
.ho-featured-plan {
    border: 2px solid #000066;
    box-shadow: 0 10px 30px rgba(0,0,102,0.1);
}
.ho-badge-wrapper {
    position: absolute;
    top: -14px;
    left: 20px;
}
.ho-best-value {
    background-color: #dc3545;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 50px;
}
.ho-price-header h3 {
    font-size: 1.6rem;
    color: #0b1a30;
    margin: 0 0 10px 0;
}
.ho-price-desc {
    font-size: 0.9rem;
    color: #6c757d;
    height: 40px;
    margin-bottom: 15px;
    line-height: 1.4;
}
.ho-price-amount {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0b1a30;
}
.ho-price-amount span { font-size: 1rem; color: #6c757d; font-weight: 400; }
.ho-billing-cycle {
    font-size: 0.85rem;
    color: #495057;
    line-height: 1.4;
    margin: 10px 0 20px 0;
}
.ho-plan-btn {
    display: block;
    text-align: center;
    background-color: #0b1a30;
    color: #ffffff;
    padding: 12px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 25px;
}
.ho-btn-dark-blue { background-color: #000066; }
.ho-price-features {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #e9ecef;
    padding-top: 20px;
}
.ho-price-features li {
    font-size: 0.9rem;
    color: #495057;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ho-price-features li i { color: #28a745; font-size: 1rem; }
.ho-guarantee-bar {
    margin-top: 40px;
    background-color: #000000;
    color: #ffffff;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 600;
}
@media screen and (max-width: 1200px) {
    .ho-pricing-grid { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 650px) {
    .ho-pricing-grid { grid-template-columns: 1fr; }
}

/* ==========================================
   5. INTERACTIVE ENGAGEMENT CONTACT PANEL
   ========================================== */
.ho-contact-panel-section { background-color: #fdfdfd; }
.ho-panel-title {
    text-align: center;
    font-size: 1.8rem;
    color: #0b1a30;
    margin-bottom: 40px;
}
.ho-flex-panel-grid {
    display: flex;
    gap: 50px;
}
.ho-panel-info-side {
    flex: 1;
}
.ho-panel-info-side h3, .ho-panel-form-side h3 {
    font-size: 1.7rem;
    color: #0b1a30;
    margin-top: 0;
    margin-bottom: 15px;
}
.ho-panel-info-side p {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 25px;
}
.ho-action-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}
.ho-btn-whatsapp {
    background-color: #25d366;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
}
.ho-btn-email {
    background-color: #0056b3;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
}
.ho-support-card-graphic {
    background: #020b18 url('https://icore.digital/wp-content/uploads/2025/10/iCore.digital-technology.webp') no-repeat center right;
    background-size: cover;
    color: #ffffff;
    padding: 30px;
    border-radius: 12px;
}
.ho-graphic-content h4 { font-size: 1.3rem; margin: 0 0 5px 0; color: #ffffff;}
.ho-graphic-content p { color: #38ef7d; font-weight: 600; margin-top: 0; }
.ho-mini-pill-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.ho-mini-pill-grid span {
    font-size: 0.8rem;
    background: rgba(255,255,255,0.1);
    padding: 8px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Capturing Native Form Layout Styles */
.ho-panel-form-side { flex: 1; }
.ho-native-capture-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ho-form-row-2 {
    display: flex;
    gap: 20px;
}
.ho-field-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.ho-field-group label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #495057;
}
.ho-field-group input, .ho-field-group textarea {
    border: 1px solid #ced4da;
    border-radius: 6px;
    padding: 12px;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
}
.ho-form-submit-btn {
    align-self: flex-start;
    background-color: #000066;
    color: #ffffff;
    border: none;
    padding: 14px 30px;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.ho-form-submit-btn:hover { background-color: #0b1a30; }

@media screen and (max-width: 992px) {
    .ho-flex-panel-grid { flex-direction: column; gap: 40px; }
    .ho-form-row-2 { flex-direction: column; gap: 20px; }
}