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

:root {
  --tv-ps-accent: #ff7f50;
  --tv-ps-dark: #0e1b1f;
  --tv-ps-light: #fdf6ee;
  --tv-ps-warning: #e63946;
  --tv-cs-primary: #3f88c5;
  --tv-cs-secondary: #144552;
  --tv-cs-accent: #f6bd60;
  --tv-cs-text: #1c1c1e;
  --tv-cs-light: #f5f0ec;
  --tv-cs-cardbg: #ffffff;
  --tv-as-primary: #9a031e;
  --tv-as-secondary: #5f0f40;
  --tv-as-accent: #fb8b24;
  --tv-as-text: #2a2d34;
  --tv-as-light: #fdf0d5;
  --tv-as-cardbg: rgba(250, 250, 250, 0.96);
  --tv-fn-primary: #4361ee;
  --tv-fn-secondary: #1c775e;
  --tv-fn-accent: #09b735;
  --tv-fn-text: #1e1e24;
  --tv-fn-light: #f4f1ff;
  --tv-fn-dark: #121212;
  --tv-fn-warning: #ff3f34;
  --tv-ag-primary: #006d77;
  --tv-ag-secondary: #264653;
  --tv-ag-light: #edf6f9;
  --tv-ag-text: #11151c;
  --tv-ag-warning: #f94144;
  --tv-cb-primary: #3d5a80;
  --tv-cb-secondary: #98c1d9;
  --cb-cb-light: #e0fbfc;
}


body {
  font-family: 'EB Garamond', serif;
  line-height: 1.6;
  color: #1a1a2e;
  background-color: #f8f9ff;
}

.QrjfytKSJz {
  background: linear-gradient(135deg, #ffffff 0%, #f0f4ff 100%);
  box-shadow: 0 2px 15px rgba(26, 26, 46, 0.08);
  position: relative;
  z-index: 100;
}

.cDepox {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.8rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.DSMXEsfl img {
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.DSMXEsfl:hover img {
  transform: scale(1.03);
}

.jhzzSyskUJQFz {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.tziVrwGpF {
  position: relative;
}

.NgdgRpGCmHxt {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  font-family: 'Gloock', serif;
  font-size: 1.1rem;
  color: #2a4a40;
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  transition: all 0.25s ease;
}

.NgdgRpGCmHxt:hover {
  background-color: rgba(42, 42, 74, 0.05);
}

.NgdgRpGCmHxt i {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.tziVrwGpF:hover .NgdgRpGCmHxt i {
  transform: rotate(180deg);
}

.SKkhSwILDr {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 5px 20px rgba(26, 26, 46, 0.15);
  padding: 0.8rem 0;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 10;
}

.tziVrwGpF:hover .SKkhSwILDr {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.oOcNSyPB {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.6rem 1.2rem;
  color: #2a4a40;
  text-decoration: none;
  transition: all 0.2s ease;
}

.oOcNSyPB:hover {
  background-color: #f0f4ff;
  color: #4a4a8a;
}

.oOcNSyPB i {
  font-size: 1.1rem;
  color: #5d5d9e;
}

.HjQyoCHZa {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #5d5d9e;
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 0.3rem;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.25s ease;
}

.HjQyoCHZa:hover {
  background-color: #4a4a8a;
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .cDepox {
    padding: 0.7rem 1.2rem;
  }
  .jhzzSyskUJQFz {
    gap: 1.2rem;
  }
}

@media (max-width: 768px) {
  .cDepox {
    padding: 0.6rem 1rem;
  }
  .NgdgRpGCmHxt span {
    display: none;
  }
  .NgdgRpGCmHxt i {
    font-size: 1.4rem;
  }
  .HjQyoCHZa span {
    display: none;
  }
  .HjQyoCHZa i {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .cDepox {
    flex-direction: column;
    gap: 1rem;
    padding: 0.5rem 0.8rem;
  }
}

.dnlCGpQo {
  position: relative;
  min-height: 90vh;
  padding: 4rem 2rem;
  isolation: isolate;
}

.MRRTAwSOscz {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.MRRTAwSOscz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.4);
}

.CCcmLovqBbKs {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 3rem;
  animation: tv-fadeIn 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.oBEtCPOrDZdf {
  font-family: 'Gloock', serif;
  font-size: 2.8rem;
  color: white;
  margin-bottom: 2.5rem;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.vyNkPjKPv {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.xolCGNvOznlMo {
  background: rgba(255,255,255,0.95);
  padding: 1.8rem;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.xolCGNvOznlMo:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.xolCGNvOznlMo p {
  margin-bottom: 1.5rem;
  color: var(--tv-ps-dark);
}

.xolCGNvOznlMo i {
  font-size: 2rem;
  color: var(--tv-ps-accent);
  align-self: flex-end;
}

.fMLdfaoXpZNqJR {
  background: white;
  padding: 2.5rem;
  border-radius: 1rem;
  align-self: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.ajtfNXwUpYIU {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}

.AsepOLMaVoISy {
  font-family: 'Gloock', serif;
  font-size: 2.2rem;
  color: var(--tv-ps-accent);
}

.ajtfNXwUpYIU img {
  background: var(--tv-as-accent);
  padding: 2rem 1rem;
  border-radius: 0.5rem;
}

.fMLdfaoXpZNqJR h3 {
  font-family: 'Gloock', serif;
  font-size: 1.8rem;
  color: var(--tv-ps-dark);
  margin-bottom: 1rem;
}

.fMLdfaoXpZNqJR p {
  margin-bottom: 2rem;
  color: #555;
}

.CxDOu {
  background: var(--tv-ps-accent);
  color: white;
  border: none;
  padding: 0.9rem 1.8rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.CxDOu:hover {
  background: #7a5af5;
  transform: translateY(-2px);
}

.nckrXs {
  background: #fff8f8;
  padding: 0.8rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--tv-ps-warning);
  border: 1px solid #ffdddd;
}

.nckrXs i {
  font-size: 1.2rem;
}

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

@media (max-width: 1024px) {
  .CCcmLovqBbKs {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .oBEtCPOrDZdf {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  .oBEtCPOrDZdf {
    max-width: 90%;
    font-size: 2rem;
  }

  .vyNkPjKPv {
    max-width: 90%;
    grid-template-columns: repeat(2, 1fr);    
  }
  
  .dnlCGpQo {
    padding: 3rem 1.5rem;
  }

  .xolCGNvOznlMo {
    max-width: 100%;
  }

  .ajtfNXwUpYIU {
    flex-direction: column-reverse;
    gap: 11px;
  }
}

@media (max-width: 480px) {
  .vyNkPjKPv {
    grid-template-columns: 1fr;
  }
  
  .oBEtCPOrDZdf {
    font-size: 2rem;
  }
  
  .fMLdfaoXpZNqJR {
    padding: 1.5rem;
  }
}

@media (max-width: 320px) { 
  .ZLlpreStPJg {
    width: 95%;
  }
  .oBEtCPOrDZdf {
    text-align: center;
    font-size: 2rem;
  }

  .fMLdfaoXpZNqJR {
    width: 85%;
    text-align: center;
  }
}

.XTyATLy {

  position: relative;
  padding: 6rem 1rem;
  isolation: isolate;
}

.hPXrNhKzWPD {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.hPXrNhKzWPD img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.5) contrast(1.1);
}

.VdccstROoVpqPfU {
  max-width: 1400px;
  margin: 0 auto;
}

.lRNdPznGlw {
  text-align: center;
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 3.5rem;
  background: var(--tv-as-cardbg);
  opacity: 0.8;
  animation: tvslideUp 0.6s ease-out;
}

.aYvjDGuZZ {
  font-family: 'Gloock', serif;
  font-size: 2.5rem;
  color: var(--tv-cs-primary);
  margin-bottom: 1.2rem;
  line-height: 1.3;
}

.dHzkkigW {
  font-family: 'EB Garamond', serif;
  font-size: 1.1rem;
  color: var(--tv-cs-text);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.BNJOzOVXDaNlm {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.fWVUUmjyjhQmTJP {
  background: var(--tv-cs-cardbg);
  border-radius: 12px;
  padding: 2rem;
  opacity: 0.8;
  box-shadow: 0 6px 18px rgba(93, 53, 177, 0.08);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease;
}

.fWVUUmjyjhQmTJP:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(93, 53, 177, 0.12);
}

.JMCgAwRgAj {
  font-family: 'Gloock', serif;
  font-size: 1.5rem;
  color: var(--tv-cs-secondary);
  margin-bottom: 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #ede7f6;
}

.VmjcvujJPnM {
  list-style: none;
}

.VmjcvujJPnM li {
  font-family: 'EB Garamond', serif;
  font-size: 1rem;
  color: var(--tv-cs-text);
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
  line-height: 1.5;
}

.VmjcvujJPnM i {
  position: absolute;
  left: 0;
  top: 0.2rem;
  color: var(--tv-cs-accent);
  font-size: 1.2rem;
}

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

@media (max-width: 1024px) {
  .aYvjDGuZZ {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .BNJOzOVXDaNlm {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  
  .aYvjDGuZZ {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .XTyATLy {
    padding: 3rem 1rem;
  }
  
  .aYvjDGuZZ {
    font-size: 1.8rem;
  }
  
  .dHzkkigW {
    font-size: 1rem;
  }
  
  .fWVUUmjyjhQmTJP {
    padding: 1.5rem;
  }
}

@media (max-width: 320px) {
  .BNJOzOVXDaNlm {
    grid-template-columns: 1fr;
  }
}

.wDDQXl {
  background-color: #f5f7ff;
  padding: 5rem 1.5rem;
  position: relative;
}

.xyEeqObgRW {
  max-width: 1200px;
  margin: 0 auto;
  animation: tvslideFade 0.8s ease-out;
}

.ONIpvdwfFD {
  text-align: center;
  padding: 2rem;
  margin-bottom: 4rem;
  background: linear-gradient(135deg, #f0f4ff 0%, #e0e8ff 100%);
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.XAyaFspdTX {
  font-family: 'Gloock', serif;
  font-size: 2.8rem;
  color: var(--tv-as-secondary);
  margin-bottom: 1.5rem;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.DEXpQmobjWDu {
  font-family: 'EB Garamond', serif;
  font-size: 1.2rem;
  color: var(--tv-as-text);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.MFaAJCvk {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

.ILtlfplohrcGM {
  background: var(--tv-as-cardbg);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.ILtlfplohrcGM:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.lWPAJwyvMfF {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
}

.KRrrsZXB {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  direction: rtl;
}

.VBWqypzWBpDYrG {
  display: flex;
  flex-direction: column;
}

.AcAvNcFdSyDaN {
  padding: 2.5rem;
  direction: ltr;
}

.VBWqypzWBpDYrG .AcAvNcFdSyDaN {
  order: 1;
}

.sAwF {
  font-family: 'Gloock', serif;
  font-size: 1.8rem;
  color: var(--tv-as-secondary);
  margin-bottom: 1.5rem;
}

.rqJqKcWSLwcdR p {
  font-family: 'EB Garamond', serif;
  font-size: 1.05rem;
  color: var(--tv-as-text);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.YczrpbiAbH {
  list-style: none;
}

.YczrpbiAbH li {
  font-family: 'EB Garamond', serif;
  font-size: 1rem;
  color: var(--tv-as-text);
  margin-bottom: 0.8rem;
  padding-left: 2rem;
  position: relative;
  line-height: 1.5;
}

.YczrpbiAbH i {
  position: absolute;
  left: 0;
  top: 0.2rem;
  color: var(--tv-as-accent);
  font-size: 1.2rem;
}

.SJaoxplCPSwxg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: linear-gradient(135deg, #f0f4ff 0%, #e0e8ff 100%);
}

.VBWqypzWBpDYrG .SJaoxplCPSwxg {
  order: 2;
  padding: 1.5rem;
}

.nqwTO {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

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

@media (max-width: 1024px) {
  .XAyaFspdTX {
    font-size: 2.4rem;
  }
  
  .lWPAJwyvMfF,
  .KRrrsZXB {
    grid-template-columns: 1fr;
    direction: ltr;
  }
  
  .SJaoxplCPSwxg {
    padding: 1.5rem;
  }
}

@media (max-width: 768px) {
  .wDDQXl {
    padding: 4rem 1rem;
  }
  
  .XAyaFspdTX {
    font-size: 2rem;
  }
  
  .DEXpQmobjWDu {
    font-size: 1.1rem;
  }
  
  .AcAvNcFdSyDaN {
    padding: 1.8rem;
  }
}

@media (max-width: 480px) {
  .XAyaFspdTX {
    font-size: 1.8rem;
  }
  
  .sAwF {
    font-size: 1.6rem;
  }
  
  .YczrpbiAbH li {
    font-size: 0.95rem;
  }
}

@media (max-width: 320px) {
  .AcAvNcFdSyDaN {
    padding: 1.5rem;
  }
  
  .YczrpbiAbH li {
    padding-left: 1.8rem;
  }
}

.eOEenmRAu {
  background: linear-gradient(135deg, #162e28 0%, #2a373a 100%);
  color: white;
  padding: 3rem 1rem;
  font-family: 'EB Garamond', serif;
}

.QnPjKDkKR {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  animation: tvfadeInUp 0.8s ease-out;
}

.keDRJNNbADEGCGc {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.keDRJNNbADEGCGc a {
  transition: transform 0.3s ease;
}

.keDRJNNbADEGCGc a:hover {
  transform: translateY(-5px);
}

.keDRJNNbADEGCGc img {
  height: 50px;
  width: auto;
  object-fit: contain;  
  filter: grayscale(100%) brightness(1);
  transition: filter 0.3s ease;
}

.keDRJNNbADEGCGc a:hover img {
  filter: grayscale(0);
}

.fywmoTtQ {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.OmCpivtbsP {
  height: 50px;
  width: auto;
}

.PRMFnetfUA {
  background: rgba(215, 90, 100, 0.15);
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.4;
}

.PRMFnetfUA i {
  font-size: 1.2rem;
  color: var(--tv-fn-warning);
}

.JfkRl {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.UVPaikKVwRUKrt p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
  margin-bottom: 1.5rem;
}

.OiIvDoB {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.OiIvDoB a {
  color: var(--tv-fn-accent);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
  position: relative;
}

.OiIvDoB a:hover {
  color: white;
}

.OiIvDoB a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--tv-fn-accent);
  transition: width 0.3s ease;
}

.OiIvDoB a:hover::after {
  width: 100%;
}

.iTYbxIWKvr {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
}

.iTYbxIWKvr img {
  height: 30px;
  width: auto;
}

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

@media (max-width: 1024px) {
  .keDRJNNbADEGCGc {
    justify-content: center;
  }
  
  .keDRJNNbADEGCGc a {
    flex: 0 0 calc(50% - 1rem);
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .QnPjKDkKR {
    grid-template-columns: 1fr;
    max-width: 90%;
  }
  
  .fywmoTtQ {
    align-items: center;
    text-align: center;
  }
  
  .UVPaikKVwRUKrt p {
    text-align: center;
  }
  
  .OiIvDoB {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .keDRJNNbADEGCGc a {
    flex: 0 0 100%;
  }
  
  .keDRJNNbADEGCGc img {
    width: 250px;
    height: 40px;
  }
  
  .OmCpivtbsP {
    height: 40px;
  }
  
  .PRMFnetfUA {
    font-size: 0.85rem;
  }
}

@media (max-width: 320px) {
  .eOEenmRAu {
    padding: 2rem 1rem;
  }
  
  .UVPaikKVwRUKrt p {
    font-size: 0.9rem;
  }
  
  .OiIvDoB {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }
}

.nIXZLtk {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: tvfadeIn 0.5s ease-out;
}

.DxEKEaZ {
  background: white;
  max-width: 500px;
  padding: 2.5rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.CPiayfwgCKiC {
  font-family: 'Gloock', serif;
  font-size: 2rem;
  color: var(--tv-ag-primary);
  margin-bottom: 1.5rem;
}

.ViGcOdiYt {
  font-family: 'EB Garamond', serif;
  font-size: 1.1rem;
  color: var(--tv-ag-text);
  line-height: 1.6;
  margin-bottom: 2rem;
}

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

.DzDtBUKRRVKm {
  background: var(--tv-ag-primary);
  color: white;
  border: none;
  padding: 0.8rem 2rem;
  font-family: 'EB Garamond', serif;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.DzDtBUKRRVKm:hover {
  background: var(--tv-ag-secondary);
  transform: translateY(-2px);
}

.WjMQQv {
  background: var(--tv-ag-light);
  color: var(--tv-ag-warning);
  border: 1px solid var(--tv-ag-warning);
  padding: 0.8rem 2rem;
  font-family: 'EB Garamond', serif;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.WjMQQv:hover {
  background: var(--tv-ag-warning);
  color: white;
  transform: translateY(-2px);
}

.hpHxf {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--tv-cb-primary);
  color: white;
  z-index: 9998;
  padding: 1.2rem;
  animation: tvslideUp 0.5s ease-out;
}

.GoWgQtDlJB {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.bqORWxu {
  font-family: 'EB Garamond', serif;
  font-size: 0.95rem;
  line-height: 1.5;
  flex: 1;
}

.ySacpphrbXw {
  background: var(--tv-as-light);
  color: var(--tv-ag-primary);
  border: none;
  padding: 0.6rem 1.5rem;
  font-family: 'EB Garamond', serif;
  font-size: 0.95rem;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.ySacpphrbXw:hover {
  background: white;
  transform: translateY(-2px);
}

@keyframes tvfadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes tvslideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

@media (max-width: 768px) {
  .DxEKEaZ {
    padding: 2rem 1.5rem;
    margin: 0 1rem;
  }
  
  .CPiayfwgCKiC {
    font-size: 1.8rem;
  }
  
  .GoWgQtDlJB {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .ySacpphrbXw {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .pVQIXkbTazg {
    flex-direction: column;
  }
  
  .DzDtBUKRRVKm,
  .WjMQQv {
    width: 100%;
  }
}

.glNLUqpGtyh {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

.TFeBtGwz {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--tv-fn-accent);
  text-decoration: none;
  font-family: 'EB Garamond', serif;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  transition: color 0.3s ease;
}

.TFeBtGwz:hover {
  color: var(--tv-fn-secondary);
}

.jNPlLSbMiWS {
  text-align: center;
  margin-bottom: 3rem;
}

.fgNnMysBwL {
  font-family: 'Gloock', serif;
  font-size: 2.8rem;
  color: var(--tv-cs-primary);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.wpPphw {
  font-family: 'EB Garamond', serif;
  font-size: 1.2rem;
  color: var(--tv-cs-text);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.WpcdXAvZXItP {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.fNqVbxB {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 1.5rem;
  align-items: start;
}

.fIYYJeaIHqXss {
  background: var(--tv-cs-light);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(53, 152, 177, 0.1);
}

.fIYYJeaIHqXss i {
  font-size: 2rem;
  color: var(--tv-cs-accent);
}

.iByCCb {
  font-family: 'Gloock', serif;
  font-size: 1.6rem;
  color: var(--tv-cs-secondary);
  margin-bottom: 1rem;
}

.XAlUQrqLEOcd p {
  font-family: 'EB Garamond', serif;
  font-size: 1.05rem;
  color: var(--tv-cs-text);
  line-height: 1.7;
  margin-bottom: 0.5rem;
}

@media (max-width: 1024px) {
  .fgNnMysBwL {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  .fNqVbxB {
    grid-template-columns: 1fr;
  }
  
  .fIYYJeaIHqXss {
    margin: 0 auto;
  }
  
  .fgNnMysBwL {
    font-size: 2.1rem;
  }
}

@media (max-width: 480px) {
  .glNLUqpGtyh {
    padding: 1.5rem 1rem;
  }
  
  .fgNnMysBwL {
    font-size: 1.8rem;
  }
  
  .iByCCb {
    font-size: 1.4rem;
  }
  
  .wpPphw {
    font-size: 1.1rem;
  }
}

@media (max-width: 320px) {
  .fIYYJeaIHqXss {
    width: 60px;
    height: 60px;
  }
  
  .fIYYJeaIHqXss i {
    font-size: 1.8rem;
  }
}

.aeNqj {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

.gHeBCsNEkW {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--tv-fn-accent);
  text-decoration: none;
  font-family: 'EB Garamond', serif;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  transition: color 0.3s ease;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  background: rgba(125, 95, 255, 0.1);
}

.gHeBCsNEkW:hover {
  color: var(--tv-fn-secondary);
  background: rgba(125, 95, 255, 0.2);
}

.UTjSajgSfoWS {
  text-align: center;
  margin-bottom: 3.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(53, 152, 177, 0.1);
}

.rVTEvBcA {
  font-family: 'Gloock', serif;
  font-size: 2.7rem;
  color: var(--tv-cs-primary);
  margin-bottom: 1.2rem;
  line-height: 1.2;
}

.oyVpyeiYe {
  font-family: 'EB Garamond', serif;
  font-size: 1.15rem;
  color: var(--tv-cs-text);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.65;
}

.DpnrZ {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
}

.tMgSUxtHfc {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 1.8rem;
  align-items: start;
}

.mhfTAuh {
  background: var(--tv-cs-light);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(93, 53, 177, 0.08);
  border: 1px solid rgba(53, 152, 177, 0.1);
}

.mhfTAuh i {
  font-size: 2.2rem;
  color: var(--tv-cs-accent);
}

.RHmUBfngNuY {
  font-family: 'Gloock', serif;
  font-size: 1.7rem;
  color: var(--tv-cs-secondary);
  margin-bottom: 1.2rem;
}

.HBOWQWvmBVcE p {
  font-family: 'EB Garamond', serif;
  font-size: 1.06rem;
  color: var(--tv-cs-text);
  line-height: 1.75;
  margin-bottom: 0.5rem;
}

@media (max-width: 1024px) {
  .rVTEvBcA {
    font-size: 2.4rem;
  }
  
  .tMgSUxtHfc {
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .tMgSUxtHfc {
    grid-template-columns: 1fr;
  }
  
  .mhfTAuh {
    margin: 0 auto 1.5rem;
  }
  
  .rVTEvBcA {
    font-size: 2.1rem;
  }
  
  .oyVpyeiYe {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .aeNqj {
    padding: 1.5rem 1rem;
  }
  
  .rVTEvBcA {
    font-size: 1.9rem;
  }
  
  .RHmUBfngNuY {
    font-size: 1.5rem;
  }
  
  .mhfTAuh {
    width: 70px;
    height: 70px;
  }
  
  .mhfTAuh i {
    font-size: 2rem;
  }
}

@media (max-width: 320px) {
  .rVTEvBcA {
    font-size: 1.7rem;
  }
  
  .RHmUBfngNuY {
    font-size: 1.4rem;
  }
  
  .HBOWQWvmBVcE p {
    font-size: 1rem;
  }
}

.KPvOcximefp {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  animation: tvfadeIn 0.8s ease-out;
}

.tLmjFeUUvMdW {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--tv-fn-accent);
  text-decoration: none;
  font-family: 'EB Garamond', serif;
  font-size: 1.1rem;
  margin-bottom: 3rem;
  padding: 0.7rem 1.2rem;
  border-radius: 0.5rem;
  background: rgba(95, 255, 252, 0.1);
  transition: all 0.3s ease;
}

.tLmjFeUUvMdW:hover {
  color: var(--tv-fn-secondary);
  background: rgba(95, 255, 252, 0.2);
  transform: translateX(-5px);
}

.HpDsNqNjAzfod {
  text-align: center;
  margin-bottom: 4rem;
  padding-bottom: 2.5rem;
  border-bottom: 2px solid rgba(53, 152, 177, 0.1);
}

.hLkcohe {
  font-family: 'Gloock', serif;
  font-size: 2.8rem;
  color: var(--tv-cs-primary);
  margin-bottom: 1.5rem;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(53, 152, 177, 0.1);
}

.OSmRAMxVsc {
  font-family: 'EB Garamond', serif;
  font-size: 1.2rem;
  color: var(--tv-cs-text);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}

.poALWPIG {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}

.DJJWOEMoFU {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 2rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 1rem;
  transition: all 0.4s ease;
}

.DJJWOEMoFU:hover {
  background: rgba(245, 243, 255, 0.7);
  box-shadow: 0 5px 20px rgba(93, 53, 177, 0.08);
}

.HSSXwEYU {
  background: var(--tv-cs-light);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(53, 177, 162, 0.1);
  border: 1px solid rgba(53, 177, 146, 0.1);
}

.HSSXwEYU i {
  font-size: 2.5rem;
  color: var(--tv-cs-accent);
}

.pxeFqnfXM {
  font-family: 'Gloock', serif;
  font-size: 1.8rem;
  color: var(--tv-cs-secondary);
  margin-bottom: 1.5rem;
  position: relative;
}

.pxeFqnfXM::after {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--tv-cs-accent);
}

.apJacpReE p {
  font-family: 'EB Garamond', serif;
  font-size: 1.08rem;
  color: var(--tv-cs-text);
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

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

@media (max-width: 1024px) {
  .hLkcohe {
    font-size: 2.5rem;
  }
  
  .DJJWOEMoFU {
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .KPvOcximefp {
    padding: 2rem 1rem;
  }
  
  .DJJWOEMoFU {
    grid-template-columns: 1fr;
  }
  
  .HSSXwEYU {
    margin: 0 auto 1.5rem;
  }
  
  .hLkcohe {
    font-size: 2.2rem;
  }
  
  .OSmRAMxVsc {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .hLkcohe {
    font-size: 2rem;
  }
  
  .pxeFqnfXM {
    font-size: 1.6rem;
  }
  
  .HSSXwEYU {
    width: 80px;
    height: 80px;
  }
  
  .HSSXwEYU i {
    font-size: 2.2rem;
  }
}

@media (max-width: 320px) {
  .hLkcohe {
    font-size: 1.8rem;
  }
  
  .pxeFqnfXM {
    font-size: 1.5rem;
  }
  
  .apJacpReE p {
    font-size: 1rem;
  }
}

.TWlyXqkxLrcD {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  animation: tvtermsfade 0.6s ease-out;
}

.gAnvYm {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #5d3fd3;
  text-decoration: none;
  font-family: 'EB Garamond', serif;
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  padding: 0.7rem 1.3rem;
  border-radius: 0.4rem;
  background: rgba(42, 127, 101, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.gAnvYm:hover {
  color: #4520b0;
  background: rgba(63, 211, 142, 0.2);
  transform: translateX(-3px);
}

.YMgjbbFHg {
  text-align: center;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(53, 140, 177, 0.15);
}

.AbUaIrUsLLh {
  font-family: 'Gloock', serif;
  font-size: 2.8rem;
  color: #5e35b1;
  margin-bottom: 1.2rem;
  line-height: 1.2;
}

.SCtgJOOPb {
  font-family: 'EB Garamond', serif;
  font-size: 1.15rem;
  color: #2d3748;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}

.XQCykAhK {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
}

.wPpCviWQuIB {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 2rem;
  align-items: start;
  padding: 1.8rem;
  border-radius: 0.8rem;
  transition: all 0.4s ease;
}

.wPpCviWQuIB:hover {
  background: rgba(245, 243, 255, 0.7);
  box-shadow: 0 6px 18px rgba(93, 53, 177, 0.08);
}

.lcVOOKWeFAW {
  background: #f8f9fa;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(53, 177, 123, 0.1);
  border: 1px solid rgba(53, 177, 119, 0.1);
}

.lcVOOKWeFAW i {
  font-size: 2.3rem;
  color: #7c4dff;
}

.DDFLoY {
  font-family: 'Gloock', serif;
  font-size: 1.7rem;
  color: #2a7b5c;
  margin-bottom: 1.3rem;
  position: relative;
}

.DDFLoY::after {
  content: '';
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  width: 60px;
  height: 3px;
  background: #7c4dff;
}

.KrmX p {
  font-family: 'EB Garamond', serif;
  font-size: 1.07rem;
  color: #2d3748;
  line-height: 1.75;
}

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

@media (max-width: 1024px) {
  .AbUaIrUsLLh {
    font-size: 2.5rem;
  }
  
  .wPpCviWQuIB {
    gap: 1.8rem;
  }
}

@media (max-width: 768px) {
  .TWlyXqkxLrcD {
    padding: 2rem 1.2rem;
  }
  
  .wPpCviWQuIB {
    grid-template-columns: 1fr;
  }
  
  .lcVOOKWeFAW {
    margin: 0 auto 1.5rem;
  }
  
  .AbUaIrUsLLh {
    font-size: 2.2rem;
  }
  
  .SCtgJOOPb {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .AbUaIrUsLLh {
    font-size: 2rem;
  }
  
  .DDFLoY {
    font-size: 1.6rem;
  }
  
  .lcVOOKWeFAW {
    width: 75px;
    height: 75px;
  }
  
  .lcVOOKWeFAW i {
    font-size: 2rem;
  }
}

@media (max-width: 320px) {
  .AbUaIrUsLLh {
    font-size: 1.8rem;
  }
  
  .DDFLoY {
    font-size: 1.5rem;
  }
  
  .KrmX p {
    font-size: 1rem;
  }
}