:root {
    --primary-color: #5cb85c;
    --primary-dark: #4cae4c;
    --primary-light: #7bc67b;
    --text-color: #334155;
    --text-light: #64748b;
    --white: #ffffff;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-300: #cbd5e1;
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --radius: 8px;
    --radius-lg: 16px;
    --transition: all 0.3s ease;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Prompt', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: var(--white);
}
.po2xcpmf { width: 100%; padding: 0 20px; margin: 0 auto; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.a9are5u6 {
    display: inline-block;
    padding: 12px 28px;
    border-radius: var(--radius);
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    border: none;
    transition: var(--transition);
    text-align: center;
}
.frrq742s { background-color: var(--primary-color); color: var(--white); }
.frrq742s:hover { background-color: var(--primary-dark); transform: translateY(-2px); }
.btn-full { width: 100%; }
.ze8gx6ey { text-align: center; margin-bottom: 40px; }
.ze8gx6ey h2 { font-size: 1.75rem; color: var(--text-color); margin-bottom: 8px; }
.ze8gx6ey p { color: var(--text-light); font-size: 1rem; }
.v4yihjm5 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: transparent;
    transition: var(--transition);
    padding: 15px 0;
}
.v4yihjm5.hrmngzbv {
    background-color: var(--white);
    box-shadow: var(--shadow);
}
.v4yihjm5:not(.hrmngzbv) .erc4xlrz a {
    color: var(--white);
    font-weight: 500;
}
.v4yihjm5:not(.hrmngzbv) .erc4xlrz a:hover {
    color: var(--primary-light);
}
.v4yihjm5.hrmngzbv .erc4xlrz a {
    color: var(--text-color);
}
.v4yihjm5.hrmngzbv .erc4xlrz a:hover {
    color: var(--primary-color);
}
.yewog9an { display: flex; justify-content: space-between; align-items: center; }
.r8hr2o1w, .tcn3duwu { font-size: 1.5rem; font-weight: 700; color: var(--white); }
.r8hr2o1w span, .tcn3duwu span { color: var(--primary-light); }
.v4yihjm5.hrmngzbv .r8hr2o1w { color: var(--text-color); }
.v4yihjm5.hrmngzbv .r8hr2o1w span { color: var(--primary-color); }
.erc4xlrz { display: none; }
.lp8jwoez {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}
.lp8jwoez span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition);
}
.v4yihjm5:not(.hrmngzbv) .lp8jwoez span {
    background-color: var(--white);
}
.lp8jwoez[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.lp8jwoez[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.lp8jwoez[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg) translate(7px, -6px); }
@media (max-width: 768px) {
    .erc4xlrz.open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #1e293b;
        padding: 20px;
        box-shadow: var(--shadow-lg);
        gap: 15px;
    }
    .erc4xlrz.open a { color: var(--white); font-weight: 500; }
}
@media (min-width: 769px) {
    .lp8jwoez { display: none; }
    .erc4xlrz { display: flex; gap: 30px; }
    .erc4xlrz a { transition: var(--transition); }
}
.iyxd9kus {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../1.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 20px 60px;
}
.djhkp00f {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(92, 184, 92, 0.85) 0%, rgba(76, 174, 76, 0.9) 100%);
}
.luxm3whc { position: relative; z-index: 1; text-align: center; max-width: 700px; }
.luxm3whc h1 { font-size: 2rem; color: var(--white); margin-bottom: 20px; line-height: 1.3; }
.luxm3whc p { font-size: 1.1rem; color: rgba(255, 255, 255, 0.9); margin-bottom: 30px; line-height: 1.8; }
.lkbbyqi1 { padding: 80px 0; background-color: var(--white); }
.xet00ukt { display: grid; gap: 40px; }
.cvow8jz4 img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.sbzopwmi h3 { font-size: 1.5rem; color: var(--primary-color); margin-bottom: 15px; }
.sbzopwmi p { color: var(--text-light); margin-bottom: 15px; line-height: 1.8; }
.hvulbt8o {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--gray-200);
}
.ud2601ud { text-align: center; }
.j4dvwbus { display: block; font-size: 1.75rem; font-weight: 700; color: var(--primary-color); }
.rspdwm1q { display: block; font-size: 0.875rem; color: var(--text-light); margin-top: 5px; }
.g5gyk3xz { padding: 80px 0; background-color: var(--gray-100); }
.ap9ogl3t { display: grid; gap: 25px; }
.k73jk54r {
    background: var(--white);
    padding: 30px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    transition: var(--transition);
    text-align: center;
}
.k73jk54r:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.pyp2cvwv { font-size: 3rem; margin-bottom: 15px; }
.k73jk54r h3 { font-size: 1.25rem; color: var(--text-color); margin-bottom: 10px; }
.k73jk54r p { color: var(--text-light); margin-bottom: 15px; line-height: 1.7; }
.hdsarm2n { font-weight: 600; color: var(--primary-color); font-size: 1.1rem; }
.gzea14kq { padding: 80px 0; background-color: var(--white); }
.f88bjzro { display: grid; gap: 25px; }
.fri2nmqy {
    background: var(--gray-100);
    padding: 25px;
    border-radius: var(--radius-lg);
    text-align: center;
    transition: var(--transition);
}
.fri2nmqy:hover {
    background: var(--primary-color);
    transform: translateY(-5px);
}
.fri2nmqy:hover .vqyspx8d { background: var(--white); color: var(--primary-color); }
.fri2nmqy:hover h3, .fri2nmqy:hover p { color: var(--white); }
.vqyspx8d {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: var(--primary-color);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    transition: var(--transition);
}
.fri2nmqy h3 { font-size: 1.1rem; color: var(--text-color); margin-bottom: 8px; }
.fri2nmqy p { color: var(--text-light); font-size: 0.9rem; }
.dcd88tsk { padding: 80px 0; background-color: var(--gray-100); }
.i20ksuwy { display: grid; gap: 25px; }
.isn2kz7w {
    background: var(--white);
    padding: 30px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}
.aykuoa1b { color: #fbbf24; font-size: 1.25rem; margin-bottom: 15px; letter-spacing: 3px; }
.r8iovuk5 { color: var(--text-light); font-style: italic; line-height: 1.8; margin-bottom: 20px; }
.w43cd14h { display: flex; align-items: center; gap: 15px; }
.on9ee9h6 {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.25rem;
}
.r6628awd h4 { font-size: 1rem; color: var(--text-color); margin-bottom: 2px; }
.r6628awd span { font-size: 0.875rem; color: var(--text-light); }
.jf16nrvq { padding: 80px 0; background-color: var(--white); }
.fp3gsla3 { display: grid; gap: 40px; margin-bottom: 40px; }
.nagqrlv0 { display: flex; gap: 15px; margin-bottom: 25px; }
.li48q1ha { font-size: 1.5rem; flex-shrink: 0; }
.nagqrlv0 h4 { font-size: 1rem; color: var(--text-color); margin-bottom: 5px; }
.nagqrlv0 p { color: var(--text-light); font-size: 0.95rem; }
.nagqrlv0 a { color: var(--primary-color); transition: var(--transition); }
.nagqrlv0 a:hover { color: var(--primary-dark); }
.hr5irbq8 { display: flex; gap: 15px; margin-top: 25px; }
.hr5irbq8 a {
    width: 45px;
    height: 45px;
    background: var(--gray-100);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    transition: var(--transition);
}
.hr5irbq8 a:hover { background: var(--primary-color); transform: translateY(-3px); }
.arrgxse1 { background: var(--gray-100); padding: 30px; border-radius: var(--radius-lg); }
.zi0tqpa5 h3 { font-size: 1.25rem; color: var(--text-color); margin-bottom: 20px; }
.ldgeoal8 { margin-bottom: 15px; }
.ldgeoal8 input, .ldgeoal8 textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius);
    font-family: inherit;
    font-size: 1rem;
    color: var(--text-color);
    background: var(--white);
    transition: var(--transition);
}
.ldgeoal8 input:focus, .ldgeoal8 textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(74, 144, 164, 0.1);
}
.ldgeoal8 textarea { resize: vertical; min-height: 120px; }
.vhcscd6u {
    display: inline-block;
    padding: 12px 28px;
    border-radius: var(--radius);
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    border: none;
    transition: var(--transition);
    text-align: center;
    background-color: var(--primary-color);
    color: var(--white);
    width: 100%;
}
.vhcscd6u:hover {
    background-color: var(--primary-dark);
    transform: translateY(-2px);
}
.bhhd0vmr { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.u2jgel4v { width: 100%; height: auto; }
.footer { background-color: #1e293b; color: var(--gray-300); padding: 50px 0 25px; }
.lmadzz06 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.osxfp8zq .tcn3duwu { color: var(--white); margin-bottom: 10px; display: block; }
.osxfp8zq p { font-size: 0.9rem; line-height: 1.7; }
.a6q6tnsb { display: flex; flex-direction: column; gap: 10px; }
.a6q6tnsb a { color: var(--gray-300); font-size: 0.9rem; transition: var(--transition); }
.a6q6tnsb a:hover { color: var(--white); }
.lbzm4ezn { text-align: center; font-size: 0.875rem; }
@media (min-width: 600px) {
    .po2xcpmf { max-width: 540px; }
    .luxm3whc h1 { font-size: 2.5rem; }
    .ap9ogl3t { grid-template-columns: repeat(2, 1fr); }
    .f88bjzro { grid-template-columns: repeat(2, 1fr); }
    .i20ksuwy { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 768px) {
    .po2xcpmf { max-width: 720px; }
    .luxm3whc h1 { font-size: 3rem; }
    .xet00ukt { grid-template-columns: 1fr 1fr; align-items: center; }
    .fp3gsla3 { grid-template-columns: 1fr 1fr; }
    .lmadzz06 { flex-direction: row; justify-content: space-between; align-items: flex-start; }
    .a6q6tnsb { flex-direction: row; gap: 25px; }
}
@media (min-width: 992px) {
    .po2xcpmf { max-width: 960px; }
    .luxm3whc h1 { font-size: 3.5rem; }
    .ap9ogl3t { grid-template-columns: repeat(4, 1fr); }
    .f88bjzro { grid-template-columns: repeat(4, 1fr); }
    .i20ksuwy { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1200px) {
    .po2xcpmf { max-width: 1140px; }
    .luxm3whc h1 { font-size: 4rem; }
}
.us18ylsm {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.wpf75vnf {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.m6azys3u {
    position: relative;
    background: var(--white);
    padding: 40px;
    border-radius: var(--radius-lg);
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: var(--shadow-lg);
    animation: modalSlide 0.3s ease;
    z-index: 1;
}
@keyframes modalSlide {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-light);
    transition: var(--transition);
    background: none;
    border: none;
    padding: 5px;
    line-height: 1;
}
.modal-close:hover { color: var(--text-color); }
.wvds8xvy {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: var(--primary-color);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
}
.m6azys3u h3 {
    font-size: 1.5rem;
    color: var(--text-color);
    margin-bottom: 10px;
}
.m6azys3u p { color: var(--text-light); }
@media print {
    .v4yihjm5, .zi0tqpa5, .hr5irbq8, .us18ylsm { display: none !important; }
    body { font-size: 12pt; line-height: 1.5; }
    .iyxd9kus { min-height: auto; padding: 50px 0; }
}
