:root{--ebc-purple:#5e17eb;--ebc-purple-dark:#4d0bce;--ebc-lavender-bg:var(--global-color-9,#f3edff);--ebc-card-bg:#ffffff;--ebc-text-title:#5b06e3;--ebc-text-subtitle:#4a5568;--ebc-text-label:#2d3748;--ebc-input-bg:#f8fafc;--ebc-input-border:#5e17eb;--ebc-radius-outer:28px;--ebc-radius-inner:24px;--ebc-radius-input:14px}.ebc-outer-wrapper{font-family:'Poppins',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;max-width:100%;margin:0;background:var(--global-color-9,#f3edff) !important;border-radius:var(--ebc-radius-outer);padding:28px 20px;box-shadow:0 12px 35px rgba(94,23,235,0.07);border:1px solid #ece4ff;box-sizing:border-box;height:100%;display:flex;flex-direction:column}.ebc-card-header{text-align:center;margin-bottom:20px;flex-shrink:0}.ebc-card-title{font-size:1.55rem;font-weight:900;color:var(--ebc-text-title) !important;margin:0 0 6px 0;letter-spacing:-0.5px;line-height:1.25}.ebc-card-subtitle{font-size:.85rem;font-weight:500;color:var(--ebc-text-subtitle);margin:0;line-height:1.4;max-width:400px;margin-left:auto;margin-right:auto}.ebc-inner-card{background:var(--ebc-card-bg);border-radius:var(--ebc-radius-inner);padding:22px 18px;box-shadow:0 4px 20px rgba(0,0,0,0.03);flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box}.ebc-field-group{margin-bottom:16px}.ebc-field-label{display:block;font-size:.88rem;font-weight:700;color:var(--ebc-text-label);margin-bottom:6px}.ebc-outer-wrapper input.ebc-field-input,.ebc-outer-wrapper input[type="number"].ebc-field-input,.ebc-outer-wrapper input[type="text"].ebc-field-input{width:100% !important;padding:11px 14px !important;font-size:.92rem !important;font-weight:500 !important;color:#1e293b !important;background-color:var(--ebc-input-bg) !important;border:1.5px solid #5e17eb !important;border-radius:14px !important;box-sizing:border-box !important;outline:none !important;transition:all .2s ease-in-out !important}.ebc-outer-wrapper select.ebc-field-select{width:100% !important;padding:11px 14px !important;font-size:.92rem !important;font-weight:500 !important;color:#1e293b !important;background-color:var(--ebc-input-bg) !important;border:1.5px solid #5e17eb !important;border-radius:14px !important;box-sizing:border-box !important;outline:none !important;transition:all .2s ease-in-out !important;appearance:none !important;-webkit-appearance:none !important;-moz-appearance:none !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%235e17eb' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5'/%3E%3C/svg%3E") !important;background-repeat:no-repeat !important;background-position:right 16px center !important;background-size:13px !important;padding-right:40px !important}.ebc-outer-wrapper select.ebc-field-select:focus,.ebc-outer-wrapper input.ebc-field-input:focus{border-color:var(--ebc-purple) !important;background-color:#ffffff !important;box-shadow:0 0 0 3px rgba(94,23,235,0.12) !important}.ebc-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ebc-submit-btn{width:100%;height:48px;background:linear-gradient(180deg,#6c11ff 0%,#5200e4 100%);color:#ffffff;font-size:1.02rem;font-weight:800;border:none;border-radius:50px;cursor:pointer;box-shadow:0 8px 18px rgba(98,0,238,0.3);transition:all .25s ease;margin-top:auto;display:flex;align-items:center;justify-content:center}.ebc-submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(98,0,238,0.4);background:linear-gradient(180deg,#7722ff 0%,#5804ef 100%)}.ebc-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(15,23,42,0.55);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:999999;display:flex;align-items:center;justify-content:center;padding:12px;box-sizing:border-box;opacity:0;visibility:hidden;transition:all .25s ease}.ebc-modal-overlay.active{opacity:1;visibility:visible}.ebc-modal-dialog{background:#ffffff;width:100%;max-width:440px;border-radius:22px;box-shadow:0 20px 45px -10px rgba(0,0,0,0.22);overflow:hidden;transform:scale(0.94) translateY(12px);transition:all .25s cubic-bezier(0.16,1,0.3,1);border:1px solid #f1f5f9}.ebc-modal-overlay.active .ebc-modal-dialog{transform:scale(1) translateY(0)}.ebc-modal-header{background:#ffffff;color:#0f172a;padding:14px 20px 10px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f1f5f9}.ebc-modal-header-left{display:flex;align-items:center;gap:8px}.ebc-modal-icon{color:var(--ebc-purple);font-size:1.1rem;display:flex;align-items:center}.ebc-modal-title{font-size:1.05rem;font-weight:800;margin:0;color:#0f172a !important}.ebc-modal-close{background:transparent;border:none;color:#64748b;font-size:1.3rem;width:28px;height:28px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.ebc-modal-close:hover{background:#f1f5f9;color:#0f172a}.ebc-modal-body{padding:16px 20px;max-height:82vh;overflow-y:auto}.ebc-report-category-pill{text-align:center;margin-bottom:12px}.ebc-report-category-pill span{display:inline-block;background:#f3edff;color:#6200ee;font-size:.82rem;font-weight:700;padding:4px 14px;border-radius:50px;border:1px solid #e9dffc}.ebc-report-section-label{font-size:.72rem;font-weight:800;color:#475569;text-transform:uppercase;letter-spacing:.8px;margin-bottom:8px}.ebc-subsidy-card{background:#e8fcf2;border:1px solid #b7f4d4;border-radius:12px;padding:9px 14px;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.ebc-subsidy-card-title{font-size:.88rem;font-weight:800;color:#047857}.ebc-subsidy-card-badge{background:#ffffff;color:#047857;font-size:.78rem;font-weight:800;padding:3px 10px;border-radius:50px;border:1px solid #a7f3d0}.ebc-slab-list{margin-bottom:10px}.ebc-slab-row{display:flex;justify-content:space-between;align-items:flex-start;padding:8px 0;border-bottom:1px solid #f1f5f9}.ebc-slab-row:last-child{border-bottom:none}.ebc-slab-left-title{font-size:.88rem;font-weight:700;color:#1e293b;margin-bottom:1px}.ebc-slab-left-sub{font-size:.78rem;font-weight:500;color:#64748b}.ebc-slab-right-val{font-size:.9rem;font-weight:800;color:#0f172a;text-align:right}.ebc-energy-charge-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-top:1.5px solid #e2e8f0;border-bottom:1.5px solid #e2e8f0;margin-bottom:14px;font-size:.9rem;font-weight:800;color:#1e293b}.ebc-total-payable-card{background:#e8fcf2;border:1px solid #b7f4d4;border-radius:12px;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.ebc-total-payable-label{font-size:.8rem;font-weight:900;color:#047857;text-transform:uppercase;letter-spacing:.5px}.ebc-total-payable-val{font-size:1.45rem;font-weight:900;color:#047857;line-height:1}.ebc-conditions-box{background:#f5f0ff;border:1px solid #e9dffc;border-radius:14px;padding:12px 14px;margin-bottom:12px}.ebc-conditions-header{display:flex;align-items:center;gap:6px;font-size:.88rem;font-weight:800;color:#5e17eb;margin-bottom:6px}.ebc-conditions-list{margin:0;padding-left:18px;color:#6200ee;font-size:.78rem;line-height:1.5}.ebc-conditions-list li{margin-bottom:4px}.ebc-conditions-list li:last-child{margin-bottom:0}.ebc-report-disclaimer{text-align:center;font-size:.72rem;color:#64748b;line-height:1.4;margin:0}.ebc-template-container{width:100%;margin:0;padding:0 10px;font-family:'Poppins',-apple-system,BlinkMacSystemFont,sans-serif;box-sizing:border-box}.ebc-breadcrumbs{margin-bottom:16px;font-size:.88rem;color:#64748b;padding:0}.ebc-breadcrumbs ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:6px}.ebc-breadcrumbs a{color:#5e17eb;text-decoration:none;font-weight:600}.ebc-breadcrumbs a:hover{text-decoration:underline}.ebc-breadcrumbs .crumb-sep{color:#94a3b8}.ebc-breadcrumbs .current{color:#1e293b;font-weight:600}.ebc-page-headline{background:#5e17eb !important;color:#ffffff !important;padding:10px 16px !important;border-radius:12px !important;font-size:24px !important;font-weight:800 !important;margin:0 0 16px 0 !important;line-height:1.3 !important;box-shadow:0 6px 20px rgba(94,23,235,0.12);text-align:center}.ebc-h1-intro-box{background:var(--global-color-9,#f3edff);border:1px solid #e9dffc;border-radius:14px;padding:15px;margin-bottom:24px;text-align:center;box-shadow:0 4px 15px rgba(94,23,235,0.04)}.ebc-h1-intro-box p{margin:0;font-size:.92rem;font-weight:500;color:#475569;line-height:1.6}.ebc-top-grid{display:grid !important;grid-template-columns:1.1fr .9fr !important;gap:24px !important;align-items:stretch !important;margin-bottom:32px !important}.ebc-top-grid-left,.ebc-top-grid-right{height:100%}.ebc-how-to-card{background:#ffffff;border-radius:var(--ebc-radius-outer);padding:28px 24px;border:1px solid #e2e8f0;box-shadow:0 4px 20px rgba(0,0,0,0.03);height:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between}.ebc-how-title{font-size:1.15rem;font-weight:800;color:var(--ebc-purple);margin:0 0 20px 0;display:flex;align-items:center;gap:8px}.ebc-how-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.ebc-how-steps li{display:flex;align-items:center;gap:12px}.ebc-step-num{background:#f3edff;color:var(--ebc-purple);width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.8rem;flex-shrink:0;border:1px solid #e9dffc}.ebc-step-text p{font-size:.88rem;font-weight:600;color:#1e293b;margin:0;line-height:1.45}.ebc-how-badge{background:#e8fcf2;color:#047857;font-size:.78rem;font-weight:700;padding:6px 14px;border-radius:50px;border:1px solid #a7f3d0;display:inline-block;align-self:flex-start;margin-top:20px}.ebc-post-content-box{background:#ffffff;border-radius:24px;padding:32px;border:1px solid #e2e8f0;box-shadow:0 4px 20px rgba(0,0,0,0.03);margin-bottom:28px;color:#334155;font-size:.98rem;line-height:1.7}.ebc-author-box{background:#ffffff;border-radius:20px;padding:24px;border:1px solid #e2e8f0;box-shadow:0 4px 15px rgba(0,0,0,0.02);display:flex;align-items:center;gap:20px;margin-bottom:28px}.ebc-author-avatar-wrap{width:75px;height:75px;border-radius:50%;overflow:hidden;flex-shrink:0;border:3px solid #f3edff}.ebc-author-avatar-wrap img{width:100%;height:100%;object-fit:cover}.ebc-author-label{font-size:.72rem;font-weight:800;text-transform:uppercase;color:#64748b;letter-spacing:.8px}.ebc-author-name{font-size:1.15rem;font-weight:800;color:#0f172a;margin:2px 0 6px 0}.ebc-author-bio{font-size:.86rem;color:#475569;margin:0;line-height:1.5}.ebc-related-section{margin-bottom:32px}.ebc-related-title{font-size:1.25rem;font-weight:800;color:#0f172a;margin-bottom:16px}.ebc-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ebc-related-card{background:#ffffff;border-radius:18px;padding:18px;border:1px solid #e2e8f0;box-shadow:0 4px 12px rgba(0,0,0,0.02);transition:all .25s ease;text-decoration:none !important;display:block}.ebc-related-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(94,23,235,0.08);border-color:#c7d2fe}.ebc-related-card-cat{font-size:.75rem;font-weight:700;color:var(--ebc-purple);text-transform:uppercase;margin-bottom:6px}.ebc-related-card-title{font-size:.95rem;font-weight:800;color:#0f172a;margin:0 0 8px 0;line-height:1.35}.ebc-related-card-link{font-size:.82rem;font-weight:700;color:var(--ebc-purple);display:inline-flex;align-items:center;gap:4px}.single-post .site-main>.comments-area,.single-post #comments:not(.ebc-comments-container #comments){display:none !important}.ebc-comments-container{background:#ffffff;border-radius:24px;padding:32px;border:1px solid #e2e8f0;box-shadow:0 4px 20px rgba(0,0,0,0.03);margin-bottom:30px}.ebc-comments-container .comments-title,.ebc-comments-container .comment-reply-title{font-size:1.25rem !important;font-weight:800 !important;color:#0f172a !important;margin-bottom:18px !important;display:block !important}.ebc-comments-container textarea,.ebc-comments-container input[type="text"],.ebc-comments-container input[type="email"],.ebc-comments-container input[type="url"]{width:100% !important;padding:12px 16px !important;font-family:'Poppins',sans-serif !important;font-size:.92rem !important;color:#1e293b !important;background-color:#f8fafc !important;border:1.5px solid #5e17eb !important;border-radius:14px !important;box-sizing:border-box !important;outline:none !important;margin-bottom:14px !important;transition:all .2s ease-in-out !important}.ebc-comments-container textarea:focus,.ebc-comments-container input[type="text"]:focus,.ebc-comments-container input[type="email"]:focus,.ebc-comments-container input[type="url"]:focus{background-color:#ffffff !important;border-color:#5e17eb !important;box-shadow:0 0 0 3px rgba(94,23,235,0.12) !important}.ebc-comments-container #submit,.ebc-comments-container .submit,.ebc-comments-container input[type="submit"]{background:linear-gradient(180deg,#6c11ff 0%,#5200e4 100%) !important;color:#ffffff !important;font-size:1rem !important;font-weight:800 !important;padding:12px 36px !important;border:none !important;border-radius:50px !important;cursor:pointer !important;box-shadow:0 8px 18px rgba(98,0,238,0.3) !important;transition:all .25s ease !important;display:inline-block !important;margin-top:6px !important}.ebc-comments-container #submit:hover,.ebc-comments-container .submit:hover,.ebc-comments-container input[type="submit"]:hover{transform:translateY(-2px) !important;box-shadow:0 10px 22px rgba(98,0,238,0.4) !important;background:linear-gradient(180deg,#7722ff 0%,#5804ef 100%) !important}.ebc-comments-container .comment-list{list-style:none !important;margin:0 0 24px 0 !important;padding:0 !important}.ebc-comments-container .comment-body{background:#f8fafc;border-radius:18px;padding:18px;margin-bottom:14px;border:1px solid #e2e8f0}.ebc-toc-wrapper{background:#f8fafc;border:1.5px solid #e2e8f0;border-left:5px solid var(--global-color-8,var(--ebc-purple,#5e17eb));border-radius:16px;padding:20px 24px;margin:28px 0;box-shadow:0 4px 20px rgba(94,23,235,0.04)}.ebc-toc-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid #e2e8f0}.ebc-toc-title{font-size:1.05rem;font-weight:800;color:#0f172a;display:flex;align-items:center;gap:8px}.ebc-toc-list{margin:0;padding-left:22px;display:grid !important;grid-template-columns:repeat(2,1fr) !important;gap:12px 28px !important}.ebc-toc-list li{font-size:.94rem;color:#64748b;font-weight:500;line-height:1.5}.ebc-toc-list li a{color:var(--global-color-8,var(--ebc-purple,#5e17eb));text-decoration:none;font-weight:600;transition:color .2s ease,text-decoration .2s ease}.ebc-toc-list li a:hover{color:var(--global-color-8,var(--ebc-purple,#5e17eb));text-decoration:underline}@media (max-width:860px){.ebc-top-grid{grid-template-columns:1fr !important;align-items:stretch}.ebc-related-grid{grid-template-columns:1fr}.ebc-page-headline{font-size:20px !important;padding:8px 12px !important}.ebc-author-box{flex-direction:column;text-align:center}.ebc-toc-wrapper{padding:16px 18px}.ebc-toc-list{grid-template-columns:1fr !important}}.ebc-hp-container{font-family:'Poppins',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:#ffffff;max-width:100%;padding:0 10px;margin:0 0 28px 0;box-sizing:border-box;width:100%}.ebc-hp-main-title{background:var(--global-color-8,#5e17eb) !important;color:#ffffff !important;padding:10px 16px !important;border-radius:12px !important;font-size:24px !important;font-weight:800 !important;margin:0 0 16px 0 !important;line-height:1.3 !important;box-shadow:0 6px 20px rgba(94,23,235,0.12);text-align:center;letter-spacing:normal}.ebc-hp-main-intro{background:var(--global-color-9,#f3edff);border:1px solid #e9dffc;border-radius:14px;padding:15px;margin:0 auto 40px auto;text-align:center;box-shadow:0 4px 15px rgba(94,23,235,0.04);max-width:100%;box-sizing:border-box}.ebc-hp-main-intro p{margin:0;font-size:.92rem;font-weight:500;color:#475569;line-height:1.6}.ebc-hp-map-section{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;margin-bottom:48px}.ebc-hp-map-wrapper{background:#ffffff;border:1px solid #e2e8f0;border-radius:24px;padding:24px;box-shadow:0 4px 20px rgba(0,0,0,0.02);display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.ebc-hp-map-wrapper h3{font-size:1.1rem;font-weight:800;color:#0f172a;margin:0 0 16px 0;text-align:center}.ebc-hp-map-container{width:100%;height:auto;max-width:480px;position:relative}.ebc-hp-map-container svg{width:100%;height:auto;display:block}.ebc-hp-map-container path{fill:var(--global-color-9,#f3edff);stroke:#ffffff;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;cursor:pointer;transition:fill .25s ease,stroke .25s ease,filter .25s ease}.ebc-hp-map-container path:hover,.ebc-hp-map-container path.active-path{fill:var(--global-color-8,#5e17eb) !important;stroke:#ffffff;stroke-width:2.2;filter:drop-shadow(0 4px 12px rgba(94,23,235,0.3))}.ebc-hp-states-wrapper{display:flex;flex-direction:column;box-sizing:border-box}.ebc-hp-states-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.ebc-hp-section-title{font-size:1.3rem;font-weight:900;color:#0f172a;margin:0 !important}.ebc-hp-states-search{position:relative;width:100%;max-width:240px;background:#ffffff;border:1.5px solid #e2e8f0;border-radius:12px;padding:4px;display:flex;align-items:center;box-shadow:0 2px 4px rgba(0,0,0,0.01);transition:border-color .2s ease}.ebc-hp-states-search:focus-within{border-color:var(--global-color-8,#5e17eb)}.ebc-hp-states-search input{border:none !important;outline:none !important;width:100%;padding:8px 12px 8px 36px;font-size:.85rem;color:#0f172a;font-weight:600;background:transparent;border-radius:8px;box-sizing:border-box}.ebc-hp-states-search .search-icon{position:absolute;left:14px;font-size:.95rem;color:#64748b;pointer-events:none}.ebc-hp-states-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;max-height:480px;overflow-y:auto;padding-right:8px}.ebc-hp-states-grid::-webkit-scrollbar{width:6px}.ebc-hp-states-grid::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.ebc-hp-states-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.ebc-hp-states-grid::-webkit-scrollbar-thumb:hover{background:#94a3b8}.ebc-hp-state-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 16px;text-decoration:none !important;font-weight:700;font-size:.85rem;color:#0f172a;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease;box-shadow:0 2px 4px rgba(0,0,0,0.01)}.ebc-hp-state-card:hover,.ebc-hp-state-card.highlighted-state{background:var(--global-color-8,#5e17eb);color:#ffffff !important;border-color:var(--global-color-8,#5e17eb);transform:translateY(-2px);box-shadow:0 6px 12px rgba(94,23,235,0.15)}.ebc-hp-state-arrow{font-size:.75rem;opacity:.7;transition:transform .2s ease}.ebc-hp-state-card:hover .ebc-hp-state-arrow,.ebc-hp-state-card.highlighted-state .ebc-hp-state-arrow{transform:translateX(3px);opacity:1}.ebc-hp-no-results{grid-column:1 / -1;text-align:center;padding:30px;color:#64748b;font-weight:600;background:#ffffff;border:1px dashed #cbd5e1;border-radius:14px;display:none}.ebc-hp-tools-section-title{font-size:1.4rem;font-weight:800;color:#0f172a;margin:40px 0 24px 0 !important;display:flex;align-items:center;gap:10px}.ebc-hp-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:28px}.ebc-hp-service-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:24px;padding:32px 24px;text-decoration:none !important;box-shadow:0 4px 20px rgba(0,0,0,0.02);transition:transform .3s cubic-bezier(0.4,0,0.2,1),border-color .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;box-sizing:border-box}.ebc-hp-service-card:hover{transform:translateY(-6px);border-color:var(--global-color-8,#5e17eb);box-shadow:0 20px 25px -5px rgba(94,23,235,0.08)}.ebc-hp-service-icon-wrap{margin-bottom:20px;display:inline-block;transition:transform .3s ease}.ebc-hp-service-card:hover .ebc-hp-service-icon-wrap{transform:scale(1.1)}.ebc-hp-service-icon{font-size:2.8rem}.ebc-hp-service-card h3{font-size:1.25rem;font-weight:900;color:#0f172a;margin:0 0 12px 0 !important}.ebc-hp-service-card p{font-size:.88rem;color:#64748b;line-height:1.6;margin:0;font-weight:500}#ebcMapTooltip{position:fixed;display:none;background:#0f172a;color:#ffffff;padding:6px 12px;border-radius:6px;font-size:.78rem;font-weight:700;pointer-events:none;box-shadow:0 4px 10px rgba(0,0,0,0.15);z-index:10000;border:1px solid rgba(255,255,255,0.1);white-space:nowrap}@media (max-width:991px){.ebc-hp-map-section{grid-template-columns:1fr;gap:30px}.ebc-hp-map-wrapper{max-width:100% !important;width:100% !important;margin:0 auto;padding:16px !important;box-sizing:border-box !important}.ebc-hp-map-container{max-width:100% !important;width:100% !important}.ebc-hp-services-grid{grid-template-columns:1fr;gap:20px}}@media (max-width:768px){.home .inside-article{padding:15px 10px !important}.home .entry-content{padding:0 !important}.ebc-hp-container{padding:0 5px !important}.ebc-hp-map-wrapper{padding:12px !important}}.ebc-tc-wrapper-full{font-family:'Poppins',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:#ffffff;border:1px solid #e2e8f0;border-radius:24px;padding:32px;margin:28px 0;box-shadow:0 10px 30px rgba(0,0,0,0.02);box-sizing:border-box;width:100%}.ebc-tc-header-full{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;border-bottom:2px solid #f1f5f9;padding-bottom:20px;margin-bottom:28px;gap:12px}.ebc-tc-title-wrap-full h3{font-size:1.6rem;font-weight:800;color:#5e17eb;margin:0 0 6px 0;letter-spacing:-0.5px}.ebc-tc-title-wrap-full p{font-size:.9rem;color:#64748b;margin:0;font-weight:500}.ebc-tc-badge-full{background:#f3edff;color:#5e17eb;padding:8px 18px;border-radius:99px;font-size:.85rem;font-weight:700;border:1px solid #e5d5ff}.ebc-tc-cat-title-full{font-size:1.2rem;font-weight:800;color:#0f172a;margin:32px 0 16px 0;border-left:5px solid #5e17eb;padding-left:12px}.ebc-tc-table-full{width:100% !important;border-collapse:collapse !important;margin-bottom:20px !important;border:1px solid #e2e8f0 !important;border-radius:12px !important;overflow:hidden !important}.ebc-tc-table-full th{background:#5e17eb !important;color:#ffffff !important;padding:14px 18px !important;font-weight:700 !important;text-align:left !important;font-size:.92rem !important;border:none !important}.ebc-tc-table-full td{padding:12px 18px !important;border-bottom:1px solid #f1f5f9 !important;color:#334155 !important;font-size:.9rem !important;font-weight:500 !important;border-top:none !important;border-left:none !important;border-right:none !important;line-height:1.5 !important}.ebc-tc-table-full tr:last-child td{border-bottom:none !important}.ebc-tc-table-full tr:nth-child(even){background:#f8fafc !important}.ebc-tc-fixed-highlight{color:#0f172a;font-weight:600;background:#ffffff !important}.ebc-tc-fixed-highlight strong{color:#5e17eb}.ebc-tc-footer-taxes-full{margin-top:32px;padding-top:20px;border-top:2px solid #f1f5f9;display:flex;flex-wrap:wrap;gap:16px}.ebc-tc-tax-badge-full{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:8px 14px;font-size:.85rem;color:#475569;font-weight:600}.ebc-tc-tax-badge-full strong{color:#5e17eb}.ebc-tc-cat-note-full{font-size:.82rem;color:#64748b;margin-top:-10px;margin-bottom:24px;font-style:italic;padding-left:4px}.ebc-tc-customer-charges-wrap{background:#fdfbff;border:1px solid #f3edff;border-radius:12px;padding:16px;margin-top:-12px;margin-bottom:24px;font-size:.85rem;color:#4b5563}.ebc-tc-customer-charges-title{font-weight:700;color:#5e17eb;margin-bottom:8px}.ebc-tc-cc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px}.ebc-tc-cc-item{background:#ffffff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 12px;font-weight:600;display:flex;justify-content:space-between}.ebc-archive-grid-container{font-family:'Poppins',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:#f8fafc;border-radius:24px;padding:40px;margin:28px 0;box-sizing:border-box;width:100%}.ebc-archive-grid-header{text-align:center;margin-bottom:40px}.ebc-archive-grid-header h2{font-size:2rem;font-weight:800;color:#0f172a;margin:0 0 10px 0;letter-spacing:-0.5px}.ebc-archive-grid-header h2 span{color:#5e17eb}.ebc-archive-grid-header p{font-size:.95rem;color:#64748b;margin:0;font-weight:500;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.ebc-archive-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}.ebc-post-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:20px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.01),0 2px 4px -1px rgba(0,0,0,0.01);transition:transform .3s cubic-bezier(0.4,0,0.2,1),border-color .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.ebc-post-card:hover{transform:translateY(-8px);border-color:#5e17eb;box-shadow:0 20px 25px -5px rgba(94,23,235,0.08),0 10px 10px -5px rgba(94,23,235,0.03)}.ebc-card-thumb-wrap{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#e2e8f0}.ebc-card-thumb-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.ebc-post-card:hover .ebc-card-thumb-wrap img{transform:scale(1.05)}.ebc-dummy-thumb-fallback{width:100%;height:100%;background:linear-gradient(135deg,#5e17eb 0%,#1e1b4b 100%);display:flex;justify-content:center;align-items:center;position:relative}.ebc-dummy-thumb-fallback::after{content:'';position:absolute;width:60%;height:60%;background:radial-gradient(circle,rgba(94,23,235,0.4) 0%,rgba(0,0,0,0) 70%);filter:blur(10px)}.ebc-dummy-lightning{font-size:3rem;color:#fbbf24;z-index:1;filter:drop-shadow(0 0 10px rgba(251,191,36,0.6));animation:ebc_pulse_glow 2s infinite ease-in-out}@keyframes ebc_pulse_glow{0%,100%{transform:scale(1);filter:drop-shadow(0 0 10px rgba(251,191,36,0.6))}50%{transform:scale(1.1);filter:drop-shadow(0 0 20px rgba(251,191,36,0.9))}}.ebc-card-badge{position:absolute;top:14px;left:14px;padding:6px 14px;border-radius:99px;font-size:.75rem;font-weight:700;z-index:2;box-shadow:0 4px 6px rgba(0,0,0,0.1)}.ebc-card-badge.badge-calc{background:#ffffff;color:#5e17eb}.ebc-card-badge.badge-tariff{background:#1e1b4b;color:#ffffff;border:1px solid rgba(255,255,255,0.15)}.ebc-card-content{padding:24px;display:flex;flex-direction:column;flex-grow:1}.ebc-card-content h3{font-size:1.15rem;font-weight:800;color:#0f172a;margin:0 0 10px 0;line-height:1.4;transition:color .2s ease}.ebc-post-card:hover .ebc-card-content h3{color:#5e17eb}.ebc-card-excerpt{font-size:.85rem;color:#64748b;line-height:1.6;margin:0 0 20px 0;font-weight:500;flex-grow:1}.ebc-card-btn-wrap{margin-top:auto}.ebc-card-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:12px 20px;border-radius:12px;font-size:.85rem;font-weight:700;text-decoration:none !important;transition:background .2s ease,transform .2s ease;box-sizing:border-box}.ebc-card-btn.btn-calc{background:#5e17eb;color:#ffffff !important}.ebc-card-btn.btn-calc:hover{background:#4d10ca}.ebc-card-btn.btn-tariff{background:#1e1b4b;color:#ffffff !important}.ebc-card-btn.btn-tariff:hover{background:#110f34}.ebc-archive-pagination{margin-top:48px;display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}.ebc-archive-pagination .page-numbers{font-size:.9rem;font-weight:700;color:#5e17eb;background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:10px 18px;text-decoration:none !important;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,0.02)}.ebc-archive-pagination .page-numbers:hover{background:#f3edff;border-color:#5e17eb;color:#5e17eb;transform:translateY(-2px)}.ebc-archive-pagination .page-numbers.current{background:#5e17eb;color:#ffffff !important;border-color:#5e17eb;box-shadow:0 4px 10px rgba(94,23,235,0.25)}.ebc-archive-pagination .page-numbers.dots{background:transparent;border:none;box-shadow:none;color:#64748b;cursor:default}.ebc-archive-pagination .page-numbers.dots:hover{transform:none;background:transparent}@media (max-width:640px){.ebc-archive-grid-container{padding:24px}.ebc-archive-grid-header h2{font-size:1.6rem}}.ebc-ou-container{font-family:'Poppins',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:#ffffff;border:1px solid #e2e8f0;border-radius:24px;padding:32px;margin:28px 0;box-shadow:0 10px 30px rgba(0,0,0,0.02);box-sizing:border-box;width:100%}.ebc-ou-title-box{text-align:center;margin-bottom:28px}.ebc-ou-title-box h3{font-size:1.5rem;font-weight:800;color:#0f172a;margin:0 0 8px 0}.ebc-ou-title-box h3 span{color:#5e17eb}.ebc-ou-title-box p{font-size:.88rem;color:#64748b;margin:0;font-weight:500}.ebc-ou-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.ebc-ou-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:24px;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.ebc-ou-card:hover{transform:translateY(-5px);border-color:#5e17eb;box-shadow:0 12px 20px rgba(94,23,235,0.05);background:#ffffff}.ebc-ou-badge{display:inline-block;padding:4px 12px;border-radius:99px;font-size:.72rem;font-weight:700;align-self:flex-start;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.ebc-ou-badge.badge-domestic{background:#e0e7ff;color:#4338ca}.ebc-ou-badge.badge-commercial{background:#fef3c7;color:#d97706}.ebc-ou-badge.badge-industrial{background:#d1fae5;color:#059669}.ebc-ou-badge.badge-other{background:#f3e8ff;color:#7c3aed}.ebc-ou-card h4{font-size:1.05rem;font-weight:800;color:#0f172a;margin:0 0 12px 0;line-height:1.4}.ebc-ou-price-wrap{margin:8px 0 20px 0}.ebc-ou-price-label{font-size:.75rem;font-weight:600;color:#64748b;display:block;margin-bottom:2px}.ebc-ou-price-val{font-size:2rem;font-weight:900;color:#5e17eb}.ebc-ou-price-unit{font-size:.95rem;font-weight:600;color:#64748b}.ebc-ou-details{list-style:none !important;margin:0 !important;padding:0 !important;font-size:.82rem;color:#334155;flex-grow:1}.ebc-ou-details li{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f1f5f9;margin:0 !important}.ebc-ou-details li:last-child{border-bottom:none}.ebc-ou-details li span.lbl{color:#64748b;font-weight:500}.ebc-ou-details li span.val{font-weight:700;color:#0f172a;text-align:right}.ebc-ou-card-footer{margin-top:18px;padding-top:14px;border-top:1px dashed #e2e8f0;font-size:.78rem;color:#64748b;line-height:1.4;font-weight:500}