/* ========================     Landing Page     ======================== */
/* --- S1 - HERO --- */
body.page-template-page-landing-fullwidth .gb-element-b81a13f8 {
    padding: 20px 0px;
    color: var(--heading-color);
    text-align: center;
    border-radius: 20px;
	background: var(--bkgpink);
	}

body.page-template-page-landing-fullwidth .gb-element-06df107e .gb-media-f8676d0e {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  object-fit: cover;
  margin:auto;
}

body.page-template-page-landing-fullwidth .gb-element-b81a13f8 p.has-text-align-center {
    font-family: var(--primary-font);
    font-size: 1.9rem;
    line-height: 1.4;
    margin-bottom: 40px;
    font-weight: 700
}

body.page-template-page-landing-fullwidth .gb-element-b81a13f8 .wp-block-button__link {
    background: var(--secondary-color);
    color: var(--white);
    padding: 18px 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid var(--white);
    transition: none;
    display: inline-block;
    margin-bottom:20px
}

body.page-template-page-landing-fullwidth .gb-element-b81a13f8 .wp-block-button__link:hover {
    background: #ffffff;
    color: var(--primary-color);
    border-color: #ffffff;
    transform: none;
    box-shadow: 0 10px 30px var(--bkgbluehover);
}

/* --- S2 - PROBLEMA --- */
body.page-template-page-landing-fullwidth .gb-element-9e625da4 {
    padding: 20px 20px;
	border-radius: 20px;
    background: var(--bkgblue);
    color: var(--body-text-color);
}

body.page-template-page-landing-fullwidth .gb-element-9e625da4 h2.wp-block-heading {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 50px;
    color: var(--body-text-color);
}

body.page-template-page-landing-fullwidth .gb-element-9e625da4 .wp-block-group.is-layout-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 900px;
    margin: 0 auto 40px;
}

body.page-template-page-landing-fullwidth .gb-element-9e625da4 .wp-block-group p {
    background: var(--white);
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid var(--primary-color);
    font-size: 1.1rem;
    line-height: 1.6;
}

body.page-template-page-landing-fullwidth .gb-element-9e625da4 .wp-block-group p:hover {
    box-shadow: 0 10px 30px var(--bkgpinkhover);
}

body.page-template-page-landing-fullwidth .gb-element-9e625da4 p.has-text-align-center {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-color);
    text-align: center;
    margin-top: 30px;
}

/* --- S3 - CICLO AGOTADOR --- */
body.page-template-page-landing-fullwidth .gb-element-a950bb9f {
    padding: 20px 20px;
	border-radius: 20px;
    background: var(--bkgpink);
    text-align: center;
    color: var(--body-text-color);
}

body.page-template-page-landing-fullwidth .gb-element-a950bb9f h2.wp-block-heading {
    font-size: 2rem;
    margin-bottom: 30px;
}

body.page-template-page-landing-fullwidth .gb-element-a950bb9f h3.gb-text {
    font-family: var(--cursive-font);
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin: 30px 0;
    padding: 20px;
    background: #ffffff;
    border-radius: 15px;
    display: inline-block;
    box-shadow: 0 5px 20px rgba(246, 102, 213, 0.2);
	text-transform: capitalize;
}

body.page-template-page-landing-fullwidth .gb-element-a950bb9f p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 20px auto;
    line-height: 1.8;
}
body.page-template-page-landing-fullwidth .gb-element-a950bb9f .wp-block-button__link {
    background: var(--secondary-color);
    color: var(--white);
    padding: 18px 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid var(--white);
    transition: none;
    display: inline-block;
    margin-bottom:20px
}

body.page-template-page-landing-fullwidth .gb-element-a950bb9f .wp-block-button__link:hover {
  background: #ffffff;
  color: var(--primary-color);
  border-color: #ffffff;
  transform: none;
  box-shadow: 0 10px 30px var(--bkgbluehover);
}

/* --- S4 - CHECKLIST --- */
body.page-template-page-landing-fullwidth .gb-element-00d7bec9 {
    padding: 20px 20px;
	border-radius: 20px;
    background: var(--bkgblue);
    color: var(--body-text-color);
}

body.page-template-page-landing-fullwidth .gb-element-00d7bec9 h2.wp-block-heading {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 50px;
}

body.page-template-page-landing-fullwidth .gb-element-00d7bec9 .wp-block-group.is-layout-grid {
    max-width: 800px;
    margin: 0 auto 40px;
}

body.page-template-page-landing-fullwidth .gb-element-00d7bec9 .wp-block-group p {
    padding: 18px 25px;
    margin-bottom: 15px;
    background: #ffffff;
    border: 2px solid rgba(246, 102, 213, 0.3);
    border-radius: 10px;
    font-size: 1.1rem;
    transition: none;
}

body.page-template-page-landing-fullwidth .gb-element-00d7bec9 .wp-block-group p:hover {
    border-color: var(--primary-color);
    box-shadow: 0 10px 30px var(--bkgpinkhover);
}

body.page-template-page-landing-fullwidth .gb-element-00d7bec9 h3.gb-text {
    font-family: var(--cursive-font);
    font-size: 2.2rem;
    color: var(--primary-color);
    text-align: center;
    margin: 30px 0;
    text-transform: none;
    font-weight: 600
}

body.page-template-page-landing-fullwidth .gb-element-00d7bec9 p.has-text-align-center strong {
    color: var(--primary-color);
}

/* --- S5 - LA VERDAD --- */
body.page-template-page-landing-fullwidth .gb-element-bb724bd3 {
    padding: 20px 20px;
	border-radius: 20px;
    background: var(--bkgpink);
    color: #ffffff;
    text-align: center;
}

body.page-template-page-landing-fullwidth .gb-element-bb724bd3 h2.wp-block-heading {
    font-size: 2.3rem;
    margin-bottom: 30px;
}

body.page-template-page-landing-fullwidth .gb-element- b81a13f8 p.has-text-align-center.p5 {
    font-family: var(--cursive-font);
}

body.page-template-page-landing-fullwidth .gb-element-bb724bd3 p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 20px auto;
    line-height: 1.8;
    color: var(--heading-color);
}

body.page-template-page-landing-fullwidth .gb-element-bb724bd3 .wp-block-group.is-layout-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 700px;
    margin: 40px auto;
    text-align: left;
}

body.page-template-page-landing-fullwidth .gb-element-bb724bd3 .wp-block-group p {
    background: var(--white);
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid var(--secondary-color);
    margin: 0;
    color: var(--heading-color);
}

body.page-template-page-landing-fullwidth .gb-element-bb724bd3 .wp-block-group p:hover {
  box-shadow: 0 10px 30px var(--bkgbluehover);	
}

body.page-template-page-landing-fullwidth .gb-element-bb724bd3 h3.gb-text {
    font-family: var(--cursive-font);
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin: 40px 0 20px;
	text-transform: none
}

/* --- S6 - MI HISTORIA --- */
body.page-template-page-landing-fullwidth .gb-element-5df5102a {
    padding: 20px 20px;
	border-radius: 20px;
    background: var(--bkgblue);
    color: var(--body-text-color);
}

body.page-template-page-landing-fullwidth .gb-element-5df5102a .wp-block-group.is-layout-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
}

body.page-template-page-landing-fullwidth .gb-element-5df5102a .gb-media-a0837716 {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

body.page-template-page-landing-fullwidth .gb-element-5df5102a h2.wp-block-heading {
    font-size: 2.3rem;
    margin-bottom: 30px;
    color: var(--body-text-color);
}

body.page-template-page-landing-fullwidth .gb-element-5df5102a p {
    font-size: 1.1rem;
    line-height: 1.9;
    margin-bottom: 20px;
    color: var(--body-text-color);
}

body.page-template-page-landing-fullwidth .gb-element-5df5102a ul {
    list-style: none;
    padding:0  35px;
}

body.page-template-page-landing-fullwidth .gb-element-5df5102a ul li {
    padding: 12px 0 12px 35px;
    position: relative;
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(246, 102, 213, 0.2);
    color: var(--body-text-color);
    text-align: left;
    line-height: 1.5;
}

body.page-template-page-landing-fullwidth .gb-element-5df5102a ul li::before {
    content: "✓";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1;
    width: 25px;
    text-align: center;
}

body.page-template-page-landing-fullwidth .gb-element-5df5102a ul li:last-child {
    border-bottom: none;
}

/* --- S7 - TRANSFORMACIÓN --- */
body.page-template-page-landing-fullwidth .gb-element-04524803 {
    padding: 20px 20px;
	border-radius: 20px;
    background: var(--bkgpink);
    text-align: center;
    color: var(--body-text-color);
}

body.page-template-page-landing-fullwidth .gb-element-04524803 h2.wp-block-heading {
    font-size: 2.3rem;
    margin-bottom: 20px;
    color: var(--body-text-color);
}

body.page-template-page-landing-fullwidth .gb-element-04524803 h2 {
        color: var(--secondary-color)
}

body.page-template-page-landing-fullwidth .gb-element-04524803 h3.gb-text {
    font-family: var(--cursive-font);
    font-size: 2.2rem;
    color: var(--primary-color);
    margin: 25px 0;
	text-transform:none
}

body.page-template-page-landing-fullwidth .gb-element-04524803 .wp-block-group.is-layout-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 800px;
    margin: 40px auto;
}

body.page-template-page-landing-fullwidth .gb-element-04524803 .wp-block-group p {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    font-size: 1.1rem;
    color: var(--body-text-color);
	border: 2px solid var(--bkgbluehover);
}

body.page-template-page-landing-fullwidth .gb-element-04524803 .wp-block-group p:hover {
	box-shadow: 0 10px 30px var(--bkgbluehover);
    border: 2px solid var(--secondary-color);
}

/* --- S8 - RELACIÓN CON LA COMIDA --- */
body.page-template-page-landing-fullwidth .gb-element-2a3eb29f {
    padding: 20px 20px;
	border-radius: 20px;
    background: var(--bkgblue);
    margin: 0 auto;
    color: var(--body-text-color);
}

body.page-template-page-landing-fullwidth .gb-element-2a3eb29f h2.wp-block-heading {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 40px;
    color: var(--body-text-color);
}

body.page-template-page-landing-fullwidth .gb-element-2a3eb29f p {
    font-size: 1.15rem;
    line-height: 1.9;
    margin-bottom: 20px;
    color: var(--body-text-color);
}

body.page-template-page-landing-fullwidth .gb-element-2a3eb29f p strong {
    color: var(--primary-color);
    font-size: 1.2rem;
}

body.page-template-page-landing-fullwidth .gb-element-2a3eb29f h3.gb-text {
    font-family: var(--primary-font);
    font-size: 2.3rem;
    color: var(--body-text-color);
    text-align: center;
    margin: 30px 0;
	text-transform:capitalize
}

body.page-template-page-landing-fullwidth .gb-element-2a3eb29f h2.gb-text-64e90d7e {
    font-family: var(--cursive-font);
    font-size: 3.5rem;
    color: var(--primary-color);
    text-align: center;
    margin: 40px 0 20px;
	text-transform:none
}

body.page-template-page-landing-fullwidth .gb-element-2a3eb29f ul {
    list-style: none;
    padding:0  135px;
}

body.page-template-page-landing-fullwidth .gb-element-2a3eb29f ul li {
    padding: 12px 0 12px 35px;
    position: relative;
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(246, 102, 213, 0.2);
    color: var(--body-text-color);
    text-align: left;
    line-height: 1.5;
}

body.page-template-page-landing-fullwidth .gb-element-2a3eb29f ul li::before {
    content: "✓";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1;
    width: 25px;
    text-align: center;
}

body.page-template-page-landing-fullwidth .gb-element-2a3eb29f ul li:last-child {
    border-bottom: none;
}

/* --- S9 - CASO DE MARÍA --- */
body.page-template-page-landing-fullwidth .gb-element-b2b5c708 {
    padding: 20px 20px;
	border-radius: 20px;
    background: var(--bkgpink);
    color: var(--body-text-color);
}

body.page-template-page-landing-fullwidth .gb-element-b2b5c708 .wp-block-group.is-layout-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
}

body.page-template-page-landing-fullwidth .gb-element-b2b5c708 .gb-media-3105da9f {
    width: 100%;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 15px 40px rgba(246, 102, 213, 0.3);
    object-fit: cover;
    aspect-ratio: 1/1;
}

body.page-template-page-landing-fullwidth .gb-element-b2b5c708 h2.wp-block-heading {
    font-size: 2.3rem;
    margin-bottom: 30px;
    color: var(--body-text-color);
}

body.page-template-page-landing-fullwidth .gb-element-b2b5c708 ul {
    list-style: none;
    padding:0 135px;
}

body.page-template-page-landing-fullwidth .gb-element-b2b5c708 ul li {
    padding: 12px 0 12px 35px;
    position: relative;
    font-size: 1.1rem;
    border-bottom: 1px solid var(--bkgblue);
    color: var(--body-text-color);
    text-align: left;
    line-height: 1.5;
}

body.page-template-page-landing-fullwidth .gb-element-b2b5c708 ul li::before {
    content: "✓";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1;
    width: 25px;
    text-align: center;
}

body.page-template-page-landing-fullwidth .gb-element-b2b5c708 ul li:last-child {
    border-bottom: none;
}

/* --- S10 - BENEFICIOS --- */
body.page-template-page-landing-fullwidth .gb-element-cb096a4f {
    padding: 20px 20px;
	border-radius: 20px;
    background: var(--bkgblue);
    color: var(--body-text-color);
}

body.page-template-page-landing-fullwidth .gb-element-cb096a4f h2.wp-block-heading {
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 50px;
}

body.page-template-page-landing-fullwidth .gb-element-cb096a4f .wp-block-group.is-layout-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

body.page-template-page-landing-fullwidth .gb-element-cb096a4f .wp-block-group p {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 15px;
    border: 2px solid var(--bkgpinkhover);
    text-align: center;
    font-size: 1.1rem;
    transition: none;
    margin: 0;
}

body.page-template-page-landing-fullwidth .gb-element-cb096a4f .wp-block-group p:hover {
    border-color: var(--primary-color);
    box-shadow: 0 10px 30px var(--bkgpinkhover);
}

p.s10_nd, p.s10_nd:hover {
  border: none !important;
  background:none!important;
  box-shadow: none !important
}

/* --- S11 - QUÉ INCLUYE --- */
body.page-template-page-landing-fullwidth .gb-element-e47ea72a {
    padding: 20px 20px;
	border-radius: 20px;
    background: var(--bkgpink);
    text-align: center;
}

body.page-template-page-landing-fullwidth .gb-element-e47ea72a h2.wp-block-heading {
    font-size: 2.3rem;
    margin-bottom: 15px;
}

body.page-template-page-landing-fullwidth .gb-element-e47ea72a h1.gb-text-87279c41 {
    font-family: var(--cursive-font);
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

body.page-template-page-landing-fullwidth .gb-element-e47ea72a .gb-element-a76815b3 {
  column-gap: 1em;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  row-gap: 1em;
}

body.page-template-page-landing-fullwidth .gb-element-e47ea72a p.has-text-align-center {
    font-size: 1.2rem;
    margin-bottom: 50px;
}

body.page-template-page-landing-fullwidth .gb-element-e47ea72a .gb-element-a76815b3 div {
    background: var(--white);
    padding: 30px;
    border-radius: 12px;
    border-left: 4px solid var(--secondary-color);
    text-align: left;
    margin: 0;
}

body.page-template-page-landing-fullwidth .gb-element-e47ea72a .gb-element-a76815b3 div:hover {
    box-shadow: 0 10px 30px var(--bkgbluehover);
}

/* --- S12 - ADICIONALES --- */
body.page-template-page-landing-fullwidth .gb-element-1f9ad488 {
    padding: 20px 20px;
	border-radius: 20px;
    background: var(--bkgblue);
}

body.page-template-page-landing-fullwidth .gb-element-1f9ad488 h2.wp-block-heading {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 50px;
}

body.page-template-page-landing-fullwidth .gb-element-1f9ad488 .wp-block-group.is-layout-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

body.page-template-page-landing-fullwidth .gb-element-1f9ad488 .wp-block-group p {
    background: var(--white);
    padding: 20px 25px;
    border-radius: 10px;
    border-left: 4px solid var(--primary-color);
    font-size: 1.1rem;
    margin: 0;
}

body.page-template-page-landing-fullwidth .gb-element-1f9ad488 .wp-block-group p:hover {
    box-shadow: 0 10px 30px var(--bkgpinkhover);
}

/* --- S13 - ES PARA TI --- */
body.page-template-page-landing-fullwidth .gb-element-8981cd14 {
    padding: 20px 20px;
	border-radius: 20px;
    background: var(--bkgpink);
}

body.page-template-page-landing-fullwidth .gb-element-8981cd14 h2.wp-block-heading {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 50px;
}

body.page-template-page-landing-fullwidth .gb-element-8981cd14 .wp-block-group.is-layout-grid {
    max-width: 700px;
    margin: 0 auto;
}

body.page-template-page-landing-fullwidth .gb-element-8981cd14 .wp-block-group p {
    background: var(--white);
    padding: 20px 30px;
    margin-bottom: 15px;
    border-radius: 10px;
    border-left: 4px solid var(--secondary-color);
    font-size: 1.15rem;
}

body.page-template-page-landing-fullwidth .gb-element-8981cd14 .wp-block-group p:hover {
    box-shadow: 0 10px 30px var(--bkgbluehover);
}

/* --- S14 - PRICING --- */
body.page-template-page-landing-fullwidth .gb-element-544208af {
    padding: 20px 20px;
	border-radius: 20px;
    background: var(--bkgblue);
    text-align: center;
}

body.page-template-page-landing-fullwidth .gb-element-544208af h2.wp-block-heading {
    font-size: 2.5rem;
    margin-bottom: 40px;

}

body.page-template-page-landing-fullwidth .gb-element-544208af .wp-block-button__link {
    background: var(--primary-color);
    color: #ffffff;
    padding: 22px 60px;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 2px solid var(--primary-color);
    display: inline-block;
}

body.page-template-page-landing-fullwidth .gb-element-544208af .wp-block-button__link:hover {
    background: transparent;
    color: var(--secondary-color);
    box-shadow: 0 15px 40px var(--bkgbluekhover);
}

/* --- S15 - GARANTÍA --- */
body.page-template-page-landing-fullwidth .gb-element-b0a2315e {
    padding: 20px 20px;
	border-radius: 20px;
    background: var(--bkgpink);
    text-align: center;
    color: var(--body-text-color);
}

body.page-template-page-landing-fullwidth .gb-element-b0a2315e h2.wp-block-heading {
    font-size: 2rem;
    margin-bottom: 40px;
    color: var(--body-text-color);
}

/* Warranty Badge Styles */
.warranty-badge-container {
    text-align: center;
    padding: 40px 20px;
    border-radius: 15px;
    max-width: 400px;
    margin: 0 auto;
}

.warranty-badge {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(246, 102, 213, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 5px solid white;
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 10px 30px rgba(246, 102, 213, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 15px 40px rgba(246, 102, 213, 0.4);
    }
}

.badge-logo {
    position: absolute;
    top: 10px;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.badge-content {
    text-align: center;
    color: white;
    z-index: 1;
}

.badge-title {
    display: block;
    font-family: var(--secondary-font);
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.badge-days {
    display: block;
    font-family: var(--cursive-font);
    font-size: 2.5rem;
    font-weight: 400;
    margin: 5px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.badge-text {
    display: block;
    font-family: var(--primary-font);
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.3;
}

.badge-seal {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: white;
    color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.badge-description {
    font-family: var(--primary-font);
    font-size: 0.95rem;
    color: var(--body-text-color);
    line-height: 1.6;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .warranty-badge {
        width: 160px;
        height: 160px;
    }
    
    .badge-logo {
        width: 50px;
        height: 50px;
        top: 8px;
    }
    
    .badge-days {
        font-size: 2rem;
    }
    
    .badge-title {
        font-size: 0.95rem;
    }
    
    .badge-text {
        font-size: 0.75rem;
    }
}

/* --- S16 - CIERRE --- */
body.page-template-page-landing-fullwidth .gb-element-6833aefa {
    padding: 20px 20px;
	border-radius: 20px;
    background: var(--bkgblue);
    text-align: center;
}

body.page-template-page-landing-fullwidth .gb-element-6833aefa h2.wp-block-heading {
    font-size: 2.2rem;
    margin-bottom: 25px;
}

body.page-template-page-landing-fullwidth .gb-element-6833aefa h2.wp-block-heading.has-text-align-center:nth-of-type(2) {
    font-family: var(--primary-font);
    font-size: 3rem;
    color: var(--primary-color);
    margin: 30px 0;
}

body.page-template-page-landing-fullwidth .gb-element-6833aefa p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 20px auto;
    line-height: 1.9;
}

body.page-template-page-landing-fullwidth .gb-element-6833aefa p.has-text-align-center {
    font-size: 1.3rem;
    line-height: 1.9;
    font-weight: 400;
    margin: 30px auto;
}

body.page-template-page-landing-fullwidth .gb-element-6833aefa .wp-block-button__link {
    background: var(--primary-color);
    color: #ffffff;
    padding: 24px 70px;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 2px solid var(--primary-color);
    margin-top: 40px;
    display: inline-block;
}

body.page-template-page-landing-fullwidth .gb-element-6833aefa .wp-block-button__link:hover {
    background: transparent;
    color: var(--primary-color);
    box-shadow: 0 15px 40px var(--bkgbluehover);
}

/* ========================   RESPONSIVE   ======================== */
@media (max-width: 1024px) {
    body.page-template-page-landing-fullwidth .gb-element-5df5102a .wp-block-group.is-layout-grid,
    body.page-template-page-landing-fullwidth .gb-element-b2b5c708 .wp-block-group.is-layout-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    body.page-template-page-landing-fullwidth .gb-element-cb096a4f .wp-block-group.is-layout-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    body.page-template-page-landing-fullwidth .gb-element-b81a13f8 {
        padding: 70px 15px 50px;
    }
    
    body.page-template-page-landing-fullwidth .gb-element-b81a13f8 p.has-text-align-center {
        font-size: 1.2rem;
    }
    
    body.page-template-page-landing-fullwidth .gb-element-b81a13f8 .wp-block-button__link {
        padding: 15px 35px;
        font-size: 1rem;
    }
    
    body.page-template-page-landing-fullwidth .gb-element-9e625da4 .wp-block-group.is-layout-grid,
    body.page-template-page-landing-fullwidth .gb-element-bb724bd3 .wp-block-group.is-layout-grid,
    body.page-template-page-landing-fullwidth .gb-element-04524803 .wp-block-group.is-layout-grid,
    body.page-template-page-landing-fullwidth .gb-element-e47ea72a .wp-block-group.is-layout-grid,
    body.page-template-page-landing-fullwidth .gb-element-1f9ad488 .wp-block-group.is-layout-grid {
        grid-template-columns: 1fr;
    }
    
    body.page-template-page-landing-fullwidth .gb-element-cb096a4f .wp-block-group.is-layout-grid {
        grid-template-columns: 1fr;
    }
    
    body.page-template-page-landing-fullwidth .gb-element-9e625da4 h2.wp-block-heading,
    body.page-template-page-landing-fullwidth .gb-element-00d7bec9 h2.wp-block-heading,
    body.page-template-page-landing-fullwidth .gb-element-bb724bd3 h2.wp-block-heading,
    body.page-template-page-landing-fullwidth .gb-element-5df5102a h2.wp-block-heading,
    body.page-template-page-landing-fullwidth .gb-element-04524803 h2.wp-block-heading,
    body.page-template-page-landing-fullwidth .gb-element-2a3eb29f h2.wp-block-heading,
    body.page-template-page-landing-fullwidth .gb-element-b2b5c708 h2.wp-block-heading,
    body.page-template-page-landing-fullwidth .gb-element-cb096a4f h2.wp-block-heading,
    body.page-template-page-landing-fullwidth .gb-element-e47ea72a h2.wp-block-heading,
    body.page-template-page-landing-fullwidth .gb-element-8981cd14 h2.wp-block-heading,
    body.page-template-page-landing-fullwidth .gb-element-544208af h2.wp-block-heading {
        font-size: 1.8rem;
    }
    
    body.page-template-page-landing-fullwidth .gb-element-a950bb9f h3.gb-text,
    body.page-template-page-landing-fullwidth .gb-element-00d7bec9 h3.gb-text,
    body.page-template-page-landing-fullwidth .gb-element-bb724bd3 h3.gb-text,
    body.page-template-page-landing-fullwidth .gb-element-04524803 h3.gb-text,
    body.page-template-page-landing-fullwidth .gb-element-2a3eb29f h3.gb-text {
        font-size: 1.8rem;
    }
    
    body.page-template-page-landing-fullwidth .gb-element-544208af h3.wp-block-heading {
        font-size: 3.5rem;
    }
    
    body.page-template-page-landing-fullwidth .gb-element-544208af .wp-block-button__link,
    body.page-template-page-landing-fullwidth .gb-element-6833aefa .wp-block-button__link {
        padding: 18px 40px;
        font-size: 1.1rem;
        width: 100%;
        max-width: 350px;
    }
    
    body.page-template-page-landing-fullwidth .gb-element-544208af .wp-block-group.is-layout-grid {
        padding: 25px;
    }
	
	  .s10_nd {
        display: none
    }
}

@media (max-width: 480px) {
    body.page-template-page-landing-fullwidth .gb-element-b81a13f8 p.has-text-align-center {
        font-size: 1.1rem;
    }
    
    body.page-template-page-landing-fullwidth .gb-element-544208af h3.wp-block-heading {
        font-size: 2.8rem;
    }
    
    body.page-template-page-landing-fullwidth .gb-element-2a3eb29f h2.gb-text-64e90d7e {
        font-size: 2.5rem;
    }
	
	body.page-template-page-landing-fullwidth .gb-element-bb724bd3 p.p5 {
		font-size:2.0rem} 

	body.page-template-page-landing-fullwidth .gb-element-5df5102a ul, 
	body.page-template-page-landing-fullwidth .gb-element-2a3eb29f ul,
	body.page-template-page-landing-fullwidth .gb-element-b2b5c708 ul {
        list-style: none;
    	padding:0  35px;
    }
}
