.elementor-2958 .elementor-element.elementor-element-da8454c{--display:flex;}.elementor-2958 .elementor-element.elementor-element-3a9f907{--display:flex;}.elementor-2958 .elementor-element.elementor-element-2f4afc5 .elementor-field-group{padding-right:calc( 10px/2 );padding-left:calc( 10px/2 );margin-bottom:10px;}.elementor-2958 .elementor-element.elementor-element-2f4afc5 .elementor-form-fields-wrapper{margin-left:calc( -10px/2 );margin-right:calc( -10px/2 );margin-bottom:-10px;}.elementor-2958 .elementor-element.elementor-element-2f4afc5 .elementor-field-group.recaptcha_v3-bottomleft, .elementor-2958 .elementor-element.elementor-element-2f4afc5 .elementor-field-group.recaptcha_v3-bottomright{margin-bottom:0;}body.rtl .elementor-2958 .elementor-element.elementor-element-2f4afc5 .elementor-labels-inline .elementor-field-group > label{padding-left:0px;}body:not(.rtl) .elementor-2958 .elementor-element.elementor-element-2f4afc5 .elementor-labels-inline .elementor-field-group > label{padding-right:0px;}body .elementor-2958 .elementor-element.elementor-element-2f4afc5 .elementor-labels-above .elementor-field-group > label{padding-bottom:0px;}.elementor-2958 .elementor-element.elementor-element-2f4afc5 .elementor-field-type-html{padding-bottom:0px;}.elementor-2958 .elementor-element.elementor-element-2f4afc5 .elementor-field-group .elementor-field:not(.elementor-select-wrapper){background-color:#ffffff;}.elementor-2958 .elementor-element.elementor-element-2f4afc5 .elementor-field-group .elementor-select-wrapper select{background-color:#ffffff;}.elementor-2958 .elementor-element.elementor-element-2f4afc5 .e-form__buttons__wrapper__button-next{color:#ffffff;}.elementor-2958 .elementor-element.elementor-element-2f4afc5 .elementor-button[type="submit"]{color:#ffffff;}.elementor-2958 .elementor-element.elementor-element-2f4afc5 .elementor-button[type="submit"] svg *{fill:#ffffff;}.elementor-2958 .elementor-element.elementor-element-2f4afc5 .e-form__buttons__wrapper__button-previous{color:#ffffff;}.elementor-2958 .elementor-element.elementor-element-2f4afc5 .e-form__buttons__wrapper__button-next:hover{color:#ffffff;}.elementor-2958 .elementor-element.elementor-element-2f4afc5 .elementor-button[type="submit"]:hover{color:#ffffff;}.elementor-2958 .elementor-element.elementor-element-2f4afc5 .elementor-button[type="submit"]:hover svg *{fill:#ffffff;}.elementor-2958 .elementor-element.elementor-element-2f4afc5 .e-form__buttons__wrapper__button-previous:hover{color:#ffffff;}.elementor-2958 .elementor-element.elementor-element-2f4afc5{--e-form-steps-indicators-spacing:20px;--e-form-steps-indicator-padding:30px;--e-form-steps-indicator-inactive-secondary-color:#ffffff;--e-form-steps-indicator-active-secondary-color:#ffffff;--e-form-steps-indicator-completed-secondary-color:#ffffff;--e-form-steps-divider-width:1px;--e-form-steps-divider-gap:10px;}/* Start custom CSS for html, class: .elementor-element-931921c *//* ==============================
   HERO SECTION
============================== */

.hg-hero {
  position: relative;
  padding: 6rem 1.5rem 8rem;
  overflow: hidden;
  background: #ffffff;
}

/* Gradient overlay */
.hg-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #f7eeea, transparent);
  pointer-events: none;
}

/* Container */
.hg-hero-container {
  max-width: 64rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* Badge */
.hg-hero-badge {
  display: inline-block;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: #f5dfd6;
  color: #ed6d2f;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 1.6rem;
}

/* Title */
.hg-hero-title {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 1.8rem;
  color: #1f2021;
  font-family: Segoe UI;
}

/* Highlight */
.hg-hero-highlight {
  color: #ec5b13;
  font-style: italic;
  font-family: Courier;
}

/* Description */
.hg-hero-desc {
  font-size: 1.1rem;
  color: #5f6368;
  max-width: 42rem;
  margin: 0 auto;
  line-height: 1.7;
}

/* ==============================
   RESPONSIVE
============================== */

@media (min-width: 768px) {

  .hg-hero-title {
    font-size: 4.5rem;
  }

  .hg-hero-desc {
    font-size: 1.25rem;
  }

}

@media (max-width: 480px) {

  .hg-hero {
    padding: 4rem 1.2rem 6rem;
  }

  .hg-hero-title {
    font-size: 2.2rem;
  }

  .hg-hero-desc {
    font-size: 1rem;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8c46678 */.hg-review-section{
  padding:5rem 1rem;
  background:#fafaf7;
}

.hg-review-container{
  max-width:1200px;
  margin:auto;
}

.hg-review-heading{
  font-size:2.2rem;
  font-weight:800;
  margin-bottom:2rem;
  text-align:center;
}

.hg-review-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:24px;
}

.hg-review-card{
  background:white;
  padding:22px;
  border-radius:14px;
  border:1px solid #eee;
  box-shadow:0 4px 14px rgba(0,0,0,0.04);
}

.hg-review-stars{
  color:#f59e0b;
  font-size:1.2rem;
  margin-bottom:10px;
}

.hg-review-text{
  font-size:1rem;
  line-height:1.6;
  margin-bottom:14px;
}

.hg-review-author{
  font-weight:700;
  font-size:0.9rem;
  color:#444;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0916387 *//* ==========================
   REVIEW FORM
========================== */

.hg-review-form-head-section {
  background: #f6f8f6;
  padding: 6rem 1.2rem;
}

.hg-review-head-container {
  max-width: 760px;
  margin: auto;
}

.hg-review-head-heading {
  text-align: center;
  margin-bottom: 3rem;
}

.hg-review-head-heading h2 {
  font-size: 2.3rem;
  font-weight: 800;
  margin-bottom: 0.4rem;
  color: #1f2021;
}

.hg-review-head-heading p {
  color: #666;
}



/* Mobile */
@media(max-width:768px){
  .hg-form-row { grid-template-columns:1fr; }
}/* End custom CSS */
/* Start custom CSS for form, class: .elementor-element-2f4afc5 *//* ================================
   HOLA GRANOLA – REVIEW FORM STYLE
================================ */

/* Form container */

.elementor-form {
  background: #ffffff;
  padding: 42px;
  border-radius: 14px;
  border: 1px solid #eee;
  box-shadow: 0 8px 28px rgba(0,0,0,0.04);
  max-width: 720px;
  margin: auto;
}

/* Labels */
.elementor-field-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5b5b5b;
  margin-bottom: 6px;
}

/* Inputs */
.elementor-field {
  background: #faf9f7;
  border: 1px solid #e6e3dd;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 0.95rem;
  transition: all .25s ease;
}

/* Focus state */
.elementor-field:focus {
  border-color: #1b4332;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(27,67,50,.08);
}

/* Textarea */
textarea.elementor-field {
  min-height: 140px;
}

/* Submit button */
.elementor-button {
  background: #1b4332 !important;
  color: white !important;
  padding: 16px !important;
  border-radius: 10px !important;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .02em;
  transition: all .25s ease;
  box-shadow: 0 6px 18px rgba(27,67,50,.2);
}

/* Hover */
.elementor-button:hover {
  background: #163a2c !important;
  transform: translateY(-1px);
}

/* Error */
.elementor-message-danger {
  background: #ffecec;
  border-left: 4px solid #ff4d4f;
}

/* Success */
.elementor-message-success {
  background: #ecfff3;
  border-left: 4px solid #28a745;
}

/* Spacing between fields */
.elementor-form-fields-wrapper {
  gap: 18px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49ee699 *//* TRUST SECTION */
.hg-trust-section {
    background: rgba(0,0,0,0.02);
    padding: 6rem 1.5rem;
    margin-top: 6rem;
}

.hg-trust-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

/* IMAGE */
.hg-trust-image-wrap {
    position: relative;
}

.hg-trust-image {
    aspect-ratio: 1/1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0,0,0,0.12);
}

.hg-trust-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* QUOTE BOX */
.hg-trust-quote {
    position: absolute;
    bottom: -2rem;
    right: -2rem;
    background: #1b4332;
    color: white;
    padding: 1.8rem;
    border-radius: 12px;
    max-width: 260px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}

.hg-trust-quote p {
    font-size: 1.15rem;
    font-style: italic;
    margin-bottom: 0.6rem;
}

.hg-trust-quote span {
    font-size: 0.8rem;
    font-weight: 700;
    opacity: 0.85;
}

/* CONTENT */
.hg-trust-content h2 {
    font-size: 2.6rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hg-trust-description {
    font-size: 1.1rem;
    color: #5c5c5c;
    margin-bottom: 2rem;
    line-height: 1.7;
}

/* TRUST POINTS */
.hg-trust-points {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
}

.hg-trust-point {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.hg-trust-icon {
    width: 48px;
    height: 48px;
    background: rgba(27,67,50,0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1b4332;
    flex-shrink: 0;
}

.hg-trust-point h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.hg-trust-point p {
    color: #6a6a6a;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* RESPONSIVE */
@media (max-width: 900px) {

    .hg-trust-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .hg-trust-quote {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 1.5rem;
    }

    .hg-trust-content h2 {
        font-size: 2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-811aae3 *//* CTA SECTION WRAPPER */
.hg-cta-section {
    max-width: 1200px;
    margin: 0 auto 6rem;
    padding: 0 1.5rem;
}

/* CTA CARD */
.hg-cta-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 4rem 2rem;
    text-align: center;

    /* SOFT FOOD-BRAND GRADIENT */
    background: linear-gradient(
        135deg,
        #f6f3ed 0%,
        #f1ece4 40%,
        #e9f2ec 100%
    );

    box-shadow:
        0 30px 60px rgba(0,0,0,0.08),
        inset 0 1px 0 rgba(255,255,255,0.6);
}

/* LIGHT GLOW ELEMENTS */
.hg-cta-glow {
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.6;
}

.hg-glow-top {
    top: -120px;
    right: -120px;
    background: #b7d8c6;
    
}

.hg-glow-bottom {
    bottom: -120px;
    left: -120px;
    background: #ead8b4;
    
}

/* CONTENT */
.hg-cta-content {
    position: relative;
    z-index: 2;
}

.hg-cta-content h2 {
    font-size: 2.6rem;
    font-weight: 800;
    color: #1f2a23;
    margin-bottom: 1.2rem;
    line-height: 1.2;
}

.hg-cta-content p {
    font-size: 1.05rem;
    color: #5f6d63;
    max-width: 560px;
    margin: 0 auto 2.5rem;
    line-height: 1.7;
}

/* BUTTON WRAPPER */
.hg-cta-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/* BUTTON BASE */
.hg-btn {
    padding: 1rem 2.4rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: all .25s ease;
    display: inline-block;
}

/* PRIMARY TRUST BUTTON */
.hg-btn-primary {
    background: linear-gradient(135deg,#2f7d32,#3f9d44);
    color: white;
    box-shadow: 0 8px 18px rgba(47,125,50,0.25);
}

.hg-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(47,125,50,0.35);
}

/* SECONDARY SOFT BUTTON */
.hg-btn-secondary {
    background: white;
    border: 1px solid rgba(0,0,0,0.08);
    color: #1f2a23;
}

.hg-btn-secondary:hover {
    background: #f6f6f6;
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .hg-cta-card {
        padding: 3rem 1.5rem;
    }

    .hg-cta-content h2 {
        font-size: 2rem;
    }

    .hg-btn {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-06374d7 */.hg-cart-section {
    text-align: center;
    margin: 40px 0;
}

.hg-cart-cta {
    background:#338436;
    );
    color: white;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
}

.hg-cart-cta:hover {
    background: #15472d;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}/* End custom CSS */