{"id":396,"date":"2025-11-16T08:18:49","date_gmt":"2025-11-16T07:18:49","guid":{"rendered":"https:\/\/luminvolt.com\/?page_id=396"},"modified":"2026-05-16T11:10:54","modified_gmt":"2026-05-16T03:10:54","slug":"balcon-solar","status":"publish","type":"page","link":"https:\/\/luminvolt.com\/es\/balcon-solar\/","title":{"rendered":"Solar Balcony"},"content":{"rendered":"\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n<style>\n    .product-page * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    .product-page {\n        background: #ffffff;\n        color: #111827;\n    }\n\n    .product-page .bento-container {\n        max-width: 1400px;\n        margin: 0 auto;\n        padding: 60px 20px;\n    }\n\n    .product-page .hero {\n        grid-column: span 12;\n        min-height: 600px;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        align-items: center;\n        text-align: center;\n        position: relative;\n        overflow: hidden;\n        width: 100vw;\n        margin-left: calc(-50vw + 50%);\n        padding: 140px 20px 160px;\n        border-radius: 0;\n    }\n\n    .product-page .hero::after {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background-image: url('https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/girl-watering-flower-with-solar-balconies.webp');\n        background-size: cover;\n        background-position: center;\n        background-repeat: no-repeat;\n        animation: productHeroZoom 20s ease-in-out infinite alternate;\n        z-index: 0;\n    }\n\n    @keyframes productHeroZoom {\n        0% {\n            transform: scale(1);\n        }\n\n        100% {\n            transform: scale(1.05);\n        }\n    }\n\n    .product-page .hero::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background: linear-gradient(135deg, rgba(30, 64, 175, 0.88) 0%, rgba(59, 130, 246, 0.78) 100%);\n        pointer-events: none;\n        z-index: 1;\n    }\n\n    .product-page .hero>* {\n        position: relative;\n        z-index: 2;\n    }\n\n    .product-page .hero-badge {\n        display: inline-block;\n        padding: 10px 24px;\n        background: rgba(255, 255, 255, 0.15);\n        backdrop-filter: blur(10px);\n        border-radius: 50px;\n        color: #ffffff;\n        font-size: 14px;\n        font-weight: 600;\n        text-transform: uppercase;\n        letter-spacing: 1.5px;\n        margin-bottom: 20px;\n        border: 1px solid rgba(255, 255, 255, 0.2);\n    }\n\n    .product-page .hero-title {\n        font-size: clamp(40px, 8vw, 80px);\n        font-weight: 900;\n        line-height: 1.1;\n        margin-bottom: 24px;\n        background: linear-gradient(135deg, #ffffff 0%, #dbeafe 50%, #93c5fd 100%);\n        -webkit-background-clip: text;\n        background-clip: text;\n        -webkit-text-fill-color: transparent;\n        letter-spacing: -0.02em;\n        filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.3));\n        max-width: 1200px;\n    }\n\n    .product-page .hero-subtitle {\n        font-size: 20px;\n        color: #f0f9ff;\n        max-width: 800px;\n        line-height: 1.6;\n        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);\n        margin: 0 auto 32px;\n    }\n\n    .product-page .bento-grid {\n        display: grid;\n        grid-template-columns: repeat(12, 1fr);\n        gap: 20px;\n        margin-bottom: 20px;\n    }\n\n    .product-page .bento-item {\n        background: #ffffff;\n        border-radius: 24px;\n        padding: 40px;\n        position: relative;\n        overflow: hidden;\n        border: 1px solid #e5e7eb;\n        box-shadow: none;\n        transition: all 0.3s ease;\n    }\n\n    .product-page .bento-item:hover {\n        box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);\n        transform: translateY(-2px);\n    }\n\n    .product-page .bento-item::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background: radial-gradient(circle at 50% 0%, rgba(59, 130, 246, 0.03) 0%, transparent 60%);\n        pointer-events: none;\n    }\n\n    .product-page .large {\n        grid-column: span 8;\n        min-height: 450px;\n    }\n\n    .product-page .medium {\n        grid-column: span 4;\n        min-height: 450px;\n    }\n\n    .product-page .small {\n        grid-column: span 4;\n        min-height: 300px;\n    }\n\n    .product-page .full {\n        grid-column: span 12;\n    }\n\n    .product-page .half {\n        grid-column: span 6;\n        min-height: 400px;\n    }\n\n    .product-page .feature-card-enhanced {\n        position: relative;\n    }\n\n    .product-page .feature-card-enhanced .feature-icon {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        width: 90px;\n        height: 90px;\n        border-radius: 22px;\n        background: rgba(255, 255, 255, 0.5);\n        margin-bottom: 28px;\n        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n        position: relative;\n    }\n\n    .product-page .feature-card-enhanced:hover .feature-icon {\n        transform: scale(1.1) rotate(-5deg);\n        background: rgba(255, 255, 255, 0.8);\n        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15);\n    }\n\n    .product-page .feature-card-enhanced .feature-icon i {\n        font-size: 48px;\n        transition: all 0.4s ease;\n    }\n\n    .product-page .feature-card-enhanced:hover .feature-icon i {\n        transform: scale(1.15);\n    }\n\n    .product-page .glow-blue {\n        color: #2563eb;\n    }\n\n    .product-page .glow-blue-bg {\n        background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);\n    }\n\n    .product-page .glow-green {\n        color: #059669;\n    }\n\n    .product-page .glow-green-bg {\n        background: linear-gradient(135deg, #d1fae5 0%, #ecfdf5 100%);\n    }\n\n    .product-page .glow-purple {\n        color: #7c3aed;\n    }\n\n    .product-page .glow-purple-bg {\n        background: linear-gradient(135deg, #e9d5ff 0%, #f5f3ff 100%);\n    }\n\n    .product-page .glow-orange {\n        color: #ea580c;\n    }\n\n    .product-page .glow-orange-bg {\n        background: linear-gradient(135deg, #fed7aa 0%, #ffedd5 100%);\n    }\n\n    .product-page .glow-yellow-bg {\n        background: linear-gradient(135deg, #fef3c7 0%, #fef9e7 100%);\n    }\n\n    .product-page .feature-icon {\n        font-size: 48px;\n        margin-bottom: 24px;\n        display: inline-block;\n    }\n\n    .product-page .feature-title {\n        font-size: 32px;\n        font-weight: 700;\n        margin-bottom: 16px;\n        line-height: 1.2;\n    }\n\n    .product-page .feature-desc {\n        font-size: 16px;\n        color: #6b7280;\n        line-height: 1.6;\n    }\n\n    .product-page .image-container {\n        width: 100%;\n        height: 400px;\n        border-radius: 16px;\n        overflow: hidden;\n        position: relative;\n        box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.2);\n    }\n\n    .product-page .image-container img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        transition: transform 0.6s ease;\n    }\n\n    .product-page .bento-item:hover .image-container img {\n        transform: scale(1.05);\n    }\n\n    .product-page .feature-badge {\n        display: inline-flex;\n        align-items: center;\n        gap: 8px;\n        padding: 8px 16px;\n        border-radius: 8px;\n        font-size: 13px;\n        font-weight: 600;\n        margin: 8px 8px 8px 0;\n    }\n\n    .product-page figure {\n        border-radius: 8px;\n    }\n\n    .product-page .product-gallery-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n        gap: 18px;\n    }\n\n    .product-page .product-gallery-grid figure {\n        margin: 0;\n        background: #ffffff;\n        border: 1px solid #e5e7eb;\n        border-radius: 8px;\n        overflow: hidden;\n    }\n\n    .product-page .product-gallery-grid img {\n        display: block;\n        width: 100%;\n        height: 220px;\n        object-fit: cover;\n    }\n\n    .product-page .product-gallery-grid figcaption {\n        padding: 10px 12px;\n        font-size: 13px;\n        color: #4b5563;\n        line-height: 1.4;\n    }\n\n    @media (max-width: 1024px) {\n\n        .product-page .large,\n        .product-page .medium,\n        .product-page .small,\n        .product-page .half {\n            grid-column: span 12;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .product-page .hero {\n            padding: 80px 20px 100px;\n            min-height: 500px;\n        }\n\n        .product-page .bento-container {\n            padding: 40px 20px;\n        }\n    }\n\n    @media (max-width: 640px) {\n        .product-page .bento-container {\n            padding: 40px 16px;\n        }\n\n        .product-page .bento-item {\n            padding: 30px 24px;\n            min-height: auto !important;\n        }\n\n        .product-page .feature-title {\n            font-size: 24px;\n        }\n\n        .product-page .image-container {\n            height: 280px;\n        }\n\n        .product-page .bento-grid {\n            gap: 16px;\n            margin-bottom: 16px;\n        }\n\n        .product-page .feature-card-enhanced .feature-icon {\n            width: 70px;\n            height: 70px;\n            margin-bottom: 20px;\n        }\n\n        .product-page .feature-card-enhanced .feature-icon i {\n            font-size: 36px;\n        }\n\n        .product-page .product-gallery-grid {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 12px;\n        }\n\n        .product-page .product-gallery-grid img {\n            height: 140px;\n        }\n\n        .product-page .product-gallery-grid figcaption {\n            font-size: 11px;\n            padding: 8px;\n            line-height: 1.3;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .product-page .hero {\n            padding: 60px 16px 80px;\n        }\n    }\n<\/style>\n\n<div class=\"product-page\">\n    <!-- Hero Section -->\n    <section class=\"hero\" data-scroll=\"hero\">\n        <div class=\"hero-badge\">\n            <i class=\"fas fa-building\"><\/i> Elevate Series\n        <\/div>\n        <div class=\"hero-title\">\n            SolarBalcony\n        <\/div>\n        <p class=\"hero-subtitle\">\n            Solar PV Mounting Frame for High-rise Installations\n        <\/p>\n    <\/section>\n\n    <div class=\"bento-container\">\n        <!-- Product Introduction -->\n        <div class=\"bento-grid\">\n            <div class=\"bento-item full\" data-scroll=\"fade-up\">\n                <h2\n                    style=\"font-size: 42px; font-weight: 800; margin-bottom: 24px; background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;\">\n                    Revolutionary Mounting Solution\n                <\/h2>\n                <p class=\"feature-desc\" style=\"font-size: 18px; max-width: 900px;\">\n                    PV-ezRack launches its latest series &#8216;Elevate&#8217; with its flagship product, SolarBalcony, which is a\n                    pre-assembled mounting structure for Solar PV installations onto high-rise balconies. This\n                    innovative solution brings solar power to urban residential spaces, making renewable energy\n                    accessible for apartment dwellers and high-rise residents.\n                <\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Image 1 + Pre-assembled Feature -->\n        <div class=\"bento-grid\">\n            <div class=\"bento-item large\" data-scroll=\"slide-right\">\n                <div class=\"image-container\" style=\"height: 450px;\">\n                    <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/Solar-panel-being-installed-on-a-metal-frame.webp\"\n                        alt=\"SolarBalcony Installation\">\n                <\/div>\n                <div style=\"margin-top: 20px; text-align: center;\">\n                    <h3 style=\"font-size: 20px; font-weight: 700; color: #111827; margin-bottom: 8px;\">Simple\n                        Installation Process<\/h3>\n                    <p style=\"font-size: 14px; color: #6b7280;\">Pre-assembled design allows for quick and easy balcony\n                        mounting<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"bento-item medium feature-card-enhanced glow-blue-bg\" data-scroll=\"slide-left\">\n                <div class=\"feature-icon\"\n                    style=\"background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(37, 99, 235, 0.1) 100%);\">\n                    <i class=\"fas fa-tools\" style=\"color: #2563eb;\"><\/i>\n                <\/div>\n                <h2 class=\"feature-title\" style=\"font-size: 28px; margin-bottom: 16px;\">Pre-assembled Design<\/h2>\n                <p class=\"feature-desc\" style=\"margin-bottom: 20px;\">\n                    Completely pre-assembled, the SolarBalcony simply needs to be unfolded and secured to the balcony\n                    for installation. All these features result in a fast, easy and cost efficient installation, crucial\n                    for residential projects.\n                <\/p>\n                <div style=\"display: flex; flex-direction: column; gap: 10px;\">\n                    <div style=\"display: flex; align-items: center; gap: 10px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #2563eb; font-size: 18px;\"><\/i>\n                        <span style=\"font-size: 15px; color: #1e40af; font-weight: 600;\">Unfold &#038; Install<\/span>\n                    <\/div>\n                    <div style=\"display: flex; align-items: center; gap: 10px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #2563eb; font-size: 18px;\"><\/i>\n                        <span style=\"font-size: 15px; color: #1e40af; font-weight: 600;\">No Complex Assembly<\/span>\n                    <\/div>\n                    <div style=\"display: flex; align-items: center; gap: 10px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #2563eb; font-size: 18px;\"><\/i>\n                        <span style=\"font-size: 15px; color: #1e40af; font-weight: 600;\">Residential-Ready<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Features Section -->\n        <div class=\"bento-grid\">\n            <div class=\"bento-item full feature-card-enhanced glow-green-bg\" data-scroll=\"fade-up\">\n                <div class=\"feature-icon\"\n                    style=\"background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(5, 150, 105, 0.1) 100%);\">\n                    <i class=\"fas fa-star\" style=\"color: #059669;\"><\/i>\n                <\/div>\n                <h2 class=\"feature-title\" style=\"font-size: 32px; margin-bottom: 24px;\">Premium Features<\/h2>\n                <div style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px;\">\n                    <div style=\"display: flex; align-items: flex-start; gap: 12px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #059669; font-size: 20px; margin-top: 2px;\"><\/i>\n                        <span style=\"font-size: 15px; color: #065f46; line-height: 1.6;\">6005-T5 Aluminum alloy and 304\n                            stainless steel construction<\/span>\n                    <\/div>\n                    <div style=\"display: flex; align-items: flex-start; gap: 12px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #059669; font-size: 20px; margin-top: 2px;\"><\/i>\n                        <span style=\"font-size: 15px; color: #065f46; line-height: 1.6;\">Different anodized thicknesses\n                            for maximum durability<\/span>\n                    <\/div>\n                    <div style=\"display: flex; align-items: flex-start; gap: 12px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #059669; font-size: 20px; margin-top: 2px;\"><\/i>\n                        <span style=\"font-size: 15px; color: #065f46; line-height: 1.6;\">Suitable for toughest\n                            environments including coastal areas<\/span>\n                    <\/div>\n                    <div style=\"display: flex; align-items: flex-start; gap: 12px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #059669; font-size: 20px; margin-top: 2px;\"><\/i>\n                        <span style=\"font-size: 15px; color: #065f46; line-height: 1.6;\">Fast and cost-efficient\n                            installation for residential projects<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Image 2 - Full Width -->\n        <div class=\"bento-grid\">\n            <div class=\"bento-item full\" data-scroll=\"fade-up\">\n                <div class=\"image-container\" style=\"height: 500px;\">\n                    <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/girl-watering-flower-with-solar-balconies.webp\"\n                        alt=\"SolarBalcony in Urban Living\">\n                <\/div>\n                <p style=\"font-size: 12px; color: #9ca3af; font-style: italic; margin-top: 12px; text-align: center;\">\n                    SolarBalcony seamlessly integrates into urban residential life, providing clean energy without\n                    compromising living space<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Compatibility Section -->\n        <div class=\"bento-grid\">\n            <div class=\"bento-item full\" data-scroll=\"fade-up\">\n                <h2\n                    style=\"font-size: 42px; font-weight: 800; margin-bottom: 32px; text-align: center; background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;\">\n                    Excellent Compatibility\n                <\/h2>\n                <div style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px;\">\n                    <div\n                        style=\"background: linear-gradient(135deg, #fef3c7 0%, #fef9e7 100%); padding: 32px; border-radius: 8px;\">\n                        <div\n                            style=\"width: 56px; height: 56px; background: rgba(245, 158, 11, 0.2); border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px;\">\n                            <i class=\"fas fa-solar-panel\" style=\"color: #d97706; font-size: 24px;\"><\/i>\n                        <\/div>\n                        <h3 style=\"font-size: 20px; font-weight: 700; color: #92400e; margin-bottom: 12px;\">Panel\n                            Flexibility<\/h3>\n                        <p style=\"font-size: 15px; color: #78350f; line-height: 1.6;\">Standardized components are\n                            suitable for 60cell as well as for 72cell panels<\/p>\n                    <\/div>\n                    <div\n                        style=\"background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%); padding: 32px; border-radius: 8px;\">\n                        <div\n                            style=\"width: 56px; height: 56px; background: rgba(59, 130, 246, 0.2); border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px;\">\n                            <i class=\"fas fa-ruler-combined\" style=\"color: #2563eb; font-size: 24px;\"><\/i>\n                        <\/div>\n                        <h3 style=\"font-size: 20px; font-weight: 700; color: #1e40af; margin-bottom: 12px;\">Large\n                            Adjustment<\/h3>\n                        <p style=\"font-size: 15px; color: #1e3a8a; line-height: 1.6;\">Mounting frame can cover most\n                            commonly sized balconies with flexible adjustment range<\/p>\n                    <\/div>\n                    <div\n                        style=\"background: linear-gradient(135deg, #e9d5ff 0%, #f3e8ff 100%); padding: 32px; border-radius: 8px;\">\n                        <div\n                            style=\"width: 56px; height: 56px; background: rgba(139, 92, 246, 0.2); border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px;\">\n                            <i class=\"fas fa-grip-lines-vertical\" style=\"color: #7c3aed; font-size: 24px;\"><\/i>\n                        <\/div>\n                        <h3 style=\"font-size: 20px; font-weight: 700; color: #5b21b6; margin-bottom: 12px;\">Railing\n                            Compatible<\/h3>\n                        <p style=\"font-size: 15px; color: #6b21a8; line-height: 1.6;\">Compatible with metal railings\n                            found on most residential balconies<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Image 3 + Benefits Card -->\n        <div class=\"bento-grid\">\n            <div class=\"bento-item half\" data-scroll=\"slide-right\">\n                <div class=\"image-container\" style=\"height: 400px;\">\n                    <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/Solar-panels-on-a-brick-building-balcony.webp\"\n                        alt=\"SolarBalcony on Brick Building\">\n                <\/div>\n                <div style=\"margin-top: 20px; text-align: center;\">\n                    <h3 style=\"font-size: 20px; font-weight: 700; color: #111827; margin-bottom: 8px;\">Architectural\n                        Integration<\/h3>\n                    <p style=\"font-size: 14px; color: #6b7280;\">Seamlessly integrates with existing building structures\n                    <\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"bento-item half feature-card-enhanced glow-orange-bg\" data-scroll=\"slide-left\">\n                <div class=\"feature-icon\"\n                    style=\"background: linear-gradient(135deg, rgba(245, 158, 11, 0.2) 0%, rgba(217, 119, 6, 0.1) 100%);\">\n                    <i class=\"fas fa-shield-alt\" style=\"color: #d97706;\"><\/i>\n                <\/div>\n                <h2 class=\"feature-title\" style=\"font-size: 28px; margin-bottom: 16px;\">Built to Last<\/h2>\n                <p class=\"feature-desc\" style=\"margin-bottom: 20px;\">\n                    Engineered for durability and longevity with premium materials that withstand the harshest\n                    environmental conditions.\n                <\/p>\n                <div style=\"display: flex; flex-direction: column; gap: 12px;\">\n                    <div style=\"display: flex; align-items: center; gap: 10px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #d97706; font-size: 18px;\"><\/i>\n                        <span style=\"font-size: 15px; color: #92400e; font-weight: 600;\">Corrosion Resistant<\/span>\n                    <\/div>\n                    <div style=\"display: flex; align-items: center; gap: 10px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #d97706; font-size: 18px;\"><\/i>\n                        <span style=\"font-size: 15px; color: #92400e; font-weight: 600;\">Coastal Environment\n                            Ready<\/span>\n                    <\/div>\n                    <div style=\"display: flex; align-items: center; gap: 10px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #d97706; font-size: 18px;\"><\/i>\n                        <span style=\"font-size: 15px; color: #92400e; font-weight: 600;\">Long-lasting Performance<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n\n\n        <!-- Hermes integrated balcony specs from ecosolarcarport: start -->\n        <!-- Mounting Options & Technical Details -->\n        <div class=\"bento-grid\" style=\"margin-top: 40px;\">\n            <div class=\"bento-item full\" data-scroll=\"fade-up\">\n                <h2\n                    style=\"font-size: 42px; font-weight: 800; margin-bottom: 18px; text-align: center; background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;\">\n                    Mounting Options &#038; Technical Details\n                <\/h2>\n                <p\n                    style=\"font-size: 17px; color: #6b7280; line-height: 1.7; text-align: center; max-width: 900px; margin: 0 auto 36px;\">\n                    Choose between adjustable triangle brackets for optimized solar tilt or vertical brackets for\n                    compact railing installations. Both options use aluminum alloy structures, support common balcony\n                    hook types, and can be customized for different PV module sizes.\n                <\/p>\n                <div style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px;\">\n                    <div\n                        style=\"background: linear-gradient(135deg, #ecfeff 0%, #f0fdfa 100%); border: 1px solid rgba(20, 184, 166, 0.18); border-radius: 8px; padding: 32px;\">\n                        <div style=\"display: flex; align-items: center; gap: 14px; margin-bottom: 18px;\">\n                            <div\n                                style=\"width: 56px; height: 56px; background: rgba(20, 184, 166, 0.16); border-radius: 6px; display: flex; align-items: center; justify-content: center;\">\n                                <i class=\"fas fa-drafting-compass\" style=\"color: #0f766e; font-size: 24px;\"><\/i>\n                            <\/div>\n                            <div>\n                                <h3 style=\"font-size: 22px; font-weight: 800; color: #134e4a; margin: 0 0 4px;\">Triangle\n                                    Bracket<\/h3>\n                                <p style=\"font-size: 14px; color: #0f766e; margin: 0; font-weight: 700;\">Adjustable tilt\n                                    balcony PV mounting<\/p>\n                            <\/div>\n                        <\/div>\n                        <ul\n                            style=\"list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; color: #115e59; font-size: 15px; line-height: 1.6;\">\n                            <li><strong>Panel fit:<\/strong> designed around 1724 \u00d7 1134 \u00d7 30\/35 mm modules, with\n                                customization available for other sizes.<\/li>\n                            <li><strong>Structure:<\/strong> aluminum alloy rails with supporting rails, short rails,\n                                balcony fixing sheets, and inverter fixing sheet.<\/li>\n                            <li><strong>Hook options:<\/strong> U-shape hook or square hook for different balcony railing\n                                conditions.<\/li>\n                            <li><strong>Tilt range:<\/strong> 20\u00b0, 25\u00b0, 30\u00b0, and 35\u00b0 options to improve solar exposure\n                                where the balcony allows angled installation.<\/li>\n                        <\/ul>\n                    <\/div>\n                    <div\n                        style=\"background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%); border: 1px solid rgba(59, 130, 246, 0.18); border-radius: 8px; padding: 32px;\">\n                        <div style=\"display: flex; align-items: center; gap: 14px; margin-bottom: 18px;\">\n                            <div\n                                style=\"width: 56px; height: 56px; background: rgba(59, 130, 246, 0.16); border-radius: 6px; display: flex; align-items: center; justify-content: center;\">\n                                <i class=\"fas fa-grip-lines-vertical\" style=\"color: #2563eb; font-size: 24px;\"><\/i>\n                            <\/div>\n                            <div>\n                                <h3 style=\"font-size: 22px; font-weight: 800; color: #1e3a8a; margin: 0 0 4px;\">Vertical\n                                    Bracket<\/h3>\n                                <p style=\"font-size: 14px; color: #2563eb; margin: 0; font-weight: 700;\">Space-saving\n                                    vertical balcony mounting<\/p>\n                            <\/div>\n                        <\/div>\n                        <ul\n                            style=\"list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; color: #1e40af; font-size: 15px; line-height: 1.6;\">\n                            <li><strong>Panel fit:<\/strong> suitable for 1724 \u00d7 1134 \u00d7 30\/35 mm modules and customizable\n                                for different module sizes.<\/li>\n                            <li><strong>Structure:<\/strong> aluminum alloy mounting rails, spacers, short rails, end\n                                clamps, fixing blocks, and balcony fixing sheets.<\/li>\n                            <li><strong>Hook options:<\/strong> U-shape hook or square hook for common metal balcony\n                                railings.<\/li>\n                            <li><strong>Installation angle:<\/strong> 0\u00b0 vertical layout for compact balconies where\n                                projection or tilt must be minimized.<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n\n\n\n\n                <!-- Hermes migrated product gallery images from ecosolarcarport: start -->\n                <div style=\"margin-top: 32px; display: grid; gap: 30px;\">\n                    <div>\n                        <h3 style=\"font-size: 24px; font-weight: 800; color: #134e4a; margin: 0 0 16px;\">Triangle\n                            Bracket Product Gallery<\/h3>\n                        <div class=\"product-gallery-grid\">\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/balcony-solar-mounting-triangle-bracket-product-1.webp\"\n                                    alt=\"Balcony solar mounting triangle bracket product image 1\">\n                                <figcaption>\n                                    Balcony solar mounting triangle bracket product image 1<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/balcony-solar-mounting-triangle-bracket-product-2.webp\"\n                                    alt=\"Balcony solar mounting triangle bracket product image 2\">\n                                <figcaption>\n                                    Balcony solar mounting triangle bracket product image 2<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/balcony-solar-mounting-triangle-bracket-product-3.webp\"\n                                    alt=\"Balcony solar mounting triangle bracket product image 3\">\n                                <figcaption>\n                                    Balcony solar mounting triangle bracket product image 3<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/balcony-solar-mounting-triangle-bracket-product-4.webp\"\n                                    alt=\"Balcony solar mounting triangle bracket product image 4\">\n                                <figcaption>\n                                    Balcony solar mounting triangle bracket product image 4<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/balcony-solar-mounting-triangle-bracket-product-5.webp\"\n                                    alt=\"Balcony solar mounting triangle bracket product image 5\">\n                                <figcaption>\n                                    Balcony solar mounting triangle bracket product image 5<\/figcaption>\n                            <\/figure>\n                        <\/div>\n                    <\/div>\n                    <div>\n                        <h3 style=\"font-size: 24px; font-weight: 800; color: #1e3a8a; margin: 0 0 16px;\">Vertical\n                            Bracket Product Gallery<\/h3>\n                        <div class=\"product-gallery-grid\">\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/balcony-solar-mounting-vertical-bracket-product-1.webp\"\n                                    alt=\"Balcony solar mounting vertical bracket product image 1\">\n                                <figcaption>\n                                    Balcony solar mounting vertical bracket product image 1<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/balcony-solar-mounting-vertical-bracket-product-2.webp\"\n                                    alt=\"Balcony solar mounting vertical bracket product image 2\">\n                                <figcaption>\n                                    Balcony solar mounting vertical bracket product image 2<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/balcony-solar-mounting-vertical-bracket-product-4.webp\"\n                                    alt=\"Balcony solar mounting vertical bracket product image 4\">\n                                <figcaption>\n                                    Balcony solar mounting vertical bracket product image 4<\/figcaption>\n                            <\/figure>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <!-- Hermes migrated product gallery images from ecosolarcarport: end -->\n\n\n                <!-- Hermes migrated parameter images from ecosolarcarport: start -->\n                <div style=\"margin-top: 32px; display: grid; gap: 30px;\">\n                    <div>\n                        <h3 style=\"font-size: 24px; font-weight: 800; color: #134e4a; margin: 0 0 16px;\">Triangle\n                            Bracket Parameter Images<\/h3>\n                        <div class=\"product-gallery-grid\">\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/triangle-bracket-parameter-detail-1.webp\"\n                                    alt=\"Triangle bracket parameter detail 1\">\n                                <figcaption>\n                                    Triangle bracket parameter detail 1<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/triangle-bracket-parameter-detail-2.webp\"\n                                    alt=\"Triangle bracket parameter detail 2\">\n                                <figcaption>\n                                    Triangle bracket parameter detail 2<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/triangle-bracket-parameter-detail-3.webp\"\n                                    alt=\"Triangle bracket parameter detail 3\">\n                                <figcaption>\n                                    Triangle bracket parameter detail 3<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/triangle-bracket-installation-detail-4.webp\"\n                                    alt=\"Triangle bracket installation detail 4\">\n                                <figcaption>\n                                    Triangle bracket installation detail 4<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/balcony-solar-mounting-kit-detail.webp\"\n                                    alt=\"Balcony solar mounting kit detail\">\n                                <figcaption>\n                                    Balcony solar mounting kit detail<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/triangle-bracket-parameter-detail-6.webp\"\n                                    alt=\"Triangle bracket parameter detail 6\">\n                                <figcaption>\n                                    Triangle bracket parameter detail 6<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/triangle-bracket-parameter-detail-7.webp\"\n                                    alt=\"Triangle bracket parameter detail 7\">\n                                <figcaption>\n                                    Triangle bracket parameter detail 7<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/triangle-bracket-external-hex-bolt-detail.webp\"\n                                    alt=\"Triangle bracket external hex bolt detail\">\n                                <figcaption>\n                                    Triangle bracket external hex bolt detail<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/triangle-bracket-parameter-detail-8.webp\"\n                                    alt=\"Triangle bracket parameter detail 8\">\n                                <figcaption>\n                                    Triangle bracket parameter detail 8<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/triangle-bracket-parameter-detail-9.webp\"\n                                    alt=\"Triangle bracket parameter detail 9\">\n                                <figcaption>\n                                    Triangle bracket parameter detail 9<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/triangle-bracket-parameter-detail-10.webp\"\n                                    alt=\"Triangle bracket parameter detail 10\">\n                                <figcaption>\n                                    Triangle bracket parameter detail 10<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/triangle-bracket-allen-key-detail.webp\"\n                                    alt=\"Triangle bracket Allen key detail\">\n                                <figcaption>\n                                    Triangle bracket Allen key detail<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/triangle-bracket-spanner-detail.webp\"\n                                    alt=\"Triangle bracket spanner detail\">\n                                <figcaption>\n                                    Triangle bracket spanner detail<\/figcaption>\n                            <\/figure>\n                        <\/div>\n                    <\/div>\n                    <div>\n                        <h3 style=\"font-size: 24px; font-weight: 800; color: #1e3a8a; margin: 0 0 16px;\">Vertical\n                            Bracket Parameter Images<\/h3>\n                        <div class=\"product-gallery-grid\">\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/vertical-bracket-parameter-detail-1.webp\"\n                                    alt=\"Vertical bracket parameter detail 1\">\n                                <figcaption>\n                                    Vertical bracket parameter detail 1<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/vertical-bracket-parameter-detail-2.webp\"\n                                    alt=\"Vertical bracket parameter detail 2\">\n                                <figcaption>\n                                    Vertical bracket parameter detail 2<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/vertical-bracket-parameter-detail-3.webp\"\n                                    alt=\"Vertical bracket parameter detail 3\">\n                                <figcaption>\n                                    Vertical bracket parameter detail 3<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/vertical-bracket-installation-detail-4.webp\"\n                                    alt=\"Vertical bracket installation detail 4\">\n                                <figcaption>\n                                    Vertical bracket installation detail 4<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/vertical-bracket-parameter-detail-4.webp\"\n                                    alt=\"Vertical bracket parameter detail 4\">\n                                <figcaption>\n                                    Vertical bracket parameter detail 4<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/vertical-bracket-parameter-detail-5.webp\"\n                                    alt=\"Vertical bracket parameter detail 5\">\n                                <figcaption>\n                                    Vertical bracket parameter detail 5<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/vertical-bracket-parameter-detail-6.webp\"\n                                    alt=\"Vertical bracket parameter detail 6\">\n                                <figcaption>\n                                    Vertical bracket parameter detail 6<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/vertical-bracket-parameter-detail-7.webp\"\n                                    alt=\"Vertical bracket parameter detail 7\">\n                                <figcaption>\n                                    Vertical bracket parameter detail 7<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/vertical-bracket-parameter-detail-8.webp\"\n                                    alt=\"Vertical bracket parameter detail 8\">\n                                <figcaption>\n                                    Vertical bracket parameter detail 8<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/vertical-bracket-parameter-detail-9.webp\"\n                                    alt=\"Vertical bracket parameter detail 9\">\n                                <figcaption>\n                                    Vertical bracket parameter detail 9<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/vertical-bracket-parameter-detail-10.webp\"\n                                    alt=\"Vertical bracket parameter detail 10\">\n                                <figcaption>\n                                    Vertical bracket parameter detail 10<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/vertical-bracket-parameter-detail-11.webp\"\n                                    alt=\"Vertical bracket parameter detail 11\">\n                                <figcaption>\n                                    Vertical bracket parameter detail 11<\/figcaption>\n                            <\/figure>\n                            <figure>\n                                <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2026\/05\/vertical-bracket-parameter-detail-12.webp\"\n                                    alt=\"Vertical bracket parameter detail 12\">\n                                <figcaption>\n                                    Vertical bracket parameter detail 12<\/figcaption>\n                            <\/figure>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <!-- Hermes migrated parameter images from ecosolarcarport: end -->\n\n                <div\n                    style=\"margin-top: 26px; padding: 22px 24px; border-radius: 8px; background: rgba(16, 185, 129, 0.08); border: 1px solid rgba(16, 185, 129, 0.18); color: #065f46; font-size: 15px; line-height: 1.7;\">\n                    <strong>Project-ready kit design:<\/strong> rails, clamps, hooks, fixing sheets, M8 bolts, nuts,\n                    washers, Allen key, and spanner can be supplied as a matched installation set, reducing on-site\n                    preparation time and helping installers complete balcony PV projects faster.\n                <\/div>\n            <\/div>\n        <\/div>\n        <!-- Hermes integrated balcony specs from ecosolarcarport: end -->\n\n        <!-- Key Benefits Header -->\n        <h2 data-scroll=\"fade-up\"\n            style=\"font-size: 42px; font-weight: 800; margin: 40px 0 28px; text-align: center; background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;\">\n            Key Benefits\n        <\/h2>\n\n        <!-- Key Benefits Cards -->\n        <div class=\"bento-grid\" style=\"margin-top: 0;\">\n            <div class=\"bento-item half feature-card-enhanced glow-blue-bg\" data-scroll=\"fade-up\">\n                <div class=\"feature-icon\"\n                    style=\"background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(37, 99, 235, 0.1) 100%);\">\n                    <i class=\"fas fa-clock\" style=\"color: #2563eb;\"><\/i>\n                <\/div>\n                <h3 class=\"feature-title\" style=\"font-size: 26px; margin-bottom: 16px;\">Easy Installation<\/h3>\n                <p class=\"feature-desc\">\n                    Completely pre-assembled, the SolarBalcony simply needs to be unfolded and secured to the balcony\n                    for installation. All these features result in a fast, easy and cost efficient installation, crucial\n                    for residential projects.\n                <\/p>\n            <\/div>\n\n            <div class=\"bento-item half feature-card-enhanced glow-green-bg\" data-scroll=\"fade-up\" data-delay=\"100\">\n                <div class=\"feature-icon\"\n                    style=\"background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(5, 150, 105, 0.1) 100%);\">\n                    <i class=\"fas fa-gem\" style=\"color: #059669;\"><\/i>\n                <\/div>\n                <h3 class=\"feature-title\" style=\"font-size: 26px; margin-bottom: 16px;\">Durable and Low Corrosion<\/h3>\n                <p class=\"feature-desc\">\n                    SolarBalcony contains only 6005-T5 Aluminium alloy and 304 stainless steel, in different anodised\n                    thicknesses, which makes it suitable for even the toughest of environments, such as corrosive sites\n                    close to the coast.\n                <\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"bento-grid\">\n            <div class=\"bento-item full feature-card-enhanced glow-purple-bg\" data-scroll=\"fade-up\">\n                <div class=\"feature-icon\"\n                    style=\"background: linear-gradient(135deg, rgba(139, 92, 246, 0.2) 0%, rgba(124, 58, 237, 0.1) 100%);\">\n                    <i class=\"fas fa-puzzle-piece\" style=\"color: #7c3aed;\"><\/i>\n                <\/div>\n                <h3 class=\"feature-title\" style=\"font-size: 26px; margin-bottom: 16px;\">Excellent Compatibility<\/h3>\n                <p class=\"feature-desc\">\n                    Standardized components are suitable for 60cell as well as for 72cell panels. Thanks to large\n                    adjustment, the mounting frame can cover most commonly sized balconies. And it is compatible with\n                    metal railings.\n                <\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Image 4 - Full Width -->\n        <div class=\"bento-grid\" style=\"margin-top: 40px;\">\n            <div class=\"bento-item full\" data-scroll=\"fade-up\">\n                <div class=\"image-container\" style=\"height: 500px;\">\n                    <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/Red-balcony-screens-on-brick-apartment-building.webp\"\n                        alt=\"SolarBalcony Building Installation\">\n                <\/div>\n                <p style=\"font-size: 12px; color: #9ca3af; font-style: italic; margin-top: 12px; text-align: center;\">\n                    SolarBalcony systems installed across multiple balconies, transforming entire buildings into\n                    renewable energy generators<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Call to Action -->\n        <div class=\"bento-grid\" style=\"margin-top: 60px;\">\n            <div class=\"bento-item full\" data-scroll=\"fade-up\"\n                style=\"background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); min-height: 400px; position: relative; overflow: hidden;\">\n                <div\n                    style=\"position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.1; background-image: radial-gradient(circle at 2px 2px, #ffffff 1px, transparent 0); background-size: 40px 40px; pointer-events: none;\">\n                <\/div>\n                <div\n                    style=\"position: absolute; top: -100px; right: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%); border-radius: 50%; filter: blur(60px); pointer-events: none;\">\n                <\/div>\n                <div\n                    style=\"position: absolute; bottom: -100px; left: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(147, 197, 253, 0.2) 0%, transparent 70%); border-radius: 50%; filter: blur(60px); pointer-events: none;\">\n                <\/div>\n\n                <div style=\"position: relative; z-index: 1; text-align: center;\">\n                    <div\n                        style=\"display: inline-block; padding: 8px 20px; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(10px); border-radius: 50px; margin-bottom: 24px; border: 1px solid rgba(255, 255, 255, 0.2);\">\n                        <span\n                            style=\"color: #ffffff; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px;\">\n                            <i class=\"fas fa-rocket\" style=\"margin-right: 8px;\"><\/i>Get Started\n                        <\/span>\n                    <\/div>\n                    <h2\n                        style=\"font-size: 48px; font-weight: 800; margin-bottom: 20px; color: #ffffff; text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);\">\n                        Ready to Transform Your Balcony?\n                    <\/h2>\n                    <p\n                        style=\"font-size: 20px; color: #e0e7ff; max-width: 700px; margin: 0 auto 40px; line-height: 1.7;\">\n                        Contact our engineering team for a comprehensive consultation, custom design proposal, and\n                        competitive pricing for your balcony solar project.\n                    <\/p>\n\n                    <div style=\"display: flex; justify-content: center; gap: 16px; flex-wrap: wrap;\">\n                        <a href=\"\/contact\"\n                            style=\"display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; background: #ffffff; color: #1e40af; border-radius: 8px; font-size: 16px; font-weight: 700; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);\">\n                            <i class=\"fas fa-phone\"><\/i>\n                            Request Quote\n                        <\/a>\n                        <a href=\"#specs\"\n                            style=\"display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(10px); color: #ffffff; border-radius: 8px; font-size: 16px; font-weight: 700; text-decoration: none; transition: all 0.3s ease; border: 1px solid rgba(255, 255, 255, 0.3);\">\n                            <i class=\"fas fa-file-download\"><\/i>\n                            Download Specs\n                        <\/a>\n                    <\/div>\n\n                    <div style=\"display: flex; justify-content: center; gap: 40px; margin-top: 48px; flex-wrap: wrap;\">\n                        <div style=\"display: flex; align-items: center; gap: 10px;\">\n                            <i class=\"fas fa-tools\" style=\"color: #fbbf24; font-size: 24px;\"><\/i>\n                            <span style=\"color: #e0e7ff; font-size: 14px; font-weight: 600;\">Pre-assembled Design<\/span>\n                        <\/div>\n                        <div style=\"display: flex; align-items: center; gap: 10px;\">\n                            <i class=\"fas fa-shield-alt\" style=\"color: #10b981; font-size: 24px;\"><\/i>\n                            <span style=\"color: #e0e7ff; font-size: 14px; font-weight: 600;\">Coastal Ready<\/span>\n                        <\/div>\n                        <div style=\"display: flex; align-items: center; gap: 10px;\">\n                            <i class=\"fas fa-puzzle-piece\" style=\"color: #60a5fa; font-size: 24px;\"><\/i>\n                            <span style=\"color: #e0e7ff; font-size: 14px; font-weight: 600;\">Universal\n                                Compatibility<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    (function () {\n        \/\/ Scroll Animation Observer\n        const observerOptions = {\n            threshold: 0,\n            rootMargin: '0px 0px -100px 0px'\n        };\n\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    const delay = entry.target.dataset.delay || 0;\n                    setTimeout(() => {\n                        entry.target.style.opacity = '1';\n                        entry.target.style.transform = 'translateY(0) scale(1)';\n                    }, delay);\n                }\n            });\n        }, observerOptions);\n\n        \/\/ Initialize animations\n        document.querySelectorAll('.product-page [data-scroll]').forEach(el => {\n            const animType = el.dataset.scroll;\n            el.style.opacity = '0';\n            el.style.transition = 'all 0.8s cubic-bezier(0.4, 0, 0.2, 1)';\n\n            switch (animType) {\n                case 'fade-up':\n                    el.style.transform = 'translateY(40px)';\n                    break;\n                case 'slide-right':\n                    el.style.transform = 'translateX(-60px)';\n                    break;\n                case 'slide-left':\n                    el.style.transform = 'translateX(60px)';\n                    break;\n                case 'zoom-in':\n                    el.style.transform = 'scale(0.9)';\n                    break;\n                case 'hero':\n                    el.style.transform = 'translateY(20px)';\n                    break;\n            }\n\n            observer.observe(el);\n        });\n\n        \/\/ Smooth scroll for anchor links\n        document.querySelectorAll('.product-page a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                const href = this.getAttribute('href');\n                if (href !== '#') {\n                    const target = document.querySelector(href);\n                    if (target) {\n                        e.preventDefault();\n                        target.scrollIntoView({\n                            behavior: 'smooth',\n                            block: 'start'\n                        });\n                    }\n                }\n            });\n        });\n    })();\n<\/script>\n<style class=\"hermes-faq-style\">\n    .hermes-faq-block {\n        max-width: 1200px;\n        margin: 48px auto 0;\n        padding: 0 20px 48px;\n        background: transparent\n    }\n\n    .hermes-faq-block h2 {\n        margin: 0 0 32px;\n        font-size: 42px;\n        font-weight: 800;\n        text-align: center;\n        background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);\n        -webkit-background-clip: text;\n        background-clip: text;\n        -webkit-text-fill-color: transparent;\n        line-height: 1.2;\n    }\n\n    .hermes-faq-list {\n        display: grid;\n        gap: 14px\n    }\n\n    .hermes-faq-item {\n        border: 1px solid rgba(59, 130, 246, .18);\n        border-radius: 8px;\n        background: #ffffff;\n        padding: 0;\n        overflow: hidden;\n        transition: border-color .25s ease, box-shadow .25s ease\n    }\n\n    .hermes-faq-item:hover,\n    .hermes-faq-item[open] {\n        border-color: rgba(59, 130, 246, .45);\n        box-shadow: 0 10px 28px rgba(15, 23, 42, .08)\n    }\n\n    .hermes-faq-item summary {\n        cursor: pointer;\n        font-weight: 700;\n        list-style: none;\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        gap: 18px;\n        padding: 18px 20px;\n        color: #111827\n    }\n\n    .hermes-faq-item summary::-webkit-details-marker {\n        display: none\n    }\n\n    .hermes-faq-item summary::after {\n        content: '+';\n        flex: 0 0 28px;\n        width: 28px;\n        height: 28px;\n        border-radius: 999px;\n        background: #eff6ff;\n        color: #2563eb;\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 22px;\n        font-weight: 800;\n        line-height: 1;\n        transition: transform .25s ease, background .25s ease, color .25s ease\n    }\n\n    .hermes-faq-item[open] summary::after {\n        content: '\u2212';\n        background: #2563eb;\n        color: #ffffff;\n        transform: rotate(180deg)\n    }\n\n    .hermes-faq-item p {\n        margin: 0;\n        padding: 0 20px 18px;\n        color: #4b5563;\n        line-height: 1.7;\n        opacity: 1\n    }\n<\/style>\n<section class=\"hermes-faq-block\" data-hermes-faq=\"solar-balcony\">\n    <h2>Frequently Asked Questions<\/h2>\n    <div class=\"hermes-faq-list\">\n        <details class=\"hermes-faq-item\">\n            <summary>What is a solar balcony mounting system used for?<\/summary>\n            <p>A solar balcony mounting system is used to install PV modules on apartment balconies, railings, terraces,\n                and similar urban residential spaces where roof access is limited.<\/p>\n        <\/details>\n        <details class=\"hermes-faq-item\">\n            <summary>Is this solution suitable for high-rise residential projects?<\/summary>\n            <p>Yes. It is designed for residential and multi-family applications where secure mounting, space\n                efficiency, and long-term outdoor durability are important.<\/p>\n        <\/details>\n        <details class=\"hermes-faq-item\">\n            <summary>Can the balcony system handle coastal or humid environments?<\/summary>\n            <p>Yes. The structure is designed for durable outdoor use and can be matched with corrosion-resistant\n                materials for demanding environments.<\/p>\n        <\/details>\n        <details class=\"hermes-faq-item\">\n            <summary>Can Luminvolt customize the mounting solution for different balcony types?<\/summary>\n            <p>Yes. Luminvolt can adjust the design according to railing type, panel size, installation angle, and\n                project-specific building constraints.<\/p>\n        <\/details>\n    <\/div>\n<\/section>\n<script type=\"application\/ld+json\" class=\"hermes-product-schema hermes-faq-schema\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is a solar balcony mounting system used for?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A solar balcony mounting system is used to install PV modules on apartment balconies, railings, terraces, and similar urban residential spaces where roof access is limited.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is this solution suitable for high-rise residential projects?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. It is designed for residential and multi-family applications where secure mounting, space efficiency, and long-term outdoor durability are important.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the balcony system handle coastal or humid environments?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The structure is designed for durable outdoor use and can be matched with corrosion-resistant materials for demanding environments.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can Luminvolt customize the mounting solution for different balcony types?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Luminvolt can adjust the design according to railing type, panel size, installation angle, and project-specific building constraints.\"\n      }\n    }\n  ]\n}\n<\/script>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Eleva Series Montaje SolarBalcony para Instalaciones en Edificios de Altura Soluci\u00f3n de Montaje Revolucionaria PV-ezRack lanza su \u00faltima serie \u2018Eleva\u2019, con su producto insignia, SolarBalcony, que es una estructura de montaje preensamblada para instalaciones de PV solar en balcones de edificios de altura. Esta soluci\u00f3n innovadora trae energ\u00eda solar a los espacios residenciales urbanos, haciendo la energ\u00eda renovable accesible para los habitantes de apartamentos y \u2026 <a title=\"Solar Balcony\" class=\"read-more\" href=\"https:\/\/luminvolt.com\/es\/balcon-solar\/\" aria-label=\"Leer m\u00e1s sobre Solar Balcony\">Leer m\u00e1s<\/a><\/p>","protected":false},"author":1,"featured_media":392,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_yoast_wpseo_focuskw":"solar balcony mounting system","_yoast_wpseo_title":"Solar Balcony Mounting System | Luminvolt","_yoast_wpseo_metadesc":"Discover Luminvolt solar balcony mounting systems for high-rise projects, with pre-assembled frames, fast installation, and durable coastal performance.","footnotes":""},"class_list":["post-396","page","type-page","status-publish","has-post-thumbnail"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.3 (Yoast SEO v27.7) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Solar Balcony Mounting System | Luminvolt<\/title>\n<meta name=\"description\" content=\"Discover Luminvolt solar balcony mounting systems for high-rise projects, with pre-assembled frames, fast installation, and durable coastal performance.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/luminvolt.com\/es\/balcon-solar\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Solar Balcony\" \/>\n<meta property=\"og:description\" content=\"Discover Luminvolt solar balcony mounting systems for high-rise projects, with pre-assembled frames, fast installation, and durable coastal performance.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/luminvolt.com\/es\/balcon-solar\/\" \/>\n<meta property=\"og:site_name\" content=\"LuminVolt\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-16T03:10:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/Solar-panel-being-installed-on-a-metal-frame.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1280\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"12 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/solar-balcony\\\/\",\"url\":\"https:\\\/\\\/luminvolt.com\\\/solar-balcony\\\/\",\"name\":\"Solar Balcony Mounting System | Luminvolt\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/solar-balcony\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/solar-balcony\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/luminvolt.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Solar-panel-being-installed-on-a-metal-frame.webp\",\"datePublished\":\"2025-11-16T07:18:49+00:00\",\"dateModified\":\"2026-05-16T03:10:54+00:00\",\"description\":\"Discover Luminvolt solar balcony mounting systems for high-rise projects, with pre-assembled frames, fast installation, and durable coastal performance.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/solar-balcony\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/luminvolt.com\\\/solar-balcony\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/solar-balcony\\\/#primaryimage\",\"url\":\"https:\\\/\\\/luminvolt.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Solar-panel-being-installed-on-a-metal-frame.webp\",\"contentUrl\":\"https:\\\/\\\/luminvolt.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Solar-panel-being-installed-on-a-metal-frame.webp\",\"width\":1920,\"height\":1280,\"caption\":\"Solar panel being installed on a metal frame.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/solar-balcony\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/luminvolt.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Solar Balcony\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#website\",\"url\":\"https:\\\/\\\/luminvolt.com\\\/\",\"name\":\"LuminVolt\",\"description\":\"Your Partner in Advanced Solar Mounting System&amp; Energy Storage\",\"publisher\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/luminvolt.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#organization\",\"name\":\"LuminVolt\",\"url\":\"https:\\\/\\\/luminvolt.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/luminvolt.com\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/LuminVolt-02.webp\",\"contentUrl\":\"https:\\\/\\\/luminvolt.com\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/LuminVolt-02.webp\",\"width\":512,\"height\":512,\"caption\":\"LuminVolt\"},\"image\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Sistema de Montaje para Balc\u00f3n Solar | Luminvolt","description":"Descubre los sistemas de montaje solares para balcones de Luminvolt para proyectos de edificios altos, con marcos preensamblados, instalaci\u00f3n r\u00e1pida y rendimiento costero duradero.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/luminvolt.com\/es\/balcon-solar\/","og_locale":"es_ES","og_type":"article","og_title":"Solar Balcony","og_description":"Discover Luminvolt solar balcony mounting systems for high-rise projects, with pre-assembled frames, fast installation, and durable coastal performance.","og_url":"https:\/\/luminvolt.com\/es\/balcon-solar\/","og_site_name":"LuminVolt","article_modified_time":"2026-05-16T03:10:54+00:00","og_image":[{"width":1920,"height":1280,"url":"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/Solar-panel-being-installed-on-a-metal-frame.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"12 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/luminvolt.com\/solar-balcony\/","url":"https:\/\/luminvolt.com\/solar-balcony\/","name":"Sistema de Montaje para Balc\u00f3n Solar | Luminvolt","isPartOf":{"@id":"https:\/\/luminvolt.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/luminvolt.com\/solar-balcony\/#primaryimage"},"image":{"@id":"https:\/\/luminvolt.com\/solar-balcony\/#primaryimage"},"thumbnailUrl":"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/Solar-panel-being-installed-on-a-metal-frame.webp","datePublished":"2025-11-16T07:18:49+00:00","dateModified":"2026-05-16T03:10:54+00:00","description":"Descubre los sistemas de montaje solares para balcones de Luminvolt para proyectos de edificios altos, con marcos preensamblados, instalaci\u00f3n r\u00e1pida y rendimiento costero duradero.","breadcrumb":{"@id":"https:\/\/luminvolt.com\/solar-balcony\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/luminvolt.com\/solar-balcony\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/luminvolt.com\/solar-balcony\/#primaryimage","url":"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/Solar-panel-being-installed-on-a-metal-frame.webp","contentUrl":"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/Solar-panel-being-installed-on-a-metal-frame.webp","width":1920,"height":1280,"caption":"Solar panel being installed on a metal frame."},{"@type":"BreadcrumbList","@id":"https:\/\/luminvolt.com\/solar-balcony\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/luminvolt.com\/"},{"@type":"ListItem","position":2,"name":"Solar Balcony"}]},{"@type":"WebSite","@id":"https:\/\/luminvolt.com\/#website","url":"https:\/\/luminvolt.com\/","name":"LuminVolt","description":"Su Socio en Sistemas de Montaje Solar Avanzados y Almacenamiento de Energ\u00eda","publisher":{"@id":"https:\/\/luminvolt.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/luminvolt.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/luminvolt.com\/#organization","name":"LuminVolt","url":"https:\/\/luminvolt.com\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/luminvolt.com\/#\/schema\/logo\/image\/","url":"https:\/\/luminvolt.com\/wp-content\/uploads\/2024\/12\/LuminVolt-02.webp","contentUrl":"https:\/\/luminvolt.com\/wp-content\/uploads\/2024\/12\/LuminVolt-02.webp","width":512,"height":512,"caption":"LuminVolt"},"image":{"@id":"https:\/\/luminvolt.com\/#\/schema\/logo\/image\/"}}]}},"yoast_social":{"twitter_title":"","twitter_description":"","twitter_image":""},"_links":{"self":[{"href":"https:\/\/luminvolt.com\/es\/wp-json\/wp\/v2\/pages\/396","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/luminvolt.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/luminvolt.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/luminvolt.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/luminvolt.com\/es\/wp-json\/wp\/v2\/comments?post=396"}],"version-history":[{"count":15,"href":"https:\/\/luminvolt.com\/es\/wp-json\/wp\/v2\/pages\/396\/revisions"}],"predecessor-version":[{"id":601,"href":"https:\/\/luminvolt.com\/es\/wp-json\/wp\/v2\/pages\/396\/revisions\/601"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/luminvolt.com\/es\/wp-json\/wp\/v2\/media\/392"}],"wp:attachment":[{"href":"https:\/\/luminvolt.com\/es\/wp-json\/wp\/v2\/media?parent=396"}],"curies":[{"name":"- WordPress","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}