: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);
}
.m076f1cd { 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; }
.pcfdl2uh {
    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;
}
.gsw1ct3d { background-color: var(--primary-color); color: var(--white); }
.gsw1ct3d:hover { background-color: var(--primary-dark); transform: translateY(-2px); }
.k6dfyvrm { width: 100%; }
.u6yyhtb9 { text-align: center; margin-bottom: 40px; }
.u6yyhtb9 h2 { font-size: 1.75rem; color: var(--text-color); margin-bottom: 8px; }
.u6yyhtb9 p { color: var(--text-light); font-size: 1rem; }
.xa24ai6h {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: transparent;
    transition: var(--transition);
    padding: 15px 0;
}
.xa24ai6h.lk5gtcrg {
    background-color: var(--white);
    box-shadow: var(--shadow);
}
.xa24ai6h:not(.lk5gtcrg) .r1aozesl a {
    color: var(--white);
    font-weight: 500;
}
.xa24ai6h:not(.lk5gtcrg) .r1aozesl a:hover {
    color: var(--primary-light);
}
.xa24ai6h.lk5gtcrg .r1aozesl a {
    color: var(--text-color);
}
.xa24ai6h.lk5gtcrg .r1aozesl a:hover {
    color: var(--primary-color);
}
.q5wyxnjr { display: flex; justify-content: space-between; align-items: center; }
.v24mv8dp, .fml5houy { font-size: 1.5rem; font-weight: 700; color: var(--white); }
.v24mv8dp span, .fml5houy span { color: var(--primary-light); }
.xa24ai6h.lk5gtcrg .v24mv8dp { color: var(--text-color); }
.xa24ai6h.lk5gtcrg .v24mv8dp span { color: var(--primary-color); }
.r1aozesl { display: none; }
.su100sir {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}
.su100sir span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition);
}
.xa24ai6h:not(.lk5gtcrg) .su100sir span {
    background-color: var(--white);
}
.su100sir[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.su100sir[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.su100sir[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg) translate(7px, -6px); }
@media (max-width: 768px) {
    .r1aozesl.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;
    }
    .r1aozesl.open a { color: var(--white); font-weight: 500; }
}
@media (min-width: 769px) {
    .su100sir { display: none; }
    .r1aozesl { display: flex; gap: 30px; }
    .r1aozesl a { transition: var(--transition); }
}
.qrwlzunn {
    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;
}
.q1tzy2q8 {
    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%);
}
.ukfak1rt { position: relative; z-index: 1; text-align: center; max-width: 700px; }
.ukfak1rt h1 { font-size: 2rem; color: var(--white); margin-bottom: 20px; line-height: 1.3; }
.ukfak1rt p { font-size: 1.1rem; color: rgba(255, 255, 255, 0.9); margin-bottom: 30px; line-height: 1.8; }
.xardqfv0 { padding: 80px 0; background-color: var(--white); }
.yseegfuf { display: grid; gap: 40px; }
.q756t5qj img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.ujbowzhf h3 { font-size: 1.5rem; color: var(--primary-color); margin-bottom: 15px; }
.ujbowzhf p { color: var(--text-light); margin-bottom: 15px; line-height: 1.8; }
.rmb85746 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--gray-200);
}
.jo7afkvo { text-align: center; }
.bz36e8xd { display: block; font-size: 1.75rem; font-weight: 700; color: var(--primary-color); }
.ljxt60rx { display: block; font-size: 0.875rem; color: var(--text-light); margin-top: 5px; }
.uvq4q0yr { padding: 80px 0; background-color: var(--gray-100); }
.jil403wv { display: grid; gap: 25px; }
.sne150ud {
    background: var(--white);
    padding: 30px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    transition: var(--transition);
    text-align: center;
}
.sne150ud:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.hgzvbjie { font-size: 3rem; margin-bottom: 15px; }
.sne150ud h3 { font-size: 1.25rem; color: var(--text-color); margin-bottom: 10px; }
.sne150ud p { color: var(--text-light); margin-bottom: 15px; line-height: 1.7; }
.dgueyvd7 { font-weight: 600; color: var(--primary-color); font-size: 1.1rem; }
.vbx5zd68 { padding: 80px 0; background-color: var(--white); }
.rkl2lde4 { display: grid; gap: 25px; }
.b5z8ofjj {
    background: var(--gray-100);
    padding: 25px;
    border-radius: var(--radius-lg);
    text-align: center;
    transition: var(--transition);
}
.b5z8ofjj:hover {
    background: var(--primary-color);
    transform: translateY(-5px);
}
.b5z8ofjj:hover .gcfepw54 { background: var(--white); color: var(--primary-color); }
.b5z8ofjj:hover h3, .b5z8ofjj:hover p { color: var(--white); }
.gcfepw54 {
    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);
}
.b5z8ofjj h3 { font-size: 1.1rem; color: var(--text-color); margin-bottom: 8px; }
.b5z8ofjj p { color: var(--text-light); font-size: 0.9rem; }
.s9hehmle { padding: 80px 0; background-color: var(--gray-100); }
.f49hh94w { display: grid; gap: 25px; }
.p78pyl1k {
    background: var(--white);
    padding: 30px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}
.y1qu50hz { color: #fbbf24; font-size: 1.25rem; margin-bottom: 15px; letter-spacing: 3px; }
.hdtmf24n { color: var(--text-light); font-style: italic; line-height: 1.8; margin-bottom: 20px; }
.nyix5z4m { display: flex; align-items: center; gap: 15px; }
.w3jhbjng {
    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;
}
.ixpiw37n h4 { font-size: 1rem; color: var(--text-color); margin-bottom: 2px; }
.ixpiw37n span { font-size: 0.875rem; color: var(--text-light); }
.ytuccfg3 { padding: 80px 0; background-color: var(--white); }
.ilhbj61y { display: grid; gap: 40px; margin-bottom: 40px; }
.lqpzptss { display: flex; gap: 15px; margin-bottom: 25px; }
.pvpfhh5o { font-size: 1.5rem; flex-shrink: 0; }
.lqpzptss h4 { font-size: 1rem; color: var(--text-color); margin-bottom: 5px; }
.lqpzptss p { color: var(--text-light); font-size: 0.95rem; }
.lqpzptss a { color: var(--primary-color); transition: var(--transition); }
.lqpzptss a:hover { color: var(--primary-dark); }
.meujsyyt { display: flex; gap: 15px; margin-top: 25px; }
.meujsyyt 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);
}
.meujsyyt a:hover { background: var(--primary-color); transform: translateY(-3px); }
.dygb3xwp { background: var(--gray-100); padding: 30px; border-radius: var(--radius-lg); }
.ue6we4r2 h3 { font-size: 1.25rem; color: var(--text-color); margin-bottom: 20px; }
.oyri8wkc { margin-bottom: 15px; }
.oyri8wkc input, .oyri8wkc 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);
}
.oyri8wkc input:focus, .oyri8wkc textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(74, 144, 164, 0.1);
}
.oyri8wkc textarea { resize: vertical; min-height: 120px; }
.ztdtj5tf {
    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%;
}
.ztdtj5tf:hover {
    background-color: var(--primary-dark);
    transform: translateY(-2px);
}
.grjripji { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.nzzrasu2 { width: 100%; height: auto; }
.footer { background-color: #1e293b; color: var(--gray-300); padding: 50px 0 25px; }
.j5ky6nnv {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.e1me6gef .fml5houy { color: var(--white); margin-bottom: 10px; display: block; }
.e1me6gef p { font-size: 0.9rem; line-height: 1.7; }
.o1wym7iy { display: flex; flex-direction: column; gap: 10px; }
.o1wym7iy a { color: var(--gray-300); font-size: 0.9rem; transition: var(--transition); }
.o1wym7iy a:hover { color: var(--white); }
.p5jw54xj { text-align: center; font-size: 0.875rem; }
@media (min-width: 600px) {
    .m076f1cd { max-width: 540px; }
    .ukfak1rt h1 { font-size: 2.5rem; }
    .jil403wv { grid-template-columns: repeat(2, 1fr); }
    .rkl2lde4 { grid-template-columns: repeat(2, 1fr); }
    .f49hh94w { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 768px) {
    .m076f1cd { max-width: 720px; }
    .ukfak1rt h1 { font-size: 3rem; }
    .yseegfuf { grid-template-columns: 1fr 1fr; align-items: center; }
    .ilhbj61y { grid-template-columns: 1fr 1fr; }
    .j5ky6nnv { flex-direction: row; justify-content: space-between; align-items: flex-start; }
    .o1wym7iy { flex-direction: row; gap: 25px; }
}
@media (min-width: 992px) {
    .m076f1cd { max-width: 960px; }
    .ukfak1rt h1 { font-size: 3.5rem; }
    .jil403wv { grid-template-columns: repeat(4, 1fr); }
    .rkl2lde4 { grid-template-columns: repeat(4, 1fr); }
    .f49hh94w { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1200px) {
    .m076f1cd { max-width: 1140px; }
    .ukfak1rt h1 { font-size: 4rem; }
}
.t7bxtg07 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.t7bxtg07:not([hidden]) { display: flex; }
.gb4vqzx9 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.qahoyfc8 {
    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; }
}
.s85ucojy {
    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;
}
.s85ucojy:hover { color: var(--text-color); }
.yfsm1q72 {
    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;
}
.qahoyfc8 h3 {
    font-size: 1.5rem;
    color: var(--text-color);
    margin-bottom: 10px;
}
.qahoyfc8 p { color: var(--text-light); }
@media print {
    .xa24ai6h, .ue6we4r2, .meujsyyt, .t7bxtg07 { display: none !important; }
    body { font-size: 12pt; line-height: 1.5; }
    .qrwlzunn { min-height: auto; padding: 50px 0; }
}
