/* Final hero accents: compact on mobile, handwritten promise on desktop. */
.new-hero {
  background-image: linear-gradient(90deg, #061d2af7 0%, #082938df 40%, #08293822 72%), url('assets/solar-plus-hero-v3.png');
}

.language-toggle {
  min-width: 34px;
  height: 30px;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  color: #397f13 !important;
  font-weight: 800 !important;
}

.account-icon svg {
  width: 28px;
  height: 28px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cart-icon svg {
  width: 25px;
  height: 25px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-actions #cart {
  border: 0 !important;
  outline: 0;
  box-shadow: none;
}

.header-actions #cart em {
  min-width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  color: #2d7b16;
  border-radius: 0;
  font-size: 9px;
}

.benefit-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  color: #3b8218;
}

.benefit-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Desktop: the large search field is sufficient; the small mobile icon stays hidden. */
.header-actions #mobileSearch { display: none !important; }

.header-actions #langToggle {
  display: flex;
  flex-direction: row;
  gap: 4px;
  min-width: 43px;
  height: 30px;
  color: #17303b;
}

.header-actions #langToggle::before {
  content: '';
  width: 20px;
  height: 13px;
  border-radius: 2px;
  background: linear-gradient(#d33b27 0 25%, #f5cf22 25% 75%, #d33b27 75%);
  box-shadow: 0 0 0 1px #0d22301a;
}

html[lang="es"] .header-actions #langToggle::before {
  background: linear-gradient(#171717 0 33%, #e52d2d 33% 66%, #f6cf1d 66%);
}

@media (max-width: 720px) {
  /* Large, easy-to-scan product cards on phones. */
  .product-modal .product-info .buy {
    position: sticky;
    bottom: 0;
    z-index: 5;
    margin: 16px -16px 0;
    padding: 10px 16px 13px;
    background: #fff;
    border-top: 1px solid #e3e9e4;
    box-shadow: 0 -8px 18px #0b293014;
  }
  .product-modal .product-info .buy #add { margin-top: 0; min-height: 56px; }

  .featured-grid { gap: 16px; }
  .featured-card {
    min-height: 458px;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 3px 12px #0923300d;
  }
  .featured-card .badge { top: 18px; left: 18px; font-size: 11px; padding: 5px 8px; }
  .featured-card > img { height: 226px; margin: 1px 0 3px; }
  .featured-card h3 { margin: 12px 0 9px; font-size: 18px; line-height: 1.27; letter-spacing: -.35px; }
  .featured-card .stars { font-size: 19px; }
  .featured-card .stars span { font-size: 12px; }
  .featured-price { margin-top: 10px; }
  .featured-price b { font-size: 24px; }
  .featured-card > button { min-height: 55px; margin-top: auto; padding: 14px; border-radius: 6px; font-size: 14px; }
  .catalog-card { border-radius: 12px; box-shadow: 0 3px 12px #0923300d; }
  .catalog-card > img { height: 226px; }
  .catalog-card > div { padding: 16px; }
  .catalog-card small { font-size: 10px; }
  .catalog-card h3 { margin: 7px 0; font-size: 18px; line-height: 1.28; }
  .catalog-card p { margin: 7px 0 11px; font-size: 12px; }
  .catalog-card b { font-size: 24px; }
  .catalog-card button { min-height: 54px; margin-top: 16px; padding: 13px; font-size: 14px; }

  .servicebar { height: 27px; gap: 6px; padding: 0 7px; font-size: 7.2px; letter-spacing: -.1px; }
  .servicebar span:nth-child(2) { display: inline; }
  .value-row { display: flex; min-height: 76px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 0; gap: 0; }
  .value-row::-webkit-scrollbar { display: none; }
  .value-row article { min-width: 50%; height: 76px; flex: 0 0 50%; justify-content: center; padding: 0 8px; border: 0; scroll-snap-align: start; gap: 7px; }
  .value-row .benefit-icon { width: 32px; height: 32px; flex-basis: 32px; }
  .value-row .benefit-icon svg { width: 31px; height: 31px; }
  .value-row b { font-size: 10px; }
  .value-row small { font-size: 8px; }
  .main-header { height: 54px; }
  .main-header .brand { font-size: 19px; }
  .main-header .brand small { font-size: 5.3px; }
  .header-actions { gap: 6px; }
  .header-actions button#mobileSearch { display: flex !important; width: 27px; min-width: 27px; height: 27px; color: #397f13; }
  .header-actions #mobileSearch i { font-size: 22px; line-height: 22px; }
  .header-actions button#langToggle { display: flex !important; flex-direction: column; gap: 3px; width: 31px; min-width: 31px; height: 25px; font-size: 9px; }
  .header-actions #langToggle::before, .header-actions #langToggle::after { display: none; }
  .header-actions button#accountButton { display: none !important; }
  .header-actions #cart i { font-size: 20px; }
  .header-actions #cart span { font-size: 7px; }
  .header-actions #cart .cart-icon svg { width: 20px; height: 20px; }
  .main-header.search-open { position: relative; z-index: 30; }
  .main-header.search-open .header-search { display: flex; position: absolute; left: 12px; right: 12px; top: 47px; max-width: none; height: 42px; box-shadow: 0 8px 18px #061d2a2b; }
  .new-hero {
    background-image: linear-gradient(90deg, #061d2af5 0%, #082938c8 53%, #08293822 100%), url('assets/solar-plus-hero-v3.png');
  }

  .hero-price { display: none !important; }
  .hero-content h1 {
    font-size: 28px;
    line-height: .98;
    letter-spacing: -1.6px;
  }
}

@keyframes category-reveal {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.category-home-grid .home-category:nth-child(n + 5) { display: none; }
.category-home-grid.expanded .home-category:nth-child(n + 5) {
  display: block;
  animation: category-reveal .25s ease both;
}

@media (min-width: 721px) {
  .hero-handwrite {
    left: 57%;
    top: 42px;
    z-index: 1;
  }

  .hero-handwrite::before,
  .hero-handwrite::after {
    content: "";
    position: absolute;
    display: block;
    height: 26px;
    border-color: #79c73a;
    border-style: solid;
    opacity: .95;
  }

  .hero-handwrite::before {
    width: 34px;
    left: -42px;
    top: 52px;
    border-width: 3px 0 0 3px;
    border-radius: 32px 0 0 0;
    transform: rotate(-36deg);
  }

  .hero-handwrite::after {
    width: 82px;
    left: 24px;
    bottom: -18px;
    border-width: 0 0 3px;
    border-radius: 0 0 50% 50%;
    transform: rotate(-12deg);
  }
}

/* Detailed product cards: product choices and delivery information stay easy to scan. */
.featured-card .product-card-content,
.catalog-card .product-card-content { display: flex; flex: 1; flex-direction: column; }
.featured-card .feature-tags,
.catalog-card .feature-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 11px 0 20px; }
.featured-card .feature-tags span,
.catalog-card .feature-tags span { padding: 5px 9px; border-radius: 5px; background: #f0f7e9; color: #18303b; font-size: 11px; font-weight: 700; }
.featured-card .variants,
.catalog-card .variants { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }
.featured-card .variant-button,
.catalog-card .variant-button { min-height: 34px; padding: 6px 10px; border: 1px solid #ccd6cf; border-radius: 5px; background: #fff; color: #102a36; font: 700 11px Manrope, Arial, sans-serif; }
.featured-card .variant-button.selected,
.catalog-card .variant-button.selected { border-color: #69b928; background: #69b928; color: #fff; }
.catalog-card .variants .variant-button {
  display: inline-block;
  width: auto;
  margin: 0;
}
.featured-card .feature-list,
.catalog-card .feature-list { display: grid; gap: 7px; margin: 0 0 20px; padding: 0; list-style: none; color: #14303c; font-size: 12px; line-height: 1.42; }
.featured-card .feature-list li,
.catalog-card .feature-list li { display: flex; gap: 6px; }
.featured-card .feature-list li::before,
.catalog-card .feature-list li::before { content: '✓'; color: #68b92a; font-size: 16px; line-height: 1; }
.featured-card .delivery,
.catalog-card .delivery { margin: auto 0 13px; color: #23822a; font-size: 13px; font-weight: 700; }
.featured-card .delivery:first-letter,
.catalog-card .delivery:first-letter { font-size: 22px; }
.featured-card .vat-note,
.catalog-card .vat-note { margin: 12px 0 16px; color: #4b9720; font-size: 11px; text-decoration: underline; }
.featured-card .product-card-content > button,
.catalog-card .product-card-content > button { width: 100%; min-height: 48px; border: 0; border-radius: 6px; background: linear-gradient(100deg, #68b928, #4b8e1d); color: #fff; font: 800 13px Manrope, Arial, sans-serif; }
.catalog-card { display: flex; flex-direction: column; padding: 15px; }
.catalog-card > div.product-card-content { padding: 0; }
.catalog-card > img { background: #fff; }
.variant-product-image { transition: opacity .2s ease, transform .2s ease; }
.variant-product-image.variant-image-change { animation: variant-image-change .28s ease both; }

@keyframes variant-image-change {
  from { opacity: .35; transform: scale(.96); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 720px) {
  .featured-card,
  .catalog-card { min-height: 0; padding: 15px; }
  .featured-card > img,
  .catalog-card > img { height: 222px; margin: 0 0 4px; }
  .featured-card .product-card-content h3,
  .catalog-card .product-card-content h3 { margin: 11px 0 8px; min-height: 0; font-size: 17px; }
  .featured-card .feature-tags,
  .catalog-card .feature-tags { margin: 10px 0 20px; }
  .featured-card .feature-tags span,
  .catalog-card .feature-tags span { font-size: 11px; }
  .featured-card .variant-button,
  .catalog-card .variant-button { min-height: 35px; font-size: 11px; }
  .catalog-card .variants { flex-direction: row; }
  .featured-card .feature-list,
  .catalog-card .feature-list { min-height: 0; margin-bottom: 22px; font-size: 12px; }
  .featured-card .delivery,
  .catalog-card .delivery { margin-top: 26px; font-size: 13px; }
  .featured-card .featured-price,
  .catalog-card .featured-price { margin-top: 8px; }
  .featured-card .featured-price b,
  .catalog-card .featured-price b { font-size: 26px; color: #de5b55; }
  .featured-card .product-card-content > button,
  .catalog-card .product-card-content > button { min-height: 54px; font-size: 14px; }
}

/* Detailed-card module selector: the chosen bundle updates the price and image. */
.product-modal .modal-variants {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 16px 0 14px;
}
.product-modal .modal-variant {
  min-height: 42px;
  padding: 8px 5px;
  border: 1px solid #cbd8cf;
  border-radius: 6px;
  background: #fff;
  color: #102a36;
  font: 800 12px Manrope, Arial, sans-serif;
  cursor: pointer;
}
.product-modal .modal-variant.selected {
  border-color: #69b928;
  background: #69b928;
  color: #fff;
}
.product-modal .product-info .buy {
  position: sticky;
  bottom: 0;
  z-index: 5;
  min-height: 76px;
  margin: 0 -12px 16px;
  padding: 10px 12px;
  background: #fff;
  border-top: 1px solid #e3e9e4;
  box-shadow: 0 -8px 18px #0b293014;
}
.product-modal .product-info .buy #add {
  width: 100%;
  min-height: 52px;
  margin: 0;
}
@media (max-width: 720px) {
  .product-modal .modal-variants { gap: 7px; margin-top: 14px; }
  .product-modal .modal-variant { min-height: 40px; font-size: 11px; }
  .product-modal .product-info .buy { min-height: 76px; margin: 0 -16px 16px; padding: 10px 16px 13px; }
  .product-modal .product-info .buy #add { min-height: 56px; }
}

/* Phone modal: a compact, fixed checkout control that never moves while scrolling. */
@media (max-width: 720px) {
  .product-modal { padding-bottom: 116px; }
  .product-modal.show ~ .mobile-nav { display: none; }
  .product-modal .modal-variants {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    margin: 12px 0 12px;
  }
  .product-modal .modal-variant {
    min-height: 36px;
    padding: 6px 3px;
    border-radius: 5px;
    font-size: 10px;
  }
  .product-modal .product-info .buy {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    min-height: 62px;
    margin: 0;
    padding: 8px 16px 10px;
    border-top: 1px solid #dce6df;
    box-shadow: 0 -5px 14px #0b293018;
  }
  .product-modal .product-info .buy #add {
    min-height: 44px;
    padding: 9px 14px;
    border-radius: 5px;
    font-size: 13px;
  }
}

/* Keep checkout directly below the selected modules, not floating over the page. */
@media (max-width: 720px) {
  .product-modal { padding-bottom: 85px; }
  .product-modal.show ~ .mobile-nav { display: flex; }
  .product-modal .product-info .buy {
    position: static;
    min-height: 0;
    margin: 0 0 18px;
    padding: 0;
    border-top: 0;
    box-shadow: none;
  }
}

/* Compact, calm mobile navigation. */
@media (max-width: 720px) {
  body { padding-bottom: 52px; }
  .mobile-nav {
    height: 52px;
    padding: 5px 8px 4px;
    align-items: center;
    border-top: 1px solid #e4e9e6;
    box-shadow: 0 -3px 10px #0a1d2a0a;
  }
  .mobile-nav a,
  .mobile-nav button {
    flex: 1;
    min-width: 0;
    gap: 2px;
    color: #53616a;
    font: 500 9px Manrope, Arial, sans-serif;
  }
  .mobile-nav a:first-child { color: #53616a; }
  .mobile-nav a:first-letter,
  .mobile-nav button:first-letter { font-size: inherit; }
  .mobile-nav .nav-icon {
    display: block;
    width: 17px;
    height: 17px;
    line-height: 0;
  }
  .mobile-nav .nav-icon svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .mobile-nav em {
    top: -3px;
    right: calc(50% - 19px);
    min-width: 15px;
    height: 15px;
    padding: 2px 4px;
    font-size: 8px;
  }
}

@media (max-width: 720px) {
  .mobile-nav a,
  .mobile-nav button {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .mobile-nav .nav-icon {
    position: static !important;
    display: block !important;
    order: 0;
    width: 17px;
    height: 17px;
    margin: 0 0 2px;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit;
  }
  .mobile-nav span { order: 1; line-height: 1; }
}

/* No browser tap flash on touch devices; keyboard focus remains visible. */
button,
a {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
button:active,
a:active {
  transform: none;
  filter: none;
}
button:focus:not(:focus-visible),
a:focus:not(:focus-visible) { outline: none; }

@media (max-width: 720px) {
  .featured-card .variant-button,
  .catalog-card .variant-button {
    min-height: 29px;
    padding: 4px 7px;
    font-size: 9px;
  }
  .featured-card .product-card-content > button,
  .catalog-card .product-card-content > button {
    min-height: 40px;
    padding: 7px 11px;
    font-size: 12px;
  }
}

/* Product gallery: swipeable photos, discreet dots, no horizontal page drift. */
html,
body { max-width: 100%; overflow-x: hidden; }
.variant-product-image {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  touch-action: manipulation;
}
.variant-product-image:active { opacity: 1; transform: none; filter: none; }
.variant-product-image:focus:not(:focus-visible) { outline: none; }
.product-modal .gallery { min-width: 0; overflow: hidden; }
.product-modal #mainImg { touch-action: pan-y; }
.product-modal .gallery-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}
.product-modal #galleryThumbs {
  display: flex;
  align-items: center;
  gap: 6px;
  width: auto;
  margin: 0 !important;
}
.product-modal .gallery-dot {
  width: 7px;
  height: 7px;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background: #cad4cf;
}
.product-modal .gallery-dot.selected { width: 20px; border-radius: 8px; background: #65b827; }
.product-modal .gallery-arrow {
  display: grid;
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  margin: 0;
  place-items: center;
  border: 1px solid #d6e0da;
  border-radius: 50%;
  background: #fff;
  color: #17313d;
  font: 700 17px/1 Arial, sans-serif;
}
@media (max-width: 720px) {
  .product-modal { overflow-x: hidden; }
  .product-modal .gallery-navigation { gap: 10px; }
  .product-modal .gallery-arrow { width: 28px; height: 28px; min-width: 28px; font-size: 16px; }
  .product-modal .gallery-dot { width: 6px; height: 6px; }
  .product-modal .gallery-dot.selected { width: 16px; }
}

/* Catalog pagination: keep the first page focused on 30 products. */
.catalog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 24px 0 8px;
}
.catalog-pagination button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid #d5e0d8;
  border-radius: 9px;
  background: #fff;
  color: #123040;
  font: 700 14px/1 inherit;
  cursor: pointer;
}
.catalog-pagination button.selected {
  border-color: #5fbd1d;
  background: #64bd20;
  color: #fff;
}
.catalog-pagination button:disabled {
  opacity: .38;
  cursor: default;
}
@media (max-width: 720px) {
  .catalog-pagination { margin-top: 18px; }
  .catalog-pagination button { width: 34px; height: 34px; border-radius: 8px; font-size: 13px; }
}

/* Customer account: registration UI without storing credentials locally. */
.account-modal {
  display: none;
  position: fixed;
  z-index: 50;
  inset: 0;
  overflow: auto;
  padding: 32px 16px;
  background: #082938b8;
}
.account-modal.show { display: grid; place-items: center; }
.account-dialog {
  position: relative;
  width: min(100%, 448px);
  padding: 34px;
  border-radius: 18px;
  background: #fff;
  color: #0a2535;
  box-shadow: 0 18px 60px #03151e66;
}
.account-close { position: absolute; top: 12px; right: 15px; border: 0; background: transparent; color: #183342; font: 400 29px/1 Arial; cursor: pointer; }
.account-kicker { margin: 0 0 7px; color: #59a719; font-size: 11px; font-weight: 800; letter-spacing: 1.4px; }
.account-dialog h2 { margin: 0; font: 800 25px/1.14 Manrope, Arial, sans-serif; letter-spacing: -1px; }
.account-lead { margin: 10px 0 22px; color: #607078; font-size: 13px; line-height: 1.45; }
.account-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin-bottom: 20px; padding: 4px; border-radius: 9px; background: #f1f5f2; }
.account-tabs button { min-height: 37px; border: 0; border-radius: 6px; background: transparent; color: #52616a; font: 700 12px Manrope, Arial, sans-serif; cursor: pointer; }
.account-tabs button.selected { background: #fff; color: #17313d; box-shadow: 0 1px 5px #17313d19; }
.account-form { display: grid; gap: 13px; }
.account-form label { display: grid; gap: 6px; color: #28404b; font-size: 11px; font-weight: 700; }
.account-form input:not([type="checkbox"]) { width: 100%; min-height: 43px; padding: 0 12px; border: 1px solid #d5e0d8; border-radius: 7px; outline: none; color: #17313d; font: 13px Manrope, Arial, sans-serif; }
.account-form input:focus { border-color: #65b827; box-shadow: 0 0 0 3px #65b8271c; }
.account-help { justify-self: start; color: #4f9e16; font-size: 11px; font-weight: 700; }
.account-submit { min-height: 45px; border: 0; border-radius: 7px; background: #63b920; color: #fff; font: 800 13px Manrope, Arial, sans-serif; cursor: pointer; }
.account-message { min-height: 16px; margin: -3px 0 0; color: #bd3d36; font-size: 11px; }
.account-check { grid-template-columns: 16px 1fr; align-items: start; font-size: 10px !important; line-height: 1.35; }
.account-check input { margin: 0; accent-color: #63b920; }
.account-note { margin: 0; color: #728088; font-size: 10px; line-height: 1.4; }
.account-welcome { text-align: center; }
.account-welcome > i { display: grid; width: 44px; height: 44px; margin: 5px auto 13px; place-items: center; border-radius: 50%; background: #eaf7e2; color: #51a11a; font: 800 22px/1 Arial; }
.account-welcome h3 { margin: 0; font-size: 20px; }
.account-welcome p { margin: 8px 0 20px; color: #607078; font-size: 12px; }
.account-welcome .account-submit { width: 100%; }
@media (max-width: 720px) {
  .account-modal { align-items: end; padding: 0; }
  .account-modal.show { display: grid; }
  .account-dialog { width: 100%; padding: 28px 20px 27px; border-radius: 18px 18px 0 0; }
  .account-dialog h2 { font-size: 22px; }
  .account-lead { font-size: 12px; }
}

/* Account creation layout. */
.account-dialog { width: min(100%, 620px); padding: 34px 55px 38px; border-radius: 20px; }
.account-brand { display: grid; grid-template-columns: 1fr auto 32px; align-items: center; gap: 16px; margin: 0 0 38px; }
.account-brand b { display: grid; font: 900 31px/.78 Manrope, Arial, sans-serif; letter-spacing: -2px; color: #09223e; }
.account-brand b span { color: #4cab18; }
.account-brand p { margin: 0; color: #597087; font-size: 12px; line-height: 1.35; }
.account-brand > i { color: #278b21; font: 400 39px/1 Georgia, serif; transform: rotate(-36deg); }
.account-dialog h2 { font-size: 43px; letter-spacing: -2px; }
.account-lead { margin: 12px 0 30px; color: #63758b; font-size: 18px; line-height: 1.34; }
.account-form { gap: 20px; }
.account-form label { gap: 8px; color: #0a2545; font-size: 15px; }
.account-form label > em { color: #e13737; font-style: normal; }
.account-input { position: relative; display: flex; align-items: center; }
.account-input > i { position: absolute; left: 18px; color: #38516a; font: 400 21px/1 Arial, sans-serif; }
.account-input > i.lock-icon { display: grid; width: 22px; height: 22px; place-items: center; }
.account-input > i.lock-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.account-form input:not([type="checkbox"]) { min-height: 58px; padding: 0 50px; border-color: #d0dae5; border-radius: 8px; font-size: 17px; }
.account-input .password-toggle { position: absolute; right: 14px; border: 0; background: transparent; color: #40566d; font-size: 18px; cursor: pointer; }
.account-input .password-toggle.visible { color: #54a81d; }
.account-check { grid-template-columns: 26px 1fr; gap: 11px !important; margin: 3px 0; color: #1d3855 !important; font-size: 14px !important; font-weight: 500 !important; line-height: 1.32; }
.account-check input { width: 25px; height: 25px; margin: 0; accent-color: #58af1c; }
.account-check small { color: #61768c; font-size: inherit; }
.account-submit { min-height: 58px; border-radius: 9px; background: linear-gradient(105deg, #3da313, #2ca611); font-size: 18px; }
.account-submit b { margin-left: 23px; font-size: 28px; line-height: 0; }
.account-message { margin: -14px 0 0; }
.account-divider { display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; align-items: center; margin: 26px 0; color: #60758a; font-size: 15px; }
.account-divider::before, .account-divider::after { content: ''; height: 1px; background: #cfd8df; }
.account-switch { margin: 0; text-align: center; color: #263f5a; font-size: 15px; }
.account-switch button, .account-terms a { border: 0; padding: 0; background: transparent; color: #29951b; font: 700 15px Manrope, Arial, sans-serif; text-decoration: underline; cursor: pointer; }
.account-terms { margin: 24px 0 0; color: #60758a; font-size: 12px; line-height: 1.4; }
.account-terms a { font-size: inherit; }
.account-welcome h3 { font-size: 25px; }
@media (max-width: 720px) {
  .account-dialog { max-height: 92vh; overflow: auto; padding: 25px 23px 30px; border-radius: 19px 19px 0 0; }
  .account-brand { grid-template-columns: 1fr auto 26px; gap: 10px; margin-bottom: 27px; }
  .account-brand b { font-size: 25px; }
  .account-brand p { font-size: 9px; }
  .account-brand > i { font-size: 30px; }
  .account-dialog h2 { font-size: 32px; letter-spacing: -1.5px; }
  .account-lead { margin: 8px 0 22px; font-size: 14px; }
  .account-form { gap: 15px; }
  .account-form label { font-size: 13px; }
  .account-form input:not([type="checkbox"]) { min-height: 49px; padding: 0 43px; font-size: 14px; }
  .account-input > i { left: 14px; font-size: 18px; }
  .account-check { font-size: 12px !important; }
  .account-submit { min-height: 51px; font-size: 16px; }
  .account-divider { margin: 21px 0; }
}

/* Standalone account page. */
.account-page { min-height: 100vh; background: radial-gradient(circle at 15% 10%, #fff 0 20%, #f0f5f3 70%); }
.account-page-main { display: grid; min-height: 100vh; padding: 30px 16px; place-items: center; }
.account-page .account-dialog { margin: 28px 0; box-shadow: 0 18px 55px #14303d17; }
.account-page .account-dialog h1 { margin: 0; font: 800 43px/1.1 Manrope, Arial, sans-serif; letter-spacing: -2px; color: #092442; }
.account-back { position: fixed; top: 22px; left: 28px; color: #487116; font: 700 12px Manrope, Arial, sans-serif; }
.account-shop-link { display: grid; place-items: center; text-decoration: none; }
.account-page .account-dialog:has(.account-dashboard:not([hidden])) { width: min(100%, 920px); }
.account-dashboard { margin-top: 3px; }
.dashboard-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 22px; }
.dashboard-top h1 { font-size: 32px !important; }
.dashboard-top > div > p:last-child { margin: 7px 0 0; color: #687b8b; font-size: 13px; }
.dashboard-top > button { padding: 9px 12px; border: 1px solid #d6e1d8; border-radius: 7px; background: #fff; color: #355165; font: 700 11px Manrope, Arial, sans-serif; cursor: pointer; }
.dashboard-nav { display: flex; gap: 19px; overflow-x: auto; padding: 12px 0; border-top: 1px solid #dfe7e1; border-bottom: 1px solid #dfe7e1; }
.dashboard-nav a { flex: 0 0 auto; color: #438f13; font: 700 12px Manrope, Arial, sans-serif; }
.dashboard-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; margin-top: 22px; }
.dashboard-grid article { display: grid; grid-template-columns: 39px 1fr; gap: 11px; min-height: 144px; padding: 18px; border: 1px solid #dde7df; border-radius: 11px; background: #fbfdfb; }
.dashboard-icon { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 9px; background: #e9f6e2; color: #4ea717; font-size: 21px; }
.dashboard-grid h2 { margin: 1px 0 7px; font: 800 16px/1.15 Manrope, Arial, sans-serif; letter-spacing: -.4px; }
.dashboard-grid p { margin: 0 0 9px; color: #607180; font-size: 11px; line-height: 1.4; }
.dashboard-grid a, .dashboard-grid button { border: 0; padding: 0; background: transparent; color: #459a16; font: 700 11px Manrope, Arial, sans-serif; text-decoration: none; cursor: pointer; }
.dashboard-note { margin: 20px 0 0; padding: 12px 14px; border-radius: 8px; background: #f2f7ef; color: #587060; font-size: 10px; line-height: 1.45; }
@media (max-width: 720px) {
  .account-page-main { display: block; padding: 15px; }
  .account-page .account-dialog { margin: 36px 0 15px; border-radius: 16px; }
  .account-page .account-dialog h1 { font-size: 32px; }
  .account-back { position: static; display: inline-block; }
  .account-page .account-dialog:has(.account-dashboard:not([hidden])) { width: 100%; }
  .dashboard-top h1 { font-size: 27px !important; }
  .dashboard-grid { grid-template-columns: 1fr; gap: 10px; }
  .dashboard-grid article { min-height: 118px; padding: 14px; }
  .dashboard-nav { gap: 14px; }
  .dashboard-top { padding-bottom: 16px; }
}

/* Support in desktop header */
.header-actions .header-support { position: relative; display: flex; flex-direction: column; align-items: center; gap: 3px; color: #071823; font: 10px Manrope, Arial, sans-serif; }
.header-actions .header-support i { display: grid; width: 29px; height: 27px; place-items: center; }
.header-actions .header-support svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 720px) { .header-actions .header-support { display: none; } }

/* Compact customer account */
.account-page .account-dialog:has(.account-dashboard:not([hidden])) { width: min(100% - 32px, 1000px); padding: 0; overflow: hidden; border-radius: 13px; background: #fff; }
.account-page .account-dialog:has(.account-dashboard:not([hidden])) > .account-brand { display: none; }
.konto-layout { display: grid; grid-template-columns: 214px minmax(0, 1fr); min-height: 575px; }
.konto-sidebar { display: flex; flex-direction: column; padding: 25px 17px 20px; border-right: 1px solid #e4ebe7; background: #fff; }
.konto-logo { display: flex; align-items: center; color: #0a2944; font: 900 15px/1 Manrope, Arial, sans-serif; letter-spacing: -1px; }
.konto-logo span { color: #4ca91c; }
.konto-logo .konto-leaf { display: grid; width: 18px; height: 18px; margin-left: 3px; color: #4ca91c; }
.konto-logo .konto-leaf svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.konto-product { margin: 24px 0 12px; color: #70808c; font-size: 10px; }
.konto-nav { display: grid; gap: 4px; }
.konto-nav a, .konto-logout { display: flex; align-items: center; gap: 13px; min-height: 39px; padding: 0 9px; border: 0; border-radius: 4px; background: transparent; color: #132d46; font: 600 11px Manrope, Arial, sans-serif; text-align: left; }
.konto-nav a i, .konto-logout i { display: grid; width: 16px; height: 18px; place-items: center; color: #111820; }
.konto-nav a i svg, .konto-logout i svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.konto-nav a.is-active { color: #173c2b; background: linear-gradient(90deg, #e7f8e9, #f5fbf5); }
.konto-nav a.is-active i { color: #111820; }
.konto-logout { width: 100%; margin-top: 21px; padding-top: 16px; border-top: 1px solid #e4ebe7; cursor: pointer; }
.konto-content { padding: 43px 48px; background: #fbfcfb; }
.konto-content-head { display: flex; height: auto; padding: 0; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 27px; background: transparent; }
.konto-content-head p { margin: 0 0 6px; color: #67aa24; font: 800 10px Manrope, Arial, sans-serif; letter-spacing: 1.2px; }
.konto-content-head h1 { margin: 0; color: #0a2944; font: 800 28px/1.1 Manrope, Arial, sans-serif !important; letter-spacing: -1.2px; }
.konto-content-head div > span { display: block; margin-top: 8px; color: #6d7f8b; font-size: 12px; }
.konto-content-head > a { flex: 0 0 auto; margin-top: 7px; color: #459c17; font: 700 11px Manrope, Arial, sans-serif; }
.konto-overview { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid #e0e8e2; border-radius: 8px; overflow: hidden; background: #fff; }
.konto-overview article { display: grid; grid-template-columns: 31px 1fr; gap: 10px; min-height: 126px; padding: 21px; border-right: 1px solid #e8eeea; border-bottom: 1px solid #e8eeea; }
.konto-overview article:nth-child(2n) { border-right: 0; }
.konto-overview article:nth-last-child(-n+2) { border-bottom: 0; }
.konto-overview > article > i { color: #111820; font: 400 23px/1 Arial, sans-serif; font-style: normal; }
.konto-overview > article > i svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.konto-overview h2 { margin: 0 0 6px; color: #16304a; font: 800 14px/1.15 Manrope, Arial, sans-serif; letter-spacing: -.35px; }
.konto-overview p { margin: 0 0 10px; color: #687985; font-size: 10px; line-height: 1.45; }
.konto-overview a, .konto-overview button { border: 0; padding: 0; background: transparent; color: #469d18; font: 700 10px Manrope, Arial, sans-serif; text-decoration: none; cursor: pointer; }
.konto-support { display: flex; align-items: center; gap: 13px; margin-top: 17px; padding: 14px 17px; border-radius: 7px; background: #edf8e9; color: #16432c; }
.konto-support > i { color: #111820; font: 400 24px/1 Arial, sans-serif; font-style: normal; }
.konto-support span { display: grid; gap: 3px; }
.konto-support b { font-size: 11px; }
.konto-support small { color: #459c17; font: 700 10px Manrope, Arial, sans-serif; }
.konto-chat { display: block; overflow: hidden; border: 1px solid #e0e8e2; border-radius: 9px; background: #fff; }
.konto-chat iframe { display: block; width: 100%; height: 485px; border: 0; }
@media (min-width: 721px) { .konto-overview, .konto-support { display: none; } }
@media (max-width: 720px) {
  .account-page .account-dialog:has(.account-dashboard:not([hidden])) { width: 100%; max-height: none; border-radius: 0; }
  .konto-layout { grid-template-columns: 1fr; min-height: 100vh; }
  .konto-sidebar { padding: 18px 16px 12px; border-right: 0; border-bottom: 1px solid #e4ebe7; }
  .konto-product { display: none; }
  .konto-nav { display: none; }
  .konto-nav a i { display: none; }
  .konto-logout { display: none; }
  .konto-content { padding: 26px 16px 34px; }
  .konto-content-head { display: block; margin-bottom: 19px; }
  .konto-content-head h1 { font-size: 25px !important; }
  .konto-content-head > a { display: inline-block; margin-top: 13px; }
  .konto-overview { grid-template-columns: 1fr; }
  .konto-chat { display: none; }
  .konto-support { display: flex; }
  .konto-overview article, .konto-overview article:nth-child(2n), .konto-overview article:nth-last-child(-n+2) { min-height: auto; padding: 16px; border-right: 0; border-bottom: 1px solid #e8eeea; }
  .konto-overview article:last-child { border-bottom: 0; }
}
/* Clickable partner logos */
.partners-home{overflow:hidden}.partners-home .partner-grid{display:flex!important;align-items:center;width:max-content;gap:12px;margin-top:16px;padding:4px!important;background:transparent!important;border:0!important;border-radius:0!important;overflow:visible!important;animation:partner-rail 39s linear infinite!important;will-change:transform}.partners-home .partner-grid a{flex:0 0 144px;height:76px;display:flex;align-items:center;justify-content:center;padding:14px;border:1px solid #e1e8e3;border-radius:9px;background:#fff;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.partners-home .partner-grid a:hover{transform:translateY(-2px);border-color:#8dce35;box-shadow:0 6px 15px #07243312}.partners-home .partner-grid img{display:block;max-width:100%;max-height:39px;object-fit:contain}.partners-home .partner-grid a:nth-child(4) img,.partners-home .partner-grid a:nth-child(5) img{max-height:34px}@keyframes partner-rail{from{transform:translate3d(0,0,0)}to{transform:translate3d(var(--partner-shift),0,0)}}@media(max-width:720px){.partners-home .partner-grid{gap:9px;margin-top:12px;animation-duration:30s!important}.partners-home .partner-grid a{flex-basis:118px;height:64px;padding:11px}.partners-home .partner-grid img{max-height:33px}.partners-home .partner-grid a:nth-child(4) img,.partners-home .partner-grid a:nth-child(5) img{max-height:28px}}
body.no-scroll{overflow:hidden}.footer-info-modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:20px;background:#061e2c88}.footer-info-modal.show{display:flex}.footer-info-card{position:relative;width:min(500px,100%);padding:34px;border-radius:14px;background:#fff;box-shadow:0 22px 60px #061e2c40}.footer-info-close{position:absolute;top:11px;right:13px;border:0;background:transparent;color:#102c3b;font-size:30px;line-height:1;cursor:pointer}.footer-info-label{margin:0 0 8px;color:#62ad1a;font:800 11px Manrope;letter-spacing:1.2px}.footer-info-card h2{margin:0 32px 14px 0;font:800 28px/1.1 Manrope;color:#092131}.footer-info-card #footerInfoContent{font:14px/1.6 Manrope;color:#53646b}.footer-info-card #footerInfoContent p{margin:0}.footer-info-support{display:inline-block;margin-top:22px;color:#3f9214;font:800 13px Manrope}@media(max-width:720px){.footer-info-card{padding:28px 22px}.footer-info-card h2{font-size:24px}}
