:root {
    --primary-color: #FFC300;
    --secondary-color: #1a1a1a;
    --dark-bg: #111111;
    --light-bg: #1f1f1f;
    --text-light: #e0e0e0;
    --text-dark: #a0a0a0;
    --white-color: #ffffff;
    --border-color: #333333;
}

@font-face {
    font-family: "lato-regular";
    src: url("fonts/lato-regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
  font-family: "lato-regular";
    background-color: var(--dark-bg);
    color: var(--text-light);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    color: var(--white-color);
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.1rem; }

p {
    margin-bottom: 1rem;
    color: var(--text-dark);
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--white-color);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

.hJkLpMñQzWxCvBñMñZxCvB {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.dAEsXWcKbNqZJkYfGvHbLp {
    background-color: rgba(17, 17, 17, 0.8);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: top 0.3s;
}

.dAEsXWcKbNqZJkYfGvHbLp .hJkLpMñQzWxCvBñMñZxCvB {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zXcVbNñMñQzWxCvBñMñZxC img {
    height: 40px;
    width: auto;
}

.vBñMñZxCvBñMñQzWxCvBñM .lPñQzWxCvBñMñZxCvBñMñQ {
    display: flex;
    align-items: center;
}

.kLpMñQzWxCvBñMñZxCvBñMñQzW {
    color: var(--text-light);
    padding: 0.5rem 1rem;
    font-weight: 500;
    position: relative;
}

.kLpMñQzWxCvBñMñZxCvBñMñQzW::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: width 0.3s ease;
}

.kLpMñQzWxCvBñMñZxCvBñMñQzW:hover::after,
.kLpMñQzWxCvBñMñZxCvBñMñQzW.active::after {
    width: 60%;
}

.kLpMñQzWxCvBñMñZxCvBñMñQzW.active {
    color: var(--primary-color);
}

.xVbNñMñQzWxCvBñMñZxCvBñMñ {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.xVbNñMñQzWxCvBñMñZxCvBñMñ:hover {
    background-color: var(--white-color);
    color: var(--secondary-color);
}

.aZxCvBñMñQzWxCvBñMñZxCv {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}
.aZxCvBñMñQzWxCvBñMñZxCv span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--white-color);
    transition: all 0.3s ease;
}

main {
    padding-top: 80px;
}

section {
    padding: 6rem 0;
}

.zQxWcEvR {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.zQxWcEvR.lKmJnHbBgVfCdXsSzAdFfG { transform: translateY(50px); }
.zQxWcEvR.jKlMñQzWxCvBñMñZxCvBñMñQzW { transform: translateY(-50px); }
.zQxWcEvR.vBnMnQzWxVbNmQzWxVbNmQ,
.zQxWcEvR.uIoPpAaSdFgHjKkLpMñQzWxC { transform: translateX(-50px); }
.zQxWcEvR.bMnQzWxVbNmQzWxVbNmQwE,
.zQxWcEvR.iOpPaAsDfGhJkLpMñQzWxCv { transform: translateX(-50px); }
.zQxWcEvR.vIsBlEtRuE {
    opacity: 1;
    transform: translateX(0);
}

.bNñMñQzWxCvBñMñZxCvBñMñQz {
    background-color: var(--secondary-color);
    min-height: 90vh;
    display: flex;
    align-items: center;
}
.bNñMñQzWxCvBñMñZxCvBñMñQz .hJkLpMñQzWxCvBñMñZxCvB {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}
.xWxCvBñMñZxCvBñMñQzWxCvB { font-size: 4.5rem; }
.gHjKkLpMñQzWxCvBñMñZxCv { display: flex; gap: 1rem; margin-top: 2rem; }
.fGhJkLpMñQzWxCvBñMñZxC {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    padding: 1rem 2rem;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}
.dFgHjKkLpMñQzWxCvBñMñZ {
    background-color: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 1rem 2rem;
    border-radius: 5px;
    font-weight: bold;
}
.oIuYtReWqAsDfGgHjKkLpM { position: relative; width: 100%; aspect-ratio: 1/1; }
.iUyTrEwQaSdFgHjKkLpMñQ, .uYtReWqAsDfGgHjKkLpMñQz, .tReWqAsDfGgHjKkLpMñQzW {
    position: absolute;
    border-radius: 50%;
    border: 2px solid var(--border-color);
}
.iUyTrEwQaSdFgHjKkLpMñQ { top: 0; left: 0; width: 100%; height: 100%; border-color: var(--primary-color); animation: pUlSe 2s infinite ease-in-out; }
.uYtReWqAsDfGgHjKkLpMñQz { top: 10%; left: 10%; width: 80%; height: 80%; }
.tReWqAsDfGgHjKkLpMñQzW { top: 20%; left: 20%; width: 60%; height: 60%; }
@keyframes pUlSe { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.05); opacity: 0.7; } }

.cVBñMñQzWxCvBñMñZxCvBñM { background-color: var(--secondary-color); }
.aJkLpMñQzWxCvBñMñZxCvBñ { text-align: center; max-width: 700px; margin: 0 auto 3rem auto; }
.bJkLpMñQzWxCvBñMñZxCvBñM { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.mÑbVcXzQwErTyUuIiOoPpA { background-color: var(--light-bg); padding: 2rem; text-align: center; border-radius: 10px; }
.nBvCxZqWeRtYuIiOoPpAaS { font-size: 3rem; font-weight: bold; color: var(--primary-color); display: block; }
.bVcZqWeRtYuIiOoPpAaSd { font-size: 1.2rem; margin: 0.5rem 0; }
.vCzXqWeRtYuIiOoPpAaSdF { font-size: 0.9rem; }

.dVbNñMñQzWxCvBñMñZxCvB { background: var(--dark-bg); }
.yUuIiOoPpAaSdFgHjKkLpM { position: relative; }
.uIiOoPpAaSdFgHjKkLpMñQzW { overflow: hidden; }
.iOoPpAaSdFgHjKkLpMñQzWxC { display: flex; transition: transform 0.5s ease; gap:19px; justify-content: c}
.oPpAaSdFgHjKkLpMñQzWxCvB { flex: 0 0 33.33%; }
.pAaSdFgHjKkLpMñQzWxCvBñM { background-color: var(--light-bg); height: 300px; border-radius: 10px; margin-bottom: 1rem; }
.oPpAaSdFgHjKkLpMñQzWxCvB:nth-child(1) .pAaSdFgHjKkLpMñQzWxCvBñM { background: #333 url(images/1.jpg) center/cover; }
.oPpAaSdFgHjKkLpMñQzWxCvB:nth-child(2) .pAaSdFgHjKkLpMñQzWxCvBñM { background: #333 url(images/2.jpg) center/cover; }
.oPpAaSdFgHjKkLpMñQzWxCvB:nth-child(3) .pAaSdFgHjKkLpMñQzWxCvBñM { background: #333 url(images/3.jpg) center/cover; }
.oPpAaSdFgHjKkLpMñQzWxCvB:nth-child(4) .pAaSdFgHjKkLpMñQzWxCvBñM { background: #333 url(images/1.webp) center/cover; }
.oPpAaSdFgHjKkLpMñQzWxCvB:nth-child(5) .pAaSdFgHjKkLpMñQzWxCvBñM { background: #333 url(images/4.jpg) center/cover; }
.oPpAaSdFgHjKkLpMñQzWxCvB:nth-child(6) .pAaSdFgHjKkLpMñQzWxCvBñM { background: #333 url(images/2.webp) center/cover; }
.dFgHjKkLpMñQzWxCvBñMñZxC { text-align: center; margin-top: 2rem; }
#slider-prev, #slider-next { background-color: var(--primary-color); border: none; color: var(--secondary-color); font-size: 2rem; width: 50px; height: 50px; border-radius: 50%; cursor: pointer; margin: 0 0.5rem; }

.eVcBnMnQzWxVbNmQzWxVbN .hJkLpMñQzWxCvBñMñZxCvB { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; align-items: center; }
.nMnQzWxVbNmQzWxVbNmQwEr { color: var(--primary-color); font-weight: bold; letter-spacing: 2px; }
.mQzWxVbNmQzWxVbNmQwErt { margin-top: 0.5rem; }
.zXcvBnMqZwxVbNmQzWxVbN li { display: flex; align-items: center; margin-bottom: 0.5rem; }
.zXcvBnMqZwxVbNmQzWxVbN li span { color: var(--primary-color); font-weight: bold; margin-right: 0.5rem; font-size: 1.2rem; }

.fVBñMñQzWxCvBñMñZxCvBñMñQ { background-color: var(--secondary-color); }
.pLñKmJnHbBgVfCdXsSzAd { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.lKmJnHbBgVfCdXsSzAdFfG { background-color: var(--light-bg); padding: 2.5rem 2rem; border-radius: 10px; border-top: 4px solid var(--primary-color); }
.kJnHbBgVfCdXsSzAdFfGgH { font-size: 3rem; margin-bottom: 1rem; }

.gVCBnMnQzWxVbNmQzWxVbNm .zAsDfGhJkLpQwErTyUuI { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.sDfGhJkLpQwErTyUuIioP { background-color: var(--light-bg); padding: 2rem; border-radius: 10px; border-left: 4px solid var(--primary-color); }
.sDfGhJkLpQwErTyUuIioP p:first-child { font-style: italic; }
.fGhJkLpQwErTyUuIioPpA { display: flex; align-items: center; gap: 1rem; margin-top: 1.5rem; }
.fGhJkLpQwErTyUuIioPpA img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover;}
.fGhJkLpQwErTyUuIioPpA h4 { margin: 0; }
.fGhJkLpQwErTyUuIioPpA span { font-size: 0.9rem; color: var(--text-dark); }

.hJkLpMñQzWxCvBñMñZxCvBñM { background-color: var(--light-bg); }
.lPoIuYtReWqAsDfGhJkLpMñ { flex-direction: column; background-color: var(--secondary-color); padding: 4rem; border-radius: 15px; display: flex; justify-content: space-between; align-items: center; }
.iUyTrEwQaSdFfGhJkLpMñQzW { max-width: 600px; }

.iJkLpMñQzWxCvBñMñZxCvBñMñQ { background: linear-gradient(rgba(17,17,17,0.8), rgba(17,17,17,0.8)), url('images/9.webp') no-repeat center center/cover; padding: 8rem 0; }
.jKlMñQzWxCvBñMñZxCvBñMñQzW { text-align: center; max-width: 800px; margin: auto; }
.lMñQzWxCvBñMñZxCvBñMñQzWxC { color: var(--primary-color); font-weight: bold; letter-spacing: 2px; }
.iJkLpMñQzWxCvBñMñZxCvBñMñQ .fGhJkLpMñQzWxCvBñMñZxC{margin-top: 20px; display: inline-block; cursor: pointer;}
.jKlMñQzWxCvBñMñZxCvBñMñQz .hJkLpMñQzWxCvBñMñZxCvB { max-width: 900px; }
.kLmñQzWxCvBñMñZxCvBñMñQzWx { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.mñQzWxCvBñMñZxCvBñMñQzWxCv, .pQzWxCvBñMñZxCvBñMñQzWxCvBñM { background-color: var(--light-bg); border-radius: 10px; padding: 3rem; }
.ñQzWxCvBñMñZxCvBñMñQzWxCvBñ h3 { color: var(--primary-color); }

.lMñQzWxCvBñMñZxCvBñMñQzWx { background-color: var(--secondary-color); }
.mñQzWxCvBñMñZxCvBñMñQzWxC { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.qWxCvBñMñZxCvBñMñQzWxCvBñM { font-size: 2.5rem; line-height: 1; color: var(--primary-color); background-color: var(--dark-bg); width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem auto; }
.ñQzWxCvBñMñZxCvBñMñQzWxCvB h4 { margin: 1rem 0 0.5rem 0; }

.mñQzWxCvBñMñZxCvBñMñQzWxCvB { background: var(--dark-bg); }
.pQzWxCvBñMñZxCvBñMñQzWxCv { position: relative; padding: 2rem 0; }
.pQzWxCvBñMñZxCvBñMñQzWxCv::before { content: ''; position: absolute; left: 19px; top: 0; bottom: 0; width: 2px; background-color: var(--border-color); }
.tYuIiOoPpAaSdFgHjKkLpMñ { position: relative; display: flex; align-items: flex-start; margin-bottom: 2rem; }
.yUiOoPpAaSdFgHjKkLpMñQ { flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; }
.uIoPpAaSdFgHjKkLpMñQz { width: 20px; height: 20px; background-color: var(--primary-color); border-radius: 50%; border: 4px solid var(--dark-bg); }
.iOpPaAsDfGhJkLpMñQzW { margin-left: 2rem; }
.iOpPaAsDfGhJkLpMñQzW h4 { color: var(--primary-color); }

.ñQzWxCvBñMñZxCvBñMñQzWxCvBñMñ { background-color: var(--secondary-color); }
.wXcVbNñMñQzWxCvBñMñZxCvB { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.xVbNñMñQzWxCvBñMñZxCvBñM { text-align: center; }
.xVbNñMñQzWxCvBñMñZxCvBñM img { border-radius: 10px; margin-bottom: 1rem; }
.xVbNñMñQzWxCvBñMñZxCvBñM span { color: var(--primary-color); font-size: 0.9rem; }

.pQzWxCvBñMñZxCvBñMñQzWxCvBñMñQ { background: var(--dark-bg); }
.qZxCvBñMñQzWxCvBñMñZxCvBñ { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.zXcVbNñMñQzWxCvBñMñZxCvBñMñQz { background-color: var(--light-bg); padding: 2rem; border-radius: 10px; }
.zXcVbNñMñQzWxCvBñMñZxCvBñMñQz h4 { color: var(--primary-color); }

.rTyUuIiOoPpAaSdFgHjKkLp { background: var(--secondary-color); }
.tYuIiOoPpAaSdFgHjKkLpM { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.yUiOoPpAaSdFgHjKkLpMñ { background-color: var(--light-bg); padding: 2.5rem; border-radius: 10px; display: flex; flex-direction: column; align-items: flex-start; }
.uIoPpAaSdFgHjKkLpMñQzW { color: var(--primary-color); margin-bottom: 1.5rem; }
.uIoPpAaSdFgHjKkLpMñQzW svg { width: 48px; height: 48px; }

.sTuIiOoPpAaSdFgHjKkLpMñ .hJkLpMñQzWxCvBñMñZxCvB { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; align-items: center; }
.jKkLpMñQzWxCvBñMñZxCvBñ { background: none; border: none; padding: 1rem 1.5rem; color: var(--text-dark); cursor: pointer; font-size: 1rem; border-bottom: 2px solid transparent; }
.jKkLpMñQzWxCvBñMñZxCvBñ.active { color: var(--primary-color); border-bottom-color: var(--primary-color); }
.pMñQzWxCvBñMñZxCvBñMñQzWx { display: none; padding-top: 2rem; }
.pMñQzWxCvBñMñZxCvBñMñQzWx.active { display: block; }
.pMñQzWxCvBñMñZxCvBñMñQzWx h3 { color: var(--primary-color); }

.tYuIiOoPpAaSdFgHjKkLpMñQ { background: var(--secondary-color); }
.yUiOoPpAaSdFgHjKkLpMñQz { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.iOpPaAsDfGhJkLpMñQzWxCvB { background-color: var(--light-bg); padding: 2rem; border-radius: 10px; }
.iOpPaAsDfGhJkLpMñQzWxCvB h4 { color: var(--primary-color); }

.uIoPpAaSdFgHjKkLpMñQzWxCv .hJkLpMñQzWxCvBñMñZxCvB { display: grid; grid-template-columns: 1.5fr 1fr; gap: 4rem; }
.pPaAsDfGhJkLpMñQzWxCvBñM { display: flex; flex-direction: column; gap: 1.5rem; }
.aAsDfGhJkLpMñQzWxCvBñMñ { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.sDfGhJkLpMñQzWxCvBñMñZxC { display: flex; flex-direction: column; }
.sDfGhJkLpMñQzWxCvBñMñZxC label { margin-bottom: 0.5rem; font-size: 0.9rem; color: var(--text-dark); }
.sDfGhJkLpMñQzWxCvBñMñZxC input,
.sDfGhJkLpMñQzWxCvBñMñZxC textarea {
    background-color: var(--light-bg);
    border: 1px solid var(--border-color);
    border-radius: 5px;
    padding: 0.75rem;
    color: var(--text-light);
    font-size: 1rem;
}
.sDfGhJkLpMñQzWxCvBñMñZxC input:focus,
.sDfGhJkLpMñQzWxCvBñMñZxC textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}
.dFgHjKkLpMñQzWxCvBñMñZxCv { color: #ff5555; font-size: 0.8rem; margin-top: 0.25rem; display: none; }
.sDfGhJkLpMñQzWxCvBñMñZxC.error input,
.sDfGhJkLpMñQzWxCvBñMñZxC.error textarea { border-color: #ff5555; }
.sDfGhJkLpMñQzWxCvBñMñZxC.error .dFgHjKkLpMñQzWxCvBñMñZxCv { display: block; }
.jKkLpMñQzWxCvBñMñZxCvBñM { background-color: var(--light-bg); padding: 1.5rem; border-radius: 10px; margin-bottom: 1rem; }
.jKkLpMñQzWxCvBñMñZxCvBñM h4 { margin-bottom: 0.5rem; }
.jKkLpMñQzWxCvBñMñZxCvBñM a { font-weight: bold; }

.vBnMnQzWxVbNmQzWxVbNmQz { background: var(--secondary-color); }
.bMnQzWxVbNmQzWxVbNmQw { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.nMnQzWxVbNmQzWxVbNmQwErT { background-color: var(--light-bg); padding: 2rem; border-radius: 10px; }
.nMnQzWxVbNmQzWxVbNmQwErT img { margin-bottom: 1rem; border-radius: 5px; }
.nMnQzWxVbNmQzWxVbNmQwErT h3 { color: var(--primary-color); }
.nMnQzWxVbNmQzWxVbNmQwErT span { display: block; margin-top: 1rem; }

.xVbNñMñQzWxCvBñMñZxCvBñMñQz { max-width: 800px; margin: auto; }
.vBñMñZxCvBñMñQzWxCvBñMñQzW { border-bottom: 1px solid var(--border-color); }
.bNñMñQzWxCvBñMñZxCvBñMñQzWx { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 0; cursor: pointer; }
.bNñMñQzWxCvBñMñZxCvBñMñQzWx h4 { margin: 0; color: var(--white-color); transition: color 0.3s; }
.vBñMñZxCvBñMñQzWxCvBñMñQzW.active .bNñMñQzWxCvBñMñZxCvBñMñQzWx h4 { color: var(--primary-color); }
.bNñMñQzWxCvBñMñZxCvBñMñQzWx span { font-size: 1.5rem; color: var(--primary-color); transition: transform 0.3s; }
.vBñMñZxCvBñMñQzWxCvBñMñQzW.active .bNñMñQzWxCvBñMñZxCvBñMñQzWx span { transform: rotate(45deg); }
.nBvCxZqWeRtYuIiOoPpAaSd { max-height: 0; overflow: hidden; transition: max-height 0.5s ease, padding 0.5s ease; }
.nBvCxZqWeRtYuIiOoPpAaSd p { padding: 0 0 1.5rem 0; margin: 0; }
.vBñMñZxCvBñMñQzWxCvBñMñQzW.active .nBvCxZqWeRtYuIiOoPpAaSd { padding-top: 1rem; }

.yUiOoPpAaSdFgHjKkLpMñQzW { background-color: var(--secondary-color); padding: 8rem 0; }
.zAsDfGhJkLpQwErTyUuIiO { background-color: var(--dark-bg); padding: 3rem; border-radius: 10px; max-width: 900px; margin: auto; }
.zAsDfGhJkLpQwErTyUuIiO h2 { margin-top: 2rem; color: var(--primary-color); }
.zAsDfGhJkLpQwErTyUuIiO ul { list-style: disc; padding-left: 20px; }
.zAsDfGhJkLpQwErTyUuIiO li { margin-bottom: 0.5rem; }
.zQxWcEvRtYuIiopPaSdFf { height: 80vh; display: flex; align-items: center; justify-content: center; text-align: center; }
.xWcEvRtYuIiopPaSdFfGg { max-width: 600px; }
.wCeVrTyUuIiOoPpAaSdFfG { width: 100px; height: 100px; background-color: var(--primary-color); border-radius: 50%; color: var(--secondary-color); font-size: 4rem; font-weight: bold; display: flex; align-items: center; justify-content: center; margin: 0 auto 2rem auto; }
.cEvRtYuIiopPaSdFfGgHh { font-size: 4rem; }
.eVrTyUuIiOoPpAaSdFfGgH { margin-bottom: 2rem; }

.kLpMñQzWxCvBñMñZxCvBñMñ { background-color: var(--secondary-color); padding: 4rem 0 2rem 0; }
.jHkLpMñQzWxCvBñMñZxCvBñMñ { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 2rem; border-bottom: 1px solid var(--border-color); padding-bottom: 3rem; margin-bottom: 2rem; }
.gHjKkLpMñQzWxCvBñMñZxCvBñ img { height: 35px; margin-bottom: 1rem; }
.fGhJkLpMñQzWxCvBñMñZxCvBñM h4, .dFgHjKkLpMñQzWxCvBñMñZxCvBñM h4, .sDfGhJkLpMñQzWxCvBñMñZxCvBñM h4 { margin-bottom: 1rem; }
.fGhJkLpMñQzWxCvBñMñZxCvBñM li, .dFgHjKkLpMñQzWxCvBñMñZxCvBñM li { margin-bottom: 0.5rem; }
.aDfGhJkLpMñQzWxCvBñMñZxCvBñM { display: flex; margin-top: 1rem; }
.aDfGhJkLpMñQzWxCvBñMñZxCvBñM input { flex-grow: 1; background-color: var(--dark-bg); border: 1px solid var(--border-color); padding: 0.75rem; color: var(--text-light); border-radius: 5px 0 0 5px; }
.aDfGhJkLpMñQzWxCvBñMñZxCvBñM button { background-color: var(--primary-color); border: none; color: var(--secondary-color); font-size: 1.5rem; padding: 0 1rem; border-radius: 0 5px 5px 0; cursor: pointer; }
.zXcVbNñMñQzWxCvBñMñZxCvBñMñ { display: flex; justify-content: space-between; align-items: center; font-size: 0.9rem; color: var(--text-dark); }
.xVbNñMñQzWxCvBñMñZxCvBñMñQ a { color: var(--text-dark); margin-left: 1rem; font-weight: bold; }

@media (max-width: 1024px) {
    h1 { font-size: 2.8rem; }
    .xWxCvBñMñZxCvBñMñQzWxCvB { font-size: 3.5rem; }
    h2 { font-size: 2rem; }
    section { padding: 4rem 0; }
    .bJkLpMñQzWxCvBñMñZxCvBñM { grid-template-columns: 1fr 1fr; }
    .pLñKmJnHbBgVfCdXsSzAd { grid-template-columns: 1fr; }
    .gVCBnMnQzWxVbNmQzWxVbNm .zAsDfGhJkLpQwErTyUuI { grid-template-columns: 1fr; }
    .wXcVbNñMñQzWxCvBñMñZxCvB { grid-template-columns: 1fr; }
    .bMnQzWxVbNmQzWxVbNmQw { grid-template-columns: 1fr; }
    .lPoIuYtReWqAsDfGhJkLpMñ { flex-direction: column; text-align: center; gap: 2rem; padding: 40px 15px;}
    .oPpAaSdFgHjKkLpMñQzWxCvB { flex-basis: 50%; }
    .eVcBnMnQzWxVbNmQzWxVbN .hJkLpMñQzWxCvBñMñZxCvB { grid-template-columns: 1fr; }
    .sTuIiOoPpAaSdFgHjKkLpMñ .hJkLpMñQzWxCvBñMñZxCvB { grid-template-columns: 1fr; }
    .tYuIiOoPpAaSdFgHjKkLpM { grid-template-columns: 1fr; }
    .jHkLpMñQzWxCvBñMñZxCvBñMñ { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .xVbNñMñQzWxCvBñMñZxCvBñMñ { display: none; }
    .aZxCvBñMñQzWxCvBñMñZxCv { display: flex; }
    .vBñMñZxCvBñMñQzWxCvBñM {
        position: fixed;
        top: 69px;
        left: 0;
        width: 100%;
        height: calc(100vh - 69px);
        background-color: var(--secondary-color);
        flex-direction: column;
        justify-content: center;
        padding-top: 30px;
        align-items: center;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    }
    .kLmñQzWxCvBñMñZxCvBñMñQzWx{grid-template-columns: 1fr;}
    .vBñMñZxCvBñMñQzWxCvBñM.active {
        transform: translateX(0);
    }
    .vBñMñZxCvBñMñQzWxCvBñM .lPñQzWxCvBñMñZxCvBñMñQ {
        flex-direction: column;
        gap: 2rem;
    }
    .kLpMñQzWxCvBñMñZxCvBñMñQzW { font-size: 1.5rem; }
    .aZxCvBñMñQzWxCvBñMñZxCv.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
    .aZxCvBñMñQzWxCvBñMñZxCv.active span:nth-child(2) { opacity: 0; }
    .aZxCvBñMñQzWxCvBñMñZxCv.active span:nth-child(3) { transform: rotate(-45deg) translate(7px, -6px); }

    .bNñMñQzWxCvBñMñZxCvBñMñQz .hJkLpMñQzWxCvBñMñZxCvB { grid-template-columns: 1fr; text-align: center; }
    .pMñQzWxCvBñMñZxCvBñMñQzWxC { order: 2; }
    .oIuYtReWqAsDfGgHjKkLpM { order: 1; margin: 0 auto 3rem auto; max-width: 300px;}
    .gHjKkLpMñQzWxCvBñMñZxCv { justify-content: center; flex-direction: column;}
    .xWxCvBñMñZxCvBñMñQzWxCvB { font-size: 3rem; }
    
    .oPpAaSdFgHjKkLpMñQzWxCvB { flex-basis: 100%; }
    .mñQzWxCvBñMñZxCvBñMñQzWxC { grid-template-columns: 1fr; }
    .qZxCvBñMñQzWxCvBñMñZxCvBñ { grid-template-columns: 1fr; }
    .uIoPpAaSdFgHjKkLpMñQzWxCv .hJkLpMñQzWxCvBñMñZxCvB { grid-template-columns: 1fr; }
    .aAsDfGhJkLpMñQzWxCvBñMñ { grid-template-columns: 1fr; }
    .jHkLpMñQzWxCvBñMñZxCvBñMñ { grid-template-columns: 1fr; text-align: center; }
    .aDfGhJkLpMñQzWxCvBñMñZxCvBñM { max-width: 400px; margin: auto; }
    .zXcVbNñMñQzWxCvBñMñZxCvBñMñ { flex-direction: column; gap: 1rem; }
    .bJkLpMñQzWxCvBñMñZxCvBñM, .yUiOoPpAaSdFgHjKkLpMñQz{grid-template-columns: 1fr;}
    .mñQzWxCvBñMñZxCvBñMñQzWxCv, .pQzWxCvBñMñZxCvBñMñQzWxCvBñM{padding: 1rem;}

}

@media (max-width: 360px) {
    h1 { font-size: 2.2rem; }
    .xWxCvBñMñZxCvBñMñQzWxCvB { font-size: 2.5rem; }
    h2 { font-size: 1.8rem; }
    .fGhJkLpMñQzWxCvBñMñZxC, .dFgHjKkLpMñQzWxCvBñMñZ { padding: 0.8rem 1.2rem; font-size: 0.9rem; }
    .bJkLpMñQzWxCvBñMñZxCvBñM { grid-template-columns: 1fr; }
    .mñQzWxCvBñMñZxCvBñMñQzWxC { grid-template-columns: 1fr; }
}