.navbar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f8fbffb8;border-bottom:1px solid #dde5f0b3;position:sticky;top:0;z-index:1000}.navbar__inner{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:1fr auto 1fr;padding:1rem 0}.navbar__logo{align-items:center;color:var(--text);display:inline-flex;font-size:1.35rem;font-weight:800;gap:.8rem;letter-spacing:-.03em}.navbar__logo-img{height:48px;object-fit:contain;width:48px}.navbar__logo-text{display:grid;line-height:1}.navbar__logo-text strong{font-size:1.18rem}.navbar__logo-text small{color:var(--muted);font-size:.8rem;letter-spacing:.14em;text-transform:uppercase}.navbar__links{align-items:center;color:var(--muted);display:flex;font-weight:600;gap:1.6rem;justify-content:center}.navbar__links a{padding-bottom:.15rem;position:relative}.navbar__links a:after{background:var(--primary);bottom:-.15rem;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .2s ease;width:100%}.navbar__links a:hover{color:var(--text)}.navbar__links a:hover:after{transform:scaleX(1)}.navbar__button{background:linear-gradient(135deg,var(--primary) 0,var(--accent) 100%);border-radius:999px;box-shadow:0 12px 25px #2f7d5733;color:#fff;font-weight:700;justify-self:end;padding:.9rem 1.4rem;white-space:nowrap}@media (max-width:900px){.navbar__inner{gap:.75rem;grid-template-columns:1fr;justify-items:stretch;padding:.9rem 0}.navbar__logo{justify-self:start}.navbar__links{flex-wrap:wrap;font-size:.95rem;gap:1rem 1.25rem;justify-content:flex-start}.navbar__button{justify-self:start}}@media (max-width:640px){.navbar__inner{gap:.65rem;padding:.8rem 0}.navbar__logo{gap:.65rem}.navbar__logo-mark{height:38px;width:38px}.navbar__logo-text strong{font-size:1rem}.navbar__logo-text small{font-size:.68rem;letter-spacing:.12em}.navbar__links{font-size:.92rem;gap:.75rem 1rem}.navbar__button{justify-self:stretch;min-height:46px;padding:.85rem 1rem;text-align:center;width:100%}}.footer{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;border-top:1px solid #dde5f0cc;padding:4rem 0 3rem}.footer__grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1.35fr 1fr 1fr 1fr}.footer h3,.footer h4{color:var(--text);margin-bottom:1rem}.footer h3{font-size:1.3rem}.footer ul{grid-gap:.75rem;display:grid;gap:.75rem}.footer li,.footer p,.footer ul{color:var(--muted)}.footer a:hover{color:var(--primary)}.footer__bottom{border-top:1px solid var(--line);margin-top:2.5rem;padding-top:1.2rem}.footer__bottom-inner{align-items:center;display:flex;justify-content:center}.footer__bottom p{color:var(--muted);font-size:.9rem;text-align:center}@media (max-width:900px){.footer{padding:3rem 0 2.5rem}.footer__grid{gap:1.75rem;grid-template-columns:1fr 1fr}}@media (max-width:640px){.footer{padding:2.5rem 0 2rem}.footer__grid{gap:1.5rem;grid-template-columns:1fr}.footer h3{font-size:1.15rem}.footer h4{font-size:1rem;margin-bottom:.75rem}.footer ul{gap:.55rem}.footer li,.footer p{font-size:.95rem;line-height:1.6}.footer__bottom{margin-top:2rem;padding-top:1rem}.footer__bottom p{font-size:.85rem;line-height:1.5}}.hero{padding:6.5rem 0 5rem}.hero__layout{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)}.hero__content{max-width:760px}.hero__badge{background:#ffffffc7;border:1px solid #dde9dff2;border-radius:999px;box-shadow:0 10px 25px #18402c0d;color:var(--primary-dark);display:inline-block;font-size:.9rem;font-weight:700;margin-bottom:1.25rem;padding:.55rem 1rem}.hero h1{color:var(--text);font-size:clamp(3rem,7vw,5.4rem);letter-spacing:-.055em;line-height:.98;margin-bottom:1.3rem;max-width:12ch}.hero p{color:var(--muted);font-size:1.14rem;max-width:680px}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.hero__stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:2rem}.hero__stat{background:#ffffffc7;border:1px solid #ffffffd6;border-radius:22px;box-shadow:var(--shadow);padding:1rem 1.1rem}.hero__stat strong{color:var(--text);display:block;font-size:.98rem;margin-bottom:.35rem}.hero__panel{display:flex;justify-content:flex-end}.hero__image-stack{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-left:auto;max-width:460px;width:100%}.hero__image{border-radius:32px;box-shadow:var(--shadow);display:block;object-fit:cover;width:100%}.hero__image--main{height:360px}.hero__image--accent{border:6px solid #ffffffe0;height:180px}.hero__panel-card{background:linear-gradient(135deg,#205f44f2,#d95b7bf2);border-radius:32px;box-shadow:0 28px 60px #2f7d5740;color:#fff;overflow:hidden;padding:2rem;position:relative;width:100%}.hero__panel-card:before{background:#00000026;content:"";inset:0;pointer-events:none;position:absolute}.hero__panel-card *{position:relative;z-index:1}.hero__panel-label{color:#ffffffd9!important;font-size:.8rem;font-weight:700;letter-spacing:.12em;margin-bottom:.9rem;text-transform:uppercase}.hero__panel-card h3{color:#fff;font-size:1.35rem;line-height:1.2;margin-bottom:1rem}.hero__panel-card ul{grid-gap:.8rem;display:grid;gap:.8rem;list-style:none}.hero__panel-card li{color:#fffffff2;line-height:1.5;padding-left:1.1rem;position:relative}.hero__panel-card li:before{color:#fffffff2;content:"•";left:0;position:absolute}@media (max-width:1100px){.hero__layout{gap:2rem}.hero h1{max-width:13ch}}@media (max-width:900px){.hero{padding:5.5rem 0 4rem}.hero__layout,.hero__stats{grid-template-columns:1fr}.hero h1,.hero__content{max-width:none}.hero__panel{justify-content:flex-start}.hero__image-stack{margin-left:0;max-width:none}.hero__image--main{height:320px}.hero__image--accent{height:220px}}@media (max-width:640px){.hero{padding:4.75rem 0 3.5rem}.hero__actions{align-items:stretch;flex-direction:column}.hero__actions .btn{width:100%}.hero__image--accent,.hero__image--main{height:auto;min-height:220px}.hero__panel-card{border-radius:26px;padding:1.5rem}.hero__stat{padding:.95rem 1rem}}.service-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #ffffffbf;border-radius:28px;box-shadow:var(--shadow);padding:2rem;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.service-card:hover{border-color:#6c8cff47;box-shadow:0 26px 50px #14213d1f;transform:translateY(-8px)}.service-card__icon{align-items:center;background:linear-gradient(135deg,#2f7d571f,#d95b7b1f);border-radius:20px;box-shadow:inset 0 0 0 1px #2f7d5714;color:var(--primary);display:inline-flex;font-size:1.75rem;height:62px;justify-content:center;margin-bottom:1.2rem;width:62px}.service-card h3{color:var(--text);font-size:1.35rem;line-height:1.2;margin-bottom:.8rem}.service-card p{color:var(--muted);margin-bottom:1.35rem}.service-card__link{color:var(--primary);font-weight:700}.service-card__link:hover{color:var(--primary-dark)}.feature-strip{grid-gap:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;border:1px solid #fffc;border-radius:28px;box-shadow:var(--shadow);display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr));padding:1.35rem 1.5rem}.feature-strip div{color:var(--text);font-weight:600}.split-showcase{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1.05fr 1fr}.split-showcase__card{border-radius:36px;padding:2.75rem}.split-showcase__card--dark{background:linear-gradient(135deg,#205f44,#d95b7b);box-shadow:0 28px 60px #2f7d572e;color:#fff}.split-showcase__card--dark p{color:#ffffffd1}.split-showcase__grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.split-showcase__grid div{background:#ffffffeb;border:1px solid #ffffffc7;border-radius:24px;box-shadow:var(--shadow);font-weight:600;padding:1.4rem}.process-card{position:relative}.process-card span{align-items:center;background:#eef3ff;border-radius:50%;color:var(--primary);display:inline-flex;font-weight:800;height:42px;justify-content:center;margin-bottom:1rem;width:42px}.cta-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border:1px solid #fffc;border-radius:36px;box-shadow:var(--shadow);padding:2.75rem}.cta-box__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}@media (max-width:900px){.feature-strip,.split-showcase,.split-showcase__grid{grid-template-columns:1fr}}.about-intro{margin-bottom:1.5rem}.dark-panel{grid-gap:2rem;background:linear-gradient(135deg,#205f44,#d95b7b);border-radius:36px;box-shadow:0 28px 60px #2f7d5729;color:#fff;display:grid;gap:2rem;grid-template-columns:1.15fr 1fr;margin-top:2rem;overflow:hidden;padding:2.75rem;position:relative}.dark-panel:before{background:#00000040;content:"";inset:0;pointer-events:none;position:absolute}.dark-panel *{position:relative;z-index:1}.dark-panel h2,.dark-panel h3{color:#fff}.dark-panel p{color:#ffffffeb}.dark-panel li{color:#fffffff2}.dark-panel ul{grid-gap:1rem;display:grid;gap:1rem;list-style:disc;padding-left:1.25rem}.about-showcase{grid-gap:1.5rem;align-items:stretch;display:grid;gap:1.5rem;grid-template-columns:1.1fr .9fr;margin-bottom:1.5rem}.about-showcase__image-wrap{min-height:100%}.about-showcase__image{border-radius:32px;box-shadow:var(--shadow);height:100%;min-height:360px;object-fit:cover;width:100%}@media (max-width:900px){.dark-panel{padding:2rem}.about-showcase,.dark-panel{grid-template-columns:1fr}.about-showcase__image{min-height:260px}}.contact-layout{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1.2fr .9fr}.contact-card--form{padding-bottom:2.2rem}.contact-card--image{overflow:hidden;padding:0}.contact-card__image{display:block;height:240px;object-fit:cover;width:100%}.contact-card__intro{margin-bottom:1rem}.contact-form{grid-gap:1rem;display:grid;gap:1rem;margin-top:1.25rem}.contact-form input,.contact-form select,.contact-form textarea{background:#f8fbffe6;border:1px solid var(--line);border-radius:18px;padding:1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px #6c8cff1f;outline:none}.contact-side{grid-gap:1.5rem;display:grid;gap:1.5rem}.contact-list{grid-gap:1rem;display:grid;gap:1rem;margin-top:1rem}.contact-list li{grid-gap:.15rem;display:grid;gap:.15rem}.contact-list strong{color:var(--text)}.contact-list span{color:var(--muted)}.contact-banner{background:linear-gradient(135deg,#14213d,#1f3c88);border-radius:28px;box-shadow:0 24px 50px #14213d29;color:#fff;padding:1.9rem}.contact-banner p{color:#ffffffd1;margin-top:.8rem}@media (max-width:900px){.contact-layout{grid-template-columns:1fr}}.service-detail{display:flex;flex-direction:column;gap:4rem}.recruitment-hero{grid-gap:2rem;align-items:stretch;display:grid;gap:2rem;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr)}.recruitment-hero__aside,.recruitment-hero__content{min-width:0}.recruitment-hero__content{background:#ffffffeb;border:1px solid #ffffffd1;border-radius:32px;box-shadow:var(--shadow);padding:2.5rem}.recruitment-hero__content h1{font-size:clamp(2.3rem,4vw,3.8rem);letter-spacing:-.04em;line-height:1.05;margin-bottom:1rem;max-width:12ch}.recruitment-hero__lead{font-size:1.05rem;max-width:62ch}.recruitment-hero__aside{display:flex}.service-hero-card__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.service-highlight-box{align-self:stretch;background:linear-gradient(135deg,var(--primary) 0,var(--accent) 100%);border-radius:32px;box-shadow:0 20px 50px #2f7d572e;color:#fff;padding:2rem;width:100%}.service-highlight-box__label{color:#ffffffd1;font-size:.8rem;font-weight:700;letter-spacing:.12em;margin-bottom:1rem;text-transform:uppercase}.service-highlight-box__list{grid-gap:1rem;display:grid;gap:1rem;list-style:none}.service-highlight-box__list li{color:#fffffff5;line-height:1.5;padding-left:1.15rem;position:relative}.service-highlight-box__list li:before{content:"•";left:0;position:absolute;top:0}.recruitment-section{display:flex;flex-direction:column;gap:1.5rem}.recruitment-section__header{max-width:760px}.recruitment-section__header h2{font-size:clamp(1.9rem,3vw,2.8rem);letter-spacing:-.03em;line-height:1.08}.detail-grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.detail-grid--feature{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.info-card--benefit,.info-card--feature{background:#ffffffeb;border:1px solid #ffffffd1;border-radius:28px;box-shadow:var(--shadow);padding:2rem}.info-card--benefit h3,.info-card--feature h3{color:var(--text);font-size:1.6rem;letter-spacing:-.02em;line-height:1.1;margin-bottom:.9rem}.info-card--benefit p,.info-card--feature p{color:var(--muted);line-height:1.7}.benefit-number{align-items:center;background:linear-gradient(135deg,#2f7d571f,#d95b7b29);border-radius:999px;color:var(--primary);display:inline-flex;font-weight:800;height:2.5rem;justify-content:center;margin-bottom:1rem;width:2.5rem}.service-cta{background:#fffffff0;border:1px solid #ffffffd6;border-radius:36px;box-shadow:var(--shadow);padding:3rem 2rem;text-align:center}.service-cta--wide{padding-bottom:3.25rem;padding-top:3.25rem}.service-cta h2{font-size:clamp(2rem,3vw,2.8rem);letter-spacing:-.03em;line-height:1.1;margin-bottom:.8rem}.service-cta p{color:var(--muted);margin:0 auto;max-width:620px}.service-cta__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1.8rem}@media (max-width:1000px){.recruitment-hero{grid-template-columns:1fr}.recruitment-hero__content h1{max-width:none}}@media (max-width:900px){.service-detail{gap:3rem}.detail-grid--feature,.detail-grid--three{grid-template-columns:1fr}.info-card--benefit,.info-card--feature,.recruitment-hero__content,.service-cta,.service-highlight-box{padding:1.75rem}}@media (max-width:640px){.service-detail{gap:2.25rem}.recruitment-hero,.recruitment-section{gap:1rem}.recruitment-hero__content{border-radius:24px;padding:1.25rem}.recruitment-hero__content h1{font-size:clamp(1.95rem,9vw,2.6rem);letter-spacing:-.03em;line-height:1.08;margin-bottom:.85rem}.recruitment-hero__lead{font-size:.98rem;line-height:1.65}.service-highlight-box{border-radius:24px;padding:1.25rem}.service-highlight-box__list{gap:.75rem}.recruitment-section__header h2{font-size:clamp(1.5rem,7vw,2rem);line-height:1.12}.detail-grid{gap:1rem}.info-card--benefit,.info-card--feature{border-radius:22px;padding:1.25rem}.info-card--benefit h3,.info-card--feature h3{font-size:1.35rem;margin-bottom:.7rem}.info-card--benefit p,.info-card--feature p{font-size:.96rem;line-height:1.65}.benefit-number{font-size:.95rem;height:2.2rem;margin-bottom:.85rem;width:2.2rem}.service-cta{border-radius:24px;padding:1.5rem 1.2rem}.service-cta h2{font-size:clamp(1.5rem,7vw,2rem);line-height:1.15}.service-cta p{font-size:.96rem;line-height:1.65}.service-cta__actions,.service-hero-card__actions{align-items:stretch;flex-direction:column;gap:.85rem}.service-cta__actions .btn,.service-hero-card__actions .btn{min-height:48px;width:100%}}.services-showcase{margin-bottom:1.5rem}.services-showcase__image{border-radius:32px;box-shadow:var(--shadow);height:360px;object-fit:cover;width:100%}.services-intro{margin-bottom:1.5rem}.services-page__grid{margin-top:.5rem}*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f7fbf6;--surface:#ffffffeb;--surface-strong:#fff;--text:#163126;--muted:#5f6f65;--line:#dde9df;--primary:#2f7d57;--primary-dark:#245f43;--accent:#d95b7b;--accent-soft:#f4d7df;--accent-deep:#b93c57;--shadow:0 20px 50px #18402c14}html{scroll-behavior:smooth}body{background:radial-gradient(circle at top left,#d95b7b1a,#0000 26%),radial-gradient(circle at top right,#2f7d571a,#0000 20%),linear-gradient(180deg,#fcfffb,#f7fbf6);background:radial-gradient(circle at top left,#d95b7b1a,#0000 26%),radial-gradient(circle at top right,#2f7d571a,#0000 20%),linear-gradient(180deg,#fcfffb 0,var(--bg) 100%);color:#163126;color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}ul{list-style:none}button,input,select,textarea{font:inherit}.container{margin:0 auto;width:min(1180px,calc(100% - 2rem))}.app-shell{min-height:100vh}.page{padding:5rem 0 6rem}.page-header{margin:0 auto 3rem 0;max-width:760px}.page-header h1{font-size:clamp(2.4rem,5vw,4.2rem);letter-spacing:-.04em;line-height:1.05;margin-bottom:1rem}.page-header p{color:#5f6f65;color:var(--muted);font-size:1.08rem;max-width:680px}.section{padding:2rem 0 2.5rem}.section--top-tight{padding-top:0}.section--last{padding-bottom:6rem}.eyebrow{color:#2f7d57;color:var(--primary);display:inline-block;font-size:.86rem;font-weight:800;letter-spacing:.12em;margin-bottom:.8rem;text-transform:uppercase}.eyebrow--light{color:#fffc}.section-heading{align-items:flex-end;display:flex;gap:1.5rem;justify-content:space-between;margin-bottom:2rem}.about-intro__card h2,.contact-card h2,.cta-box h2,.dark-panel h2,.hero__panel-card h3,.highlight-box h2,.info-card h2,.process-card h3,.section-heading h2,.service-hero-card h1,.services-intro__card h3{font-size:clamp(1.8rem,3vw,2.5rem);letter-spacing:-.03em;line-height:1.12;margin-bottom:.8rem}.hero__panel-card h3,.process-card h3,.services-intro__card h3{font-size:1.35rem}.about-intro__card p,.contact-card p,.cta-box p,.dark-panel p,.footer p,.hero__stat span,.highlight-box p,.info-card p,.process-card p,.section-heading p,.service-hero-card p,.services-intro__card p{color:#5f6f65;color:var(--muted)}.about-intro,.card-grid,.detail-grid,.info-grid,.process-grid,.services-intro{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}.detail-grid--three,.process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.about-intro__card,.contact-card,.info-card,.process-card,.service-hero-card,.services-intro__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;background:var(--surface);border:1px solid #ffffffb3;border-radius:28px;box-shadow:0 20px 50px #18402c14;box-shadow:var(--shadow);padding:2rem}.btn{align-items:center;border-radius:999px;display:inline-flex;font-weight:700;justify-content:center;padding:1rem 1.55rem;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.btn:hover{transform:translateY(-2px)}.btn--primary{background:linear-gradient(135deg,#2f7d57,#d95b7b);background:linear-gradient(135deg,var(--primary) 0,var(--accent) 100%);box-shadow:0 16px 30px #2f7d5738;color:#fff}.btn--primary:hover{background:linear-gradient(135deg,#245f43,#b93c57);background:linear-gradient(135deg,var(--primary-dark) 0,var(--accent-deep) 100%)}.btn--secondary{background:#ffffffe0;border:1px solid #dde9df;border:1px solid var(--line);color:#163126;color:var(--text)}.btn--secondary:hover{background:#fff}.text-link{color:#2f7d57;color:var(--primary);font-weight:700}.text-link:hover{color:#245f43;color:var(--primary-dark)}@media (max-width:900px){.about-intro,.card-grid,.detail-grid,.detail-grid--three,.info-grid,.process-grid,.services-intro{grid-template-columns:1fr}.section-heading{align-items:flex-start;flex-direction:column}}@media (max-width:640px){.page{padding:4rem 0 5rem}.container{width:min(1180px,calc(100% - 1.25rem))}}
/*# sourceMappingURL=main.f6bcdd49.css.map*/