@font-face {
  font-family: 'PT Serif';
  src: url('../ccf-fonts/PTSerif-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../ccf-fonts/Nunito-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../ccf-fonts/Nunito-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

:root {
  --primary-color: #A1866F;
  --secondary-color: #D9B99B;
  --accent-color: #F4C27A;
  --text-color: #543e33;
  --light-color: #FFF5E6;
  --dark-color: #34281f;
  --gradient: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.16);
  --transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
}


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

body {
  font-family: 'Nunito', serif;
  color: var(--text-color);
  line-height: 1.7;
  background-color: var(--light-color);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'PT Serif', serif;
  color: var(--dark-color);
  line-height: 1.3;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

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

.RgcvKeH {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-sm);
  padding: 1rem 0;
  transition: var(--transition);
}

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

.skatiqgVSrB {
  font-family: 'PT Serif', serif;
  font-size: 1.8rem;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: var(--transition);
}

.skatiqgVSrB:hover {
  color: var(--accent-color);
}

.ILlmJfgd {
  display: flex;
  align-items: center;
}

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

.lTPmHCrs {
  color: var(--text-color);
  padding: 0.5rem 0;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

.lTPmHCrs::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent-color);
  transition: var(--transition);
}

.lTPmHCrs:hover::after {
  width: 100%;
}

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

.CgixFsH {
  background: var(--accent-color);
  color: var(--dark-color);
  border: none;
  cursor: pointer;
  padding: 0.7rem 1.5rem;
  border-radius: 50px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}

.CgixFsH:hover {
  background: var(--primary-color);
  color: var(--light-color);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.NPvbtF {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.NPvbtF span {
    display: block;
    width: 100%;
    height: 3px;
    background: var(--primary-color);
    transition: var(--transition);
}

.NPvbtF.active span:nth-child(1) {
    transform: translateY(12px) rotate(45deg);
}

.NPvbtF.active span:nth-child(2) {
    opacity: 0;
}

.NPvbtF.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.abcyNZFwYuFTZA {
  min-height: 90vh;
  background: url('../ccf-media/fons3.webp') center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 4.5rem;
}

.VVHYNMQQv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 0;
}

.KmwULsBhZv {
  max-width: 1386px;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
  width: 100%;
}

.wzaBzrOyb {
  font-size: 3.5rem;
  color: var(--light-color);
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.RRWStPSYnGm {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.RiezV {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin-top: 2rem;
}

.UZyqvABOO {
  min-width: 176px;
  min-height: 63px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 1rem 1.5rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: var(--transition);
}

.UZyqvABOO:hover {
  background: rgba(224, 182, 16, 0.3);
  transform: translateY(-5px);
}

.vdVMPvifOp {
  padding: 5rem 2rem;
  background-color: white;
}

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

.jOTMFmH {
  flex: 1;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.jOTMFmH img {
  transition: var(--transition);
}

.jOTMFmH:hover img {
  transform: scale(1.05);
}

.hsewFvRpe {
  flex: 1;
}

.mSJUyeSxtapvDhQ {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: var(--primary-color);
  position: relative;
}

.mSJUyeSxtapvDhQ::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--accent-color);
}

.DPJThxQ {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.DPJThxQ i {
  color: var(--accent-color);
  font-size: 1.3rem;
  margin-top: 0.2rem;
}

.qkptRXWuwRExeA {
  min-height: 70vh;
  background: url('../ccf-media/fon2.webp') center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}

.ZDNLmlxhujTF {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(111, 78, 55, 0.8) 0%, rgba(196, 164, 132, 0.8) 100%);
}

.xertNf {
  max-width: 1386px;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
  width: 100%;
}

.RsCRVDETsR {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.BloWoolgtP {
  font-size: 1.3rem;
  max-width: 800px;
  margin: 0 auto 2rem;
}

.BSAFUgZbeJcea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  font-size: 2.5rem;
  color: var(--accent-color);
}

.BSAFUgZbeJcea i {
  transition: var(--transition);
}

.BSAFUgZbeJcea i:hover {
  transform: translateY(-5px) scale(1.2);
}

.QgUeEJJFN {
  padding: 5rem 2rem;
  background-color: var(--light-color);
}

.MsndptONylblN {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: var(--primary-color);
  position: relative;
}

.MsndptONylblN::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--accent-color);
}

.uakrXfKwM {
  max-width: 1386px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 2rem;
}

.WOcfKYFqqr {
  background: white;
  padding: 2rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  text-align: center;
}

.WOcfKYFqqr:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
}

.WOcfKYFqqr i {
  font-size: 3rem;
  color: var(--accent-color);
  margin-bottom: 1.5rem;
}

.WOcfKYFqqr h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--primary-color);
}

.EVkkoo {
    position: relative;
    padding: 8rem 2rem;
    background-color: var(--light-color);
    overflow: hidden;
}

.OdWuwpKnn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    color: var(--primary-color);
    transform: rotate(180deg);
}

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

.pMbreU {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 4rem;
    color: var(--dark-color);
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.pMbreU::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--accent-color);
}

.XIbYldV {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.rAJCknHY {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
    gap: 30px;
    padding: 10px 5px;
}

.rAJCknHY::-webkit-scrollbar {
    height: 8px;
}

.rAJCknHY::-webkit-scrollbar-track {
    background: var(--light-color);
    border-radius: 10px;
}

.rAJCknHY::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border-radius: 10px;
}

.rAJCknHY::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}

.VVkbDj {
    min-width: 321px;
    scroll-snap-align: start;
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.VVkbDj:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.MDkSBptgloc {
    color: var(--accent-color);
    font-size: 2.5rem;
    opacity: 0.7;
}

.wqmDkRSPFK {
    font-style: italic;
    position: relative;
    padding-left: 1.5rem;
    min-height: 170px;
}

.wqmDkRSPFK::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: var(--accent-color);
}

.vzqImQ {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: auto;
}

.cIHWqDqhV {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--accent-color);
}

.YMtziEJTh {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.SMnwpJfXruW {
    font-weight: bold;
    color: var(--primary-color);
}

.wncWBoMMh {
    font-size: 0.8rem;
    color: var(--secondary-color);
}

.ByCfhqATp {
    color: var(--accent-color);
}

.oVEXsz {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 1rem;
}

.lbURHCKbGg {
    background: var(--accent-color);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
}

.lbURHCKbGg:hover {
    background: var(--primary-color);
    transform: scale(1.1);
}

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

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

.UmSxSb {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.DkrHzjrQcEAiDg {
    display: flex;
    gap: 1rem;
}

.tvzfeedbackdot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--secondary-color);
    cursor: pointer;
    transition: var(--transition);
}

.tvzfeedbackdot.active {
    background: var(--accent-color);
    transform: scale(1.3);
}

.QZBulvyw {
  background: url('../ccf-media/fon1.webp') center/cover no-repeat;
  position: relative;
  padding: 5rem 2rem;
}

.oWVKUNyjI {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(63, 39, 23, 0.85);
}

.UuYVDvJF {
  max-width: 1386px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.QtQXc {
  text-align: center;
  font-size: 2.5rem;
  color: var(--light-color);
  margin-bottom: 3rem;
}

.YVztpZpuvpkn {
  display: flex;
  gap: 2rem;
}

.qiILiyUQLW {
  flex: 1;
}

.PnZiInIM {
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: var(--transition);
}

.llzBfyenQRtREh {
  padding: 1.5rem;
  font-size: 1.2rem;
  color: var(--light-color);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.llzBfyenQRtREh i {
  color: var(--light-color);
  transition: var(--transition);
}

.cgtHFSzBeDqYLN {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.3s ease;
}

.cgtHFSzBeDqYLN p {
  padding: 0 1.5rem 1.5rem;
}

.PnZiInIM.active .cgtHFSzBeDqYLN {
  max-height: 500px;
}

.PnZiInIM.active .llzBfyenQRtREh i {
  transform: rotate(180deg);
}

.tvzfaqcontact_btn {
  display: block;
  margin: 3rem auto 0;
  background: var(--accent-color);
  color: var(--dark-color);
  border: none;
  padding: 1rem 2rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-weight: bold;
  transition: var(--transition);
}

.tvzfaqcontact_btn:hover {
  background: var(--light-color);
  transform: translateY(-3px);
}

.HfzKjEYEXBzxP {
  background: var(--primary-color);
  color: white;
  padding: 3rem 2rem 1rem;
}

.TLLJSnmLlgQ {
  max-width: 1386px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.EFuakC {
  color: white;
  transition: var(--transition);
}

.EFuakC:hover {
  color: var(--accent-color);
}

.tvzfootercontact_btn {
  background: transparent;
  color: white;
  border: 1px solid white;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: var(--transition);
}

.tvzfootercontact_btn:hover {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--dark-color);
}

.oQokdTR {
  max-width: 1386px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.BXMVVhpjWUdcx {
  font-size: 0.9rem;
}

.ZsgATfx {
  display: flex;
  gap: 1rem;
}

.ZsgATfx p {
  color: white;
  font-size: 1.2rem;
  transition: var(--transition);
}

.ZsgATfx p:hover {
  color: var(--accent-color);
  transform: translateY(-3px);
}

.zXZPXGJaUdZrxY {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--dark-color);
  color: white;
  padding: 1rem 2rem;
  z-index: 1001;
  transform: translateY(100%);
  transition: var(--transition);
}

.zXZPXGJaUdZrxY.show {
  transform: translateY(0);
}

.sgDsldbFjGF {
  max-width: 1386px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.pxhjJt {
  flex: 1;
  min-width: 250px;
}

.EPSpjsEHJo {
  color: var(--accent-color);
  text-decoration: underline;
}

.LHuoSYWhTjYv {
  background: var(--accent-color);
  color: var(--dark-color);
  padding: 0.5rem 1.5rem;
  border-radius: var(--radius-sm);
  font-weight: bold;
  transition: var(--transition);
}

.LHuoSYWhTjYv:hover {
  background: var(--light-color);
}

.QHAmNkeq {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

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

.JeOAvpspFssa {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    width: 90%;
    max-width: 500px;
    padding: 30px;
    position: relative;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.QHAmNkeq.active .JeOAvpspFssa {
    transform: translateY(0);
}

.qbqwlIhUMp {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #A1866F;
    transition: color 0.2s ease;
}

.qbqwlIhUMp:hover {
    color: #E5B80B;
}

.vwoCbEBGNi {
    margin-bottom: 20px;
}

.hAHPPBgkkaUi {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #A1866F;
}

.meltdIWtj,
.wADyE {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.meltdIWtj:focus,
.wADyE:focus {
    border-color: #E5B80B;
    outline: none;
}

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

.fUpipsvPMLGv {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #777;
}

.HLahVLani {
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.oBolsjVHfSWDrZ {
    margin-right: 10px;
    accent-color: #E5B80B;
}

.kVLGmaHjPnEI {
    background-color: #E5B80B;
    color: #3e3529;
    border: none;
    padding: 14px 25px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    transition: all 0.3s ease;
}

.kVLGmaHjPnEI:hover {
    background-color: #A1866F;
    color: white;
}

.dZXqYvEX {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

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

.myKOmEvGmqySaP {
    background-color: white;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.dZXqYvEX.active .myKOmEvGmqySaP {
    transform: translateY(0);
}

.LfMPCPgHz {
    font-size: 60px;
    color: #4CAF50;
    margin-bottom: 20px;
}

.EKrSOSLWRrOtF {
    color: #A1866F;
    margin-bottom: 15px;
}

.AQebTmuQKeCZ {
    color: #3e3529;
    margin-bottom: 25px;
    line-height: 1.5;
}

.tvzsubmit_loader {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: tvzspin 1s linear infinite;
    vertical-align: middle;
    margin-right: 8px;
}

@keyframes tvzspin {
    to { transform: rotate(360deg); }
}

.meltdIWtj.invalid {
    border-color: #ff4444;
}

.meltdIWtj.valid {
    border-color: #00C851;
}

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

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

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

@media (max-width: 1024px) {
  .aYXPIi {
    flex-direction: column-reverse;
  }
  
  .tvztestimonials_card {
    width: 90%;
    min-width: calc(33.333% - 22px);
  }
}

@media (max-width: 768px) {
    .NPvbtF {
        display: flex;
    }
    
    .sremjAo {
        position: fixed;
        top: 4.5rem;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        padding: 2rem;
        gap: 1.5rem;
        box-shadow: var(--shadow-md);
        transform: translateY(-150%);
        transition: transform 0.4s ease;
    }
    
    .sremjAo.active {
        transform: translateY(0);
    }
  
  .wzaBzrOyb {
    font-size: 2.5rem;
  }
  
  .YVztpZpuvpkn {
    flex-direction: column;
  }

  .EVkkoo,
  .QgUeEJJFN {
    padding: 8rem 0.5rem;
  }

  .VVkbDj {
    min-width: 283px;
  }
}

@media (max-width: 480px) {
  .skatiqgVSrB {
    font-size: 1.5rem;
  }
  
  .wzaBzrOyb {
    font-size: 2rem;
  }
  
  .UZyqvABOO {
    flex: 1 1 100%;
  }
  
  .VVkbDj {
    width: 100%;
    margin: 0 !important;
  }
  
  .VVkbDj img {
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
  }
  
  .VVkbDj h3,
  .wncWBoMMh,
  .ByCfhqATp,
  .wqmDkRSPFK {
    padding-left: 0;
    text-align: center;
  }
 
  .TLLJSnmLlgQ {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  
  .oQokdTR {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

@media (max-width: 320px) {
    .uakrXfKwM {
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    }
}

.jABsfIdyFEHJMX {
    padding: 120px 20px 60px;
    background-color: #FFF5EE;
    min-height: 100vh;
}

.TAkeVZaIsY {
    max-width: 1386px;
    margin: 0 auto;
}

.PGbpES {
    font-family: 'PT Serif', serif;
    font-size: 2.8rem;
    color: #A1866F;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.PGbpES::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #E5B80B;
}

.ouHFoQP {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ZoodYDLLJcFCy {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
}

.ZoodYDLLJcFCy:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.FEjasQc {
    font-family: 'PT Serif', serif;
    font-size: 1.5rem;
    color: #A1866F;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cgsllKmwyKQJ {
    font-family: 'Nunito', serif;
    color: #3e3529;
    line-height: 1.7;
}

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

@media (max-width: 768px) {
    .PGbpES {
        font-size: 2rem;
    }
    
    .FEjasQc {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .PGbpES {
        font-size: 1.8rem;
    }
    
    .ZoodYDLLJcFCy {
        padding: 20px;
    }
}

.vCMSVRLyK {
    padding: 120px 20px 60px;
    background-color: #FFF8F0;
    min-height: 100vh;
}

.oUdOlQrRnxaQ {
    max-width: 1386px;
    margin: 0 auto;
}

.YoZxeOsc {
    font-family: 'PT Serif', serif;
    font-size: 2.8rem;
    color: #A1866F;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.YoZxeOsc::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #E5B80B;
}

.WOUusxHrfABA {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.mhxPh {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    flex: 1 1 45%;
    min-height: 250px;
    display: flex;
    flex-direction: column;
}

.mhxPh:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.DdEkglj {
    font-family: 'PT Serif', serif;
    font-size: 1.5rem;
    color: #A1866F;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.KqGsTTDx {
    font-family: 'Nunito', serif;
    color: #3e3529;
    line-height: 1.7;
}

@media (max-width: 1024px) {
    .YoZxeOsc {
        font-size: 2.4rem;
    }
    
    .mhxPh {
        min-height: 220px;
    }
}

@media (max-width: 768px) {
    .YoZxeOsc {
        font-size: 2rem;
    }
    
    .WOUusxHrfABA {
        flex-direction: column;
    }
    
    .mhxPh {
        flex: 1 1 100%;
        min-height: auto;
    }
    
    .DdEkglj {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .YoZxeOsc {
        font-size: 1.8rem;
    }
    
    .mhxPh {
        padding: 20px;
    }
}

.migrzuiXbWLLOV {
    padding: 120px 20px 60px;
    background-color: #F5F5F5;
    min-height: 100vh;
}

.VOjvDTrNk {
    max-width: 1386px;
    margin: 0 auto;
}

.jRdzTdmRDHW {
    font-family: 'PT Serif', serif;
    font-size: 2.8rem;
    color: #A1866F;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.jRdzTdmRDHW::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #E5B80B;
}

.zYOdkdK {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.eHQauDESyIj {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
}

.eHQauDESyIj:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.gYFetPriFJtxW {
    font-family: 'PT Serif', serif;
    font-size: 1.5rem;
    color: #A1866F;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.afwOyLyY {
    font-family: 'Nunito', serif;
    color: #3e3529;
    line-height: 1.7;
}

@media (max-width: 1024px) {
    .jRdzTdmRDHW {
        font-size: 2.4rem;
    }
    
    .zYOdkdK {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {
    .jRdzTdmRDHW {
        font-size: 2rem;
    }
    
    .gYFetPriFJtxW {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .jRdzTdmRDHW {
        font-size: 1.8rem;
    }
    
    .zYOdkdK {
        grid-template-columns: 1fr;
    }
    
    .eHQauDESyIj {
        padding: 20px;
    }
}

.NJyUjwzIAO {
    padding: 120px 20px 60px;
    background-color: #FFF5EE;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.HNmvOiKyiYPCXmz {
    max-width: 1386px;
    margin: 0 auto;
    width: 100%;
}

.xSzlkOWVkOVH {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.mUUFQkwG {
    font-family: 'PT Serif', serif;
    font-size: 3rem;
    color: #A1866F;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.StKsdAhZxcAG {
    font-family: 'Nunito', serif;
    color: #3e3529;
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 40px;
}

.SzhXYJwYBmriw {
    position: relative;
    height: 200px;
    margin: 40px 0;
}

.BYvwFV {
    font-size: 100px;
    color: #A1866F;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.OtBcTuvQTX {
    position: absolute;
    width: 10px;
    height: 60px;
    background: rgba(255,255,255,0.7);
    bottom: 100px;
    border-radius: 10px;
    animation: steam 3s infinite ease-out;
}

.OtBcTuvQTX:nth-child(2) {
    left: calc(50% - 25px);
    animation-delay: 0.5s;
}

.OtBcTuvQTX:nth-child(3) {
    left: calc(50% + 15px);
    animation-delay: 1s;
}

@keyframes steam {
    0% {
        transform: translateY(0) scaleX(1);
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    50% {
        transform: translateY(-50px) scaleX(0.8);
    }
    100% {
        transform: translateY(-100px) scaleX(1.2);
        opacity: 0;
    }
}

.ifnYiaLSlnbGg {
    display: inline-block;
    background: #E5B80B;
    color: #3e3529;
    padding: 15px 30px;
    border-radius: 50px;
    font-family: 'PT Serif', serif;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-top: 30px;
}

.ifnYiaLSlnbGg:hover {
    background: #A1866F;
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

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

@media (max-width: 768px) {
    .mUUFQkwG {
        font-size: 2rem;
    }
    
    .StKsdAhZxcAG {
        font-size: 1.1rem;
    }
    
    .BYvwFV {
        font-size: 80px;
    }
}

@media (max-width: 480px) {
    .mUUFQkwG {
        font-size: 1.8rem;
        flex-direction: column;
        gap: 10px;
    }
    
    .ifnYiaLSlnbGg {
        padding: 12px 25px;
        font-size: 1rem;
    }
}