* { 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; }
.z1hxosb8 { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.wt00iel7 { min-height: 100vh; position: relative; background: linear-gradient(180deg, var(--bg-cream) 0%, var(--bg-light) 100%); overflow: hidden; }
.zy603yxp { 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%); }
.zy603yxp::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); }
.nybg8ykm { position: relative; z-index: 2; min-height: 100vh; display: flex; flex-direction: column; justify-content: space-between; padding: 2rem; }
.eboxhw19 { display: flex; justify-content: space-between; align-items: center; }
.irqly3e4 { display: flex; align-items: center; gap: 0.75rem; }
.w7suzr9h { font-size: 2.5rem; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1)); }
.ff9ypyy6 { font-size: 1.8rem; font-weight: 800; color: var(--primary); letter-spacing: -0.5px; }
.env3owll { display: flex; gap: 2rem; }
.env3owll a { font-weight: 600; color: var(--text); transition: all 0.3s; position: relative; font-size: 0.95rem; }
.env3owll a::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 3px; background: var(--gradient-warm); border-radius: 2px; transition: width 0.3s; }
.env3owll a:hover::after { width: 100%; }
.env3owll a:hover { color: var(--secondary); }
.euupp9h7 { text-align: center; max-width: 850px; margin: 0 auto; }
.fvn5xt73 { 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); }
.wt00iel7 h1 { font-size: 4.5rem; font-weight: 900; line-height: 1.1; margin-bottom: 1.5rem; color: var(--text); }
.wt00iel7 .c59u8x70 { background: var(--gradient-warm); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.jlw9daw6 { 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; }
.t784hm94 { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.t5ymw31o { padding: 1rem 2.5rem; border-radius: 50px; font-weight: 700; font-size: 1rem; transition: all 0.3s; cursor: pointer; border: none; display: inline-block; }
.e1k1jugy { background: var(--gradient-warm); color: var(--white); box-shadow: var(--shadow-medium); }
.e1k1jugy:hover { transform: translateY(-3px); box-shadow: var(--shadow-strong); }
.za0nddhz { background: var(--white); color: var(--primary); border: 2px solid var(--primary); }
.za0nddhz:hover { background: var(--primary); color: var(--white); transform: translateY(-3px); }
.m6lwo67l { background: var(--gradient-warm); color: var(--white); width: 100%; box-shadow: var(--shadow-medium); }
.m6lwo67l:hover { transform: translateY(-3px); box-shadow: var(--shadow-strong); }
.lg6t94qa { display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; padding: 2rem 0; }
.iec5sakl { 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); }
.t7osjqmy { font-size: 1.5rem; }
.enul1r6a { font-weight: 600; color: var(--text); font-size: 0.9rem; }

.bkl8v72i { text-align: center; margin-bottom: 3rem; }
.l7j6s160 { 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; }
.bkl8v72i h2 { font-size: 2.8rem; color: var(--text); margin-bottom: 0.75rem; font-weight: 800; }
.bkl8v72i p { color: var(--text-light); font-size: 1.1rem; }

.xrotndm1 { padding: 6rem 0; background: var(--white); }
.jwjsoyrn { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2rem; }
.vf6z9mxy { 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; }
.vf6z9mxy::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gradient-warm); transform: scaleX(0); transition: transform 0.4s; }
.vf6z9mxy:hover::before { transform: scaleX(1); }
.vf6z9mxy:hover { transform: translateY(-10px); border-color: var(--accent); box-shadow: var(--shadow-medium); background: var(--white); }
.rjjzhub8 { font-size: 4.5rem; margin-bottom: 1rem; display: block; }
.vf6z9mxy h3 { color: var(--text); font-size: 1.4rem; margin-bottom: 0.5rem; font-weight: 700; }
.vf6z9mxy p { color: var(--text-light); font-size: 0.95rem; margin-bottom: 1.25rem; line-height: 1.6; }
.b0n2vils { 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; }

.p3zxtmm3 { padding: 6rem 0; background: var(--bg-light); }
.agx3c57q { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3rem; flex-wrap: wrap; gap: 2rem; }
.esrcp7jv { flex: 1; min-width: 300px; }
.esrcp7jv h2 { font-size: 2.8rem; color: var(--text); margin-bottom: 0.5rem; font-weight: 800; }
.esrcp7jv p { color: var(--text-light); font-size: 1.05rem; }
.hlbdbmo4 { display: flex; gap: 0.5rem; }
.lvj2w6ey { 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); }
.lvj2w6ey:hover { background: var(--primary); color: var(--white); }
.yvk3nbia { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; }
.bjil0gay { background: var(--white); border-radius: 25px; overflow: hidden; transition: all 0.4s; cursor: pointer; position: relative; box-shadow: var(--shadow-soft); }
.bjil0gay:hover { transform: translateY(-10px); box-shadow: var(--shadow-strong); }
.vjfr9uoa { 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; }
.vjfr9uoa.veu3yh6v { background: var(--batik-red); }
.vjfr9uoa.zq76oayx { background: var(--batik-gold); color: var(--text); }
.p4qq62x6 { 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); }
.xuv7lwph { font-size: 6rem; }
.opp2jyoj { 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; }
.bjil0gay:hover .opp2jyoj { opacity: 1; }
.h1po1liq { 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; }
.h1po1liq:hover { background: var(--highlight); color: var(--text); }
.d7sqs2x0 { padding: 1.5rem; }
.ktyosp4g { display: inline-block; color: var(--secondary); font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.5rem; }
.d7sqs2x0 h3 { color: var(--text); font-size: 1.25rem; margin-bottom: 0.4rem; font-weight: 700; }
.ufgl4k3n { color: var(--text-light); font-size: 0.9rem; margin-bottom: 1rem; line-height: 1.5; }
.fklo4yyf { display: flex; justify-content: space-between; align-items: center; }
.v8wdtrq0 { font-size: 1.3rem; font-weight: 800; color: var(--primary); }
.lyfcnf0u { color: var(--text-light); font-size: 0.85rem; font-weight: 600; }
.utj05ngn { text-align: center; margin-top: 3rem; }
.utj05ngn a { color: var(--primary); font-weight: 700; font-size: 1.1rem; transition: gap 0.3s; display: inline-flex; align-items: center; gap: 0.5rem; }
.utj05ngn a:hover { gap: 1rem; }
.utj05ngn span { transition: transform 0.3s; }
.utj05ngn a:hover span { transform: translateX(5px); }

.op1yfrvg { padding: 6rem 0; background: var(--white); }
.go5c7pt8 { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.piomyxxl .l7j6s160 { margin-bottom: 1rem; }
.piomyxxl h2 { font-size: 2.8rem; color: var(--text); margin-bottom: 1rem; font-weight: 800; }
.piomyxxl .iv1p28lz { color: var(--text-light); font-size: 1.15rem; margin-bottom: 2.5rem; line-height: 1.8; }
.zb1e6blu { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 2.5rem; }
.kofu2l0f { display: flex; align-items: flex-start; gap: 1rem; }
.l1nihzzi { 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; }
.kofu2l0f strong { display: block; color: var(--text); font-size: 1.05rem; margin-bottom: 0.25rem; font-weight: 700; }
.kofu2l0f p { color: var(--text-light); font-size: 0.95rem; line-height: 1.5; }
.hdnip5ms { display: flex; justify-content: center; }
.rxln802m { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.k88ze9kz { 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); }
.k88ze9kz.p8hncxu0 { grid-row: span 2; background: var(--gradient-warm); color: var(--white); }
.k88ze9kz.p8hncxu0 h4, .k88ze9kz.p8hncxu0 p { color: var(--white); }
.k88ze9kz:hover { transform: translateY(-5px); box-shadow: var(--shadow-medium); }
.s53ev70w { font-size: 3.5rem; display: block; margin-bottom: 0.75rem; }
.k88ze9kz h4 { color: var(--text); font-size: 1.1rem; margin-bottom: 0.3rem; font-weight: 700; }
.k88ze9kz p { color: var(--text-light); font-size: 0.85rem; }

.xzj0l2jz { padding: 6rem 0; background: var(--bg-light); }
.ufqphwoh { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.jx0br0mx { 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); }
.jx0br0mx:hover { transform: translateY(-10px); box-shadow: var(--shadow-strong); }
.lovq9p1s { font-size: 5rem; margin-bottom: 1rem; display: block; }
.jx0br0mx h3 { color: var(--text); font-size: 1.3rem; margin-bottom: 0.3rem; font-weight: 700; }
.wjl0qa2z { color: var(--secondary); font-weight: 700; font-size: 0.9rem; margin-bottom: 0.75rem; }
.llqexmf5 { color: var(--text-light); font-size: 0.9rem; margin-bottom: 1.25rem; line-height: 1.6; }
.et109bzw { display: flex; justify-content: center; gap: 0.5rem; flex-wrap: wrap; }
.o2vhkurb { 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; }

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

.rm7r0aw0 { padding: 6rem 0; background: var(--bg-light); }
.ihc89civ { display: grid; grid-template-columns: 2fr 1fr; gap: 2rem; }
.czqs8ndm { background: var(--gradient-warm); padding: 3rem; border-radius: 30px; color: var(--white); position: relative; cursor: pointer; box-shadow: var(--shadow-medium); }
.cisk8m99 { font-size: 5rem; line-height: 1; opacity: 0.2; margin-bottom: -1rem; font-family: Georgia, serif; }
.m07f0qpn { font-size: 1.25rem; line-height: 1.8; margin-bottom: 2rem; font-style: italic; }
.utzztudz { display: flex; align-items: center; gap: 1rem; }
.subyslgz { 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; }
.naed9te5 { flex: 1; }
.naed9te5 strong { display: block; font-size: 1.1rem; font-weight: 700; }
.naed9te5 span { font-size: 0.9rem; opacity: 0.9; }
.aog1tlbv { color: var(--white); font-size: 1.2rem; }
.hvztjq5g { display: flex; flex-direction: column; gap: 1rem; }
.tylblyzu { 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); }
.tylblyzu:hover { transform: translateX(5px); box-shadow: var(--shadow-medium); }
.hr38h3mb { color: var(--highlight); margin-bottom: 0.5rem; font-size: 0.9rem; }
.tylblyzu p { color: var(--text-light); font-size: 0.95rem; line-height: 1.6; margin-bottom: 0.5rem; }
.if19y4x6 { color: var(--text); font-size: 0.85rem; font-style: italic; font-weight: 600; }

.g46pxaib { padding: 6rem 0; background: var(--white); }
.swji1v05 { 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); }
.rt0sg69c h2 { font-size: 2.2rem; color: var(--text); margin-bottom: 0.5rem; font-weight: 800; }
.rt0sg69c > p { color: var(--text-light); margin-bottom: 2rem; font-size: 1.05rem; }
.p8swmv3q { display: grid; gap: 1rem; margin-bottom: 1.5rem; }
.ikwwv0xm 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); }
.ikwwv0xm input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px rgba(205, 133, 63, 0.1); }
.xowcmha6 { color: var(--primary); font-size: 0.95rem; font-weight: 700; display: flex; align-items: center; gap: 0.5rem; }
.vzralu4z { display: flex; flex-direction: column; gap: 1.25rem; }
.rapc7ros { 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); }
.rapc7ros:hover { background: var(--white); transform: translateX(5px); border-color: var(--accent); }
.puvce0kr { font-size: 2rem; }
.rapc7ros strong { display: block; color: var(--text); margin-bottom: 0.2rem; font-weight: 700; }
.rapc7ros 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); }
.m71r2ffa { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.takiir83 .ar4x7kt0 { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.takiir83 .w7suzr9h { font-size: 2rem; }
.takiir83 .ff9ypyy6 { font-size: 1.5rem; font-weight: 800; color: var(--white); }
.takiir83 p { color: rgba(255, 255, 255, 0.7); line-height: 1.8; margin-bottom: 1.5rem; }
.zzi735dr { display: flex; gap: 0.75rem; }
.zzi735dr 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; }
.zzi735dr a:hover { background: var(--secondary); transform: translateY(-3px); }
.g3n0873h h4 { color: var(--highlight); margin-bottom: 1.5rem; font-size: 1rem; font-weight: 700; }
.g3n0873h ul li { margin-bottom: 0.75rem; }
.g3n0873h a { color: rgba(255, 255, 255, 0.7); transition: color 0.3s; font-size: 0.95rem; }
.g3n0873h a:hover { color: var(--highlight); }
.aatyd148 { 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; }

.p8y8vor6 { 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); }
.g68co46o { 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; } }
.y0z51iur { position: absolute; top: 15px; right: 20px; font-size: 2rem; cursor: pointer; color: #aaa; transition: color 0.3s; }
.y0z51iur:hover { color: var(--primary); }
.gs1ehib0 { font-size: 5rem; margin-bottom: 1rem; }
.g68co46o h2 { color: var(--text); font-size: 1.8rem; margin-bottom: 0.8rem; font-weight: 800; }
.g68co46o p { color: var(--text-light); font-size: 1rem; line-height: 1.6; }

@media (max-width: 992px) {
  .go5c7pt8 { grid-template-columns: 1fr; gap: 3rem; }
  .hdnip5ms { order: -1; }
  .ihc89civ { grid-template-columns: 1fr; }
  .swji1v05 { grid-template-columns: 1fr; }
  .m71r2ffa { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .wt00iel7 h1 { font-size: 2.8rem; }
  .env3owll { display: none; }
  .t784hm94 { flex-direction: column; align-items: center; }
  .lg6t94qa { flex-direction: column; align-items: center; gap: 1rem; }
  .jwjsoyrn { grid-template-columns: repeat(2, 1fr); }
  .agx3c57q { flex-direction: column; align-items: center; text-align: center; }
  .bkl8v72i h2 { font-size: 2rem; }
  .gtwp1586 { grid-template-columns: repeat(2, 1fr); }
  .m71r2ffa { grid-template-columns: 1fr; text-align: center; }
  .zzi735dr { justify-content: center; }
  .rxln802m { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .jwjsoyrn { grid-template-columns: 1fr; }
  .yvk3nbia { grid-template-columns: 1fr; }
  .gtwp1586 { grid-template-columns: 1fr; }
  .ufqphwoh { grid-template-columns: 1fr; }
  .swji1v05 { padding: 2rem; }
}
