:root{--green-900: #0A4D28;--green-700: #0E6F39;--green-500: #59BD61;--green-100: #EBF5EE;--green-50: #F3FAF5;--dark: #1B1C1F;--dark-2: #232529;--ink: #1B1C1F;--ink-2: #374151;--muted: #6B7280;--border: #E5E7EB;--surface: #FFFFFF;--bg: #F7F9F7;--font-head: "Montserrat", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--r: 6px;--r-lg: 12px;--max-w: 1240px;--py: clamp(4rem, 7vw, 6.5rem)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);background:var(--bg);color:var(--ink);font-size:1.0625rem;line-height:1.7}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;font:inherit;border:none;background:none}h1,h2,h3,h4{font-family:var(--font-head);font-weight:800;line-height:1.1;text-wrap:balance}.display{font-size:clamp(3rem,7.5vw,6.5rem);letter-spacing:-.03em;line-height:.95;font-weight:900}.h1{font-size:clamp(2.125rem,3.5vw,3rem);letter-spacing:-.025em}.h2{font-size:clamp(1.625rem,2.5vw,2.125rem);letter-spacing:-.02em}.h3{font-size:1.25rem;letter-spacing:-.01em;font-weight:700}.eyebrow{font-family:var(--font-head);font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--green-700)}.body-lg{font-size:1.125rem;line-height:1.75}.container{width:100%;max-width:var(--max-w);margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem)}.section{padding-block:var(--py)}.section--green{background:var(--green-700);color:#fff}.section--green h1,.section--green h2,.section--green h3{color:#fff}.section--dark{background:var(--dark);color:#fff}.section--dark h1,.section--dark h2,.section--dark h3{color:#fff}.section--tint{background:var(--green-50)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.875rem;border-radius:var(--r);font-family:var(--font-head);font-size:.9375rem;font-weight:700;letter-spacing:.04em;transition:background .16s,color .16s,border-color .16s,transform .12s}.btn:focus-visible{outline:3px solid var(--green-500);outline-offset:3px}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--green-700);color:#fff}.btn--primary:hover{background:var(--green-900)}.btn--accent{background:var(--green-500);color:#fff}.btn--accent:hover{background:var(--green-700)}.btn--outline{border:2px solid var(--green-700);color:var(--green-700)}.btn--outline:hover{background:var(--green-700);color:#fff}.btn--outline-white{border:2px solid rgba(255,255,255,.5);color:#fff}.btn--outline-white:hover{border-color:#fff;background:#ffffff1a}.btn--ghost{color:var(--green-700);font-size:.875rem;padding-inline:0}.btn--ghost:hover{color:var(--green-900)}.rule{width:36px;height:3px;background:var(--green-500);border-radius:2px;margin-block-end:1rem}.rule--white{background:#ffffff80}.nav{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .25s,box-shadow .25s}.nav.scrolled{background:#0e6f39f7;backdrop-filter:blur(12px);box-shadow:0 1px #ffffff14}.nav__inner{display:flex;align-items:center;justify-content:space-between;height:76px;gap:1rem}.nav__logo img{height:44px;width:auto}.nav__links{display:flex;align-items:center;gap:2px}.nav__links a{font-family:var(--font-head);font-size:.8125rem;font-weight:600;letter-spacing:.03em;padding:.375rem .75rem;border-radius:4px;color:#ffffffd9;transition:color .15s,background .15s}.nav__links a:hover{color:#fff;background:#ffffff1f}.nav__right{display:flex;align-items:center;gap:.75rem}.nav__lang{display:flex;gap:3px}.nav__lang a{font-family:var(--font-head);font-size:.6875rem;font-weight:700;letter-spacing:.08em;padding:3px 7px;border-radius:3px;color:#fff9;transition:color .15s,background .15s}.nav__lang a:hover{color:#fff;background:#ffffff1f}.nav__lang a[aria-current=true]{color:#fff;background:#ffffff2e}.nav__search-btn{color:#ffffffbf;transition:color .15s;display:flex;align-items:center}.nav__search-btn:hover{color:#fff}.nav__burger{display:none;flex-direction:column;gap:5px;padding:6px;color:#ffffffe6}.nav__burger span{display:block;width:22px;height:2px;background:currentColor;border-radius:2px;transition:transform .2s}@media (max-width: 900px){.nav__links{display:none}.nav__burger{display:flex}}.nav__drawer{display:none;position:fixed;inset:0;z-index:99;background:var(--green-900);padding:5rem 2rem 2rem;flex-direction:column;gap:.25rem}.nav__drawer.open{display:flex}.nav__drawer a{font-family:var(--font-head);font-size:1.125rem;font-weight:700;color:#ffffffe6;padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,.08);transition:color .15s}.nav__drawer a:hover{color:var(--green-500)}.search-overlay{display:none;position:fixed;inset:0;z-index:200;background:#0a4d28f7;backdrop-filter:blur(16px);padding:4rem clamp(1.25rem,5vw,3rem)}.search-overlay.open{display:block}.search-overlay__close{position:absolute;top:1.5rem;right:1.5rem;color:#fff9;font-size:1.5rem;line-height:1;transition:color .15s}.search-overlay__close:hover{color:#fff}.pagefind-ui{--pagefind-ui-font: var(--font-body)}.footer{background:var(--dark);color:#fffc;padding-block:3rem 2rem}.footer__top{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem 3rem;padding-block-end:2.5rem;border-bottom:1px solid rgba(255,255,255,.06)}.footer__brand img{height:30px;margin-block-end:1rem}.footer__brand p{font-size:.85rem;color:#ffffff73;line-height:1.65}.footer__col h4{font-family:var(--font-head);font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ffffff59;margin-block-end:.875rem}.footer__col ul{display:flex;flex-direction:column;gap:.45rem}.footer__col ul a{font-size:.875rem;color:#ffffff8c;transition:color .15s}.footer__col ul a:hover{color:var(--green-500)}.footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;padding-block-start:1.5rem;font-size:.8rem;color:#ffffff4d}.footer__stamps{display:flex;gap:1rem;align-items:center}.footer__stamps img{height:32px;opacity:.5;filter:grayscale(1)}.footer__stamps img:hover{opacity:.8;filter:none;transition:all .2s}@media (max-width: 720px){.footer__top{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.footer__top{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}:root{--g9: #0A4D28;--g7: #0E6F39;--g5: #59BD61;--g1: #EBF5EE;--g0: #F4FAF6;--dk: #1B1C1F;--dk2: #232529;--ink: #1A1A1A;--ink2: #374151;--muted: #6B7280;--border: #E5E7EB;--white: #FFFFFF;--fh: "Montserrat", system-ui, sans-serif;--fb: "Inter", system-ui, sans-serif;--r: 6px;--rl: 12px}.cta-solid[data-astro-cid-jdovvxl7]{display:inline-flex;align-items:center;gap:.5rem;background:var(--g7);color:#fff;padding:.9rem 2rem;border-radius:var(--r);font-family:var(--fh);font-size:1rem;font-weight:700;letter-spacing:.02em;transition:background .16s}.cta-solid[data-astro-cid-jdovvxl7]:hover{background:var(--g9)}.cta-solid--green[data-astro-cid-jdovvxl7]{background:var(--g5)}.cta-solid--green[data-astro-cid-jdovvxl7]:hover{background:var(--g7)}.cta-outline[data-astro-cid-jdovvxl7]{display:inline-flex;align-items:center;gap:.5rem;border:2px solid var(--g7);color:var(--g7);padding:.875rem 1.875rem;border-radius:var(--r);font-family:var(--fh);font-size:1rem;font-weight:700;letter-spacing:.02em;transition:background .16s,color .16s}.cta-outline[data-astro-cid-jdovvxl7]:hover{background:var(--g7);color:#fff}.cta-ghost[data-astro-cid-jdovvxl7]{display:inline-flex;align-items:center;gap:.5rem;border:2px solid rgba(255,255,255,.45);color:#fff;padding:.875rem 1.875rem;border-radius:var(--r);font-family:var(--fh);font-size:1rem;font-weight:700;letter-spacing:.02em;transition:border-color .16s,background .16s}.cta-ghost[data-astro-cid-jdovvxl7]:hover{border-color:#fff;background:#ffffff1a}.cta-ghost-w[data-astro-cid-jdovvxl7]{display:inline-flex;align-items:center;border:2px solid rgba(255,255,255,.35);color:#fff;padding:.875rem 1.875rem;border-radius:var(--r);font-family:var(--fh);font-size:1rem;font-weight:700;letter-spacing:.02em;transition:border-color .16s}.cta-ghost-w[data-astro-cid-jdovvxl7]:hover{border-color:#fffc}.cta-text[data-astro-cid-jdovvxl7]{display:inline-flex;align-items:center;color:var(--g7);font-family:var(--fh);font-size:1rem;font-weight:700;transition:color .15s}.cta-text[data-astro-cid-jdovvxl7]:hover{color:var(--g9)}.btn-row[data-astro-cid-jdovvxl7]{display:flex;flex-wrap:wrap;gap:.875rem;align-items:center;margin-top:2.25rem}.btn-row--center[data-astro-cid-jdovvxl7]{justify-content:center}.hero[data-astro-cid-jdovvxl7]{position:relative;min-height:100svh;background:var(--g9);overflow:hidden;display:flex;flex-direction:column}.hero__slides[data-astro-cid-jdovvxl7]{position:absolute;inset:0}.hero__slide[data-astro-cid-jdovvxl7]{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.2s ease}.hero__slide[data-astro-cid-jdovvxl7].s0{background-image:url(/images/sonotiz-femeie-cu-fular-personalizat.jpg);background-position:60% top}.hero__slide[data-astro-cid-jdovvxl7].s1{background-image:url(/images/Home-block3.webp)}.hero__slide[data-astro-cid-jdovvxl7].s2{background-image:url(/images/Home-block5.webp);background-position:40% center}.hero__slide[data-astro-cid-jdovvxl7].is-active{opacity:1}.hero__scrim[data-astro-cid-jdovvxl7]{position:absolute;inset:0;z-index:1;background:linear-gradient(108deg,#0a4d28ed 25%,#0a4d2899 58%,#0a4d2826)}.hero__body[data-astro-cid-jdovvxl7]{position:relative;z-index:2;flex:1;max-width:1240px;margin-inline:auto;width:100%;padding-inline:clamp(1.25rem,5vw,3rem);padding-top:calc(76px + 3.5rem);padding-bottom:3rem;display:flex;flex-direction:column;justify-content:center}.hero__copy-stack[data-astro-cid-jdovvxl7]{display:grid;max-width:660px}.hero__content[data-astro-cid-jdovvxl7]{grid-area:1 / 1;opacity:0;transition:opacity .8s ease;pointer-events:none;display:flex;flex-direction:column;justify-content:flex-start;padding-bottom:1rem}.hero__content[data-astro-cid-jdovvxl7].is-active{opacity:1;pointer-events:auto}.hero__hl[data-astro-cid-jdovvxl7]{font-family:var(--fh);font-weight:900;color:#fff;font-size:clamp(3rem,8vw,6.5rem);letter-spacing:-.035em;line-height:.95;font-style:normal}.hero__hl[data-astro-cid-jdovvxl7] em[data-astro-cid-jdovvxl7]{color:var(--g5);font-style:normal}.hero__lead[data-astro-cid-jdovvxl7]{margin-top:1.75rem;font-size:1.2rem;line-height:1.7;color:#fffc;max-width:46ch}.hero__actions[data-astro-cid-jdovvxl7]{display:flex;flex-wrap:wrap;gap:.875rem;margin-top:2.5rem}.hero__nav[data-astro-cid-jdovvxl7]{display:flex;gap:.625rem;margin-top:2.5rem}.hero__nav-btn[data-astro-cid-jdovvxl7]{width:28px;height:4px;border-radius:2px;background:#ffffff4d;border:none;transition:background .3s,width .3s}.hero__nav-btn[data-astro-cid-jdovvxl7].is-active{width:48px;background:var(--g5)}.hero__strip[data-astro-cid-jdovvxl7]{position:relative;z-index:2;background:#00000052;backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.07)}.hero__strip-inner[data-astro-cid-jdovvxl7]{max-width:1240px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);display:flex;align-items:center;padding-block:1.25rem}.hero__kpi[data-astro-cid-jdovvxl7]{flex:1;text-align:center}.hero__kpi[data-astro-cid-jdovvxl7] b[data-astro-cid-jdovvxl7]{display:block;font-family:var(--fh);font-weight:900;font-size:1.625rem;color:var(--g5);line-height:1.1}.hero__kpi[data-astro-cid-jdovvxl7] span[data-astro-cid-jdovvxl7]{font-size:.75rem;letter-spacing:.07em;text-transform:uppercase;color:#ffffff73}.hero__kpi-div[data-astro-cid-jdovvxl7]{width:1px;height:32px;background:#ffffff1a}.facts-bar[data-astro-cid-jdovvxl7]{background:var(--white);border-bottom:1px solid var(--border);padding-block:1.625rem}.facts-inner[data-astro-cid-jdovvxl7]{max-width:1240px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0}.fact[data-astro-cid-jdovvxl7]{display:flex;align-items:center;gap:.75rem;padding:.5rem 2.25rem;font-family:var(--fh);font-size:.9375rem;font-weight:700;color:var(--ink2);border-right:1px solid var(--border)}.fact[data-astro-cid-jdovvxl7]:last-child{border-right:none}.fact[data-astro-cid-jdovvxl7] img[data-astro-cid-jdovvxl7]{width:32px;height:32px;object-fit:contain;flex-shrink:0}.systems[data-astro-cid-jdovvxl7]{display:grid;grid-template-columns:1fr 1fr;min-height:680px}.systems__photo-col[data-astro-cid-jdovvxl7]{position:relative;overflow:hidden}.systems__photo-col[data-astro-cid-jdovvxl7]>img[data-astro-cid-jdovvxl7]{width:100%;height:100%;object-fit:cover;display:block}.systems__photo-tag[data-astro-cid-jdovvxl7]{position:absolute;bottom:2rem;right:-1.5rem;width:180px;border-radius:var(--rl);overflow:hidden;box-shadow:0 16px 40px #00000059}.systems__photo-tag[data-astro-cid-jdovvxl7] img[data-astro-cid-jdovvxl7]{width:100%;display:block}.systems__text-col[data-astro-cid-jdovvxl7]{background:var(--g0);padding:clamp(2.5rem,6vw,5rem) clamp(2rem,5vw,4.5rem);display:flex;flex-direction:column;justify-content:center}.systems__text-col[data-astro-cid-jdovvxl7] h2[data-astro-cid-jdovvxl7]{font-family:var(--fh);font-weight:900;font-size:clamp(1.875rem,3vw,2.75rem);color:var(--ink);letter-spacing:-.025em;line-height:1.1}.systems__intro[data-astro-cid-jdovvxl7]{font-size:1.0625rem;line-height:1.75;color:var(--muted);margin-top:1.125rem}.spec-list[data-astro-cid-jdovvxl7]{display:flex;flex-direction:column;gap:.75rem;margin-top:1.75rem}.spec-list[data-astro-cid-jdovvxl7] li[data-astro-cid-jdovvxl7]{display:flex;align-items:flex-start;gap:.75rem;font-size:1rem;color:var(--ink2);line-height:1.55}.spec-list[data-astro-cid-jdovvxl7] svg[data-astro-cid-jdovvxl7]{flex-shrink:0;margin-top:2px}.icon-row[data-astro-cid-jdovvxl7]{display:flex;gap:.625rem;flex-wrap:wrap;margin-top:2rem}.icon-tile[data-astro-cid-jdovvxl7]{width:64px;height:64px;flex-shrink:0;border:1.5px solid rgba(14,111,57,.15);border-radius:var(--r);background:var(--white);display:flex;align-items:center;justify-content:center;padding:.625rem;transition:border-color .15s}.icon-tile[data-astro-cid-jdovvxl7]:hover{border-color:var(--g7)}.icon-tile[data-astro-cid-jdovvxl7] img[data-astro-cid-jdovvxl7]{width:100%;height:100%;object-fit:contain;display:block}.why[data-astro-cid-jdovvxl7]{background:var(--white)}.why__inner[data-astro-cid-jdovvxl7]{max-width:1240px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);padding-block:clamp(4rem,7vw,6.5rem);display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.why__left[data-astro-cid-jdovvxl7] h2[data-astro-cid-jdovvxl7]{font-family:var(--fh);font-weight:900;font-size:clamp(1.875rem,3vw,2.75rem);color:var(--ink);letter-spacing:-.025em;line-height:1.1}.why__sub-label[data-astro-cid-jdovvxl7]{font-family:var(--fh);font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-top:.625rem;margin-bottom:2rem}.why__block[data-astro-cid-jdovvxl7]{margin-bottom:2.5rem}.why__block[data-astro-cid-jdovvxl7] h3[data-astro-cid-jdovvxl7]{font-family:var(--fh);font-weight:800;font-size:1.1875rem;color:var(--ink);margin-bottom:.75rem}.why__block[data-astro-cid-jdovvxl7]>p[data-astro-cid-jdovvxl7]{font-size:1rem;color:var(--muted);margin-bottom:1rem}.why__block[data-astro-cid-jdovvxl7] ul[data-astro-cid-jdovvxl7]{display:flex;flex-direction:column;gap:.625rem}.why__block[data-astro-cid-jdovvxl7] li[data-astro-cid-jdovvxl7]{display:flex;align-items:center;gap:.625rem;font-size:1rem;color:var(--ink2)}.why__close[data-astro-cid-jdovvxl7]{font-size:.9rem;color:var(--g7);font-weight:600;font-family:var(--fh);margin-top:1.125rem;padding-top:1rem;border-top:1px solid var(--border)}.why__right[data-astro-cid-jdovvxl7]{position:relative;display:flex;flex-direction:column;gap:1rem}.why__img-main[data-astro-cid-jdovvxl7]{width:100%;height:360px;object-fit:cover;border-radius:var(--rl)}.why__img-sub[data-astro-cid-jdovvxl7]{width:100%;height:220px;object-fit:cover;border-radius:var(--rl)}.why__badge[data-astro-cid-jdovvxl7]{position:absolute;bottom:-1rem;left:1.5rem;background:var(--g7);color:#fff;border-radius:var(--rl);padding:1.125rem 1.5rem;display:flex;flex-direction:column;gap:.375rem;box-shadow:0 12px 32px #0e6f3966}.why__badge[data-astro-cid-jdovvxl7] strong[data-astro-cid-jdovvxl7]{font-family:var(--fh);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;opacity:.75}.why__badge[data-astro-cid-jdovvxl7] img[data-astro-cid-jdovvxl7]{height:20px;width:auto;filter:brightness(10)}.why__badge[data-astro-cid-jdovvxl7] span[data-astro-cid-jdovvxl7]{font-size:.75rem;opacity:.65}.b2b[data-astro-cid-jdovvxl7]{position:relative;overflow:hidden;background:var(--g9);display:grid;grid-template-columns:1fr 1fr;min-height:560px}.b2b__pattern[data-astro-cid-jdovvxl7]{position:absolute;inset:0;z-index:0;background-image:url(/images/sonotiz-textura-fundal-pattern.jpg);background-size:440px;opacity:.06}.b2b__img-half[data-astro-cid-jdovvxl7]{position:relative;z-index:1;overflow:hidden}.b2b__img-half[data-astro-cid-jdovvxl7] img[data-astro-cid-jdovvxl7]{width:100%;height:100%;object-fit:cover;display:block;opacity:.7}.b2b__content-half[data-astro-cid-jdovvxl7]{position:relative;z-index:1;color:#fff;padding:clamp(2.5rem,6vw,5rem) clamp(2rem,5vw,4.5rem);display:flex;flex-direction:column;justify-content:center}.b2b__content-half[data-astro-cid-jdovvxl7] h2[data-astro-cid-jdovvxl7]{font-family:var(--fh);font-weight:900;font-size:clamp(1.75rem,2.8vw,2.625rem);color:#fff;letter-spacing:-.025em;line-height:1.1}.b2b__roles[data-astro-cid-jdovvxl7]{color:#ffffff8c;font-size:.875rem;font-family:var(--fh);font-weight:700;letter-spacing:.05em;margin-top:.75rem}.b2b__intro[data-astro-cid-jdovvxl7]{color:#fffc;font-size:1rem;margin-top:1.125rem}.b2b__list[data-astro-cid-jdovvxl7]{display:flex;flex-direction:column;gap:.75rem;margin-top:1.25rem}.b2b__list[data-astro-cid-jdovvxl7] li[data-astro-cid-jdovvxl7]{display:flex;align-items:flex-start;gap:.625rem;font-size:1rem;color:#fffc;line-height:1.55}.certs[data-astro-cid-jdovvxl7]{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;max-width:1240px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);padding-block:clamp(4rem,7vw,6.5rem)}.certs__left[data-astro-cid-jdovvxl7] h2[data-astro-cid-jdovvxl7]{font-family:var(--fh);font-weight:900;font-size:clamp(1.875rem,3vw,2.75rem);color:var(--ink);letter-spacing:-.025em;line-height:1.1}.certs__sub[data-astro-cid-jdovvxl7]{font-family:var(--fh);font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-top:.625rem}.certs__rows[data-astro-cid-jdovvxl7]{display:flex;flex-direction:column;gap:.875rem;margin-top:1.75rem}.certs__rows[data-astro-cid-jdovvxl7] li[data-astro-cid-jdovvxl7]{display:flex;align-items:flex-start;gap:.875rem;font-size:1.0625rem;color:var(--ink2);line-height:1.55}.certs__badges[data-astro-cid-jdovvxl7]{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:2rem}.cert-badge[data-astro-cid-jdovvxl7]{background:var(--g0);border:1.5px solid rgba(14,111,57,.15);border-radius:var(--rl);padding:1.25rem;display:flex;flex-direction:column;align-items:center;gap:.625rem;transition:border-color .2s}.cert-badge[data-astro-cid-jdovvxl7]:hover{border-color:var(--g7)}.cert-badge[data-astro-cid-jdovvxl7] img[data-astro-cid-jdovvxl7]{width:54px;height:54px;object-fit:contain}.cert-badge[data-astro-cid-jdovvxl7] span[data-astro-cid-jdovvxl7]{font-family:var(--fh);font-size:.7rem;font-weight:700;color:var(--muted);text-align:center;line-height:1.3}.certs__right[data-astro-cid-jdovvxl7]{display:flex;flex-direction:column;gap:1rem}.certs__report-img[data-astro-cid-jdovvxl7]{width:100%;border-radius:var(--rl);object-fit:cover;height:340px}.certs__stamp-row[data-astro-cid-jdovvxl7]{display:flex;gap:1rem}.certs__stamp-row[data-astro-cid-jdovvxl7] img[data-astro-cid-jdovvxl7]{height:40px;object-fit:contain;opacity:.6;transition:opacity .2s}.certs__stamp-row[data-astro-cid-jdovvxl7] img[data-astro-cid-jdovvxl7]:hover{opacity:1}.dist[data-astro-cid-jdovvxl7]{background:var(--dk);padding:clamp(4rem,7vw,6.5rem) clamp(1.25rem,5vw,3rem);max-width:100%}.dist[data-astro-cid-jdovvxl7]>[data-astro-cid-jdovvxl7]{max-width:1240px;margin-inline:auto}.dist__head[data-astro-cid-jdovvxl7]{max-width:640px;margin-bottom:2.5rem}.dist__head[data-astro-cid-jdovvxl7] h2[data-astro-cid-jdovvxl7]{font-family:var(--fh);font-weight:900;font-size:clamp(1.875rem,3vw,2.75rem);color:#fff;letter-spacing:-.025em}.dist__head[data-astro-cid-jdovvxl7] p[data-astro-cid-jdovvxl7]{font-size:1.0625rem;color:#fff9;margin-top:1rem;line-height:1.7}.dist__layout[data-astro-cid-jdovvxl7]{display:grid;grid-template-columns:200px 1fr;gap:1.25rem;max-width:1240px;margin-inline:auto}.dist__tabs[data-astro-cid-jdovvxl7]{display:flex;flex-direction:column;gap:.375rem}.dist__tab[data-astro-cid-jdovvxl7]{display:flex;align-items:center;gap:.625rem;padding:.625rem .875rem;border-radius:var(--r);border:1.5px solid rgba(255,255,255,.07);background:#ffffff08;color:#ffffff8c;font-family:var(--fh);font-size:.875rem;font-weight:700;text-align:left;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.dist__tab[data-astro-cid-jdovvxl7]:hover{background:#ffffff12;color:#ffffffe6}.dist__tab[data-astro-cid-jdovvxl7].is-active{background:var(--g7);border-color:var(--g7);color:#fff}.dist__map-area[data-astro-cid-jdovvxl7]{display:flex;flex-direction:column;gap:.75rem}.dist-map[data-astro-cid-jdovvxl7]{display:block;width:100%;border-radius:var(--rl);background:#0c1820}.dist-map[data-astro-cid-jdovvxl7] path{fill:#5abd63;stroke:#2d8f3c;stroke-width:.5}.dist-map[data-astro-cid-jdovvxl7] path[data-c]{fill:#0d6f3a;stroke:#1a5e2a;stroke-width:.5;transition:fill .25s;cursor:pointer}.dist-map[data-astro-cid-jdovvxl7] path[data-c].is-active{fill:#0d6f3a;stroke:#5abd63;stroke-width:.7}.dist-map[data-astro-cid-jdovvxl7] path[data-c]:hover:not(.is-active){fill:#0f8547}.city-dot[data-astro-cid-jdovvxl7]{cursor:pointer}.city-dot__ring[data-astro-cid-jdovvxl7]{fill:#59bd6140;stroke:#59bd61;stroke-width:1.5;transform-box:fill-box;transform-origin:50% 50%;opacity:0;transition:opacity .2s}.city-dot[data-astro-cid-jdovvxl7].is-active .city-dot__ring[data-astro-cid-jdovvxl7]{opacity:1;animation:dotPulse 1.8s ease-out infinite}@keyframes dotPulse{0%{transform:scale(1);opacity:.8}80%{transform:scale(2.8);opacity:0}to{transform:scale(2.8);opacity:0}}.city-dot__core[data-astro-cid-jdovvxl7]{fill:#59bd6173;transition:fill .2s}.city-dot[data-astro-cid-jdovvxl7].is-active .city-dot__core[data-astro-cid-jdovvxl7],.city-dot[data-astro-cid-jdovvxl7]:hover .city-dot__core[data-astro-cid-jdovvxl7]{fill:#59bd61}.city-dot__hit[data-astro-cid-jdovvxl7]{fill:transparent}.map-panel[data-astro-cid-jdovvxl7]{display:none;flex-direction:row;align-items:center;flex-wrap:wrap;gap:.75rem 1.25rem;background:#082010eb;backdrop-filter:blur(12px);border:1px solid rgba(89,189,97,.2);border-radius:var(--rl);padding:.875rem 1.25rem;color:#fff}.map-panel[data-astro-cid-jdovvxl7].is-active{display:flex}.map-panel__head[data-astro-cid-jdovvxl7]{display:flex;align-items:center;gap:.625rem;padding-right:1.125rem;border-right:1px solid rgba(255,255,255,.1);flex-shrink:0}.map-panel__flag[data-astro-cid-jdovvxl7]{font-size:1.375rem;flex-shrink:0}.map-panel__head[data-astro-cid-jdovvxl7] strong[data-astro-cid-jdovvxl7]{font-family:var(--fh);font-size:.9375rem;font-weight:800;display:block}.map-panel__city[data-astro-cid-jdovvxl7]{font-size:.6875rem;color:#ffffff73}.map-panel__company[data-astro-cid-jdovvxl7]{display:flex;flex-direction:column;gap:.15rem;padding:.375rem .625rem;border-radius:6px;background:#ffffff0d;border:1px solid rgba(255,255,255,.07)}.map-panel__company[data-astro-cid-jdovvxl7] span[data-astro-cid-jdovvxl7]{font-family:var(--fh);font-size:.8125rem;font-weight:700;color:#fff}.map-panel__company[data-astro-cid-jdovvxl7] a[data-astro-cid-jdovvxl7]{font-size:.6875rem;color:var(--g5)}.map-panel__company[data-astro-cid-jdovvxl7] a[data-astro-cid-jdovvxl7]:hover{color:#fff}.dist__cta[data-astro-cid-jdovvxl7]{display:flex;flex-wrap:wrap;gap:.875rem;margin-top:2rem;max-width:1240px;margin-inline:auto}.fullcta[data-astro-cid-jdovvxl7]{position:relative;overflow:hidden;background:var(--g9);padding:clamp(4.5rem,9vw,7rem) clamp(1.25rem,5vw,3rem)}.fullcta__pattern[data-astro-cid-jdovvxl7]{position:absolute;inset:0;background-image:url(/images/sonotiz-textura-fundal-pattern.jpg);background-size:360px;opacity:.12}.fullcta__body[data-astro-cid-jdovvxl7]{position:relative;z-index:1;max-width:720px;margin-inline:auto;text-align:center}.fullcta__body[data-astro-cid-jdovvxl7] h2[data-astro-cid-jdovvxl7]{font-family:var(--fh);font-weight:900;font-size:clamp(2rem,4vw,3.25rem);color:#fff;letter-spacing:-.025em;line-height:1.1}.fullcta__body[data-astro-cid-jdovvxl7] p[data-astro-cid-jdovvxl7]{font-size:1.125rem;color:#ffffffbf;margin-top:1.125rem;margin-bottom:2.5rem;line-height:1.7}.contact[data-astro-cid-jdovvxl7]{display:grid;grid-template-columns:1fr 1.3fr;max-width:1240px;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);padding-block:clamp(4rem,7vw,6.5rem);gap:4rem;align-items:stretch}.contact__text[data-astro-cid-jdovvxl7] h2[data-astro-cid-jdovvxl7]{font-family:var(--fh);font-weight:900;font-size:clamp(1.875rem,3vw,2.75rem);color:var(--ink);letter-spacing:-.025em}.contact__sub[data-astro-cid-jdovvxl7]{font-family:var(--fh);font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-top:.625rem}.contact__list[data-astro-cid-jdovvxl7]{display:flex;flex-direction:column;gap:1.125rem;margin-top:2rem}.contact__item[data-astro-cid-jdovvxl7]{display:flex;align-items:center;gap:1rem;font-size:1.0625rem;color:var(--ink2);transition:color .15s}a[data-astro-cid-jdovvxl7].contact__item:hover{color:var(--g7)}.contact__item[data-astro-cid-jdovvxl7] svg[data-astro-cid-jdovvxl7]{color:var(--g7);flex-shrink:0}.contact__map[data-astro-cid-jdovvxl7]{border-radius:var(--rl);overflow:hidden;min-height:400px}.contact__map[data-astro-cid-jdovvxl7] iframe[data-astro-cid-jdovvxl7]{height:100%;min-height:400px}@media (max-width: 1024px){.systems[data-astro-cid-jdovvxl7]{grid-template-columns:1fr}.systems__photo-col[data-astro-cid-jdovvxl7]{height:380px}.systems__photo-tag[data-astro-cid-jdovvxl7]{display:none}.why__inner[data-astro-cid-jdovvxl7]{grid-template-columns:1fr;gap:3rem}.why__right[data-astro-cid-jdovvxl7]{display:none}.b2b[data-astro-cid-jdovvxl7]{grid-template-columns:1fr}.b2b__img-half[data-astro-cid-jdovvxl7]{height:280px}.certs[data-astro-cid-jdovvxl7]{grid-template-columns:1fr;gap:2.5rem}.dist__layout[data-astro-cid-jdovvxl7]{grid-template-columns:1fr}.dist__tabs[data-astro-cid-jdovvxl7]{flex-direction:row;flex-wrap:wrap}.dist__tab[data-astro-cid-jdovvxl7]{flex:1;min-width:120px}.contact[data-astro-cid-jdovvxl7]{grid-template-columns:1fr}}@media (max-width: 720px){.hero__slide[data-astro-cid-jdovvxl7]{background-position:65% top!important}.hero__scrim[data-astro-cid-jdovvxl7]{background:linear-gradient(var(--g9) 15%,rgba(10,77,40,.88))}.facts-inner[data-astro-cid-jdovvxl7]{gap:0}.fact[data-astro-cid-jdovvxl7]{padding:.5rem 1rem;font-size:.875rem;border-right:none;border-bottom:1px solid var(--border);width:50%}.fact[data-astro-cid-jdovvxl7]:nth-child(3),.fact[data-astro-cid-jdovvxl7]:last-child{border-bottom:none}.hero__kpi-div[data-astro-cid-jdovvxl7]{display:none}}@media (max-width: 480px){.fact[data-astro-cid-jdovvxl7] span[data-astro-cid-jdovvxl7]{display:none}.icon-row[data-astro-cid-jdovvxl7]{gap:.5rem}.icon-tile[data-astro-cid-jdovvxl7]{width:56px;height:56px}}
