/* 20250717054639 - v2 */
.gui,
.gui-block-linklist li a {
  color: #0b0b0b;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #030303;
}

.gui-block-inner strong {
  color: #b5b1b1;
}

.gui a {
  color: #0a8de9;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #0a8de9;
  box-shadow: 0 0 2px #0a8de9;
}

.gui-select.gui-focus .gui-handle {
  border-color: #0a8de9;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #817f7f;
}

.gui-block-title {
  color: #847d7d;
  background-color: #f50909;
}

.gui-content-title {
  color: #847d7d;
}

.gui-form .gui-field .gui-description span {
  color: #0b0b0b;
}

.gui-block-inner {
  background-color: #eb0808;
}

.gui-block-option {
  border-color: #ecebeb;
  background-color: #f8f8f8;
}

.gui-block-option-block {
  border-color: #ecebeb;
}

.gui-block-title strong {
  color: #847d7d;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #c6c5c5;
}

.gui ul.gui-products li {
  border-color: #d9d8d8;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #d9d8d8;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #d9d8d8;
}

.gui-block-content .gui-table {
  border-color: #ecebeb;
}

.gui-table thead tr th {
  border-color: #c6c5c5;
  background-color: #f8f8f8;
}

.gui-table tbody tr td {
  border-color: #ecebeb;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #000000;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #090a09;
  color: #000000;
  background-color: #f19a18;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #000000;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #c07b13;
  border-color: #070807;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #0d0d0d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #0d0d0d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #33bdcf;
}

/* custom */
:root {
  --vh: 1vh;
}

.hero {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: relative;
  background: #000;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
  padding: 1.5rem;
  box-sizing: border-box;
}

.hero-content {
  text-align: center;
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
  animation: fadeInUp 1s ease-out both;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  letter-spacing: 1.2px;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  line-height: 1.5;
}

.hero-btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  font-size: 1.25rem;
  background: #99ffcc;
  color: #000;
  text-decoration: none;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.trust {
  background: linear-gradient(135deg, #e6f4ea 0%, #c8e6c9 100%);
  padding: 4em 1.5em;
}

.trust-heading {
  text-align: center;
  font-size: 2rem;
  color: #222;
  margin-bottom: 2rem;
}

.trust-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.trust-box {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  flex: 1 1 200px;
}

.star-icon {
  font-size: 2rem;
  color: #ffd700;
}

.quote {
  margin-top: 1rem;
  color: #333;
}

.cta {
  background: linear-gradient(to right, #1b5e20, #43a047, #c8e6c9);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 5em 1.5em;
}

.cta-box {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
  max-width: 1000px;
  margin: 0 auto;
}

.cta-headline {
  color: #1b5e20;
  text-align: center;
  font-size: 2rem;
}

.responsive-benefits {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.responsive-benefits li {
  background-color: #a5d6a7;
  padding: 1.5rem;
  border-radius: 8px;
  flex: 1 1 30%;
  min-width: 220px;
  text-align: center;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-button {
  display: block;
  margin: 2rem auto 0;
  font-size: 1.4rem;
  padding: 1.5rem 2.5rem;
  background-color: #388e3c;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  text-align: center;
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
