* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --primary: #8B4513; --primary-light: #A0522D; --primary-dark: #5D2E0C;
  --secondary: #D2691E; --accent: #CD853F; --highlight: #FF8C00; --warm: #FFA500;
  --text: #2C1810; --text-light: #5C4033; --white: #FFFFFF;
  --bg-light: #FFF8F0; --bg-cream: #FFFAF5; --batik-red: #B22222; --batik-gold: #DAA520;
  --gradient-primary: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);
  --gradient-warm: linear-gradient(135deg, #D2691E 0%, #FF8C00 100%);
  --gradient-gold: linear-gradient(135deg, #CD853F 0%, #DAA520 100%);
  --gradient-tropical: linear-gradient(135deg, #FFFAF5 0%, #FFF8F0 100%);
  --shadow-soft: 0 4px 20px rgba(139, 69, 19, 0.1);
  --shadow-medium: 0 8px 30px rgba(139, 69, 19, 0.15);
  --shadow-strong: 0 15px 50px rgba(139, 69, 19, 0.2);
}
body { font-family: "Plus Jakarta Sans", sans-serif; line-height: 1.6; color: var(--text); background: var(--bg-light); overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.jfsmgd7p { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.tt6avoce { min-height: 100vh; position: relative; background: linear-gradient(180deg, var(--bg-cream) 0%, var(--bg-light) 100%); overflow: hidden; }
.alidzbfv { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 30% 70%, rgba(210, 105, 30, 0.15) 0%, transparent 50%), radial-gradient(circle at 70% 30%, rgba(255, 140, 0, 0.1) 0%, transparent 50%); }
.alidzbfv::before { content: ''; position: absolute; top: -50%; right: -20%; width: 60%; height: 150%; background: linear-gradient(180deg, rgba(205, 133, 63, 0.08) 0%, transparent 100%); transform: rotate(-15deg); }
.q9aor18x { position: relative; z-index: 2; min-height: 100vh; display: flex; flex-direction: column; justify-content: space-between; padding: 2rem; }
.cfqfrvvy { display: flex; justify-content: space-between; align-items: center; }
.ubidt41c { display: flex; align-items: center; gap: 0.75rem; }
.e9nafut5 { font-size: 2.5rem; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1)); }
.l2yl19us { font-size: 1.8rem; font-weight: 800; color: var(--primary); letter-spacing: -0.5px; }
.fvpn2ior { display: flex; gap: 2rem; }
.fvpn2ior a { font-weight: 600; color: var(--text); transition: all 0.3s; position: relative; font-size: 0.95rem; }
.fvpn2ior a::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 3px; background: var(--gradient-warm); border-radius: 2px; transition: width 0.3s; }
.fvpn2ior a:hover::after { width: 100%; }
.fvpn2ior a:hover { color: var(--secondary); }
.loret4xc { text-align: center; max-width: 850px; margin: 0 auto; }
.fljot46l { display: inline-block; background: var(--white); color: var(--primary); padding: 0.6rem 1.5rem; border-radius: 50px; font-weight: 700; font-size: 0.9rem; box-shadow: var(--shadow-soft); margin-bottom: 1.5rem; border: 2px solid rgba(205, 133, 63, 0.2); }
.tt6avoce h1 { font-size: 4.5rem; font-weight: 900; line-height: 1.1; margin-bottom: 1.5rem; color: var(--text); }
.tt6avoce .tm1s3gx8 { background: var(--gradient-warm); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.yc1te4sm { font-size: 1.3rem; color: var(--text-light); margin-bottom: 2.5rem; line-height: 1.8; max-width: 700px; margin-left: auto; margin-right: auto; }
.hz9pf7lw { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.onmtnn81 { padding: 1rem 2.5rem; border-radius: 50px; font-weight: 700; font-size: 1rem; transition: all 0.3s; cursor: pointer; border: none; display: inline-block; }
.c08xbnx0 { background: var(--gradient-warm); color: var(--white); box-shadow: var(--shadow-medium); }
.c08xbnx0:hover { transform: translateY(-3px); box-shadow: var(--shadow-strong); }
.rv8c33kn { background: var(--white); color: var(--primary); border: 2px solid var(--primary); }
.rv8c33kn:hover { background: var(--primary); color: var(--white); transform: translateY(-3px); }
.zazj9ul8 { background: var(--gradient-warm); color: var(--white); width: 100%; box-shadow: var(--shadow-medium); }
.zazj9ul8:hover { transform: translateY(-3px); box-shadow: var(--shadow-strong); }
.jyvaq72t { display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; padding: 2rem 0; }
.ki8w3zkr { display: flex; align-items: center; gap: 0.75rem; background: var(--white); padding: 0.75rem 1.5rem; border-radius: 50px; box-shadow: var(--shadow-soft); border: 1px solid rgba(205, 133, 63, 0.15); }
.s203ygyb { font-size: 1.5rem; }
.r1qefgbu { font-weight: 600; color: var(--text); font-size: 0.9rem; }

.urwfm4av { text-align: center; margin-bottom: 3rem; }
.lt8m9jnn { display: inline-block; background: var(--gradient-warm); color: var(--white); padding: 0.5rem 1.3rem; border-radius: 25px; font-size: 0.85rem; font-weight: 700; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 1px; }
.urwfm4av h2 { font-size: 2.8rem; color: var(--text); margin-bottom: 0.75rem; font-weight: 800; }
.urwfm4av p { color: var(--text-light); font-size: 1.1rem; }

.gqbphlcw { padding: 6rem 0; background: var(--white); }
.x2lr4gnp { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2rem; }
.cfqquzw1 { background: var(--bg-light); padding: 2.5rem 2rem; border-radius: 25px; text-align: center; transition: all 0.4s; cursor: pointer; border: 2px solid transparent; position: relative; overflow: hidden; }
.cfqquzw1::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gradient-warm); transform: scaleX(0); transition: transform 0.4s; }
.cfqquzw1:hover::before { transform: scaleX(1); }
.cfqquzw1:hover { transform: translateY(-10px); border-color: var(--accent); box-shadow: var(--shadow-medium); background: var(--white); }
.ag09ec6m { font-size: 4.5rem; margin-bottom: 1rem; display: block; }
.cfqquzw1 h3 { color: var(--text); font-size: 1.4rem; margin-bottom: 0.5rem; font-weight: 700; }
.cfqquzw1 p { color: var(--text-light); font-size: 0.95rem; margin-bottom: 1.25rem; line-height: 1.6; }
.kqcv3jmz { display: inline-block; background: rgba(205, 133, 63, 0.15); color: var(--primary-dark); padding: 0.4rem 1rem; border-radius: 20px; font-size: 0.8rem; font-weight: 700; }

.lih4exjf { padding: 6rem 0; background: var(--bg-light); }
.kz5otub2 { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3rem; flex-wrap: wrap; gap: 2rem; }
.oyocm5cs { flex: 1; min-width: 300px; }
.oyocm5cs h2 { font-size: 2.8rem; color: var(--text); margin-bottom: 0.5rem; font-weight: 800; }
.oyocm5cs p { color: var(--text-light); font-size: 1.05rem; }
.jwzcwywl { display: flex; gap: 0.5rem; }
.tl82p1zw { width: 50px; height: 50px; border-radius: 50%; border: 2px solid var(--primary); background: var(--white); font-size: 1.5rem; cursor: pointer; transition: all 0.3s; display: flex; align-items: center; justify-content: center; color: var(--primary); }
.tl82p1zw:hover { background: var(--primary); color: var(--white); }
.jcikswjp { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; }
.f7bkhy7r { background: var(--white); border-radius: 25px; overflow: hidden; transition: all 0.4s; cursor: pointer; position: relative; box-shadow: var(--shadow-soft); }
.f7bkhy7r:hover { transform: translateY(-10px); box-shadow: var(--shadow-strong); }
.fo896n7l { position: absolute; top: 1rem; left: 1rem; background: var(--gradient-warm); color: var(--white); padding: 0.4rem 1rem; border-radius: 20px; font-size: 0.75rem; font-weight: 700; z-index: 2; }
.fo896n7l.ghhunhjj { background: var(--batik-red); }
.fo896n7l.ipb8gvgs { background: var(--batik-gold); color: var(--text); }
.f4zjemjq { height: 200px; background: linear-gradient(135deg, #FFF8F0 0%, #FFFAF5 100%); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; border-bottom: 3px solid rgba(205, 133, 63, 0.1); }
.wtffq3bf { font-size: 6rem; }
.kox91qn8 { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(139, 69, 19, 0.9); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s; }
.f7bkhy7r:hover .kox91qn8 { opacity: 1; }
.nd9n0xe1 { background: var(--white); color: var(--primary); border: none; padding: 0.75rem 1.5rem; border-radius: 30px; font-weight: 700; cursor: pointer; transition: all 0.3s; }
.nd9n0xe1:hover { background: var(--highlight); color: var(--text); }
.lxf5a0js { padding: 1.5rem; }
.vrk6hx5x { display: inline-block; color: var(--secondary); font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.5rem; }
.lxf5a0js h3 { color: var(--text); font-size: 1.25rem; margin-bottom: 0.4rem; font-weight: 700; }
.upbaqy5t { color: var(--text-light); font-size: 0.9rem; margin-bottom: 1rem; line-height: 1.5; }
.oa4rlegg { display: flex; justify-content: space-between; align-items: center; }
.grhcd9j4 { font-size: 1.3rem; font-weight: 800; color: var(--primary); }
.jgra70v2 { color: var(--text-light); font-size: 0.85rem; font-weight: 600; }
.ay0gr7qk { text-align: center; margin-top: 3rem; }
.ay0gr7qk a { color: var(--primary); font-weight: 700; font-size: 1.1rem; transition: gap 0.3s; display: inline-flex; align-items: center; gap: 0.5rem; }
.ay0gr7qk a:hover { gap: 1rem; }
.ay0gr7qk span { transition: transform 0.3s; }
.ay0gr7qk a:hover span { transform: translateX(5px); }

.emb3wie4 { padding: 6rem 0; background: var(--white); }
.cxti8fhm { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.vpnpbc0a .lt8m9jnn { margin-bottom: 1rem; }
.vpnpbc0a h2 { font-size: 2.8rem; color: var(--text); margin-bottom: 1rem; font-weight: 800; }
.vpnpbc0a .gqp6g6ow { color: var(--text-light); font-size: 1.15rem; margin-bottom: 2.5rem; line-height: 1.8; }
.sen4rq06 { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 2.5rem; }
.orvi6ihp { display: flex; align-items: flex-start; gap: 1rem; }
.exi1g5ty { width: 30px; height: 30px; background: var(--gradient-warm); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.9rem; flex-shrink: 0; }
.orvi6ihp strong { display: block; color: var(--text); font-size: 1.05rem; margin-bottom: 0.25rem; font-weight: 700; }
.orvi6ihp p { color: var(--text-light); font-size: 0.95rem; line-height: 1.5; }
.z3vh4t3j { display: flex; justify-content: center; }
.wlpxtvgz { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.bgdnw5be { background: var(--bg-light); border-radius: 20px; padding: 2rem 1.5rem; text-align: center; cursor: pointer; transition: all 0.3s; border: 1px solid rgba(205, 133, 63, 0.1); }
.bgdnw5be.yay7lc0c { grid-row: span 2; background: var(--gradient-warm); color: var(--white); }
.bgdnw5be.yay7lc0c h4, .bgdnw5be.yay7lc0c p { color: var(--white); }
.bgdnw5be:hover { transform: translateY(-5px); box-shadow: var(--shadow-medium); }
.b8kg7nd6 { font-size: 3.5rem; display: block; margin-bottom: 0.75rem; }
.bgdnw5be h4 { color: var(--text); font-size: 1.1rem; margin-bottom: 0.3rem; font-weight: 700; }
.bgdnw5be p { color: var(--text-light); font-size: 0.85rem; }

.fwj00b9x { padding: 6rem 0; background: var(--bg-light); }
.v1cazvcu { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.e9p8p79z { background: var(--white); padding: 2.5rem 2rem; border-radius: 25px; text-align: center; transition: all 0.4s; cursor: pointer; box-shadow: var(--shadow-soft); border: 1px solid rgba(205, 133, 63, 0.1); }
.e9p8p79z:hover { transform: translateY(-10px); box-shadow: var(--shadow-strong); }
.h5decgds { font-size: 5rem; margin-bottom: 1rem; display: block; }
.e9p8p79z h3 { color: var(--text); font-size: 1.3rem; margin-bottom: 0.3rem; font-weight: 700; }
.tli9j4tv { color: var(--secondary); font-weight: 700; font-size: 0.9rem; margin-bottom: 0.75rem; }
.z0avjtyt { color: var(--text-light); font-size: 0.9rem; margin-bottom: 1.25rem; line-height: 1.6; }
.mvft1shj { display: flex; justify-content: center; gap: 0.5rem; flex-wrap: wrap; }
.b3096hgu { background: rgba(205, 133, 63, 0.15); color: var(--primary-dark); padding: 0.35rem 0.85rem; border-radius: 15px; font-size: 0.75rem; font-weight: 700; }

.ib2cz06t { padding: 6rem 0; background: var(--white); }
.kgm0pbgb { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2.5rem; }
.gt1703u7 { text-align: center; padding: 2rem; cursor: pointer; border-radius: 20px; transition: all 0.3s; border: 1px solid rgba(205, 133, 63, 0.1); }
.gt1703u7:hover { background: var(--bg-light); transform: translateY(-5px); border-color: var(--accent); }
.vu9i9qo6 { font-size: 4rem; margin-bottom: 1rem; display: block; }
.gt1703u7 h3 { color: var(--text); font-size: 1.25rem; margin-bottom: 0.5rem; font-weight: 700; }
.gt1703u7 p { color: var(--text-light); font-size: 0.95rem; line-height: 1.7; }

.k0ljxrxz { padding: 6rem 0; background: var(--bg-light); }
.ybjxk8rw { display: grid; grid-template-columns: 2fr 1fr; gap: 2rem; }
.d9fo38tf { background: var(--gradient-warm); padding: 3rem; border-radius: 30px; color: var(--white); position: relative; cursor: pointer; box-shadow: var(--shadow-medium); }
.qzlu4zqa { font-size: 5rem; line-height: 1; opacity: 0.2; margin-bottom: -1rem; font-family: Georgia, serif; }
.mehkgxg3 { font-size: 1.25rem; line-height: 1.8; margin-bottom: 2rem; font-style: italic; }
.zv932rof { display: flex; align-items: center; gap: 1rem; }
.nbugl9f2 { width: 60px; height: 60px; border-radius: 50%; background: rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
.gg6jiurt { flex: 1; }
.gg6jiurt strong { display: block; font-size: 1.1rem; font-weight: 700; }
.gg6jiurt span { font-size: 0.9rem; opacity: 0.9; }
.gsyxoo43 { color: var(--white); font-size: 1.2rem; }
.khhuvu3a { display: flex; flex-direction: column; gap: 1rem; }
.hmqvicfd { background: var(--white); padding: 1.5rem; border-radius: 20px; cursor: pointer; transition: all 0.3s; box-shadow: var(--shadow-soft); border: 1px solid rgba(205, 133, 63, 0.1); }
.hmqvicfd:hover { transform: translateX(5px); box-shadow: var(--shadow-medium); }
.z6e940a2 { color: var(--highlight); margin-bottom: 0.5rem; font-size: 0.9rem; }
.hmqvicfd p { color: var(--text-light); font-size: 0.95rem; line-height: 1.6; margin-bottom: 0.5rem; }
.uhtnsfob { color: var(--text); font-size: 0.85rem; font-style: italic; font-weight: 600; }

.mf4tmse1 { padding: 6rem 0; background: var(--white); }
.miwadp7y { background: linear-gradient(135deg, #FFF8F0 0%, #FFFAF5 100%); border-radius: 35px; padding: 3.5rem; box-shadow: var(--shadow-medium); display: grid; grid-template-columns: 1.5fr 1fr; gap: 4rem; border: 2px solid rgba(205, 133, 63, 0.15); }
.viu8fwhb h2 { font-size: 2.2rem; color: var(--text); margin-bottom: 0.5rem; font-weight: 800; }
.viu8fwhb > p { color: var(--text-light); margin-bottom: 2rem; font-size: 1.05rem; }
.t1ohqnrx { display: grid; gap: 1rem; margin-bottom: 1.5rem; }
.zefxp69v input { width: 100%; padding: 1rem 1.5rem; border: 2px solid rgba(139, 69, 19, 0.2); border-radius: 15px; font-size: 1rem; font-family: inherit; transition: all 0.3s; background: var(--white); }
.zefxp69v input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px rgba(205, 133, 63, 0.1); }
.zhfjjou9 { color: var(--primary); font-size: 0.95rem; font-weight: 700; display: flex; align-items: center; gap: 0.5rem; }
.oqhg1hmd { display: flex; flex-direction: column; gap: 1.25rem; }
.b5uahrfk { display: flex; align-items: flex-start; gap: 1rem; cursor: pointer; padding: 1rem; border-radius: 15px; transition: all 0.3s; background: rgba(255, 255, 255, 0.7); border: 1px solid rgba(205, 133, 63, 0.1); }
.b5uahrfk:hover { background: var(--white); transform: translateX(5px); border-color: var(--accent); }
.idnml5o4 { font-size: 2rem; }
.b5uahrfk strong { display: block; color: var(--text); margin-bottom: 0.2rem; font-weight: 700; }
.b5uahrfk p { color: var(--text-light); font-size: 0.95rem; }

footer { background: var(--primary-dark); color: var(--white); padding: 4rem 0 2rem; position: relative; overflow: hidden; }
footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gradient-gold); }
.my8i8dpb { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.d5nlrjnf .pgspj6y5 { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.d5nlrjnf .e9nafut5 { font-size: 2rem; }
.d5nlrjnf .l2yl19us { font-size: 1.5rem; font-weight: 800; color: var(--white); }
.d5nlrjnf p { color: rgba(255, 255, 255, 0.7); line-height: 1.8; margin-bottom: 1.5rem; }
.vcunxn5x { display: flex; gap: 0.75rem; }
.vcunxn5x a { width: 42px; height: 42px; background: rgba(255, 255, 255, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; transition: all 0.3s; }
.vcunxn5x a:hover { background: var(--secondary); transform: translateY(-3px); }
.m5hyu5bo h4 { color: var(--highlight); margin-bottom: 1.5rem; font-size: 1rem; font-weight: 700; }
.m5hyu5bo ul li { margin-bottom: 0.75rem; }
.m5hyu5bo a { color: rgba(255, 255, 255, 0.7); transition: color 0.3s; font-size: 0.95rem; }
.m5hyu5bo a:hover { color: var(--highlight); }
.a06tpkch { text-align: center; padding-top: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.5); font-size: 0.9rem; }

.elb3tlj4 { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(93, 46, 12, 0.8); align-items: center; justify-content: center; backdrop-filter: blur(5px); }
.cmnem7jm { background: var(--white); padding: 3rem; border-radius: 30px; text-align: center; max-width: 450px; position: relative; animation: modalSlide 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); border: 3px solid rgba(205, 133, 63, 0.2); }
@keyframes modalSlide { from { transform: translateY(-50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.fbiipd1m { position: absolute; top: 15px; right: 20px; font-size: 2rem; cursor: pointer; color: #aaa; transition: color 0.3s; }
.fbiipd1m:hover { color: var(--primary); }
.ttaocz31 { font-size: 5rem; margin-bottom: 1rem; }
.cmnem7jm h2 { color: var(--text); font-size: 1.8rem; margin-bottom: 0.8rem; font-weight: 800; }
.cmnem7jm p { color: var(--text-light); font-size: 1rem; line-height: 1.6; }

@media (max-width: 992px) {
  .cxti8fhm { grid-template-columns: 1fr; gap: 3rem; }
  .z3vh4t3j { order: -1; }
  .ybjxk8rw { grid-template-columns: 1fr; }
  .miwadp7y { grid-template-columns: 1fr; }
  .my8i8dpb { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .tt6avoce h1 { font-size: 2.8rem; }
  .fvpn2ior { display: none; }
  .hz9pf7lw { flex-direction: column; align-items: center; }
  .jyvaq72t { flex-direction: column; align-items: center; gap: 1rem; }
  .x2lr4gnp { grid-template-columns: repeat(2, 1fr); }
  .kz5otub2 { flex-direction: column; align-items: center; text-align: center; }
  .urwfm4av h2 { font-size: 2rem; }
  .kgm0pbgb { grid-template-columns: repeat(2, 1fr); }
  .my8i8dpb { grid-template-columns: 1fr; text-align: center; }
  .vcunxn5x { justify-content: center; }
  .wlpxtvgz { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .x2lr4gnp { grid-template-columns: 1fr; }
  .jcikswjp { grid-template-columns: 1fr; }
  .kgm0pbgb { grid-template-columns: 1fr; }
  .v1cazvcu { grid-template-columns: 1fr; }
  .miwadp7y { padding: 2rem; }
}
