*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:40px}body{margin:0;background:white;color:#25415b;font:16px/1.55 Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,select{font:inherit;cursor:pointer}a,button,summary,select{touch-action:manipulation}button:focus-visible,a:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #ffb719;outline-offset:4px}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.2}h2{font-size:32px;font-weight:800}h3{font-size:18px}p{color:#667f94}p+p{margin-top:18px}.wrap{width:min(1280px,90%);margin-inline:auto}.button{display:inline-flex;align-items:center;justify-content:center;gap:16px;border:1px solid transparent;border-radius:16px;padding:15px 26px;background:linear-gradient(#28b578,#07804c);color:white;font-weight:700;font-size:15px;box-shadow:0 3px 0 #d2e9df;min-height:48px;text-align:center}.button:hover{filter:brightness(.95)}.button.outline{color:#09894f;border:1px solid #66b895;background:white;box-shadow:none}.small{padding:12px 18px}.logo{width:225px;height:auto;object-fit:contain}.header{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:112px}nav{display:flex;gap:38px;font-size:15px}nav a:hover{color:#09894f}select{max-width:150px;padding:12px;border:1px solid #dce8ee;border-radius:25px;background:white;color:#25415b}.hero{position:relative;overflow:hidden;min-height:610px;padding-block:56px}.hero-image{position:absolute;right:0;top:0;bottom:0;width:64%;background:url('assets/hero.webp') center/cover no-repeat;mask-image:linear-gradient(90deg,transparent,#000 20%)}.hero-copy{position:relative;width:45%;max-width:565px}.eyebrow{font-size:13px;letter-spacing:.035em;font-weight:800;color:#09894f;margin-bottom:28px}h1{font-size:clamp(38px,3.2vw,54px);font-weight:800;color:#09894f;line-height:1.2;letter-spacing:.01em}h1 em{font-style:normal;color:#ff514e}.lead{font-size:20px;line-height:1.45;margin-top:24px}.hero .lead{max-width:420px}.slogan{color:#09894f;font-size:22px;font-weight:800;margin-top:25px}.actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:26px}.fine{font-size:12px;line-height:1.5}.discount{margin-top:20px}.discount:before{content:'';display:inline-block;width:13px;height:13px;background:#ffb719;border-radius:4px;margin-right:12px}.assistant{display:grid;grid-template-columns:1fr 1fr;gap:70px;background:#f2faf6;border-radius:26px;padding:34px;margin-top:48px}.assistant-copy{padding:26px 0 20px}.assistant h2{color:#09894f;max-width:390px;font-size:38px}.assistant h2:after,.section-head h2:after{content:'';display:block;background:#ffb719;width:62px;height:3px;margin-top:20px}.assistant-copy>p{margin-top:34px;font-size:19px}.assistant-copy .aside{color:#25415b;margin-top:48px}.chat{background:white;border:1px solid #e4eef0;border-radius:24px;padding:22px;box-shadow:0 5px 0 #edf5f8;font-size:14px}.chat-head{display:flex;align-items:center;gap:15px;padding-bottom:15px;border-bottom:1px solid #e7eef1}.avatar{background:#0c8d50;color:white;border-radius:50%;width:48px;height:48px;display:grid;place-items:center;font-weight:800;flex-shrink:0}.chat-head strong{font-size:19px}.chat-head small{display:block;font-size:12px;color:#148657;margin-top:2px}.messages{display:flex;flex-direction:column;gap:12px;padding-block:16px}.bubble{background:#f4f7f6;padding:12px 14px;border-radius:13px;max-width:88%;margin:0;color:#365165;line-height:1.4}.bubble.client{background:#e3f0e5;align-self:flex-end}.chat-input{display:flex;justify-content:space-between;gap:10px;border:1px solid #dce9ed;border-radius:12px;padding:8px 12px;color:#6b8093}.chat-input span{color:#119b63}.quick{display:flex;flex-wrap:wrap;gap:8px;margin-block:10px 16px}.chip{border:1px solid #dce9ed;border-radius:12px;padding:6px 12px;color:#16875a;font-size:14px}.chip span{display:none}.full{width:100%}.section{padding-top:64px}.section-head{text-align:center}.section-head h2:after{margin:12px auto 0}.section-head p{max-width:650px;margin:20px auto 0;font-size:19px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:38px}.service-card{border:1px solid #e2edf2;border-radius:22px;overflow:hidden;box-shadow:0 6px 0 #eff6f8;transition:transform .18s}.service-card:hover{transform:translateY(-4px)}.service-card img{width:100%;height:220px;object-fit:cover}.service-card>div{padding:20px 16px 28px}.service-card h3{display:flex;justify-content:space-between;gap:8px}.service-card h3 span{color:#119b63}.service-card p{font-size:14px;margin-top:10px}.all-title{text-align:center;font-size:26px;margin:55px 0 28px}.accordion{display:grid;grid-template-columns:1fr 1fr;gap:12px 26px;align-items:start}details{border:1px solid #deebef;border-radius:12px;box-shadow:0 5px 0 #eff6f8;overflow:hidden}summary{display:flex;justify-content:space-between;gap:15px;list-style:none;padding:15px 20px;position:relative;font-size:15px;cursor:pointer}summary::-webkit-details-marker{display:none}summary:before{content:'';width:4px;flex-shrink:0;align-self:stretch;background:#199b64;border-radius:4px;margin-right:4px}summary span{margin-left:auto;color:#15955f}details:nth-child(3n+2) summary:before{background:#ff514e}details:nth-child(3n) summary:before{background:#ffb719}details[open] summary span{transform:rotate(180deg)}details ul{margin:8px 22px 20px;padding-left:20px;columns:2;column-gap:25px}details li{break-inside:avoid;margin-bottom:9px;font-size:15px}.category-cta{display:block;color:#09894f;font-size:14px;font-weight:bold;margin:20px}.service-footer{background:#edf9f2;padding:26px;border-radius:22px;display:flex;align-items:center;justify-content:space-between;gap:40px;margin-top:32px}.service-footer h3{color:#09894f;font-size:23px}.service-footer p{max-width:720px;margin-top:10px}.service-footer .button{flex-shrink:0}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-top:44px;position:relative}.steps:before{content:'';height:1px;background:#e5efec;position:absolute;top:43px;left:12%;right:12%;z-index:-1}.step-number{display:grid;place-items:center;width:85px;height:85px;background:#e1f4eb;color:#09894f;border-radius:50%;font-size:32px;font-weight:800;margin:0 auto 24px}.steps article:nth-child(2) .step-number{color:#ff514e;background:#ffe9e6}.steps article:nth-child(3) .step-number{color:#eea600;background:#fff3d5}.steps h3{text-align:center;font-size:17px}.steps p{margin-top:18px;font-size:16px}.accent{text-align:center;color:#09894f;font-size:18px;font-weight:700;margin-top:45px}.about{margin-top:55px;border:1px solid #deebef;border-radius:26px;background:#f7fbf9;padding:34px;box-shadow:0 6px 0 #eff6f8}.about h2{text-align:center;font-size:28px}.about-intro{margin:25px auto 0;max-width:1100px}.differences{display:grid;grid-template-columns:repeat(3,1fr);gap:42px;margin-top:42px}.differences h3{color:#09894f}.differences article:nth-child(2) h3{color:#ff514e}.differences p{margin-top:15px}.about .accent{margin-top:30px}.flyer{display:grid;grid-template-columns:160px 1fr;gap:38px;align-items:center;background:#e9f8ef;border-radius:24px;padding:32px;margin-top:55px}.flyer h2{color:#09894f}.flyer p{margin-top:15px}.flyer-cover{background:white;border-radius:3px;padding:12px;box-shadow:0 5px 18px #bfd8cb;align-self:stretch;display:flex;flex-direction:column;justify-content:space-between}.flyer-cover strong{font-size:14px;color:#09894f;margin:14px 0}.flyer-cover>img:last-child{width:100%;height:90px;object-fit:cover}footer{margin-top:50px;border-top:1px solid #e5eef1}.footer-top{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:45px;padding:32px 0}.footer-top .logo{width:190px}.footer-top .slogan{font-size:12px;margin-top:12px}.footer-link{color:#09894f;font-weight:700}.footer-top p:not(.slogan){font-size:14px;margin-top:12px}.footer-languages{color:#09894f;font-weight:bold}.footer-languages button{border:0;background:none;color:inherit;padding:4px;font-size:14px}.copyright{border-top:1px solid #e5eef1;padding:20px 0 35px}.skip{position:absolute;left:20px;top:-100px;background:white;z-index:10;padding:12px}.skip:focus{top:10px}dialog{border:1px solid #dce8ee;border-radius:20px;padding:40px;max-width:500px;width:90%;color:#25415b}dialog::backdrop{background:#12342880}dialog p{margin-bottom:25px}dialog .button{margin:6px}.close{position:absolute;right:12px;top:8px;border:0;background:none;font-size:28px;color:#25415b}
@media(max-width:1100px){nav{gap:20px}.header{gap:14px}.header .logo{width:175px}.header-cta{display:none}.hero-copy{width:49%}.hero{min-height:600px}.assistant{gap:30px}.service-card img{height:175px}.service-card h3{font-size:16px}.service-footer{align-items:flex-start;flex-direction:column;gap:20px}.steps{gap:24px}.button{padding:13px 18px}.footer-top{gap:20px}}@media(max-width:760px){.header{flex-wrap:wrap;min-height:110px;padding:12px 0;gap:10px}.header .logo{width:160px}nav{order:3;width:100%;justify-content:space-between;font-size:14px;gap:8px;padding-top:4px}select{font-size:14px;max-width:140px}.hero{padding:34px 0 0;display:flex;flex-direction:column;min-height:0}.hero>.wrap{order:0}.hero-copy{width:100%;max-width:none}.hero-image{position:relative;order:1;width:100%;height:290px;mask-image:linear-gradient(180deg,transparent,#000 22%);margin-top:5px;background-position:center}.eyebrow{font-size:12px;margin-bottom:20px}h1{font-size:38px;max-width:570px}.lead{font-size:18px}.slogan{font-size:20px}.hero .actions{gap:12px}.button{font-size:14px;border-radius:13px}.assistant{grid-template-columns:1fr;padding:22px;gap:24px;margin-top:24px}.assistant-copy{padding:0}.assistant h2{font-size:30px}.assistant-copy>p{font-size:17px;margin-top:22px}.assistant-copy .aside{margin-top:22px}.chat{padding:16px;min-width:0}.chat-head strong{font-size:17px}.bubble{max-width:94%}.section{padding-top:45px}h2{font-size:28px}.section-head p{font-size:17px}.service-grid{grid-template-columns:1fr 1fr;gap:14px;margin-top:26px}.service-card img{height:170px}.service-card>div{padding:15px 12px 20px}.service-card h3{font-size:16px}.all-title{font-size:23px;margin:38px 0 22px}.accordion{grid-template-columns:1fr;gap:12px}summary{font-size:16px}details ul{columns:1}.service-footer{padding:22px}.service-footer h3{font-size:22px}.steps{grid-template-columns:1fr 1fr;gap:30px 22px}.steps:before{display:none}.steps p{font-size:15px}.step-number{width:70px;height:70px;font-size:27px}.accent{font-size:16px;margin-top:30px}.about{padding:25px;margin-top:40px}.about h2{font-size:25px}.differences{grid-template-columns:1fr;gap:26px;margin-top:28px}.flyer{grid-template-columns:1fr;padding:24px;gap:24px;margin-top:40px}.flyer-cover{display:none}.flyer h2{font-size:27px}.footer-top{grid-template-columns:1fr 1fr;gap:28px}.footer-languages{grid-column:1/-1}.footer-top .logo{width:160px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}@media(max-width:380px){h1{font-size:33px}.service-grid,.steps,.footer-top{grid-template-columns:1fr}.hero-image{height:230px}.quick{gap:6px}}

.flyer-cover.actual-flyer{padding:0;align-self:center;overflow:hidden}.flyer-cover.actual-flyer img{width:100%;height:auto;object-fit:contain}
