:root {
  --ink: #0b2726;
  --muted: #5e7370;
  --green: #00a77e;
  --mint: #74e2c1;
  --teal: #063b38;
  --teal-dark: #052e2c;
  --cream: #f3f6f1;
  --line: #d9e3de;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(8, 53, 49, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Aptos", "Segoe UI", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; padding: 10px 16px; background: var(--white); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .25s, border .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(255,255,255,.94); border-color: var(--line); box-shadow: 0 8px 30px rgba(7,45,43,.06); backdrop-filter: blur(14px); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font-size: 22px; font-weight: 780; letter-spacing: -.7px; }
.brand > span:last-child > span { color: var(--green); }
.brand-logo { width: 35px; height: 35px; flex: 0 0 35px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 31px; }
.nav a { color: #25413f; text-decoration: none; font-weight: 650; font-size: 14px; }
.nav > a:not(.button) { position: relative; }
.nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--green); transition: right .2s; }
.nav > a:not(.button):hover::after, .nav > a.active::after { right: 0; }
.nav-toggle { display: none; border: 0; background: none; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 24px; border-radius: 8px; background: var(--green); color: var(--white); text-decoration: none; font-weight: 760; font-size: 15px; box-shadow: 0 11px 28px rgba(0,167,126,.2); transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { background: #008f6d; transform: translateY(-2px); box-shadow: 0 15px 32px rgba(0,167,126,.27); }
.button-small { min-height: 43px; padding: 0 18px; border-radius: 7px; color: var(--white) !important; }

.hero { position: relative; min-height: 760px; overflow: hidden; padding: 162px 0 105px; background: linear-gradient(115deg, #f6f8f4 0%, #eef6f1 57%, #e5f5ef 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(7,80,70,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(7,80,70,.07) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, transparent, #000 70%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 430px; height: 430px; background: rgba(67,224,176,.14); right: 2%; top: 19%; }
.hero-glow-two { width: 180px; height: 180px; border: 1px solid rgba(0,167,126,.17); right: 39%; bottom: 4%; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 52px; align-items: center; }
.eyebrow { margin: 0 0 19px; color: #247365; font-weight: 780; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; }
.eyebrow span { display: inline-block; width: 26px; height: 2px; margin: 0 9px 3px 0; background: var(--green); }
.hero h1, .section h2, .contact h2 { margin: 0; line-height: .99; font-size: clamp(48px, 5.3vw, 75px); letter-spacing: -4px; font-weight: 760; }
.hero h1 em, .why h2 em, .contact h2 em { color: var(--green); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 610px; margin: 28px 0; color: #47615e; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.text-link { font-size: 14px; font-weight: 750; text-decoration: none; border-bottom: 1px solid #78938d; }
.hero-points { display: flex; gap: 22px; margin-top: 37px; color: #48615e; font-size: 12px; font-weight: 650; }
.hero-points i { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 5px; border-radius: 50%; background: rgba(0,167,126,.12); color: var(--green); font-style: normal; }

.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(0,133,106,.15); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 385px; height: 385px; border-style: dashed; animation: spin 35s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.status-card { position: relative; z-index: 2; width: min(430px, 88%); padding: 24px; border: 1px solid rgba(255,255,255,.85); border-radius: 20px; background: rgba(255,255,255,.88); box-shadow: 0 35px 80px rgba(9,71,62,.16); backdrop-filter: blur(12px); transform: rotate(-1deg); }
.status-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: #33524e; font-size: 12px; font-weight: 700; }
.live-dot { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(0,167,126,.12); }
.status-ok { padding: 5px 9px; border-radius: 20px; background: #e3f7ef; color: #078160; font-size: 10px; }
.status-main { display: flex; gap: 16px; align-items: center; padding: 23px 0; }
.shield { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 15px; background: linear-gradient(145deg, #00b388, #08776a); box-shadow: 0 10px 25px rgba(0,167,126,.2); }
.shield svg { width: 33px; fill: none; stroke: white; stroke-width: 2; }
.status-main div:last-child { display: flex; flex-direction: column; }
.status-main strong { font-size: 17px; }.status-main span { color: var(--muted); font-size: 12px; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.metric-grid > div { padding: 12px; border-radius: 10px; background: #f2f6f3; display: flex; flex-direction: column; }
.metric-icon { color: var(--green); font-weight: 900; }.metric-grid small { color: var(--muted); font-size: 9px; }.metric-grid strong { font-size: 11px; }
.activity { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin-top: 19px; color: var(--muted); font-size: 10px; }
.activity div { height: 5px; overflow: hidden; border-radius: 10px; background: #dce6e1; }.activity i { display: block; width: 88%; height: 100%; background: var(--green); }.activity b { color: #168469; }
.floating-tag { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.9); border-radius: 12px; background: rgba(255,255,255,.93); box-shadow: 0 15px 40px rgba(8,55,50,.13); animation: float 4s ease-in-out infinite; }
.floating-tag > span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; background: #dcf5eb; color: var(--green); font-weight: 900; }.floating-tag div { display: flex; flex-direction: column; }.floating-tag small { color: var(--muted); font-size: 9px; }.floating-tag b { font-size: 11px; }
.tag-security { right: -12px; top: 44px; }.tag-support { left: -2px; bottom: 38px; animation-delay: -2s; }
@keyframes float { 50% { transform: translateY(-8px); } }

.trust-strip { background: var(--teal); color: rgba(255,255,255,.75); }
.trust-items { min-height: 66px; display: flex; align-items: center; justify-content: space-between; font-size: 11px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }
.trust-items i { width: 4px; height: 4px; border-radius: 50%; background: var(--mint); }
.section { padding: 112px 0; }
.services, .team { background: #fafbf9; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; margin-bottom: 56px; }
.section-heading h2, .team-intro h2 { font-size: clamp(38px, 4.3vw, 57px); letter-spacing: -2.5px; }
.section-heading > p, .team-intro > p { margin: 0 0 2px; color: var(--muted); line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.service-card { position: relative; min-height: 390px; padding: 34px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: transform .25s, box-shadow .25s, border .25s; }
.service-card:hover { z-index: 2; transform: translateY(-5px); border-color: transparent; box-shadow: var(--shadow); }
.service-card.featured { background: #f1f8f4; }
.service-icon { width: 53px; height: 53px; display: grid; place-items: center; margin-bottom: 50px; border-radius: 12px; background: #e1f5ed; color: var(--green); }
.service-icon svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.card-number { position: absolute; top: 38px; right: 32px; color: #a9bbb5; font-size: 11px; font-weight: 700; }
.service-card h3 { margin: 0 0 11px; font-size: 20px; letter-spacing: -.5px; }.service-card p { margin: 0 0 18px; color: var(--muted); font-size: 14px; }.service-card ul { list-style: none; margin: 0; padding: 0; }.service-card li { margin: 6px 0; color: #31504c; font-size: 12px; }.service-card li::before { content: "✓"; color: var(--green); margin-right: 8px; font-weight: 900; }
.service-cta { min-height: 390px; padding: 36px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; background: var(--teal); color: var(--white); text-decoration: none; border-bottom: 1px solid var(--teal); }
.service-cta span { color: #a8c9c2; font-size: 13px; }.service-cta strong { font-family: Georgia, serif; font-size: 28px; font-weight: 400; }.service-cta i { width: 49px; height: 49px; margin: 24px 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--mint); font-style: normal; transition: transform .2s, background .2s; }.service-cta:hover i { transform: rotate(45deg); background: rgba(255,255,255,.08); }

.why { position: relative; overflow: hidden; color: var(--white); background: var(--teal-dark); }
.why::before, .contact-pattern { content: ""; position: absolute; inset: 0; opacity: .15; background-image: radial-gradient(circle, #70dabb 1px, transparent 1.5px); background-size: 31px 31px; mask-image: linear-gradient(90deg, #000, transparent 55%); }
.why-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 105px; align-items: start; }
.eyebrow.light { color: #a3d9cb; }.why h2 { color: white; font-size: clamp(41px, 4.6vw, 61px); letter-spacing: -3px; }.why-copy > p:not(.eyebrow) { max-width: 455px; margin: 28px 0; color: #a8c5bf; }
.button-light { color: var(--teal); background: var(--white); box-shadow: none; }.button-light:hover { color: var(--teal); background: #eaf7f2; }
.benefits { border-top: 1px solid rgba(255,255,255,.14); }
.benefit { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 24px 5px; border-bottom: 1px solid rgba(255,255,255,.14); }
.benefit > span { color: var(--mint); font-size: 11px; font-weight: 800; }.benefit h3 { margin: 0 0 6px; font-size: 18px; }.benefit p { margin: 0; color: #9ebbb5; font-size: 13px; }

.section-heading.compact { margin-bottom: 67px; }.process { background: #f3f6f2; }
.process-list { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; counter-reset: item; }
.process-list li { position: relative; padding: 0 25px 0 0; }
.process-list li:not(:last-child)::after { content: ""; position: absolute; top: 39px; left: 74px; right: 9px; border-top: 1px dashed #a8beb7; }
.process-list > li > span { position: absolute; top: 31px; left: 59px; z-index: 2; display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: var(--green); color: white; font-size: 9px; font-weight: 800; }
.process-icon { width: 74px; height: 74px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; border: 1px solid var(--line); background: white; color: var(--green); font-size: 25px; }.process-list h3 { margin: 0 0 8px; font-size: 18px; }.process-list p { margin: 0; color: var(--muted); font-size: 13px; }

.team-intro { max-width: 780px; margin-bottom: 54px; }.team-intro > p:last-child { max-width: 610px; margin-top: 22px; }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.person-card { display: grid; grid-template-columns: 47% 53%; min-height: 385px; background: var(--white); border: 1px solid var(--line); }
.portrait { position: relative; min-height: 385px; overflow: hidden; background: #e4eae6; }.portrait img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transition: transform .5s, filter .3s; }.person-card:hover img { transform: scale(1.025); filter: saturate(1); }.portrait a { position: absolute; right: 15px; bottom: 15px; width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--green); text-decoration: none; font-size: 20px; }
.person-info { padding: 35px 26px; display: flex; flex-direction: column; justify-content: space-between; }.person-info h3 { margin: 0; font-size: 22px; }.person-info p { margin: 3px 0; color: var(--green); font-size: 12px; font-weight: 700; }.person-info dl { margin: 0; }.person-info dl > div { padding: 12px 0; border-top: 1px solid var(--line); }.person-info dt { color: #899d98; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }.person-info dd { margin: 2px 0 0; font-size: 11px; font-weight: 700; word-break: break-word; }.person-info dd a { text-decoration-color: #b5c7c1; text-underline-offset: 3px; }
.card-downloads { display: flex; align-items: center; gap: 10px; margin-top: 11px; color: #7a918b; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .45px; }.card-downloads > span { margin-right: auto; }.card-downloads > div { display: flex; gap: 6px; }.card-downloads a { min-width: 38px; padding: 5px 7px; border: 1px solid #c9ddd6; border-radius: 5px; color: #087b64; text-align: center; text-decoration: none; transition: color .2s, border-color .2s, background .2s, transform .2s; }.card-downloads a:hover { color: #056550; border-color: #9fc9bb; background: #eef8f4; transform: translateY(-1px); }

.contact { position: relative; overflow: hidden; padding: 105px 0; text-align: center; color: white; background: linear-gradient(135deg, #087e6d, #00594f); }.contact-pattern { opacity: .2; mask-image: radial-gradient(circle at center, black, transparent 70%); }.contact-inner { position: relative; }.contact .eyebrow span { background: var(--mint); }.contact h2 { font-size: clamp(45px, 5.3vw, 70px); }.contact h2 em { color: #b8f5df; }.contact-inner > p:not(.eyebrow) { max-width: 620px; margin: 28px auto; color: #c3e1da; }.contact-actions { display: flex; justify-content: center; align-items: center; gap: 19px; margin-top: 34px; }.contact-actions > span { color: #afd2ca; font-size: 12px; }.direct-mails { display: flex; gap: 9px; }.direct-mails a { padding: 8px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 6px; color: white; text-decoration: none; font-size: 12px; font-weight: 700; }.direct-mails a:hover { background: rgba(255,255,255,.1); }

.footer { padding: 62px 0 22px; color: #a8c0bb; background: #041f1e; }.brand-light { color: white; }.brand-light .brand-logo { filter: brightness(0) invert(1); }.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: start; padding-bottom: 50px; }.footer-top p { margin: 0; font-size: 13px; }.footer-links { display: grid; grid-template-columns: repeat(2, auto); column-gap: 42px; row-gap: 8px; }.footer-links a { color: white; text-decoration: none; font-size: 13px; }.footer-bottom { padding-top: 19px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; align-items: center; font-size: 10px; }.footer-bottom a { color: #a8c0bb; text-decoration: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .nav-toggle { display: block; z-index: 3; }
  .nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 26px; background: #f4f8f4; transform: translateX(100%); transition: transform .3s; }
  .nav.open { transform: translateX(0); }.nav a { font-size: 20px; }.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; }.hero { padding-top: 145px; }.hero-copy { max-width: 720px; }.hero-visual { min-height: 450px; }.tag-security { right: 7%; }.tag-support { left: 7%; }
  .section-heading { gap: 40px; }.service-grid { grid-template-columns: repeat(2, 1fr); }.why-grid { gap: 55px; }.person-card { grid-template-columns: 1fr; }.portrait { min-height: 350px; }.footer-top { grid-template-columns: 1fr 1fr; gap: 35px; }.footer-links { display: none; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 32px, 1160px); }.nav-wrap { height: 70px; }.hero { min-height: auto; padding: 125px 0 70px; }.hero h1, .contact h2 { letter-spacing: -2.5px; }.hero-lead { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; }.hero-points { flex-direction: column; gap: 9px; margin-top: 29px; }
  .hero-visual { min-height: 390px; margin-top: 15px; }.orbit-one { width: 360px; height: 360px; }.orbit-two { width: 310px; height: 310px; }.status-card { width: 94%; padding: 18px; }.tag-security { right: -6px; top: 6px; }.tag-support { left: -5px; bottom: 3px; }.floating-tag { padding: 9px; }.floating-tag > span { width: 26px; height: 26px; }
  .trust-items { padding: 17px 0; flex-wrap: wrap; justify-content: center; gap: 10px 15px; }.trust-items i { display: none; }.section { padding: 78px 0; }.section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 38px; }.section-heading h2, .team-intro h2 { letter-spacing: -2px; }.service-grid { grid-template-columns: 1fr; }.service-card, .service-cta { min-height: 350px; }
  .why-grid { grid-template-columns: 1fr; }.why-copy { margin-bottom: 15px; }.process-list { grid-template-columns: 1fr 1fr; gap: 40px 15px; }.process-list li::after { display: none; }.team-grid { grid-template-columns: 1fr; }.person-card { grid-template-columns: 43% 57%; min-height: 315px; }.portrait { min-height: 315px; }.person-info { padding: 25px 17px; }
  .contact-actions { flex-direction: column; }.footer-top { grid-template-columns: 1fr; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (max-width: 470px) {
  .person-card { grid-template-columns: 1fr; }.portrait { min-height: 340px; }.person-info { min-height: 250px; }.process-list { grid-template-columns: 1fr; }.status-main { padding: 17px 0; }.metric-grid > div { padding: 8px; }.status-head { font-size: 10px; }.hero-visual { min-height: 360px; }.orbit-one { width: 320px; height: 320px; }.orbit-two { width: 275px; height: 275px; }
}
