@import url('https://fonts.googleapis.com/css2?family=Stack+Sans+Notch:wght@400;500;600;700;800;900&display=swap');

:root {
  --energia-blue: #2667b0;
  --energia-blue-rgb: 38, 103, 176;
  --energia-link-blue: #2164b2;
  --energia-green: #87ab42;
  --energia-green-rgb: 135, 171, 66;
  --energia-accent-green: #61ce70;
  --energia-dark: #151515;
  --energia-text: #7c858c;
  --energia-muted: #87857f;

  --cilox-base: #87ab42;
  --cilox-base-rgb: 135, 171, 66;
  --cilox-black: #151515;
  --cilox-black-rgb: 21, 21, 21;
  --cilox-text: #7c858c;
  --cilox-text2: #87857f;
  --cilox-border-color: #e4ecd8;
}

/* Diventa partner */
.partner100-page {
  background: #f7f8f4;
}

.partner-new-hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  overflow: hidden;
  padding: 190px 0 92px;
  background: #0d1721;
  color: #fff;
}

.partner-new-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(13,23,33,.96) 0%, rgba(13,23,33,.82) 46%, rgba(13,23,33,.36) 100%),
    linear-gradient(180deg, rgba(13,23,33,.22) 0%, rgba(13,23,33,.96) 100%);
}

.partner-new-hero__media {
  position: absolute;
  inset: 0 0 0 0%;
  z-index: -3;
}

.partner-new-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(1.04);
}

.partner-new-hero .cilox-breadcrumb {
  position: relative;
  display: inline-flex;
  margin: 0 0 48px;
  padding: 13px 24px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: rgba(13,23,33,.52);
  backdrop-filter: blur(10px);
}

.partner-new-hero .cilox-breadcrumb li,
.partner-new-hero .cilox-breadcrumb li a,
.partner-new-hero .cilox-breadcrumb li span {
  color: #fff;
  font-weight: 900;
}

.partner-new-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 54px;
  align-items: end;
}

.partner-new-hero__copy h1 {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font-family: "Stack Sans Notch", sans-serif;
  font-size: clamp(54px, 4vw, 118px);
  font-weight: 900;
  line-height: .94;
  letter-spacing: 0;
}

.partner-new-hero__copy p {
  max-width: 780px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 21px;
  line-height: 1.65;
  font-weight: 800;
}

.partner-new-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 38px;
}

.partner-link {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: #a8cb63;
  text-underline-offset: 7px;
}

.partner-new-hero__panel {
  padding: 34px;
  border-left: 6px solid #a8cb63;
  background: rgba(255,255,255,.09);
  box-shadow: 0 28px 70px rgba(0,0,0,.24);
  backdrop-filter: blur(14px);
}

.partner-new-hero__panel span {
  display: block;
  color: #a8cb63;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.partner-new-hero__panel strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 900;
}

.partner-new-hero__panel ul {
  display: grid;
  gap: 13px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.partner-new-hero__panel li {
  display: flex;
  gap: 11px;
  align-items: center;
  color: rgba(255,255,255,.84);
  font-weight: 800;
}

.partner-new-hero__panel li i {
  color: #a8cb63;
}

.partner-new-main {
  background: #f7f8f4;
}

.partner-proof {
  margin-top: -52px;
  position: relative;
  z-index: 2;
}

.partner-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(13,23,33,.12);
  background: #fff;
  box-shadow: 0 28px 70px rgba(13,23,33,.12);
}

.partner-proof__grid div {
  min-height: 174px;
  padding: 32px;
  border-right: 1px solid rgba(13,23,33,.1);
}

.partner-proof__grid div:last-child {
  border-right: 0;
}

.partner-proof__grid strong {
  display: block;
  color: #87ab42;
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
}

.partner-proof__grid span {
  display: block;
  max-width: 330px;
  margin-top: 18px;
  color: #111822;
  font-size: 20px;
  line-height: 1.38;
  font-weight: 900;
}

.partner-fit__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, .75fr);
  gap: 70px;
  align-items: start;
}

.partner-fit__intro h2,
.partner-form-copy h2,
.partner-faq__head h2 {
  margin: 0;
  color: #111822;
  font-family: "Stack Sans Notch", sans-serif;
  font-size: clamp(42px, 5vw, 82px);
  font-weight: 900;
  line-height: .96;
  letter-spacing: 0;
}

.partner-fit__intro p,
.partner-form-copy p {
  max-width: 780px;
  margin: 24px 0 0;
  color: rgba(17,24,34,.68);
  font-size: 20px;
  line-height: 1.7;
  font-weight: 800;
}

.partner-fit__list {
  display: grid;
  gap: 12px;
}

.partner-fit__list button {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 82px;
  padding: 12px 18px;
  border: 1px solid rgba(17,24,34,.12);
  background: #fff;
  color: #111822;
  text-align: left;
  font-weight: 900;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.partner-fit__list button i {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  background: #edf3e3;
  color: #87ab42;
  font-size: 22px;
}

.partner-fit__list button.is-active,
.partner-fit__list button:hover {
  background: #111822;
  color: #fff;
  transform: translateX(6px);
}

.partner-operating {
  padding: 92px 0;
  background: #111822;
  color: #fff;
}

.partner-operating__grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
}

.partner-operating__visual {
  min-height: 560px;
  padding: 42px;
  background:
    linear-gradient(180deg, rgba(17,24,34,.1) 0%, rgba(17,24,34,.78) 100%),
    url("../images/100energia/service-consulting.jpg") center / cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.partner-operating__visual span {
  color: #a8cb63;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.partner-operating__visual h2 {
  max-width: 540px;
  margin: 16px 0 0;
  color: #fff;
  font-size: clamp(38px, 4.5vw, 70px);
  line-height: 1;
  font-weight: 900;
}

.partner-operating__visual p {
  max-width: 560px;
  margin: 20px 0 0;
  color: rgba(255,255,255,.8);
  font-size: 18px;
  line-height: 1.62;
  font-weight: 800;
}

.partner-operating__visual a {
  width: fit-content;
  margin-top: 28px;
  padding: 16px 22px;
  background: #a8cb63;
  color: #101821;
  font-weight: 900;
}

.partner-operating__steps {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.16);
}

.partner-operating__steps article {
  padding: 34px 0 34px 34px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.partner-operating__steps span {
  color: #a8cb63;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.partner-operating__steps h3 {
  margin: 13px 0 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 900;
}

.partner-operating__steps p {
  max-width: 640px;
  margin: 14px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 17px;
  line-height: 1.62;
  font-weight: 800;
}

.partner-form-layout {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.partner-form-copy {
  position: sticky;
  top: 120px;
}

.partner-form-copy__notes {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.partner-form-copy__notes div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  color: #111822;
  font-weight: 900;
}

.partner-form-copy__notes i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  background: #111822;
  color: #a8cb63;
}

.partner-rich-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 34px;
  background: #fff;
  border: 1px solid rgba(17,24,34,.1);
  box-shadow: 0 28px 70px rgba(17,24,34,.1);
}

.partner-rich-form label {
  display: grid;
  gap: 9px;
  margin: 0;
  color: #111822;
  font-weight: 900;
}

.partner-rich-form label > span {
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.partner-rich-form input,
.partner-rich-form select,
.partner-rich-form textarea {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(17,24,34,.13);
  background: #f7f8f4;
  padding: 0 18px;
  color: #111822;
  font-weight: 400;
  outline: 0;
}

.partner-rich-form input::placeholder,
.partner-rich-form textarea::placeholder {
  color: #8a929b;
  font-weight: 400;
  opacity: 1;
}

.partner-rich-form textarea {
  min-height: 150px;
  padding-top: 16px;
  resize: vertical;
}

.partner-rich-form input:focus,
.partner-rich-form select:focus,
.partner-rich-form textarea:focus {
  border-color: #87ab42;
  background: #fff;
}

.partner-rich-form__full {
  grid-column: 1 / -1;
}

.partner-rich-form__privacy {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 12px !important;
  color: rgba(17,24,34,.68);
  font-size: 14px;
  line-height: 1.45;
}

.partner-rich-form__privacy input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #87ab42;
}

.partner-faq__head {
  max-width: 760px;
  margin-bottom: 32px;
}

.partner-faq__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(17,24,34,.12);
}

.partner-faq__grid article {
  min-height: 260px;
  padding: 34px;
  background: #fff;
}

.partner-faq__grid h3 {
  margin: 0;
  color: #111822;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 900;
}

.partner-faq__grid p {
  margin: 18px 0 0;
  color: rgba(17,24,34,.66);
  font-size: 17px;
  line-height: 1.62;
  font-weight: 800;
}

@media (max-width: 1199px) {
  .partner-new-hero__grid,
  .partner-fit__grid,
  .partner-operating__grid,
  .partner-form-layout {
    grid-template-columns: 1fr;
  }

  .partner-new-hero__panel {
    max-width: 620px;
  }

  .partner-form-copy {
    position: static;
  }
}

@media (max-width: 991px) {
  .partner-new-hero {
    min-height: 0;
    padding: 160px 0 76px;
  }

  .partner-new-hero__media {
    inset: 0;
    opacity: .34;
  }

  .partner-proof__grid,
  .partner-faq__grid {
    grid-template-columns: 1fr;
  }

  .partner-proof__grid div {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(13,23,33,.1);
  }

  .partner-proof__grid div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .partner-new-hero {
    padding: 142px 0 64px;
  }

  .partner-new-hero .cilox-breadcrumb {
    margin-bottom: 32px;
  }

  .partner-new-hero__copy h1 {
    font-size: 48px;
  }

  .partner-new-hero__copy p,
  .partner-fit__intro p,
  .partner-form-copy p {
    font-size: 17px;
  }

  .partner-new-hero__panel,
  .partner-rich-form,
  .partner-operating__visual {
    padding: 26px;
  }

  .partner-rich-form {
    grid-template-columns: 1fr;
  }

  .partner-operating,
  .partner-form-section {
    padding: 62px 0;
  }

  .partner-operating__visual {
    min-height: 500px;
  }

  .partner-operating__steps article {
    padding: 28px 0;
  }

  .partner-fit__list button {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .partner-fit__list button i {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 480px) {
  .partner-new-hero__copy h1 {
    font-size: 42px;
  }

  .partner-fit__intro h2,
  .partner-form-copy h2,
  .partner-faq__head h2 {
    font-size: 38px;
  }

  .partner-new-hero__panel strong,
  .partner-operating__steps h3,
  .partner-faq__grid h3 {
    font-size: 28px;
  }
}

a {
  color: var(--energia-link-blue);
}

a:hover {
  color: var(--energia-green);
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*="__title"],
[class*="-title"],
.sec-title__title,
.section-title,
.main-slider-one__title,
.main-slider-one__title span,
.main-slider-one__title .word {
  font-family: "Stack Sans Notch", sans-serif;
}

.main-slider-one__count-bar .main-slider-one__custom-dots .slick-dots li.slick-active button,
.main-slider-two__count-bar .main-slider-two__custom-dots .slick-dots li.slick-active button,
.main-slider-three__count-bar .main-slider-three__custom-dots .slick-dots li.slick-active button {
  color: var(--energia-green);
}

.main-slider-one__count-bar .main-slider-one__custom-dots .slick-dots li.slick-active button::after,
.main-slider-two__count-bar .main-slider-two__custom-dots .slick-dots li.slick-active button::after,
.main-slider-three__count-bar .main-slider-three__custom-dots .slick-dots li.slick-active button::after {
  background-color: var(--energia-green);
}

.main-slider-one__slick-button:hover,
.main-slider-two__slick-button:hover,
.main-slider-three__slick-button:hover {
  background-color: var(--energia-green);
}

.main-slider-one__bg__shape {
  filter: hue-rotate(48deg) saturate(0.85);
}

.main-slider-one__item::after {
  opacity: 0.55;
}

.main-slider-one__bg {
  opacity: 48%;
}

.main-slider-one .slick-active .main-slider-one__bg {
  opacity: 58%;
}

.main-slider-one__custom-dots,
.main-slider-one__count-bar,
.main-slider-one__count-bar .slick-dots,
.main-slider-one .cilox-slick__counter {
  display: none !important;
}

.main-slider-one__arrow-only {
  position: absolute;
  z-index: 20;
  left: max(30px, calc((100vw - 1200px) / 2 + 30px));
  bottom: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-slider-one__item {
  display: flex;
  align-items: center;
  min-height: 820px;
  padding-top: 220px;
  padding-bottom: 130px;
}

.main-slider-one__item > .container {
  width: 100%;
}

.main-slider-one .slick-track {
  display: flex;
}

.main-slider-one .slick-slide {
  height: auto;
}

.main-slider-one .slick-slide > div,
.main-slider-one .item,
.main-slider-one__item {
  height: 100%;
}

@media (max-width: 1199px) {
  .main-slider-one__arrow-only {
    left: 30px;
    bottom: 35px;
  }
}

@media (max-width: 575px) {
  .main-slider-one__arrow-only {
    left: 32px;
    right: auto;
    bottom: auto;
    top: auto;
    bottom: 42px;
    padding: 7px;
    border-radius: 999px;
    background: rgba(16, 24, 32, 0.58);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .main-slider-one__arrow-only .main-slider-one__slick-button {
    width: 42px;
    height: 42px;
  }
}

.home-offer-card {
  position: relative;
  z-index: 5;
  width: min(100%, 400px);
  margin-left: auto;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(135, 171, 66, 0.38);
  background: #151515;
  color: #fff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.home-offer-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 18px 20px 0;
  flex-wrap: wrap;
}

.home-offer-card__body {
  padding: 16px 20px 18px;
  text-align: left;
}

.home-offer-card__body h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 18px;
  line-height: 1.12;
  font-weight: 900;
}

.home-offer-card__monitor {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: #2265B1;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-offer-card--gas .home-offer-card__monitor {
  background: #87ab42;
}

.home-offer-card__kind {
  color: var(--energia-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-offer-card__price-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-offer-card__price-row {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.home-offer-card__label {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.home-offer-card__label::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--energia-green);
}

.home-offer-card__value {
  display: block;
  color: var(--energia-green);
  font-size: 18px;
  line-height: 1.18;
  font-weight: 900;
  white-space: normal;
}

.home-offer-card--gas .home-offer-card__value {
  color: #6aa8ea;
}

.home-offer-card__value small,
.home-offer-card__fee-value small {
  margin-left: 3px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  font-weight: 800;
}

.home-offer-card__fee-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.18);
}

.home-offer-card__fee-label {
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
}

.home-offer-card__fee-value {
  color: var(--energia-green);
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}

.home-offer-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 14px;
  border-radius: 10px;
  background: var(--energia-green);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.home-offer-card--gas .home-offer-card__cta {
  background: #2265B1;
}

.home-offer-card__cta:hover {
  background: #6f9339;
  color: #fff;
}

.home-offer-card--gas .home-offer-card__cta:hover {
  background: #174879;
}

.home-offer-card__code {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.35;
  font-weight: 700;
  word-break: break-word;
}

/* 100Energia dark first viewport, rebuilt from the supplied reference. */
.home100-dark-exact {
  --dark100-bg: #030708;
  --dark100-panel: rgba(14, 20, 23, 0.72);
  --dark100-line: rgba(255, 255, 255, 0.16);
  --dark100-line-strong: rgba(132, 194, 55, 0.64);
  --dark100-green: #87c642;
  --dark100-blue: #2477e6;
  background: #fff;
}

.home100-dark-exact .page-wrapper {
  --home100-header-overlay: 130px;
  overflow: hidden;
  background: #fff;
}

.home100-dark-exact .pwa-install {
  display: none !important;
}

.home100-dark-exact .topbar-one,
.home100-dark-exact .main-header:not(.sticky-header--cloned) {
  position: relative;
  z-index: 20;
  margin-bottom: 0;
  background: linear-gradient(180deg, rgba(3, 6, 8, 0.88), rgba(3, 6, 8, 0.64));
  border-color: rgba(255, 255, 255, 0.10);
  box-shadow: none;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.home100-dark-exact .topbar-one {
  background: rgba(3, 6, 8, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home100-dark-exact .topbar-one .container-fluid,
.home100-dark-exact .main-header--one .container-fluid,
.home-dark-hero .container-fluid,
.home-dark-benefits .container-fluid {
  max-width: none;
  padding-left: 50px;
  padding-right: 50px;
}

.home100-dark-exact .topbar-one__inner {
  min-height: 20px;
}

.home100-dark-exact .topbar-one__info a,
.home100-dark-exact .topbar-one__list__item a,
.home100-dark-exact .topbar-one__social a {
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  font-weight: 700;
}

.home100-dark-exact .topbar-one__info__item i,
.home100-dark-exact .topbar-one__social a:hover,
.home100-dark-exact .topbar-one__list__item a:hover {
  color: var(--dark100-green);
}

.home100-dark-exact .topbar-one__list__item::after {
  color: rgba(255, 255, 255, 0.38);
}

.home100-dark-exact .main-header:not(.sticky-header--cloned) {
  background:
    radial-gradient(circle at 34% 100%, rgba(132, 194, 55, 0.07), transparent 34%),
    linear-gradient(180deg, rgba(3, 6, 8, 0.84), rgba(3, 6, 8, 0.58));
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.home100-dark-exact .main-header.sticky-header--normal {
  z-index: 30;
  margin-bottom: calc(var(--home100-header-overlay) * -1);
}

.home100-dark-exact .main-header.sticky-header--cloned {
  position: fixed;
  background: rgba(5, 8, 10, 0.82);
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.home100-dark-exact:not(.home100-light-mode) .main-header.sticky-header--cloned .main-menu .main-menu__list > li > a,
.home100-dark-exact:not(.home100-light-mode) .main-header.sticky-header--cloned .main-header__info__item,
.home100-dark-exact:not(.home100-light-mode) .main-header.sticky-header--cloned .main-header__info__item i,
.home100-dark-exact:not(.home100-light-mode) .main-header.sticky-header--cloned .main-header__info a,
.home100-dark-exact:not(.home100-light-mode) .main-header.sticky-header--cloned .main-header__info a i,
.home100-dark-exact:not(.home100-light-mode) .main-header.sticky-header--cloned .mobile-nav__btn span {
  color: #fff;
}

.home100-dark-exact:not(.home100-light-mode) .main-header.sticky-header--cloned .main-menu .main-menu__list > li.current > a,
.home100-dark-exact:not(.home100-light-mode) .main-header.sticky-header--cloned .main-menu .main-menu__list > li:hover > a,
.home100-dark-exact:not(.home100-light-mode) .main-header.sticky-header--cloned .home-theme-toggle[aria-pressed="true"] i,
.home100-dark-exact:not(.home100-light-mode) .main-header.sticky-header--cloned .main-header__call__icon,
.home100-dark-exact:not(.home100-light-mode) .main-header.sticky-header--cloned .main-header__call__icon i,
.home100-dark-exact:not(.home100-light-mode) .main-header.sticky-header--cloned .main-header__call a {
  color: var(--dark100-green);
}

.home100-dark-exact:not(.home100-light-mode) .main-header.sticky-header--cloned .main-header__call__text {
  color: #fff;
}

.home100-dark-exact:not(.home100-light-mode) .main-header.sticky-header--cloned .mobile-nav__btn span {
  background-color: #fff;
}

.home100-dark-exact .main-header__inner {
  min-height: 84px;
}

.home100-dark-exact .main-header__logo img {
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.36));
}

.home100-dark-exact .main-menu .main-menu__list > li > a {
  color: #f4f7f5;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
}

.home100-dark-exact .main-menu .main-menu__list > li:first-child > a,
.home100-dark-exact .main-menu .main-menu__list > li:hover > a {
  color: var(--dark100-green);
}

.home100-dark-exact .main-menu .main-menu__list > li:nth-child(2) > a::after {
  transform: scale(1, 1);
  background-color: var(--dark100-green);
}

.home100-dark-exact .main-header__info {
  gap: 18px;
  padding-right: 0px;
  border-right: 0px solid rgba(255, 255, 255, 0.18);
}

.home100-dark-exact .main-header__info__item,
.home100-dark-exact .main-header__info a {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.home100-dark-exact .main-header__info .fi {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
}

.home100-dark-exact .main-header__call .fi {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.home100-dark-exact .home-theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.home100-dark-exact .home-theme-toggle i {
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 1;
  transition: color 0.2s ease, transform 0.2s ease;
}

.home100-dark-exact .home-theme-toggle:hover i,
.home100-dark-exact .home-theme-toggle[aria-pressed="true"] i {
  color: var(--dark100-green);
  transform: translateY(-1px);
}

.home100-dark-exact .main-header__account {
  display: none;
}

.home100-dark-exact .main-header__call {
  gap: 18px;
  padding-left: 42px;
}

.home100-dark-exact .main-header__call__icon,
.home100-dark-exact .main-header__call__text,
.home100-dark-exact .main-header__call a {
  color: var(--dark100-green);
}

.home100-dark-exact .main-header__call__text {
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
}

.home100-dark-exact .main-header__call a {
  margin-top: 3px;
  font-size: 19px;
  line-height: 1;
  white-space: nowrap;
}

@media (min-width: 1200px) and (max-width: 1540px) {
  .home100-dark-exact .topbar-one .container-fluid,
  .home100-dark-exact .main-header--one .container-fluid {
    padding-left: clamp(20px, 2.2vw, 34px);
    padding-right: clamp(20px, 2.2vw, 34px);
  }

  .home100-dark-exact .main-header__inner {
    min-height: 74px;
  }

  .home100-dark-exact .main-header__logo img {
    width: 108px;
  }

  .home100-dark-exact .main-header--one .main-header__nav {
    margin-left: clamp(28px, 3vw, 44px);
  }

  .home100-dark-exact .main-menu .main-menu__list > li {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .home100-dark-exact .main-header--one .main-menu .main-menu__list > li + li,
  .home100-dark-exact .main-menu .main-menu__list > li + li {
    margin-left: clamp(22px, 2.2vw, 32px);
  }

  .home100-dark-exact .main-menu .main-menu__list > li > a {
    font-size: 13px;
  }

  .home100-dark-exact .main-header__right {
    gap: 18px;
  }

  .home100-dark-exact .main-header__info {
    gap: 14px;
  }

  .home100-dark-exact .main-header__info__item,
  .home100-dark-exact .main-header__info a,
  .home100-dark-exact .main-header__info .fi,
  .home100-dark-exact .home-theme-toggle,
  .home100-dark-exact .home-theme-toggle i {
    width: 20px;
    height: 20px;
    font-size: 18px;
  }

  .home100-dark-exact .main-header__call {
    gap: 10px;
    margin-left: 8px;
    padding-left: 16px;
  }

  .home100-dark-exact .main-header__call__icon {
    font-size: 25px;
  }

  .home100-dark-exact .main-header__call__text {
    font-size: 10px;
    line-height: 1.05;
  }

  .home100-dark-exact .main-header__call a {
    font-size: 17px;
    line-height: 1.05;
  }
}

@media (min-width: 1200px) and (max-width: 1320px) {
  .home100-dark-exact .main-header__call {
    display: none;
  }

  .home100-dark-exact .main-header--one .main-header__nav {
    margin-left: 26px;
  }

  .home100-dark-exact .main-menu .main-menu__list > li + li {
    margin-left: 20px;
  }
}

.home-dark-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(760px + var(--home100-header-overlay));
  padding: 0;
  overflow: hidden;
  background: #030708;
  color: #fff;
}

.home-dark-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 56%, rgba(132, 194, 55, 0.25), transparent 16%),
    radial-gradient(circle at 15% 28%, rgba(24, 119, 230, 0.22), transparent 28%),
    linear-gradient(90deg, rgba(3, 7, 8, 0.98) 0%, rgba(3, 7, 8, 0.64) 42%, rgba(3, 7, 8, 0.52) 68%, rgba(3, 7, 8, 0.92) 100%),
    linear-gradient(180deg, rgba(3, 7, 8, 0.08) 0%, rgba(3, 7, 8, 0.96) 100%);
}

.home-dark-hero__carousel,
.home-dark-hero .slick-list,
.home-dark-hero .slick-track,
.home-dark-hero .slick-slide,
.home-dark-hero .slick-slide > div,
.home-dark-hero .item,
.home-dark-hero__slide {
  min-height: calc(760px + var(--home100-header-overlay));
}

.home-dark-hero__carousel {
  position: relative;
  z-index: 1;
}

.home-dark-hero .slick-track {
  display: flex;
}

.home-dark-hero .slick-slide {
  height: auto;
}

.home-dark-hero__slide {
  position: relative;
  padding: var(--home100-header-overlay) 0 28px;
  overflow: hidden;
}

.home-dark-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.82;
}

.home-dark-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  filter: saturate(0.92) contrast(1.1) brightness(0.56);
}

.home-dark-hero__slide--luce .home-dark-hero__media img {
  object-position: center 42%;
}

.home-dark-hero__slide--business .home-dark-hero__media img {
  object-position: center 50%;
}

.home-dark-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 450px;
  align-items: center;
  gap: 58px;
  min-height: 520px;
  padding: 6px 112px 0 138px;
}

.home-dark-hero__content,
.home-dark-hero__offer {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.home-dark-hero .slick-active .home-dark-hero__content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.14s;
}

.home-dark-hero .slick-active .home-dark-hero__offer {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.26s;
}

.home-dark-hero__content {
  max-width: 660px;
  min-width: 0;
  margin-top: 14px;
}

.home-dark-hero__offer {
  min-width: 0;
  margin-top: 22px;
  margin-bottom: 92px;
}

.home-dark-hero__content h1 {
  margin: 0;
  color: #fff;
  font-family: "Stack Sans Notch", sans-serif;
  font-size: 57px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.home-dark-hero__content h1 span {
  color: var(--dark100-green);
}

.home-dark-hero__content br {
  display: block;
}

.home-dark-hero__content p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.80);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

.home-dark-hero__content p strong {
  color: var(--dark100-green);
  font-weight: 800;
}

.home-dark-hero__actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 28px;
}

.home-dark-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-width: 222px;
  min-height: 50px;
  padding: 0 16px 0 26px;
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.home-dark-hero__btn i,
.home-dark-service__go i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.home-dark-hero__btn--primary {
  background: linear-gradient(180deg, #2d85ff 0%, #1c62ea 100%);
  box-shadow: 0 16px 30px rgba(36, 119, 230, 0.36), inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.home-dark-hero__btn--primary i {
  background: rgba(255, 255, 255, 0.18);
}

.home-dark-hero__btn--ghost {
  border: 1px solid rgba(132, 194, 55, 0.62);
  background: rgba(6, 10, 12, 0.52);
}

.home-dark-hero__btn:hover {
  color: #fff;
  transform: translateY(-1px);
}

.home-dark-hero__dots {
  position: absolute;
  z-index: 5;
  left: 195px;
  top: calc(438px + var(--home100-header-overlay));
  display: flex;
  align-items: center;
  gap: 16px;
}

.home-dark-hero__dots .slick-dots {
  display: flex !important;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-dark-hero__dots li {
  line-height: 0;
}

.home-dark-hero__dots button {
  display: block;
  width: 30px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  font-size: 0;
  transition: width 0.2s ease, background 0.2s ease;
}

.home-dark-hero__dots li.slick-active button {
  width: 12px;
  background: var(--dark100-green);
}

.home-dark-hero__arrow {
  position: absolute;
  z-index: 4;
  top: calc(238px + var(--home100-header-overlay));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 21px;
}

.home-dark-hero__arrows {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.home-dark-hero__arrows .home-dark-hero__arrow {
  pointer-events: auto;
}

.home-dark-hero__arrow--prev {
  left: 50px;
}

.home-dark-hero__arrow--next {
  right: 50px;
}

.home-dark-hero .home-offer-card {
  width: 450px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 19px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(10, 16, 18, 0.74);
  color: #fff;
  box-shadow: 0 26px 52px rgba(0, 0, 0, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(16px);
}

.home-dark-hero .home-offer-card__top {
  padding: 22px 24px 0;
}

.home-dark-hero .home-offer-card__monitor {
  padding: 7px 14px;
  background: linear-gradient(180deg, #a6db5d 0%, #77ad33 100%);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
}

.home-dark-hero .home-offer-card__kind {
  color: var(--dark100-green);
  font-size: 16px;
  letter-spacing: 0.28em;
}

.home-dark-hero .home-offer-card__body {
  padding: 15px 24px 22px;
}

.home-dark-hero .home-offer-card__body h3 {
  margin-bottom: 17px;
  color: #fff;
  font-size: 21px;
  line-height: 1.12;
}

.home-dark-hero .home-offer-card__price-list {
  gap: 6px;
}

.home-dark-hero .home-offer-card__price-row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  grid-template-areas:
    "icon label"
    "icon value";
  column-gap: 18px;
  align-items: center;
  min-height: 63px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
}

.home-dark-hero .home-offer-card__icon {
  grid-area: icon;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(132, 194, 55, 0.20);
  color: var(--dark100-green);
  font-size: 17px;
}

.home-dark-hero .home-offer-card__label,
.home-dark-hero .home-offer-card__fee-label {
  grid-area: label;
  display: block;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
}

.home-dark-hero .home-offer-card__label::before {
  display: none;
}

.home-dark-hero .home-offer-card__value,
.home-dark-hero .home-offer-card__fee-value {
  grid-area: value;
  color: #55aaff;
  font-size: 19px;
  line-height: 1;
  font-weight: 900;
  text-align: left;
}

.home-dark-hero .home-offer-card__fee-value {
  color: var(--dark100-green);
}

.home-dark-hero .home-offer-card__value small,
.home-dark-hero .home-offer-card__fee-value small {
  color: rgba(255, 255, 255, 0.70);
  font-size: 12px;
}

.home-dark-hero .home-offer-card__cta {
  min-height: 40px;
  margin-top: 12px;
  border-radius: 7px;
  background: linear-gradient(180deg, #2b89f5 0%, #1d71d4 100%);
  font-size: 15px;
}

.home-dark-hero .home-offer-card__code {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.70);
  font-size: 11px;
  line-height: 1.45;
}

.home-dark-hero .home-offer-card__code i {
  align-self: flex-end;
  color: rgba(255, 255, 255, 0.70);
  font-size: 14px;
}

.home-dark-services-wrap {
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  bottom: 44px;
}

.home-dark-services {
  display: grid;
  grid-template-columns: 0.95fr 0.99fr 0.88fr 1.1fr;
  gap: 16px;
  padding: 0;
  margin: 0;
}

.home-dark-service {
  position: relative;
  min-height: 174px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 25px 25px 26px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(6, 11, 13, 0.88), rgba(6, 11, 13, 0.46)),
    url("../images/100energia/service-gas-home.jpg") center / cover no-repeat;
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.home-dark-service:nth-child(1) {
  background:
    linear-gradient(90deg, rgba(6, 11, 13, 0.95), rgba(6, 11, 13, 0.40)),
    url("../images/100energia/luceclick_off_100energia.png") center / cover no-repeat;
}

.home-dark-service:nth-child(3) {
  background:
    linear-gradient(90deg, rgba(6, 11, 13, 0.92), rgba(6, 11, 13, 0.46)),
    url("../images/100energia/fotovoltaico_100_energia.png") center / cover no-repeat;
}

.home-dark-service:nth-child(4) {
  background:
    linear-gradient(90deg, rgba(6, 11, 13, 0.92), rgba(6, 11, 13, 0.38)),
    url("../images/100energia/service-electric-business.jpg") center / cover no-repeat;
}

.home-dark-service.is-active {
  border-color: var(--dark100-green);
  box-shadow: 0 0 0 1px rgba(132, 194, 55, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.home-dark-service:hover {
  color: #fff;
  transform: translateY(-2px);
}

.home-dark-service__icon {
  position: absolute;
  left: 26px;
  top: 29px;
  color: var(--dark100-green);
  font-size: 31px;
}

.home-dark-service strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 19px;
  line-height: 1;
  font-weight: 900;
}

.home-dark-service small {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
}

.home-dark-service__go {
  position: absolute;
  right: 15px;
  bottom: 12px;
}

.home-dark-service__go i {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
}

.home-dark-benefits {
  position: relative;
  isolation: isolate;
  margin-top: -1px;
  padding: 18px 0 72px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(132, 194, 55, 0.08), transparent 44%),
    linear-gradient(180deg, #030708 0%, #050b0c 72%, #101819 100%);
  color: #fff;
}

.home-dark-benefits::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 98px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(16, 24, 25, 0) 0%, rgba(18, 27, 28, 0.58) 22%, rgba(73, 82, 79, 0.28) 48%, rgba(235, 238, 235, 0.74) 78%, #fff 100%);
}

.home-dark-benefits__bar {
  display: grid;
  grid-template-columns: 270px repeat(4, minmax(0, 1fr));
  align-items: center;
  min-height: 112px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 11px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(6, 12, 14, 0.86);
}

.home-dark-benefits__bar h2 {
  margin: 0;
  padding-left: 36px;
  color: #fff;
  font-size: 25px;
  line-height: 1.12;
  font-weight: 900;
}

.home-dark-benefit {
  min-height: 62px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text";
  column-gap: 17px;
  align-items: center;
  padding: 0 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.home-dark-benefit span {
  grid-area: icon;
  color: var(--dark100-green);
  font-size: 33px;
}

.home-dark-benefit strong {
  grid-area: title;
  color: #fff;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 900;
}

.home-dark-benefit small {
  grid-area: text;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
}

@media (min-width: 768px) {
  .home100-dark-exact.home100-light-mode .page-wrapper {
    background: #fff;
  }

  .home100-dark-exact.home100-light-mode .topbar-one,
  .home100-dark-exact.home100-light-mode .main-header:not(.sticky-header--cloned) {
    background: rgba(255, 255, 255, 0.48);
    border-color: transparent !important;
    color: #172022;
  }

  .home100-dark-exact.home100-light-mode .topbar-one {
    background: rgba(255, 255, 255, 0.48);
    border-bottom-color: transparent !important;
  }

  .home100-dark-exact.home100-light-mode .main-header:not(.sticky-header--cloned) {
    border-bottom-color: transparent !important;
  }

  .home100-dark-exact.home100-light-mode .topbar-one__info a,
  .home100-dark-exact.home100-light-mode .topbar-one__list__item a,
  .home100-dark-exact.home100-light-mode .topbar-one__social a,
  .home100-dark-exact.home100-light-mode .main-menu .main-menu__list > li > a,
  .home100-dark-exact.home100-light-mode .main-header__info__item,
  .home100-dark-exact.home100-light-mode .main-header__info a,
  .home100-dark-exact.home100-light-mode .main-header__info a i {
    color: #182124;
  }

  .home100-dark-exact.home100-light-mode .main-menu .main-menu__list > li:first-child > a,
  .home100-dark-exact.home100-light-mode .main-menu .main-menu__list > li:hover > a,
  .home100-dark-exact.home100-light-mode .topbar-one__info__item i,
  .home100-dark-exact.home100-light-mode .topbar-one__social a:hover,
  .home100-dark-exact.home100-light-mode .topbar-one__list__item a:hover,
  .home100-dark-exact.home100-light-mode .home-theme-toggle[aria-pressed="true"] i {
    color: var(--dark100-green);
  }

  .home100-dark-exact.home100-light-mode .topbar-one__list__item::after {
    color: rgba(24, 33, 36, 0.36);
  }

  .home100-dark-exact.home100-light-mode .main-header__info {
    border-right-color: rgba(18, 24, 26, 0.16);
  }

  .home100-dark-exact.home100-light-mode .main-header__call__text {
    color: #182124;
  }

  .home100-dark-exact.home100-light-mode .home-dark-hero {
    background: #fff;
    color: #182124;
  }

  .home100-dark-exact.home100-light-mode .home-dark-hero__slide {
    padding-top: var(--home100-header-overlay);
  }

  .home100-dark-exact.home100-light-mode .home-dark-hero::before {
    display: none !important;
  }

  .home100-dark-exact.home100-light-mode .home-dark-hero__media {
    opacity: 1;
  }

  .home100-dark-exact.home100-light-mode .home-dark-hero__media::after {
    display: none !important;
  }

  .home100-dark-exact.home100-light-mode .home-dark-hero__media img {
    filter: saturate(1.02) contrast(1.02) brightness(1);
    object-fit: cover;
  }

  .home100-dark-exact.home100-light-mode .home-dark-hero__dots {
    top: calc(438px + var(--home100-header-overlay));
  }

  .home100-dark-exact.home100-light-mode .home-dark-hero__content h1,
  .home100-dark-exact.home100-light-mode .home-dark-hero__content p,
  .home100-dark-exact.home100-light-mode .home-dark-hero__btn--ghost,
  .home100-dark-exact.home100-light-mode .home-dark-service,
  .home100-dark-exact.home100-light-mode .home-dark-service strong {
    color: #182124;
  }

  .home100-dark-exact.home100-light-mode .home-dark-hero__content h1 span {
    color: var(--dark100-green);
  }

  .home100-dark-exact.home100-light-mode .home-dark-hero__content p {
    color: rgba(24, 33, 36, 0.78);
  }

  .home100-dark-exact.home100-light-mode .home-dark-hero__btn--ghost {
    background: rgba(255, 255, 255, 0.52);
  }

  .home100-dark-exact.home100-light-mode .home-dark-hero__arrow {
    border-color: rgba(24, 33, 36, 0.20);
    background: rgba(255, 255, 255, 0.52);
    color: #182124;
  }

  .home100-dark-exact.home100-light-mode .home-dark-hero__dots button {
    background: rgba(24, 33, 36, 0.24);
  }

  .home100-dark-exact.home100-light-mode .home-dark-hero__dots li.slick-active button {
    background: var(--dark100-green);
  }

  .home100-dark-exact.home100-light-mode .home-dark-hero .home-offer-card {
    border-color: rgba(24, 33, 36, 0.12);
    background: rgba(255, 255, 255, 0.86);
    color: #182124;
    box-shadow: 0 18px 42px rgba(42, 52, 46, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.72);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .home100-dark-exact.home100-light-mode .home-dark-hero .home-offer-card__body h3,
  .home100-dark-exact.home100-light-mode .home-dark-hero .home-offer-card__label,
  .home100-dark-exact.home100-light-mode .home-dark-hero .home-offer-card__fee-label {
    color: #182124;
  }

  .home100-dark-exact.home100-light-mode .home-dark-hero .home-offer-card__price-row {
    border-color: rgba(24, 33, 36, 0.12);
    background: rgba(255, 255, 255, 0.90);
  }

  .home100-dark-exact.home100-light-mode .home-dark-hero .home-offer-card__value small,
  .home100-dark-exact.home100-light-mode .home-dark-hero .home-offer-card__fee-value small,
  .home100-dark-exact.home100-light-mode .home-dark-hero .home-offer-card__code,
  .home100-dark-exact.home100-light-mode .home-dark-hero .home-offer-card__code i {
    color: rgba(24, 33, 36, 0.70);
  }

  .home100-dark-exact.home100-light-mode .home-dark-service {
    border-color: rgba(24, 33, 36, 0.14);
    color: #182124;
    box-shadow: 0 14px 30px rgba(42, 52, 46, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  }

  .home100-dark-exact.home100-light-mode .home-dark-service:nth-child(1) {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.50)),
      url("../images/100energia/luceclick_off_100energia.png") center / cover no-repeat !important;
  }

  .home100-dark-exact.home100-light-mode .home-dark-service:nth-child(2) {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.50)),
      url("../images/100energia/service-gas-home.jpg") center / cover no-repeat !important;
  }

  .home100-dark-exact.home100-light-mode .home-dark-service:nth-child(3) {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.50)),
      url("../images/100energia/fotovoltaico_100_energia.png") center / cover no-repeat !important;
  }

  .home100-dark-exact.home100-light-mode .home-dark-service:nth-child(4) {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.50)),
      url("../images/100energia/service-electric-business.jpg") center / cover no-repeat !important;
  }

  .home100-dark-exact.home100-light-mode .home-dark-service strong {
    color: #182124;
  }

  .home100-dark-exact.home100-light-mode .home-dark-service small {
    color: rgba(24, 33, 36, 0.76);
  }

  .home100-dark-exact.home100-light-mode .home-dark-benefits {
    background: #fff;
    color: #182124;
  }

  .home100-dark-exact.home100-light-mode .home-dark-benefits::after {
    display: none;
  }

  .home100-dark-exact.home100-light-mode .home-dark-benefits__bar {
    border-color: rgba(24, 33, 36, 0.12);
    background: rgba(255, 255, 255, 0.78);
  }

  .home100-dark-exact.home100-light-mode .home-dark-benefits__bar h2,
  .home100-dark-exact.home100-light-mode .home-dark-benefit strong {
    color: #182124;
  }

  .home100-dark-exact.home100-light-mode .home-dark-benefit {
    border-left-color: rgba(24, 33, 36, 0.12);
  }

  .home100-dark-exact.home100-light-mode .home-dark-benefit small {
    color: rgba(24, 33, 36, 0.72);
  }
}

@media (max-width: 1399px) {
  .home-dark-hero__grid {
    padding-left: 105px;
    padding-right: 86px;
  }

  .home-dark-hero__content h1 {
    font-size: 52px;
  }
}

@media (max-width: 1199px) {
  .home100-dark-exact .topbar-one .container-fluid,
  .home100-dark-exact .main-header--one .container-fluid,
  .home-dark-hero .container-fluid,
  .home-dark-benefits .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-dark-hero__grid {
    grid-template-columns: 1fr 410px;
    gap: 34px;
    padding: 10px 54px 0;
  }

  .home-dark-hero .home-offer-card {
    width: 410px;
  }

  .home-dark-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-dark-benefits__bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 22px 0;
  }

  .home-dark-benefits__bar h2 {
    grid-column: 1 / -1;
    padding: 0 28px 22px;
  }
}

@media (max-width: 991px) {
  .home100-dark-exact .topbar-one__right,
  .home100-dark-exact .main-header__call,
  .home100-dark-exact .main-header__account {
    display: none;
  }

  .home100-dark-exact .main-header__info {
    padding-right: 18px;
    border-right: 0;
  }

  .home-dark-hero {
    padding-top: 40px;
    padding-bottom: 32px;
  }

  .home-dark-hero__grid {
    grid-template-columns: 1fr;
    padding: 0 38px;
  }

  .home-dark-hero__offer {
    margin-top: 26px;
  }

  .home-dark-hero .home-offer-card {
    width: min(100%, 450px);
  }

  .home-dark-hero__arrow {
    display: none !important;
  }

  .home-dark-hero__arrows,
  .home-dark-hero__arrows .home-dark-hero__arrow {
    display: none !important;
  }

  .home-dark-services-wrap {
    position: relative;
    bottom: auto;
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  .home100-dark-exact .page-wrapper {
    --home100-header-overlay: 0px;
  }

  .home100-dark-exact .topbar-one {
    display: none;
  }

  .home100-dark-exact .main-header.sticky-header--normal {
    margin-bottom: 0;
  }

  .home100-dark-exact .main-header:not(.sticky-header--cloned) {
    background: rgba(3, 7, 8, 0.96);
  }

  .home100-dark-exact .main-header--one .container-fluid,
  .home-dark-hero .container-fluid {
    padding-left: 14px;
    padding-right: 14px;
  }

  .home100-dark-exact .main-header__inner {
    min-height: 90px;
  }

  .home100-dark-exact .main-header__logo img {
    width: 188px;
  }

  .home100-dark-exact .main-header__right {
    gap: 15px;
  }

  .home100-dark-exact .main-header__info {
    display: flex;
    margin-right: 0;
    padding-right: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
  }

  .home100-dark-exact .main-header__info .search-toggler,
  .home100-dark-exact .home-theme-toggle,
  .home100-dark-exact .main-header__account {
    display: none !important;
  }

  .home100-dark-exact .main-header__cart,
  .home100-dark-exact .main-header__cart i {
    color: #fff;
    width: 32px;
    height: 32px;
    font-size: 24px;
    line-height: 1;
  }

  .home100-dark-exact .mobile-nav__btn {
    width: 29px;
    height: 24px;
    margin: 0;
    gap: 6px;
  }

  .home100-dark-exact .mobile-nav__btn span {
    width: 29px;
    height: 2px;
    background-color: #fff;
    border-radius: 999px;
  }

  .home-dark-hero,
  .home-dark-hero__carousel,
  .home-dark-hero .slick-list,
  .home-dark-hero .slick-track,
  .home-dark-hero .slick-slide,
  .home-dark-hero .slick-slide > div,
  .home-dark-hero .item,
  .home-dark-hero__slide {
    min-height: auto;
  }

  .home-dark-hero {
    padding: 0 0 42px;
    background: #020708;
  }

  .home-dark-hero::before {
    display: none;
  }

  .home-dark-hero__slide {
    display: flex;
    flex-direction: column;
    padding: 0 0 42px;
    background: #020708;
  }

  .home-dark-hero__media {
    position: relative;
    inset: auto;
    z-index: 0;
    height: 285px;
    opacity: 1;
    overflow: hidden;
  }

  .home-dark-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(2, 7, 8, 0.08) 0%, rgba(2, 7, 8, 0.10) 58%, #020708 100%),
      linear-gradient(90deg, rgba(2, 7, 8, 0.32), rgba(2, 7, 8, 0.05), rgba(2, 7, 8, 0.32));
  }

  .home-dark-hero__media img {
    filter: saturate(1.02) contrast(1.06) brightness(0.78);
    object-position: center center;
  }

  .home-dark-hero__slide--luce .home-dark-hero__media img {
    object-position: 58% center;
  }

  .home-dark-hero__slide--gas .home-dark-hero__media img {
    object-position: 74% center;
    transform: scale(1.72);
    transform-origin: 72% 52%;
  }

  .home-dark-hero__slide--business .home-dark-hero__media img {
    object-position: center center;
  }

  .home-dark-hero__grid {
    display: block;
    min-height: auto;
    padding: 0;
  }

  .home-dark-hero__content,
  .home-dark-services-wrap,
  .home-dark-benefits {
    display: none !important;
  }

  .home-dark-hero__offer {
    min-width: 0;
    margin: 0;
    opacity: 0;
    transform: translateY(18px);
  }

  .home-dark-hero .slick-active .home-dark-hero__offer {
    opacity: 1;
    transform: translateY(0);
  }

  .home-dark-hero__arrows,
  .home-dark-hero__arrows .home-dark-hero__arrow,
  .home-dark-hero__arrow {
    display: inline-flex !important;
  }

  .home-dark-hero__arrows {
    inset: 0 0 auto;
    height: 285px;
  }

  .home-dark-hero__arrow {
    top: 146px;
    width: 61px;
    height: 61px;
    border-color: rgba(255, 255, 255, 0.92);
    background: rgba(3, 7, 8, 0.42);
    font-size: 25px;
  }

  .home-dark-hero__arrow--prev {
    left: 16px;
  }

  .home-dark-hero__arrow--next {
    right: 16px;
  }

  .home-dark-hero__dots {
    left: 0;
    right: 0;
    top: 260px;
    justify-content: center;
    gap: 10px;
  }

  .home-dark-hero__dots .slick-dots {
    gap: 10px;
  }

  .home-dark-hero__dots button {
    width: 20px;
    height: 7px;
    background: rgba(255, 255, 255, 0.92);
  }

  .home-dark-hero__dots li.slick-active button {
    width: 22px;
    background: var(--dark100-green);
  }

  .home-dark-hero .home-offer-card {
    width: 100%;
    border-radius: 14px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.03)),
      rgba(9, 16, 18, 0.88);
  }

  .home-dark-hero .home-offer-card__top {
    padding: 30px 22px 0;
  }

  .home-dark-hero .home-offer-card__monitor {
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 15px;
  }

  .home-dark-hero .home-offer-card__kind {
    font-size: 16px;
    letter-spacing: 0.16em;
  }

  .home-dark-hero .home-offer-card__body {
    padding: 20px 22px 26px;
  }

  .home-dark-hero .home-offer-card__body h3 {
    margin-bottom: 19px;
    font-size: 26px;
    line-height: 1.08;
  }

  .home-dark-hero .home-offer-card__price-list {
    gap: 9px;
  }

  .home-dark-hero .home-offer-card__price-row {
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 18px;
    min-height: 80px;
    padding: 12px 14px;
    border-radius: 10px;
  }

  .home-dark-hero .home-offer-card__icon {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }

  .home-dark-hero .home-offer-card__label,
  .home-dark-hero .home-offer-card__fee-label {
    font-size: 15px;
    line-height: 1.15;
  }

  .home-dark-hero .home-offer-card__value,
  .home-dark-hero .home-offer-card__fee-value {
    margin-top: 5px;
    color: var(--dark100-green);
    font-size: 22px;
  }

  .home-dark-hero .home-offer-card__value small,
  .home-dark-hero .home-offer-card__fee-value small {
    font-size: 15px;
  }

  .home-dark-hero .home-offer-card__cta {
    min-height: 53px;
    margin-top: 15px;
    border-radius: 8px;
    background: linear-gradient(180deg, #a5df22 0%, #7cbd09 100%);
    font-size: 19px;
    text-transform: uppercase;
  }

  .home-dark-hero .home-offer-card__code {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.35;
  }

  .home-dark-hero .home-offer-card__code i {
    color: var(--dark100-green);
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .home-dark-hero .container-fluid,
  .home-dark-benefits .container-fluid,
  .home100-dark-exact .main-header--one .container-fluid {
    padding-left: 14px;
    padding-right: 14px;
  }

  .home-dark-hero .home-offer-card__price-row {
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 18px;
    padding: 12px 14px;
  }

  .home-dark-hero .home-offer-card__icon {
    width: 38px;
    height: 38px;
  }

  .home-dark-service {
    min-height: 150px;
  }
}

.app-banner-section {
  overflow: hidden;
  padding-inline: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: #f3f4f1;
}

.app-banner-section > .container-fluid,
.app-banner-section .app-banner > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.app-banner {
  position: relative;
  padding: 0;
  background: transparent;
}

.app-banner__shape {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  opacity: 0.16;
  z-index: 0;
  transform-origin: center;
}

.app-banner__shape--one {
  background-image: url("../images/shapes/hero-shape-1-1a.png");
  background-position: center bottom;
  filter: grayscale(1) brightness(1.08);
}

.app-banner__shape--two {
  display: none;
}

.app-banner__row {
  --bs-gutter-x: 0;
  min-height: clamp(620px, 58vw, 760px);
}

.app-banner__content-col {
  flex: 0 0 52%;
  max-width: 52%;
  display: flex;
  align-items: center;
  padding: 0 min(3vw, 48px) 0 max(36px, 6vw);
}

.app-banner__visual-col {
  flex: 0 0 48%;
  max-width: 48%;
  padding: 0;
}

.app-banner::before,
.app-banner::after {
  content: none;
}

.app-banner__content,
.app-banner__visual {
  position: relative;
  z-index: 1;
}

.app-banner__content {
  width: 100%;
  max-width: 690px;
}

.app-banner__eyebrow {
  margin: 0 0 14px;
  color: #87ab42;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: none;
}

.app-banner__content .sec-title__title {
  margin: 0;
  color: #222222;
  font-size: clamp(42px, 5.6vw, 72px);
  line-height: 0.98;
  font-weight: 900;
  max-width: 11ch;
  text-wrap: balance;
  word-break: normal;
  overflow-wrap: normal;
}

.app-banner__title-line {
  display: inline-block;
  white-space: nowrap;
}

.app-banner__lead {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(34, 34, 34, 0.68);
  font-size: 17px;
  line-height: 1.6;
}

.app-banner__features {
  display: grid;
  gap: 14px;
  margin: clamp(24px, 3vw, 34px) 0 0;
}

.app-banner__feature {
  padding: 0;
  border-bottom: 0;
}

.app-banner__preview-link {
  display: inline-flex;
  align-items: center;
  width: 100%;
  min-height: 66px;
  padding: 0 22px;
  border: 1px solid rgba(34, 34, 34, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
  backdrop-filter: blur(6px);
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.app-banner__preview-link span {
  display: block;
  min-width: 0;
}

.app-banner__preview-link i {
  margin-right: 16px;
  color: #222222;
  font-size: 24px;
  flex: 0 0 auto;
}

.app-banner__preview-link:hover,
.app-banner__feature.is-active .app-banner__preview-link {
  background: #ffffff;
  color: #1a1a1a;
  border-color: rgba(135, 171, 66, 0.32);
  box-shadow: 0 18px 38px rgba(34, 34, 34, 0.08);
}

.app-banner__preview-link:hover i,
.app-banner__feature.is-active .app-banner__preview-link i {
  color: #222222;
}

.app-banner__actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.app-banner__store {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  min-width: 190px;
  padding: 10px 20px;
  border: 1px solid rgba(34, 34, 34, 0.08);
  border-radius: 18px;
  background: #151515;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}

.app-banner__store:hover {
  color: #fff;
  border-color: var(--energia-green);
  background: #1c1c1c;
}

.app-banner__store__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 19px;
}

.app-banner__store__text small,
.app-banner__store__text strong {
  display: block;
  line-height: 1.1;
}

.app-banner__store__text small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.app-banner__store__text strong {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.app-banner__visual {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}

.app-banner__glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 560px;
  height: 560px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(135, 171, 66, 0.10) 0%, rgba(255, 255, 255, 0.34) 42%, rgba(255, 255, 255, 0) 74%);
  filter: blur(18px);
}

.app-banner__phone {
  position: relative;
  z-index: 2;
  width: min(100%, 760px);
  margin: 0 24px 0 0;
  display: flex;
  align-items: stretch;
}

.app-banner__phone img {
  width: 100%;
  display: block;
  height: auto;
  transition: opacity 0.2s ease;
}

@media (max-width: 1199px) {
  .main-slider-one__item {
    min-height: 760px;
    padding-top: 190px;
    padding-bottom: 105px;
  }

  .home-offer-card {
    width: min(100%, 300px);
  }

  .home-offer-card__value {
    font-size: 17px;
  }

  .product-shop-hero__item {
    min-height: 740px;
  }

  .product-shop-feature img {
    height: 220px;
  }

  .app-banner__row {
    min-height: clamp(560px, 62vw, 680px);
  }

  .app-banner__content-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 24px 28px 24px 28px;
  }

  .app-banner__visual-col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .app-banner__content .sec-title__title {
    font-size: clamp(38px, 4.8vw, 58px);
    max-width: 12ch;
  }

  .app-banner__lead {
    font-size: 16px;
  }

  .app-banner__preview-link {
    min-height: 58px;
    padding: 0 18px;
    font-size: 17px;
  }

  .app-banner__preview-link i {
    margin-right: 12px;
    font-size: 20px;
  }

  .app-banner__store {
    min-width: 170px;
  }

  .app-banner__phone {
    width: min(100%, 650px);
    margin-right: 8px;
  }

  .app-banner__shape--one {
    background-size: cover;
  }
}

@media (max-width: 991px) {
  .main-slider-one__item {
    min-height: 860px;
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .home-offer-card {
    margin: 30px 0 0;
  }

  .product-shop-hero__item {
    min-height: 920px;
    padding-top: 170px;
  }

  .product-shop-feature {
    margin-top: 34px;
    max-width: 520px;
  }

  .product-shop-hero__text {
    font-size: 17px;
  }

  .app-banner__row {
    --bs-gutter-y: 0;
    min-height: auto;
  }

  .app-banner__content-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 24px 14px;
  }

  .app-banner__visual-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .app-banner__visual {
    justify-content: center;
    min-height: auto;
  }

  .app-banner__content {
    max-width: 100%;
  }

  .app-banner__content .sec-title__title {
    font-size: clamp(36px, 6vw, 50px);
    max-width: 13ch;
  }

  .app-banner__features {
    gap: 16px;
  }

  .app-banner__actions {
    margin-top: 24px;
  }

  .app-banner__phone {
    width: min(100%, 640px);
    margin: 0 auto 18px;
  }

  .app-banner__shape--one {
    background-size: 140% auto;
    background-position: center bottom;
  }
}

@media (max-width: 767px) {
  .app-banner__content-col {
    padding: 28px 16px 10px;
  }

  .app-banner__content .sec-title__title {
    font-size: clamp(32px, 9vw, 42px);
    line-height: 0.98;
    max-width: 14ch;
  }

  .app-banner__eyebrow {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .app-banner__lead {
    font-size: 15px;
  }

  .app-banner__feature {
    gap: 12px;
  }

  .app-banner__preview-link {
    min-height: 56px;
    padding: 12px 16px;
    font-size: 16px;
    border-radius: 16px;
  }

  .app-banner__preview-link i {
    margin-right: 10px;
    font-size: 18px;
  }

  .app-banner__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .app-banner__store {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  .app-banner__phone {
    width: min(100%, 560px);
  }

  .app-banner__glow {
    left: 50%;
    width: 420px;
    height: 420px;
    transform: translate(-50%, -50%);
  }

  .app-banner__shape--one {
    background-size: 170% auto;
    opacity: 0.28;
  }
}

@media (max-width: 575px) {
  .app-banner__content-col {
    padding-inline: 14px;
  }

  .app-banner__content .sec-title__title {
    font-size: clamp(30px, 8.8vw, 38px);
    max-width: 14ch;
  }

  .app-banner__features {
    gap: 14px;
    margin-top: 24px;
  }

  .app-banner__preview-link {
    min-height: 52px;
    font-size: 15px;
  }

  .app-banner__store {
    padding: 10px 14px;
  }

  .app-banner__phone {
    width: calc(100% - 24px);
  }

  .home-offer-card {
    width: 100%;
  }

  .home-offer-card__body {
    padding: 18px;
  }
}

@media (max-width: 575px) {
  .main-slider-one__content {
    display: block;
    overflow: visible;
  }

  .main-slider-one__title {
    max-width: 100%;
    margin-bottom: 26px;
    overflow: visible;
    font-size: clamp(38px, 10.6vw, 48px);
    line-height: 1.03;
    letter-spacing: 0;
  }

  .main-slider-one__btn {
    overflow: visible;
  }

  .main-slider-one__btn .cilox-btn {
    min-width: min(100%, 260px);
    padding: 13px 28px;
  }

  .main-slider-one__item {
    min-height: 1220px;
    padding-top: 305px;
    padding-bottom: 150px;
  }

  .main-slider-one__item .row {
    align-items: flex-start !important;
  }

  .home-offer-card {
    margin-top: 28px;
    border-radius: 22px;
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.32);
  }

  .home-offer-card__top {
    padding: 16px 18px 0;
  }

  .home-offer-card__body {
    padding: 15px 18px 18px;
  }

  .home-offer-card__body h3 {
    margin-bottom: 14px;
    font-size: 19px;
  }

  .home-offer-card__price-list {
    gap: 10px;
  }

  .home-offer-card__price-row {
    padding: 12px 13px;
    border-radius: 16px;
  }

  .home-offer-card__fee-row {
    align-items: center;
  }

  .home-offer-card__cta {
    min-height: 54px;
    border-radius: 15px;
  }

  body.has-pwa-install .main-slider-one__item {
    padding-bottom: 240px;
  }

  body.has-pwa-install .main-slider-one__arrow-only {
    bottom: 132px;
  }

  body.is-pwa-standalone .main-slider-one__item,
  .is-pwa-standalone body .main-slider-one__item {
    padding-bottom: 238px;
  }

  body.is-pwa-standalone .main-slider-one__arrow-only,
  .is-pwa-standalone body .main-slider-one__arrow-only {
    bottom: 126px;
  }
}

/* Footer pages refinement */
.about100-hero .main-slider-one__item,
.career100-hero .main-slider-one__item {
  min-height: 560px;
}

.about100-hero__content {
  padding-top: 135px;
}

.career100-hero__grid {
  min-height: 560px;
  padding-top: 92px;
}

.career100-form .form-one__group,
.info100-form .form-one__group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.career100-form .form-one__control,
.info100-form .form-one__control {
  margin: 0;
  min-width: 0;
}

.career100-form .form-one__control--full,
.info100-form .form-one__control--full {
  grid-column: 1 / -1;
}

.career100-form input,
.career100-form textarea,
.career100-form select,
.info100-form input,
.info100-form textarea,
.info100-form select,
.career100-form .bootstrap-select > .dropdown-toggle,
.info100-form .bootstrap-select > .dropdown-toggle {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(16, 20, 24, .12);
  border-radius: 8px;
  background: #f7f9f2;
  color: #111822;
  font-weight: 400;
}

.career100-form input::placeholder,
.career100-form textarea::placeholder,
.info100-form input::placeholder,
.info100-form textarea::placeholder {
  color: #8a929b;
  font-weight: 400;
  opacity: 1;
}

.career100-form textarea,
.info100-form textarea {
  min-height: 150px;
  resize: vertical;
}

.career100-form .bootstrap-select,
.info100-form .bootstrap-select {
  width: 100% !important;
}

.career100-form .contact100-privacy,
.info100-form .contact100-privacy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #69717d;
  font-size: 14px;
  line-height: 1.45;
}

.career100-form .contact100-privacy input,
.info100-form .contact100-privacy input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.info100-head {
  padding: 150px 0 70px;
  background: #111822;
  color: #fff;
}

.info100-head__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .7fr);
  gap: 42px;
  align-items: end;
}

.info100-head .cilox-breadcrumb {
  margin-bottom: 22px;
}

.info100-head h1 {
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
}

.info100-head p {
  max-width: 780px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.72;
}

.info100-head__panel {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.info100-head__panel img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.info100-head__panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 22px;
}

.info100-head__panel li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #111822;
  font-weight: 800;
  line-height: 1.35;
}

.info100-head__panel li i {
  margin-top: 3px;
  color: #87ab42;
}

.info100-body__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.info100-content-stack {
  display: grid;
  gap: 18px;
}

.info100-deep-card {
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(16, 20, 24, .08);
}

.info100-deep-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(135, 171, 66, .16);
  color: #6f9135;
  font-weight: 900;
}

.info100-deep-card h2 {
  margin: 0 0 10px;
  color: #111822;
  font-size: 27px;
  line-height: 1.2;
}

.info100-deep-card p {
  margin: 0;
  color: #69717d;
  font-size: 16px;
  line-height: 1.72;
}

.info100-side {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 16px;
}

.info100-side__box {
  padding: 26px;
  border-radius: 8px;
  background: #fff;
}

.info100-side__box--dark {
  background: #111822;
  color: #fff;
}

.info100-side__box strong {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
}

.info100-side__box p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.65;
}

.info100-side__links {
  display: grid;
  gap: 10px;
}

.info100-side__links a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  color: #111822;
  text-decoration: none;
  box-shadow: 0 12px 36px rgba(16, 20, 24, .06);
}

.info100-side__links i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #87ab42;
  color: #fff;
}

.info100-side__links strong,
.info100-side__links small {
  display: block;
}

.info100-side__links small {
  color: #69717d;
  line-height: 1.35;
}

.info100-form-shell {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 28px;
  padding: 34px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(16, 20, 24, .10);
}

.info100-form-shell h2 {
  margin: 8px 0 14px;
  color: #111822;
  font-size: 36px;
}

.info100-form-shell p {
  color: #69717d;
  line-height: 1.72;
}

.info100-legal-strip__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.info100-legal-strip__inner div {
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(16, 20, 24, .07);
}

.info100-legal-strip__inner strong,
.info100-legal-strip__inner span {
  display: block;
}

.info100-legal-strip__inner strong {
  margin-bottom: 6px;
  color: #111822;
}

.info100-legal-strip__inner span {
  color: #69717d;
}

body.info100-page--legal .info100-head,
body.info100-page--company .info100-head {
  background: #f7f9f2;
  color: #111822;
}

body.info100-page--legal .info100-head h1,
body.info100-page--company .info100-head h1 {
  color: #111822;
}

body.info100-page--legal .info100-head p,
body.info100-page--company .info100-head p {
  color: #5e6570;
}

body.info100-page--green .info100-head {
  background: #234026;
}

body.info100-page--report .info100-head {
  background: #2c3440;
}

@media (max-width: 991px) {
  .info100-head {
    padding-top: 130px;
  }

  .info100-head__grid,
  .info100-body__grid,
  .info100-form-shell,
  .info100-legal-strip__inner {
    grid-template-columns: 1fr;
  }

  .info100-side {
    position: static;
  }
}

@media (max-width: 575px) {
  .about100-hero .main-slider-one__item,
  .career100-hero .main-slider-one__item,
  .career100-hero__grid {
    min-height: auto;
  }

  .about100-hero__content {
    padding-top: 120px;
    padding-bottom: 48px;
  }

  .career100-hero__grid {
    padding-top: 125px;
  }

  .career100-form .form-one__group,
  .info100-form .form-one__group {
    grid-template-columns: 1fr;
  }

  .info100-head h1 {
    font-size: 36px;
  }

  .info100-form-shell {
    padding: 24px;
  }
}

.feature-one__item__image.bw-img-anim-right,
.about-two__thumb__image.bw-img-anim-right,
.about-two__thumb__image-two.bw-img-anim-right,
.service-card__thumb,
.blog-card__image {
  border-radius: 18px;
  overflow: hidden;
}

.feature-one__item__image.bw-img-anim-right img,
.about-two__thumb__image.bw-img-anim-right img,
.about-two__thumb__image-two.bw-img-anim-right img,
.service-card__thumb img,
.blog-card__image img,
.blog-card__image::after {
  border-radius: inherit;
}

.blog100-hero {
  position: relative;
  overflow: hidden;
  padding: 210px 0 90px;
  background: #111822;
  color: #fff;
}

.blog100-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/shapes/hero-shape-1-1a.png") right center / auto 130% no-repeat;
  opacity: .42;
  filter: hue-rotate(165deg) saturate(1.5);
}

.blog100-hero .container {
  position: relative;
  z-index: 2;
}

.blog100-hero .cilox-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, .72);
  font-weight: 800;
}

.blog100-hero .cilox-breadcrumb a {
  color: rgba(255, 255, 255, .72);
}

.blog100-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

.blog100-hero__kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--energia-green, #87ab42);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.blog100-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #fff;
  font-family: "Stack Sans Notch", sans-serif;
  font-size: clamp(48px, 5.4vw, 96px);
  font-weight: 900;
  line-height: .94;
  letter-spacing: 0;
}

.blog100-hero__copy p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .80);
  font-size: 20px;
  line-height: 1.62;
}

.blog100-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.blog100-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .88);
  font-weight: 800;
}

.blog100-hero__meta i {
  color: var(--energia-green, #87ab42);
}

.blog100-hero__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.24 / .82;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 32px 90px rgba(0, 0, 0, .34);
}

.blog100-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.blog-details__image--hidden {
  display: none;
}

.blog100-news-section {
  padding: 90px 0 110px;
  background:
    linear-gradient(180deg, #f7f9f4 0%, #fff 34%, #fff 72%, #f7f9f4 100%);
}

.blog100-detail-row {
  align-items: flex-start;
}

.blog-details__content {
  position: relative;
  padding: clamp(36px, 5vw, 74px);
  border: 1px solid rgba(17, 24, 34, .08);
  border-radius: 0;
  background: #fff;
  box-shadow: 0 24px 70px rgba(17, 24, 34, .065);
  text-align: left;
}

.blog-details__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(36px, 5vw, 74px);
  right: clamp(36px, 5vw, 74px);
  height: 1px;
  background: linear-gradient(90deg, #2265b1, var(--energia-green, #87ab42));
}

.blog-details__meta {
  margin-top: 0 !important;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(17, 24, 34, .10);
  color: #6a737d !important;
  font-weight: 800;
}

.blog-details__meta i {
  color: var(--energia-green, #87ab42);
}

.blog-details__content .lead {
  margin: 30px 0 34px !important;
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(17, 24, 34, .10);
  color: #111822;
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 900;
  line-height: 1.25;
  text-align: left;
}

.blog100-reading-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 42px;
  padding: 0 0 26px;
  border-bottom: 1px solid rgba(17, 24, 34, .10);
  background: transparent;
}

.blog100-reading-panel span {
  margin-right: 6px;
  color: #111822;
  font-weight: 900;
}

.blog100-reading-panel a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(34, 101, 177, .18);
  background: rgba(34, 101, 177, .06);
  color: #2265b1;
  font-size: 13px;
  font-weight: 900;
}

.blog100-reading-panel a:hover {
  border-color: #2265b1;
  color: #2265b1;
}

.blog-details__text {
  color: #46515d;
  font-size: 19px;
  line-height: 1.9;
  text-align: left;
}

.blog-details__text h2,
.blog-details__text h3 {
  margin: 48px 0 18px;
  color: #111822;
  font-family: "Stack Sans Notch", sans-serif;
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 900;
  line-height: 1;
  text-align: left;
}

.blog-details__text p {
  margin-bottom: 20px;
  text-align: left;
}

.blog-details__text ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 10px;
  padding: 28px;
  border: 0;
  background: #f7f9f4;
  list-style: none;
  text-align: left;
}

.blog-details__text li {
  position: relative;
  padding-left: 24px;
  text-align: left;
}

.blog-details__text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 10px;
  height: 2px;
  border-radius: 0;
  background: var(--energia-green, #87ab42);
}

.blog100-takeaway {
  margin-top: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
}

.blog100-takeaway > span {
  display: block;
  margin-bottom: 18px;
  color: #2265b1;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.blog100-takeaway__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(17, 24, 34, .12);
}

.blog100-takeaway__grid p {
  min-height: 146px;
  margin: 0;
  padding: 22px;
  background: #fff;
  color: #46515d;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.55;
  text-align: left;
}

.blog-details__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.blog-details__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(17, 24, 34, .13);
  color: #111822;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-details .sidebar-one {
  position: sticky;
  top: 120px;
}

.blog100-sidebar {
  display: grid;
  gap: 16px;
}

.blog-details .sidebar-one__single {
  padding: 0 0 26px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(17, 24, 34, .12);
  background: transparent;
  box-shadow: none;
}

.blog-details .sidebar-one__title {
  margin: 0 0 18px;
  color: #111822;
  font-family: "Stack Sans Notch", sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.08;
}

.blog100-widget--dark {
  padding: 28px !important;
  border-bottom: 0 !important;
  background: #111822 !important;
}

.blog100-widget--dark .sidebar-one__title {
  color: #fff;
}

.blog100-widget__eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--energia-green, #87ab42);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.blog100-widget__cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 0 18px;
  background: var(--energia-green, #87ab42);
  color: #111822;
  font-weight: 900;
}

.blog100-quick-links {
  display: grid;
  gap: 1px;
  background: rgba(17, 24, 34, .10);
}

.blog100-quick-links a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 0 14px;
  background: #fff;
  color: #111822;
  font-weight: 900;
}

.blog100-quick-links i {
  color: #2265b1;
  font-size: 18px;
}

.blog100-quick-links a:hover {
  color: var(--energia-green, #87ab42);
}

.blog100-categories {
  display: grid;
}

.blog100-categories a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(17, 24, 34, .10);
  color: #111822;
  font-weight: 900;
}

.blog100-categories a:last-child {
  border-bottom: 0;
}

.blog100-categories b {
  color: var(--energia-green, #87ab42);
  font-size: 20px;
}

.blog-details .sidebar-one__post__item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(17, 24, 34, .09);
}

.blog-details .sidebar-one__post__item:last-child {
  border-bottom: 0;
}

.blog-details .sidebar-one__post__image img {
  width: 96px;
  height: 74px;
  border-radius: 0;
  object-fit: cover;
}

.blog-details .sidebar-one__post__meta {
  margin: 0 0 5px;
  color: var(--energia-green, #87ab42);
  font-size: 12px;
  font-weight: 900;
}

.blog-details .sidebar-one__post__title {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
}

.blog100-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog100-tag-cloud a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(17, 24, 34, .12);
  color: #5f6872;
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 991px) {
  .blog100-hero {
    padding-top: 170px;
  }

  .blog100-hero__grid {
    grid-template-columns: 1fr;
  }

  .blog100-hero__media {
    aspect-ratio: 16 / 10;
  }

  .blog100-takeaway__grid {
    grid-template-columns: 1fr;
  }

  .blog100-takeaway__grid p {
    min-height: auto;
  }

  .blog-details .sidebar-one {
    position: static;
  }
}

@media (max-width: 575px) {
  .blog100-hero {
    padding: 145px 0 58px;
  }

  .blog100-hero h1 {
    font-size: clamp(40px, 11vw, 54px);
  }

  .blog100-hero__copy p {
    font-size: 17px;
  }

  .blog-details__content {
    padding: 28px 22px;
  }

  .blog-details__content::before {
    left: 22px;
    right: 22px;
  }

  .blog100-news-section {
    padding-bottom: 84px;
  }

  .blog-details__content .lead {
    padding-left: 0;
    font-size: 21px;
  }

  .blog100-reading-panel {
    display: grid;
  }

  .blog100-takeaway {
    padding: 22px;
  }

  .blog-details .sidebar-one__post__item {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .blog-details .sidebar-one__post__image img {
    width: 82px;
    height: 68px;
  }
}

.service-card {
  border-radius: 25px;
  overflow: hidden;
}

.service-card__text {
  min-height: calc(3 * 1.625em + 40px);
}

.product-shop-hero {
  position: relative;
  overflow: hidden;
  background: #141517;
}

.product-shop-hero__item {
  min-height: 760px;
}

.product-shop-hero__item::after {
  background: linear-gradient(90deg, rgba(17, 18, 20, 0.76) 0%, rgba(17, 18, 20, 0.52) 44%, rgba(17, 18, 20, 0.32) 100%);
}

.product-shop-hero__bg video,
.product-shop-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-shop-hero__eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(135, 171, 66, 0.18);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-shop-hero__text {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.55;
}

.product-shop-feature {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.product-shop-feature > span {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 8px 13px;
  border-radius: 999px;
  background: #87ab42;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-shop-feature img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.product-shop-feature div {
  padding: 26px;
}

.product-shop-feature h3 {
  margin: 0 0 10px;
  color: #222;
  font-size: 28px;
  line-height: 1.08;
}

.product-shop-feature p {
  min-height: 74px;
  margin: 0 0 18px;
  color: #5e646b;
  font-weight: 700;
  line-height: 1.55;
}

.product-shop-feature strong {
  display: block;
  margin-bottom: 18px;
  color: #87ab42;
  font-size: 32px;
  font-weight: 900;
}

.product-shop-feature .home-offer-card__cta {
  width: 100%;
}

.product-shop-hero__count {
  z-index: 4;
  border-color: rgba(255, 255, 255, 0.34);
}

.product-shop-hero__dots .slick-dots {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-shop-hero__dots .slick-dots li button {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.product-shop-hero__dots .slick-dots li button::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -11px;
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.72);
  transform: rotate(15deg);
}

.product-shop-hero__dots .slick-dots li:last-child button::after {
  display: none;
}

.product-shop-hero__dots .slick-dots li.slick-active button {
  color: #87ab42;
}

.product-shop-hero__dots .slick-dots li.slick-active button::after {
  background: #87ab42;
}

.product-shop-hero__arrows {
  display: flex;
  gap: 12px;
}

.product-shop-hero__arrows .main-slider-one__slick-button {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.20);
}

.plenitude-shop__head,
.shop-admin__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 38px;
}

.plenitude-shop .container-fluid {
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.plenitude-shop__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #87ab42;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plenitude-shop__head h2,
.shop-admin__top h2 {
  margin: 0;
  max-width: 760px;
  color: #222;
  font-size: 46px;
  line-height: 1.02;
}

.plenitude-shop__admin,
.plenitude-product__link {
  color: #2265b1;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.plenitude-shop__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.shop100-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.shop100-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 16px;
}

.shop100-widget {
  padding: 22px;
  border: 1px solid rgba(17, 24, 34, 0.10);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(17, 24, 34, 0.06);
}

.shop100-widget--dark {
  background: #111822;
  color: #fff;
}

.shop100-widget > span,
.shop100-widget h3,
.shop100-widget a,
.shop100-widget li {
  display: block;
}

.shop100-widget > span {
  margin-bottom: 12px;
  color: var(--energia-green, #87ab42);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.shop100-widget h3 {
  margin: 0 0 16px;
  color: inherit;
  font-size: 22px;
  line-height: 1.16;
}

.shop100-widget--dark h3 {
  color: #fff;
}

.shop100-widget a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(17, 24, 34, 0.09);
  color: #111822;
  font-weight: 900;
}

.shop100-widget a:last-child {
  border-bottom: 0;
}

.shop100-widget--dark a {
  justify-content: center;
  min-height: 46px;
  margin-top: 18px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: var(--energia-green, #87ab42);
  color: #111822;
}

.shop100-widget a.is-active,
.shop100-widget a:hover {
  color: var(--energia-green, #87ab42);
}

.shop100-widget a b {
  display: inline-flex;
  min-width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(135, 171, 66, 0.12);
  color: var(--energia-green, #87ab42);
  font-size: 12px;
}

.shop100-widget ul {
  margin: 0;
}

.shop100-widget li {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 9px 0;
  color: #5f6872;
  font-weight: 800;
}

.shop100-widget li i {
  color: var(--energia-green, #87ab42);
}

@media (max-width: 991px) {
  .shop100-layout {
    grid-template-columns: 1fr;
  }

  .shop100-sidebar {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .shop100-sidebar,
  .plenitude-shop__grid {
    grid-template-columns: 1fr;
  }
}

.plenitude-product {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 34, 0.10);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(17, 24, 34, 0.08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.plenitude-product:hover {
  transform: translateY(-4px);
  border-color: rgba(135, 171, 66, 0.35);
  box-shadow: 0 28px 70px rgba(17, 24, 34, 0.12);
}

.plenitude-product__media {
  aspect-ratio: 4 / 3;
  min-height: 0;
  background: #f4f7ef;
}

.plenitude-product__media img,
.plenitude-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plenitude-product__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.plenitude-product__category {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 13px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(135, 171, 66, 0.14);
  color: #87ab42;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.plenitude-product h3,
.plenitude-detail__content h1 {
  margin: 0 0 12px;
  color: #222;
  font-size: 26px;
  line-height: 1.08;
}

.plenitude-product__subtitle,
.plenitude-detail__content p {
  margin: 0 0 22px;
  color: #4f5258;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
}

.plenitude-product__features {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
}

.plenitude-product__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #222;
  font-weight: 800;
}

.plenitude-product__features i {
  margin-top: 4px;
  color: #87ab42;
}

.plenitude-product__offer {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 26px;
  margin-top: auto;
}

.plenitude-product__offer > div {
  min-height: 78px;
  padding: 16px;
  border-radius: 8px;
  background: #f4f7ef;
}

.plenitude-product__offer span {
  display: block;
  margin-bottom: 7px;
  color: #797b81;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.plenitude-product__offer strong {
  display: block;
  color: #87ab42;
  font-size: 21px;
  line-height: 1.1;
}

.plenitude-product__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.plenitude-product__actions .home-offer-card__cta {
  flex: 1;
  min-height: 52px;
  margin: 0;
  border-radius: 8px;
  text-align: center;
}

.shop-add-form,
.shop-detail-add {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
}

.shop-add-form button,
.cart-clear-form button {
  border: 0;
  background: transparent;
  padding: 0;
}

.catalog-cart-btn {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #222 !important;
  color: #fff;
  transition: background 0.25s ease, transform 0.25s ease;
}

.catalog-cart-btn:hover {
  background: #87ab42 !important;
  color: #fff;
  transform: translateY(-2px);
}

.main-header__cart {
  position: relative;
}

.main-header__cart span {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 19px;
  height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #87ab42;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

@media (max-width: 1199px) {
  .main-header--one .main-header__info {
    display: flex;
    gap: 14px;
  }

  .main-header--one .main-header__info__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .main-header--one .main-header__info .search-toggler {
    display: none;
  }

  .main-header--one .main-header__cart,
  .main-header--one .main-header__account {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .main-header--one .main-header__info {
    gap: 12px;
    margin-right: 8px;
  }

  .main-header--one .main-header__cart,
  .main-header--one .main-header__account {
    font-size: 21px;
  }

  .home100-dark-exact .main-header--one .main-header__cart,
  .home100-dark-exact .main-header--one .main-header__cart i {
    font-size: 24px;
  }

  .home100-dark-exact .main-header--one .main-header__info {
    gap: 0;
    margin-right: 0;
  }
}

.plenitude-detail__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 42%);
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(24, 25, 28, 0.08);
}

.plenitude-detail__content {
  padding: 48px;
}

.plenitude-detail__image {
  min-height: 520px;
  background: #f4f7ef;
}

.plenitude-detail__included {
  margin-top: 54px;
}

.plenitude-detail__included h2 {
  margin-bottom: 24px;
  color: #222;
  font-size: 36px;
}

.plenitude-detail__included-card {
  min-height: 120px;
  padding: 24px;
  border: 1px solid rgba(24, 25, 28, 0.10);
  border-radius: 12px;
  background: #fff;
  font-weight: 900;
  color: #222;
}

.plenitude-detail__included-card i {
  display: block;
  margin-bottom: 12px;
  color: #87ab42;
  font-size: 24px;
}

.shop-admin__panel,
.shop-admin__form {
  max-width: 880px;
  margin: 0 auto;
  padding: 34px;
  border: 1px solid rgba(24, 25, 28, 0.10);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(24, 25, 28, 0.08);
}

.shop-admin__panel h2 {
  margin: 0 0 10px;
  color: #222;
}

.shop-admin__panel p {
  margin-bottom: 24px;
}

.shop-admin__panel form,
.shop-admin__form {
  display: grid;
  gap: 16px;
}

.shop-admin input,
.shop-admin textarea {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(24, 25, 28, 0.14);
  border-radius: 10px;
  padding: 14px 18px;
  outline: 0;
  font-weight: 700;
}

.shop-admin textarea {
  min-height: 118px;
}

.shop-admin__alert,
.shop-admin__success {
  max-width: 880px;
  margin: 0 auto 20px;
  padding: 14px 18px;
  border-radius: 10px;
  font-weight: 800;
}

.shop-admin__alert {
  background: #fff1f1;
  color: #9d2020;
}

.shop-admin__success {
  background: #f0f7e8;
  color: #587a24;
}

@media (max-width: 991px) {
  .plenitude-shop__head,
  .shop-admin__top,
  .plenitude-product__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .plenitude-shop__head h2,
  .shop-admin__top h2 {
    font-size: 36px;
  }

  .plenitude-shop__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plenitude-detail__hero {
    grid-template-columns: 1fr;
  }

  .plenitude-detail__image {
    min-height: 300px;
  }
}

@media (max-width: 575px) {
  .plenitude-shop__grid {
    grid-template-columns: 1fr;
  }

  .plenitude-product__body,
  .plenitude-detail__content,
  .shop-admin__panel,
  .shop-admin__form {
    padding: 24px;
  }

  .plenitude-product h3,
  .plenitude-detail__content h1 {
    font-size: 28px;
  }

  .plenitude-product__offer {
    grid-template-columns: 1fr;
  }
}

.product__item {
  border-radius: 25px;
  padding-top: 0;
}

.product__item__img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f4f7ef;
}

.product__item__img img {
  height: 100%;
}

.product__item__tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(135, 171, 66, 0.14);
  color: #87ab42;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.product__categories ul li.active a i,
.product__categories ul li:hover a i,
.product__item__ratings,
.product__item:hover .product__item__ratings {
  color: #87ab42;
}

.product__item:hover,
.product-pagination a:hover,
.product-pagination a.current,
.product-pagination span:hover,
.product-pagination span.current {
  border-color: #87ab42;
}

.product-pagination a:hover,
.product-pagination a.current,
.product-pagination span:hover,
.product-pagination span.current,
.product__price-ranger #slider-range .ui-slider-range,
.product__price-ranger #slider-range .ui-slider-handle,
.product__item__btn .cilox-btn::before,
.product__item__btn .cilox-btn::after {
  background-color: #87ab42;
}

.product-pagination .is-disabled {
  opacity: 0.42;
  pointer-events: none;
}

.product-enel__grid {
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(360px, 1fr);
  gap: 34px;
  align-items: start;
}

.product-enel__gallery,
.product-enel__buybox,
.product-enel__section {
  border: 1px solid rgba(24, 25, 28, 0.10);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(24, 25, 28, 0.08);
}

.product-enel__gallery {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  background: #f4f7ef;
}

.product-enel__main-image {
  width: 100%;
  min-height: 560px;
  height: 560px;
  object-fit: cover;
}

.product-enel__thumbs {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: flex;
  gap: 12px;
  z-index: 2;
}

.product-enel__thumbs button {
  width: 82px;
  height: 68px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.14);
}

.product-enel__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-enel__badge {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  padding: 8px 14px;
  border-radius: 999px;
  background: #87ab42;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-enel__buybox {
  position: sticky;
  top: 110px;
  padding: 34px;
}

.product-enel__kicker {
  display: block;
  margin-bottom: 12px;
  color: #87ab42;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}

.product-enel__buybox h1 {
  margin: 0 0 14px;
  color: #222;
  font-size: 40px;
  line-height: 1.05;
}

.product-enel__buybox p {
  margin: 0 0 24px;
  color: #4f5258;
  font-weight: 600;
  line-height: 1.6;
}

.product-enel__price {
  padding: 20px;
  margin-bottom: 24px;
  border-radius: 10px;
  background: #f4f7ef;
}

.product-enel__price span,
.product-enel__price small {
  display: block;
  color: #797b81;
  font-weight: 800;
}

.product-enel__price strong {
  display: block;
  margin-top: 5px;
  color: #87ab42;
  font-size: 34px;
  line-height: 1;
}

.product-enel__form {
  display: grid;
  gap: 16px;
}

.product-enel__form .home-offer-card__cta {
  width: 100%;
  border: 0;
}

.product-enel__service {
  display: flex;
  gap: 14px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(24, 25, 28, 0.10);
}

.product-enel__service i {
  color: #87ab42;
  font-size: 24px;
}

.product-enel__service strong,
.product-enel__service span {
  display: block;
}

.product-enel__details {
  display: grid;
  gap: 28px;
  margin-top: 42px;
}

.product-enel__section {
  padding: 30px;
}

.product-enel__section h2 {
  margin: 0 0 22px;
  color: #222;
  font-size: 30px;
}

.product-enel__long-text {
  margin: 0;
  color: #4f5258;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
}

html:has(.shop-admin-body),
body.shop-admin-body {
  height: 100%;
  overflow: hidden;
}

body.shop-admin-body {
  background: #eef4e8;
  color: #222;
}

body.shop-admin-body .preloader,
body.shop-admin-body .scroll-to-top {
  display: none !important;
}

.my100-app {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  background:
    radial-gradient(circle at 82% 8%, rgba(135, 171, 66, 0.20), transparent 28%),
    linear-gradient(135deg, #eef4e8 0%, #f7f9f3 48%, #e8efe0 100%);
}

.my100-app.is-sidebar-collapsed {
  grid-template-columns: 86px minmax(0, 1fr);
}

.my100-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 24px 18px;
  background: #151515;
  color: #fff;
  box-shadow: 18px 0 50px rgba(24, 25, 28, 0.16);
  transition: width 0.2s ease, padding 0.2s ease;
}

.my100-sidebar__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.my100-sidebar__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px 28px;
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  min-width: 0;
}

.my100-sidebar__brand img {
  width: 128px;
  height: auto;
}

.my100-sidebar__toggle {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
}

.my100-app.is-sidebar-collapsed .my100-sidebar {
  padding-inline: 14px;
}

.my100-app.is-sidebar-collapsed .my100-sidebar__brand {
  justify-content: center;
  padding-inline: 0;
}

.my100-app.is-sidebar-collapsed .my100-sidebar__brand img {
  width: 44px;
}

.my100-app.is-sidebar-collapsed .my100-sidebar__brand span,
.my100-app.is-sidebar-collapsed .my100-sidebar nav span,
.my100-app.is-sidebar-collapsed .my100-sidebar__logout span,
.my100-app.is-sidebar-collapsed .my100-sidebar__user,
.my100-app.is-sidebar-collapsed .my100-sidebar__toggle {
  display: none;
}

.my100-app.is-sidebar-collapsed .my100-sidebar nav a,
.my100-app.is-sidebar-collapsed .my100-sidebar__logout {
  justify-content: center;
  padding: 0;
}

.my100-sidebar nav {
  display: grid;
  gap: 8px;
}

.my100-sidebar nav a,
.my100-sidebar__logout {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 900;
}

.my100-sidebar nav a:hover,
.my100-sidebar nav a.is-active,
.my100-sidebar__logout:hover {
  background: rgba(135, 171, 66, 0.18);
  color: #fff;
}

.my100-sidebar nav i,
.my100-sidebar__logout i {
  width: 20px;
  color: #87ab42;
  text-align: center;
}

.my100-sidebar__user {
  margin-top: auto;
  padding: 16px 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.my100-sidebar__user strong,
.my100-sidebar__user span {
  display: block;
}

.my100-sidebar__user span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
}

.my100-sidebar__logout {
  margin-top: 12px;
}

.my100-main {
  min-width: 0;
  padding: 28px;
}

.my100-hero,
.my100-main__head,
.my100-card,
.my100-stats div,
.my100-login__panel {
  border: 1px solid rgba(24, 25, 28, 0.10);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 50px rgba(24, 25, 28, 0.08);
}

.my100-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(34, 34, 34, 0.96), rgba(34, 34, 34, 0.82)),
    radial-gradient(circle at 92% 10%, rgba(135, 171, 66, 0.54), transparent 34%);
  color: #fff;
}

.my100-hero__icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  border-radius: 18px;
  background: rgba(135, 171, 66, 0.18);
  color: #87ab42;
  font-size: 28px;
}

.my100-hero span,
.my100-main__head span,
.my100-card__head span {
  color: #87ab42;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}

.my100-hero h1,
.my100-main__head h1,
.my100-card h2 {
  margin: 5px 0 0;
  color: inherit;
  line-height: 1;
}

.my100-hero h1 {
  color: #fff;
  font-size: 42px;
}

.my100-hero p {
  max-width: 600px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
}

.my100-main__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  padding: 22px 24px;
}

.my100-main__head h1 {
  color: #222;
  font-size: 36px;
}

.my100-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #87ab42;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.my100-btn--dark {
  background: #222;
}

.my100-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.my100-stats div {
  position: relative;
  overflow: hidden;
  padding: 24px;
}

.my100-stats i {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: #eef3e5;
  color: #87ab42;
}

.my100-stats strong,
.my100-stats span {
  display: block;
}

.my100-stats strong {
  color: #87ab42;
  font-size: 38px;
  line-height: 1;
}

.my100-stats span {
  color: #4f5258;
  font-weight: 900;
}

.my100-card {
  padding: 24px;
}

.my100-card--wide {
  grid-column: 1 / -1;
}

.my100-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.my100-card__head h2 {
  color: #222;
  font-size: 26px;
}

.my100-card__head a,
.my100-table a,
.my100-doc-list a {
  color: #87ab42;
  font-weight: 900;
}

.my100-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: 22px;
}

.my100-table {
  overflow-x: auto;
}

.my100-table-wrap {
  overflow-x: auto;
}

.my100-data-table {
  width: 100%;
  border-collapse: collapse;
}

.my100-data-table th,
.my100-data-table td {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(24, 25, 28, 0.08);
  color: #4f5258;
  font-weight: 800;
  vertical-align: middle;
}

.my100-data-table th {
  color: #222;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.my100-data-table mark {
  padding: 5px 9px;
  border-radius: 999px;
  background: #eef3e5;
  color: #668b29;
  font-weight: 900;
}

.my100-table-action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 8px;
  background: #eef3e5;
  color: #668b29 !important;
}

.my100-card .dt-container {
  font-family: inherit;
}

.my100-card .dt-search input,
.my100-card .dt-length select {
  border: 1px solid rgba(24, 25, 28, 0.14);
  border-radius: 8px;
  padding: 7px 10px;
}

.my100-card .dt-paging button {
  border-radius: 8px !important;
}

.my100-table__row {
  display: grid;
  gap: 14px;
  align-items: center;
  min-width: 760px;
  padding: 14px 12px;
  border-bottom: 1px solid rgba(24, 25, 28, 0.08);
  color: #4f5258;
  font-weight: 800;
}

.my100-table--attendance .my100-table__row {
  grid-template-columns: minmax(180px, 1.2fr) minmax(130px, 0.8fr) minmax(160px, 1fr) minmax(160px, 1fr) minmax(110px, 0.7fr);
}

.my100-table--attendance-compact .my100-table__row {
  grid-template-columns: minmax(180px, 1.2fr) minmax(160px, 1fr) minmax(160px, 1fr) minmax(110px, 0.7fr);
}

.my100-table--employees .my100-table__row {
  grid-template-columns: minmax(210px, 1.2fr) 100px 150px 110px 90px;
}

.my100-table--permits .my100-table__row {
  grid-template-columns: minmax(190px, 1fr) minmax(190px, 1fr) 110px 110px minmax(160px, 0.8fr);
}

.my100-table__row--head {
  color: #222;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.my100-table strong,
.my100-table small {
  display: block;
}

.my100-table small {
  color: #7c858c;
  font-size: 12px;
}

.my100-table mark {
  padding: 5px 9px;
  border-radius: 999px;
  background: #eef3e5;
  color: #668b29;
  font-weight: 900;
}

.my100-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.my100-form--inline {
  grid-template-columns: minmax(150px, 0.35fr) minmax(220px, 0.45fr) minmax(260px, 1fr) auto;
  align-items: end;
}

.my100-form--inline button {
  grid-column: auto;
}

.my100-form label {
  display: grid;
  gap: 7px;
  color: #222;
  font-weight: 900;
}

.my100-form label:has(textarea),
.my100-form button {
  grid-column: 1 / -1;
}

.my100-form input,
.my100-form select,
.my100-form textarea,
.my100-login__form input,
.my100-inline-form select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(24, 25, 28, 0.14);
  border-radius: 10px;
  padding: 10px 12px;
  color: #222;
  background: #fff;
}

.my100-inline-form {
  display: flex;
  gap: 8px;
}

.my100-inline-form select {
  min-height: 36px;
  padding: 6px 8px;
}

.my100-inline-form button {
  min-height: 36px;
  border: 0;
  border-radius: 8px;
  padding: 0 12px;
  background: #87ab42;
  color: #fff;
  font-weight: 900;
}

.my100-doc-list {
  display: grid;
  gap: 12px;
}

.my100-doc-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: 14px;
  background: #f7faef;
}

.my100-doc-list i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #eef3e5;
  color: #87ab42;
}

.my100-doc-list strong,
.my100-doc-list span {
  display: block;
}

.my100-doc-list span,
.my100-doc-list p {
  margin: 4px 0 0;
  color: #66707a;
  font-weight: 800;
}

.my100-empty {
  padding: 18px;
  color: #66707a;
  font-weight: 900;
}

.my100-login-page .main-header--one {
  margin-bottom: -140px;
  background: transparent;
}

.my100-login-page .main-header--one .topbar-one {
  background: #151515;
}

.my100-login-page .main-header--one .main-header__inner {
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.my100-login-hero {
  overflow: hidden;
  background: #11191b;
}

.my100-login-hero .main-slider-one__bg {
  opacity: 50%;
}

.my100-login-hero__item {
  min-height: 820px;
  padding-top: 220px;
  padding-bottom: 130px;
}

.my100-login-hero__content {
  max-width: 720px;
}

.my100-login-hero__eyebrow,
.my100-login-card__head span {
  display: inline-block;
  margin-bottom: 18px;
  color: #87ab42;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.my100-login-hero__content p {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.55;
  font-weight: 800;
}

.my100-login-card {
  width: min(100%, 400px);
}

.my100-login-card__body {
  display: grid;
  gap: 16px;
}

.my100-login-card__head {
  display: flex;
  align-items: center;
  gap: 18px;
}

.my100-login-card__head img {
  width: 104px;
  height: auto;
  flex: 0 0 auto;
}

.my100-login-card__head span {
  margin-bottom: 5px;
  font-size: 11px;
}

.my100-login-card__head h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

.my100-login-card label {
  display: grid;
  gap: 8px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 900;
}

.my100-login-card input {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.my100-login-card input:focus {
  border-color: rgba(135, 171, 66, 0.92);
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 0 0 4px rgba(135, 171, 66, 0.16);
}

.my100-login-card__alert {
  border-radius: 10px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
}

@media (max-width: 1199px) {
  .my100-login-hero__item {
    padding-top: 190px;
  }
}

@media (max-width: 991px) {
  .my100-login-page .main-header--one {
    margin-bottom: 0;
    background: #151515;
  }

  .my100-login-hero__item {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .my100-login-card {
    margin: 34px auto 0;
  }
}

@media (max-width: 575px) {
  .my100-login-hero__item {
    padding-top: 70px;
    padding-bottom: 58px;
  }

  .my100-login-card__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

.my100-login {
  min-height: calc(100vh - 186px);
  display: grid;
  place-items: center;
  position: relative;
  isolation: isolate;
  padding: clamp(22px, 3vw, 40px) 0;
  background:
    linear-gradient(180deg, rgba(14, 22, 24, 0.72), rgba(13, 24, 21, 0.88)),
    url("../images/100energia/1324.jpg") center / cover no-repeat;
}

.my100-login::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(11, 20, 22, 0.72), rgba(17, 25, 30, 0.40), rgba(11, 20, 22, 0.76)),
    radial-gradient(circle at 12% 8%, rgba(135, 171, 66, 0.28), transparent 18%),
    radial-gradient(circle at 78% 86%, rgba(135, 171, 66, 0.18), transparent 24%);
}

.my100-login.section-space {
  padding-top: clamp(22px, 3vw, 40px);
  padding-bottom: clamp(22px, 3vw, 40px);
}

.my100-login .container {
  width: 100%;
  max-width: 1110px;
}

.my100-login__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 0.7fr);
  min-height: clamp(380px, 42vh, 470px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.my100-login__intro {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: clamp(24px, 2.8vw, 38px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(21, 21, 21, 0.94), rgba(23, 31, 27, 0.82)),
    url("../images/100energia/brand-hero.webp") center / cover no-repeat;
  color: #fff;
}

.my100-login__intro::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(21, 21, 21, 0.72), rgba(21, 21, 21, 0.24)),
    radial-gradient(circle at 90% 20%, rgba(135, 171, 66, 0.34), transparent 30%);
}

.my100-login__intro > * {
  position: relative;
  z-index: 1;
}

.my100-login__brand {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.my100-login__brand img {
  width: clamp(118px, 10vw, 154px);
  height: auto;
}

.my100-login__brand span,
.my100-login__copy span,
.my100-login__form-head span {
  color: #87ab42;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}

.my100-login__brand span {
  padding: 8px 12px;
  border: 1px solid rgba(135, 171, 66, 0.42);
  border-radius: 999px;
  background: rgba(135, 171, 66, 0.12);
}

.my100-login__copy {
  max-width: 620px;
}

.my100-login__copy h1 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(34px, 3.8vw, 50px);
  line-height: 0.98;
}

.my100-login__copy p {
  max-width: 580px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.55;
  font-weight: 800;
}

.my100-login__seal {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 900;
  backdrop-filter: blur(8px);
}

.my100-login__seal i {
  color: #87ab42;
}

.my100-login__form {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(26px, 3vw, 42px);
  background:
    linear-gradient(180deg, #fff, #fbfcf8);
}

.my100-login__form-head h2 {
  margin: 0;
  color: #222;
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1;
}

.my100-login__form label {
  display: grid;
  gap: 8px;
  color: #222;
  font-size: 15px;
  font-weight: 900;
}

.my100-login__form input {
  min-height: 50px;
  border-color: rgba(24, 25, 28, 0.14);
  border-radius: 12px;
  padding: 0 16px;
  font-size: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.my100-login__form input:focus {
  border-color: #87ab42;
  box-shadow: 0 0 0 4px rgba(135, 171, 66, 0.18);
  outline: none;
}

.my100-login__form .home-offer-card__cta {
  min-height: 52px;
  margin-top: 6px;
  border: 0;
  border-radius: 12px;
  background: #87ab42;
  color: #fff;
  font-size: 17px;
  box-shadow: 0 18px 36px rgba(135, 171, 66, 0.28);
}

.my100-login__form .home-offer-card__cta:hover {
  background: #769936;
  color: #fff;
}

@media (max-width: 1100px) {
  .my100-app {
    grid-template-columns: 1fr;
  }

  .my100-sidebar {
    position: relative;
    height: auto;
  }

  .my100-grid,
  .my100-login__panel {
    grid-template-columns: 1fr;
  }

  .my100-login__panel {
    min-height: auto;
  }

  .my100-login__intro {
    min-height: 310px;
  }
}

@media (max-width: 720px) {
  .my100-login {
    min-height: auto;
    place-items: start;
    padding: 18px 0;
  }

  .my100-login .container {
    max-width: 100%;
  }

  .my100-login__panel {
    border-radius: 14px;
  }

  .my100-login__intro {
    min-height: 270px;
  }

  .my100-login__form {
    padding: 24px 20px 28px;
  }

  .my100-main {
    padding: 18px;
  }

  .my100-hero,
  .my100-main__head,
  .my100-stats {
    grid-template-columns: 1fr;
  }

  .my100-hero,
  .my100-main__head {
    display: grid;
  }

  .my100-stats {
    display: grid;
  }

  .my100-form {
    grid-template-columns: 1fr;
  }
}

.shop-admin-login {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(21, 22, 24, 0.92), rgba(21, 22, 24, 0.78)),
    radial-gradient(circle at 72% 18%, rgba(135, 171, 66, 0.42), transparent 34%);
}

.shop-admin-login .container {
  max-width: 560px;
}

.shop-admin__panel {
  position: relative;
  padding: 42px;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.20);
}

.shop-admin__panel::after {
  content: "";
  position: absolute;
  right: -78px;
  top: -78px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(135, 171, 66, 0.16);
}

.shop-admin__panel h2 {
  margin: 0 0 10px;
  color: #222;
  font-size: 34px;
}

.shop-admin__panel p {
  color: #5e646b;
  font-weight: 800;
}

.shop-admin__panel form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.shop-admin__panel input {
  min-height: 54px;
  border: 1px solid rgba(24, 25, 28, 0.14);
  border-radius: 10px;
  padding: 0 16px;
}

.shop-admin__success,
.shop-admin__alert {
  margin-bottom: 18px;
  padding: 13px 16px;
  border-radius: 12px;
  font-weight: 900;
}

.shop-admin__success {
  background: #eef8df;
  color: #58752a;
}

.shop-admin__alert {
  background: #fff0f0;
  color: #b42318;
}

.shop-admin-app {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  height: 100vh;
  background:
    radial-gradient(circle at 88% 8%, rgba(135, 171, 66, 0.18), transparent 34%),
    linear-gradient(135deg, #f7faf2 0%, #eef4e8 52%, #f8faf6 100%);
  overflow: hidden;
}

.shop-admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 26px 18px;
  background:
    linear-gradient(160deg, rgba(135, 171, 66, 0.14), transparent 34%),
    #151618;
  color: #fff;
  box-shadow: 18px 0 44px rgba(15, 16, 18, 0.16);
}

.shop-admin-sidebar__brand {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
  padding: 0 8px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.shop-admin-sidebar__brand img {
  width: 138px;
  height: auto;
}

.shop-admin-sidebar__brand span {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
}

.shop-admin-sidebar nav,
.shop-admin-sidebar__logout {
  display: grid;
  gap: 7px;
}

.shop-admin-sidebar nav a,
.shop-admin-sidebar__logout {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.shop-admin-sidebar nav a i,
.shop-admin-sidebar__logout i {
  width: 18px;
  color: #87ab42;
  text-align: center;
}

.shop-admin-sidebar nav a.is-active,
.shop-admin-sidebar nav a:hover,
.shop-admin-sidebar__logout:hover {
  background: #87ab42;
  color: #fff;
  transform: translateX(3px);
}

.shop-admin-sidebar nav a.is-active i,
.shop-admin-sidebar nav a:hover i,
.shop-admin-sidebar__logout:hover i {
  color: #fff;
}

.shop-admin-sidebar__logout {
  margin-top: 28px;
}

.shop-admin-main {
  height: 100vh;
  padding: 28px;
  overflow: auto;
}

.shop-admin-main::-webkit-scrollbar,
.shop-product-data__panels::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.shop-admin-main::-webkit-scrollbar-thumb,
.shop-product-data__panels::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(135, 171, 66, 0.45);
}

.shop-admin-hero {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  margin-bottom: 24px;
  padding: 30px;
  overflow: hidden;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(34, 34, 34, 0.96), rgba(34, 34, 34, 0.82)),
    radial-gradient(circle at 92% 12%, rgba(135, 171, 66, 0.58), transparent 34%);
  color: #fff;
  box-shadow: 0 24px 60px rgba(24, 25, 28, 0.16);
}

.shop-admin-hero::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -130px;
  width: 320px;
  height: 320px;
  border: 42px solid rgba(135, 171, 66, 0.20);
  border-radius: 50%;
}

.shop-admin-hero > * {
  position: relative;
  z-index: 1;
}

.shop-admin-hero span,
.shop-admin-main__head span,
.shop-admin-card__head span {
  color: #87ab42;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
}

.shop-admin-hero h1 {
  margin: 6px 0 8px;
  color: #fff;
  font-size: 42px;
  line-height: 1;
}

.shop-admin-hero p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.shop-admin-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.shop-admin-ghost {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
}

.shop-admin-main__head,
.shop-admin-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.shop-admin-main__head {
  padding: 22px 24px;
  border: 1px solid rgba(24, 25, 28, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 46px rgba(24, 25, 28, 0.07);
}

.shop-admin-main__head h1 {
  margin: 4px 0 0;
  color: #222;
  font-size: 36px;
}

.shop-admin-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shop-admin-stats a,
.shop-admin-card,
.shop-account__box,
.shop-account-dashboard {
  border: 1px solid rgba(24, 25, 28, 0.10);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 50px rgba(24, 25, 28, 0.08);
  backdrop-filter: blur(10px);
}

.shop-admin-stats a {
  position: relative;
  padding: 24px;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.shop-admin-stats a::after {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -32px;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: rgba(135, 171, 66, 0.12);
}

.shop-admin-stats a:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 64px rgba(24, 25, 28, 0.13);
}

.shop-admin-stats strong,
.shop-admin-stats span {
  display: block;
}

.shop-admin-stats i {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: #eef3e5;
  color: #87ab42;
}

.shop-admin-stats strong {
  position: relative;
  z-index: 1;
  color: #87ab42;
  font-size: 38px;
  line-height: 1;
}

.shop-admin-stats span {
  position: relative;
  z-index: 1;
  color: #4f5258;
  font-weight: 900;
}

.shop-admin-card {
  padding: 24px 26px;
  margin-bottom: 24px;
}

.shop-admin-card h2 {
  margin: 0 0 18px;
  color: #222;
}

.shop-admin-card__head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.shop-admin-card__head h2 {
  margin: 3px 0 0;
}

.shop-admin-card__head > i {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #eef3e5;
  color: #87ab42;
}

.shop-admin-card__head a {
  color: #87ab42;
  font-weight: 900;
}

.shop-admin-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.shop-admin-card--wide {
  grid-column: 1 / -1;
}

.shop-admin-mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.shop-admin-mini-metrics div {
  padding: 16px;
  border-radius: 14px;
  background: #f7faef;
}

.shop-admin-mini-metrics strong,
.shop-admin-mini-metrics span {
  display: block;
}

.shop-admin-mini-metrics strong {
  color: #222;
  font-size: 24px;
}

.shop-admin-mini-metrics span,
.shop-admin-readiness li {
  color: #5e646b;
  font-weight: 800;
}

.shop-admin-readiness {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shop-admin-readiness i {
  width: 28px;
  height: 28px;
  margin-right: 9px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #eef3e5;
  color: #87ab42;
}

.shop-admin-table {
  display: grid;
  gap: 0;
  overflow-x: auto;
}

.shop-admin-table__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 14px;
  align-items: center;
  min-width: 760px;
  padding: 14px 12px;
  border-bottom: 1px solid rgba(24, 25, 28, 0.08);
}

.shop-admin-table--products .shop-admin-table__row,
.shop-admin-table--customers .shop-admin-table__row {
  grid-template-columns: 110px minmax(220px, 1.4fr) minmax(150px, 1fr) minmax(120px, .8fr) minmax(220px, 1fr);
}

.shop-admin-table--orders .shop-admin-table__row {
  grid-template-columns: minmax(130px, .9fr) minmax(210px, 1.35fr) 90px minmax(120px, .8fr) minmax(220px, 1fr) 120px;
}

.shop-admin-table--inventory .shop-admin-table__row {
  grid-template-columns: minmax(220px, 1.4fr) 150px 100px 120px 120px 150px 100px;
}

.shop-admin-table--coupons .shop-admin-table__row {
  grid-template-columns: minmax(180px, 1fr) 160px 140px 160px 100px;
}

.shop-admin-table--whatsapp .shop-admin-table__row {
  grid-template-columns: 150px 140px 100px 110px minmax(180px, 1fr) minmax(220px, 1fr);
}

.shop-admin-table input,
.shop-admin-table select,
.shop-payment-settings input,
.shop-payment-settings select {
  width: 100%;
  min-height: 40px;
  border: 1px solid rgba(24, 25, 28, 0.14);
  border-radius: 8px;
  padding: 8px 10px;
  color: #222;
  background: #fff;
}

.shop-admin-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #222;
  font-weight: 900;
}

.shop-admin-check input {
  width: auto;
  min-height: 0;
}

.shop-admin-table__row--clickable {
  color: #4f5258;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.shop-admin-table__row--clickable:hover {
  background: #f7faef;
  color: #222;
  transform: translateX(2px);
}

.shop-admin-table__row--head {
  color: #222;
  font-weight: 900;
  background: #f7faef;
  border-radius: 12px;
}

.shop-admin-table img {
  width: 88px;
  height: 62px;
  border-radius: 8px;
  object-fit: cover;
}

.shop-admin-table strong,
.shop-admin-table small,
.shop-admin-table span {
  display: block;
}

.shop-admin-table__price {
  color: #87ab42;
  font-weight: 900;
}

.shop-admin-table mark {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef3e5;
  color: #58752a;
  font-weight: 900;
}

.shop-admin-delete-form button {
  border: 0;
  border-radius: 999px;
  background: #d93636;
  color: #fff;
  min-height: 40px;
  padding: 0 16px;
  font-weight: 900;
  cursor: pointer;
}

.shop-admin-delete-form button:hover {
  background: #b82727;
}

.shop-admin-empty {
  padding: 22px;
  color: #7d858c;
  font-weight: 800;
}

.shop-admin-actions,
.shop-admin-status {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
}

.shop-admin-actions a,
.shop-admin-actions button,
.shop-admin-status button {
  border: 0;
  border-radius: 999px;
  padding: 8px 13px;
  background: #eef3e5;
  color: #222;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.shop-admin-actions a:nth-child(2) {
  background: #87ab42;
  color: #fff;
}

.shop-admin-actions form {
  margin: 0;
}

.shop-admin-actions button {
  background: #fff0f0;
  color: #b42318;
}

.shop-admin-status button {
  background: #87ab42;
  color: #fff;
}

.shop-admin-status select {
  min-height: 40px;
  border: 1px solid rgba(24, 25, 28, 0.15);
  border-radius: 8px;
  padding: 8px;
}

.shop-product-editor {
  display: grid;
  gap: 22px;
}

.shop-product-wp {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 22px;
  align-items: start;
}

.shop-product-wp__main,
.shop-product-wp__side {
  display: grid;
  gap: 18px;
}

.shop-product-wp__side {
  position: sticky;
  top: 18px;
}

.shop-product-wp__title {
  width: 100%;
  border: 1px solid rgba(24, 25, 28, 0.14);
  border-radius: 12px;
  padding: 16px 18px;
  color: #222;
  font-size: 28px;
  font-weight: 900;
}

.shop-product-wp__permalink {
  margin: 10px 0 16px;
  color: #7d858c;
  font-weight: 800;
}

.shop-product-wp__permalink span {
  color: #87ab42;
}

.shop-product-wp__editor {
  min-height: 260px;
  resize: vertical;
  background: #fbfcfa;
}

.shop-product-wp__image {
  display: block;
  width: 100%;
  height: 180px;
  margin-bottom: 14px;
  border-radius: 10px;
  object-fit: cover;
}

.shop-product-wp label,
.shop-product-publish label {
  display: grid;
  gap: 7px;
  color: #222;
  font-weight: 900;
}

.shop-product-wp label input[type="checkbox"],
.shop-product-publish label input[type="checkbox"] {
  width: auto;
}

.shop-product-data__head {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(24, 25, 28, 0.09);
}

.shop-product-data {
  overflow: hidden;
}

.shop-product-data__head h2 {
  margin: 0 auto 0 0;
}

.shop-product-data__head select,
.shop-product-publish select,
.shop-product-editor select,
.shop-product-wp select {
  min-height: 44px;
  border: 1px solid rgba(24, 25, 28, 0.14);
  border-radius: 8px;
  padding: 8px 12px;
  color: #222;
  background: #fff;
  font-weight: 800;
}

.shop-product-data__grid {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  min-height: 460px;
}

.shop-product-data__grid aside {
  padding: 16px 0;
  border-right: 1px solid rgba(24, 25, 28, 0.09);
}

.shop-product-data__grid aside a {
  display: block;
  padding: 13px 16px;
  border-left: 4px solid transparent;
  color: #4f5258;
  font-weight: 900;
}

.shop-product-data__grid aside a:hover,
.shop-product-data__grid aside a:first-child {
  border-left-color: #87ab42;
  background: #f7faef;
  color: #222;
}

.shop-product-data__panels {
  max-height: 560px;
  overflow: auto;
  scroll-behavior: smooth;
}

.shop-product-data__panels section {
  padding: 22px;
  border-bottom: 1px solid rgba(24, 25, 28, 0.09);
  scroll-margin-top: 20px;
}

.shop-product-data__panels h3 {
  margin: 0 0 18px;
  color: #222;
  font-size: 20px;
}

.shop-product-publish__actions {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
}

.shop-product-publish__actions a,
.shop-product-publish__actions button,
.shop-product-delete {
  border: 0;
  border-radius: 999px;
  padding: 10px 15px;
  background: #87ab42;
  color: #fff;
  font-weight: 900;
}

.home-offer-card__cta,
.shop-product-publish__actions button {
  box-shadow: 0 14px 30px rgba(135, 171, 66, 0.24);
}

.shop-product-publish__actions a {
  background: #eef3e5;
  color: #222;
}

.shop-product-delete {
  width: 100%;
  margin-top: 14px;
  background: #fff0f0;
  color: #b42318;
}

.shop-product-editor__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.shop-product-editor input,
.shop-product-editor textarea,
.shop-product-wp input,
.shop-product-wp textarea,
.shop-account__box input {
  width: 100%;
  border: 1px solid rgba(24, 25, 28, 0.14);
  border-radius: 8px;
  padding: 14px 16px;
  color: #222;
}

.shop-product-editor textarea {
  min-height: 140px;
  margin-bottom: 16px;
}

.shop-product-wp input[type="checkbox"],
.shop-product-publish input[type="checkbox"] {
  width: auto;
  margin-right: 8px;
}

.shop-admin-message {
  padding: 18px 0;
  border-bottom: 1px solid rgba(24, 25, 28, 0.08);
}

.shop-admin-message strong,
.shop-admin-message span {
  display: block;
}

.shop-admin-slides {
  display: grid;
  gap: 22px;
}

.shop-admin-slide-card {
  overflow: hidden;
}

.shop-admin-slide-card[open] {
  box-shadow: 0 24px 70px rgba(24, 25, 28, 0.10);
}

.shop-admin-slide-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  cursor: pointer;
  list-style: none;
}

.shop-admin-slide-summary::-webkit-details-marker {
  display: none;
}

.shop-admin-slide-summary span,
.shop-admin-card__head span {
  color: #87ab42;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.shop-admin-slide-summary h2 {
  margin: 5px 0 0;
}

.shop-admin-slide-summary strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #222;
  font-weight: 900;
}

.shop-admin-slide-summary strong::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #87ab42;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.shop-admin-slide-card[open] .shop-admin-slide-summary strong::after {
  content: "-";
}

.shop-admin-slide-tools {
  border-top: 1px solid rgba(24, 25, 28, 0.08);
}

.shop-admin-slide-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
  align-items: start;
  padding: 0 28px 28px;
}

.shop-admin-slide-fields,
.shop-admin-slide-fields label {
  display: grid;
  gap: 12px;
}

.shop-admin-slide-fields label {
  color: #222;
  font-weight: 900;
}

.shop-admin-slide-fields input,
.shop-admin-slide-fields textarea,
.shop-admin-slide-fields select {
  width: 100%;
  border: 1px solid rgba(24, 25, 28, 0.14);
  border-radius: 10px;
  padding: 13px 15px;
  color: #222;
}

.shop-admin-slide-fields textarea {
  min-height: 118px;
}

.shop-admin-slide-preview {
  overflow: hidden;
  border: 1px solid rgba(24, 25, 28, 0.10);
  border-radius: 16px;
  background: #f7faef;
}

.shop-admin-slide-preview img,
.shop-admin-slide-preview video {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.shop-admin-slide-preview strong,
.shop-admin-slide-preview span {
  display: block;
  padding: 12px 14px 0;
}

.shop-admin-slide-preview span {
  padding-top: 4px;
  padding-bottom: 14px;
  color: #87ab42;
  font-weight: 900;
}

.shop-admin-slide-preview__empty {
  display: grid;
  place-items: center;
  min-height: 190px;
  color: #7d858c;
  font-weight: 900;
}

.shop-media-manager {
  margin-bottom: 24px;
}

.shop-media-manager__count {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #f0f5e5;
  color: #87ab42;
  font-weight: 900;
}

.shop-media-manager__form {
  display: grid;
  gap: 18px;
}

.shop-media-manager__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  max-height: 420px;
  overflow: auto;
  padding: 0 4px 4px 0;
}

.shop-media-file {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(24, 25, 28, 0.10);
  border-radius: 14px;
  background: #fff;
  color: #222;
  cursor: pointer;
}

.shop-media-file__preview {
  overflow: hidden;
  border-radius: 10px;
  background: #f4f5f0;
}

.shop-media-file__preview img,
.shop-media-file__preview video {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

.shop-media-file__name,
.shop-media-file__path {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shop-media-file__name {
  font-size: 13px;
  font-weight: 900;
}

.shop-media-file__path {
  color: #7d858c;
  font-size: 11px;
}

.shop-media-file__check {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #d93636;
  font-size: 12px;
  font-weight: 900;
}

.shop-media-file__check input,
.shop-admin-check input {
  width: auto;
}

.shop-admin-danger {
  justify-self: start;
  border: 0;
  border-radius: 999px;
  background: #d93636;
  color: #fff;
  padding: 13px 22px;
  font-weight: 900;
}

.shop-admin-media-picks {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px dashed rgba(135, 171, 66, 0.45);
  border-radius: 14px;
  background: #fbfdf7;
}

.shop-admin-media-picks strong {
  color: #222;
  font-weight: 900;
}

.shop-admin-media-picks > div {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.shop-admin-media-picks button {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 112px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #222;
  padding: 8px;
  text-align: left;
  box-shadow: 0 8px 24px rgba(24, 25, 28, 0.08);
  cursor: pointer;
}

.shop-admin-media-picks img {
  width: 96px;
  height: 70px;
  border-radius: 9px;
  object-fit: cover;
}

.shop-admin-media-picks span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 900;
}

.shop-admin-communication-form,
.shop-admin-quote-reply {
  display: grid;
  gap: 14px;
}

.shop-admin-communication-form label,
.shop-admin-quote-reply label {
  color: #222;
  font-weight: 900;
}

.shop-admin-communication-form input,
.shop-admin-communication-form textarea,
.shop-admin-quote-reply input,
.shop-admin-quote-reply textarea {
  width: 100%;
  border: 1px solid rgba(24, 25, 28, 0.14);
  border-radius: 10px;
  padding: 13px 15px;
}

.shop-admin-communication-form textarea,
.shop-admin-quote-reply textarea {
  min-height: 150px;
}

.shop-admin-template-row,
.shop-admin-quote-actions {
  display: grid;
  gap: 10px;
}

.shop-admin-template-row button,
.shop-admin-quote-reply button {
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  background: #eef3e5;
  color: #222;
  font-weight: 900;
}

.shop-admin-template-row .home-offer-card__cta {
  background: #87ab42;
  color: #fff;
}

.shop-admin-template-row .home-offer-card__cta:disabled {
  opacity: .55;
  cursor: not-allowed;
}

.shop-whatsapp-grid {
  align-items: start;
}

.shop-whatsapp-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.shop-whatsapp-fields label,
.shop-whatsapp-template-fields {
  display: grid;
  gap: 8px;
}

.shop-admin-communication-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(24, 25, 28, 0.14);
  border-radius: 10px;
  padding: 13px 15px;
  background: #fff;
  color: #222;
}

.shop-whatsapp-help {
  margin: 0;
  color: #7d858c;
  font-weight: 800;
}

.shop-whatsapp-response {
  max-height: 220px;
  margin: 18px 0 0;
  overflow: auto;
  border-radius: 12px;
  background: #161719;
  color: #fff;
  padding: 16px;
  white-space: pre-wrap;
}

.shop-whatsapp-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
  color: #5e646b;
  font-weight: 800;
}

.my100-attendance-control .card-body {
  display: grid;
  gap: 16px;
}

.my100-attendance-daybar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.my100-attendance-arrow {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--my100-border);
  border-radius: 999px;
  background: var(--my100-card);
  color: var(--my100-text);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .10);
}

.my100-attendance-arrow:hover {
  border-color: rgba(135, 171, 66, .6);
  background: var(--my100-green);
  color: #fff;
  transform: translateY(-1px);
}

.my100-attendance-arrow iconify-icon {
  font-size: 24px;
}

.my100-attendance-daybar > strong {
  margin-left: auto;
  color: var(--my100-text);
  font-size: 18px;
  font-weight: 900;
}

.my100-attendance-date-form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.my100-attendance-date-form .form-control {
  width: 170px;
  min-height: 42px;
}

.my100-attendance-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.my100-attendance-filters a {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 10px 12px;
  border: 1px solid var(--my100-border);
  border-radius: 8px;
  background: var(--my100-bg);
  color: var(--my100-muted);
  font-weight: 900;
}

.my100-attendance-filters a:hover,
.my100-attendance-filters a.active {
  border-color: rgba(135, 171, 66, .55);
  background: var(--my100-green-soft);
  color: var(--my100-text);
}

.my100-attendance-filters iconify-icon {
  color: var(--my100-green);
  font-size: 22px;
}

.my100-attendance-filters span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.my100-attendance-filters b {
  display: grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--my100-card);
  color: var(--my100-text);
  font-size: 12px;
}

.my100-chat-app {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  min-height: calc(100vh - var(--my100-topbar-height) - 52px);
  overflow: hidden;
}

.my100-chat-sidebar {
  min-width: 0;
  border-right: 1px solid var(--my100-border);
  background: var(--my100-card);
}

.my100-chat-sidebar__head,
.my100-chat-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 78px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--my100-border);
}

.my100-chat-sidebar__head h4,
.my100-chat-panel__head h4 {
  margin: 0;
  color: var(--my100-text);
  font-size: 18px;
  font-weight: 900;
}

.my100-chat-sidebar__head span,
.my100-chat-panel__head small {
  color: var(--my100-muted);
  font-weight: 800;
}

.my100-chat-search {
  position: relative;
  padding: 16px;
  border-bottom: 1px solid var(--my100-border);
}

.my100-chat-search iconify-icon {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: var(--my100-muted);
}

.my100-chat-search input {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--my100-border);
  border-radius: 8px;
  padding: 9px 12px 9px 40px;
  background: var(--my100-bg);
  color: var(--my100-text);
}

.my100-chat-contact-list {
  max-height: calc(100vh - var(--my100-topbar-height) - 210px);
  overflow: auto;
}

.my100-chat-contact-list a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid var(--my100-border);
  color: var(--my100-text);
}

.my100-chat-contact-list a.active,
.my100-chat-contact-list a:hover {
  background: var(--my100-green-soft);
}

.my100-chat-contact-list strong,
.my100-chat-contact-list small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.my100-chat-contact-list small {
  color: var(--my100-muted);
}

.my100-chat-contact-list b {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--my100-green);
  color: #fff;
  font-size: 12px;
}

.my100-chat-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-width: 0;
  background: var(--my100-bg);
}

.my100-chat-panel__head > div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.my100-chat-messages {
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: auto;
  padding: 24px;
}

.my100-chat-bubble {
  max-width: min(72%, 680px);
  padding: 12px 14px;
  border: 1px solid var(--my100-border);
  border-radius: 8px 8px 8px 2px;
  background: var(--my100-card);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.my100-chat-bubble.is-outbound {
  align-self: flex-end;
  border-radius: 8px 8px 2px 8px;
  background: var(--my100-green-soft);
}

.my100-chat-bubble p {
  margin: 0 0 6px;
  color: var(--my100-text);
}

.my100-chat-bubble small {
  color: var(--my100-muted);
}

.my100-chat-composer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  gap: 12px;
  align-items: end;
  padding: 18px;
  border-top: 1px solid var(--my100-border);
  background: var(--my100-card);
}

.my100-chat-composer textarea {
  resize: none;
}

.my100-chat-composer button {
  width: 46px;
  height: 46px;
  padding: 0;
}

.shop-product-gallery-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.shop-product-gallery-preview figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(24, 25, 28, 0.10);
  border-radius: 12px;
  background: #f7faef;
}

.shop-product-gallery-preview img {
  width: 100%;
  height: 92px;
  object-fit: cover;
}

.shop-product-gallery-preview figcaption {
  padding: 8px;
  color: #5e646b;
  font-size: 11px;
  font-weight: 800;
  word-break: break-word;
}

.shop-account__box {
  max-width: 560px;
  margin: 0 auto;
  padding: 34px;
}

.shop-account__box h1,
.shop-account__box h2 {
  margin: 0 0 18px;
  color: #222;
}

.shop-account__box form {
  display: grid;
  gap: 14px;
}

.shop-account__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
}

.shop-account-dashboard {
  display: grid;
  grid-template-columns: 260px 1fr;
  overflow: hidden;
}

.shop-account-dashboard aside {
  padding: 28px;
  background: #161719;
}

.shop-account-dashboard aside h2,
.shop-account-dashboard aside a {
  color: #fff;
}

.shop-account-dashboard aside a {
  display: block;
  margin-top: 14px;
  font-weight: 800;
}

.shop-account-dashboard main {
  padding: 30px;
}

.shop-account-order {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(24, 25, 28, 0.08);
}

.checkout-payment-methods {
  margin-top: 28px;
  padding: 22px;
  border-radius: 10px;
  background: #f4f7ef;
}

.shop-cart-hero,
.order-detail-hero {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 28px;
  padding: 28px;
  border-radius: 18px;
  background: linear-gradient(135deg, #222 0%, #343831 100%);
  color: #fff;
  overflow: hidden;
}

.shop-cart-hero span,
.order-detail-hero span {
  color: #87ab42;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-cart-hero h2,
.order-detail-hero h1 {
  margin: 4px 0 8px;
  color: #fff;
}

.shop-cart-hero p,
.order-detail-hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

.shop-cart-hero strong {
  color: #87ab42;
  font-size: 34px;
  white-space: nowrap;
}

.shop-cart-panel,
.shop-cart-summary {
  border: 1px solid rgba(24, 25, 28, 0.10);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(24, 25, 28, 0.08);
}

.shop-cart-panel {
  padding: 22px;
}

.shop-cart-summary h3 {
  margin: 0 0 18px;
  color: #222;
}

.order-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

.order-detail-side p {
  margin: 0 0 14px;
  color: #5e646b;
  font-weight: 800;
}

.checkout-payment-methods h2 {
  margin: 0 0 14px;
}

.checkout-payment-methods label {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  color: #222;
  font-weight: 900;
}

.checkout-payment-methods input {
  width: auto;
}

.shop-payment-settings {
  display: grid;
  gap: 20px;
}

.shop-payment-gateway h2 {
  margin-bottom: 18px;
}

.payment-start-box {
  text-align: center;
}

.order-detail-card h1 {
  margin-bottom: 12px;
  color: #222;
}

.order-detail-card .shop-admin-table__row {
  grid-template-columns: minmax(220px, 1.4fr) 120px 140px 140px;
}

.product-enel__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.product-enel__info-card {
  min-height: 96px;
  padding: 18px;
  border-radius: 8px;
  background: #f4f7ef;
  color: #222;
  font-weight: 900;
}

.product-enel__info-card i {
  display: block;
  margin-bottom: 10px;
  color: #87ab42;
}

.shop-admin__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.shop-admin__tabs a {
  padding: 12px 18px;
  border-radius: 999px;
  background: #f4f7ef;
  color: #222;
  font-weight: 900;
}

.shop-admin__tabs a.is-active {
  background: #87ab42;
  color: #fff;
}

.shop-admin__layout {
  display: grid;
  grid-template-columns: minmax(340px, 420px) 1fr;
  gap: 28px;
  align-items: start;
}

.shop-admin__table {
  padding: 28px;
  border: 1px solid rgba(24, 25, 28, 0.10);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(24, 25, 28, 0.08);
}

.shop-admin__table--full {
  width: 100%;
}

.shop-admin__table h3 {
  margin: 0 0 18px;
  color: #222;
}

.shop-admin__row,
.shop-admin__order,
.shop-admin__mail {
  display: grid;
  grid-template-columns: 72px 1fr auto auto;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(24, 25, 28, 0.08);
}

.shop-admin__order {
  grid-template-columns: 1fr 1fr 1fr auto;
}

.shop-admin__mail {
  display: block;
}

.shop-admin__row img {
  width: 72px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
}

.shop-admin__row strong,
.shop-admin__row span,
.shop-admin__order strong,
.shop-admin__order span {
  display: block;
}

.shop-admin__row button,
.shop-admin__order button {
  border: 0;
  border-radius: 8px;
  padding: 9px 12px;
  background: #222;
  color: #fff;
  font-weight: 800;
}

.shop-admin__order select {
  min-height: 42px;
  border: 1px solid rgba(24, 25, 28, 0.14);
  border-radius: 8px;
  padding: 8px;
}

@media (max-width: 991px) {
  .product-enel__grid,
  .shop-admin__layout,
  .shop-admin-app,
  .shop-account-dashboard {
    grid-template-columns: 1fr;
  }

  .shop-admin-sidebar {
    position: relative;
    height: auto;
  }

  .shop-admin-sidebar nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-admin-main {
    padding: 24px 16px;
  }

  .shop-admin-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-product-wp {
    grid-template-columns: 1fr;
  }

  .shop-admin-dashboard-grid,
  .order-detail-grid,
  .shop-admin-slide-grid {
    grid-template-columns: 1fr;
  }

  .shop-whatsapp-fields {
    grid-template-columns: 1fr;
  }

  .my100-attendance-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .my100-attendance-daybar > strong {
    width: 100%;
    margin-left: 0;
  }

  .my100-chat-app {
    grid-template-columns: 1fr;
  }

  .my100-chat-sidebar {
    border-right: 0;
    border-bottom: 1px solid var(--my100-border);
  }

  .my100-chat-contact-list {
    max-height: 320px;
  }

  .my100-chat-bubble {
    max-width: 88%;
  }

  .shop-media-manager__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shop-cart-hero,
  .order-detail-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .shop-product-wp__side {
    position: static;
  }

  .product-enel__buybox {
    position: static;
  }

  .product-enel__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .product-enel__gallery,
  .product-enel__main-image {
    min-height: 320px;
    height: 320px;
  }

  .product-enel__thumbs {
    position: static;
    padding: 12px;
    background: #fff;
  }

  .product-enel__buybox,
  .product-enel__section {
    padding: 22px;
  }

  .product-enel__buybox h1 {
    font-size: 30px;
  }

  .product-enel__cards,
  .shop-admin__row,
  .shop-admin__order,
  .shop-product-data__grid,
  .shop-product-editor__grid,
  .shop-admin-stats,
  .shop-admin-main__head,
  .shop-account-order {
    grid-template-columns: 1fr;
  }

  .shop-admin-sidebar nav {
    grid-template-columns: 1fr;
  }

  .my100-attendance-date-form,
  .my100-attendance-date-form .form-control,
  .my100-attendance-date-form .btn {
    width: 100%;
  }

  .my100-attendance-filters {
    grid-template-columns: 1fr;
  }

  .shop-admin-main__head {
    align-items: stretch;
  }

  .shop-product-gallery-preview {
    grid-template-columns: 1fr;
  }

  .shop-product-data__grid aside {
    border-right: 0;
    border-bottom: 1px solid rgba(24, 25, 28, 0.09);
  }

  .shop-product-data__panels {
    max-height: none;
  }
}

.cart-page__table__meta__img {
  border-radius: 16px;
  overflow: hidden;
}

.cart-page__table__meta__remove:hover,
.cart-page__table .product-details__quantity .quantity-box button:hover,
.cart-page__cart-total__shipping__link,
.cart-page__link:hover {
  color: #87ab42;
}

@media (max-width: 1199px) {
  .product-shop-hero__item {
    min-height: 740px;
  }

  .product-shop-feature img {
    height: 220px;
  }
}

@media (max-width: 991px) {
  .product-shop-hero__item {
    min-height: 920px;
    padding-top: 170px;
  }

  .product-shop-feature {
    margin-top: 34px;
    max-width: 520px;
  }

  .product-shop-hero__text {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .product-shop-hero__item {
    min-height: 860px;
    padding-top: 145px;
  }

  .product-shop-feature div {
    padding: 20px;
  }

  .product-shop-feature h3 {
    font-size: 24px;
  }

  .product-shop-feature p {
    min-height: 0;
  }

  .product-shop-feature strong {
    font-size: 28px;
  }
}

.cart-page__cart-total__shipping__link::after,
.cart-page__link:hover::after,
.cart-page__buttons .cilox-btn:first-child::after,
.cart-page__buttons .cilox-btn:first-child::before {
  background-color: #87ab42;
}

.cart-page__table__meta__remove {
  border: 0;
  background: transparent;
  padding: 0;
}

.cart-clear-form {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.cart-empty {
  max-width: 720px;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
  border: 1px solid rgba(24, 25, 28, 0.10);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(24, 25, 28, 0.08);
}

.cart-empty h2 {
  margin: 0 0 12px;
  color: #222;
}

.cart-empty p {
  margin: 0 0 24px;
  color: #797b81;
  font-weight: 700;
}

.checkout-form,
.checkout-summary {
  padding: 34px;
  border: 1px solid rgba(24, 25, 28, 0.10);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(24, 25, 28, 0.08);
}

.checkout-form h2,
.checkout-summary h2 {
  margin: 0 0 24px;
  color: #222;
  font-size: 28px;
}

.checkout-form input,
.checkout-form textarea {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(24, 25, 28, 0.14);
  border-radius: 10px;
  padding: 14px 18px;
  outline: 0;
  font-weight: 700;
}

.checkout-form textarea {
  min-height: 130px;
}

.checkout-form__actions {
  margin-top: 24px;
}

.checkout-form__actions p {
  margin: 16px 0 0;
  color: #797b81;
  font-size: 14px;
  font-weight: 700;
}

.checkout-summary__item {
  display: grid;
  grid-template-columns: 84px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(24, 25, 28, 0.10);
}

.checkout-summary__item img {
  width: 84px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
}

.checkout-summary__item h3 {
  margin: 0 0 4px;
  color: #222;
  font-size: 18px;
}

.checkout-summary__item span {
  color: #797b81;
  font-weight: 700;
}

.checkout-summary__total {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  color: #222;
  font-size: 22px;
  font-weight: 900;
}

.about-two__thumb__shape {
  position: absolute;
}

.about-two__thumb__shape img[src$="angle-1-1.png"] {
  opacity: 0;
}

.about-two__thumb__shape:has(img[src$="angle-1-1.png"])::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #87ab42;
  -webkit-mask: url("../images/shapes/angle-1-1.png") center / contain no-repeat;
  mask: url("../images/shapes/angle-1-1.png") center / contain no-repeat;
}

.about-two__thumb__shape-two img[src$="about-star.png"] {
  opacity: 0;
}

.about-two__thumb__shape-two:has(img[src$="about-star.png"])::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #87ab42;
  -webkit-mask: url("../images/shapes/about-star.png") center / contain no-repeat;
  mask: url("../images/shapes/about-star.png") center / contain no-repeat;
}

.about-two__thumb::after {
  background-image: radial-gradient(circle closest-side at 50% 50%, rgba(135, 171, 66, 0.95) 0%, rgba(135, 171, 66, 0.01) 100%);
}

.feature-one__item--switch .feature-one__hover__content {
  display: none;
}

.feature-one__item--switch:hover .feature-one__content {
  transform: none;
  visibility: visible;
  opacity: 1;
}

.feature-one__item--switch .feature-one__content {
  inset: 0;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 28px 30px;
  background: transparent;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  pointer-events: none;
}

.feature-one__item--switch .feature-one__content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(24, 25, 28, 0) 34%, rgba(24, 25, 28, 0.28) 58%, rgba(24, 25, 28, 0.92) 100%),
    linear-gradient(90deg, rgba(24, 25, 28, 0.74) 0%, rgba(24, 25, 28, 0.34) 38%, rgba(24, 25, 28, 0) 78%);
  transition: opacity 0.3s ease, background 0.3s ease;
}

.feature-one__item--switch .feature-one__icon {
  display: none;
}

.feature-one__item--switch .feature-one__title {
  position: relative;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 0;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: 0;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.38);
}

.feature-one__item--switch .feature-one__title-default,
.feature-one__item--switch .feature-one__title-hover {
  display: inline-block;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.feature-one__item--switch .feature-one__title-hover {
  position: absolute;
  inset: 0 auto auto 0;
  opacity: 0;
  transform: translateY(8px);
  white-space: nowrap;
  color: #87ab42;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  letter-spacing: 0;
}

.feature-one__item--switch:hover .feature-one__title-default {
  opacity: 0;
  transform: translateY(-8px);
}

.feature-one__item--switch:hover .feature-one__title-hover {
  opacity: 1;
  transform: translateY(0);
}

.feature-one__item--switch:hover .feature-one__content::before {
  background:
    linear-gradient(180deg, rgba(24, 25, 28, 0) 30%, rgba(24, 25, 28, 0.34) 56%, rgba(24, 25, 28, 0.96) 100%),
    linear-gradient(90deg, rgba(24, 25, 28, 0.80) 0%, rgba(24, 25, 28, 0.38) 40%, rgba(24, 25, 28, 0) 80%);
}

@media (max-width: 767px) {
  .feature-one__item--switch .feature-one__content {
    padding: 0 20px 22px;
  }

  .feature-one__item--switch .feature-one__title {
    min-height: 36px;
    font-size: 22px;
  }
}

.main-footer .footer-topline {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.main-footer .footer-topline__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.main-footer .footer-topline__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
}

.main-footer .footer-topline__logo img {
  max-width: 136px;
  max-height: 56px;
  object-fit: contain;
}

.main-footer .footer-topline__item i {
  color: #87ab42;
}

.main-footer .footer-topline__item:hover,
.main-footer .footer-widget__links li a:hover {
  color: #87ab42;
}

.faq100-hero {
  position: relative;
  overflow: hidden;
  padding: 190px 0 92px;
  background: #f3f4f1;
}

.faq-page .main-header--one:not(.sticky-header--cloned) .main-menu .main-menu__list > li > a,
.faq-page .main-header--one:not(.sticky-header--cloned) .main-header__info__item,
.faq-page .main-header--one:not(.sticky-header--cloned) .main-header__info__item i,
.contact-page .main-header--one:not(.sticky-header--cloned) .main-menu .main-menu__list > li > a,
.contact-page .main-header--one:not(.sticky-header--cloned) .main-header__info__item,
.contact-page .main-header--one:not(.sticky-header--cloned) .main-header__info__item i,
.moduli-page .main-header--one:not(.sticky-header--cloned) .main-menu .main-menu__list > li > a,
.moduli-page .main-header--one:not(.sticky-header--cloned) .main-header__info__item,
.moduli-page .main-header--one:not(.sticky-header--cloned) .main-header__info__item i,
.footer100-page--legal .main-header--one:not(.sticky-header--cloned) .main-menu .main-menu__list > li > a,
.footer100-page--legal .main-header--one:not(.sticky-header--cloned) .main-header__info__item,
.footer100-page--legal .main-header--one:not(.sticky-header--cloned) .main-header__info__item i,
.footer100-page--form .main-header--one:not(.sticky-header--cloned) .main-menu .main-menu__list > li > a,
.footer100-page--form .main-header--one:not(.sticky-header--cloned) .main-header__info__item,
.footer100-page--form .main-header--one:not(.sticky-header--cloned) .main-header__info__item i,
.footer100-page--company .main-header--one:not(.sticky-header--cloned) .main-menu .main-menu__list > li > a,
.footer100-page--company .main-header--one:not(.sticky-header--cloned) .main-header__info__item,
.footer100-page--company .main-header--one:not(.sticky-header--cloned) .main-header__info__item i {
  color: #111315;
}

.faq-page .main-header--one:not(.sticky-header--cloned) .main-menu .main-menu__list > li.current > a,
.faq-page .main-header--one:not(.sticky-header--cloned) .main-menu .main-menu__list > li:hover > a,
.contact-page .main-header--one:not(.sticky-header--cloned) .main-menu .main-menu__list > li.current > a,
.contact-page .main-header--one:not(.sticky-header--cloned) .main-menu .main-menu__list > li:hover > a,
.moduli-page .main-header--one:not(.sticky-header--cloned) .main-menu .main-menu__list > li.current > a,
.moduli-page .main-header--one:not(.sticky-header--cloned) .main-menu .main-menu__list > li:hover > a,
.footer100-page--legal .main-header--one:not(.sticky-header--cloned) .main-menu .main-menu__list > li.current > a,
.footer100-page--legal .main-header--one:not(.sticky-header--cloned) .main-menu .main-menu__list > li:hover > a,
.footer100-page--form .main-header--one:not(.sticky-header--cloned) .main-menu .main-menu__list > li.current > a,
.footer100-page--form .main-header--one:not(.sticky-header--cloned) .main-menu .main-menu__list > li:hover > a,
.footer100-page--company .main-header--one:not(.sticky-header--cloned) .main-menu .main-menu__list > li.current > a,
.footer100-page--company .main-header--one:not(.sticky-header--cloned) .main-menu .main-menu__list > li:hover > a {
  color: #87ab42;
}

.faq-page .main-header--one:not(.sticky-header--cloned) .main-header__call,
.contact-page .main-header--one:not(.sticky-header--cloned) .main-header__call,
.moduli-page .main-header--one:not(.sticky-header--cloned) .main-header__call,
.footer100-page--legal .main-header--one:not(.sticky-header--cloned) .main-header__call,
.footer100-page--form .main-header--one:not(.sticky-header--cloned) .main-header__call,
.footer100-page--company .main-header--one:not(.sticky-header--cloned) .main-header__call {
  color: #87ab42;
}

.faq-page .main-header--one:not(.sticky-header--cloned) .main-header__call__icon,
.faq-page .main-header--one:not(.sticky-header--cloned) .main-header__call__icon i,
.faq-page .main-header--one:not(.sticky-header--cloned) .main-header__call__text,
.faq-page .main-header--one:not(.sticky-header--cloned) .main-header__call a,
.contact-page .main-header--one:not(.sticky-header--cloned) .main-header__call__icon,
.contact-page .main-header--one:not(.sticky-header--cloned) .main-header__call__icon i,
.contact-page .main-header--one:not(.sticky-header--cloned) .main-header__call__text,
.contact-page .main-header--one:not(.sticky-header--cloned) .main-header__call a,
.moduli-page .main-header--one:not(.sticky-header--cloned) .main-header__call__icon,
.moduli-page .main-header--one:not(.sticky-header--cloned) .main-header__call__icon i,
.moduli-page .main-header--one:not(.sticky-header--cloned) .main-header__call__text,
.moduli-page .main-header--one:not(.sticky-header--cloned) .main-header__call a,
.footer100-page--legal .main-header--one:not(.sticky-header--cloned) .main-header__call__icon,
.footer100-page--legal .main-header--one:not(.sticky-header--cloned) .main-header__call__icon i,
.footer100-page--legal .main-header--one:not(.sticky-header--cloned) .main-header__call__text,
.footer100-page--legal .main-header--one:not(.sticky-header--cloned) .main-header__call a,
.footer100-page--form .main-header--one:not(.sticky-header--cloned) .main-header__call__icon,
.footer100-page--form .main-header--one:not(.sticky-header--cloned) .main-header__call__icon i,
.footer100-page--form .main-header--one:not(.sticky-header--cloned) .main-header__call__text,
.footer100-page--form .main-header--one:not(.sticky-header--cloned) .main-header__call a,
.footer100-page--company .main-header--one:not(.sticky-header--cloned) .main-header__call__icon,
.footer100-page--company .main-header--one:not(.sticky-header--cloned) .main-header__call__icon i,
.footer100-page--company .main-header--one:not(.sticky-header--cloned) .main-header__call__text,
.footer100-page--company .main-header--one:not(.sticky-header--cloned) .main-header__call a {
  color: #87ab42;
}

.faq-page .main-header--one:not(.sticky-header--cloned) .mobile-nav__btn span,
.contact-page .main-header--one:not(.sticky-header--cloned) .mobile-nav__btn span,
.moduli-page .main-header--one:not(.sticky-header--cloned) .mobile-nav__btn span,
.footer100-page--legal .main-header--one:not(.sticky-header--cloned) .mobile-nav__btn span,
.footer100-page--form .main-header--one:not(.sticky-header--cloned) .mobile-nav__btn span,
.footer100-page--company .main-header--one:not(.sticky-header--cloned) .mobile-nav__btn span {
  background: #111315;
}

.faq-page .main-header--one:not(.sticky-header--cloned) .main-header__inner,
.contact-page .main-header--one:not(.sticky-header--cloned) .main-header__inner,
.moduli-page .main-header--one:not(.sticky-header--cloned) .main-header__inner,
.footer100-page--legal .main-header--one:not(.sticky-header--cloned) .main-header__inner,
.footer100-page--form .main-header--one:not(.sticky-header--cloned) .main-header__inner,
.footer100-page--company .main-header--one:not(.sticky-header--cloned) .main-header__inner {
  border-color: rgba(34, 34, 34, 0.08);
}

.faq100-hero__shape {
  position: absolute;
  inset: 0;
  background: url("../images/shapes/hero-shape-1-1a.png") center bottom / cover no-repeat;
  filter: grayscale(1) brightness(1.08);
  opacity: 0.16;
  pointer-events: none;
}

.faq100-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 40px;
  align-items: end;
}

.faq100-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: #87ab42;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq100-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #222;
  font-family: "Stack Sans Notch", sans-serif;
  font-size: clamp(44px, 6vw, 84px);
  line-height: 0.96;
  font-weight: 900;
}

.faq100-hero p {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(34, 34, 34, 0.70);
  font-size: 18px;
  line-height: 1.65;
}

.faq100-search {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 640px;
  min-height: 68px;
  margin-top: 30px;
  padding: 0 22px;
  border: 1px solid rgba(34, 34, 34, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(34, 34, 34, 0.08);
}

.faq100-search i {
  color: #87ab42;
  font-size: 18px;
}

.faq100-search input {
  width: 100%;
  border: 0;
  outline: 0;
  color: #222;
  font-size: 17px;
  font-weight: 800;
}

.faq100-hero__card {
  padding: 28px;
  border-radius: 22px;
  background: #151515;
  color: #fff;
  box-shadow: 0 24px 70px rgba(34, 34, 34, 0.18);
}

.faq100-hero__card span,
.faq100-hero__card p {
  color: rgba(255, 255, 255, 0.72);
}

.faq100-hero__card strong {
  display: block;
  margin: 8px 0 10px;
  color: #87ab42;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.faq100-hero__card p {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.55;
}

.faq100-page {
  background: #fff;
}

.faq100-categories,
.faq100-main,
.faq100-cta {
  padding: 84px 0;
}

.faq100-categories {
  padding-bottom: 42px;
}

.faq100-main {
  padding-top: 34px;
}

.faq100-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.faq100-section-head h2,
.faq100-cta h2 {
  margin: 0;
  color: #222;
  font-family: "Stack Sans Notch", sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  font-weight: 900;
}

.faq100-category-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
}

.faq100-category {
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 132px;
  border: 1px solid rgba(34, 34, 34, 0.08);
  border-radius: 18px;
  background: #f7f8f5;
  color: #222;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.faq100-category i {
  color: #87ab42;
  font-size: 26px;
}

.faq100-category:hover,
.faq100-category.is-active {
  transform: translateY(-3px);
  border-color: rgba(135, 171, 66, 0.36);
  background: #fff;
  box-shadow: 0 18px 44px rgba(34, 34, 34, 0.08);
}

.faq100-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.faq100-side {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 18px;
}

.faq100-side__box {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: 20px;
  background: #f3f4f1;
}

.faq100-side__box h3 {
  margin: 0 0 4px;
  color: #222;
  font-size: 20px;
  font-weight: 900;
}

.faq100-side__box a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  color: #222;
  font-weight: 900;
}

.faq100-side__box a i {
  color: #87ab42;
}

.faq100-side__box--green {
  background: #87ab42;
  color: #fff;
}

.faq100-side__box--green h3,
.faq100-side__box--green p {
  color: #fff;
}

.faq100-side__box--green p {
  margin: 0;
  line-height: 1.55;
}

.faq100-list {
  display: grid;
  gap: 14px;
}

.faq100-item {
  overflow: hidden;
  border: 1px solid rgba(34, 34, 34, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(34, 34, 34, 0.05);
}

.faq100-question {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(120px, 170px) minmax(0, 1fr) 36px;
  gap: 18px;
  align-items: center;
  border: 0;
  background: transparent;
  padding: 22px 24px;
  text-align: left;
  cursor: pointer;
}

.faq100-question span {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef3e5;
  color: #58752a;
  font-size: 12px;
  font-weight: 900;
}

.faq100-question strong {
  color: #222;
  font-size: 20px;
  line-height: 1.24;
  font-weight: 900;
}

.faq100-question i {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #151515;
  color: #fff;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.faq100-answer {
  display: none;
  padding: 0 24px 24px 212px;
}

.faq100-answer p {
  margin: 0;
  color: rgba(34, 34, 34, 0.70);
  font-size: 16px;
  line-height: 1.7;
}

.faq100-item.is-open .faq100-answer {
  display: block;
}

.faq100-item.is-open .faq100-question i {
  transform: rotate(45deg);
  background: #87ab42;
}

.faq100-empty {
  display: none;
  padding: 30px;
  border-radius: 18px;
  background: #f3f4f1;
  color: #222;
  font-weight: 900;
}

.faq100-cta {
  padding-top: 44px;
}

.faq100-cta__inner {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  padding: 42px;
  border-radius: 24px;
  background: #151515;
  color: #fff;
}

.faq100-cta h2,
.faq100-cta p {
  color: #fff;
}

.faq100-cta p {
  max-width: 680px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.faq100-cta__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.faq100-cta__phone {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

@media (max-width: 1199px) {
  .faq100-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .faq100-layout {
    grid-template-columns: 1fr;
  }

  .faq100-side {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .faq100-hero {
    padding-top: 160px;
  }

  .faq100-hero__grid {
    grid-template-columns: 1fr;
  }

  .faq100-hero__card {
    max-width: 520px;
  }

  .faq100-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .faq100-hero {
    padding: 140px 0 64px;
  }

  .faq100-categories,
  .faq100-main,
  .faq100-cta {
    padding: 52px 0;
  }

  .faq100-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq100-side {
    grid-template-columns: 1fr;
  }

  .faq100-question {
    grid-template-columns: 1fr 36px;
  }

  .faq100-question span {
    grid-column: 1 / -1;
  }

  .faq100-answer {
    padding: 0 20px 22px;
  }

  .faq100-cta__inner {
    padding: 28px;
  }
}

@media (max-width: 575px) {
  .faq100-category-grid {
    grid-template-columns: 1fr;
  }

  .faq100-search {
    min-height: 58px;
  }

  .faq100-question {
    padding: 20px;
  }

  .faq100-question strong {
    font-size: 18px;
  }
}

.main-footer .footer-columns {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
}

.main-footer .footer-widget__title {
  margin-bottom: 22px;
}

.main-footer .footer-widget__links {
  display: grid;
  gap: 10px;
}

.main-footer .footer-widget__links li a {
  line-height: 1.35;
}

.footer-extra {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 22px;
  margin-top: 44px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-extra__block h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.footer-apps {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-apps a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
}

.footer-apps img {
  width: auto;
  height: 42px;
  display: block;
}

/* Header mega menu assistenza */
@media (min-width: 1200px) {
  .main-menu .main-menu__list > li.assistance-mega {
    position: static;
  }

  .main-menu .main-menu__list > li.assistance-mega > a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -36px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-left: 1px solid rgba(17, 24, 34, .08);
    border-top: 1px solid rgba(17, 24, 34, .08);
    opacity: 0;
    transform: translateX(-50%) rotate(45deg);
    transition: opacity .18s ease;
    z-index: 100;
  }

  .main-menu .main-menu__list > li.assistance-mega:hover > a::after,
  .main-menu .main-menu__list > li.assistance-mega:focus-within > a::after {
    opacity: 1;
  }

  .main-menu .main-menu__list > li.assistance-mega > .assistance-mega__panel {
    left: 50% !important;
    right: auto !important;
    top: 100% !important;
    width: 100vw;
    min-width: 0;
    padding: 0;
    background: #fff;
    box-shadow: 0 26px 70px rgba(17, 24, 34, .14);
    border-top: 1px solid rgba(17, 24, 34, .08);
    transform: translate(-50%, 14px);
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
    pointer-events: none;
  }

  .main-menu .main-menu__list > li.assistance-mega:hover > .assistance-mega__panel,
  .main-menu .main-menu__list > li.assistance-mega:focus-within > .assistance-mega__panel {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    pointer-events: auto;
  }

  .main-menu .main-menu__list > li.assistance-mega > .assistance-mega__panel > li {
    width: 100%;
  }

  .assistance-mega__inner {
    display: grid;
    grid-template-columns: minmax(190px, .9fr) minmax(210px, 1fr) minmax(220px, 1fr) minmax(280px, 1.05fr);
    gap: 42px;
    width: min(1480px, calc(100vw - 80px));
    margin: 0 auto;
    padding: 42px 0 34px;
    align-items: start;
  }

  .assistance-mega__col,
  .assistance-mega__feature {
    min-width: 0;
  }

  .assistance-mega__col h3,
  .assistance-mega__feature span {
    margin: 0 0 18px;
    color: #111822;
    font-size: 19px;
    line-height: 1.15;
    font-weight: 900;
    text-transform: none;
  }

  .main-menu .main-menu__list li.assistance-mega ul li .assistance-mega__col a {
    display: block;
    padding: 9px 0;
    color: #687487;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
    text-transform: none;
  }

  .main-menu .main-menu__list li.assistance-mega ul li .assistance-mega__col a:hover {
    color: #87ab42;
    padding-left: 5px;
  }

  .assistance-mega__feature {
    display: flex;
    min-height: 270px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
    color: #111822;
  }

  .assistance-mega__feature img {
    display: block;
    width: min(100%, 390px);
    margin: 0 0 18px auto;
    transform: translateX(0) rotate(0deg);
    transform-origin: 50% 85%;
    transition: transform .45s ease, filter .45s ease;
    filter: drop-shadow(0 18px 26px rgba(17, 24, 34, .14));
  }

  .assistance-mega__feature:hover img,
  .assistance-mega:focus-within .assistance-mega__feature img {
    transform: translateX(18px) rotate(.6deg);
    filter: drop-shadow(0 24px 34px rgba(17, 24, 34, .18));
  }

  .assistance-mega__feature span {
    display: block;
    max-width: 420px;
    margin: 0 0 8px;
    color: #87ab42;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 900;
  }

  .assistance-mega__feature strong {
    display: block;
    margin: 0;
    max-width: 430px;
    color: #111822;
    font-size: 24px;
    line-height: 1.12;
    font-weight: 900;
  }

  .assistance-mega__links {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 4px;
    background: rgba(17, 24, 34, .10);
    border: 1px solid rgba(17, 24, 34, .10);
  }

  .main-menu .main-menu__list li.assistance-mega ul li .assistance-mega__links a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding: 0 22px;
    background: #f7f8f4;
    color: #111822;
    font-size: 16px;
    font-weight: 900;
    text-transform: none;
  }

  .assistance-mega__links i {
    color: #87ab42;
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .mobile-nav__wrapper {
    transform: translateY(-100%);
    transition: transform .35s ease, visibility .35s ease;
  }

  .mobile-nav__wrapper.expanded {
    transform: translateY(0);
  }

  .mobile-nav__overlay {
    display: none;
  }

  .mobile-nav__content {
    width: 100vw;
    min-width: 100vw;
    height: 100vh;
    padding: 0;
    background: #f7f8f4;
    color: #111822;
    transform: translateY(-100%);
    transition: opacity .28s ease, visibility .28s ease, transform .35s ease;
  }

  .mobile-nav__wrapper.expanded .mobile-nav__content {
    transform: translateY(0);
    transition: opacity .18s ease, visibility .18s ease, transform .35s ease;
  }

  .mobile-nav__container,
  .mobile-nav__contact,
  .mobile-nav__content > .logo-box {
    display: none !important;
  }

  .mobile-nav100__top {
    position: sticky;
    top: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 82px;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(17,24,34,.1);
    background: rgba(247,248,244,.96);
    backdrop-filter: blur(14px);
  }

  .mobile-nav100__logo img {
    display: block;
    height: auto;
  }

  .mobile-nav__close {
    position: static;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(17,24,34,.12);
    border-radius: 50%;
    background: #fff;
    color: #111822;
    font-size: 18px;
    cursor: pointer;
  }

  .mobile-nav100 {
    display: grid;
    padding: 14px 22px 18px;
  }

  .mobile-nav100 details {
    border-bottom: 1px solid rgba(17,24,34,.1);
  }

  .mobile-nav100 summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 66px;
    color: #111822;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 900;
    list-style: none;
    cursor: pointer;
  }

  .mobile-nav100 summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav100 summary::after {
    content: "+";
    color: #87ab42;
    font-size: 30px;
    font-weight: 700;
  }

  .mobile-nav100 details[open] summary::after {
    content: "-";
  }

  .mobile-nav100 details a {
    display: block;
    padding: 0 0 16px 4px;
    color: #667386;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 800;
  }

  .mobile-nav100 details a:hover {
    color: #87ab42;
  }

  .mobile-nav100__quick {
    display: grid;
    gap: 10px;
    padding: 8px 22px 22px;
  }

  .mobile-nav100__quick a {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 58px;
    padding: 8px 14px;
    background: #fff;
    color: #111822;
    font-weight: 900;
    box-shadow: 0 12px 32px rgba(17,24,34,.06);
  }

  .mobile-nav100__quick i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    background: #111822;
    color: #a8cb63;
  }

  .mobile-nav100__bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: space-between;
    align-items: center;
    padding: 20px 22px 32px;
    border-top: 1px solid rgba(17,24,34,.1);
  }

  .mobile-nav100__bottom > a {
    color: #111822;
    font-size: 14px;
    font-weight: 900;
  }

  .mobile-nav__social {
    display: flex;
    align-items: center;
  }

  .mobile-nav__social a {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #111822;
    color: #fff;
    font-size: 15px;
  }

  .mobile-nav__social a + a {
    margin-left: 8px;
  }

  .mobile-nav__social a:hover {
    background: #87ab42;
    color: #111822;
  }

  .assistance-mega__inner {
    display: grid;
    gap: 12px;
  }

  .assistance-mega__col h3,
  .assistance-mega__feature span {
    display: block;
    margin: 12px 0 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
  }

  .assistance-mega__feature,
  .assistance-mega__links {
    display: none;
  }
}

@media (max-width: 1199px) {
  .main-footer .footer-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-extra {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .main-footer .footer-topline {
    justify-content: flex-start;
  }

  .main-footer .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .main-footer .footer-columns {
    grid-template-columns: 1fr;
  }
}

.contact100-hero {
  position: relative;
  overflow: hidden;
  padding: 190px 0 92px;
  background: #f3f4f1;
}

.contact100-hero__shape {
  position: absolute;
  inset: 0;
  background: url("../images/shapes/hero-shape-1-1a.png") center bottom / cover no-repeat;
  filter: grayscale(1) brightness(1.08);
  opacity: 0.14;
  pointer-events: none;
}

.contact100-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 42px;
  align-items: end;
}

.contact100-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: #87ab42;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact100-hero h1,
.contact100-section-head h2,
.contact100-map-head h2,
.contact100-cta h2 {
  color: #222;
  font-family: "Stack Sans Notch", sans-serif;
  font-weight: 900;
}

.contact100-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(50px, 7vw, 112px);
  line-height: 0.95;
  letter-spacing: 0;
}

.contact100-hero p {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(34, 34, 34, 0.72);
  font-size: 20px;
  line-height: 1.55;
  font-weight: 700;
}

.contact100-hero__actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
}

.contact100-link {
  color: #222;
  font-size: 16px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: #87ab42;
  text-underline-offset: 6px;
}

.contact100-hero__card {
  padding: 34px;
  border-radius: 24px;
  background: #151515;
  box-shadow: 0 28px 70px rgba(17, 19, 21, 0.18);
}

.contact100-hero__card span,
.contact100-info-card--dark span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 900;
}

.contact100-hero__card strong {
  display: block;
  margin-top: 12px;
  color: #87ab42;
  font-size: 44px;
  line-height: 1;
  font-weight: 900;
}

.contact100-hero__card p {
  margin: 18px 0 22px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.5;
}

.contact100-hero__card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact100-hero__card li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.contact100-hero__card li i {
  color: #87ab42;
}

.contact100-page {
  background: #fff;
}

.contact100-cards {
  padding: 72px 0 30px;
}

.contact100-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.contact100-card {
  display: flex;
  min-height: 245px;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid rgba(34, 34, 34, 0.08);
  border-radius: 22px;
  background: #f7f8f5;
  box-shadow: 0 18px 46px rgba(17, 19, 21, 0.06);
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.contact100-card:hover {
  transform: translateY(-6px);
  background: #151515;
  box-shadow: 0 24px 60px rgba(17, 19, 21, 0.16);
}

.contact100-card span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #87ab42;
  color: #fff;
  font-size: 24px;
}

.contact100-card small {
  display: block;
  margin-top: 24px;
  color: #87ab42;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact100-card strong {
  display: block;
  margin-top: 8px;
  color: #222;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 900;
}

.contact100-card em {
  display: block;
  margin-top: 14px;
  color: rgba(34, 34, 34, 0.62);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.contact100-card:hover strong,
.contact100-card:hover em {
  color: #fff;
}

.contact100-main {
  padding: 50px 0 86px;
}

.contact100-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 30px;
  align-items: start;
}

.contact100-form-panel,
.contact100-info-panel {
  border-radius: 24px;
}

.contact100-form-panel {
  padding: 42px;
  background: #f3f4f1;
}

.contact100-section-head {
  margin-bottom: 30px;
}

.contact100-section-head h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1;
}

.contact100-section-head p {
  max-width: 680px;
  margin: 14px 0 0;
  color: rgba(34, 34, 34, 0.68);
  font-weight: 700;
  line-height: 1.65;
}

.contact100-form .form-one__control input,
.contact100-form .form-one__control textarea,
.contact100-form .bootstrap-select > .dropdown-toggle {
  border: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
}

.contact100-privacy {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  margin: 0;
  color: rgba(34, 34, 34, 0.72);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}

.contact100-privacy input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #87ab42;
}

.contact100-info-panel {
  display: grid;
  gap: 18px;
}

.contact100-info-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 26px;
  border-radius: 22px;
  background: #f7f8f5;
}

.contact100-info-card > i {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #87ab42;
  color: #fff;
  font-size: 20px;
}

.contact100-info-card h3 {
  margin: 0;
  color: #222;
  font-size: 22px;
  font-weight: 900;
}

.contact100-info-card p {
  margin: 9px 0 0;
  color: rgba(34, 34, 34, 0.66);
  font-weight: 700;
  line-height: 1.55;
}

.contact100-info-card--dark {
  display: block;
  padding: 30px;
  background: #151515;
}

.contact100-info-card--dark h3 {
  margin-top: 10px;
  color: #fff;
}

.contact100-info-card--dark p {
  color: rgba(255, 255, 255, 0.72);
}

.contact100-map-section {
  overflow: hidden;
  background: #f3f4f1;
}

.contact100-map-head {
  max-width: 1440px;
  margin: 0 auto;
  padding: 72px 30px 30px;
}

.contact100-map-head h2 {
  margin: 0;
  font-size: clamp(38px, 4.5vw, 70px);
  line-height: 1;
}

.contact100-map-head p {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(34, 34, 34, 0.68);
  font-weight: 700;
}

.contact100-map {
  width: 100%;
  height: 520px;
  border-top: 1px solid rgba(34, 34, 34, 0.08);
}

.contact100-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.75) contrast(1.02);
}

.contact100-cta {
  padding: 82px 0;
}

.contact100-cta__inner {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  padding: 42px;
  border-radius: 24px;
  background: #151515;
  color: #fff;
}

.contact100-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}

.contact100-cta p {
  max-width: 650px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.contact100-cta__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.contact100-cta__phone {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

@media (max-width: 1199px) {
  .contact100-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact100-layout {
    grid-template-columns: 1fr;
  }

  .contact100-info-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .contact100-hero {
    padding-top: 160px;
  }

  .contact100-hero__grid {
    grid-template-columns: 1fr;
  }

  .contact100-hero__card {
    max-width: 560px;
  }

  .contact100-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .contact100-hero {
    padding: 140px 0 64px;
  }

  .contact100-cards,
  .contact100-main,
  .contact100-cta {
    padding: 52px 0;
  }

  .contact100-card-grid,
  .contact100-info-panel {
    grid-template-columns: 1fr;
  }

  .contact100-form-panel {
    padding: 28px;
  }

  .contact100-map {
    height: 410px;
  }

  .contact100-cta__inner {
    padding: 28px;
  }
}

@media (max-width: 575px) {
  .contact100-hero h1 {
    font-size: 46px;
  }

  .contact100-card,
  .contact100-info-card {
    padding: 22px;
  }

  .contact100-info-card {
    grid-template-columns: 1fr;
  }
}

.contact100-hero--slider {
  padding: 0;
  background: #151515;
}

.contact100-hero--slider .contact100-slide {
  position: relative;
  min-height: 760px;
  padding-top: 220px;
  padding-bottom: 120px;
}

.contact100-hero--slider .contact100-slide::after {
  opacity: 0.58;
}

.contact100-hero--slider .main-slider-one__bg {
  opacity: 0.7;
}

.contact100-hero--slider .main-slider-one__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scaleX(-1);
}

.contact100-hero--slider .main-slider-one__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(21, 21, 21, 0.12), rgba(21, 21, 21, 0.68));
}

.contact100-hero--slider .main-slider-one__bg__shape {
  filter: hue-rotate(170deg) saturate(1.8) brightness(0.72);
  opacity: 1;
  transform: scale(1);
  animation: contactHeroCircles 5s ease-out both;
}

.contact100-hero--slider .contact100-hero__grid {
  align-items: center;
}

.contact100-hero--slider .contact100-kicker {
  color: #2265B1;
}

.contact100-hero--slider .cilox-btn {
  background-color: #fff;
  color: #222;
}

.contact100-hero--slider .cilox-btn::before,
.contact100-hero--slider .cilox-btn::after {
  background-color: #2265B1;
}

.contact100-hero--slider .cilox-btn .cilox-btn__text {
  color: #222;
}

.contact100-hero--slider .cilox-btn:hover .cilox-btn__text {
  color: #fff;
}

.contact100-hero--slider .contact100-hero__content h1,
.contact100-hero--slider .contact100-hero__content .main-slider-one__title {
  max-width: 780px;
  color: #fff;
  font-size: clamp(58px, 7vw, 118px);
  line-height: 0.92;
}

.contact100-hero--slider .contact100-hero__content p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.78);
}

.contact100-hero--slider .contact100-link {
  color: #fff;
  text-decoration-color: #2265B1;
}

.contact100-hero--slider .contact100-hero__card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(21, 21, 21, 0.9);
  backdrop-filter: blur(10px);
}

.contact100-hero--slider .contact100-hero__card strong,
.contact100-hero--slider .contact100-hero__card li i {
  color: #87ab42;
}

@keyframes contactHeroCircles {
  from {
    opacity: 0;
    transform: scale(1.5);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 991px) {
  .contact100-hero--slider .contact100-slide {
    min-height: auto;
    padding-top: 170px;
    padding-bottom: 88px;
  }

  .contact100-hero--slider .main-slider-one__bg::after {
    background: rgba(21, 21, 21, 0.55);
  }
}

@media (max-width: 575px) {
  .contact100-hero--slider .contact100-hero__content h1,
  .contact100-hero--slider .contact100-hero__content .main-slider-one__title {
    font-size: 54px;
  }
}

body.contact-page .contact100-hero--slider .contact100-slide {
  min-height: 660px;
  padding-top: 170px;
  padding-bottom: 72px;
}

.contact-clean-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 66px;
  background:
    linear-gradient(90deg, #f7f8f4 0%, #f7f8f4 58%, rgba(247,248,244,.76) 100%),
    url("../images/100energia/contatti_100.png") center right / auto 100% no-repeat;
}

.contact-clean-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(17, 24, 34, .10);
}

.contact-clean-hero .cilox-breadcrumb {
  display: inline-flex;
  margin: 0 0 28px;
  padding: 11px 20px;
  border: 1px solid rgba(17,24,34,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
}

.contact-clean-hero .cilox-breadcrumb li,
.contact-clean-hero .cilox-breadcrumb li a,
.contact-clean-hero .cilox-breadcrumb li span {
  color: #111822;
  font-weight: 900;
}

.contact-clean-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}

.contact-clean-hero__copy h1 {
  max-width: 780px;
  margin: 0;
  color: #111822;
  font-family: "Stack Sans Notch", sans-serif;
  font-size: clamp(48px, 5vw, 82px);
  font-weight: 900;
  line-height: .96;
  letter-spacing: 0;
}

.contact-clean-hero__copy p {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(17,24,34,.72);
  font-size: 19px;
  line-height: 1.68;
  font-weight: 800;
}

.contact-clean-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 30px;
}

.contact-clean-hero .contact100-link {
  color: #111822;
  text-decoration-color: #87ab42;
}

.contact-clean-hero__card {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 70px rgba(17,24,34,.12);
}

.contact-clean-hero__visual {
  background: #eaf4fa;
}

.contact-clean-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 245px;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}

.contact-clean-hero__info {
  padding: 28px;
  border-left: 5px solid #87ab42;
}

.contact-clean-hero__info span {
  display: block;
  color: rgba(17,24,34,.62);
  font-weight: 900;
}

.contact-clean-hero__info strong {
  display: block;
  margin: 8px 0 10px;
  color: #111822;
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
}

.contact-clean-hero__info p {
  margin: 0 0 10px;
  color: rgba(17,24,34,.68);
  font-weight: 800;
}

.contact-clean-hero__info a {
  color: #111822;
  font-size: 14px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: #87ab42;
  text-underline-offset: 4px;
}

body.contact-page .contact100-hero--slider .main-slider-one__bg {
  left: 48%;
  opacity: .92;
}

body.contact-page .contact100-hero--slider .main-slider-one__bg img {
  object-position: center right;
  filter: saturate(.94) contrast(1.02);
}

body.contact-page .contact100-hero--slider .main-slider-one__bg::after {
  background:
    linear-gradient(90deg, rgba(247, 248, 244, .98) 0%, rgba(247, 248, 244, .92) 42%, rgba(247, 248, 244, .28) 100%),
    linear-gradient(180deg, rgba(247, 248, 244, .08) 0%, rgba(247, 248, 244, .78) 100%);
}

body.contact-page .contact100-hero__grid {
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 58px;
}

body.contact-page .contact100-hero--slider .contact100-hero__content h1,
body.contact-page .contact100-hero--slider .contact100-hero__content .main-slider-one__title {
  max-width: 760px;
  color: #111822;
  font-size: clamp(46px, 5vw, 78px);
  line-height: .96;
}

body.contact-page .contact100-hero--slider .contact100-hero__content p {
  max-width: 680px;
  color: rgba(17,24,34,.72);
  font-size: 19px;
}

body.contact-page .contact100-hero__card {
  border: 0;
  border-left: 5px solid #87ab42;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 22px 58px rgba(17,24,34,.12);
}

body.contact-page .contact100-hero__card strong {
  color: #111822;
  font-size: 42px;
}

body.contact-page .contact100-hero__card span,
body.contact-page .contact100-hero__card p,
body.contact-page .contact100-hero__card li {
  color: rgba(17,24,34,.72);
}

body.contact-page .contact100-hero__card li {
  padding: 12px 0;
  border-top: 1px solid rgba(17,24,34,.09);
}

body.contact-page .contact100-hero__card li i {
  color: #87ab42;
}

body.contact-page .contact100-hero--slider .contact100-link {
  color: #111822;
  text-decoration-color: #87ab42;
}

body.contact-page .contact100-page {
  background: #f7f8f4;
}

.contact100-channel-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 28px;
}

.contact100-channel-head h2 {
  max-width: 720px;
  margin: 0;
  color: #111822;
  font-family: "Stack Sans Notch", sans-serif;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .96;
  font-weight: 900;
}

body.contact-page .contact100-cards {
  position: relative;
  z-index: 3;
  margin-top: 0;
  padding: 64px 0 34px;
}

body.contact-page .contact100-card-grid {
  gap: 1px;
  border: 1px solid rgba(17, 24, 34, .1);
  background: rgba(17, 24, 34, .1);
  box-shadow: 0 28px 70px rgba(17,24,34,.12);
}

body.contact-page .contact100-card {
  min-height: 285px;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

body.contact-page .contact100-card span {
  border-radius: 0;
  background: #111822;
  color: #a8cb63;
}

body.contact-page .contact100-card:hover {
  transform: translateY(-5px);
  background: #111822;
}

body.contact-page .contact100-card:hover span {
  background: #a8cb63;
  color: #111822;
}

body.contact-page .contact100-main {
  padding: 58px 0 96px;
}

body.contact-page .contact100-layout {
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 1px;
  align-items: stretch;
  background: rgba(17,24,34,.12);
  border: 1px solid rgba(17,24,34,.12);
}

body.contact-page .contact100-form-panel,
body.contact-page .contact100-info-panel {
  border-radius: 0;
}

body.contact-page .contact100-form-panel {
  padding: clamp(30px, 4vw, 58px);
  background: #fff;
}

body.contact-page .contact100-section-head h2 {
  color: #111822;
  font-size: clamp(42px, 5vw, 74px);
  line-height: .96;
}

body.contact-page .contact100-form .form-one__group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

body.contact-page .contact100-form .form-one__control,
body.contact-page .contact100-form .form-one__control--full {
  width: 100%;
  min-width: 0;
}

body.contact-page .contact100-form .form-one__control input,
body.contact-page .contact100-form .form-one__control textarea,
body.contact-page .contact100-form .form-one__control select,
body.contact-page .contact100-form .bootstrap-select > .dropdown-toggle {
  width: 100%;
  min-height: 62px;
  border: 1px solid rgba(17,24,34,.12);
  border-radius: 0;
  background: #f7f8f4;
  color: #111822;
  padding: 0 18px;
  font-weight: 400;
}

body.contact-page .contact100-form .form-one__control input::placeholder,
body.contact-page .contact100-form .form-one__control textarea::placeholder {
  color: #8a929b;
  font-weight: 400;
  opacity: 1;
}

body.contact-page .contact100-form .form-one__control select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #6f7780 50%), linear-gradient(135deg, #6f7780 50%, transparent 50%);
  background-position: calc(100% - 24px) 50%, calc(100% - 16px) 50%;
  background-size: 8px 8px, 8px 8px;
  background-repeat: no-repeat;
}

body.contact-page .contact100-form .form-one__control textarea {
  min-height: 170px;
  padding-top: 18px;
}

body.contact-page .contact100-form .form-one__control input:focus,
body.contact-page .contact100-form .form-one__control textarea:focus,
body.contact-page .contact100-form .form-one__control select:focus {
  border-color: #87ab42;
  background: #fff;
}

body.contact-page .contact100-form .form-one__control--full,
body.contact-page .contact100-form .contact100-privacy {
  grid-column: 1 / -1;
}

body.contact-page .contact100-form .contact100-privacy {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 4px 0;
}

body.contact-page .contact100-form .contact100-privacy input {
  width: 22px;
  height: 22px;
  margin-top: 0;
}

body.contact-page .contact100-info-panel {
  display: grid;
  gap: 1px;
  background: rgba(17,24,34,.12);
}

body.contact-page .contact100-info-card {
  border-radius: 0;
  background: #f7f8f4;
}

body.contact-page .contact100-info-card--dark {
  background: #111822;
}

body.contact-page .contact100-info-card--dark a {
  display: inline-flex;
  margin-top: 18px;
  color: #a8cb63;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}

body.contact-page .contact100-info-card > i {
  border-radius: 0;
  background: #111822;
  color: #a8cb63;
}

body.contact-page .contact100-map-section {
  background: #fff;
  color: #111822;
}

body.contact-page .contact100-map-head {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
  gap: 40px;
  align-items: end;
  max-width: 1440px;
  padding-top: 84px;
}

body.contact-page .contact100-map-head h2 {
  color: #111822;
}

body.contact-page .contact100-map-head p {
  max-width: 680px;
  color: rgba(17,24,34,.68);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 800;
}

body.contact-page .contact100-map {
  height: 560px;
  border-top-color: rgba(17,24,34,.1);
}

body.contact-page .contact100-cta {
  padding: 86px 0;
  background: #f7f8f4;
}

body.contact-page .contact100-cta__inner {
  border-radius: 0;
  border-left: 8px solid #a8cb63;
  background:
    linear-gradient(90deg, rgba(17,24,34,.92), rgba(17,24,34,.76)),
    url("../images/100energia/contatto_srt.png") center right / cover no-repeat;
}

@media (max-width: 1199px) {
  .contact-clean-hero__grid {
    grid-template-columns: 1fr;
  }

  .contact-clean-hero__card {
    max-width: 580px;
  }

  body.contact-page .contact100-layout,
  body.contact-page .contact100-hero__grid,
  body.contact-page .contact100-map-head {
    grid-template-columns: 1fr;
  }

  body.contact-page .contact100-info-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .contact-clean-hero {
    padding: 126px 0 52px;
    background:
      linear-gradient(180deg, rgba(247,248,244,.96), rgba(247,248,244,.98)),
      url("../images/100energia/contatti_100.png") center top / cover no-repeat;
  }

  .contact-clean-hero__copy h1 {
    font-size: 42px;
  }

  .contact-clean-hero__copy p {
    font-size: 17px;
  }

  .contact-clean-hero__card {
    grid-template-columns: 1fr;
  }

  .contact-clean-hero__visual {
    display: none;
  }

  .contact-clean-hero__info strong {
    font-size: 34px;
  }

  body.contact-page .contact100-hero--slider .contact100-slide {
    min-height: auto;
  }

  body.contact-page .contact100-hero--slider .main-slider-one__bg {
    left: 0;
    opacity: .42;
  }

  body.contact-page .contact100-hero--slider .contact100-hero__content h1,
  body.contact-page .contact100-hero--slider .contact100-hero__content .main-slider-one__title {
    font-size: 42px;
  }

  body.contact-page .contact100-cards {
    margin-top: 0;
    padding-top: 52px;
  }

  .contact100-channel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  body.contact-page .contact100-card-grid,
  body.contact-page .contact100-info-panel {
    grid-template-columns: 1fr;
  }

  body.contact-page .contact100-form .form-one__group {
    grid-template-columns: 1fr;
  }

  body.contact-page .contact100-card {
    min-height: 230px;
  }

  body.contact-page .contact100-map {
    height: 430px;
  }
}

.moduli100-hero {
  position: relative;
  overflow: hidden;
  padding: 160px 0 72px;
  background: #f3f4f1;
}

.moduli100-hero__shape {
  position: absolute;
  inset: 0;
  background: url("../images/shapes/hero-shape-1-1a.png") center bottom / cover no-repeat;
  filter: grayscale(1) brightness(1.08);
  opacity: 0.12;
  pointer-events: none;
}

.moduli100-breadcrumb,
.moduli100-hero__grid,
.moduli100-search {
  position: relative;
  z-index: 1;
}

.moduli100-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 44px;
  color: rgba(34, 34, 34, 0.58);
  font-size: 14px;
  font-weight: 900;
}

.moduli100-breadcrumb a,
.moduli100-breadcrumb strong {
  color: #222;
}

.moduli100-breadcrumb span::before,
.moduli100-breadcrumb strong::before {
  content: "/";
  margin-right: 10px;
  color: rgba(34, 34, 34, 0.28);
}

.moduli100-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 44px;
  align-items: end;
}

.moduli100-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: #2265B1;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.moduli100-hero h1,
.moduli100-section__head h2,
.moduli100-cta h2 {
  color: #222;
  font-family: "Stack Sans Notch", sans-serif;
  font-weight: 900;
}

.moduli100-hero h1 {
  margin: 0;
  font-size: clamp(64px, 9vw, 132px);
  line-height: 0.9;
}

.moduli100-hero p {
  max-width: 780px;
  margin: 22px 0 0;
  color: rgba(34, 34, 34, 0.70);
  font-size: 20px;
  line-height: 1.55;
  font-weight: 700;
}

.moduli100-help {
  padding: 30px;
  border-radius: 24px;
  background: #151515;
  color: #fff;
  box-shadow: 0 24px 70px rgba(34, 34, 34, 0.16);
}

.moduli100-help span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 900;
}

.moduli100-help strong {
  display: block;
  margin: 10px 0 12px;
  color: #87ab42;
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
}

.moduli100-help p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

.moduli100-help a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: #2265B1;
  color: #fff;
  font-weight: 900;
}

.moduli100-search {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 760px;
  min-height: 72px;
  margin-top: 46px;
  padding: 0 24px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(34, 34, 34, 0.08);
}

.moduli100-search i {
  color: #2265B1;
  font-size: 20px;
}

.moduli100-search input {
  width: 100%;
  border: 0;
  outline: 0;
  color: #222;
  font-size: 17px;
  font-weight: 900;
}

.moduli100-page {
  background: #fff;
}

.moduli100-tabs {
  position: sticky;
  top: 86px;
  z-index: 20;
  padding: 18px 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.08);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
}

.moduli100-tabs .container {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: none;
}

.moduli100-tabs .container::-webkit-scrollbar {
  display: none;
}

.moduli100-tab {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(34, 34, 34, 0.10);
  border-radius: 999px;
  background: #fff;
  color: #222;
  font-weight: 900;
  cursor: pointer;
}

.moduli100-tab.is-active,
.moduli100-tab:hover {
  border-color: #2265B1;
  background: #2265B1;
  color: #fff;
}

.moduli100-content {
  padding: 72px 0 30px;
}

.moduli100-section {
  --moduli-accent: #2265B1;
  padding-bottom: 84px;
}

.moduli100-section__head {
  max-width: 820px;
  margin-bottom: 28px;
}

.moduli100-section__head .moduli100-kicker {
  color: var(--moduli-accent);
}

.moduli100-section__head h2 {
  margin: 0;
  font-size: clamp(38px, 4.8vw, 72px);
  line-height: 0.95;
}

.moduli100-section__head p {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(34, 34, 34, 0.66);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 700;
}

.moduli100-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.moduli100-card {
  position: relative;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
  background: transparent;
  box-shadow: 0 18px 54px rgba(34, 34, 34, 0.12);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.moduli100-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 80px rgba(34, 34, 34, 0.16);
}

.moduli100-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 72px;
  border-radius: 0 0 24px 24px;
  background: linear-gradient(90deg, var(--moduli-accent), #f2c900);
  z-index: 0;
}

.moduli100-card__image {
  display: block;
  height: 220px;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  background: #ddd;
}

.moduli100-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.moduli100-card:hover .moduli100-card__image img {
  transform: scale(1.05);
}

.moduli100-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: -28px;
  padding: 34px 28px 30px;
  border-radius: 24px 24px 20px 20px;
  background: #fff;
}

.moduli100-card__body span {
  width: fit-content;
  margin: 0 0 20px;
  padding: 11px 24px;
  border-radius: 999px;
  background: var(--moduli-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.moduli100-card h3 {
  margin: 0;
  color: #222;
  font-size: 32px;
  line-height: 1.12;
  font-weight: 900;
}

.moduli100-card p {
  margin: 14px 0 0;
  color: rgba(34, 34, 34, 0.66);
  font-size: 16px;
  line-height: 1.58;
  font-weight: 700;
}

.moduli100-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 24px;
}

.moduli100-card__cta {
  color: #222;
  font-size: 20px;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: #f2c900;
  text-decoration-thickness: 6px;
  text-underline-offset: -2px;
  text-transform: uppercase;
}

.moduli100-card__cta i {
  margin-left: 8px;
  font-size: 15px;
}

.moduli100-card__download {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #151515;
  color: #fff;
}

.moduli100-card__download:hover {
  background: var(--moduli-accent);
  color: #fff;
}


.moduli100-empty {
  display: none;
  padding: 30px;
  border-radius: 18px;
  background: #f3f4f1;
  color: #222;
  font-weight: 900;
}

.moduli100-cta {
  padding: 36px 0 84px;
}

.moduli100-cta__inner {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  padding: 42px;
  border-radius: 24px;
  background: #151515;
  color: #fff;
}

.moduli100-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}

.moduli100-cta p {
  max-width: 680px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.moduli100-cta__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.moduli100-cta__link {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  font-weight: 900;
}

@media (max-width: 1199px) {
  .moduli100-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .moduli100-hero {
    padding-top: 150px;
  }

  .moduli100-hero__grid {
    grid-template-columns: 1fr;
  }

  .moduli100-help {
    max-width: 520px;
  }

  .moduli100-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .moduli100-hero {
    padding: 136px 0 58px;
  }

  .moduli100-tabs {
    top: 74px;
  }

  .moduli100-content {
    padding-top: 52px;
  }

  .moduli100-grid {
    grid-template-columns: 1fr;
  }

  .moduli100-card {
    min-height: 0;
  }

  .moduli100-cta__inner {
    padding: 28px;
  }
}

@media (max-width: 575px) {
  .moduli100-hero h1 {
    font-size: 62px;
  }

  .moduli100-card,
  .moduli100-help {
    padding: 22px;
  }

  .moduli100-search {
    min-height: 60px;
  }
}

.modulo100-hero {
  position: relative;
  overflow: hidden;
  padding: 160px 0 76px;
  background: #f3f4f1;
}

.modulo100-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: end;
}

.modulo100-hero__content h1 {
  max-width: 900px;
  margin: 0;
  color: #222;
  font-family: "Stack Sans Notch", sans-serif;
  font-size: clamp(48px, 6vw, 92px);
  line-height: 0.94;
  font-weight: 900;
}

.modulo100-hero__content p {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(34, 34, 34, 0.70);
  font-size: 19px;
  line-height: 1.58;
  font-weight: 700;
}

.modulo100-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}

.modulo100-back {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  background: #fff;
  color: #222;
  font-weight: 900;
}

.modulo100-actions .home-offer-card__cta,
.modulo100-actions .modulo100-back,
.moduli100-cta__actions .home-offer-card__cta,
.moduli100-cta__actions .moduli100-cta__link,
.contact100-hero__actions .cilox-btn,
.contact100-hero__actions .contact100-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 188px;
  min-height: 54px;
  margin-top: 0;
  padding: 0 28px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.modulo100-actions .modulo100-back {
  border: 1px solid rgba(34, 34, 34, 0.10);
  background: #fff;
  color: #222;
}

.moduli100-cta__actions .moduli100-cta__link {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #fff;
  color: #222;
}

.contact100-hero__actions .contact100-link {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #fff;
  color: #222;
}

.modulo100-summary {
  padding: 28px;
  border-radius: 24px;
  background: #151515;
  color: #fff;
  box-shadow: 0 24px 70px rgba(34, 34, 34, 0.16);
}

.modulo100-summary .moduli100-card__icon {
  margin-bottom: 24px;
}

.modulo100-summary span {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(34, 101, 177, 0.18);
  color: #8bbcf2;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.modulo100-summary strong {
  display: block;
  margin-top: 16px;
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
}

.modulo100-summary p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
  font-weight: 700;
}

.modulo100-page {
  background: #fff;
}

.modulo100-info {
  padding: 76px 0 36px;
}

.modulo100-info__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.modulo100-panel {
  padding: 34px;
  border-radius: 24px;
  background: #f7f8f5;
}

.modulo100-panel h2,
.modulo100-pdf__head h2,
.modulo100-missing h2 {
  margin: 0;
  color: #222;
  font-family: "Stack Sans Notch", sans-serif;
  font-size: clamp(32px, 3.6vw, 54px);
  line-height: 1;
  font-weight: 900;
}

.modulo100-panel ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.modulo100-panel li {
  position: relative;
  padding-left: 28px;
  color: rgba(34, 34, 34, 0.72);
  font-weight: 800;
}

.modulo100-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2265B1;
}

.modulo100-panel p {
  margin: 20px 0 0;
  color: rgba(34, 34, 34, 0.72);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 700;
}

.modulo100-contact {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.modulo100-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  color: #222;
  font-weight: 900;
}

.modulo100-contact i {
  color: #2265B1;
}

.modulo100-pdf {
  padding: 36px 0 86px;
}

.modulo100-pdf__head {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: end;
  margin-bottom: 24px;
}

.modulo100-pdf__frame {
  overflow: hidden;
  height: min(78vh, 860px);
  min-height: 560px;
  border: 1px solid rgba(34, 34, 34, 0.08);
  border-radius: 24px;
  background: #f3f4f1;
  box-shadow: 0 24px 70px rgba(34, 34, 34, 0.08);
}

.modulo100-pdf__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.modulo100-missing {
  padding: 42px;
  border-radius: 24px;
  background: #f3f4f1;
}

.modulo100-missing p {
  max-width: 680px;
  margin: 16px 0 24px;
  color: rgba(34, 34, 34, 0.70);
  font-weight: 700;
}

/* Mix Energetico table */
.modulo100-mix {
  padding: 0 0 36px;
}

.mix100-card {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.08);
  box-shadow: 0 24px 70px rgba(34, 34, 34, 0.08);
}

.mix100-card__head {
  position: relative;
  overflow: hidden;
  padding: 40px 34px;
  background: linear-gradient(120deg, var(--energia-green), #6b8f37 120%);
  isolation: isolate;
}

.mix100-card__head::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(560px 220px at 100% 0%, rgba(255, 255, 255, 0.16), transparent 70%);
}

.mix100-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mix100-card__head h2 {
  margin: 0;
  color: #fff;
  font-family: "Stack Sans Notch", sans-serif;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.05;
  font-weight: 900;
}

.mix100-card__head p {
  max-width: 780px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}

.mix100-table-wrap {
  overflow-x: auto;
  padding: 8px;
  background: #f7f8f5;
}

.mix100-table {
  width: 100%;
  min-width: 640px;
  border-collapse: separate;
  border-spacing: 0;
}

.mix100-table th {
  padding: 18px 22px;
  background: #f7f8f5;
  color: #222;
  font-size: 13px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 0.01em;
  vertical-align: bottom;
  border-bottom: 2px solid rgba(135, 171, 66, 0.3);
}

.mix100-table th span {
  display: block;
  margin-top: 4px;
  color: rgba(34, 34, 34, 0.5);
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}

.mix100-table td {
  padding: 16px 22px;
  color: rgba(34, 34, 34, 0.78);
  font-size: 15px;
  font-weight: 800;
  background: #fff;
  border-bottom: 1px solid rgba(34, 34, 34, 0.06);
  white-space: nowrap;
}

.mix100-table tbody tr:last-child td {
  border-bottom: 0;
}

.mix100-table tbody tr:nth-child(even) td {
  background: #fbfbf9;
}

.mix100-table td:first-child {
  color: #222;
  font-weight: 900;
}

.mix100-table td i {
  width: 18px;
  margin-right: 8px;
  color: var(--energia-green);
  text-align: center;
}

.mix100-table td:not(:first-child) {
  color: var(--energia-blue);
}

.mix100-note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 22px 34px 30px;
  background: #f7f8f5;
}

.mix100-note i {
  flex: none;
  margin-top: 3px;
  color: var(--energia-green);
  font-size: 18px;
}

.mix100-note p {
  margin: 0;
  color: rgba(34, 34, 34, 0.65);
  font-size: 13.5px;
  line-height: 1.6;
  font-weight: 600;
}

.mix100-note a {
  color: var(--energia-blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 767px) {
  .mix100-card__head {
    padding: 30px 24px;
  }

  .mix100-table th,
  .mix100-table td {
    padding: 14px 16px;
  }

  .mix100-note {
    padding: 18px 24px 26px;
  }
}

@media (max-width: 991px) {
  .modulo100-hero {
    padding-top: 150px;
  }

  .modulo100-hero__grid,
  .modulo100-info__grid {
    grid-template-columns: 1fr;
  }

  .modulo100-summary {
    max-width: 520px;
  }
}

@media (max-width: 767px) {
  .modulo100-hero {
    padding: 136px 0 58px;
  }

  .modulo100-info,
  .modulo100-pdf {
    padding: 52px 0;
  }

  .modulo100-panel,
  .modulo100-missing {
    padding: 26px;
  }

  .modulo100-pdf__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .modulo100-pdf__frame {
    min-height: 460px;
  }
}

@media (max-width: 575px) {
  .modulo100-hero__content h1 {
    font-size: 46px;
  }
}

/* My100 admin shell, inspired by modern dark dashboard systems. */
body.shop-admin-body {
  background: #0f131a;
}

.my100-app {
  --my100-bg: #0f131a;
  --my100-panel: #171c24;
  --my100-panel-2: #1d232d;
  --my100-border: rgba(255, 255, 255, 0.075);
  --my100-text: #d7dde7;
  --my100-muted: #8d96a7;
  --my100-green: #87ab42;
  --my100-green-soft: rgba(135, 171, 66, 0.16);
  min-height: 100vh;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  background: var(--my100-bg);
  color: var(--my100-text);
  transition: grid-template-columns 0.2s ease;
}

.my100-app.is-sidebar-collapsed {
  grid-template-columns: 82px minmax(0, 1fr);
}

.my100-app.is-sidebar-collapsed:has(.my100-sidebar:hover) {
  grid-template-columns: 260px minmax(0, 1fr);
}

.my100-sidebar {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 100vh;
  padding: 18px 14px;
  background: #11161f;
  border-right: 1px solid var(--my100-border);
  box-shadow: none;
  transition: width 0.2s ease;
}

.my100-sidebar__top {
  min-height: 56px;
  margin-bottom: 18px;
}

.my100-sidebar__brand {
  min-height: 48px;
  padding: 0 10px;
  gap: 10px;
  color: #fff;
  font-size: 18px;
}

.my100-sidebar__brand img {
  width: 112px;
  max-width: none;
}

.my100-sidebar__brand span {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
}

.my100-sidebar__toggle {
  width: 38px;
  height: 38px;
  border: 1px solid var(--my100-border);
  border-radius: 10px;
  background: #1d232d;
  color: var(--my100-muted);
}

.my100-sidebar__toggle:hover {
  color: #fff;
  background: var(--my100-green-soft);
}

.my100-sidebar nav {
  gap: 4px;
}

.my100-sidebar nav a,
.my100-sidebar__logout {
  min-height: 44px;
  border-radius: 10px;
  padding: 0 12px;
  gap: 12px;
  color: var(--my100-muted);
  font-size: 14px;
  font-weight: 700;
}

.my100-sidebar nav i,
.my100-sidebar__logout i {
  width: 22px;
  color: #7f899a;
  font-size: 16px;
}

.my100-sidebar nav a:hover,
.my100-sidebar nav a.is-active,
.my100-sidebar__logout:hover {
  background: var(--my100-green-soft);
  color: #fff;
}

.my100-sidebar nav a:hover i,
.my100-sidebar nav a.is-active i,
.my100-sidebar__logout:hover i {
  color: var(--my100-green);
}

.my100-sidebar__user {
  border-color: var(--my100-border);
  border-radius: 12px;
  background: #171c24;
}

.my100-sidebar__user strong {
  color: #fff;
  font-size: 14px;
}

.my100-sidebar__user span {
  color: var(--my100-muted);
}

.my100-app.is-sidebar-collapsed .my100-sidebar__brand img {
  width: 42px;
}

.my100-app.is-sidebar-collapsed .my100-sidebar__brand span,
.my100-app.is-sidebar-collapsed .my100-sidebar nav span,
.my100-app.is-sidebar-collapsed .my100-sidebar__logout span,
.my100-app.is-sidebar-collapsed .my100-sidebar__user {
  display: none;
}

.my100-app.is-sidebar-collapsed .my100-sidebar__toggle {
  display: grid;
}

.my100-app.is-sidebar-collapsed .my100-sidebar:hover .my100-sidebar__brand img {
  width: 112px;
}

.my100-app.is-sidebar-collapsed .my100-sidebar:hover .my100-sidebar__brand span,
.my100-app.is-sidebar-collapsed .my100-sidebar:hover nav span,
.my100-app.is-sidebar-collapsed .my100-sidebar:hover .my100-sidebar__logout span,
.my100-app.is-sidebar-collapsed .my100-sidebar:hover .my100-sidebar__user {
  display: block;
}

.my100-app.is-sidebar-collapsed .my100-sidebar nav a,
.my100-app.is-sidebar-collapsed .my100-sidebar__logout {
  justify-content: center;
}

.my100-app.is-sidebar-collapsed .my100-sidebar:hover nav a,
.my100-app.is-sidebar-collapsed .my100-sidebar:hover .my100-sidebar__logout {
  justify-content: flex-start;
}

.my100-main {
  min-width: 0;
  padding: 22px;
  background:
    radial-gradient(circle at 85% 0%, rgba(135, 171, 66, 0.12), transparent 28%),
    var(--my100-bg);
}

.my100-main::before {
  content: "My100";
  display: block;
  height: 64px;
  margin: -22px -22px 22px;
  padding: 0 24px;
  border-bottom: 1px solid var(--my100-border);
  background: #11161f;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 64px;
}

.my100-hero,
.my100-main__head,
.my100-card,
.my100-stats div {
  border: 1px solid var(--my100-border);
  border-radius: 12px;
  background: var(--my100-panel);
  box-shadow: none;
}

.my100-hero {
  min-height: 152px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(23, 28, 36, 0.98), rgba(23, 28, 36, 0.94)),
    radial-gradient(circle at 86% 15%, rgba(135, 171, 66, 0.30), transparent 34%);
}

.my100-hero__icon,
.my100-stats i {
  border-radius: 12px;
  background: var(--my100-green-soft);
  color: var(--my100-green);
}

.my100-hero span,
.my100-main__head span,
.my100-card__head span {
  color: var(--my100-green);
  letter-spacing: 0.04em;
}

.my100-hero h1,
.my100-main__head h1,
.my100-card h2 {
  color: #fff;
}

.my100-hero p {
  color: var(--my100-muted);
}

.my100-main__head {
  padding: 20px;
}

.my100-main__head h1 {
  font-size: 28px;
}

.my100-btn {
  min-height: 40px;
  border-radius: 10px;
  padding: 0 14px;
  background: var(--my100-green);
  box-shadow: none;
  font-size: 14px;
}

.my100-btn--dark {
  background: #252c37;
  color: #d7dde7;
}

.my100-stats {
  gap: 16px;
}

.my100-stats div {
  padding: 18px;
}

.my100-stats strong {
  color: #fff;
  font-size: 30px;
}

.my100-stats span {
  color: var(--my100-muted);
  font-size: 13px;
}

.my100-card {
  padding: 20px;
}

.my100-card__head h2 {
  font-size: 20px;
}

.my100-card__head a,
.my100-table a,
.my100-doc-list a {
  color: var(--my100-green);
}

.my100-data-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.my100-data-table th,
.my100-data-table td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--my100-border);
  color: var(--my100-text);
  background: transparent;
  font-size: 14px;
}

.my100-data-table th {
  color: var(--my100-muted);
  background: #1d232d;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.my100-data-table tbody tr:hover td {
  background: rgba(255, 255, 255, 0.025);
}

.my100-data-table mark,
.my100-table mark {
  background: var(--my100-green-soft);
  color: #a9cf62;
}

.my100-table-action {
  background: var(--my100-green-soft);
  color: #a9cf62 !important;
}

.my100-card .dt-container {
  color: var(--my100-muted);
}

.my100-card .dt-search input,
.my100-card .dt-length select,
.my100-form input,
.my100-form select,
.my100-form textarea,
.my100-inline-form select {
  border-color: var(--my100-border);
  background: #11161f;
  color: var(--my100-text);
}

.my100-card .dt-paging button {
  border: 1px solid var(--my100-border) !important;
  background: #11161f !important;
  color: var(--my100-muted) !important;
}

.my100-card .dt-paging button.current,
.my100-card .dt-paging button:hover {
  background: var(--my100-green-soft) !important;
  color: #fff !important;
}

.my100-form label {
  color: var(--my100-text);
}

.my100-empty {
  color: var(--my100-muted);
}

@media (max-width: 1100px) {
  .my100-app,
  .my100-app.is-sidebar-collapsed,
  .my100-app.is-sidebar-collapsed:has(.my100-sidebar:hover) {
    grid-template-columns: 1fr;
  }

  .my100-sidebar {
    position: relative;
    height: auto;
  }
}

/* My100 Larkon-style shell */
.my100-app {
  --my100-nav-width: 260px;
  --my100-nav-sm: 76px;
  --my100-topbar-height: 70px;
  --my100-bg: #0f131a;
  --my100-panel: #171c24;
  --my100-panel-2: #1d232d;
  --my100-border: rgba(255, 255, 255, 0.075);
  --my100-text: #d7dde7;
  --my100-muted: #8d96a7;
  --my100-green: #87ab42;
  --my100-green-soft: rgba(135, 171, 66, 0.16);
  display: grid;
  grid-template-columns: var(--my100-nav-width) minmax(0, 1fr);
  min-height: 100vh;
  background: #0f131a;
  color: var(--my100-text);
  transition: grid-template-columns .3s ease-in-out;
}

.my100-app.is-sidebar-collapsed {
  grid-template-columns: var(--my100-nav-sm) minmax(0, 1fr);
}

.my100-app.is-sidebar-collapsed:has(.main-nav:hover) {
  grid-template-columns: var(--my100-nav-width) minmax(0, 1fr);
}

.my100-app.is-sidebar-locked-open {
  grid-template-columns: var(--my100-nav-width) minmax(0, 1fr);
}

.my100-app .main-nav {
  position: sticky;
  top: 0;
  z-index: 1010;
  width: var(--my100-nav-width);
  min-width: var(--my100-nav-width);
  height: 100vh;
  padding: 0 0 16px;
  overflow: hidden;
  background: #11161f;
  border-right: 1px solid var(--my100-border);
  box-shadow: inset -8px 0 8px -8px rgba(0, 0, 0, .35);
  transition: width .3s ease-in-out, min-width .3s ease-in-out;
}

.my100-app.is-sidebar-collapsed .main-nav {
  width: var(--my100-nav-sm);
  min-width: var(--my100-nav-sm);
}

.my100-app.is-sidebar-collapsed .main-nav:hover,
.my100-app.is-sidebar-locked-open .main-nav {
  width: var(--my100-nav-width);
  min-width: var(--my100-nav-width);
}

.my100-app .logo-box {
  position: relative;
  height: var(--my100-topbar-height);
  line-height: var(--my100-topbar-height);
  padding: 0 22px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  transition: all .3s ease-in-out;
}

.my100-app .logo-box a {
  display: flex;
  align-items: center;
  height: 100%;
}

.my100-app .logo-box .logo-lg {
  display: block;
  width: 132px;
  height: auto;
}

.my100-app .logo-box .logo-sm {
  display: none;
  width: 42px;
  height: 42px;
  object-fit: contain;
  object-position: left center;
}

.my100-app.is-sidebar-collapsed .main-nav:not(:hover) .logo-box {
  padding: 0 12px;
  text-align: center;
}

.my100-app.is-sidebar-collapsed .main-nav:not(:hover) .logo-lg {
  display: none;
}

.my100-app.is-sidebar-collapsed .main-nav:not(:hover) .logo-sm {
  display: block;
}

.my100-app .scrollbar {
  height: calc(100vh - 158px);
  overflow: auto;
}

.my100-app .navbar-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 0;
  margin: 0;
  list-style: none;
}

.my100-app .menu-title {
  height: 36px;
  padding: 11px 24px;
  color: var(--my100-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 14px;
  text-transform: uppercase;
  opacity: .64;
  transition: all .3s ease-in-out;
}

.my100-app .nav-item {
  padding: 0;
}

.my100-app .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  margin: 0;
  padding: 12px 24px;
  border-left: 3px solid transparent;
  border-radius: 0;
  color: var(--my100-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: all .3s ease-in-out;
}

.my100-app .nav-link .nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  color: #7f899a;
  font-size: 23px;
}

.my100-app .nav-link.active,
.my100-app .nav-link:hover,
.my100-app .nav-link:focus {
  border-left-color: var(--my100-green);
  background: var(--my100-green-soft);
  color: #fff;
}

.my100-app .nav-link.active .nav-icon,
.my100-app .nav-link:hover .nav-icon {
  color: var(--my100-green);
}

.my100-app.is-sidebar-collapsed .main-nav:not(:hover) .menu-title {
  height: 0;
  padding: 0;
  opacity: 0;
}

.my100-app.is-sidebar-collapsed .main-nav:not(:hover) .nav-link {
  justify-content: center;
  padding: 12px 0;
}

.my100-app.is-sidebar-collapsed .main-nav:not(:hover) .nav-text,
.my100-app.is-sidebar-collapsed .main-nav:not(:hover) .my100-sidebar-user {
  display: none;
}

.my100-app .button-sm-hover {
  position: absolute;
  top: 17px;
  right: 12px;
  z-index: 2;
  display: none;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--my100-muted);
}

.my100-app .button-sm-hover-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 22px;
}

.my100-app.is-sidebar-collapsed .main-nav:hover .button-sm-hover {
  display: block;
}

.my100-app.is-sidebar-collapsed .main-nav:hover .button-sm-hover-icon {
  transform: rotateY(180deg);
}

.my100-app.is-sidebar-locked-open .button-sm-hover {
  display: none;
}

.my100-app .button-sm-hover:hover {
  background: var(--my100-green-soft);
  color: #fff;
}

.my100-sidebar-user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px;
  padding: 12px;
  border: 1px solid var(--my100-border);
  border-radius: 8px;
  background: var(--my100-panel);
}

.my100-sidebar-user strong,
.my100-topbar-user strong {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
}

.my100-sidebar-user small,
.my100-topbar-user small {
  display: block;
  color: var(--my100-muted);
  font-size: 12px;
  line-height: 1.2;
}

.my100-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--my100-green-soft);
  color: #b6d86d;
  font-size: 13px;
  font-weight: 900;
}

.my100-main {
  min-width: 0;
  padding: 0 22px 28px;
  background:
    radial-gradient(circle at 86% 0%, rgba(135, 171, 66, 0.12), transparent 28%),
    var(--my100-bg);
}

.my100-main::before {
  content: none !important;
  display: none !important;
}

.my100-topbar {
  position: sticky;
  top: 0;
  z-index: 1005;
  height: var(--my100-topbar-height);
  margin: 0 -22px 22px;
  padding: 0 22px;
  background: #11161f;
  border-bottom: 1px solid var(--my100-border);
}

.my100-topbar .container-fluid {
  width: 100%;
  height: 100%;
  padding: 0;
}

.my100-topbar .navbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 16px;
}

.my100-topbar .d-flex {
  display: flex;
}

.my100-topbar .align-items-center {
  align-items: center;
}

.my100-topbar .gap-1 {
  gap: 8px;
}

.my100-topbar .topbar-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--my100-topbar-height);
}

.my100-topbar .button-toggle-menu,
.my100-topbar .topbar-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--my100-muted);
  text-decoration: none;
  transition: all .25s ease;
}

.my100-topbar .button-toggle-menu:hover,
.my100-topbar .topbar-button:hover {
  color: var(--my100-green);
  background: var(--my100-green-soft);
}

.my100-topbar h4.topbar-button {
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0 8px;
  border-radius: 0;
  color: #fff;
  background: transparent;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.my100-topbar .fs-24 {
  font-size: 24px;
}

.my100-topbar .app-search {
  display: block;
}

.my100-topbar .position-relative {
  position: relative;
}

.my100-topbar .search-widget-icon {
  position: absolute;
  left: 13px;
  top: 50%;
  z-index: 2;
  color: var(--my100-muted);
  font-size: 18px;
  transform: translateY(-50%);
}

.my100-topbar .form-control {
  width: 260px;
  height: 42px;
  padding: 0 14px 0 40px;
  border: 1px solid var(--my100-border);
  border-radius: 8px;
  outline: 0;
  background: var(--my100-panel);
  color: var(--my100-text);
  font-size: 14px;
}

.my100-topbar .form-control::placeholder {
  color: var(--my100-muted);
}

.my100-topbar .topbar-badge {
  position: absolute;
  top: 7px;
  right: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 17px;
  height: 17px;
  border-radius: 999px;
  background: #c94d43;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.my100-notification-menu {
  position: relative;
}

.my100-notification-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 40;
  display: none;
  width: min(340px, 90vw);
  padding: 12px;
  border: 1px solid var(--my100-border);
  border-radius: 8px;
  background: var(--my100-panel);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .34);
}

.my100-notification-menu:hover .my100-notification-dropdown,
.my100-notification-menu:focus-within .my100-notification-dropdown,
.my100-notification-menu.is-open .my100-notification-dropdown {
  display: grid;
  gap: 8px;
}

.my100-notification-dropdown > strong {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.my100-notification-dropdown a {
  display: grid;
  gap: 3px;
  padding: 10px;
  border: 1px solid var(--my100-border);
  border-radius: 8px;
  color: var(--my100-text);
  text-decoration: none;
  background: rgba(255, 255, 255, .018);
}

.my100-notification-dropdown a:hover {
  border-color: rgba(182, 216, 109, .34);
  background: var(--my100-green-soft);
}

.my100-notification-dropdown span {
  color: #fff;
  font-weight: 900;
}

.my100-notification-dropdown small,
.my100-notification-dropdown p {
  margin: 0;
  color: var(--my100-muted);
  font-size: 12px;
  font-weight: 700;
}

.my100-topbar-user {
  position: relative;
  border-left: 1px solid var(--my100-border);
}

.my100-user-menu__toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 10px;
  border: 0;
  background: transparent;
  color: var(--my100-text);
}

.my100-user-menu__toggle strong,
.my100-user-menu__toggle small {
  display: block;
  text-align: left;
}

.my100-user-menu__toggle strong {
  color: var(--my100-text);
  font-weight: 900;
}

.my100-user-menu__toggle small {
  color: var(--my100-muted);
  font-size: 12px;
  font-weight: 800;
}

.my100-user-menu__toggle > iconify-icon {
  color: var(--my100-muted);
  font-size: 17px;
}

.my100-user-menu__dropdown {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 80;
  display: none;
  min-width: 210px;
  padding: 8px;
  border: 1px solid var(--my100-border);
  border-radius: 8px;
  background: var(--my100-panel);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .35);
}

.my100-user-menu:hover .my100-user-menu__dropdown,
.my100-user-menu:focus-within .my100-user-menu__dropdown {
  display: grid;
  gap: 4px;
}

.my100-user-menu__dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 10px;
  border-radius: 7px;
  color: var(--my100-text);
  font-weight: 850;
  text-decoration: none;
}

.my100-user-menu__dropdown a:hover {
  background: var(--my100-green-soft);
  color: #fff;
}

.my100-user-menu__dropdown iconify-icon {
  color: var(--my100-green);
  font-size: 19px;
}

.my100-user-menu__dropdown .is-danger {
  color: #ffaca5;
}

.my100-hero,
.my100-main__head,
.my100-card,
.my100-stats div {
  border-radius: 8px;
  background: var(--my100-panel);
}

.my100-hero {
  border-color: var(--my100-border);
  background:
    linear-gradient(135deg, rgba(23, 28, 36, .98), rgba(23, 28, 36, .94)),
    radial-gradient(circle at 86% 15%, rgba(135, 171, 66, .30), transparent 34%);
}

.my100-card {
  border-color: var(--my100-border);
}

.my100-data-table,
.my100-card .dt-container {
  color: var(--my100-text);
}

.my100-data-table th {
  background: #1d232d;
  color: var(--my100-muted);
}

.my100-data-table td {
  color: var(--my100-text);
}

.my100-card .dt-search input,
.my100-card .dt-length select,
.my100-form input,
.my100-form select,
.my100-form textarea,
.my100-inline-form select {
  border-radius: 8px;
}

@media (max-width: 1100px) {
  .my100-app,
  .my100-app.is-sidebar-collapsed,
  .my100-app.is-sidebar-collapsed:has(.main-nav:hover),
  .my100-app.is-sidebar-locked-open {
    grid-template-columns: 1fr;
  }

  .my100-app .main-nav,
  .my100-app.is-sidebar-collapsed .main-nav,
  .my100-app.is-sidebar-collapsed .main-nav:hover,
  .my100-app.is-sidebar-locked-open .main-nav {
    position: relative;
    width: 100%;
    min-width: 100%;
    height: auto;
  }

  .my100-app.is-sidebar-collapsed .main-nav:not(:hover) .logo-lg {
    display: block;
  }

  .my100-app.is-sidebar-collapsed .main-nav:not(:hover) .logo-sm {
    display: none;
  }

  .my100-app.is-sidebar-collapsed .main-nav:not(:hover) .menu-title,
  .my100-app.is-sidebar-collapsed .main-nav:not(:hover) .nav-text,
  .my100-app.is-sidebar-collapsed .main-nav:not(:hover) .my100-sidebar-user {
    display: block;
    height: auto;
    opacity: 1;
  }

  .my100-app.is-sidebar-collapsed .main-nav:not(:hover) .nav-link {
    justify-content: flex-start;
    padding: 12px 24px;
  }

  .my100-app .button-sm-hover {
    display: none !important;
  }

  .my100-topbar .app-search {
    display: none;
  }

  .my100-user-menu__toggle > span:not(.my100-avatar) {
    display: none;
  }
}

/* My100 Larkon pages */
.my100-main .alert {
  border: 1px solid var(--my100-border);
  border-radius: 8px;
}

.my100-larkon-alert {
  background: var(--my100-green-soft);
  color: #dff3b3;
  border-color: rgba(135, 171, 66, .28) !important;
}

.my100-main .card {
  margin-bottom: 22px;
  border: 1px solid var(--my100-border);
  border-radius: 8px;
  background: var(--my100-panel);
  color: var(--my100-text);
  box-shadow: none;
}

.my100-main .card-header,
.my100-main .card-footer {
  border-color: var(--my100-border);
  background: rgba(255, 255, 255, .018) !important;
}

.my100-main .card-title,
.my100-main h3,
.my100-main h4,
.my100-main h5,
.my100-main .text-dark {
  color: #fff !important;
}

.my100-main .text-muted {
  color: var(--my100-muted) !important;
}

.my100-main .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 8px;
  font-weight: 800;
}

.my100-main .btn-primary,
.my100-main .btn-info {
  border-color: var(--my100-green);
  background: var(--my100-green);
  color: #101418;
}

.my100-main .btn-outline-primary,
.my100-main .btn-soft-primary {
  border-color: rgba(135, 171, 66, .32);
  background: var(--my100-green-soft);
  color: #b6d86d;
}

.my100-main .btn-soft-danger {
  border-color: rgba(224, 86, 75, .32);
  background: rgba(224, 86, 75, .12);
  color: #ffaca5;
}

.my100-main .btn-light,
.my100-main .btn-outline-light {
  border-color: var(--my100-border);
  background: var(--my100-panel-2);
  color: var(--my100-text);
}

.my100-main .btn-outline-light.active,
.my100-main .btn-outline-light:hover,
.my100-main .btn-light:hover,
.my100-main .btn-soft-primary:hover {
  border-color: rgba(135, 171, 66, .5);
  background: var(--my100-green-soft);
  color: #fff;
}

.my100-modal .modal-content {
  border: 1px solid var(--my100-border);
  border-radius: 10px;
  background: var(--my100-panel);
  color: var(--my100-text);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .45);
}

.my100-modal .modal-header,
.my100-modal .modal-footer {
  border-color: var(--my100-border);
  background: rgba(255, 255, 255, .018);
}

.my100-modal .btn-close {
  filter: invert(1) grayscale(1);
  opacity: .7;
}

.my100-segmented {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 5px;
  border: 1px solid var(--my100-border);
  border-radius: 10px;
  background: #11161f;
}

.my100-segmented label {
  margin: 0;
  cursor: pointer;
}

.my100-segmented input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.my100-segmented span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 8px;
  color: var(--my100-muted);
  font-weight: 800;
}

.my100-segmented input:checked + span {
  background: #8ab343;
  color: #10151e;
}

.my100-main .avatar-md {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
}

.my100-main .avatar-sm {
  width: 34px;
  height: 34px;
  min-width: 34px;
}

.my100-main .avatar-xl {
  width: 96px;
  height: 96px;
}

.my100-main .avatar-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.my100-main .fs-32 {
  font-size: 32px;
}

.my100-main .fs-28 {
  font-size: 28px;
}

.my100-main .fs-18 {
  font-size: 18px;
}

.my100-main .bg-soft-primary,
.my100-main .bg-primary-subtle {
  background: var(--my100-green-soft) !important;
}

.my100-main .text-primary {
  color: #b6d86d !important;
}

.my100-main .text-success {
  color: #6fda9c !important;
}

.my100-main .text-info {
  color: #69c7e9 !important;
}

.my100-main .text-warning {
  color: #f3c76b !important;
}

.my100-main .bg-light,
.my100-main .bg-light-subtle,
.my100-main .bg-body {
  background: var(--my100-panel-2) !important;
}

.my100-main .bg-success-subtle {
  background: rgba(68, 190, 118, .14) !important;
}

.my100-main .bg-info-subtle {
  background: rgba(75, 178, 220, .14) !important;
}

.my100-main .bg-warning-subtle {
  background: rgba(243, 199, 107, .15) !important;
}

.my100-main .border {
  border-color: var(--my100-border) !important;
}

.my100-main .badge {
  border-radius: 999px;
  font-weight: 800;
}

.my100-larkon-table {
  color: var(--my100-text);
}

.my100-larkon-table th {
  padding: 14px 16px;
  border-bottom: 1px solid var(--my100-border);
  color: var(--my100-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.my100-larkon-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--my100-border);
  color: var(--my100-text);
  vertical-align: middle;
}

.my100-larkon-table tbody tr:hover td {
  background: rgba(255, 255, 255, .025);
}

.my100-larkon-table td small,
.my100-larkon-table td span small {
  display: block;
  color: var(--my100-muted);
  font-size: 12px;
}

.my100-payroll-table-wrap {
  max-height: 560px;
  overflow: auto;
  border-top: 1px solid var(--my100-border);
}

.my100-payroll-table {
  min-width: 1180px;
  font-size: 12px;
}

.my100-payroll-table.my100-larkon-table th,
.my100-payroll-table.my100-larkon-table td {
  padding: 9px 10px;
  white-space: nowrap;
}

.my100-payroll-table thead th {
  position: sticky;
  top: 0;
  z-index: 4;
}

.my100-payroll-table thead .my100-table-filters th {
  top: 42px;
  z-index: 3;
}

.my100-payroll-table tbody tr.is-adjusted td {
  background: rgba(182, 216, 109, .045);
}

.my100-payroll-table tbody tr.is-highlighted td {
  background: rgba(105, 199, 233, .12) !important;
  box-shadow: inset 0 1px 0 rgba(105, 199, 233, .22), inset 0 -1px 0 rgba(105, 199, 233, .22);
}

.my100-payroll-table .badge {
  padding: 4px 8px !important;
  font-size: 11px;
}

.my100-payroll-sync-badge.is-needs_sync {
  border: 1px solid rgba(243, 199, 107, .32);
  background: rgba(243, 199, 107, .15);
  color: #f3c76b;
}

.my100-payroll-sync-badge.is-synced {
  border: 1px solid rgba(111, 218, 156, .32);
  background: rgba(111, 218, 156, .14);
  color: #6fda9c;
}

.my100-payroll-sync-badge.is-system {
  border: 1px solid var(--my100-border);
  background: rgba(255, 255, 255, .03);
  color: var(--my100-muted);
}

.my100-table-filters th {
  padding: 7px 10px !important;
  background: #111720 !important;
}

.my100-table-filters input,
.my100-table-filters select {
  width: 100%;
  min-width: 92px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid var(--my100-border);
  border-radius: 8px;
  outline: 0;
  background: #0e141c;
  color: var(--my100-text);
  color-scheme: dark;
  font-size: 12px;
  font-weight: 700;
}

.my100-table-filters input::placeholder {
  color: var(--my100-muted);
}

.my100-table-filters input:focus,
.my100-table-filters select:focus {
  border-color: rgba(182, 216, 109, .58);
  box-shadow: 0 0 0 3px rgba(182, 216, 109, .08);
}

.my100-main .dt-container {
  padding: 12px;
  color: var(--my100-text);
}

.my100-main .dt-container .dt-search input,
.my100-main .dt-container .dt-length select {
  border: 1px solid var(--my100-border);
  border-radius: 6px;
  background: var(--my100-panel);
  color: var(--my100-text);
}

.my100-role-list .dt-container {
  padding: 16px;
  color: var(--my100-muted);
}

.my100-role-list .dt-search input,
.my100-role-list .dt-length select {
  border: 1px solid var(--my100-border);
  border-radius: 8px;
  background: #11161f;
  color: var(--my100-text);
}

.my100-role-list .dt-paging button {
  border: 1px solid var(--my100-border) !important;
  background: #11161f !important;
  color: var(--my100-muted) !important;
}

.my100-payroll-editor[hidden] {
  display: none !important;
}

.my100-payroll-editor {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
}

.my100-payroll-editor-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 8, 12, .78);
  backdrop-filter: blur(8px);
}

.my100-payroll-editor-panel {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  padding: 24px;
  border: 1px solid var(--my100-border);
  border-radius: 18px;
  background: #f8fafc;
  color: #17202d;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .38);
}

.my100-payroll-editor-panel h3 {
  color: #111827;
  font-size: 24px;
}

.my100-payroll-editor-panel label {
  color: #273244;
  font-weight: 800;
}

.my100-payroll-editor-panel .form-control {
  min-height: 44px;
  margin-top: 8px;
  border: 1px solid #d5dbe6;
  border-radius: 8px;
  background: #fff;
  color: #101828;
  color-scheme: light;
}

.my100-payroll-editor-panel .form-control:focus {
  border-color: rgba(143, 178, 65, .72);
  box-shadow: 0 0 0 3px rgba(143, 178, 65, .18);
}

.my100-payroll-editor-panel textarea.form-control {
  min-height: 112px;
}

.my100-payroll-editor-panel .text-muted {
  color: #667085 !important;
}

.my100-payroll-editor-panel .my100-kicker {
  color: #6f9333;
}

.my100-payroll-editor-panel .btn-soft-light {
  border-color: #d5dbe6;
  background: #eef2f7;
  color: #273244;
}

.my100-modal-open {
  overflow: hidden;
}

.my100-settings-page .card {
  overflow: hidden;
}

.my100-settings-layout {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}

.my100-settings-menu {
  position: sticky;
  top: calc(var(--my100-topbar-height) + 18px);
}

.my100-settings-menu .card-body {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.my100-settings-menu button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--my100-muted);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  text-align: left;
}

.my100-settings-menu button span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.my100-settings-menu button:hover,
.my100-settings-menu button.active {
  border-color: rgba(143, 178, 65, .35);
  background: var(--my100-green-soft);
  color: var(--my100-text);
}

.my100-settings-menu iconify-icon {
  color: var(--my100-green);
  font-size: 21px;
}

.my100-settings-nav-card {
  position: sticky;
  top: 112px;
}

.my100-settings-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 18px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--my100-border);
}

.my100-settings-brand > span {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--my100-green-soft);
  color: var(--my100-green);
  font-size: 28px;
}

.my100-settings-brand h4 {
  margin: 0;
  color: var(--my100-text);
}

.my100-settings-brand p {
  margin: 2px 0 0;
  color: var(--my100-muted);
  font-weight: 700;
}

.my100-settings-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  margin-bottom: 8px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--my100-muted);
  font-weight: 900;
}

.my100-settings-link:hover,
.my100-settings-link.active {
  border-color: rgba(143, 178, 65, .3);
  background: rgba(143, 178, 65, .13);
  color: var(--my100-text);
}

.my100-settings-link iconify-icon {
  color: var(--my100-green);
  font-size: 22px;
}

.my100-settings-summary h3 {
  margin: 6px 0;
  color: var(--my100-text);
  font-size: 44px;
  line-height: 1;
}

.my100-settings-summary p {
  margin: 0;
  color: var(--my100-muted);
  font-weight: 800;
}

.my100-settings-card .card-header {
  min-height: 86px;
}

.my100-setting-switch {
  min-height: 48px;
  padding: 12px 14px 12px 52px;
  border: 1px solid var(--my100-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, .018);
}

.my100-setting-switch .form-check-input {
  margin-left: -38px;
}

.my100-setting-switch .form-check-label {
  color: var(--my100-text);
  font-weight: 900;
}

.my100-setting-switch small {
  display: block;
  margin-top: 2px;
  color: var(--my100-muted);
  font-weight: 700;
}

.my100-setting-current-ip {
  min-height: 100%;
  padding: 18px;
  border: 1px solid var(--my100-border);
  border-radius: 12px;
  background: rgba(143, 178, 65, .08);
}

.my100-setting-current-ip span,
.my100-clock-widget__action small {
  display: block;
  color: var(--my100-muted);
  font-size: 12px;
  font-weight: 800;
}

.my100-setting-current-ip strong {
  display: block;
  margin-top: 8px;
  color: var(--my100-text);
  font-size: 20px;
  font-weight: 950;
}

.my100-clock-widget__action small {
  max-width: 280px;
  margin-top: 8px;
  text-align: right;
}

.my100-settings-employee-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-height: 360px;
  overflow: auto;
  padding-right: 4px;
}

.my100-settings-employee {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 12px;
  border: 1px solid var(--my100-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, .018);
  cursor: pointer;
}

.my100-settings-employee:hover {
  border-color: rgba(143, 178, 65, .35);
  background: rgba(143, 178, 65, .08);
}

.my100-settings-employee input {
  width: 18px;
  height: 18px;
  accent-color: var(--my100-green);
}

.my100-settings-employee strong,
.my100-settings-employee small {
  display: block;
}

.my100-settings-employee strong {
  color: var(--my100-text);
  font-weight: 900;
}

.my100-settings-employee small {
  color: var(--my100-muted);
  font-weight: 700;
}

.my100-settings-actions {
  position: sticky;
  bottom: 0;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 16px 0 0;
  background: linear-gradient(180deg, rgba(10, 15, 21, 0), var(--my100-bg) 38%);
}

@media (max-width: 900px) {
  .my100-settings-nav-card {
    position: static;
  }

  .my100-settings-employee-grid {
    grid-template-columns: 1fr;
  }
}

.my100-settings-alert {
  padding: 14px 18px;
  margin-bottom: 16px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 800;
}

.my100-settings-page > .card {
  margin-bottom: 16px;
}

.my100-settings-page .card-header {
  min-height: 64px;
  padding: 18px 22px;
}

.my100-settings-page .card-title {
  margin: 0;
  font-size: 20px;
}

.my100-settings-page .card-body {
  padding: 22px;
}

.my100-settings-page .form-label {
  color: var(--my100-text);
  font-size: 13px;
  font-weight: 900;
}

.my100-settings-stat .card-body {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 104px;
  padding: 18px;
}

.my100-settings-stat span {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 12px;
  background: var(--my100-green-soft);
  color: var(--my100-green);
  font-size: 28px;
}

.my100-settings-stat p {
  margin: 0 0 2px;
  color: var(--my100-muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.my100-settings-stat h3 {
  margin: 0;
  color: var(--my100-text);
  font-size: 32px;
  line-height: 1;
}

.my100-settings-page .my100-setting-switch {
  height: calc(100% - 1rem);
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  margin-top: 26px;
  border: 1px solid var(--my100-border);
  border-radius: 10px;
  background: #111720;
}

.my100-settings-page .my100-setting-switch .form-check-input {
  margin: 0;
  flex: 0 0 auto;
}

.my100-settings-table-wrap {
  max-height: 430px;
  overflow: auto;
}

.my100-settings-table {
  min-width: 820px;
}

.my100-settings-table.my100-larkon-table th,
.my100-settings-table.my100-larkon-table td {
  padding: 13px 18px;
}

.my100-settings-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
}

.my100-settings-user-text strong,
.my100-settings-user-text small {
  display: block;
}

.my100-settings-user-text strong {
  color: var(--my100-text);
  font-weight: 900;
}

.my100-settings-user-text small,
.my100-settings-muted-note {
  display: block;
  margin-top: 2px;
  color: var(--my100-muted);
  font-size: 12px;
  font-weight: 700;
}

.my100-settings-check {
  width: 20px;
  height: 20px;
  accent-color: var(--my100-green);
}

.my100-settings-page .my100-settings-actions {
  padding: 16px 0 6px;
}

@media (max-width: 991px) {
  .my100-settings-menu {
    position: static;
    margin-bottom: 0 !important;
  }

  .my100-settings-menu .card-body {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }

  .my100-settings-menu button {
    flex: 0 0 auto;
    width: auto;
  }
}

@media (max-width: 767px) {
  .my100-payroll-editor {
    align-items: end;
    padding: 12px;
  }

  .my100-payroll-editor-panel {
    width: 100%;
    max-height: calc(100vh - 24px);
    padding: 18px;
    border-radius: 14px;
  }

  .my100-settings-page .card-body {
    padding: 16px;
  }

  .my100-settings-page .my100-setting-switch {
    height: auto;
    min-height: 58px;
    margin-top: 0;
  }
}

.my100-role-list .dt-paging button.current,
.my100-role-list .dt-paging button:hover {
  background: var(--my100-green-soft) !important;
  color: #fff !important;
}

.avatar-group {
  display: flex;
  align-items: center;
}

.avatar-group .avatar {
  margin-left: -10px;
}

.avatar-group .avatar:first-child {
  margin-left: 0;
}

.my100-workspace-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--my100-green-soft);
  color: #b6d86d;
  vertical-align: middle;
}

.my100-main .form-switch .form-check-input {
  width: 42px;
  height: 22px;
  border-color: var(--my100-border);
  background-color: #2a313d;
}

.my100-main .form-switch .form-check-input:checked {
  border-color: var(--my100-green);
  background-color: var(--my100-green);
}

.my100-alert-stack {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}

.my100-alert-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(243, 199, 107, .28);
  border-radius: 8px;
  background: rgba(243, 199, 107, .12);
  color: var(--my100-text);
  text-decoration: none;
}

.my100-alert-card iconify-icon {
  flex: 0 0 auto;
  color: #f3c76b;
  font-size: 28px;
}

.my100-alert-card strong {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.my100-alert-card small {
  display: block;
  color: var(--my100-muted);
  font-size: 13px;
  font-weight: 700;
}

.my100-alert-card.is-document {
  border-color: rgba(75, 178, 220, .28);
  background: rgba(75, 178, 220, .12);
}

.my100-alert-card.is-document iconify-icon {
  color: #69c7e9;
}

.my100-hero-row,
.my100-stats-chart-row,
.my100-dashboard-panels {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}

.my100-stats-chart-row {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.9fr);
  align-items: stretch;
  gap: 12px;
  margin-bottom: 16px;
}

.my100-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.my100-stats-chart-row .my100-dash-card {
  width: 100%;
  min-height: 144px;
}

.my100-stats-chart-row .my100-dash-card .card-body {
  min-height: 96px;
  padding: 16px;
}

.my100-stats-chart-row .my100-dash-card .card-footer {
  min-height: 48px;
  padding: 10px 16px !important;
}

.my100-stats-chart-row .my100-chart-card {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.my100-chart-card .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 18px;
}

.my100-hero-row {
  margin-bottom: 16px;
}

.my100-mascot-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(182, 216, 109, .22) !important;
  background:
    linear-gradient(180deg, rgba(13, 18, 26, .18), rgba(13, 18, 26, .9)),
    radial-gradient(circle at 88% 30%, rgba(182, 216, 109, .22), transparent 34%),
    linear-gradient(135deg, rgba(21, 28, 38, .98), rgba(13, 18, 26, .98)) !important;
}

.my100-mascot-card .card-body {
  display: flex;
  align-items: flex-start;
  position: relative;
  min-height: 100%;
  overflow: hidden;
  padding: 22px;
}

.my100-mascot-card__copy {
  position: relative;
  z-index: 1;
}

.my100-mascot-card__copy span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 12px;
  padding: 0 12px;
  border: 1px solid rgba(182, 216, 109, .28);
  border-radius: 999px;
  background: var(--my100-green-soft);
  color: #b6d86d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.my100-mascot-card__copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.05;
}

.my100-mascot-card__copy p {
  max-width: 240px;
  margin: 12px 0 0;
  color: var(--my100-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.my100-mascot-card__image {
    position: absolute;
    z-index: 2;
    right: -50px;
    bottom: -10px;
    width: min(218px, 58%);
    max-height: 82%;
    object-fit: contain;
    filter: drop-shadow(0 18px 22px rgba(0, 0, 0, .32));
    pointer-events: none;
}

.my100-clock-widget {
  overflow: hidden;
  border-color: rgba(182, 216, 109, .22) !important;
  background:
    radial-gradient(circle at 80% 20%, rgba(182, 216, 109, .13), transparent 28%),
    linear-gradient(135deg, rgba(21, 28, 38, .98), rgba(13, 18, 26, .98)) !important;
}

.my100-clock-widget__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.my100-clock-widget h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .95;
  letter-spacing: 0;
}

.my100-clock-widget__main span,
.my100-clock-widget__meta span {
  color: var(--my100-muted);
  font-weight: 800;
}

.my100-clock-widget__action .btn {
  min-height: 58px;
  padding: 0 28px;
  font-size: 17px;
  font-weight: 900;
}

.my100-clock-widget__meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.my100-clock-widget__meta div {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid var(--my100-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, .025);
}

.my100-clock-widget__meta strong {
  color: var(--my100-text);
  font-size: 18px;
}

.my100-bars {
  display: grid;
  grid-template-columns: repeat(var(--my100-bars-count, 5), minmax(54px, 1fr));
  align-items: end;
  gap: 14px;
  flex: 1 1 auto;
  min-height: 188px;
  padding: 18px 0 0;
  overflow-x: auto;
}

.my100-bars span {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 8px;
  height: 168px;
  color: var(--my100-muted);
  text-align: center;
}

.my100-bars i {
  align-self: end;
  display: block;
  height: var(--h);
  min-height: 16px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #a7cc60, #6f8f34);
}

@media (max-width: 1199px) {
  .my100-stats-chart-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .my100-stats-grid {
    grid-template-columns: 1fr;
  }

  .my100-stats-chart-row .my100-chart-card {
    min-height: 280px;
  }

  .my100-bars {
    gap: 10px;
    min-height: 170px;
  }

  .my100-bars span {
    height: 148px;
  }
}

.my100-action-list,
.my100-file-list {
  display: grid;
  gap: 8px;
}

.my100-dashboard-panels {
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 16px;
}

.my100-stats-chart-row .card,
.my100-dashboard-panels .card {
  margin-bottom: 0;
}

.my100-dashboard-panels > [class*="col-"] {
  display: flex;
}

.my100-dashboard-panel {
  width: 100%;
  min-height: 310px;
}

.my100-scroll-panel {
  display: flex;
  flex-direction: column;
}

.my100-scroll-panel .card-header {
  flex: 0 0 auto;
}

.my100-panel-scroll {
  flex: 1 1 auto;
  max-height: 230px;
  overflow-y: auto;
}

.my100-scroll-panel .table-responsive {
  min-height: 0;
}

.my100-panel-scroll::-webkit-scrollbar {
  width: 8px;
}

.my100-panel-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(182, 216, 109, .28);
}

.my100-action-list a,
.my100-file-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--my100-border);
  border-radius: 8px;
  color: var(--my100-text);
  text-decoration: none;
  background: rgba(255, 255, 255, .018);
}

.my100-action-list a:hover,
.my100-file-list a:hover {
  border-color: rgba(135, 171, 66, .4);
  background: var(--my100-green-soft);
}

.my100-action-list iconify-icon,
.my100-file-list iconify-icon {
  color: #b6d86d;
  font-size: 24px;
}

.my100-recent-documents {
  align-content: start;
  padding: 12px;
}

.my100-recent-documents a {
  min-height: 62px;
  padding: 10px 12px;
}

.my100-recent-documents iconify-icon {
  flex: 0 0 auto;
  font-size: 26px;
}

.my100-recent-documents span {
  display: block;
  min-width: 0;
}

.my100-recent-documents strong,
.my100-recent-documents small {
  display: block;
}

.my100-recent-documents strong {
  max-width: 100%;
  overflow: hidden;
  color: var(--my100-text);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.my100-recent-documents small {
  margin-top: 4px;
  color: var(--my100-muted);
  font-size: 12px;
  font-weight: 750;
}

.my100-mpin-card {
  border: 1px solid rgba(182, 216, 109, .18);
  background:
    radial-gradient(circle at 100% 0%, rgba(182, 216, 109, .12), transparent 32%),
    var(--my100-panel) !important;
}

.my100-mpin-card .card-body {
  padding: 24px;
}

.my100-mpin-card--small .card-body {
  padding: 18px;
}

.my100-mpin-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: rgba(182, 216, 109, .16);
  color: #b6d86d;
  font-size: 28px;
}

.my100-mpin-status {
  display: flex;
  align-items: center;
  gap: 12px;
}

.my100-mpin-status .my100-mpin-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  margin: 0;
  font-size: 24px;
}

.my100-mpin-status strong,
.my100-mpin-status small {
  display: block;
}

.my100-mpin-status strong {
  color: var(--my100-text);
  font-size: 16px;
  font-weight: 950;
}

.my100-mpin-status small {
  color: var(--my100-muted);
  font-size: 12px;
  font-weight: 750;
}

.my100-mpin-form {
  display: grid;
  gap: 10px;
}

.my100-mpin-form .form-control {
  min-height: 48px;
  border: 1px solid var(--my100-border);
  border-radius: 8px;
  background: #11161f;
  color: var(--my100-text);
  font-weight: 850;
  letter-spacing: .18em;
  text-align: center;
}

.my100-mpin-banner {
  overflow: hidden;
  margin-bottom: 18px;
  background:
    radial-gradient(circle at 9% 50%, rgba(182, 216, 109, .2), transparent 18%),
    radial-gradient(circle at 100% 0%, rgba(182, 216, 109, .12), transparent 32%),
    var(--my100-panel) !important;
}

.my100-mpin-banner .card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
}

.my100-mpin-banner__info {
  display: flex;
  align-items: center;
  min-width: 260px;
  gap: 18px;
}

.my100-mpin-banner__info .my100-mpin-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  width: 78px;
  height: 78px;
  margin: 0;
  border: 1px solid rgba(182, 216, 109, .32);
  border-radius: 22px;
  background:
    radial-gradient(circle at 34% 26%, rgba(255, 255, 255, .22), transparent 22%),
    linear-gradient(135deg, rgba(182, 216, 109, .42), rgba(106, 137, 62, .28));
  box-shadow:
    0 0 0 10px rgba(182, 216, 109, .06),
    0 18px 46px rgba(182, 216, 109, .24),
    inset 0 1px 0 rgba(255, 255, 255, .16);
  color: #d8ff84;
  font-size: 42px;
  line-height: 1;
  isolation: isolate;
  transform: translateY(0);
}

.my100-mpin-banner__info .my100-mpin-icon::before {
  position: absolute;
  inset: -18px;
  z-index: 0;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(182, 216, 109, .24), transparent 68%);
  content: "";
}

.my100-mpin-banner__info .my100-mpin-icon iconify-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: auto;
  line-height: 1;
}

.my100-mpin-banner__info span {
  display: block;
  color: #b6d86d;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.my100-mpin-banner__info h4 {
  margin: 2px 0 0;
  color: var(--my100-text);
  font-size: 24px;
  font-weight: 950;
  line-height: 1.05;
}

.my100-mpin-banner__info p {
  margin: 4px 0 0;
  color: var(--my100-muted);
  font-size: 13px;
  font-weight: 750;
}

.my100-mpin-banner__actions {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.my100-mpin-banner__actions form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
}

.my100-mpin-banner .my100-mpin-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.my100-mpin-banner .form-control {
  width: 170px;
}

.my100-mpin-banner .btn {
  min-height: 48px;
  padding-inline: 18px;
  white-space: nowrap;
}

.my100-quick-clock {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .my100-mpin-banner .card-body,
  .my100-mpin-banner__actions,
  .my100-mpin-banner__actions form,
  .my100-mpin-banner .my100-mpin-form {
    align-items: stretch;
    justify-content: flex-start;
  }

  .my100-mpin-banner .card-body {
    flex-direction: column;
  }

  .my100-mpin-banner__info {
    width: 100%;
    min-width: 0;
  }

  .my100-mpin-banner__actions,
  .my100-mpin-banner__actions form,
  .my100-mpin-banner .form-control,
  .my100-mpin-banner .btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .my100-mascot-card {
    background:
      linear-gradient(180deg, rgba(13, 18, 26, .12), rgba(13, 18, 26, .9)),
      radial-gradient(circle at 88% 30%, rgba(182, 216, 109, .22), transparent 34%),
      linear-gradient(135deg, rgba(21, 28, 38, .98), rgba(13, 18, 26, .98)) !important;
  }

  .my100-mascot-card__image {
    width: 150px;
  }

  .my100-clock-widget__main {
    align-items: flex-start;
    flex-direction: column;
  }

  .my100-clock-widget__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.profile-bg {
  min-height: var(--my100-profile-bg-min-height, 136px);
  background:
    var(--my100-profile-bg-overlay, linear-gradient(135deg, rgba(135, 171, 66, .95), rgba(40, 52, 29, .95))),
    var(--my100-profile-bg-image, url("../images/100energia/1324.jpg")) center/cover;
}

.my100-profile-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #11161f;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
}

.my100-profile-metrics h5.mb-1 {
  margin-bottom: -5px !important;
}

.my100-info-list {
  display: grid;
  gap: 12px;
}

.my100-info-list p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--my100-text);
  font-size: 14px;
}

.my100-info-list p span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--my100-panel-2);
  color: #b6d86d;
}

.my100-info-list a {
  color: #b6d86d;
}

.my100-profile-box {
  min-height: 174px;
}

.my100-timeline-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid var(--my100-border);
}

.my100-timeline-row span {
  color: var(--my100-muted);
}

.my100-stars {
  color: #f3c76b;
  letter-spacing: 1px;
}

.my100-calendar-card .card-body {
  min-height: 690px;
}

.my100-external-events {
  display: grid;
  gap: 10px;
}

.external-event {
  padding: 11px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
}

.bg-soft-info {
  background: rgba(75, 178, 220, .14);
}

.bg-soft-success {
  background: rgba(68, 190, 118, .14);
}

.bg-soft-warning {
  background: rgba(243, 199, 107, .15);
}

.my100-legend-ferie {
  background: rgba(135, 171, 66, .18);
  color: #b6d86d;
}

.my100-legend-permesso {
  background: rgba(75, 178, 220, .14);
  color: #69c7e9;
}

.my100-legend-malattia {
  background: rgba(239, 105, 105, .14);
  color: #ff8d8d;
}

.my100-legend-altro {
  background: rgba(177, 126, 247, .14);
  color: #c9a8ff;
}

.my100-upcoming-events {
  margin-top: 24px;
}

.my100-upcoming-scroll {
  max-height: 158px;
  padding-right: 6px;
  overflow-y: auto;
}

.my100-upcoming-events article {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--my100-border);
}

.my100-upcoming-events article > strong {
  min-width: 44px;
  color: #fff;
}

.my100-upcoming-events article span {
  display: grid;
  color: var(--my100-text);
}

.my100-upcoming-events article small {
  color: var(--my100-muted);
}

.my100-calendar-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.my100-calendar-toolbar h4 {
  margin: 0;
}

.my100-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border: 1px solid var(--my100-border);
  border-radius: 8px;
  overflow: visible;
}

.my100-calendar-weekday {
  padding: 12px;
  background: var(--my100-panel-2);
  border-right: 1px solid var(--my100-border);
  color: var(--my100-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.my100-calendar-day {
  position: relative;
  min-height: 118px;
  padding: 10px;
  overflow: visible;
  border-top: 1px solid var(--my100-border);
  border-right: 1px solid var(--my100-border);
  background: rgba(255, 255, 255, .012);
}

.my100-calendar-day.is-empty {
  background: rgba(255, 255, 255, .025);
}

.my100-calendar-day.is-today {
  box-shadow: inset 0 0 0 2px rgba(135, 171, 66, .55);
}

.my100-calendar-day strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
}

.my100-calendar-event {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 4px 0;
  padding: 0px 7px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.my100-calendar-event > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.my100-calendar-event.is-presence {
  background: var(--my100-green-soft);
  color: #b6d86d;
}

.my100-calendar-event.is-open {
  background: rgba(75, 178, 220, .16);
  color: #69c7e9;
}

.my100-calendar-event.is-absence,
.my100-calendar-event.is-vacation {
  border: 1px solid rgba(68, 190, 118, .22);
  background: rgba(68, 190, 118, .14);
  border-radius: 6px;
  color: #6fda9c;
}

.my100-calendar-event.is-pending,
.my100-calendar-event.is-vacation-pending {
  border: 1px solid rgba(243, 199, 107, .28);
  background: rgba(243, 199, 107, .15);
  border-radius: 6px;
  color: #f3c76b;
}

.my100-calendar-event.is-leave-ferie {
  border-color: rgba(182, 216, 109, .28);
  background: linear-gradient(90deg, rgba(135, 171, 66, .92), rgba(182, 216, 109, .78));
  color: #10161f;
  box-shadow: 0 8px 18px rgba(135, 171, 66, .16);
}

.my100-calendar-event.is-leave-permesso {
  border-color: rgba(75, 178, 220, .28);
  background: rgba(75, 178, 220, .18);
  color: #69c7e9;
}

.my100-calendar-event.is-leave-malattia {
  border-color: rgba(239, 105, 105, .32);
  background: rgba(239, 105, 105, .18);
  color: #ff8d8d;
}

.my100-calendar-event.is-leave-altro {
  border-color: rgba(177, 126, 247, .32);
  background: rgba(177, 126, 247, .18);
  color: #c9a8ff;
}

.my100-calendar-event[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  z-index: 30;
  bottom: calc(100% + 8px);
  left: 50%;
  width: max-content;
  max-width: 260px;
  padding: 8px 10px;
  border: 1px solid var(--my100-border);
  border-radius: 6px;
  background: #10161f;
  color: #fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .28);
  font-size: 12px;
  line-height: 1.35;
  pointer-events: none;
  transform: translateX(-50%);
}

.my100-calendar-day em {
  display: block;
  color: var(--my100-muted);
  font-size: 11px;
  font-style: normal;
}

.my100-folder-card .card-body {
  min-height: 136px;
}

.my100-folder-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.my100-folder-link:hover,
.my100-folder-link.is-active {
  border-color: rgba(182, 216, 109, .42);
  background: rgba(135, 171, 66, .08);
  color: inherit;
  transform: translateY(-2px);
}

.my100-folder-list {
  display: grid;
  gap: 10px;
}

.my100-folder-list .my100-folder-card {
  margin-bottom: 0;
}

.my100-folder-list .my100-folder-card .card-body {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 78px;
  gap: 14px;
}

.my100-folder-list .my100-folder-card h5 {
  margin: 0;
}

.my100-folder-list .my100-folder-card p {
  justify-self: end;
}

.my100-view-toggle {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--my100-border);
  border-radius: 8px;
  background: #11161f;
}

.my100-view-toggle a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 30px;
  border-radius: 6px;
  color: var(--my100-muted);
}

.my100-view-toggle a:hover,
.my100-view-toggle a.is-active {
  background: var(--my100-green-soft);
  color: #b6d86d;
}

.my100-folder-card iconify-icon {
  color: #b6d86d;
  font-size: 38px;
}

.my100-folder-card h5 {
  margin: 12px 0 4px;
}

.my100-folder-card p {
  margin: 0;
  color: var(--my100-muted);
}

@media (max-width: 767px) {
  .my100-calendar-grid {
    grid-template-columns: 1fr;
  }

  .my100-calendar-weekday {
    display: none;
  }

  .my100-calendar-day.is-empty {
    display: none;
  }
}

/* My100 auth page, Larkon-style */
.my100-auth-body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: #0f131a;
  color: #d7dde7;
  font-family: "Instrument Sans", sans-serif;
}

.my100-auth {
  min-height: 100vh;
  background:
    radial-gradient(circle at 16% 18%, rgba(135, 171, 66, .16), transparent 28%),
    radial-gradient(circle at 75% 82%, rgba(105, 199, 233, .08), transparent 24%),
    #0f131a;
}

.my100-auth .h-100 {
  min-height: 100%;
}

.my100-auth > .d-flex {
  min-height: 100vh;
}

.my100-auth .row.h-100 {
  min-height: calc(100vh - 32px);
}

.my100-auth-form-wrap {
  min-height: calc(100vh - 92px);
  padding: 24px 0;
}

.my100-auth .auth-logo img {
  width: 154px;
  height: auto;
}

.my100-auth-kicker {
  display: inline-flex;
  width: max-content;
  margin-bottom: 12px;
  padding: 7px 12px;
  border: 1px solid rgba(135, 171, 66, .32);
  border-radius: 999px;
  background: rgba(135, 171, 66, .14);
  color: #b6d86d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.my100-auth h1 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
}

.my100-auth .text-muted {
  color: #8d96a7 !important;
}

.my100-auth-form {
  max-width: 420px;
}

.my100-auth .form-label {
  margin-bottom: 8px;
  color: #d7dde7;
  font-size: 14px;
  font-weight: 800;
}

.my100-auth .form-control {
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, .085);
  border-radius: 8px;
  background: #171c24;
  color: #fff;
  box-shadow: none;
}

.my100-auth .form-control::placeholder {
  color: #6f7888;
}

.my100-auth .form-control:focus {
  border-color: rgba(135, 171, 66, .7);
  background: #171c24;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(135, 171, 66, .12);
}

.my100-password-field {
  position: relative;
}

.my100-password-field .form-control {
  padding-right: 48px;
}

.my100-password-toggle {
  position: absolute;
  right: 6px;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #8d96a7;
  font-size: 21px;
  transform: translateY(-50%);
}

.my100-password-toggle:hover,
.my100-password-toggle[aria-pressed="true"] {
  background: rgba(135, 171, 66, .14);
  color: #b6d86d;
}

.my100-auth .form-check-input {
  border-color: rgba(255, 255, 255, .12);
  background-color: #171c24;
}

.my100-auth .form-check-input:checked {
  border-color: #87ab42;
  background-color: #87ab42;
}

.my100-auth .form-check-label {
  color: #8d96a7;
  font-size: 14px;
}

.my100-auth-note {
  color: #b6d86d;
  font-size: 13px;
  font-weight: 800;
}

.my100-auth .btn-soft-primary {
  min-height: 46px;
  border: 1px solid rgba(135, 171, 66, .38);
  border-radius: 8px;
  background: #87ab42;
  color: #101418;
  font-weight: 900;
}

.my100-auth .btn-soft-primary:hover {
  border-color: #a8cb63;
  background: #a8cb63;
  color: #101418;
}

.my100-auth .alert-danger {
  border: 1px solid rgba(224, 86, 75, .28);
  border-radius: 8px;
  background: rgba(224, 86, 75, .12);
  color: #ffaca5;
  font-weight: 800;
}

.my100-auth-footer-note {
  max-width: 420px;
  color: #8d96a7 !important;
  font-size: 13px;
}

.my100-auth-side-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, .085);
  border-radius: 8px;
  background: #171c24;
}

.my100-auth-side-card img {
  object-fit: cover;
  filter: saturate(.92) brightness(.68);
}

.my100-auth-side-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(15, 19, 26, .86));
}

.my100-auth-side-copy {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  z-index: 2;
}

.my100-auth-side-copy span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #b6d86d;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.my100-auth-side-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .my100-auth-form-wrap {
    min-height: calc(100vh - 32px);
  }

  .my100-auth-form {
    max-width: none;
  }
}

/* My100 hard fixes: scrolling and Bootstrap table variables */
html:has(body.shop-admin-body),
body.shop-admin-body {
  height: auto !important;
  min-height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body.shop-admin-body .page-wrapper {
  min-height: 100vh;
  overflow: visible !important;
}

.my100-app {
  min-height: 100vh;
  align-items: stretch;
}

.my100-main {
  min-height: 100vh;
  overflow: visible !important;
}

.my100-main .table,
.my100-main table.table,
.my100-main .table-responsive .table {
  --bs-table-color: var(--my100-text);
  --bs-table-bg: var(--my100-panel);
  --bs-table-border-color: var(--my100-border);
  --bs-table-striped-bg: rgba(255, 255, 255, .025);
  --bs-table-striped-color: var(--my100-text);
  --bs-table-active-bg: rgba(255, 255, 255, .035);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgba(255, 255, 255, .035);
  --bs-table-hover-color: #fff;
  margin-bottom: 0;
  border-color: var(--my100-border) !important;
  background: var(--my100-panel) !important;
  color: var(--my100-text) !important;
}

.my100-main .table > :not(caption) > * > * {
  border-color: var(--my100-border) !important;
  background-color: transparent !important;
  color: var(--my100-text) !important;
  box-shadow: none !important;
}

.my100-main .table thead,
.my100-main .table thead tr,
.my100-main .table thead th,
.my100-main .table .bg-light-subtle,
.my100-main .table .bg-light {
  background-color: var(--my100-panel-2) !important;
}

.my100-main .table-responsive {
  border-radius: 0 0 8px 8px;
  background: var(--my100-panel) !important;
}

.my100-main .card.overflow-hidden {
  overflow: hidden !important;
}

.my100-inline-form {
  display: flex;
  align-items: center;
  gap: 8px;
}

.my100-inline-form select,
.my100-inline-form input,
.my100-form-grid select,
.my100-form-grid input,
.my100-form-grid textarea,
.my100-main .my100-form input,
.my100-main .my100-form select,
.my100-main .my100-form textarea {
  border: 1px solid var(--my100-border);
  border-radius: 8px;
  background: #11161f;
  color: var(--my100-text);
}

.my100-permit-admin-form {
  flex-wrap: wrap;
  margin-top: 10px;
  min-width: 360px;
  padding: 10px;
  border: 1px solid var(--my100-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, .025);
}

.my100-permit-admin-form label {
  display: grid;
  gap: 4px;
  margin: 0;
}

.my100-permit-admin-form label span {
  color: var(--my100-muted);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.my100-permit-admin-form input,
.my100-permit-admin-form select {
  min-height: 34px;
  padding: 6px 10px;
}

.my100-permit-admin-form input[type="text"] {
  width: 150px;
}

.my100-row-editor summary {
  display: inline-flex;
  cursor: pointer;
  list-style: none;
}

.my100-row-editor summary::-webkit-details-marker {
  display: none;
}

.my100-row-editor:not([open]) .my100-permit-admin-form {
  display: none;
}

.my100-form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  align-items: end;
  gap: 14px;
}

.my100-form-grid label {
  margin: 0;
}

.my100-form-grid textarea {
  min-height: 46px;
  resize: vertical;
}

.my100-status-badge.is-pending {
  background: rgba(243, 199, 107, .15);
  color: #f3c76b;
}

.my100-status-badge.is-approved {
  background: rgba(68, 190, 118, .14);
  color: #6fda9c;
}

.my100-status-badge.is-rejected {
  background: rgba(224, 86, 75, .14);
  color: #ffaca5;
}

.my100-main .text-danger {
  color: #ffaca5 !important;
}

@media (max-width: 991px) {
  .my100-form-grid {
    grid-template-columns: 1fr;
  }

  .my100-inline-form {
    align-items: stretch;
    flex-direction: column;
  }
}

/* My100 fixed sidebar and persistent logout */
.my100-app .main-nav {
  position: fixed !important;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.my100-app .scrollbar {
  flex: 1 1 auto;
  height: auto !important;
  min-height: 0;
  padding-bottom: 8px;
}

.my100-sidebar-bottom {
  flex: 0 0 auto;
  padding: 0 14px 14px;
}

.my100-sidebar-bottom .my100-sidebar-user {
  margin: 0 0 10px;
}

.my100-sidebar-logout {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 12px 10px;
  border: 1px solid var(--my100-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, .018);
  color: var(--my100-muted);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.my100-sidebar-logout .nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  color: #7f899a;
  font-size: 23px;
}

.my100-sidebar-logout:hover {
  border-color: rgba(224, 86, 75, .28);
  background: rgba(224, 86, 75, .12);
  color: #fff;
}

.my100-sidebar-logout:hover .nav-icon {
  color: #ffaca5;
}

.my100-app.is-sidebar-collapsed .main-nav:not(:hover) .my100-sidebar-bottom {
  padding: 0 10px 14px;
}

.my100-app.is-sidebar-collapsed .main-nav:not(:hover) .my100-sidebar-user {
  display: none;
}

.my100-app.is-sidebar-collapsed .main-nav:not(:hover) .my100-sidebar-logout {
  justify-content: center;
  padding: 12px 0;
}

.my100-app.is-sidebar-collapsed .main-nav:not(:hover) .my100-sidebar-logout .nav-text {
  display: none;
}

.my100-app.is-sidebar-collapsed .main-nav:hover .my100-sidebar-user,
.my100-app.is-sidebar-locked-open .main-nav .my100-sidebar-user {
  display: flex;
}

.my100-app.is-sidebar-collapsed .main-nav:hover .my100-sidebar-logout,
.my100-app.is-sidebar-locked-open .main-nav .my100-sidebar-logout {
  justify-content: flex-start;
  padding: 12px 10px;
}

.my100-main {
  grid-column: 2;
}

@media (max-width: 1100px) {
  .my100-app .main-nav,
  .my100-app.is-sidebar-collapsed .main-nav,
  .my100-app.is-sidebar-collapsed .main-nav:hover,
  .my100-app.is-sidebar-locked-open .main-nav {
    position: relative !important;
    height: auto;
  }

  .my100-main {
    grid-column: 1;
  }
}

.my100-mobile-backdrop {
  display: none;
}

@media (max-width: 1100px) {
  body:has(.my100-app.is-mobile-menu-open) {
    overflow: hidden;
  }

  .my100-app,
  .my100-app.is-sidebar-collapsed,
  .my100-app.is-sidebar-collapsed:has(.main-nav:hover),
  .my100-app.is-sidebar-locked-open {
    display: block;
    min-height: 100vh;
  }

  .my100-app .main-nav,
  .my100-app.is-sidebar-collapsed .main-nav,
  .my100-app.is-sidebar-collapsed .main-nav:hover,
  .my100-app.is-sidebar-locked-open .main-nav {
    position: fixed !important;
    inset: 0 auto 0 0;
    z-index: 1100;
    width: min(86vw, 320px);
    min-width: 0;
    height: 100vh;
    transform: translateX(-104%);
    transition: transform .28s ease, box-shadow .28s ease;
  }

  .my100-app.is-mobile-menu-open .main-nav,
  .my100-app.is-mobile-menu-open.is-sidebar-collapsed .main-nav,
  .my100-app.is-mobile-menu-open.is-sidebar-locked-open .main-nav {
    transform: translateX(0);
    box-shadow: 24px 0 70px rgba(0, 0, 0, .55);
  }

  .my100-mobile-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1090;
    display: block;
    pointer-events: none;
    background: rgba(2, 6, 12, .62);
    opacity: 0;
    transition: opacity .25s ease;
  }

  .my100-app.is-mobile-menu-open .my100-mobile-backdrop {
    pointer-events: auto;
    opacity: 1;
  }

  .my100-app .logo-box,
  .my100-app.is-sidebar-collapsed .main-nav:not(:hover) .logo-box {
    padding: 0 20px;
  }

  .my100-app .logo-box .logo-lg,
  .my100-app.is-sidebar-collapsed .main-nav:not(:hover) .logo-lg {
    display: block;
    width: 128px;
  }

  .my100-app .logo-box .logo-sm,
  .my100-app.is-sidebar-collapsed .main-nav:not(:hover) .logo-sm {
    display: none;
  }

  .my100-app .menu-title,
  .my100-app.is-sidebar-collapsed .main-nav:not(:hover) .menu-title {
    display: block;
    height: 36px;
    padding: 11px 24px;
    opacity: .64;
  }

  .my100-app .nav-link,
  .my100-app.is-sidebar-collapsed .main-nav:not(:hover) .nav-link {
    justify-content: flex-start;
    padding: 12px 24px;
  }

  .my100-app .nav-text,
  .my100-app.is-sidebar-collapsed .main-nav:not(:hover) .nav-text,
  .my100-app .my100-sidebar-user,
  .my100-app.is-sidebar-collapsed .main-nav:not(:hover) .my100-sidebar-user {
    display: block;
  }

  .my100-app .my100-sidebar-user,
  .my100-app.is-sidebar-collapsed .main-nav:not(:hover) .my100-sidebar-user {
    display: flex;
  }

  .my100-app .my100-sidebar-bottom,
  .my100-app.is-sidebar-collapsed .main-nav:not(:hover) .my100-sidebar-bottom {
    padding: 0 14px 14px;
  }

  .my100-app .my100-sidebar-logout,
  .my100-app.is-sidebar-collapsed .main-nav:not(:hover) .my100-sidebar-logout {
    justify-content: flex-start;
    padding: 12px 10px;
  }

  .my100-app .my100-sidebar-logout .nav-text,
  .my100-app.is-sidebar-collapsed .main-nav:not(:hover) .my100-sidebar-logout .nav-text {
    display: inline;
  }

  .my100-app .button-sm-hover {
    display: none !important;
  }

  .my100-main {
    width: 100%;
    min-height: 100vh;
    padding: 0 14px 24px;
  }

  .my100-topbar {
    position: sticky;
    top: 0;
    z-index: 1080;
    height: 64px;
    margin: 0 -14px 18px;
    padding: 0 12px;
  }

  .my100-topbar h4.topbar-button {
    max-width: 46vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
  }

  .my100-topbar .app-search,
  .my100-topbar-user span:not(.my100-avatar) {
    display: none !important;
  }

  .my100-topbar .topbar-button,
  .my100-topbar .button-toggle-menu {
    min-width: 38px;
    width: 38px;
    height: 38px;
  }
}

/* My100 category-edit style forms and dropzone */
.my100-category-form .form-label,
.my100-larkon-upload-form .form-label,
.my100-main .form-label {
  color: var(--my100-text);
  font-size: 14px;
  font-weight: 800;
}

.my100-category-form .form-control,
.my100-larkon-upload-form .form-control,
.my100-main select.form-control,
.my100-main textarea.form-control,
.my100-main input.form-control {
  min-height: 46px;
  border: 1px solid var(--my100-border);
  border-radius: 8px;
  background: #11161f;
  color: var(--my100-text);
  box-shadow: none;
}

.my100-category-form .form-control:focus,
.my100-larkon-upload-form .form-control:focus {
  border-color: rgba(135, 171, 66, .72);
  background: #11161f;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(135, 171, 66, .12);
}

.my100-edit-avatar-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  background: var(--my100-panel-2) !important;
}

.my100-edit-avatar-box .avatar-xxl {
  width: 112px;
  height: 112px;
}

.my100-edit-actions {
  background: var(--my100-panel-2) !important;
}

.my100-main .btn-outline-secondary {
  border-color: var(--my100-border);
  background: transparent;
  color: var(--my100-muted);
}

.my100-main .btn-outline-secondary:hover {
  border-color: rgba(135, 171, 66, .45);
  background: var(--my100-green-soft);
  color: #fff;
}

.my100-dropzone {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 194px;
  padding: 38px 18px;
  border: 1px dashed rgba(135, 171, 66, .45);
  border-radius: 8px;
  background: rgba(255, 255, 255, .025) !important;
  color: var(--my100-text);
  text-align: center;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.my100-dropzone:hover,
.my100-dropzone.is-dragover {
  border-color: #a8cb63;
  background: rgba(135, 171, 66, .12) !important;
}

.my100-dropzone input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.my100-dropzone .dz-message {
  display: grid;
  justify-items: center;
  gap: 8px;
  pointer-events: none;
}

.my100-dropzone iconify-icon {
  font-size: 48px;
  color: #b6d86d;
}

.my100-dropzone strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}

.my100-dropzone strong span {
  color: #b6d86d;
}

.my100-dropzone small,
.my100-dropzone-preview {
  color: var(--my100-muted);
  font-size: 13px;
}

.my100-dropzone-preview {
  margin-top: 9px;
  padding: 9px 11px;
  border: 1px solid var(--my100-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, .018);
}

.my100-dropzone-preview.has-file {
  color: #b6d86d;
}

.my100-medical-field {
  display: none;
}

/* Area Clienti login uses the same My100 auth system, with a light 100Energia variant. */
body.ac-client-login-body {
  height: 100vh;
  min-height: 100vh;
  margin: 0;
  overflow: hidden;
  background: #fff;
  color: #202328;
  font-family: "Instrument Sans", sans-serif;
}

html:has(body.ac-client-login-body) {
  height: 100vh;
  overflow: hidden;
}

body.ac-client-login-body .container-ac,
body.ac-client-login-body .main-cont-ac {
  height: 100vh;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  padding: 0 !important;
  background: transparent !important;
}

body.ac-client-login-body .my100-auth {
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
  color: #202328;
}

body.ac-client-login-body .my100-auth > .d-flex {
  height: 100vh;
  min-height: 0;
  padding: 14px !important;
}

body.ac-client-login-body .my100-auth .row.h-100 {
  height: calc(100vh - 28px);
  min-height: 0;
}

body.ac-client-login-body .my100-auth-form-wrap {
  min-height: 0;
  height: 100%;
  justify-content: center;
}

body.ac-client-login-body .my100-auth-form-wrap {
  color: #202328;
}

body.ac-client-login-body .ac-client-auth .col-xxl-7 {
  min-height: 100%;
  border-radius: 8px;
  background: #fff;
}

body.ac-client-login-body .ac-client-auth .col-xxl-7 > .row {
  height: 100%;
}

body.ac-client-login-body .ac-client-auth .col-lg-7 {
  display: flex;
  align-items: center;
}

body.ac-client-login-body .ac-client-auth .mb-4 {
  margin-bottom: 18px !important;
}

body.ac-client-login-body .ac-client-auth .mb-5 {
  margin-bottom: 18px !important;
}

body.ac-client-login-body .ac-client-auth .py-lg-5 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.ac-client-login-body .my100-auth .auth-logo img {
  width: 142px;
  height: auto;
}

body.ac-client-login-body .my100-auth h1 {
  color: #161a20;
  line-height: 1.08;
}

body.ac-client-login-body .my100-auth .text-muted {
  color: #7d8491 !important;
}

body.ac-client-login-body .my100-auth-kicker {
  border-color: rgba(135, 171, 66, .32);
  background: #fff;
  color: #6f9135;
  margin-bottom: 10px;
}

body.ac-client-login-body .my100-auth .form-label {
  color: #222831;
}

body.ac-client-login-body .my100-auth .form-control {
  min-height: 46px;
  border-color: rgba(22, 26, 32, .12);
  background: #fff;
  color: #161a20;
}

body.ac-client-login-body .my100-auth .form-control::placeholder {
  color: #98a1af;
}

body.ac-client-login-body .my100-auth .form-control:focus {
  border-color: rgba(135, 171, 66, .78);
  background: #fff;
  color: #161a20;
  box-shadow: 0 0 0 3px rgba(135, 171, 66, .14);
}

body.ac-client-login-body .my100-auth .form-check-input {
  border-color: rgba(22, 26, 32, .18);
  background-color: #fff;
}

body.ac-client-login-body .my100-auth .form-check-label,
body.ac-client-login-body .my100-auth-footer-note {
  color: #7d8491 !important;
}

body.ac-client-login-body .my100-auth-note,
body.ac-client-login-body .ac-client-auth__links a {
  color: #6f9135;
  text-decoration: none;
}

body.ac-client-login-body .my100-auth .btn-soft-primary {
  min-height: 46px;
  border-color: rgba(135, 171, 66, .38);
  background: var(--ac-brand, #87ab42);
  color: #101418;
}

body.ac-client-login-body .my100-auth .btn-soft-primary:hover {
  border-color: #a8cb63;
  background: #a8cb63;
  color: #101418;
}

body.ac-client-login-body .my100-auth .alert-danger {
  border-color: rgba(224, 86, 75, .22);
  background: rgba(224, 86, 75, .10);
  color: #b6251d;
}

body.ac-client-login-body .my100-auth .alert-success {
  border: 1px solid rgba(135, 171, 66, .28);
  border-radius: 8px;
  background: rgba(135, 171, 66, .10);
  color: #47631f;
  font-weight: 800;
}

body.ac-client-login-body .my100-auth-side-card {
  height: 100% !important;
  min-height: 0;
  border-color: rgba(22, 26, 32, .10);
  background: #fff;
  box-shadow: 0 24px 70px rgba(24, 31, 18, .14);
}

body.ac-client-login-body .my100-auth-side-card > .d-flex {
  height: 100%;
}

body.ac-client-login-body .my100-auth-side-card img {
  height: 100% !important;
  filter: saturate(.96) brightness(.86);
}

body.ac-client-login-body .my100-auth-side-card::after {
  background: linear-gradient(180deg, transparent 28%, rgba(15, 19, 26, .78));
}

body.ac-client-login-body .my100-password-toggle {
  color: #7d8491;
}

body.ac-client-login-body .my100-password-toggle:hover,
body.ac-client-login-body .my100-password-toggle[aria-pressed="true"] {
  background: rgba(135, 171, 66, .14);
  color: #6f9135;
}

body.ac-client-login-body .ac-client-auth__links {
  min-height: 22px;
  margin-top: 10px;
  text-align: center;
}

body.ac-client-login-body .ac-auth__version {
  position: fixed;
  right: 18px;
  bottom: 14px;
  z-index: 5;
  margin: 0;
  color: #7d8491;
  font-size: 12px;
  font-weight: 800;
}

.info100-main {
  background: #f7f9f2;
}

.about100-hero .main-slider-one__item,
.career100-hero .main-slider-one__item {
  min-height: 760px;
}

.about100-hero__content,
.career100-hero__grid {
  position: relative;
  z-index: 2;
}

.about100-hero__content {
  max-width: 780px;
  padding-top: 170px;
}

.about100-hero__content p,
.career100-hero .main-slider-one__content p {
  max-width: 680px;
  margin: 22px 0 32px;
  color: rgba(255, 255, 255, .86);
  font-size: 19px;
  line-height: 1.7;
}

.about100-hero__actions,
.career100-hero__grid {
  display: flex;
  align-items: center;
  gap: 22px;
}

.about100-main,
.career100-main {
  background: #f7f9f2;
}

.about100-proof {
  margin-top: -70px;
  position: relative;
  z-index: 3;
}

.about100-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 28px 90px rgba(16, 20, 24, .18);
}

.about100-proof__grid div {
  padding: 32px;
  border-right: 1px solid rgba(16, 20, 24, .08);
}

.about100-proof__grid div:last-child {
  border-right: 0;
}

.about100-proof__grid strong {
  display: block;
  margin-bottom: 8px;
  color: #87ab42;
  font-size: 38px;
  line-height: 1;
}

.about100-proof__grid span {
  color: #1d242c;
  font-weight: 800;
  line-height: 1.35;
}

.about100-story__media {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(16, 20, 24, .14);
}

.about100-story__media img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.about100-text,
.career100-lead {
  color: #5e6570;
  font-size: 18px;
  line-height: 1.78;
}

.about100-values {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.about100-values span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 15px;
  border-radius: 8px;
  background: #fff;
  color: #1d242c;
  font-weight: 900;
  box-shadow: 0 10px 30px rgba(16, 20, 24, .08);
}

.about100-values i {
  color: #87ab42;
}

.about100-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.about100-service-card {
  position: relative;
  min-height: 420px;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
}

.about100-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 17, 22, .08), rgba(11, 17, 22, .88));
}

.about100-service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.about100-service-card:hover img {
  transform: scale(1.06);
}

.about100-service-card div {
  position: relative;
  z-index: 2;
  padding: 26px;
}

.about100-service-card i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #87ab42;
}

.about100-service-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 25px;
}

.about100-service-card p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  line-height: 1.55;
}

.about100-method {
  background: #111822;
}

.about100-method .sec-title__title,
.about100-method .about100-text {
  color: #fff;
}

.about100-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about100-steps article,
.career100-values article,
.career100-role-grid article {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(16, 20, 24, .08);
}

.about100-steps article {
  padding: 28px;
}

.about100-steps span,
.career100-role-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(135, 171, 66, .16);
  color: #6f9135;
  font-weight: 900;
}

.about100-steps h3,
.career100-values h3,
.career100-role-grid h3 {
  margin: 0 0 10px;
  color: #111822;
}

.about100-steps p,
.career100-values p,
.career100-role-grid p {
  margin: 0;
  color: #69717d;
  line-height: 1.65;
}

.about100-app__inner {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center;
  padding: 46px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(16, 20, 24, .10);
}

.about100-app__inner h2 {
  margin: 10px 0 18px;
  color: #111822;
  font-size: 44px;
  line-height: 1.12;
}

.about100-app__inner p {
  color: #5e6570;
  font-size: 18px;
  line-height: 1.7;
}

.about100-app__inner ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 28px;
}

.about100-app__inner li {
  color: #1d242c;
  font-weight: 800;
}

.about100-app__inner li i {
  margin-right: 10px;
  color: #87ab42;
}

.about100-app__inner img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 8px;
}

.about100-cta,
.career100-process {
  padding: 56px 0;
  background: #111822;
}

.about100-cta__inner,
.career100-process__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.about100-cta__inner span,
.career100-process__inner .contact100-kicker {
  color: #a8cb63;
}

.about100-cta__inner h2,
.career100-process__inner h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: 36px;
  line-height: 1.18;
}

.about100-cta__inner > div:last-child {
  display: flex;
  align-items: center;
  gap: 16px;
}

.career100-hero__grid {
  justify-content: space-between;
  min-height: 760px;
  padding-top: 110px;
}

.career100-hero .main-slider-one__content {
  max-width: 720px;
}

.career100-hero__card {
  width: min(390px, 100%);
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(17, 24, 34, .78);
  backdrop-filter: blur(14px);
  color: #fff;
}

.career100-hero__card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 25px;
}

.career100-hero__card span {
  display: block;
  color: rgba(255, 255, 255, .78);
  line-height: 1.6;
}

.career100-hero__card ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.career100-hero__card li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.career100-hero__card i {
  color: #a8cb63;
}

.career100-values,
.career100-role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.career100-values article,
.career100-role-grid article {
  padding: 30px;
}

.career100-values i {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #87ab42;
  color: #fff;
  font-size: 20px;
}

.career100-role-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.career100-role-grid small {
  display: block;
  margin-top: 18px;
  color: #6f9135;
  font-weight: 900;
  line-height: 1.45;
}

.career100-process__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: min(760px, 100%);
}

.career100-process__steps article {
  min-height: 134px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.career100-process__steps b {
  display: block;
  margin-bottom: 14px;
  color: #a8cb63;
  font-size: 28px;
}

.career100-process__steps span {
  color: rgba(255, 255, 255, .84);
  font-weight: 800;
  line-height: 1.35;
}

.career100-form-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 30px;
  align-items: stretch;
}

.career100-form-side,
.career100-form {
  padding: 36px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(16, 20, 24, .10);
}

.career100-form-side h2 {
  margin: 10px 0 16px;
  color: #111822;
  font-size: 38px;
}

.career100-form-side p {
  color: #5e6570;
  line-height: 1.75;
}

.career100-contact-box {
  margin-top: 28px;
  padding: 22px;
  border-radius: 8px;
  background: #f7f9f2;
}

.career100-contact-box i {
  color: #87ab42;
  font-size: 26px;
}

.career100-contact-box strong,
.career100-contact-box small {
  display: block;
}

.career100-contact-box strong {
  margin: 12px 0 5px;
  color: #111822;
}

.career100-contact-box small {
  color: #69717d;
}

.career100-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.career100-result {
  background: #f7f9f2;
}

.career100-result__box {
  max-width: 780px;
  margin: 0 auto;
  padding: 48px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 24px 80px rgba(16, 20, 24, .10);
}

.career100-result__box i {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #87ab42;
  color: #fff;
  font-size: 24px;
}

.career100-result__box h1 {
  margin: 0 0 14px;
  color: #111822;
  font-size: 38px;
}

.career100-result__box p {
  margin: 0 auto 26px;
  max-width: 620px;
  color: #5e6570;
  font-size: 18px;
  line-height: 1.7;
}

.career100-result__box > div {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .about100-service-grid,
  .career100-role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .career100-process__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .about100-proof__grid,
  .career100-values,
  .career100-process__steps,
  .career100-form-layout,
  .about100-app__inner {
    grid-template-columns: 1fr;
  }

  .career100-hero__grid,
  .about100-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .career100-hero__grid {
    justify-content: center;
    gap: 28px;
    padding: 150px 0 60px;
  }

  .about100-proof {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .about100-hero .main-slider-one__item,
  .career100-hero .main-slider-one__item,
  .career100-hero__grid {
    min-height: auto;
  }

  .about100-hero__content {
    padding: 145px 0 70px;
  }

  .about100-service-grid,
  .about100-steps,
  .career100-role-grid {
    grid-template-columns: 1fr;
  }

  .about100-app__inner,
  .career100-form-side,
  .career100-form {
    padding: 26px;
  }

  .about100-app__inner h2,
  .about100-cta__inner h2,
  .career100-process__inner h2,
  .career100-form-side h2 {
    font-size: 28px;
  }

  .about100-cta__inner > div:last-child {
    align-items: flex-start;
    flex-direction: column;
  }
}

.info100-hero {
  position: relative;
  overflow: hidden;
}

.info100-media {
  position: relative;
  min-height: 420px;
  border-radius: 8px;
  overflow: hidden;
  background: #101418;
  box-shadow: 0 28px 80px rgba(16, 20, 24, .16);
}

.info100-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.info100-content {
  padding-left: 28px;
}

.info100-lead {
  margin: 0 0 24px;
  color: #5e6570;
  font-size: 18px;
  line-height: 1.75;
}

.info100-points {
  display: grid;
  gap: 12px;
  margin: 0 0 30px;
}

.info100-points li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #1d242c;
  font-weight: 800;
}

.info100-points span {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #87ab42;
  color: #fff;
  font-size: 12px;
}

.info100-detail {
  background: #fff;
}

.info100-detail__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.info100-card {
  min-height: 250px;
  padding: 34px;
  border: 1px solid rgba(16, 20, 24, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(16, 20, 24, .08);
}

.info100-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: rgba(135, 171, 66, .14);
  color: #6f9135;
  font-weight: 900;
}

.info100-card h3 {
  margin: 0 0 14px;
  color: #111822;
  font-size: 26px;
  line-height: 1.2;
}

.info100-card p {
  margin: 0;
  color: #69717d;
  line-height: 1.75;
}

.info100-operational {
  background: #fff;
}

.info100-operational__head {
  max-width: 760px;
  margin-bottom: 28px;
}

.info100-operational__head h2 {
  margin: 8px 0 0;
  color: #111822;
  font-size: 36px;
  line-height: 1.18;
}

.info100-operational__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.info100-operational__card {
  min-height: 220px;
  padding: 26px;
  border: 1px solid rgba(16, 20, 24, .08);
  border-radius: 8px;
  background: #f7f9f2;
  color: #111822;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.info100-operational__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 55px rgba(16, 20, 24, .10);
}

.info100-operational__card i {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #87ab42;
  color: #fff;
}

.info100-operational__card strong,
.info100-operational__card span {
  display: block;
}

.info100-operational__card strong {
  margin-bottom: 10px;
  color: #111822;
  font-size: 20px;
}

.info100-operational__card span {
  color: #69717d;
  line-height: 1.62;
}

.info100-cta {
  padding: 48px 0;
  background: #111822;
}

.info100-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.info100-cta__inner span {
  display: block;
  margin-bottom: 8px;
  color: #a8cb63;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.info100-cta__inner h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
}

.info100-magazine {
  background: #f7f9f2;
}

.info100-magazine__card {
  height: 100%;
  background: #fff;
}

.info100-magazine__card .blog-card__image img {
  height: 260px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .info100-content {
    padding-left: 0;
  }

  .info100-detail__grid {
    grid-template-columns: 1fr;
  }

  .info100-operational__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .info100-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .info100-media,
  .info100-media img {
    min-height: 300px;
  }

  .info100-card {
    padding: 26px;
  }

  .info100-card h3,
  .info100-cta__inner h2,
  .info100-operational__head h2 {
    font-size: 24px;
  }

  .info100-operational__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  body.ac-client-login-body .my100-auth > .d-flex {
    padding: 12px !important;
  }

  body.ac-client-login-body .my100-auth .row.h-100 {
    height: calc(100vh - 24px);
  }

  body.ac-client-login-body .my100-auth .auth-logo img {
    width: 126px;
  }

  body.ac-client-login-body .my100-auth h1 {
    font-size: 24px;
  }

  body.ac-client-login-body .my100-auth .text-muted {
    margin-bottom: 16px !important;
  }

body.ac-client-login-body .ac-client-auth__options {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 8px;
  }
}

/* Final public-page overrides: keep footer pages compact and forms usable. */
body.about100-page .about100-hero .main-slider-one__item,
body.career100-page .career100-hero .main-slider-one__item,
body.career100-page .career100-hero__grid {
  min-height: 560px;
}

body.about100-page .about100-hero__content {
  padding-top: 132px;
  padding-bottom: 52px;
}

body.career100-page .career100-hero__grid {
  padding-top: 92px;
}

body.career100-page .career100-form .form-one__group,
body.info100-page .info100-form .form-one__group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.career100-page .career100-form .form-one__control,
body.info100-page .info100-form .form-one__control {
  width: 100%;
  min-width: 0;
  margin: 0;
}

body.career100-page .career100-form .form-one__control--full,
body.info100-page .info100-form .form-one__control--full {
  grid-column: 1 / -1;
}

body.career100-page .career100-form input,
body.career100-page .career100-form textarea,
body.career100-page .career100-form select,
body.info100-page .info100-form input,
body.info100-page .info100-form textarea,
body.info100-page .info100-form select,
body.career100-page .career100-form .bootstrap-select > .dropdown-toggle,
body.info100-page .info100-form .bootstrap-select > .dropdown-toggle {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(16, 20, 24, .12);
  border-radius: 8px;
  background: #f7f9f2;
  color: #111822;
  font-weight: 700;
}

body.career100-page .career100-form .bootstrap-select,
body.info100-page .info100-form .bootstrap-select {
  width: 100% !important;
}

body.career100-page .career100-form textarea,
body.info100-page .info100-form textarea {
  min-height: 150px;
  resize: vertical;
}

body.career100-page .career100-form .contact100-privacy,
body.info100-page .info100-form .contact100-privacy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #69717d;
  font-size: 14px;
  line-height: 1.45;
}

body.career100-page .career100-form .contact100-privacy input,
body.info100-page .info100-form .contact100-privacy input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
}

body.info100-page .info100-head {
  padding: 150px 0 70px;
}

body.info100-page .info100-head__panel img {
  height: 220px;
  min-height: 0;
}

body.switch100-page {
  background: #f6f8f3;
}

.switch100-head {
  padding: 136px 0 58px;
  background: #111822;
  color: #fff;
}

.switch100-head .cilox-breadcrumb {
  margin-bottom: 28px;
}

.switch100-head__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: end;
}

.switch100-head h1 {
  max-width: 880px;
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: .98;
}

.switch100-head p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 19px;
  line-height: 1.7;
}

.switch100-head aside {
  padding: 28px;
  border-left: 4px solid #a8cb63;
  background: rgba(255, 255, 255, .08);
}

.switch100-head aside strong,
.switch100-head aside span {
  display: block;
}

.switch100-head aside strong {
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
}

.switch100-head aside span {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, .78);
  line-height: 1.6;
}

.switch100-main {
  background: #f6f8f3;
}

.switch100-emergency {
  margin-top: -26px;
  position: relative;
  z-index: 2;
}

.switch100-emergency__bar {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  align-items: center;
  padding: 22px 28px;
  background: #a8cb63;
  color: #111822;
  box-shadow: 0 18px 50px rgba(16, 20, 24, .14);
}

.switch100-emergency__bar b {
  font-size: 20px;
  line-height: 1.22;
}

.switch100-emergency__bar span {
  line-height: 1.55;
  font-weight: 700;
}

.switch100-section-title {
  max-width: 760px;
  margin-bottom: 34px;
}

.switch100-section-title h2 {
  margin: 8px 0 0;
  color: #111822;
  font-size: 42px;
  line-height: 1.12;
}

.switch100-steps__list {
  border-top: 1px solid rgba(16, 20, 24, .14);
}

.switch100-steps__list article {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(16, 20, 24, .14);
}

.switch100-steps__list b {
  color: #87ab42;
  font-size: 34px;
  line-height: 1;
}

.switch100-steps__list h3 {
  margin: 0 0 8px;
  color: #111822;
  font-size: 28px;
}

.switch100-steps__list p {
  max-width: 850px;
  margin: 0;
  color: #5e6570;
  font-size: 17px;
  line-height: 1.72;
}

.switch100-docs__grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 38px;
  align-items: start;
}

.switch100-docs__copy h2 {
  margin: 8px 0 16px;
  color: #111822;
  font-size: 38px;
  line-height: 1.12;
}

.switch100-docs__copy p {
  color: #5e6570;
  font-size: 18px;
  line-height: 1.72;
}

.switch100-docs__table {
  background: #fff;
  border-top: 4px solid #111822;
}

.switch100-docs__table div {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 18px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(16, 20, 24, .10);
}

.switch100-docs__table strong {
  color: #111822;
}

.switch100-docs__table span {
  color: #5e6570;
  line-height: 1.55;
}

.switch100-form-section {
  padding: 64px 0;
  background: #fff;
}

.switch100-form-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 40px;
  align-items: start;
}

.switch100-form-layout h2 {
  margin: 8px 0 16px;
  color: #111822;
  font-size: 42px;
}

.switch100-form-layout p,
.switch100-source span {
  color: #5e6570;
  line-height: 1.72;
}

.switch100-source {
  margin-top: 30px;
  padding-left: 20px;
  border-left: 4px solid #87ab42;
}

.switch100-source strong,
.switch100-source span {
  display: block;
}

.switch100-source strong {
  margin-bottom: 8px;
  color: #111822;
}

.switch100-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.switch100-form input,
.switch100-form select,
.switch100-form textarea {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-bottom: 2px solid rgba(16, 20, 24, .18);
  border-radius: 0;
  background: #f6f8f3;
  color: #111822;
  font-weight: 700;
}

.switch100-form textarea,
.switch100-form label,
.switch100-form button {
  grid-column: 1 / -1;
}

.switch100-form textarea {
  min-height: 160px;
  resize: vertical;
}

.switch100-form label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #5e6570;
  font-size: 14px;
  line-height: 1.45;
}

.switch100-form label input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
}

.switch100-form button {
  justify-self: start;
}

.switch100-tutela__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(16, 20, 24, .12);
  border: 1px solid rgba(16, 20, 24, .12);
}

.switch100-tutela article {
  padding: 30px;
  background: #fff;
}

.switch100-tutela span {
  display: block;
  margin-bottom: 16px;
  color: #6f9135;
  font-weight: 900;
  text-transform: uppercase;
}

.switch100-tutela h3 {
  margin: 0 0 12px;
  color: #111822;
  font-size: 25px;
}

.switch100-tutela p {
  margin: 0 0 18px;
  color: #5e6570;
  line-height: 1.68;
}

.switch100-tutela a {
  color: #111822;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 991px) {
  .switch100-head__grid,
  .switch100-emergency__bar,
  .switch100-docs__grid,
  .switch100-form-layout,
  .switch100-tutela__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .switch100-head {
    padding-top: 124px;
  }

  .switch100-head h1,
  .switch100-section-title h2,
  .switch100-form-layout h2 {
    font-size: 34px;
  }

  .switch100-steps__list article,
  .switch100-docs__table div,
  .switch100-form__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  body.about100-page .about100-hero .main-slider-one__item,
  body.career100-page .career100-hero .main-slider-one__item,
  body.career100-page .career100-hero__grid {
    min-height: auto;
  }

  body.career100-page .career100-form .form-one__group,
  body.info100-page .info100-form .form-one__group {
    grid-template-columns: 1fr;
  }
}

/* About page final layout fixes */
body.about100-page .about100-newhero {
  padding: 140px 0 118px;
  background:
    linear-gradient(90deg, rgba(17,24,34,.98) 0%, rgba(17,24,34,.90) 46%, rgba(17,24,34,.52) 100%),
    url(../images/100energia/brand-hero.webp) center/cover no-repeat;
}

body.about100-page .about100-newhero__actions {
  margin-top: 44px;
}

body.about100-page .about100-proof {
  margin-top: -58px;
}

.about100-manifesto__grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 52px;
  align-items: start;
}

.about100-manifesto__intro {
  position: sticky;
  top: 110px;
}

.about100-manifesto__intro h2,
.about100-offer-experience__head h2 {
  color: #111822;
  font-size: clamp(36px, 4.8vw, 66px);
  line-height: 1.02;
}

.about100-manifesto__copy {
  padding-left: 42px;
  border-left: 5px solid #87ab42;
}

.about100-manifesto__copy p {
  margin: 0 0 24px;
  color: #4f5864;
  font-size: 23px;
  line-height: 1.62;
}

.about100-offer-experience__head {
  max-width: 820px;
  margin-bottom: 34px;
}

.about100-offer-board {
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr;
  grid-template-rows: repeat(2, minmax(220px, auto));
  gap: 1px;
  background: rgba(16, 20, 24, .16);
  border: 1px solid rgba(16, 20, 24, .16);
}

.about100-offer-board a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 220px;
  padding: 30px;
  background: #fff;
  color: #111822;
  text-decoration: none;
  overflow: hidden;
}

.about100-offer-board a:not(.about100-offer-board__main)::before {
  content: "";
  position: absolute;
  inset: auto -35px -55px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(135, 171, 66, .14);
}

.about100-offer-board__main {
  grid-row: span 2;
  background:
    linear-gradient(180deg, rgba(17,24,34,.20), rgba(17,24,34,.92)),
    url(../images/100energia/service-electric-home.jpg) center/cover no-repeat !important;
  color: #fff !important;
}

.about100-offer-board a:nth-child(4) {
  grid-column: 2 / 4;
}

.about100-offer-board__main > span {
  color: #a8cb63;
  font-weight: 900;
  text-transform: uppercase;
}

.about100-offer-board h3 {
  margin: 16px 0 20px;
  color: #fff;
  font-size: 34px;
  line-height: 1.14;
}

.about100-offer-board small {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.about100-offer-board i {
  position: relative;
  z-index: 2;
  color: #87ab42;
  font-size: 30px;
}

.about100-offer-board strong {
  position: relative;
  z-index: 2;
  margin: 22px 0 12px;
  color: #111822;
  font-size: 28px;
}

.about100-offer-board a:not(.about100-offer-board__main) span {
  position: relative;
  z-index: 2;
  color: #5e6570;
  line-height: 1.62;
}

body.about100-page .about100-app {
  padding: 0;
  background: #111822;
}

body.about100-page .about100-app__inner {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.about100-page .about100-app__inner > div {
  padding: clamp(34px, 5vw, 72px);
}

body.about100-page .about100-app__inner h2 {
  color: #fff;
  font-size: clamp(38px, 5vw, 70px);
}

body.about100-page .about100-app__inner p,
body.about100-page .about100-app__inner li {
  color: rgba(255,255,255,.78);
}

body.about100-page .about100-app__inner img {
  height: 100%;
  min-height: 620px;
  border-radius: 0;
  object-fit: cover;
}

.about100-client-app {
  position: relative;
  overflow: hidden;
  padding: 86px 0;
  background:
    radial-gradient(circle at 72% 28%, rgba(168, 203, 99, .30), transparent 30%),
    linear-gradient(135deg, #101821 0%, #142337 48%, #88ad43 130%);
  color: #fff;
}

.about100-client-app__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .8fr);
  gap: 60px;
  align-items: center;
}

.about100-client-app__copy h2 {
  max-width: 760px;
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(40px, 5.4vw, 78px);
  line-height: .98;
}

.about100-client-app__copy p {
  max-width: 620px;
  color: rgba(255,255,255,.78);
  font-size: 19px;
  line-height: 1.7;
}

.about100-client-app__tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 22px;
  padding: 6px;
  background: rgba(255,255,255,.10);
}

.about100-client-app__tabs button {
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.78);
  font-weight: 900;
  cursor: pointer;
}

.about100-client-app__tabs button.is-active {
  background: #a8cb63;
  color: #111822;
}

.about100-client-app__text {
  max-width: 560px;
  min-height: 96px;
  margin-bottom: 26px;
  padding-left: 20px;
  border-left: 4px solid #a8cb63;
}

.about100-client-app__text strong,
.about100-client-app__text span {
  display: block;
}

.about100-client-app__text strong {
  margin-bottom: 8px;
  color: #fff;
  font-size: 24px;
}

.about100-client-app__text span {
  color: rgba(255,255,255,.74);
  line-height: 1.62;
}

.about100-phone-stage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 620px;
}

.about100-phone-stage::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: rgba(168, 203, 99, .20);
  filter: blur(20px);
}

.about100-phone-shell {
  position: relative;
  z-index: 2;
  width: min(340px, 78vw);
  aspect-ratio: 460 / 998;
  padding: 10px;
  border-radius: 42px;
  background: #101418;
  box-shadow: 0 40px 100px rgba(0,0,0,.44);
  transform: rotate(-3deg);
  transition: transform .35s ease;
}

.about100-phone-shell:hover {
  transform: rotate(0deg) translateY(-8px);
}

.about100-phone-shell img {
  width: 100%;
  height: 100%;
  border-radius: 34px;
  object-fit: cover;
  display: block;
}

.about100-phone-caption {
  position: absolute;
  right: 20px;
  bottom: 56px;
  z-index: 3;
  padding: 18px 22px;
  background: rgba(17,24,34,.78);
  backdrop-filter: blur(14px);
  border-left: 4px solid #a8cb63;
}

.about100-phone-caption span,
.about100-phone-caption strong {
  display: block;
}

.about100-phone-caption span {
  color: #a8cb63;
  font-weight: 900;
  text-transform: uppercase;
}

.about100-phone-caption strong {
  color: #fff;
  font-size: 21px;
}

@media (max-width: 991px) {
  .about100-manifesto__grid,
  .about100-offer-board {
    grid-template-columns: 1fr;
  }

  .about100-manifesto__intro {
    position: static;
  }

  .about100-manifesto__copy {
    padding-left: 22px;
  }

  .about100-offer-board__main {
    grid-row: auto;
  }

  .about100-offer-board a:nth-child(4) {
    grid-column: auto;
  }

  body.about100-page .about100-app__inner {
    grid-template-columns: 1fr;
  }

  body.about100-page .about100-app__inner img {
    min-height: 360px;
  }

  .about100-client-app__grid {
    grid-template-columns: 1fr;
  }

  .about100-phone-stage {
    min-height: 520px;
  }

  .about100-phone-caption {
    right: 0;
    bottom: 20px;
  }
}

/* Rich footer pages: distinct layouts for legal, guides, partner, hubs and company pages. */
.legal100-hero,
.guide100-head,
.partner100-hero,
.company100-page {
  padding-top: 138px;
}

.legal100-hero {
  padding-bottom: 46px;
  background: #f4f6f1;
}

.legal100-hero h1,
.guide100-head h1,
.partner100-hero h1,
.company100-title h1 {
  max-width: 920px;
  margin: 10px 0 18px;
  color: #111822;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.02;
}

.legal100-hero p,
.guide100-head p,
.partner100-hero p,
.company100-title p {
  max-width: 850px;
  color: #5e6570;
  font-size: 18px;
  line-height: 1.75;
}

.legal100-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.legal100-meta span {
  padding: 8px 12px;
  background: #fff;
  color: #111822;
  font-weight: 800;
}

.legal100-layout {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.legal100-index {
  position: sticky;
  top: 110px;
  padding: 22px 0;
  border-top: 3px solid #111822;
}

.legal100-index strong,
.legal100-index a {
  display: block;
}

.legal100-index strong {
  margin-bottom: 16px;
  color: #111822;
  font-size: 20px;
}

.legal100-index a {
  padding: 10px 0;
  border-bottom: 1px solid rgba(16, 20, 24, .12);
  color: #5e6570;
  font-weight: 800;
  text-decoration: none;
}

.legal100-document {
  background: #fff;
  padding: 44px;
  box-shadow: 0 24px 80px rgba(16, 20, 24, .08);
}

.legal100-document section {
  padding: 0 0 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(16, 20, 24, .12);
}

.legal100-document span {
  color: #87ab42;
  font-weight: 900;
}

.legal100-document h2 {
  margin: 8px 0 12px;
  color: #111822;
  font-size: 30px;
}

.legal100-document p {
  margin: 0;
  color: #4f5864;
  font-size: 17px;
  line-height: 1.82;
}

.legal100-contact {
  padding: 28px;
  background: #111822;
  color: #fff;
}

.legal100-contact h2 {
  color: #fff;
}

.legal100-contact p,
.legal100-contact a:not(.home-offer-card__cta) {
  color: rgba(255, 255, 255, .82);
}

.guide100-head {
  padding-bottom: 58px;
  background: #111822;
}

.guide100-head h1 {
  color: #fff;
}

.guide100-head p {
  color: rgba(255, 255, 255, .82);
}

.guide100-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 34px;
  align-items: start;
}

.guide100-rail {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(16, 20, 24, .16);
}

.guide100-rail article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(16, 20, 24, .16);
}

.guide100-rail b {
  color: #87ab42;
  font-size: 32px;
}

.guide100-rail h2 {
  margin: 0 0 10px;
  color: #111822;
  font-size: 30px;
}

.guide100-rail p {
  margin: 0;
  color: #5e6570;
  font-size: 17px;
  line-height: 1.76;
}

.guide100-actions {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 10px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(16, 20, 24, .08);
}

.guide100-actions strong {
  color: #111822;
  font-size: 22px;
}

.guide100-actions a {
  padding: 12px 0;
  border-bottom: 1px solid rgba(16, 20, 24, .10);
  color: #111822;
  font-weight: 900;
  text-decoration: none;
}

.partner100-hero {
  padding-bottom: 70px;
  background: #ecf2df;
}

.partner100-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 42px;
  align-items: end;
}

.partner100-form {
  display: grid;
  gap: 12px;
  padding: 28px;
  background: #111822;
}

.partner100-form strong {
  color: #fff;
  font-size: 24px;
}

.partner100-form input,
.partner100-form select,
.partner100-form textarea {
  width: 100%;
  min-height: 52px;
  border: 0;
  padding: 0 16px;
  background: rgba(255, 255, 255, .10);
  color: #fff;
}

.partner100-form textarea {
  padding-top: 14px;
}

.partner100-form input::placeholder,
.partner100-form textarea::placeholder {
  color: rgba(255, 255, 255, .66);
}

.partner100-path {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(16, 20, 24, .14);
  border-left: 1px solid rgba(16, 20, 24, .14);
}

.partner100-path article {
  min-height: 260px;
  padding: 30px;
  border-right: 1px solid rgba(16, 20, 24, .14);
  border-bottom: 1px solid rgba(16, 20, 24, .14);
  background: #fff;
}

.partner100-path b {
  color: #87ab42;
  font-size: 30px;
}

.partner100-path h2 {
  margin: 16px 0 12px;
  color: #111822;
}

.partner100-path p {
  color: #5e6570;
  line-height: 1.72;
}

.hub100-hero {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: end;
  padding: 140px 0 70px;
  overflow: hidden;
  background: #111822;
}

.hub100-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .42;
}

.hub100-copy {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

.hub100-copy h1 {
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(42px, 5.8vw, 78px);
  line-height: .98;
}

.hub100-copy p {
  color: rgba(255, 255, 255, .84);
  font-size: 19px;
  line-height: 1.72;
}

.hub100-strip {
  background: #a8cb63;
}

.hub100-strip .container {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}

.hub100-strip span {
  padding: 18px 24px;
  color: #111822;
  font-weight: 900;
}

.hub100-sections article {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 42px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(16, 20, 24, .14);
}

.hub100-sections article.is-reverse {
  grid-template-columns: 1fr 380px;
}

.hub100-sections article.is-reverse div {
  order: 2;
}

.hub100-sections span {
  color: #87ab42;
  font-weight: 900;
}

.hub100-sections h2 {
  margin: 10px 0 0;
  color: #111822;
  font-size: 36px;
}

.hub100-sections p {
  color: #5e6570;
  font-size: 18px;
  line-height: 1.78;
}

.company100-page {
  background: #f6f8f3;
}

.company100-title {
  max-width: 900px;
  margin-bottom: 40px;
}

.company100-statement {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 40px;
  background: rgba(16, 20, 24, .14);
}

.company100-statement strong {
  padding: 28px;
  background: #111822;
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
}

.company100-text {
  columns: 2 360px;
  column-gap: 54px;
}

.company100-text section {
  break-inside: avoid;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(16, 20, 24, .14);
}

.company100-text h2 {
  color: #111822;
  font-size: 28px;
}

.company100-text p {
  color: #5e6570;
  font-size: 17px;
  line-height: 1.78;
}

.bill100-head,
.fraud100-head {
  padding: 138px 0 62px;
  background: #111822;
}

.bill100-head h1,
.fraud100-head h1,
.meter100-copy h1 {
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(40px, 5vw, 70px);
  line-height: 1.02;
}

.bill100-head p,
.fraud100-head p,
.meter100-copy p {
  max-width: 820px;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.72;
}

.bill100-layout {
  display: grid;
  grid-template-columns: 430px minmax(0, 1fr);
  gap: 46px;
  align-items: start;
}

.bill100-sheet {
  padding: 28px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(16, 20, 24, .12);
}

.bill100-sheet header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 4px solid #111822;
}

.bill100-sheet header strong,
.bill100-sheet header span {
  color: #111822;
  font-weight: 900;
}

.bill100-sheet div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(16, 20, 24, .12);
}

.bill100-sheet b {
  color: #87ab42;
  font-size: 26px;
}

.bill100-sheet span,
.bill100-copy p {
  color: #5e6570;
  line-height: 1.7;
}

.bill100-copy section {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(16, 20, 24, .14);
}

.bill100-copy h2 {
  color: #111822;
  font-size: 31px;
}

.meter100-page {
  padding: 138px 0 80px;
  background: #18231d;
}

.meter100-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 46px;
  align-items: start;
}

.meter100-copy article {
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.meter100-copy h2 {
  color: #fff;
}

.meter100-copy article p {
  color: rgba(255, 255, 255, .72);
  line-height: 1.7;
}

.meter100-form {
  display: grid;
  gap: 14px;
  padding: 30px;
  background: #fff;
}

.meter100-form strong {
  color: #111822;
  font-size: 25px;
}

.meter100-form input,
.meter100-form textarea {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-bottom: 2px solid rgba(16, 20, 24, .16);
  background: #f6f8f3;
  color: #111822;
  font-weight: 800;
}

.fraud100-alert {
  background: #a8cb63;
}

.fraud100-alert .container {
  display: flex;
  gap: 24px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #111822;
}

.fraud100-alert strong {
  font-size: 22px;
}

.fraud100-flow .container {
  counter-reset: report;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(16, 20, 24, .14);
}

.fraud100-flow article {
  display: grid;
  grid-template-columns: 70px 270px 1fr;
  gap: 26px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(16, 20, 24, .14);
}

.fraud100-flow span {
  color: #87ab42;
  font-size: 32px;
  font-weight: 900;
}

.fraud100-flow h2 {
  margin: 0;
  color: #111822;
  font-size: 27px;
}

.fraud100-flow p {
  margin: 0;
  color: #5e6570;
  line-height: 1.72;
}

.fraud100-contact .container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.fraud100-contact a:not(.home-offer-card__cta) {
  color: #111822;
  font-weight: 900;
  text-decoration: underline;
}

.footer100-page .cilox-breadcrumb,
.switch100-page .cilox-breadcrumb,
.billguide100-page .cilox-breadcrumb,
.suspicious100-page .cilox-breadcrumb,
.about100-page .cilox-breadcrumb,
.career100-page .cilox-breadcrumb {
  width: auto;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  justify-content: flex-start;
  color: rgba(255, 255, 255, .70);
}

.legal100-hero .cilox-breadcrumb,
.company100-page .cilox-breadcrumb,
.partner100-hero .cilox-breadcrumb {
  color: #5e6570;
}

.footer100-page .cilox-breadcrumb li,
.switch100-page .cilox-breadcrumb li,
.billguide100-page .cilox-breadcrumb li,
.suspicious100-page .cilox-breadcrumb li,
.about100-page .cilox-breadcrumb li,
.career100-page .cilox-breadcrumb li {
  font-size: 13px;
  font-weight: 800;
  text-transform: none;
}

.about100-identity__grid,
.about100-experience__grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 44px;
  align-items: start;
}

.about100-identity h2,
.about100-experience__panel h2,
.about100-values-wide__head h2 {
  color: #111822;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
}

.about100-identity__text p,
.about100-experience__panel p,
.about100-values-wide p {
  color: #5e6570;
  font-size: 18px;
  line-height: 1.76;
}

.about100-experience {
  background: #f6f8f3;
}

.about100-experience__panel {
  position: sticky;
  top: 110px;
  padding: 34px;
  background: #111822;
  color: #fff;
}

.about100-experience__panel span {
  color: #a8cb63;
  font-weight: 900;
}

.about100-experience__panel h2 {
  color: #fff;
}

.about100-experience__panel p {
  color: rgba(255, 255, 255, .78);
}

.about100-experience__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(16, 20, 24, .14);
  border-left: 1px solid rgba(16, 20, 24, .14);
}

.about100-experience__items article {
  min-height: 240px;
  padding: 28px;
  border-right: 1px solid rgba(16, 20, 24, .14);
  border-bottom: 1px solid rgba(16, 20, 24, .14);
  background: #fff;
}

.about100-experience__items strong {
  color: #87ab42;
  font-size: 28px;
}

.about100-experience__items h3 {
  margin: 18px 0 10px;
  color: #111822;
}

.about100-experience__items p {
  color: #5e6570;
  line-height: 1.65;
}

.about100-values-wide__head {
  max-width: 760px;
  margin-bottom: 28px;
}

.about100-values-wide__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(16, 20, 24, .14);
}

.about100-values-wide__grid article {
  padding: 32px;
  background: #fff;
}

.about100-values-wide h3 {
  color: #111822;
  font-size: 28px;
}

.billguide100-hero {
  padding: 138px 0 72px;
  background: #111822;
}

.billguide100-hero h1 {
  max-width: 980px;
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(42px, 5.8vw, 78px);
  line-height: .98;
}

.billguide100-hero p {
  max-width: 860px;
  color: rgba(255, 255, 255, .82);
  font-size: 19px;
  line-height: 1.7;
}

.billguide100-tabs {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #a8cb63;
}

.billguide100-tabs .container {
  display: flex;
  gap: 1px;
  overflow-x: auto;
}

.billguide100-tabs button {
  flex: 0 0 auto;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  color: #111822;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.billguide100-tabs button:hover {
  background: rgba(17, 24, 34, .10);
}

.billguide100-intro__grid,
.billguide100-section__head,
.billguide100-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 42px;
  align-items: start;
}

.billguide100-intro h2,
.billguide100-section__head h2,
.billguide100-help h2 {
  color: #111822;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
}

.billguide100-intro p,
.billguide100-section__head p {
  color: #5e6570;
  font-size: 18px;
  line-height: 1.78;
}

.billguide100-section {
  padding: 78px 0;
  background: #fff;
}

.billguide100-section--soft {
  background: #f6f8f3;
}

.billguide100-section__head {
  margin-bottom: 34px;
}

.billguide100-section__head > span {
  color: #87ab42;
  font-size: 46px;
  font-weight: 900;
}

.billguide100-facsimile {
  padding: 26px;
  background: #f6f8f3;
  border: 1px solid rgba(16, 20, 24, .14);
  box-shadow: 0 24px 70px rgba(16, 20, 24, .10);
}

.billguide100-facsimile header,
.billguide100-hotspot {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(16, 20, 24, .14);
}

.billguide100-facsimile header {
  grid-template-columns: 1fr auto;
  border-bottom: 4px solid #111822;
}

.billguide100-hotspot b,
.billguide100-notes b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #87ab42;
  color: #fff;
}

.billguide100-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.billguide100-notes article,
.billguide100-info-grid article,
.billguide100-detail-list article {
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(16, 20, 24, .10);
}

.billguide100-notes h3,
.billguide100-info-grid h3,
.billguide100-detail-list h3 {
  margin: 12px 0 8px;
  color: #111822;
}

.billguide100-notes p,
.billguide100-info-grid p,
.billguide100-detail-list p,
.billguide100-help p {
  color: #5e6570;
  line-height: 1.68;
}

.billguide100-scontrino,
.billguide100-boxoffer,
.billguide100-info-grid,
.billguide100-detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(16, 20, 24, .14);
}

.billguide100-scontrino div,
.billguide100-boxoffer div {
  padding: 26px;
  background: #fff;
}

.billguide100-scontrino strong,
.billguide100-boxoffer strong,
.billguide100-boxoffer span {
  display: block;
}

.billguide100-scontrino strong,
.billguide100-boxoffer strong {
  color: #111822;
  font-size: 22px;
}

.billguide100-scontrino span,
.billguide100-boxoffer span {
  color: #5e6570;
  line-height: 1.65;
}

.billguide100-help {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 34px;
  padding: 34px;
  background: #111822;
}

.billguide100-help h2 {
  color: #fff;
}

.billguide100-help p {
  color: rgba(255, 255, 255, .78);
}

.suspicious100-hero {
  padding: 178px 0 82px;
  background:
    radial-gradient(circle at 86% 22%, rgba(168,203,99,.24), transparent 28%),
    linear-gradient(135deg, #101923 0%, #131f2b 64%, #101923 100%);
}

.suspicious100-page .suspicious100-hero .cilox-breadcrumb {
  margin-bottom: 34px;
  padding-top: 8px;
  gap: 11px;
}

.suspicious100-page .suspicious100-hero .cilox-breadcrumb li,
.suspicious100-page .suspicious100-hero .cilox-breadcrumb li a,
.suspicious100-page .suspicious100-hero .cilox-breadcrumb li span {
  color: rgba(255, 255, 255, .76);
}

.suspicious100-hero__grid,
.suspicious100-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 44px;
  align-items: start;
}

.suspicious100-hero h1 {
  max-width: 900px;
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(42px, 5.6vw, 76px);
  line-height: .98;
}

.suspicious100-hero p {
  color: rgba(255,255,255,.82);
  font-size: 19px;
  line-height: 1.7;
}

.suspicious100-hero aside {
  padding: 34px;
  border-left: 5px solid #a8cb63;
  background: rgba(255,255,255,.09);
  color: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .22);
}

.suspicious100-hero aside strong,
.suspicious100-hero aside span {
  display: block;
}

.suspicious100-hero aside strong {
  margin-bottom: 12px;
  font-size: 26px;
}

.suspicious100-warning {
  background: #a8cb63;
}

.suspicious100-warning .container {
  display: flex;
  gap: 24px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #111822;
}

.suspicious100-warning strong {
  font-size: 22px;
}

.suspicious100-guide h2 {
  color: #111822;
  font-size: 42px;
}

.suspicious100-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(16,20,24,.14);
}

.suspicious100-list article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(16,20,24,.14);
}

.suspicious100-list b {
  grid-row: 1 / span 2;
  color: #87ab42;
  font-size: 28px;
  line-height: 1;
}

.suspicious100-list h3 {
  grid-column: 2;
  margin: 0;
  color: #111822;
}

.suspicious100-list p {
  grid-column: 2;
  margin: 0;
  color: #5e6570;
  line-height: 1.68;
  max-width: 720px;
}

.suspicious100-form {
  display: grid;
  gap: 13px;
  padding: 34px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(16,20,24,.10);
}

.suspicious100-form strong {
  color: #111822;
  font-size: 26px;
}

.suspicious100-form input,
.suspicious100-form select,
.suspicious100-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 0;
  border-bottom: 2px solid rgba(16,20,24,.16);
  background: #f6f8f3;
  color: #111822;
  font-weight: 800;
  outline: none;
}

.suspicious100-form input:focus,
.suspicious100-form select:focus,
.suspicious100-form textarea:focus {
  border-bottom-color: #87ab42;
  background: #fff;
}

.suspicious100-form textarea {
  min-height: 145px;
  padding-top: 16px;
  resize: vertical;
}

.suspicious100-form label {
  display: flex;
  gap: 10px;
  color: #5e6570;
  font-size: 14px;
  line-height: 1.45;
}

.suspicious100-form label input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
}

.suspicious100-next .container {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  align-items: center;
  padding: 34px;
  background: #111822;
}

.suspicious100-next h2 {
  color: #fff;
}

.suspicious100-next p {
  color: rgba(255,255,255,.76);
}

.about100-newhero {
  padding: 142px 0 76px;
  background:
    linear-gradient(90deg, rgba(17,24,34,.96), rgba(17,24,34,.84)),
    url(assets/images/100energia/brand-hero.webp) center/cover no-repeat;
  color: #fff;
}

.about100-newhero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 52px;
  align-items: end;
}

.about100-newhero__copy h1 {
  max-width: 980px;
  margin: 12px 0 22px;
  color: #fff;
  font-size: clamp(48px, 6.2vw, 92px);
  line-height: .94;
}

.about100-newhero__copy p {
  max-width: 820px;
  color: rgba(255,255,255,.82);
  font-size: 20px;
  line-height: 1.68;
}

.about100-newhero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}

.about100-newhero__actions > a:not(.cilox-btn) {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.about100-newhero__panel {
  padding: 34px;
  border-left: 5px solid #a8cb63;
  background: rgba(255,255,255,.10);
  box-shadow: 0 30px 80px rgba(0,0,0,.18);
}

.about100-newhero__panel img {
  width: 100%;
  height: 210px;
  margin-bottom: 28px;
  object-fit: cover;
  display: block;
}

.about100-newhero__panel strong,
.about100-newhero__panel span {
  display: block;
}

.about100-newhero__panel strong {
  margin-bottom: 14px;
  color: #fff;
  font-size: 32px;
  line-height: 1.12;
}

.about100-newhero__panel span {
  color: rgba(255,255,255,.76);
  font-size: 17px;
  line-height: 1.68;
}

@media (max-width: 991px) {
  .legal100-layout,
  .guide100-layout,
  .partner100-hero__grid,
  .hub100-sections article,
  .hub100-sections article.is-reverse,
  .company100-statement,
  .bill100-layout,
  .meter100-grid,
  .fraud100-flow article,
  .about100-identity__grid,
  .about100-experience__grid,
  .billguide100-intro__grid,
  .billguide100-section__head,
  .billguide100-layout,
  .suspicious100-hero__grid,
  .suspicious100-layout,
  .about100-newhero__grid {
    grid-template-columns: 1fr;
  }

  .legal100-index,
  .guide100-actions {
    position: static;
  }

  .hub100-sections article.is-reverse div {
    order: 0;
  }
}

@media (max-width: 575px) {
  .suspicious100-hero {
    padding: 150px 0 58px;
  }

  .suspicious100-page .suspicious100-hero .cilox-breadcrumb {
    margin-bottom: 24px;
  }

  .suspicious100-form,
  .suspicious100-hero aside {
    padding: 24px;
  }

  .legal100-document,
  .partner100-form {
    padding: 24px;
  }

  .guide100-rail article {
    grid-template-columns: 1fr;
  }

  .partner100-path {
    grid-template-columns: 1fr;
  }

  .fraud100-alert .container,
  .fraud100-contact .container,
  .suspicious100-warning .container,
  .suspicious100-next .container,
  .billguide100-help {
    align-items: flex-start;
    flex-direction: column;
  }

  .about100-experience__items,
  .about100-values-wide__grid,
  .billguide100-notes,
  .billguide100-scontrino,
  .billguide100-boxoffer,
  .billguide100-info-grid,
  .billguide100-detail-list {
    grid-template-columns: 1fr;
  }
}

.pwa-install {
  position: fixed;
  left: max(14px, env(safe-area-inset-left));
  right: max(14px, env(safe-area-inset-right));
  bottom: calc(14px + env(safe-area-inset-bottom));
  z-index: 99999;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto 34px;
  align-items: center;
  gap: 12px;
  max-width: 680px;
  margin: 0 auto;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(16, 24, 32, 0.94);
  color: #fff;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.34);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.pwa-install[hidden] {
  display: none;
}

.pwa-install.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pwa-install__icon {
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 13px;
  background: #fff;
}

.pwa-install__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pwa-install__copy {
  min-width: 0;
}

.pwa-install__copy strong,
.pwa-install__copy span {
  display: block;
}

.pwa-install__copy strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.1;
}

.pwa-install__copy span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.25;
}

.pwa-install__button,
.pwa-install__close {
  border: 0;
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.pwa-install__button {
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--energia-green, #87ab42);
  color: #101820;
  font-size: 13px;
  letter-spacing: 0;
}

.pwa-install__close {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 13px;
}

.is-pwa-standalone .pwa-install,
.is-pwa-standalone .topbar-one {
  display: none !important;
}

.cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  padding: max(16px, env(safe-area-inset-bottom)) 14px 16px;
  background: rgba(16, 24, 32, 0.97);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cookie-consent__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 1140px;
  margin: 0 auto;
}

.cookie-consent__icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(135, 171, 66, 0.16);
  color: var(--energia-green, #87ab42);
  font-size: 18px;
}

.cookie-consent__copy {
  flex: 1 1 auto;
  min-width: 0;
}

.cookie-consent__copy strong {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}

.cookie-consent__copy span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.5;
}

.cookie-consent__copy a {
  color: var(--energia-green, #87ab42);
  text-decoration: underline;
}

.cookie-consent__actions {
  flex: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cookie-consent__link,
.cookie-consent__accept {
  border: 0;
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.cookie-consent__link {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.cookie-consent__accept {
  background: var(--energia-green, #87ab42);
  color: #101820;
}

body.has-cookie-consent .pwa-install {
  bottom: calc(var(--cookie-consent-height, 0px) + 14px + env(safe-area-inset-bottom));
}

.footer-link-button {
  border: 0;
  background: none;
  padding: 0;
  font-size: 16px;
  font-family: inherit;
  font-style: normal;
  line-height: 2.25;
  color: var(--cilox-text, #797b81);
  text-align: left;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.footer-link-button:hover {
  color: var(--energia-green, #87ab42);
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 100001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.cookie-modal[hidden] {
  display: none;
}

.cookie-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 14, 18, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.cookie-modal__panel {
  position: relative;
  width: 100%;
  max-width: 560px;
  max-height: min(680px, 90vh);
  overflow-y: auto;
  background: #101820;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translateY(16px) scale(0.98);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.cookie-modal.is-visible .cookie-modal__backdrop {
  opacity: 1;
}

.cookie-modal.is-visible .cookie-modal__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.cookie-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cookie-modal__header h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
}

.cookie-modal__close {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
}

.cookie-modal__intro {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.6;
}

.cookie-modal__intro a {
  color: var(--energia-green, #87ab42);
  text-decoration: underline;
}

.cookie-modal__list {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cookie-modal__item {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.cookie-modal__item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cookie-modal__item-head span {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}

.cookie-modal__item p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12.5px;
  line-height: 1.55;
}

.cookie-toggle {
  position: relative;
  display: inline-flex;
  flex: none;
  width: 42px;
  height: 24px;
  cursor: pointer;
}

.cookie-toggle input {
  position: absolute;
  inset: 0;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}

.cookie-toggle__track {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  transition: background 0.2s ease;
}

.cookie-toggle__track::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.2s ease;
}

.cookie-toggle input:checked + .cookie-toggle__track {
  background: var(--energia-green, #87ab42);
}

.cookie-toggle input:checked + .cookie-toggle__track::before {
  transform: translateX(18px);
}

.cookie-toggle--locked {
  cursor: default;
}

.cookie-toggle--locked input {
  cursor: default;
}

.cookie-toggle--locked .cookie-toggle__track {
  opacity: 0.6;
}

.cookie-modal__actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-modal__btn {
  border: 0;
  outline: 0;
  cursor: pointer;
  flex: 1 1 auto;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.cookie-modal__btn--ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
}

.cookie-modal__btn--outline {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.cookie-modal__btn--accent {
  background: var(--energia-green, #87ab42);
  color: #101820;
}

@media (max-width: 480px) {
  .cookie-modal__panel {
    padding: 22px;
  }

  .cookie-modal__btn {
    flex: 1 1 100%;
  }
}

@media (max-width: 767px) {
  .cookie-consent__inner {
    flex-wrap: wrap;
  }

  .cookie-consent__icon {
    display: none;
  }

  .cookie-consent__actions {
    width: 100%;
    justify-content: stretch;
  }

  .cookie-consent__link,
  .cookie-consent__accept {
    flex: 1 1 0;
  }
}

.is-pwa-standalone #scroll-top,
body.is-pwa-standalone #scroll-top,
.is-pwa-standalone .scroll-top,
body.is-pwa-standalone .scroll-top {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.pwa-app-nav {
  display: none;
}

.is-pwa-standalone body,
body.is-pwa-standalone {
  min-height: 100dvh;
  padding-bottom: calc(86px + env(safe-area-inset-bottom));
  background: #101820;
}

.is-pwa-standalone .main-header--one:not(.sticky-header--cloned),
body.is-pwa-standalone .main-header--one:not(.sticky-header--cloned) {
  padding-top: max(env(safe-area-inset-top), 34px);
  background: #101820;
}

.is-pwa-standalone .sticky-header--cloned,
body.is-pwa-standalone .sticky-header--cloned {
  padding-top: max(env(safe-area-inset-top), 22px);
}

.is-pwa-standalone .mobile-nav__wrapper,
body.is-pwa-standalone .mobile-nav__wrapper {
  padding-top: max(env(safe-area-inset-top), 28px);
}

.is-pwa-standalone .pwa-app-nav,
body.is-pwa-standalone .pwa-app-nav {
  position: fixed;
  left: max(14px, env(safe-area-inset-left));
  right: max(14px, env(safe-area-inset-right));
  bottom: calc(14px + env(safe-area-inset-bottom));
  z-index: 99990;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  max-width: 430px;
  min-height: 68px;
  margin: 0 auto;
  padding: 9px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 32px;
  background: rgba(20, 27, 35, 0.76);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(24px) saturate(1.28);
  -webkit-backdrop-filter: blur(24px) saturate(1.28);
  animation: pwaNavEnter 0.42s cubic-bezier(.2, .8, .2, 1) both;
}

.is-pwa-standalone .pwa-app-nav::before,
body.is-pwa-standalone .pwa-app-nav::before {
  display: none;
  content: none;
}

.pwa-app-nav__item {
  border: 0;
  outline: 0;
  display: inline-flex;
  min-width: 0;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0;
  border-radius: 18px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  overflow: hidden;
  transition: color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease;
}

.pwa-app-nav__item .fi {
  color: currentColor;
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  transition: transform .22s ease;
}

.pwa-app-nav__item .fi::before {
  line-height: 1;
}

.pwa-app-nav__item span {
  display: none;
}

.pwa-app-nav__item--primary {
  width: 62px;
  min-height: 62px;
  position: relative;
  z-index: 2;
  justify-self: center;
  margin-top: -31px;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #b9ce69, var(--energia-green, #87ab42) 68%);
  color: #101820;
  box-shadow: 0 16px 34px rgba(135, 171, 66, 0.40), 0 0 0 7px rgba(20, 27, 35, 0.30);
}

.pwa-app-nav__item--primary .fi {
  font-size: 25px;
}

.pwa-app-nav__item:active {
  transform: translateY(1px) scale(0.98);
}

.pwa-app-nav__item--primary:active {
  transform: translateY(1px) scale(0.96);
}

.pwa-app-nav__item.is-active {
  background: transparent;
  color: var(--energia-green, #87ab42);
}

.pwa-app-nav__item.is-active .fi {
  color: var(--energia-green, #87ab42);
  transform: translateY(-1px) scale(1.08);
}

.pwa-app-nav__item.is-active::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--energia-green, #87ab42);
  box-shadow: 0 0 18px rgba(135, 171, 66, 0.82);
  transform: translateX(-50%);
}

.pwa-app-nav__item--primary.is-active {
  background: radial-gradient(circle at 35% 28%, #b9ce69, var(--energia-green, #87ab42) 68%);
  color: #101820;
  box-shadow: 0 16px 34px rgba(135, 171, 66, 0.40), 0 0 0 7px rgba(20, 27, 35, 0.30);
}

.pwa-app-nav__item--primary.is-active .fi {
  color: #101820;
}

.pwa-app-nav__item--primary.is-active::before {
  display: none;
}

@keyframes pwaNavEnter {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 575px) {
  .pwa-install {
    grid-template-columns: 42px minmax(0, 1fr) auto 32px;
    gap: 10px;
    padding: 10px;
    border-radius: 18px;
  }

  .pwa-install__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .pwa-install__button {
    min-height: 38px;
    padding: 0 14px;
  }

  .pwa-install__copy span {
    display: none;
  }
}

.partner-new-hero,
.info100-head,
.blog100-hero,
.faq100-hero,
.contact100-hero,
.contact-clean-hero,
.moduli100-hero,
.modulo100-hero,
.switch100-head,
.billguide100-hero,
.suspicious100-hero,
.about100-newhero,
.legal100-hero,
.hub100-hero,
.product-shop-hero,
.plenitude-detail__hero {
  padding-top: clamp(174px, 12vw, 210px);
}

.partner-new-hero .cilox-breadcrumb,
.info100-head .cilox-breadcrumb,
.blog100-hero .cilox-breadcrumb,
.faq100-hero .cilox-breadcrumb,
.contact100-hero .cilox-breadcrumb,
.contact-clean-hero .cilox-breadcrumb,
.moduli100-breadcrumb,
.modulo100-hero .moduli100-breadcrumb,
.switch100-head .cilox-breadcrumb,
.billguide100-hero .cilox-breadcrumb,
.suspicious100-hero .cilox-breadcrumb,
.about100-newhero .cilox-breadcrumb,
.legal100-hero .cilox-breadcrumb,
.hub100-hero .cilox-breadcrumb,
.product-shop-hero .cilox-breadcrumb,
.plenitude-detail__hero .cilox-breadcrumb {
  margin-top: 0;
  margin-bottom: 32px;
}

@media (max-width: 575px) {
  .partner-new-hero,
  .info100-head,
  .blog100-hero,
  .faq100-hero,
  .contact100-hero,
  .contact-clean-hero,
  .moduli100-hero,
  .modulo100-hero,
  .switch100-head,
  .billguide100-hero,
  .suspicious100-hero,
  .about100-newhero,
  .legal100-hero,
  .hub100-hero,
  .product-shop-hero,
  .plenitude-detail__hero {
    padding-top: 148px;
  }

  .partner-new-hero .cilox-breadcrumb,
  .info100-head .cilox-breadcrumb,
  .blog100-hero .cilox-breadcrumb,
  .faq100-hero .cilox-breadcrumb,
  .contact100-hero .cilox-breadcrumb,
  .contact-clean-hero .cilox-breadcrumb,
  .moduli100-breadcrumb,
  .modulo100-hero .moduli100-breadcrumb,
  .switch100-head .cilox-breadcrumb,
  .billguide100-hero .cilox-breadcrumb,
  .suspicious100-hero .cilox-breadcrumb,
  .about100-newhero .cilox-breadcrumb,
  .legal100-hero .cilox-breadcrumb,
  .hub100-hero .cilox-breadcrumb,
  .product-shop-hero .cilox-breadcrumb,
  .plenitude-detail__hero .cilox-breadcrumb {
    margin-bottom: 24px;
  }
}

.contact-one--home100 {
  --support-bg: url("../images/100energia/assistenza-night-bg.png");
  --support-text: #edf5ff;
  --support-ink: #101b2a;
  --support-muted: rgba(237, 245, 255, .76);
  --support-card: rgba(255, 255, 255, .95);
  --support-card-border: rgba(255, 255, 255, .16);
  --support-field: rgba(255, 255, 255, .92);
  --support-field-border: rgba(16, 27, 42, .12);
  max-width: none;
  overflow: hidden;
  min-height: min(880px, 100vh);
  padding: clamp(92px, 8vw, 140px) 0 clamp(74px, 7vw, 116px);
  background: #071421 var(--support-bg) center / cover no-repeat;
}

.home100-dark-exact.home100-light-mode .contact-one--home100 {
  --support-bg: url("../images/100energia/assistenza-day-bg.png");
  --support-text: #101b2a;
  --support-ink: #101b2a;
  --support-muted: rgba(16, 27, 42, .82);
  --support-card: rgba(255, 255, 255, .9);
  --support-card-border: rgba(16, 27, 42, .08);
  --support-field: rgba(255, 255, 255, .82);
  --support-field-border: rgba(16, 27, 42, .12);
}

.contact-one--home100 .contact-one__bg {
  display: none;
}

.contact-one--home100 .contact-one__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/shapes/hero-shape-1-1a.png") right center / auto 130% no-repeat;
  opacity: .16;
  filter: hue-rotate(170deg) saturate(1.35);
}

.contact-one--home100 .contact-one__shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(430px, .88fr) minmax(460px, .96fr);
  gap: clamp(44px, 6vw, 88px);
  align-items: center;
  max-width: 1190px;
  margin: 0 auto;
}

.contact-one--home100 .contact-one__content {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding: 0;
}

.contact-one--home100 .contact-one__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 18px;
  border: 1px solid rgba(135, 171, 66, .18);
  border-radius: 4px;
  background: rgba(135, 171, 66, .1);
  color: var(--energia-green, #87ab42);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.contact-one--home100 .contact-one__badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--energia-green, #87ab42);
  box-shadow: 0 0 0 5px rgba(135, 171, 66, .16);
}

.contact-one--home100 .sec-title__tagline {
  color: var(--energia-green, #87ab42);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.2;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.contact-one--home100 .sec-title__title {
  color: var(--support-text);
  font-family: "Stack Sans Notch", sans-serif;
  font-size: clamp(52px, 4.35vw, 72px);
  line-height: .98;
  letter-spacing: 0;
  max-width: 9.8ch;
}

.contact-one--home100 .sec-title__title span {
  color: var(--energia-green, #87ab42);
}

.contact-one--home100 .contact-one__top__text {
  max-width: 570px;
  margin-top: 24px;
  color: var(--support-muted);
  font-size: clamp(17px, 1.12vw, 19px);
  line-height: 1.6;
  font-weight: 500;
}

.contact-one--home100 .contact-one__support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.contact-one--home100 .contact-one__support-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 8px 14px;
  align-items: center;
  min-height: 96px;
  padding: 18px 20px;
  border: 1px solid var(--support-card-border);
  border-radius: 5px;
  background: rgba(255, 255, 255, .88);
  color: var(--support-ink);
  box-shadow: 0 10px 30px rgba(16, 27, 42, .08);
  transition: .22s ease;
}

.home100-dark-exact:not(.home100-light-mode) .contact-one--home100 .contact-one__support-card {
  background: rgba(255, 255, 255, .08);
  box-shadow: none;
}

.contact-one--home100 .contact-one__support-card:hover {
  border-color: rgba(135, 171, 66, .58);
  background: rgba(255, 255, 255, .96);
  transform: translateY(-2px);
}

.contact-one--home100 .contact-one__support-card span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(135, 171, 66, .12);
  color: var(--energia-green, #87ab42);
  font-size: 19px;
}

.contact-one--home100 .contact-one__support-card small {
  align-self: end;
  color: #526071;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.contact-one--home100 .contact-one__support-card strong {
  align-self: start;
  min-width: 0;
  color: var(--support-ink);
  font-size: clamp(15px, .95vw, 17px);
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.home100-dark-exact:not(.home100-light-mode) .contact-one--home100 .contact-one__support-card:hover {
  background: rgba(255, 255, 255, .13);
}

.home100-dark-exact:not(.home100-light-mode) .contact-one--home100 .contact-one__support-card small {
  color: rgba(237, 245, 255, .68);
}

.home100-dark-exact:not(.home100-light-mode) .contact-one--home100 .contact-one__support-card strong {
  color: #fff;
}

.contact-one--home100 .contact-one__support-card--primary {
  border-color: rgba(135, 171, 66, .46);
}

.contact-one--home100 .contact-one__promise {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.contact-one--home100 .contact-one__promise div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding-left: 0;
  border-left: 2px solid rgba(135, 171, 66, .74);
}

.contact-one--home100 .contact-one__promise span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--energia-green, #87ab42);
  font-size: 28px;
}

.contact-one--home100 .contact-one__promise p,
.contact-one--home100 .contact-one__promise strong,
.contact-one--home100 .contact-one__promise small {
  display: block;
}

.contact-one--home100 .contact-one__promise p {
  margin: 0;
  padding-top: 2px;
}

.contact-one--home100 .contact-one__promise strong {
  color: var(--support-text);
  font-size: 14px;
  font-weight: 800;
}

.contact-one--home100 .contact-one__promise small {
  margin-top: 4px;
  color: var(--support-muted);
  font-size: 13px;
  line-height: 1.45;
}

.contact-one--home100 .contact-one__form-wrap {
  position: relative;
  z-index: 3;
  padding: clamp(36px, 4vw, 56px);
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 15px;
  background: var(--support-card);
  box-shadow: 0 28px 92px rgba(16, 27, 42, .14);
  color: #111822;
  backdrop-filter: blur(8px);
}

.contact-one--home100 .contact-one__form-eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--energia-green, #87ab42);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.contact-one--home100 .contact-one__form-wrap h4 {
  margin: 0 0 34px;
  color: #111822;
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.1;
  font-weight: 900;
}

.contact-one--home100 .contact-one__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 0 0 34px;
  list-style: none;
  counter-reset: none;
}

.contact-one--home100 .contact-one__steps li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 9px;
  color: #657181;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.contact-one--home100 .contact-one__steps li::before,
.contact-one--home100 .contact-one__steps li::after {
  content: "";
  position: absolute;
  top: 17px;
  width: 50%;
  height: 2px;
  background: #e5e9ee;
}

.contact-one--home100 .contact-one__steps li::before {
  left: 0;
}

.contact-one--home100 .contact-one__steps li::after {
  right: 0;
}

.contact-one--home100 .contact-one__steps li:first-child::before,
.contact-one--home100 .contact-one__steps li:last-child::after {
  display: none;
}

.contact-one--home100 .contact-one__steps li.is-active::after {
  background: var(--energia-green, #87ab42);
}

.contact-one--home100 .contact-one__steps li.is-complete::before,
.contact-one--home100 .contact-one__steps li.is-complete::after {
  background: var(--energia-green, #87ab42);
}

.contact-one--home100 .contact-one__steps span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f1f3f5;
  color: #101b2a;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, .76);
}

.contact-one--home100 .contact-one__steps .is-active span {
  background: var(--energia-green, #87ab42);
  color: #fff;
}

.contact-one--home100 .contact-one__steps .is-complete span {
  background: rgba(135, 171, 66, .18);
  color: var(--energia-green, #87ab42);
}

.contact-one--home100 .contact-one__steps .is-active small {
  color: var(--energia-green, #87ab42);
}

.contact-one--home100 .contact-one__form-title {
  margin-bottom: 20px;
}

.contact-one--home100 .contact-one__form-title strong,
.contact-one--home100 .contact-one__form-title span {
  display: block;
}

.contact-one--home100 .contact-one__form-title strong {
  color: #111822;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

.contact-one--home100 .contact-one__form-title span {
  margin-top: 6px;
  color: #657181;
  font-size: 13px;
  line-height: 1.4;
}

.contact-one--home100 .contact-one__panel {
  display: none;
}

.contact-one--home100 .contact-one__panel.is-active {
  display: block;
}

.contact-one--home100 .form-one__group {
  gap: 14px;
}

.contact-one--home100 .form-one .form-one__control {
  position: relative;
}

.contact-one--home100 .form-one .bootstrap-select {
  width: 100% !important;
}

.contact-one--home100 .form-one .form-one__control input,
.contact-one--home100 .form-one .form-one__control textarea,
.contact-one--home100 .form-one .form-one__control select,
.contact-one--home100 .form-one .bootstrap-select > .dropdown-toggle {
  min-height: 60px;
  border: 1px solid var(--support-field-border);
  border-radius: 4px;
  background: var(--support-field);
  color: #111822;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
}

.contact-one--home100 .form-one .form-one__control input {
  padding-right: 48px;
}

.contact-one--home100 .form-one .form-one__control > i {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  color: #b0b7c0;
  font-size: 17px;
  transform: translateY(-50%);
  pointer-events: none;
}

.contact-one--home100 .form-one .bootstrap-select > .dropdown-toggle::after {
  right: 22px;
  color: #718091;
}

.contact-one--home100 .form-one .form-one__control textarea {
  min-height: 112px;
  padding-top: 18px;
}

.contact-one--home100 .form-one .form-one__control input::placeholder,
.contact-one--home100 .form-one .form-one__control textarea::placeholder {
  color: #8a929b;
  opacity: 1;
}

.contact-one--home100 .form-one .bootstrap-select > .dropdown-toggle .filter-option,
.contact-one--home100 .form-one .form-one__control select {
  color: #5e6570;
}

.contact-one--home100 .form-one .form-one__control input:focus,
.contact-one--home100 .form-one .form-one__control textarea:focus,
.contact-one--home100 .form-one .form-one__control select:focus {
  border-color: var(--energia-green, #87ab42);
  background: #fff;
  color: #000;
  outline: none;
}

.contact-one--home100 .cilox-btn {
  width: 100%;
  min-height: 62px;
  margin-top: 14px;
  border-radius: 5px;
  background: var(--energia-green, #87ab42);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-one--home100 .cilox-btn::before,
.contact-one--home100 .cilox-btn::after {
  background: #2265b1;
}

.contact-one--home100 .contact-one__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-one--home100 .contact-one__actions .cilox-btn {
  margin-top: 0;
  flex: 1 1 auto;
}

.contact-one--home100 .contact-one__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 62px;
  border: 1px solid rgba(16, 27, 42, .12);
  border-radius: 5px;
  background: rgba(255, 255, 255, .62);
  color: #526071;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: .2s ease;
}

.contact-one--home100 .contact-one__back:hover {
  border-color: rgba(135, 171, 66, .42);
  color: var(--energia-green, #87ab42);
}

.contact-one--home100 .contact-one__summary {
  display: grid;
  gap: 10px;
}

.contact-one--home100 .contact-one__summary div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid rgba(16, 27, 42, .08);
}

.contact-one--home100 .contact-one__summary span {
  color: #657181;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-one--home100 .contact-one__summary strong {
  min-width: 0;
  color: #111822;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.contact-one--home100 .contact-one__panel[data-step="3"] .contact-one__actions {
  margin-top: 22px;
}

.contact-one--home100 .contact-one__privacy {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 32px 0 0;
  color: #657181;
  font-size: 13px;
  line-height: 1.45;
}

.contact-one--home100 .contact-one__privacy i {
  color: #b0b7c0;
}

@media (max-width: 1199px) {
  .contact-one--home100 {
    min-height: auto;
  }

  .contact-one--home100 .contact-one__shell {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .contact-one--home100 .sec-title__title {
    max-width: 12ch;
  }
}

@media (max-width: 767px) {
  .contact-one--home100 {
    padding: 64px 0;
    background-position: 32% center;
  }

  .contact-one--home100 .sec-title__title {
    font-size: clamp(40px, 12vw, 58px);
  }

  .contact-one--home100 .contact-one__top__text {
    font-size: 18px;
  }

  .contact-one--home100 .contact-one__form-wrap {
    padding: 22px;
    border-radius: 12px;
  }

  .contact-one--home100 .form-one__group {
    grid-template-columns: 1fr;
  }

  .contact-one--home100 .contact-one__support-grid,
  .contact-one--home100 .contact-one__promise {
    grid-template-columns: 1fr;
  }

  .contact-one--home100 .contact-one__steps small {
    font-size: 11px;
  }

  .contact-one--home100 .contact-one__actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .contact-one--home100 .contact-one__back {
    width: 100%;
  }

  .contact-one--home100 .contact-one__summary div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 420px) {
  .contact-one--home100 .contact-one__support-card {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 16px;
  }

  .contact-one--home100 .contact-one__steps {
    margin-bottom: 26px;
  }

  .contact-one--home100 .contact-one__steps small {
    display: none;
  }
}

/* Public form field text normalization */
.partner-rich-form input,
.partner-rich-form select,
.partner-rich-form textarea,
body.contact-page .contact100-form .form-one__control input,
body.contact-page .contact100-form .form-one__control select,
body.contact-page .contact100-form .form-one__control textarea,
body.career100-page .career100-form input,
body.career100-page .career100-form select,
body.career100-page .career100-form textarea,
body.info100-page .info100-form input,
body.info100-page .info100-form select,
body.info100-page .info100-form textarea,
.switch100-form input,
.switch100-form select,
.switch100-form textarea,
.suspicious100-form input,
.suspicious100-form select,
.suspicious100-form textarea,
.partner100-form input,
.partner100-form select,
.partner100-form textarea,
.meter100-form input,
.meter100-form textarea,
.checkout-form input,
.checkout-form textarea {
  color: #111822;
  font-weight: 400;
}

.partner-rich-form input:focus,
.partner-rich-form select:focus,
.partner-rich-form textarea:focus,
body.contact-page .contact100-form .form-one__control input:focus,
body.contact-page .contact100-form .form-one__control select:focus,
body.contact-page .contact100-form .form-one__control textarea:focus,
body.career100-page .career100-form input:focus,
body.career100-page .career100-form select:focus,
body.career100-page .career100-form textarea:focus,
body.info100-page .info100-form input:focus,
body.info100-page .info100-form select:focus,
body.info100-page .info100-form textarea:focus,
.switch100-form input:focus,
.switch100-form select:focus,
.switch100-form textarea:focus,
.suspicious100-form input:focus,
.suspicious100-form select:focus,
.suspicious100-form textarea:focus,
.partner100-form input:focus,
.partner100-form select:focus,
.partner100-form textarea:focus,
.meter100-form input:focus,
.meter100-form textarea:focus,
.checkout-form input:focus,
.checkout-form textarea:focus {
  color: #000;
  font-weight: 400;
}

.partner-rich-form input::placeholder,
.partner-rich-form textarea::placeholder,
body.contact-page .contact100-form .form-one__control input::placeholder,
body.contact-page .contact100-form .form-one__control textarea::placeholder,
body.career100-page .career100-form input::placeholder,
body.career100-page .career100-form textarea::placeholder,
body.info100-page .info100-form input::placeholder,
body.info100-page .info100-form textarea::placeholder,
.switch100-form input::placeholder,
.switch100-form textarea::placeholder,
.suspicious100-form input::placeholder,
.suspicious100-form textarea::placeholder,
.partner100-form input::placeholder,
.partner100-form textarea::placeholder,
.meter100-form input::placeholder,
.meter100-form textarea::placeholder,
.checkout-form input::placeholder,
.checkout-form textarea::placeholder {
  color: #8a929b;
  font-weight: 400;
  opacity: 1;
}

.partner-rich-form select:invalid,
body.contact-page .contact100-form .form-one__control select:invalid,
body.career100-page .career100-form select:invalid,
body.info100-page .info100-form select:invalid,
.switch100-form select:invalid,
.suspicious100-form select:invalid,
.partner100-form select:invalid {
  color: #8a929b;
  font-weight: 400;
}

/* Reclami */
.reclami100-hero {
  padding: 178px 0 82px;
  background:
    radial-gradient(circle at 86% 22%, rgba(168, 203, 99, .24), transparent 28%),
    linear-gradient(135deg, #101923 0%, #131f2b 64%, #101923 100%);
}

.reclami100-hero--compact {
  padding: 150px 0 56px;
}

.reclami100-page .reclami100-hero .cilox-breadcrumb {
  margin-bottom: 34px;
  padding-top: 8px;
  gap: 11px;
}

.reclami100-page .reclami100-hero .cilox-breadcrumb li,
.reclami100-page .reclami100-hero .cilox-breadcrumb li a,
.reclami100-page .reclami100-hero .cilox-breadcrumb li span {
  color: rgba(255, 255, 255, .76);
}

.reclami100-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 44px;
  align-items: start;
}

.reclami100-hero h1 {
  max-width: 900px;
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
}

.reclami100-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.7;
}

.reclami100-hero aside {
  padding: 30px;
  border-left: 5px solid #a8cb63;
  background: rgba(255, 255, 255, .09);
  color: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .22);
}

.reclami100-hero aside strong,
.reclami100-hero aside span {
  display: block;
}

.reclami100-hero aside strong {
  margin-bottom: 12px;
  font-size: 22px;
}

.reclami100-main {
  background: #f7f8f4;
}

.reclami100-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 30px;
  align-items: start;
}

.reclami100-form-panel {
  padding: 40px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(16, 20, 24, .08);
}

.reclami100-alert {
  margin: 0 0 26px;
  padding: 16px 20px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-weight: 800;
  line-height: 1.5;
}

.reclami100-alert--error {
  color: #8a1f11;
  background: #fff2f0;
  border-color: #f2c5bf;
}

.reclami100-alert--success {
  color: #17643a;
  background: #edf9f1;
  border-color: #bde7cd;
}

.reclami100-form fieldset {
  margin: 0 0 22px;
  padding: 22px;
  border: 1px solid #e7ebe1;
  border-radius: 16px;
  background: #fbfcfa;
}

.reclami100-form legend {
  width: auto;
  margin-bottom: 14px;
  padding: 7px 14px;
  color: #3f5c1a;
  background: #eef4e2;
  border: 1px solid #d9e6c3;
  border-radius: 999px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .02em;
}

.reclami100-hint {
  margin: -4px 0 14px;
  color: #6c7580;
  font-size: 14px;
}

.reclami100-required {
  color: #c62828;
  font-weight: 900;
}

.reclami100-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.reclami100-full {
  grid-column: 1 / -1;
}

.reclami100-form label {
  display: block;
  margin-bottom: 7px;
  color: #222;
  font-weight: 800;
  font-size: 14px;
}

.reclami100-form input,
.reclami100-form textarea,
.reclami100-form select {
  width: 100%;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid #dbe1d3;
  border-radius: 12px;
  color: #151515;
  background: #fff;
  font: inherit;
  transition: border-color .16s ease, box-shadow .16s ease;
}

.reclami100-form textarea {
  min-height: 150px;
  resize: vertical;
}

.reclami100-form input:focus,
.reclami100-form textarea:focus,
.reclami100-form select:focus {
  outline: 0;
  border-color: #87ab42;
  box-shadow: 0 0 0 4px rgba(135, 171, 66, .16);
}

.reclami100-form input[readonly] {
  color: #5c6470;
  background: #f2f4ee;
  cursor: not-allowed;
}

.reclami100-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 16px;
}

.reclami100-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  min-height: 96px;
  margin: 0;
  padding: 14px;
  border: 1px solid #e2e8d9;
  border-radius: 14px;
  background: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease;
}

.reclami100-check:has(input:checked) {
  border-color: #87ab42;
  box-shadow: 0 10px 24px rgba(135, 171, 66, .16);
}

.reclami100-check input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: #87ab42;
}

.reclami100-check span {
  color: #222;
  font-size: 14px;
  line-height: 1.4;
}

.reclami100-check small {
  display: block;
  margin-top: 4px;
  color: #6c7580;
  font-weight: 400;
  line-height: 1.35;
}

.reclami100-check--disabled {
  cursor: default;
  opacity: .75;
}

.reclami100-service-grid,
.reclami100-reply-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.reclami100-service-card,
.reclami100-reply-card {
  display: block;
  margin: 0;
  padding: 18px;
  border: 1px solid #e2e8d9;
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.reclami100-service-card:has(input:checked),
.reclami100-reply-card:has(input:checked) {
  border-color: #87ab42;
  box-shadow: 0 12px 26px rgba(135, 171, 66, .16);
  transform: translateY(-1px);
}

.reclami100-service-card__head,
.reclami100-reply-card__head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.reclami100-service-card__head input,
.reclami100-reply-card__head input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: #87ab42;
}

.reclami100-service-card__title,
.reclami100-reply-card__title {
  display: block;
  color: #151515;
  font-weight: 900;
  font-size: 16px;
}

.reclami100-service-card__subtitle,
.reclami100-reply-card__subtitle {
  display: block;
  margin-top: 3px;
  color: #6c7580;
  font-weight: 400;
  font-size: 13px;
}

.reclami100-service-field,
.reclami100-reply-field {
  display: none;
  margin-top: 14px;
  color: #151515;
  font-weight: 800;
  font-size: 14px;
}

.reclami100-service-field.is-visible,
.reclami100-reply-field.is-visible {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.reclami100-service-field input,
.reclami100-reply-field input {
  min-height: 44px;
}

.reclami100-field-label {
  display: block;
}

.reclami100-privacy {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 22px;
  color: #6c7580;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.reclami100-privacy input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: #87ab42;
}

.reclami100-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  padding-top: 18px;
  border-top: 1px solid #e7ebe1;
}

.reclami100-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border: 1px solid #87ab42;
  border-radius: 999px;
  color: #fff;
  background: #87ab42;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.reclami100-btn:hover {
  transform: translateY(-1px);
  background: #6f8f34;
  box-shadow: 0 14px 28px rgba(135, 171, 66, .28);
  color: #fff;
}

.reclami100-btn--ghost {
  color: #3f5c1a;
  background: #fff;
  box-shadow: none;
}

.reclami100-btn--ghost:hover {
  color: #3f5c1a;
  background: #eef4e2;
}

.reclami100-info-panel {
  display: grid;
  gap: 18px;
}

.reclami100-info-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 26px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(16, 20, 24, .06);
}

.reclami100-info-card > i {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #87ab42;
  color: #fff;
  font-size: 20px;
}

.reclami100-info-card h3 {
  margin: 0;
  color: #222;
  font-size: 20px;
  font-weight: 900;
}

.reclami100-info-card p {
  margin: 9px 0 0;
  color: rgba(34, 34, 34, .66);
  font-weight: 700;
  line-height: 1.55;
}

.reclami100-info-card p a {
  color: #3f5c1a;
  text-decoration: underline;
}

.reclami100-info-card--dark {
  display: block;
  padding: 30px;
  background: #151515;
}

.reclami100-info-card--dark span {
  color: #a8cb63;
  font-weight: 900;
}

.reclami100-info-card--dark h3 {
  margin-top: 10px;
  color: #fff;
}

.reclami100-info-card--dark p {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, .72);
}

.reclami100-info-card--dark a {
  display: inline-flex;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  text-decoration: none;
}

.reclami100-info-card--dark a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .custom-cursor__cursor,
  .custom-cursor__cursor-two {
    display: none !important;
  }

  .reclami100-hero__grid,
  .reclami100-layout {
    grid-template-columns: 1fr;
  }

  .reclami100-grid,
  .reclami100-options,
  .reclami100-service-grid,
  .reclami100-reply-grid {
    grid-template-columns: 1fr;
  }
}

@media (pointer: coarse) {
  .custom-cursor__cursor,
  .custom-cursor__cursor-two {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .reclami100-hero {
    padding: 150px 0 58px;
  }

  .reclami100-page .reclami100-hero .cilox-breadcrumb {
    margin-bottom: 24px;
  }

  .reclami100-form-panel,
  .reclami100-hero aside {
    padding: 22px;
  }

  .reclami100-actions {
    flex-direction: column-reverse;
  }

  .reclami100-actions .reclami100-btn,
  .reclami100-actions .reclami100-btn--ghost {
    width: 100%;
  }
}
