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

:root {
  --efgradient-primary: linear-gradient(135deg, #fb9d32, #4ba9bc, #3ea967);
  --efgradient-secondary: linear-gradient(45deg, #92400e, #ca8a04, #16a34a);
  --efgradient-tertiary: linear-gradient(225deg, #065f46, #b45309, #15803d);
  --efcolor-accent-vibrant: #ca8a04;
  --efcolor-accent-bright: #65a30d;
  --efcolor-accent-neon: #0ea5e9;
  --efcolor-text-light: #fefce8;
  --efcolor-text-dim: rgba(254, 252, 232, 0.8);
  --efcolor-background-dark: #1c1917;
  --efcolor-background-semi: rgba(28, 25, 23, 0.85);
  --efshadow-glow: 0 0 20px rgba(202, 138, 4, 0.4);
  --efshadow-soft: 0 4px 15px rgba(0, 0, 0, 0.15);
  --efborder-radius-smooth: 12px;
  --efborder-radius-pill: 50px;
  --eftransition-smooth: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --eftransition-bounce: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


body {
  font-family: 'Nunito', sans-serif;
  color: var(--efcolor-text-light);
  line-height: 1.6;
  background: url('/dds-engine/dds-media-art/dds-fon.webp') no-repeat center center fixed;
  background-size: cover;
  position: relative;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 26, 0.7);
  z-index: -1;
}

.efpagewrapper {
  margin: 0 auto;
  position: relative;
  background: transparent;
  box-shadow: none;
  z-index: 11;
}

.efglobalheader {
  background: rgba(10, 10, 26, 0.9);
  backdrop-filter: blur(15px);
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  width: 100%;
}

.efheadercontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  max-width: 1510px;
  margin: 0 auto;
}

.efheaderbrand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Prata', serif;
  font-size: 1.5rem;
  background: var(--efgradient-secondary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: var(--eftransition-smooth);
}

.efheaderbrand:hover {
  transform: scale(1.05);
}

.efbrandicon {
  font-size: 2rem;
  background: var(--efgradient-tertiary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.efglobalnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 1.5rem;
}

.efnavlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 1rem;
}

.efnavlink {
  text-decoration: none;
  color: var(--efcolor-text-light);
  font-weight: 500;
  left: 0;
  padding: 0.5rem 1rem;
  border-radius: var(--efborder-radius-pill);
  transition: var(--eftransition-smooth);
  position: relative;
  overflow: hidden;
}

.efnavlink::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--efgradient-secondary);
  transition: var(--eftransition-smooth);
  z-index: -1;
  border-radius: var(--efborder-radius-pill);
}

.efnavlink:hover::before {
  left: 0;
}

.efnavlink:hover {
  color: var(--efcolor-background-dark);
  transform: translateY(-2px);
}

.efcontacttrigger {
  background: var(--efgradient-tertiary);
  border: none;
  color: var(--efcolor-text-light);
  padding: 0.7rem 1.5rem;
  border-radius: var(--efborder-radius-pill);
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: var(--eftransition-smooth);
  box-shadow: var(--efshadow-glow);
}

.efcontacttrigger:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 119, 0, 0.6);
}

.efmobile-navtoggle {
  display: none;
  background: none;
  border: none;
  color: var(--efcolor-text-light);
  font-size: 1.8rem;
  cursor: pointer;
  transition: var(--eftransition-smooth);
}

.efmobile-navtoggle:hover {
  transform: scale(1.1);
}

.efcontent-main {
  background: transparent;
  position: relative;
  z-index: 1;
}

.efsectionwelcome {
  padding: 6rem 2rem;
  text-align: center;
  position: relative;
  background: transparent;
}

.efwelcomecontent {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.efwelcometitle {
  font-family: 'Prata', serif;
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  background: var(--efgradient-secondary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-height: 4.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.efwelcometext {
  font-size: 1.2rem;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: var(--efcolor-text-dim);
  min-height: 3.6rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.efwelcomecards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.efwelcomecard {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 1.5rem;
  border-radius: var(--efborder-radius-smooth);
  width: 200px;
  transition: var(--eftransition-smooth);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.efwelcomecard::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.6s ease;
}

.efwelcomecard:hover::before {
  left: 100%;
}

.efwelcomecard:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: var(--efshadow-glow);
}

.bx {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  background: var(--efgradient-tertiary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.efcardtext {
  font-size: 0.9rem;
  color: var(--efcolor-text-light);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.efwelcomecta {
  display: inline-block;
  background: var(--efgradient-primary);
  color: var(--efcolor-text-light);
  padding: 1rem 2.5rem;
  border-radius: var(--efborder-radius-pill);
  text-decoration: none;
  font-weight: 500;
  transition: var(--eftransition-smooth);
  box-shadow: var(--efshadow-glow);
  position: relative;
  overflow: hidden;
}

.efwelcomecta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.efwelcomecta:hover::before {
  left: 100%;
}

.efwelcomecta:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(51, 204, 255, 0.6);
}

.efsectionfeatures {
  padding: 5rem 2rem;
  background: rgba(10, 10, 26, 0.7);
}

.effeaturescontainer {
  max-width: 1200px;
  margin: 0 auto;
}

.effeaturestitle {
  font-family: 'Prata', serif;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 3rem;
  background: var(--efgradient-tertiary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-height: 3.5rem;
}

.effeaturesgrid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.effeatureitem {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 2rem;
  border-radius: var(--efborder-radius-smooth);
  width: 250px;
  text-align: center;
  transition: var(--eftransition-smooth);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.effeatureitem:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: var(--efshadow-glow);
}

.effeatureiconwrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: var(--efgradient-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.effeatureiconwrapper .bx {
  font-size: 2.5rem;
  color: var(--efcolor-text-light);
}

.effeatureheading {
  font-family: 'Prata', serif;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  min-height: 2.2rem;
}

.effeaturedescription {
  color: var(--efcolor-text-dim);
  font-size: 0.95rem;
  min-height: 4.5rem;
}

.efsectionabout {
  padding: 5rem 2rem;
}

.efaboutcontainer {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 3rem;
  align-items: center;
}

.efaboutvisual {
  flex: 1;
}

.efaboutimage {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 500px;
  border-radius: var(--efborder-radius-smooth);
  background: var(--efgradient-primary);
  box-shadow: var(--efshadow-glow);
  overflow: hidden;
}

.efaboutimage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--efgradient-primary);
  opacity: 0.7;
  border-radius: var(--efborder-radius-smooth);
}

.efaboutcontent {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.efaboutblock {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 2rem;
  border-radius: var(--efborder-radius-smooth);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.efabouttitle {
  font-family: 'Prata', serif;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  background: var(--efgradient-secondary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-height: 2.5rem;
}

.efabouttext {
  margin-bottom: 2rem;
  color: var(--efcolor-text-dim);
  min-height: 4.5rem;
}

.efaboutminicards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.efminicard {
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem;
  border-radius: var(--efborder-radius-smooth);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  min-width: 120px;
}

.efminicard .bx {
  font-size: 1.2rem;
  background: var(--efgradient-tertiary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.efminicardtext {
  font-size: 0.8rem;
  color: var(--efcolor-text-light);
}

.efaboutcta {
  display: inline-block;
  background: var(--efgradient-tertiary);
  color: var(--efcolor-text-light);
  padding: 0.8rem 1.8rem;
  border-radius: var(--efborder-radius-pill);
  text-decoration: none;
  font-weight: 500;
  transition: var(--eftransition-smooth);
}

.efaboutcta:hover {
  transform: translateY(-3px);
  box-shadow: var(--efshadow-glow);
}

.efsectiongames {
  padding: 5rem 2rem;
  background: rgba(10, 10, 26, 0.7);
}

.efgamescontainer {
  max-width: 1200px;
  margin: 0 auto;
}

.efgamestitle {
  font-family: 'Prata', serif;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 3rem;
  background: var(--efgradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-height: 3.5rem;
}

.efgamesgrid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.efgamecard {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: var(--efborder-radius-smooth);
  overflow: hidden;
  width: 350px;
  transition: var(--eftransition-bounce);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.efgamecard:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: var(--efshadow-glow);
}

.efgamebadge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--efgradient-secondary);
  color: var(--efcolor-text-light);
  padding: 0.3rem 0.8rem;
  border-radius: var(--efborder-radius-pill);
  font-size: 0.8rem;
  font-weight: 500;
  z-index: 2;
}

.efgameimage {
  width: 100%;
  max-width: 350px;
  height: 100%;
  max-height: 200px;
  border-radius: var(--efborder-radius-smooth) var(--efborder-radius-smooth) 0 0;
}

.efgamecontent {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 116px;
}

.efgamename {
  font-family: 'Prata', serif;
  font-size: 1.3rem;
  min-height: 2rem;
}

.efgamecard .bx {
  font-size: 2rem;
  background: var(--efgradient-tertiary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.efgamelink {
  display: block;
  background: var(--efgradient-primary);
  color: var(--efcolor-text-light);
  text-align: center;
  padding: 1rem;
  text-decoration: none;
  font-weight: 500;
  transition: var(--eftransition-smooth);
}

.efgamelink:hover {
  background: var(--efgradient-secondary);
}

.efsectiontestimonials {
  padding: 5rem 2rem;
}

.eftestimonialscontainer {
  max-width: 1200px;
  margin: 0 auto;
}

.eftestimonialstitle {
  font-family: 'Prata', serif;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 3rem;
  background: var(--efgradient-secondary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-height: 3.5rem;
}

.eftestimonialsgrid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.eftestimonialcard {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 2rem;
  border-radius: var(--efborder-radius-smooth);
  width: 350px;
  transition: var(--eftransition-smooth);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.eftestimonialcard:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: var(--efshadow-glow);
}

.eftestimonialheader {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  gap: 1rem;
}

.eftestimonialavatar {
  width: 100%;
  max-width: 60px;
  height: 100%;
  max-height: 60px;
  border-radius: 50%;
  border: 2px solid var(--efcolor-accent-bright);
}

.eftestimonialmeta {
  flex: 1;
}

.eftestimonialname {
  font-weight: 500;
  margin-bottom: 0.5rem;
  min-height: 1.5rem;
}

.eftestimonialrating {
  display: flex;
  gap: 0.2rem;
}

.eftestimonialrating .bx {
  font-size: 1rem;
  background: var(--efgradient-secondary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.eftestimonialicon {
  font-size: 2rem;
  background: var(--efgradient-tertiary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.7;
}

.eftestimonialtext {
  margin-bottom: 1.5rem;
  color: var(--efcolor-text-dim);
  min-height: 4.5rem;
  font-style: italic;
  min-height: 107px;
}

.eftestimonialfooter {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: var(--efcolor-text-dim);
}

.eftestimoniallocation, .eftestimonialdate {
  min-height: 1.2rem;
}

.efsectionfaq {
  padding: 5rem 2rem;
  background: rgba(10, 10, 26, 0.7);
  position: relative;
}

.effaqcontainer {
  max-width: 1200px;
  margin: 0 auto;
}

.effaqtitle {
  font-family: 'Prata', serif;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 3rem;
  background: var(--efgradient-tertiary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-height: 3.5rem;
}

.effaqblocks {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
}

.effaqblock {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 2rem;
  border-radius: var(--efborder-radius-smooth);
  flex: 1;
  min-width: 250px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.effaqblocktitle {
  font-family: 'Prata', serif;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  background: var(--efgradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-height: 2rem;
}

.effaqitem {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.effaqquestion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  cursor: pointer;
  transition: var(--eftransition-smooth);
}

.effaqquestion:hover {
  color: var(--efcolor-accent-bright);
}

.effaqquestion p {
  flex: 1;
  min-height: 1.5rem;
}

.effaqitem .bx{
  transition: var(--eftransition-smooth);
}

.effaqitem.active .effaqitem .bx {
  transform: rotate(180deg);
}

.effaqanswer {
  max-height: 0;
  overflow: hidden;
  transition: var(--eftransition-smooth);
}

.effaqitem.active .effaqanswer {
  max-height: 200px;
  padding-bottom: 1rem;
}

.effaqanswer p {
  color: var(--efcolor-text-dim);
  min-height: 3rem;
}

.effaqcta {
  display: block;
  text-align: center;
  background: var(--efgradient-primary);
  color: var(--efcolor-text-light);
  padding: 1rem 2rem;
  border-radius: var(--efborder-radius-pill);
  text-decoration: none;
  font-weight: 500;
  margin: 0 auto;
  max-width: 300px;
  transition: var(--eftransition-smooth);
}

.effaqcta:hover {
  transform: translateY(-3px);
  box-shadow: var(--efshadow-glow);
}

.efsectionresponsible {
  padding: 5rem 2rem;
}

.efresponsiblecontainer {
  max-width: 1200px;
  margin: 0 auto;
}

.efresponsibletitle {
  font-family: 'Prata', serif;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 3rem;
  background: var(--efgradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-height: 3.5rem;
}

.efresponsiblecontent {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 2.5rem;
  border-radius: var(--efborder-radius-smooth);
  margin-bottom: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.efresponsibletext {
  margin-bottom: 1.5rem;
  color: var(--efcolor-text-dim);
  min-height: 4.5rem;
}

.efresponsibletext a {
  color: var(--efcolor-accent-bright);
  text-decoration: none;
  transition: var(--eftransition-smooth);
}

.efresponsibletext a:hover {
  color: var(--efcolor-accent-vibrant);
  text-decoration: underline;
}

.efresponsiblelink {
  display: inline-block;
  background: var(--efgradient-secondary);
  color: var(--efcolor-text-light);
  padding: 0.8rem 1.8rem;
  border-radius: var(--efborder-radius-pill);
  text-decoration: none;
  font-weight: 500;
  transition: var(--eftransition-smooth);
}

.efresponsiblelink:hover {
  transform: translateY(-3px);
  box-shadow: var(--efshadow-glow);
}

.efresponsiblepartners {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.efpartner-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem;
  border-radius: var(--efborder-radius-smooth);
  display: flex;
  align-items: center;
  justify-content: center;
}

.efpartner-item img {
  border-radius: 8px;
}

.efsectioncontact {
  padding: 5rem 2rem;
  background: rgba(10, 10, 26, 0.7);
}

.efcontactcontainer {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 3rem;
}

.efcontactformblock {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 2.5rem;
  border-radius: var(--efborder-radius-smooth);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.efcontacttitle {
  font-family: 'Prata', serif;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  background: var(--efgradient-secondary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-height: 2.8rem;
}

.efcontactform {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.efformgroup {
  position: relative;
}

.efformlabel {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  min-height: 1.2rem;
}

.efforminput, .efformtextarea {
  width: 100%;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--efborder-radius-smooth);
  color: var(--efcolor-text-light);
  font-family: 'Nunito', sans-serif;
  transition: var(--eftransition-smooth);
}

.efforminput:focus, .efformtextarea:focus {
  outline: none;
  border-color: var(--efcolor-accent-bright);
  box-shadow: 0 0 0 2px rgba(51, 204, 255, 0.3);
  background: rgba(255, 255, 255, 0.15);
}

.efformtextarea {
  resize: vertical;
  min-height: 120px;
}

.efcheckbox-group {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.efformcheckbox {
  margin-top: 0.3rem;
}

.efcheckbox-label {
  font-size: 0.9rem;
  color: var(--efcolor-text-dim);
}

.efcheckbox-label a {
  color: var(--efcolor-accent-bright);
  text-decoration: none;
}

.efcheckbox-label a:hover {
  text-decoration: underline;
}

.efformvalidation {
  position: absolute;
  bottom: -1.2rem;
  left: 0;
  font-size: 0.8rem;
  color: var(--efcolor-accent-neon);
  opacity: 0;
  transition: var(--eftransition-smooth);
}

.efformgroup.error .efformvalidation {
  opacity: 1;
}

.efformgroup.valid .efforminput,
.efformgroup.valid .efformtextarea {
  border-color: var(--efcolor-accent-neon);
}

.efformsubmit {
  background: var(--efgradient-primary);
  color: var(--efcolor-text-light);
  border: none;
  padding: 1.2rem 2rem;
  border-radius: var(--efborder-radius-pill);
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: var(--eftransition-smooth);
  margin-top: 1rem;
}

.efformsubmit:not(:disabled):hover {
  transform: translateY(-3px);
  box-shadow: var(--efshadow-glow);
}

.efformsubmit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.efcontactinfo-block {
  flex: 1;
}

.efcontactinfo-title {
  font-family: 'Prata', serif;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  background: var(--efgradient-tertiary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-height: 2.3rem;
}

.efcontactcards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.efcontactcard {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 1.5rem;
  border-radius: var(--efborder-radius-smooth);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: var(--eftransition-smooth);
}

.efcontactcard:hover {
  transform: translateX(10px);
  background: rgba(255, 255, 255, 0.15);
}

.efcontactcardicon .bx{
  font-size: 2rem;
  margin-bottom: 1rem;
  background: var(--efgradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.efcontactcardtitle {
  font-family: 'Prata', serif;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  min-height: 1.5rem;
}

.efcontactcardtext {
  color: var(--efcolor-text-dim);
  font-size: 0.9rem;
  min-height: 3.5rem;
}

.efcontactdetails {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 1.5rem;
  border-radius: var(--efborder-radius-smooth);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.efcontactemail {
  margin-bottom: 1rem;
  min-height: 1.2rem;
}

.efcontactemail a {
  color: var(--efcolor-accent-bright);
  text-decoration: none;
}

.efcontactemail a:hover {
  text-decoration: underline;
}

.efcontactresponse {
  color: var(--efcolor-text-dim);
  font-size: 0.9rem;
  min-height: 1.2rem;
}

.efglobalfooter {
  background: var(--efcolor-background-semi);
  backdrop-filter: blur(10px);
  padding: 3rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.effootercontainer {
  max-width: 1510px;
  margin: 0 auto;
  padding: 0 2rem;
}

.effooterprimary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.effooterbrand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Prata', serif;
  font-size: 1.3rem;
  background: var(--efgradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.effootericon {
  font-size: 1.8rem;
  background: var(--efgradient-tertiary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.effooternav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.effooternavlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 1.5rem;
}

.effooternavlink {
  text-decoration: none;
  color: var(--efcolor-text-dim);
  font-size: 0.9rem;
  transition: var(--eftransition-smooth);
}

.effooternavlink:hover {
  color: var(--efcolor-accent-bright);
}

.effootercontacttrigger {
  background: var(--efgradient-secondary);
  border: none;
  color: var(--efcolor-text-light);
  padding: 0.6rem 1.2rem;
  border-radius: var(--efborder-radius-pill);
  font-family: 'Nunito', sans-serif;
  font-size: 0.9rem;
  cursor: pointer;
  transition: var(--eftransition-smooth);
}

.effootercontacttrigger:hover {
  transform: scale(1.05);
  box-shadow: var(--efshadow-glow);
}

.effootersecondary {
  text-align: center;
}

.effootercopyright {
  color: var(--efcolor-text-dim);
  font-size: 0.9rem;
  min-height: 1.2rem;
}

.efagemodal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: var(--eftransition-smooth);
}

.efagemodal.active {
  opacity: 1;
  visibility: visible;
}

.efagecontainer {
  background: var(--efcolor-background-dark);
  border-radius: var(--efborder-radius-smooth);
  padding: 2.5rem;
  max-width: 500px;
  width: 90%;
  box-shadow: var(--efshadow-glow);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: scale(0.9);
  transition: var(--eftransition-smooth);
}

.efagemodal.active .efagecontainer {
  transform: scale(1);
}

.efagecontent {
  text-align: center;
}

.efagetitle {
  font-family: 'Prata', serif;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  background: var(--efgradient-secondary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-height: 2.8rem;
}

.efagetext {
  margin-bottom: 2rem;
  color: var(--efcolor-text-dim);
  line-height: 1.6;
  min-height: 3.5rem;
}

.efagepartners {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.efagepartner-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 0.8rem;
  border-radius: var(--efborder-radius-smooth);
  display: flex;
  align-items: center;
  justify-content: center;
}

.efpartner-item img,
.efagepartner-item img {
  width: 100%;
  max-width: 120px;
  max-height: 60px;
  border-radius: 8px;
}

.efagebuttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.efageconfirm {
  background: var(--efgradient-primary);
  color: var(--efcolor-text-light);
  border: none;
  padding: 1rem 2rem;
  border-radius: var(--efborder-radius-pill);
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: var(--eftransition-smooth);
  flex: 1;
}

.efageconfirm:hover {
  transform: scale(1.05);
  box-shadow: var(--efshadow-glow);
}

.efagedecline {
  background: rgba(255, 255, 255, 0.1);
  color: var(--efcolor-text-light);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1rem 2rem;
  border-radius: var(--efborder-radius-pill);
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: var(--eftransition-smooth);
  flex: 1;
}

.efagedecline:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

.efcookiemodal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(10, 10, 26, 0.95);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.efcookiemodal.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.efcookiecontainer {
  max-width: 1510px;
  margin: 0 auto;
  padding: 0 2rem;
}

.efcookiecontent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.5rem 0;
  text-align: left;
}

.efcookietext {
  flex: 1;
  color: var(--efcolor-text-dim);
  line-height: 1.5;
  min-height: 3rem;
  font-size: 0.95rem;
}

.efcookietext a {
  color: var(--efcolor-accent-bright);
  text-decoration: none;
  transition: var(--eftransition-smooth);
}

.efcookietext a:hover {
  color: var(--efcolor-accent-vibrant);
  text-decoration: underline;
}

.efcookieaccept {
  background: var(--efgradient-primary);
  color: var(--efcolor-text-light);
  border: none;
  padding: 0.8rem 1.8rem;
  border-radius: var(--efborder-radius-pill);
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: var(--eftransition-smooth);
  white-space: nowrap;
  flex-shrink: 0;
}

.efcookieaccept:hover {
  transform: translateY(-2px);
  box-shadow: var(--efshadow-glow);
}

.efsuccessmodal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  transition: var(--eftransition-smooth);
}

.efsuccessmodal.active {
  opacity: 1;
  visibility: visible;
}

.efsuccesscontainer {
  background: var(--efcolor-background-dark);
  border-radius: var(--efborder-radius-smooth);
  padding: 2rem;
  max-width: 450px;
  width: 90%;
  box-shadow: var(--efshadow-glow);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: scale(0.9);
  transition: var(--eftransition-smooth);
}

.efsuccessmodal.active .efsuccesscontainer {
  transform: scale(1);
}

.efsuccesscontent {
  position: relative;
  text-align: center;
}

.efsuccessclose {
  position: absolute;
  top: -3rem;
  right: -1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: var(--efcolor-text-light);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--eftransition-smooth);
}

.efsuccessclose:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.efsuccesstitle {
  position: relative;
  font-family: 'Prata', serif;
  font-size: 1.8rem;
  margin-top: 2.3rem;
  margin-bottom: 1rem;
  background: var(--efgradient-tertiary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-height: 2.3rem;
}

.efsuccesstext {
  color: var(--efcolor-text-dim);
  line-height: 1.5;
  margin: 0;
  min-height: 3.5rem;
}

.efsuccessemail {
  color: var(--efcolor-accent-bright);
  font-weight: 500;
}

.efsubscribemodaloverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backdrop-filter: blur(10px);
}

.efsubscribemodaloverlay.active {
  opacity: 1;
  visibility: visible;
}

.efsubscribemodalcontainer {
  background: transparent;
  border-radius: 25px;
  padding: 0;
  max-width: 500px;
  width: 95%;
  max-height: 90vh;
  overflow-y: auto;
  transform: scale(0.8) rotateX(10deg);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 25px 50px rgba(102, 126, 234, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.efsubscribemodaloverlay.active .efsubscribemodalcontainer {
  transform: scale(1) rotateX(0);
}

.efsubscribemodalcontent {
  padding: 3rem;
  position: relative;
  color: #ffffff;
}

.efsubscribemodalclose {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}

.efsubscribemodalclose:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

.efsubscribemodalheader {
  text-align: center;
  margin-bottom: 2.5rem;
}

.efsubscribemodalicon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.efsubscribemodalicon i {
  font-size: 2.5rem;
  background: linear-gradient(45deg, #ff893b, #cda93e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.efsubscribemodaltitle {
  font-family: 'Prata', serif;
  font-size: 2rem;
  margin-bottom: 1rem;
  background: linear-gradient(45deg, #ffffff, #ff893b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-height: 2.5rem;
}

.efsubscribemodalsubtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0;
  min-height: 3.5rem;
}

.efsubscribemodalbenefits {
  margin-bottom: 2.5rem;
}

.efsubscribemodalbenefit {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.efsubscribemodalbenefit:hover {
  transform: translateX(10px);
  background: rgba(255, 255, 255, 0.15);
}

.efsubscribebenefiticon {
  font-size: 1.8rem;
  background: linear-gradient(45deg, #ff893b, #cda93e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.efsubscribebenefitcontent {
  flex: 1;
}

.efsubscribebenefittitle {
  font-family: 'Prata', serif;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
  min-height: 1.5rem;
}

.efsubscribebenefittext {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
  min-height: 2.5rem;
}

.efsubscribemodalformcontainer {
  text-align: center;
}

.efsubscribemodalcta {
  display: inline-block;
  background: linear-gradient(45deg, #ffae6b, #cda93e);
  color: #ffffff;
  padding: 1.2rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.efsubscribemodalcta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.efsubscribemodalcta:hover::before {
  left: 100%;
}

.efsubscribemodalcta:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 25px rgba(255, 107, 107, 0.6);
}

.efsubscribemodalnote {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  margin: 0;
  min-height: 1.2rem;
}

.efsubscribemodalsuccess {
  text-align: center;
  animation: fadeIn 0.6s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.efsubscribesuccessicon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #4caf50, #8bc34a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.efsubscribesuccessicon span {
  font-size: 2rem;
  color: #ffffff;
}

.efsubscribesuccesstitle {
  font-family: 'Prata', serif;
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 1rem;
  min-height: 1.8rem;
}

.efsubscribesuccesstext {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
  line-height: 1.5;
  min-height: 2.5rem;
}

.efsubscribeunsubscribebtn {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.efsubscribeunsubscribebtn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .efheadercontainer, .effootercontainer {
    padding: 0 1.5rem;
  }
  
  .efwelcometitle {
    font-size: 3rem;
  }
  
  .efaboutcontainer {
    flex-direction: column;
  }
  
  .efcontactcontainer {
    flex-direction: column;
  }
  
  .effooterprimary {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
  
  .effooternav {
    flex-direction: column;
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .efheadercontainer {
    padding: 0 1rem;
  }
  
  .efglobalnav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(10, 10, 26, 0.95);
    backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .efmobile-navtoggle {
    display: block;
  }
  
  .efglobalnav.active {
    display: flex;
    flex-direction: column;
  }

  .efnavlist {
    flex-direction: column;
    gap: 1.3rem;
    justify-content: center;
    align-items: center;
  }
  
  .efwelcometitle {
    font-size: 2.5rem;
  }
  
  .efwelcomecards {
    gap: 1rem;
  }
  
  .efwelcomecard {
    width: 160px;
  }

  .eftestimonialavatar {
    max-width: 50px;
    max-height: 50px;
  }
  
  .efgameimage {
    max-height: 180px;
  }
  
  .efaboutimage {
    max-height: 400px;
  }
  
  .efpartner-item img,
  .efagepartner-item img {
    max-width: 100px;
    max-height: 50px;
  }
  
  .effeaturesgrid, .efgamesgrid, .eftestimonialsgrid {
    gap: 1.5rem;
  }
  
  .effeatureitem, .efgamecard, .eftestimonialcard {
    width: 100%;
    max-width: 300px;
  }
  
  .effaqblocks {
    flex-direction: column;
  }
  
  .efagecontainer,
  .efsuccesscontainer {
    padding: 2rem 1.5rem;
  }
  
  .efagetitle {
    font-size: 1.8rem;
  }
  
  .efagebuttons {
    flex-direction: column;
  }
  
  .efcookiecontent {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .efcookiecontainer {
    padding: 0 1rem;
  }
  
  .effootercontainer {
    padding: 0 1rem;
  }

  .efsubscribemodalcontent {
    padding: 2rem;
  }
  
  .efsubscribemodaltitle {
    font-size: 1.7rem;
  }
  
  .efsubscribemodalsubtitle {
    font-size: 1rem;
  }
  
  .efsubscribemodalbenefit {
    padding: 0.8rem;
  }
  
  .efsubscribebenefiticon {
    font-size: 1.5rem;
  }
  
  .efsubscribebenefittitle {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .efheadercontainer, .effootercontainer {
    padding: 0 0.5rem;
  }
  
  .efsectionwelcome, .efsectionfeatures, .efsectionabout, 
  .efsectiongames, .efsectiontestimonials, .efsectionfaq,
  .efsectionresponsible, .efsectioncontact {
    padding: 3rem 0.5rem;
  }
  
  .efwelcometitle {
    font-size: 2rem;
  }
  
  .efwelcomecards {
    flex-direction: column;
    align-items: center;
  }
  
  .efwelcomecard {
    width: 100%;
    max-width: 250px;
  }
  
  .effeaturestitle, .efgamestitle, .eftestimonialstitle, 
  .effaqtitle, .efresponsibletitle {
    font-size: 2.2rem;
  }
  
  .efaboutminicards {
    flex-direction: column;
  }

  .eftestimonialavatar {
    max-width: 45px;
    max-height: 45px;
  }
  
  .efgameimage {
    max-height: 160px;
  }
  
  .efaboutimage {
    max-height: 300px;
  }
  
  .efpartner-item img,
  .efagepartner-item img {
    max-width: 80px;
    max-height: 40px;
  }
  
  .efcontactformblock {
    padding: 1.5rem;
  }
  
  .efagecontainer,
  .efsuccesscontainer {
    padding: 1.5rem 1rem;
  }
  
  .efagetitle {
    font-size: 1.6rem;
  }
  
  .efcookiecontainer {
    padding: 0 0.5rem;
  }
  
  .efcookiecontent {
    padding: 1rem 0;
  }
  
  .efcookietext {
    font-size: 0.9rem;
  }
  
  .efcookieaccept {
    padding: 0.7rem 1.5rem;
  }
  
  .effooternavlist {
    flex-direction: column;
    gap: 1rem;
  }

    .efsubscribemodalcontent {
    padding: 1.5rem;
  }
  
  .efsubscribemodalicon {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
  }
  
  .efsubscribemodalicon i {
    font-size: 2rem;
  }
  
  .efsubscribemodaltitle {
    font-size: 1.5rem;
  }
  
  .efsubscribemodalcta {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
  
  .efsubscribemodalbenefit {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
  
  .efsubscribemodalbenefit:hover {
    transform: translateY(-5px);
  }
}

@media (max-width: 320px) {
  .efheadercontainer, .effootercontainer {
    padding: 0 0.3rem;
  }
  
  .efsectionwelcome, .efsectionfeatures, .efsectionabout, 
  .efsectiongames, .efsectiontestimonials, .efsectionfaq,
  .efsectionresponsible, .efsectioncontact {
    padding: 2rem 0.3rem;
  }
  
  .efwelcometitle {
    font-size: 1.8rem;
  }
  
  .effeaturestitle, .efgamestitle, .eftestimonialstitle, 
  .effaqtitle, .efresponsibletitle {
    font-size: 1.8rem;
  }
  
  .effeatureitem, .efgamecard, .eftestimonialcard {
    padding: 1.5rem;
  }
  
  .efcontactformblock {
    padding: 1rem;
  }
  
  .efmodalcontainer {
    padding: 1rem;
  }
}

.efpageprivacymain {
  min-height: 100vh;
  background: transparent;
}

.efpageprivacyhero {
  padding: 4rem 2rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.efpageprivacycontainer {
  max-width: 1200px;
  margin: 0 auto;
}

.efpageprivacytitle {
  font-family: 'Prata', serif;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 1.5rem;
  background: linear-gradient(45deg, #c688d5, #8b345a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-height: 3.5rem;
}

.efpageprivacyintro {
  text-align: center;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  min-height: 4rem;
}

.efpageprivacycontent {
  padding: 4rem 2rem;
}

.efpageprivacygrid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.efpageprivacyitem {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 2.5rem;
  width: 350px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.efpageprivacyitem::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.6s ease;
}

.efpageprivacyitem:hover::before {
  left: 100%;
}

.efpageprivacyitem:hover {
  transform: translateY(-10px) scale(1.02);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 15px 35px rgba(0, 255, 204, 0.2);
}

.efpageprivacyiconwrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #c688d5, #8b345a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  position: relative;
}

.efpageprivacyiconwrapper::after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(135deg, #c688d5, #8b345a);
  border-radius: 50%;
  z-index: -1;
  opacity: 0.5;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.1); opacity: 0.3; }
}

.efpageprivacyitem .bx {
  font-size: 2.5rem;
  color: #0f3460;
}

.efpageprivacyheading {
  font-family: 'Prata', serif;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #ffffff;
  min-height: 2.2rem;
}

.efpageprivacytext {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  text-align: center;
}

.efpageprivacytext p {
  margin-bottom: 1rem;
  min-height: 4.5rem;
}

.efpageprivacytext a {
  color: #c688d5;
  text-decoration: none;
  transition: color 0.3s ease;
}

.efpageprivacytext a:hover {
  color: #8b345a;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .efpageprivacygrid {
    gap: 1.5rem;
  }
  
  .efpageprivacyitem {
    width: 300px;
  }
}

@media (max-width: 768px) {
  .efpageprivacyhero {
    padding: 3rem 1rem;
  }
  
  .efpageprivacytitle {
    font-size: 2.5rem;
  }
  
  .efpageprivacycontent {
    padding: 3rem 1rem;
  }
  
  .efpageprivacygrid {
    gap: 1rem;
  }
  
  .efpageprivacyitem {
    width: 100%;
    max-width: 400px;
    padding: 2rem;
  }
}

@media (max-width: 480px) {
  .efpageprivacyhero {
    padding: 2rem 0.5rem;
  }
  
  .efpageprivacytitle {
    font-size: 2rem;
  }
  
  .efpageprivacyintro {
    font-size: 1.1rem;
  }
  
  .efpageprivacycontent {
    padding: 2rem 0.5rem;
  }
  
  .efpageprivacyitem {
    padding: 1.5rem;
  }
  
  .efpageprivacyiconwrapper {
    width: 70px;
    height: 70px;
  }
  
  .efpageprivacyicon {
    font-size: 2rem;
  }
  
  .efpageprivacyheading {
    font-size: 1.3rem;
  }
}

.efpagetermsmain {
  min-height: 100vh;
  background: transparent;
}

.efpagetermshero {
  padding: 4rem 2rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.efpagetermscontainer {
  max-width: 1000px;
  margin: 0 auto;
}

.efpagetermstitle {
  font-family: 'Prata', serif;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 1.5rem;
  background: linear-gradient(45deg, #ffae6b, #cda93e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-height: 3.5rem;
}

.efpagetermsintro {
  text-align: center;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  min-height: 4rem;
}

.efpagetermscontent {
  padding: 4rem 2rem;
}

.efpagetermsaccordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.efpagetermsitem {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.efpagetermsitem.active {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(255, 169, 107, 0.2);
}

.efpagetermsheader {
  display: flex;
  align-items: center;
  padding: 1.5rem 2rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  gap: 1rem;
}

.efpagetermsheader:hover {
  background: rgba(255, 255, 255, 0.1);
}

.efpagetermsheader i {
  font-size: 1.8rem;
  background: linear-gradient(45deg, #ffae6b, #cda93e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  flex-shrink: 0;
}

.efpagetermsheading {
  font-family: 'Prata', serif;
  font-size: 1.4rem;
  color: #ffffff;
  flex: 1;
  margin: 0;
  min-height: 1.8rem;
}

.efpagetermsheading .bx {
  font-size: 1.5rem;
  color: #cda93e;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  flex-shrink: 0;
}

.efpagetermsitem.active .efpagetermsheading .bx {
  transform: rotate(180deg);
}

.efpagetermsbody {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: rgba(0, 0, 0, 0.2);
}

.efpagetermsitem.active .efpagetermsbody {
  max-height: 300px;
}

.efpagetermsbody p {
  padding: 0 2rem 1.5rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-size: 1rem;
  min-height: 4.5rem;
}

.efpagetermsbody a {
  color: #cda93e;
  text-decoration: none;
  transition: color 0.3s ease;
}

.efpagetermsbody a:hover {
  color: #ffae6b;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .efpagetermshero {
    padding: 3rem 1rem;
  }
  
  .efpagetermstitle {
    font-size: 2.5rem;
  }
  
  .efpagetermscontent {
    padding: 3rem 1rem;
  }
  
  .efpagetermsheader {
    padding: 1.2rem 1.5rem;
  }
  
  .efpagetermsheading {
    font-size: 1.2rem;
  }
  
  .efpagetermsbody p {
    padding: 0 1.5rem 1.2rem;
  }
}

@media (max-width: 480px) {
  .efpagetermshero {
    padding: 2rem 0.5rem;
  }
  
  .efpagetermstitle {
    font-size: 2rem;
  }
  
  .efpagetermsintro {
    font-size: 1.1rem;
  }
  
  .efpagetermscontent {
    padding: 2rem 0.5rem;
  }
  
  .efpagetermsheader {
    padding: 1rem 1.2rem;
    gap: 0.8rem;
  }
  
  .efpagetermsheader i {
    font-size: 1.5rem;
  }
  
  .efpagetermsheading {
    font-size: 1.1rem;
  }
  
  .efpagetermsbody p {
    padding: 0 1.2rem 1rem;
  }
}

.efpagecookiemain {
  min-height: 100vh;
  background: transparent;
}

.efpagecookiehero {
  padding: 4rem 2rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.efpagecookiecontainer {
  max-width: 1000px;
  margin: 0 auto;
}

.efpagecookietitle {
  font-family: 'Prata', serif;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 1.5rem;
  background: linear-gradient(45deg, #4facfe, #00f2fe);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-height: 3.5rem;
}

.efpagecookieintro {
  text-align: center;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  min-height: 4rem;
}

.efpagecookiecontent {
  padding: 4rem 2rem;
}

.efpagecookietimeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.efpagecookietimeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  background: linear-gradient(to bottom, #4facfe, #00f2fe);
  border-radius: 2px;
}

.efpagecookietimelineitem {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
}

.efpagecookietimelineitem:nth-child(even) {
  flex-direction: row-reverse;
}

.efpagecookietimelineitem:nth-child(1) { animation-delay: 0.1s; }
.efpagecookietimelineitem:nth-child(2) { animation-delay: 0.2s; }
.efpagecookietimelineitem:nth-child(3) { animation-delay: 0.3s; }
.efpagecookietimelineitem:nth-child(4) { animation-delay: 0.4s; }
.efpagecookietimelineitem:nth-child(5) { animation-delay: 0.5s; }
.efpagecookietimelineitem:nth-child(6) { animation-delay: 0.6s; }
.efpagecookietimelineitem:nth-child(7) { animation-delay: 0.7s; }
.efpagecookietimelineitem:nth-child(8) { animation-delay: 0.8s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.efpagecookietimelinemarker {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #554ffe, #00fe9d);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(85, 79, 254, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.efpagecookietimelinemarker:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(129, 79, 254, 0.6);
}

.efpagecookietimelinemarker .bx {
  font-size: 2rem;
  color: #2d1e72;
}

.efpagecookietimelinecontent {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  padding: 2rem;
  margin: 0 2rem;
  flex: 1;
  transition: all 0.3s ease;
}

.efpagecookietimelinecontent:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(79, 172, 254, 0.2);
}

.efpagecookietimelinetitle {
  font-family: 'Prata', serif;
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 1rem;
  min-height: 2rem;
}

.efpagecookietimelinetext {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 0;
  min-height: 4.5rem;
}

.efpagecookietimelinetext a {
  color: #00feb2;
  text-decoration: none;
  transition: color 0.3s ease;
}

.efpagecookietimelinetext a:hover {
  color: #664ffe;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .efpagecookietimeline::before {
    left: 40px;
  }
  
  .efpagecookietimelineitem {
    flex-direction: row !important;
    align-items: flex-start;
  }
  
  .efpagecookietimelinemarker {
    width: 60px;
    height: 60px;
    margin-right: 1.5rem;
  }
  
  .efpagecookietimelinemarker .bx {
    font-size: 1.5rem;
  }
  
  .efpagecookietimelinecontent {
    margin: 0;
    flex: 1;
  }
  
  .efpagecookiehero {
    padding: 3rem 1rem;
  }
  
  .efpagecookietitle {
    font-size: 2.5rem;
  }
  
  .efpagecookiecontent {
    padding: 3rem 1rem;
  }
}

@media (max-width: 480px) {
  .efpagecookiehero {
    padding: 2rem 0.5rem;
  }
  
  .efpagecookietitle {
    font-size: 2rem;
  }
  
  .efpagecookieintro {
    font-size: 1.1rem;
  }
  
  .efpagecookiecontent {
    padding: 2rem 0.5rem;
  }
  
  .efpagecookietimelinemarker {
    width: 50px;
    height: 50px;
    margin-right: 1rem;
  }
  
  .efpagecookietimelinemarker .bx {
    font-size: 1.2rem;
  }
  
  .efpagecookietimelinecontent {
    padding: 1.5rem;
  }
  
  .efpagecookietimelinetitle {
    font-size: 1.3rem;
  }

  .efpagecookietimelinetext a {
    font-size: 0.8rem;
  }
}

.efpageresponsiblemain {
  min-height: 100vh;
  background: transparent;
}

.efpageresponsiblehero {
  padding: 4rem 2rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.efpageresponsiblecontainer {
  max-width: 1200px;
  margin: 0 auto;
}

.efpageresponsibletitle {
  font-family: 'Prata', serif;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 1.5rem;
  background: linear-gradient(45deg, #4e9ecd, #f7fff7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-height: 3.5rem;
}

.efpageresponsibleintro {
  text-align: center;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  min-height: 4rem;
}

.efpageresponsiblecontent {
  padding: 4rem 2rem;
}

.efpageresponsiblecards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.efpageresponsiblecard {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 2.5rem;
  width: 300px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.efpageresponsiblecard::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #4ecdc4, #f7fff7);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.efpageresponsiblecard:hover::before {
  transform: scaleX(1);
}

.efpageresponsiblecard:hover {
  transform: translateY(-10px) rotate(2deg);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 40px rgba(78, 205, 196, 0.3);
}

.efpageresponsiblecardicon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #4ecdc4, #f7fff7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: transform 0.3s ease;
}

.efpageresponsiblecard:hover .efpageresponsiblecardicon {
  transform: scale(1.1) rotate(10deg);
}

.efpageresponsiblecardicon i {
  font-size: 2.5rem;
  color: #1a535c;
}

.efpageresponsiblecardtitle {
  font-family: 'Prata', serif;
  font-size: 1.4rem;
  color: #f7fff7;
  margin-bottom: 1.5rem;
  min-height: 2.2rem;
}

.efpageresponsiblecardtext {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 0;
  min-height: 6.5rem;
}

.efpageresponsiblecardtext a {
  color: #4ecdc4;
  text-decoration: none;
  transition: color 0.3s ease;
}

.efpageresponsiblecardtext a:hover {
  color: #f7fff7;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .efpageresponsiblecards {
    gap: 1.5rem;
  }
  
  .efpageresponsiblecard {
    width: 280px;
  }
}

@media (max-width: 768px) {
  .efpageresponsiblehero {
    padding: 3rem 1rem;
  }
  
  .efpageresponsibletitle {
    font-size: 2.5rem;
  }
  
  .efpageresponsiblecontent {
    padding: 3rem 1rem;
  }
  
  .efpageresponsiblecards {
    gap: 1rem;
  }
  
  .efpageresponsiblecard {
    width: 100%;
    max-width: 350px;
    padding: 2rem;
  }
}

@media (max-width: 480px) {
  .efpageresponsiblehero {
    padding: 2rem 0.5rem;
  }
  
  .efpageresponsibletitle {
    font-size: 2rem;
  }
  
  .efpageresponsibleintro {
    font-size: 1.1rem;
  }
  
  .efpageresponsiblecontent {
    padding: 2rem 0.5rem;
  }
  
  .efpageresponsiblecard {
    padding: 1.5rem;
  }
  
  .efpageresponsiblecardicon {
    width: 70px;
    height: 70px;
    margin-bottom: 1rem;
  }
  
  .efpageresponsiblecardicon i {
    font-size: 2rem;
  }
  
  .efpageresponsiblecardtitle {
    font-size: 1.2rem;
  }
}

.efpage404main {
  min-height: 100vh;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.efpage404hero {
  padding: 10rem 2rem 2rem 2rem;
  width: 100%;
}

.efpage404container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  position: relative;
  z-index: 2;
}

.efpage404content {
  flex: 1;
  text-align: center;
}

.efpage404icon {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(5deg); }
}

.efpage404icon i {
  font-size: 4rem;
  background: linear-gradient(45deg, #348d6b, #fbc993);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.efpage404title {
  font-family: 'Prata', serif;
  font-size: 4rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(45deg, #348d6b, #fbc993);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-height: 4.5rem;
}

.efpage404text {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3rem;
  line-height: 1.6;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  min-height: 6rem;
}

.efpage404link {
  display: inline-block;
  background: linear-gradient(45deg, #348d6b, #fbc993);
  color: #ffffff;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
  position: relative;
  overflow: hidden;
}

.efpage404link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.efpage404link:hover::before {
  left: 100%;
}

.efpage404link:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.6);
}

.efpage404animation {
  flex: 1;
  position: relative;
  height: 300px;
}

.efpage404orb {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent);
  border: 2px solid rgba(255, 255, 255, 0.1);
  animation: orbFloat 6s ease-in-out infinite;
}

.efpage404orb1 {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 20%;
  animation-delay: 0s;
}

.efpage404orb2 {
  width: 120px;
  height: 120px;
  top: 50%;
  right: 30%;
  animation-delay: 2s;
}

.efpage404orb3 {
  width: 60px;
  height: 60px;
  bottom: 20%;
  left: 40%;
  animation-delay: 4s;
}

@keyframes orbFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
    opacity: 0.7;
  }
  25% {
    transform: translateY(-20px) scale(1.1);
    opacity: 1;
  }
  50% {
    transform: translateY(0) scale(0.9);
    opacity: 0.5;
  }
  75% {
    transform: translateY(20px) scale(1.05);
    opacity: 0.8;
  }
}

@media (max-width: 768px) {
  .efpage404container {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }
  
  .efpage404title {
    font-size: 3rem;
  }
  
  .efpage404text {
    font-size: 1.1rem;
  }
  
  .efpage404animation {
    height: 200px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .efpage404hero {
    padding: 1rem;
  }
  
  .efpage404icon {
    width: 100px;
    height: 100px;
    margin-bottom: 1.5rem;
  }
  
  .efpage404icon i {
    font-size: 3rem;
  }
  
  .efpage404title {
    font-size: 2.5rem;
  }
  
  .efpage404text {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  
  .efpage404link {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
  
  .efpage404orb1 {
    width: 60px;
    height: 60px;
  }
  
  .efpage404orb2 {
    width: 90px;
    height: 90px;
  }
  
  .efpage404orb3 {
    width: 45px;
    height: 45px;
  }
}

.efpagesubscribemain {
  min-height: 100vh;
  background: inherit;
}

.efpagesubscribehero {
  padding: 4rem 2rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.efpagesubscribecontainer {
  max-width: 1000px;
  margin: 0 auto;
}

.efpagesubscribetitle {
  font-family: 'Prata', serif;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 1.5rem;
  background: linear-gradient(45deg, #ffae6b, #ff893b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-height: 3.5rem;
}

.efpagesubscribeintro {
  text-align: center;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 700px;
  margin: 0 auto 3rem;
  line-height: 1.6;
  min-height: 4rem;
}

.efpagesubscribeformcontainer {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 3rem;
  max-width: 500px;
  margin: 0 auto;
  transition: all 0.4s ease;
}

.efpagesubscribeformcontainer:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(255, 107, 107, 0.2);
}

.efpagesubscribeform {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.efpagesubscribeformgroup {
  position: relative;
}

.efpagesubscribelabel {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #ffffff;
  min-height: 1.2rem;
}

.efpagesubscribeinput {
  width: 100%;
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  color: #ffffff;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.efpagesubscribeinput:focus {
  outline: none;
  border-color: #ff893b;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 3px rgba(255, 235, 59, 0.2);
}

.efpagesubscribecheckbox-group {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  position: relative;
}

.efpagesubscribecheckbox {
  margin-top: 0.3rem;
  flex-shrink: 0;
}

.efpagesubscribecheckbox-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
}

.efpagesubscribecheckbox-label a {
  color: #ff893b;
  text-decoration: none;
  transition: color 0.3s ease;
}

.efpagesubscribecheckbox-label a:hover {
  color: #cda93e;
  text-decoration: underline;
}

.efpagesubscribevalidation {
  position: absolute;
  bottom: -1.2rem;
  left: 0;
  font-size: 0.8rem;
  color: #ff893b;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.efpagesubscribeformgroup.error .efpagesubscribevalidation,
.efpagesubscribecheckbox-group.error .efpagesubscribevalidation {
  opacity: 1;
}

.efpagesubscribeformgroup.valid .efpagesubscribeinput {
  border-color: #4caf50;
}

.efpagesubscribebutton {
  background: linear-gradient(45deg, #ffae6b, #cda93e);
  color: #ffffff;
  border: none;
  padding: 1.2rem 2rem;
  border-radius: 50px;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
}

.efpagesubscribebutton::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.efpagesubscribebutton:not(:disabled):hover::before {
  left: 100%;
}

.efpagesubscribebutton:not(:disabled):hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 25px rgba(255, 107, 107, 0.4);
}

.efpagesubscribebutton:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.efpagesubscribesuccess {
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 3rem;
  max-width: 500px;
  margin: 0 auto;
  animation: fadeIn 0.6s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.efpagesubscribesuccessicon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #4caf50, #8bc34a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.efpagesubscribesuccessicon i {
  font-size: 2.5rem;
  color: #ffffff;
}

.efpagesubscribesuccesstitle {
  font-family: 'Prata', serif;
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 1rem;
  min-height: 2.5rem;
}

.efpagesubscribesuccesstext {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
  line-height: 1.6;
  min-height: 3.5rem;
}

.efpagesubscribesuccessbuttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.efpagesubscribehome-button {
  background: linear-gradient(45deg, #297bbe, #3f03f4);
  color: #ffffff;
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.efpagesubscribehome-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(65, 33, 243, 0.4);
}

.efpagesubscribeunsubscribebutton {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.efpagesubscribeunsubscribebutton:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.efpagesubscribebenefits {
  padding: 4rem 2rem;
}

.efpagesubscribebenefitstitle {
  font-family: 'Prata', serif;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
  background: linear-gradient(45deg, #e9bf3f, #ff893b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-height: 3rem;
}

.efpagesubscribebenefitsgrid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.efpagesubscribebenefit {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  padding: 2rem;
  width: 350px;
  text-align: center;
  transition: all 0.3s ease;
}

.efpagesubscribebenefit:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(255, 167, 38, 0.2);
}

.efpagesubscribebenefiticon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #cda93e, #ff893b);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.efpagesubscribebenefiticon i {
  font-size: 2rem;
  color: #9aff6b;
}

.efpagesubscribebenefitheading {
  font-family: 'Prata', serif;
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  min-height: 1.8rem;
}

.efpagesubscribebenefittext {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin: 0;
  min-height: 4.5rem;
}

.efpagesubscribemodaloverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.efpagesubscribemodaloverlay.active {
  opacity: 1;
  visibility: visible;
}

.efpagesubscribemodalcontainer {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 2.5rem;
  max-width: 400px;
  width: 90%;
  transform: scale(0.9);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.efpagesubscribemodaloverlay.active .efpagesubscribemodalcontainer {
  transform: scale(1);
}

.efpagesubscribemodalcontent {
  text-align: center;
  position: relative;
}

.efpagesubscribemodalclose {
  position: absolute;
  top: -1rem;
  right: -1rem;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.efpagesubscribemodalclose:hover {
  background: rgba(255, 255, 255, 0.2);
}

.efpagesubscribemodaltitle {
  font-family: 'Prata', serif;
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 1rem;
  min-height: 2.2rem;
}

.efpagesubscribemodaltext {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
  line-height: 1.5;
  min-height: 4.5rem;
}

.efpagesubscribemodalbutton {
  background: linear-gradient(45deg, #ffae6b, #cda93e);
  color: #ffffff;
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.efpagesubscribemodalbutton:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
}

@media (max-width: 768px) {
  .efpagesubscribehero {
    padding: 3rem 1rem;
  }
  
  .efpagesubscribetitle {
    font-size: 2.5rem;
  }
  
  .efpagesubscribeformcontainer {
    padding: 2rem;
  }
  
  .efpagesubscribebenefits {
    padding: 3rem 1rem;
  }
  
  .efpagesubscribebenefitstitle {
    font-size: 2rem;
  }
  
  .efpagesubscribebenefitsgrid {
    gap: 1.5rem;
  }
  
  .efpagesubscribebenefit {
    width: 100%;
    max-width: 300px;
  }
  
  .efpagesubscribesuccessbuttons {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .efpagesubscribehero {
    padding: 2rem 0.5rem;
  }
  
  .efpagesubscribetitle {
    font-size: 2rem;
  }
  
  .efpagesubscribeintro {
    font-size: 1.1rem;
  }
  
  .efpagesubscribeformcontainer {
    padding: 1.5rem;
  }
  
  .efpagesubscribebenefits {
    padding: 2rem 0.5rem;
  }
  
  .efpagesubscribebenefitstitle {
    font-size: 1.8rem;
  }
  
  .efpagesubscribebenefit {
    padding: 1.5rem;
  }
  
  .efpagesubscribemodalcontainer {
    padding: 2rem;
  }
}