* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --primary: #2D6A4F; --primary-light: #40916C; --primary-dark: #1B4332;
  --secondary: #95D5B2; --accent: #D8F3DC; --highlight: #E9C46A; --warm: #F4A261;
  --text: #2C3E50; --text-light: #5A6C7D; --white: #FFFFFF;
  --bg-light: #F7F9F8; --bg-cream: #FEFAE0;
  --gradient-green: linear-gradient(135deg, #2D6A4F 0%, #40916C 100%);
  --gradient-fresh: linear-gradient(135deg, #95D5B2 0%, #D8F3DC 100%);
  --gradient-warm: linear-gradient(135deg, #F4A261 0%, #E9C46A 100%);
  --shadow-soft: 0 4px 20px rgba(45, 106, 79, 0.1);
  --shadow-medium: 0 8px 30px rgba(45, 106, 79, 0.15);
  --shadow-strong: 0 15px 50px rgba(45, 106, 79, 0.2);
}
body { font-family: "Nunito", 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; }
.dn8o39jd { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.jjy3nqcw { min-height: 100vh; position: relative; background: linear-gradient(180deg, var(--accent) 0%, var(--bg-cream) 100%); overflow: hidden; }
.jrhpofs2 { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 30% 70%, rgba(149, 213, 178, 0.4) 0%, transparent 50%), radial-gradient(circle at 70% 30%, rgba(233, 196, 106, 0.3) 0%, transparent 50%); }
.u0q4o2pe { position: relative; z-index: 2; min-height: 100vh; display: flex; flex-direction: column; justify-content: space-between; padding: 2rem; }
.ti5auzl2 { display: flex; justify-content: space-between; align-items: center; }
.dygpnhbx { display: flex; align-items: center; gap: 0.75rem; }
.hiwk8xyz { font-size: 2.5rem; }
.prkt25zj { font-size: 1.8rem; font-weight: 800; color: var(--primary); letter-spacing: -0.5px; }
.n8uyac98 { display: flex; gap: 2rem; }
.n8uyac98 a { font-weight: 600; color: var(--text); transition: color 0.3s; position: relative; font-size: 0.95rem; }
.n8uyac98 a::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 3px; background: var(--gradient-green); border-radius: 2px; transition: width 0.3s; }
.n8uyac98 a:hover::after { width: 100%; }
.n8uyac98 a:hover { color: var(--primary); }
.q3vxklvd { text-align: center; max-width: 850px; margin: 0 auto; }
.v1y8ho2j { 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; }
.jjy3nqcw h1 { font-size: 4.5rem; font-weight: 900; line-height: 1.1; margin-bottom: 1.5rem; color: var(--text); }
.jjy3nqcw .lsw0raz8 { background: var(--gradient-green); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.foa88ozl { 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; }
.hdggx8bk { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.d2ymbupy { padding: 1rem 2.5rem; border-radius: 50px; font-weight: 700; font-size: 1rem; transition: all 0.3s; cursor: pointer; border: none; display: inline-block; }
.q6jdwbke { background: var(--gradient-green); color: var(--white); box-shadow: var(--shadow-medium); }
.q6jdwbke:hover { transform: translateY(-3px); box-shadow: var(--shadow-strong); }
.fdcdt091 { background: var(--white); color: var(--primary); border: 2px solid var(--primary); }
.fdcdt091:hover { background: var(--primary); color: var(--white); transform: translateY(-3px); }
.mwz9yg15 { background: var(--gradient-green); color: var(--white); width: 100%; box-shadow: var(--shadow-medium); }
.mwz9yg15:hover { transform: translateY(-3px); box-shadow: var(--shadow-strong); }
.cuz6v63u { display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; padding: 2rem 0; }
.kgaoqcu7 { display: flex; align-items: center; gap: 0.75rem; background: var(--white); padding: 0.75rem 1.5rem; border-radius: 50px; box-shadow: var(--shadow-soft); }
.mw4psbby { font-size: 1.5rem; }
.bkau0jux { font-weight: 600; color: var(--text); font-size: 0.9rem; }

.he03zd3j { text-align: center; margin-bottom: 3rem; }
.h4s7nlaf { display: inline-block; background: var(--gradient-green); 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; }
.he03zd3j h2 { font-size: 2.8rem; color: var(--text); margin-bottom: 0.75rem; font-weight: 800; }
.he03zd3j p { color: var(--text-light); font-size: 1.1rem; }

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

.iydod6fi { padding: 6rem 0; background: var(--bg-light); }
.gnie68d6 { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3rem; flex-wrap: wrap; gap: 2rem; }
.k25tnzkr { flex: 1; min-width: 300px; }
.k25tnzkr h2 { font-size: 2.8rem; color: var(--text); margin-bottom: 0.5rem; font-weight: 800; }
.k25tnzkr p { color: var(--text-light); font-size: 1.05rem; }
.kcw9e9ap { display: flex; gap: 0.5rem; }
.z32sevxu { 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); }
.z32sevxu:hover { background: var(--primary); color: var(--white); }
.v2ww85qu { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; }
.l3ojs3dt { background: var(--white); border-radius: 25px; overflow: hidden; transition: all 0.4s; cursor: pointer; position: relative; box-shadow: var(--shadow-soft); }
.l3ojs3dt:hover { transform: translateY(-10px); box-shadow: var(--shadow-strong); }
.djllpz00 { position: absolute; top: 1rem; left: 1rem; background: var(--gradient-green); color: var(--white); padding: 0.4rem 1rem; border-radius: 20px; font-size: 0.75rem; font-weight: 700; z-index: 2; }
.djllpz00.s09m47ma { background: var(--gradient-warm); }
.djllpz00.e0flvvlq { background: var(--primary-light); }
.mpxvltr7 { height: 200px; background: var(--gradient-fresh); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.a0p2u510 { font-size: 6rem; }
.buljibmn { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(45, 106, 79, 0.9); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s; }
.l3ojs3dt:hover .buljibmn { opacity: 1; }
.yieqxa35 { 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; }
.yieqxa35:hover { background: var(--highlight); color: var(--text); }
.y8cz1xdd { padding: 1.5rem; }
.iy2g5pe8 { display: inline-block; color: var(--primary); font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.5rem; }
.y8cz1xdd h3 { color: var(--text); font-size: 1.25rem; margin-bottom: 0.4rem; font-weight: 700; }
.nhwzligr { color: var(--text-light); font-size: 0.9rem; margin-bottom: 1rem; line-height: 1.5; }
.f2sy3z98 { display: flex; justify-content: space-between; align-items: center; }
.vco2wxhm { font-size: 1.3rem; font-weight: 800; color: var(--primary); }
.x7aw32qg { color: var(--text-light); font-size: 0.85rem; font-weight: 600; }
.atc7gigd { text-align: center; margin-top: 3rem; }
.atc7gigd a { color: var(--primary); font-weight: 700; font-size: 1.1rem; transition: gap 0.3s; display: inline-flex; align-items: center; gap: 0.5rem; }
.atc7gigd a:hover { gap: 1rem; }
.atc7gigd span { transition: transform 0.3s; }
.atc7gigd a:hover span { transform: translateX(5px); }

.gmycvbrc { padding: 6rem 0; background: var(--white); }
.n8sq70pw { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.tc80fa4e .h4s7nlaf { margin-bottom: 1rem; }
.tc80fa4e h2 { font-size: 2.8rem; color: var(--text); margin-bottom: 1rem; font-weight: 800; }
.tc80fa4e .kzc4dec7 { color: var(--text-light); font-size: 1.15rem; margin-bottom: 2.5rem; line-height: 1.8; }
.wyhktswq { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 2.5rem; }
.n7zsflul { display: flex; align-items: flex-start; gap: 1rem; }
.x8h2tcj9 { width: 30px; height: 30px; background: var(--gradient-green); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.9rem; flex-shrink: 0; }
.n7zsflul strong { display: block; color: var(--text); font-size: 1.05rem; margin-bottom: 0.25rem; font-weight: 700; }
.n7zsflul p { color: var(--text-light); font-size: 0.95rem; line-height: 1.5; }
.ni5tqq24 { display: flex; justify-content: center; }
.c8h67cpo { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.nhg66ann { background: var(--bg-light); border-radius: 20px; padding: 2rem 1.5rem; text-align: center; cursor: pointer; transition: all 0.3s; }
.nhg66ann.op4f7p8f { grid-row: span 2; background: var(--gradient-green); color: var(--white); }
.nhg66ann.op4f7p8f h4, .nhg66ann.op4f7p8f p { color: var(--white); }
.nhg66ann:hover { transform: translateY(-5px); box-shadow: var(--shadow-medium); }
.fn6m4rem { font-size: 3.5rem; display: block; margin-bottom: 0.75rem; }
.nhg66ann h4 { color: var(--text); font-size: 1.1rem; margin-bottom: 0.3rem; font-weight: 700; }
.nhg66ann p { color: var(--text-light); font-size: 0.85rem; }

.vm24wddz { padding: 6rem 0; background: var(--bg-light); }
.uiq4ory7 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.ap75aea2 { background: var(--white); padding: 2.5rem 2rem; border-radius: 25px; text-align: center; transition: all 0.4s; cursor: pointer; box-shadow: var(--shadow-soft); }
.ap75aea2:hover { transform: translateY(-10px); box-shadow: var(--shadow-strong); }
.gjpsdg3h { font-size: 5rem; margin-bottom: 1rem; display: block; }
.ap75aea2 h3 { color: var(--text); font-size: 1.3rem; margin-bottom: 0.3rem; font-weight: 700; }
.wovcmzje { color: var(--primary); font-weight: 700; font-size: 0.9rem; margin-bottom: 0.75rem; }
.c4z4qcg3 { color: var(--text-light); font-size: 0.9rem; margin-bottom: 1.25rem; line-height: 1.6; }
.fnuw04d2 { display: flex; justify-content: center; gap: 0.5rem; flex-wrap: wrap; }
.h9kvm2cg { background: var(--accent); color: var(--primary-dark); padding: 0.35rem 0.85rem; border-radius: 15px; font-size: 0.75rem; font-weight: 700; }

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

.z6pi35lj { padding: 6rem 0; background: var(--bg-light); }
.c2k2vpd9 { display: grid; grid-template-columns: 2fr 1fr; gap: 2rem; }
.yl6ow9fq { background: var(--gradient-green); padding: 3rem; border-radius: 30px; color: var(--white); position: relative; cursor: pointer; box-shadow: var(--shadow-medium); }
.zrjp6jbc { font-size: 5rem; line-height: 1; opacity: 0.2; margin-bottom: -1rem; font-family: Georgia, serif; }
.wykd8me3 { font-size: 1.25rem; line-height: 1.8; margin-bottom: 2rem; font-style: italic; }
.d52b657n { display: flex; align-items: center; gap: 1rem; }
.gkv2ninn { 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; }
.yfxksc9n { flex: 1; }
.yfxksc9n strong { display: block; font-size: 1.1rem; font-weight: 700; }
.yfxksc9n span { font-size: 0.9rem; opacity: 0.9; }
.toh02r78 { color: var(--highlight); font-size: 1.2rem; }
.jq8umw33 { display: flex; flex-direction: column; gap: 1rem; }
.hgo3nxhe { background: var(--white); padding: 1.5rem; border-radius: 20px; cursor: pointer; transition: all 0.3s; box-shadow: var(--shadow-soft); }
.hgo3nxhe:hover { transform: translateX(5px); box-shadow: var(--shadow-medium); }
.zhyax78j { color: var(--highlight); margin-bottom: 0.5rem; font-size: 0.9rem; }
.hgo3nxhe p { color: var(--text-light); font-size: 0.95rem; line-height: 1.6; margin-bottom: 0.5rem; }
.vte65ngg { color: var(--text); font-size: 0.85rem; font-style: italic; font-weight: 600; }

.ipak95ku { padding: 6rem 0; background: var(--white); }
.wdpu689g { background: var(--gradient-fresh); border-radius: 35px; padding: 3.5rem; box-shadow: var(--shadow-medium); display: grid; grid-template-columns: 1.5fr 1fr; gap: 4rem; }
.w0kscpi2 h2 { font-size: 2.2rem; color: var(--text); margin-bottom: 0.5rem; font-weight: 800; }
.w0kscpi2 > p { color: var(--text-light); margin-bottom: 2rem; font-size: 1.05rem; }
.sc3a0b0m { display: grid; gap: 1rem; margin-bottom: 1.5rem; }
.ap1psdrf input { width: 100%; padding: 1rem 1.5rem; border: 2px solid rgba(45, 106, 79, 0.2); border-radius: 15px; font-size: 1rem; font-family: inherit; transition: all 0.3s; background: var(--white); }
.ap1psdrf input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px rgba(45, 106, 79, 0.1); }
.dav1hqc7 { color: var(--primary); font-size: 0.95rem; font-weight: 700; display: flex; align-items: center; gap: 0.5rem; }
.q729y3ht { display: flex; flex-direction: column; gap: 1.25rem; }
.pauwjm1s { 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.6); }
.pauwjm1s:hover { background: var(--white); transform: translateX(5px); }
.ob6j1y1a { font-size: 2rem; }
.pauwjm1s strong { display: block; color: var(--text); margin-bottom: 0.2rem; font-weight: 700; }
.pauwjm1s p { color: var(--text-light); font-size: 0.95rem; }

footer { background: var(--primary-dark); color: var(--white); padding: 4rem 0 2rem; }
.ba3gccap { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.xs7115f4 .cc6hgzch { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.xs7115f4 .hiwk8xyz { font-size: 2rem; }
.xs7115f4 .prkt25zj { font-size: 1.5rem; font-weight: 800; color: var(--white); }
.xs7115f4 p { color: rgba(255, 255, 255, 0.7); line-height: 1.8; margin-bottom: 1.5rem; }
.pcuqh6ih { display: flex; gap: 0.75rem; }
.pcuqh6ih 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; }
.pcuqh6ih a:hover { background: var(--primary); transform: translateY(-3px); }
.eum2kmiy h4 { color: var(--highlight); margin-bottom: 1.5rem; font-size: 1rem; font-weight: 700; }
.eum2kmiy ul li { margin-bottom: 0.75rem; }
.eum2kmiy a { color: rgba(255, 255, 255, 0.7); transition: color 0.3s; font-size: 0.95rem; }
.eum2kmiy a:hover { color: var(--white); }
.efjv6xt2 { 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; }

.oxlvtb38 { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(27, 67, 50, 0.8); align-items: center; justify-content: center; backdrop-filter: blur(5px); }
.mf5ko4f2 { 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); }
@keyframes modalSlide { from { transform: translateY(-50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.dacklltp { position: absolute; top: 15px; right: 20px; font-size: 2rem; cursor: pointer; color: #aaa; transition: color 0.3s; }
.dacklltp:hover { color: var(--primary); }
.plfolkwa { font-size: 5rem; margin-bottom: 1rem; }
.mf5ko4f2 h2 { color: var(--text); font-size: 1.8rem; margin-bottom: 0.8rem; font-weight: 800; }
.mf5ko4f2 p { color: var(--text-light); font-size: 1rem; line-height: 1.6; }

@media (max-width: 992px) {
  .n8sq70pw { grid-template-columns: 1fr; gap: 3rem; }
  .ni5tqq24 { order: -1; }
  .c2k2vpd9 { grid-template-columns: 1fr; }
  .wdpu689g { grid-template-columns: 1fr; }
  .ba3gccap { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .jjy3nqcw h1 { font-size: 2.8rem; }
  .n8uyac98 { display: none; }
  .hdggx8bk { flex-direction: column; align-items: center; }
  .cuz6v63u { flex-direction: column; align-items: center; gap: 1rem; }
  .uet1oiy9 { grid-template-columns: repeat(2, 1fr); }
  .gnie68d6 { flex-direction: column; align-items: center; text-align: center; }
  .he03zd3j h2 { font-size: 2rem; }
  .y7nmpu38 { grid-template-columns: repeat(2, 1fr); }
  .ba3gccap { grid-template-columns: 1fr; text-align: center; }
  .pcuqh6ih { justify-content: center; }
  .c8h67cpo { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .uet1oiy9 { grid-template-columns: 1fr; }
  .v2ww85qu { grid-template-columns: 1fr; }
  .y7nmpu38 { grid-template-columns: 1fr; }
  .uiq4ory7 { grid-template-columns: 1fr; }
  .wdpu689g { padding: 2rem; }
}
