.elementor-27638 .elementor-element.elementor-element-39d5d48{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-27638 .elementor-element.elementor-element-5363031{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-27638 .elementor-element.elementor-element-ac135b0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-27638 .elementor-element.elementor-element-5d1e6c9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-27638 .elementor-element.elementor-element-9826191{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-27638 .elementor-element.elementor-element-5287627{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-27638 .elementor-element.elementor-element-bcc0acf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-27638 .elementor-element.elementor-element-8438f32{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-27638 .elementor-element.elementor-element-35c22f2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-27638 .elementor-element.elementor-element-316b9b4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-27638 .elementor-element.elementor-element-39d5d48{--content-width:1400px;}.elementor-27638 .elementor-element.elementor-element-5363031{--content-width:1400px;}.elementor-27638 .elementor-element.elementor-element-ac135b0{--content-width:1400px;}.elementor-27638 .elementor-element.elementor-element-5d1e6c9{--content-width:1400px;}.elementor-27638 .elementor-element.elementor-element-9826191{--content-width:1400px;}.elementor-27638 .elementor-element.elementor-element-5287627{--content-width:1400px;}.elementor-27638 .elementor-element.elementor-element-bcc0acf{--content-width:1400px;}.elementor-27638 .elementor-element.elementor-element-8438f32{--content-width:1400px;}.elementor-27638 .elementor-element.elementor-element-35c22f2{--content-width:1400px;}.elementor-27638 .elementor-element.elementor-element-316b9b4{--content-width:1400px;}}/* Start custom CSS */.page_main{
    padding:0px;
}
<style>
  .ak-energy-page {
    font-family: inherit;
    color: #111827;
    background: #ffffff;
    line-height: 1.65;
  }

  .ak-energy-page * {
    box-sizing: border-box;
  }

  .ak-energy-page a {
    text-decoration: none;
  }

  .ak-energy-page h1,
  .ak-energy-page h2,
  .ak-energy-page h3 {
    font-weight: 600 !important;
  }

  .ak-energy-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .ak-energy-section {
    padding: 84px 0;
    background: #ffffff;
  }

  .ak-energy-section.ak-energy-bg {
    background: #fafafa;
  }

  .ak-energy-section-head {
    max-width: 920px;
    margin: 0 auto 44px;
    text-align: center;
  }

  .ak-energy-section-head.left {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .ak-energy-section-head h2 {
    margin: 0 0 16px;
    color: #111827;
    font-size: 36px;
    line-height: 1.24;
    letter-spacing: -0.3px;
  }

  .ak-energy-section-head p {
    margin: 0;
    color: #4b5563;
    font-size: 16.5px;
  }

  .ak-energy-btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
  }

  .ak-energy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 24px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.22s ease;
  }

  .ak-energy-btn-orange {
    background: #FD9827;
    color: #ffffff;
    border: 1px solid #FD9827;
  }

  .ak-energy-btn-orange:hover {
    background: #e88718;
    color: #ffffff;
    border-color: #e88718;
    transform: translateY(-2px);
  }

  .ak-energy-btn-white {
    background: #ffffff;
    color: #111827;
    border: 1px solid #d1d5db;
  }

  .ak-energy-btn-white:hover {
    background: #111827;
    color: #ffffff;
    border-color: #111827;
    transform: translateY(-2px);
  }

  .ak-energy-hero {
    background: linear-gradient(90deg, #f8fafc 0%, #ffffff 52%, #f7fbff 100%);
    padding: 72px 0 66px;
    overflow: hidden;
  }

  .ak-energy-hero-grid {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 46px;
    align-items: center;
  }

  .ak-energy-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    border-radius: 999px;
    background: #edf7ff;
    border: 1px solid #dbeafe;
    color: #111827;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .ak-energy-label::before {
    content: "⚡";
    color: #FD9827;
    font-size: 15px;
  }

  .ak-energy-hero h1 {
    margin: 0 0 22px;
    color: #111827;
    font-size: 56px;
    line-height: 1.08;
    letter-spacing: -0.7px;
    max-width: 760px;
  }

  .ak-energy-hero p {
    margin: 0 0 30px;
    max-width: 720px;
    color: #4b5563;
    font-size: 18px;
  }

  .ak-energy-hero-media {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    min-height: 560px;
    background: #e5e7eb;
    box-shadow: 0 26px 70px rgba(17,24,39,0.14);
  }

  .ak-energy-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    display: block;
  }

  .ak-energy-hero-note {
    position: absolute;
    left: 28px;
    bottom: 28px;
    right: 28px;
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(255,255,255,0.78);
    border-radius: 18px;
    padding: 22px 24px;
    box-shadow: 0 18px 40px rgba(17,24,39,0.14);
  }

  .ak-energy-hero-note strong {
    display: block;
    color: #111827;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
  }

  .ak-energy-hero-note span {
    display: block;
    color: #4b5563;
    font-size: 14.5px;
  }

  .ak-energy-value-grid,
  .ak-energy-scenario-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }

  .ak-energy-logic-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  .ak-energy-mistake-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
  }

  .ak-energy-value-card,
  .ak-energy-logic-card,
  .ak-energy-mistake-card,
  .ak-energy-check-item,
  .ak-energy-faq-item {
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0 12px 34px rgba(17,24,39,0.05);
  }

  .ak-energy-value-card,
  .ak-energy-logic-card,
  .ak-energy-mistake-card {
    border-radius: 20px;
    padding: 28px;
    transition: all 0.22s ease;
  }

  .ak-energy-value-card:hover,
  .ak-energy-logic-card:hover,
  .ak-energy-mistake-card:hover {
    transform: translateY(-5px);
    border-color: rgba(253,152,39,0.45);
    box-shadow: 0 20px 48px rgba(17,24,39,0.09);
  }

  .ak-energy-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: #fff4e8;
    color: #FD9827;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
  }

  .ak-energy-value-card h3,
  .ak-energy-logic-card h3,
  .ak-energy-mistake-card h3,
  .ak-energy-scenario-body h3 {
    margin: 0 0 10px;
    color: #111827;
    line-height: 1.35;
  }

  .ak-energy-value-card h3,
  .ak-energy-logic-card h3,
  .ak-energy-scenario-body h3 {
    font-size: 19px;
  }

  .ak-energy-mistake-card h3 {
    font-size: 17px;
  }

  .ak-energy-value-card p,
  .ak-energy-logic-card p,
  .ak-energy-mistake-card p,
  .ak-energy-scenario-body p {
    margin: 0;
    color: #4b5563;
    font-size: 14.8px;
  }

  .ak-energy-table-wrap {
    width: 100%;
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 20px;
    box-shadow: 0 14px 38px rgba(17,24,39,0.05);
  }

  .ak-energy-table {
    width: 100%;
    min-width: 1080px;
    border-collapse: collapse;
  }

  .ak-energy-table th {
    background: #174466;
    color: #ffffff;
    text-align: left;
    padding: 18px;
    font-size: 14.5px;
    font-weight: 600;
  }

  .ak-energy-table td {
    padding: 18px;
    border-bottom: 1px solid #eeeeee;
    color: #4b5563;
    font-size: 14.5px;
    vertical-align: top;
  }

  .ak-energy-table tr:last-child td {
    border-bottom: none;
  }

  .ak-energy-table td:first-child {
    color: #111827;
    font-weight: 600;
  }

  .ak-energy-table a {
    color: #111827;
    font-weight: 600;
    border-bottom: 1px solid #FD9827;
  }

  .ak-energy-table a:hover {
    color: #FD9827;
  }

  .ak-energy-architecture {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 44px;
    align-items: center;
  }

  .ak-energy-architecture-img {
    border-radius: 24px;
    overflow: hidden;
    background: #e5e7eb;
    min-height: 520px;
    box-shadow: 0 22px 50px rgba(17,24,39,0.12);
  }

  .ak-energy-architecture-img img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    display: block;
  }

  .ak-energy-layer-list {
    display: grid;
    gap: 16px;
  }

  .ak-energy-layer-item {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 18px;
    padding: 22px 24px;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    align-items: start;
    box-shadow: 0 12px 34px rgba(17,24,39,0.05);
  }

  .ak-energy-number {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff4e8;
    color: #FD9827;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
  }

  .ak-energy-layer-item h3 {
    margin: 0 0 6px;
    color: #111827;
    font-size: 19px;
  }

  .ak-energy-layer-item p {
    margin: 0 0 10px;
    color: #4b5563;
    font-size: 14.8px;
  }

  .ak-energy-layer-item a {
    color: #111827;
    font-size: 14.5px;
    font-weight: 600;
    border-bottom: 2px solid #FD9827;
  }

  .ak-energy-scenario-card {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 34px rgba(17,24,39,0.05);
  }

  .ak-energy-scenario-img {
    height: 190px;
    background: #e5e7eb;
    overflow: hidden;
  }

  .ak-energy-scenario-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .ak-energy-scenario-body {
    padding: 24px;
  }

  .ak-energy-check-wrap {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 42px;
    align-items: start;
  }

  .ak-energy-check-copy {
    background: #111827;
    border-radius: 24px;
    padding: 42px;
    color: #ffffff;
  }

  .ak-energy-check-copy h2 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.25;
  }

  .ak-energy-check-copy p {
    margin: 0 0 26px;
    color: rgba(255,255,255,0.82);
    font-size: 16px;
  }

  .ak-energy-check-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .ak-energy-check-item {
    border-radius: 16px;
    padding: 18px;
  }

  .ak-energy-check-item strong {
    display: block;
    color: #111827;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
  }

  .ak-energy-check-item span {
    display: block;
    color: #4b5563;
    font-size: 13.8px;
  }

  .ak-energy-cta {
    background: #111827;
    border-radius: 26px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.12fr 0.88fr;
    align-items: stretch;
    box-shadow: 0 24px 60px rgba(17,24,39,0.16);
  }

  .ak-energy-cta-content {
    padding: 56px;
    color: #ffffff;
  }

  .ak-energy-cta-content h2 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 36px;
    line-height: 1.22;
  }

  .ak-energy-cta-content p {
    margin: 0 0 28px;
    color: rgba(255,255,255,0.82);
    font-size: 16px;
  }

  .ak-energy-cta-img {
    min-height: 380px;
    background: #e5e7eb;
  }

  .ak-energy-cta-img img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    display: block;
  }

  .ak-energy-final {
    max-width: 980px;
    margin: 0 auto 38px;
    background: #ffffff;
    border-left: 4px solid #FD9827;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 12px 34px rgba(17,24,39,0.05);
  }

  .ak-energy-final h2 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 30px;
    line-height: 1.28;
  }

  .ak-energy-final p {
    margin: 0;
    color: #4b5563;
    font-size: 16px;
  }

  .ak-energy-faq-wrap {
    max-width: 980px;
    margin: 0 auto;
  }

  .ak-energy-faq-item {
    border-radius: 16px;
    padding: 24px 26px;
    margin-bottom: 16px;
  }

  .ak-energy-faq-item h4 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
  }

  .ak-energy-faq-item p {
    margin: 0;
    color: #4b5563;
    font-size: 15px;
  }

  @media (max-width: 1180px) {
    .ak-energy-hero-grid,
    .ak-energy-architecture,
    .ak-energy-check-wrap,
    .ak-energy-cta {
      grid-template-columns: 1fr;
    }

    .ak-energy-value-grid,
    .ak-energy-scenario-grid,
    .ak-energy-logic-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .ak-energy-mistake-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .ak-energy-hero h1 {
      font-size: 44px;
    }
  }

  @media (max-width: 720px) {
    .ak-energy-container {
      padding: 0 18px;
    }

    .ak-energy-hero {
      padding: 44px 0 54px;
    }

    .ak-energy-hero h1 {
      font-size: 34px;
    }

    .ak-energy-hero p {
      font-size: 16px;
    }

    .ak-energy-hero-media,
    .ak-energy-hero-media img {
      min-height: 360px;
    }

    .ak-energy-hero-note {
      position: relative;
      left: auto;
      right: auto;
      bottom: auto;
      margin: -74px 18px 18px;
    }

    .ak-energy-section {
      padding: 58px 0;
    }

    .ak-energy-section-head h2,
    .ak-energy-check-copy h2,
    .ak-energy-cta-content h2,
    .ak-energy-final h2 {
      font-size: 28px;
    }

    .ak-energy-value-grid,
    .ak-energy-scenario-grid,
    .ak-energy-logic-grid,
    .ak-energy-mistake-grid,
    .ak-energy-check-grid {
      grid-template-columns: 1fr;
    }

    .ak-energy-architecture-img,
    .ak-energy-architecture-img img {
      min-height: 360px;
    }

    .ak-energy-check-copy,
    .ak-energy-cta-content {
      padding: 32px 24px;
    }
  }
</style>/* End custom CSS */