html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f1f5f9;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit}button{font-family:inherit}html,body{width:100%;overflow-x:hidden;scroll-behavior:smooth}:root{--lp-brand: #088448;--lp-brand-ink: #0b3b22;--lp-brand-soft: rgba(8, 132, 72, .12);--lp-brand-soft-2: rgba(8, 132, 72, .18);--lp-surface: rgba(255, 255, 255, .92);--lp-surface-solid: #ffffff;--lp-border: rgba(15, 23, 42, .08);--lp-shadow: 0 18px 40px rgba(15, 23, 42, .08)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.animate-fade-in{animation:fadeIn .6s ease-out}.animate-slide-left{animation:slideInLeft .6s ease-out}.animate-slide-right{animation:slideInRight .6s ease-out}#root{min-height:100vh;overflow-x:hidden}.lp-root{min-height:100vh;background:radial-gradient(circle at top left,var(--lp-brand-soft-2) 0,#ffffff 40%,#f4f7fb 100%);color:#111827}.lp-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.lp-section{padding:4rem 0;transition:all .3s ease}.lp-header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#059669;border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 2px 8px #0000001a}.lp-header-inner{display:flex;align-items:center;justify-content:space-between;height:6.5rem;gap:1rem}.lp-logo{display:inline-flex;align-items:center;gap:.8rem;color:#0f172a}.lp-logo-img{display:block;height:100px;width:auto;object-fit:contain}.lp-nav{display:flex;gap:1.5rem;font-size:.95rem}.lp-nav a{color:#fff!important;text-decoration:none;font-weight:500}.lp-nav a:hover{color:#d1fae5!important;opacity:.9}.lp-hero{padding:4rem 0 3rem}.lp-hero-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:3rem;align-items:center}.lp-hero-text h1{font-size:clamp(2.5rem,4vw,3.2rem);line-height:1.1;margin-bottom:1rem}.lp-hero-text p{margin:0 0 1.5rem;color:#4b5563}.lp-pill{display:inline-flex;align-items:center;padding:.3rem .75rem;border-radius:999px;background:var(--lp-brand-soft);color:var(--lp-brand);font-size:.8rem;margin-bottom:.75rem}.lp-highlight{color:var(--lp-brand)}.lp-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.lp-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:.75rem;border:1px solid transparent;padding:.7rem 1.4rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.lp-btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.lp-btn:active{transform:translateY(0)}.lp-btn-primary{background:linear-gradient(135deg,#059669,#047857);color:#fff;box-shadow:0 4px 12px #0596694d}.lp-btn-primary:hover{box-shadow:0 8px 20px #05966966}.lp-btn-primary:hover{filter:brightness(1.05)}.lp-btn-ghost{background-color:#0f172a08;border-color:#0f172a14}.lp-btn-ghost:hover{background-color:#0f172a0f}.lp-btn-large{padding:.9rem 1.8rem}.lp-btn:active{transform:translateY(1px)}.lp-hero-badges{display:flex;flex-wrap:wrap;gap:.75rem;padding:0;margin:0;list-style:none;font-size:.85rem;color:#4b5563}.lp-hero-badges li{display:inline-flex;align-items:center;gap:.4rem}.lp-hero-badges li:before{content:"";width:.35rem;height:.35rem;border-radius:999px;background-color:var(--lp-brand)}.lp-hero-card{align-self:stretch}.lp-hero-card-inner{border-radius:1.5rem;padding:1.75rem 1.5rem;background:radial-gradient(circle at top left,#0884482e,#fff);box-shadow:var(--lp-shadow)}.lp-hero-photo{width:100%;height:180px;object-fit:cover;border-radius:1.1rem;margin-bottom:1rem;box-shadow:0 14px 26px #0f172a1f}.lp-hero-card-title{font-weight:600;margin-bottom:.25rem}.lp-hero-card-subtitle{color:var(--lp-brand);font-size:.95rem;margin-bottom:1rem}.lp-hero-gallery{margin-top:2.5rem}.lp-hero-gallery-header{display:flex;flex-wrap:wrap;align-items:baseline;gap:.75rem;margin-bottom:1rem}.lp-media-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.lp-media-tile{background:var(--lp-surface);border:1px solid rgba(15,23,42,.06);border-radius:1.25rem;overflow:hidden;box-shadow:0 16px 32px #0f172a0f}.lp-media-tile--wide{grid-column:span 2}.lp-media-img{display:block;width:100%;height:140px;object-fit:cover;background:radial-gradient(circle at top left,var(--lp-brand-soft),#ffffff)}.lp-media-img--contain{object-fit:contain;padding:.5rem}.lp-media-caption{display:flex;flex-direction:column;gap:.15rem;padding:.9rem .95rem;min-height:85px}.lp-media-caption-title{font-size:.9rem;color:#111827}.lp-media-caption-text{font-size:.82rem;line-height:1.3;color:#4b5563}.lp-step-icon{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border-radius:999px;background:var(--lp-brand-soft);color:var(--lp-brand);font-weight:700;font-size:.85rem}.lp-hero-card-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem;font-size:.9rem}.lp-hero-card-list li{display:flex;align-items:center;justify-content:space-between}.lp-tag{display:inline-flex;padding:.25rem .6rem;border-radius:999px;background-color:var(--lp-brand-soft);color:var(--lp-brand);font-size:.75rem}.lp-root .ant-card{border-radius:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.lp-root .ant-card:not(.lp-hero-card-inner){border:1px solid rgba(15,23,42,.06);box-shadow:0 4px 16px #0f172a0a}.lp-root .ant-card:hover{box-shadow:0 12px 32px #0f172a1f;transform:translateY(-2px)}.lp-card{border-radius:1rem;background:var(--lp-surface-solid);transition:all .3s ease}.lp-card--active{border-color:#08844866!important;box-shadow:0 0 0 3px #0884481a,0 8px 24px #08844826!important;transform:translateY(-4px)}.lp-section{padding:3rem 0}.lp-section-header{text-align:left;max-width:640px;margin-bottom:2rem}.lp-section-header h2{margin:0 0 .5rem;font-size:1.7rem}.lp-section-header p{margin:0;color:#4b5563}.lp-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.lp-service-card{text-align:left;border-radius:1rem;border:1px solid rgba(15,23,42,.06);padding:1.2rem 1.2rem 1rem;background-color:#fff;box-shadow:0 12px 24px #0f172a08;color:inherit}.lp-service-card h3{margin:0 0 .4rem;font-size:1.1rem}.lp-service-card p{margin:0 0 .9rem;font-size:.9rem;color:#4b5563}.lp-chip{display:inline-flex;padding:.25rem .7rem;border-radius:999px;background-color:#0f172a0a;font-size:.75rem}.lp-service-card--active{border-color:var(--lp-brand);box-shadow:0 18px 35px #0884482e}.lp-service-card--active .lp-chip{background-color:#10b9811a;color:var(--lp-brand)}.lp-flow-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1.5fr);gap:2.5rem;align-items:flex-start}.lp-flow-steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}.lp-flow-steps li{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.9rem 1.1rem;align-items:flex-start}.lp-step-number{width:2rem;height:2rem;border-radius:999px;background-color:var(--lp-brand);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:600}.lp-flow-steps h3{margin:0 0 .25rem}.lp-flow-steps p{margin:0;font-size:.9rem;color:#4b5563}.lp-cta-section{background:linear-gradient(120deg,#088448f2,#088448bf);color:#fff!important}.lp-cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.75rem;background:#ffffff24;border:1px solid rgba(236,254,255,.18)}.lp-cta h2{margin:0 0 .4rem;color:#fff!important}.lp-cta p{margin:0;max-width:420px;color:#fff!important}.lp-cta .ant-typography{color:#fff!important}.lp-cta .lp-btn-primary{background:#f9fafb;color:#065f46}.lp-footer{padding:2rem 0;border-top:1px solid rgba(255,255,255,.1);font-size:.9rem;background-color:#047857}@media(max-width:900px){.lp-hero-grid,.lp-flow-grid{grid-template-columns:minmax(0,1fr)}.lp-header-inner{flex-wrap:wrap;height:auto;padding:1rem 0}.lp-nav{font-size:.85rem;flex-wrap:wrap;justify-content:flex-start}.lp-container{padding:0 1.25rem}.lp-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lp-media-tile--wide{grid-column:span 2}}@media(max-width:640px){.lp-hero{padding-top:2.5rem}.lp-hero-photo{height:160px}.lp-media-grid{grid-template-columns:minmax(0,1fr);gap:1.25rem}.lp-media-tile--wide{grid-column:span 1}.lp-media-img{height:180px}.lp-section{padding:3rem 0}.lp-cta{align-items:flex-start;padding:1.5rem}.lp-container{padding:0 1rem}}
