/*!
Theme Name: xnybw
Theme URI: http://underscores.me/
Author: caibaojian
Author URI: https://www.dkcnas.cn
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: xnybw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

xnybw is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* XNYBW enterprise site */
:root {
	--xny-green: #007a3d;
	--xny-green-2: #00843d;
	--xny-dark: #005f2e;
	--xny-deep: #043d24;
	--xny-light: #f2faf5;
	--xny-gray-bg: #f7f9f8;
	--xny-text: #1f2933;
	--xny-muted: #667085;
	--xny-border: #e5e7eb;
	--xny-white: #fff;
	--xny-shadow: 0 12px 32px rgba(15, 77, 49, 0.08);
	--xny-radius: 12px;
	--xny-container: 1200px;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--xny-white);
	color: var(--xny-text);
	font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0;
}

body,
button,
input,
select,
textarea {
	font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.site {
	overflow: hidden;
	background: var(--xny-white);
}

.xny-container {
	width: min(var(--xny-container), calc(100% - 48px));
	margin: 0 auto;
}

.xny-topbar {
	background: #fff;
	border-bottom: 1px solid var(--xny-border);
}

.xny-topbar-inner,
.xny-nav-inner {
	display: flex;
	align-items: center;
	
	gap: 24px;
}

.xny-brand {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	color: var(--xny-text);
	text-align: left;
}

.custom-logo {
	width: 80px;
	height: 80px;
	object-fit: contain;
}

.xny-logo-mark {
	display: grid;
	width: 80px;
	height: 80px;
	place-items: center;
	border-radius: 50%;
	background: var(--xny-green);
	color: #fff;
	font-size: 36px;
}

.xny-brand-text {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.xny-brand-title {
	display: block;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 900;
	color: #14231b;
	letter-spacing: 0;
}

.xny-brand-subtitle {
	display: block;
	color: var(--xny-muted);
	font-size: 14px;
}

.xny-header-actions {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-left: auto;
}

.xny-header-contact {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--xny-text);
	white-space: nowrap;
}

.xny-header-contact i {
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--xny-light);
	color: var(--xny-green);
	font-size: 18px;
}

.xny-header-contact small {
	display: block;
	color: var(--xny-muted);
	font-size: 12px;
	line-height: 1.2;
}

.xny-header-contact strong {
	display: block;
	font-size: 18px;
	line-height: 1.3;
	color: var(--xny-dark);
}

.xny-header-search {
	display: flex;
	align-items: center;
	border: 1px solid var(--xny-border);
	border-radius: 999px;
	background: #fff;
	overflow: hidden;
	min-width: 240px;
}

.xny-header-search input {
	width: 190px;
	min-height: 42px;
	border: 0;
	outline: 0;
	padding: 9px 0 9px 16px;
	color: var(--xny-text);
}

.xny-header-search button {
	width: 44px;
	height: 42px;
	border: 0;
	background: var(--xny-light);
	color: var(--xny-green);
	cursor: pointer;
}

.main-navigation {
	display: block;
	flex: 1;
	width: 100%;
	background: var(--xny-green);
}

.main-navigation .xny-nav-inner>div {
	flex: 1;
}

.main-navigation ul {
	display: flex;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation li {
	position: relative;
}

.main-navigation .menu>li {
	flex: 1;
	text-align: center;
}

.main-navigation a {
	display: block;
	padding: 16px 22px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}

.main-navigation a:hover,
.main-navigation .current-menu-item>a,
.main-navigation .current-menu-ancestor>a {
	background: var(--xny-dark);
	color: #fff;
}

.main-navigation .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 30;
	min-width: 190px;
	background: #fff;
	border: 1px solid var(--xny-border);
	box-shadow: var(--xny-shadow);
}

.main-navigation li:hover>.sub-menu,
.main-navigation li.focus>.sub-menu {
	display: block;
}

.main-navigation .sub-menu a {
	color: var(--xny-text);
	padding: 12px 18px;
	border-bottom: 1px solid var(--xny-border);
	background: #fff;
	white-space: nowrap;
}

.main-navigation .sub-menu a:hover,
.main-navigation .sub-menu .current-menu-item>a {
	color: var(--xny-green);
	background: var(--xny-light);
}

.menu-toggle {
	display: none;
	align-items: center;
	gap: 8px;
	min-height: 46px;
	border: 0;
	background: var(--xny-dark);
	color: #fff;
	padding: 0 16px;
	border-radius: 8px;
	font-weight: 700;
}

.xny-nav-search {
	display: flex;
	align-items: center;
	margin-left: auto;
	background: rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	overflow: hidden;
	min-width: 190px;
}

.xny-nav-search input {
	width: 150px;
	border: 0;
	background: transparent;
	color: #fff;
	padding: 10px 0 10px 16px;
	outline: 0;
}

.xny-nav-search input::placeholder {
	color: rgba(255, 255, 255, 0.78);
}

.xny-nav-search button {
	border: 0;
	background: transparent;
	color: #fff;
	width: 42px;
	height: 42px;
	cursor: pointer;
}

.xny-btn,
button.xny-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border-radius: 8px;
	border: 1px solid transparent;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
	transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.xny-btn:hover {
	transform: translateY(-1px);
}

.xny-btn-primary {
	background: var(--xny-green);
	color: #fff;
}

.xny-btn-primary:hover {
	background: var(--xny-dark);
	color: #fff;
}

.xny-btn-secondary {
	background: #fff;
	color: var(--xny-green);
	border-color: var(--xny-green);
}

.xny-btn-light {
	background: #fff;
	color: var(--xny-green);
}

.xny-btn-outline-light {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.62);
}

.xny-section {
	padding: 76px 0;
	background: #fff;
}

.xny-section-alt {
	background: var(--xny-gray-bg);
}

.xny-section-green {
	background: var(--xny-light);
}

.xny-section-heading {
	text-align: center;
	margin-bottom: 34px;
}

.xny-section-heading span {
	display: inline-block;
	width: 52px;
	height: 3px;
	background: var(--xny-green);
	border-radius: 999px;
}

.xny-section-heading h2 {
	margin: 12px 0 8px;
	font-size: 34px;
	line-height: 1.25;
	color: var(--xny-text);
}

.xny-section-heading p {
	max-width: 760px;
	margin: 0 auto;
	color: var(--xny-muted);
}

.xny-home-hero {
	position: relative;
	min-height: 520px;
	display: flex;
	align-items: center;
	background-position: center;
	background-size: cover;
}

.xny-home-hero::before,
.xny-page-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 62, 36, .72), rgba(0, 70, 48, .36), rgba(255, 255, 255, .08));
}

.xny-home-hero .xny-container,
.xny-page-hero .xny-container {
	position: relative;
	z-index: 1;
}

.xny-home-hero h1 {
	max-width: 720px;
	margin: 0 0 18px;
	color: #fff;
	font-size: 56px;
	line-height: 1.16;
}

.xny-home-hero p {
	max-width: 640px;
	margin: 0 0 28px;
	color: rgba(255, 255, 255, .92);
	font-size: 21px;
}

.xny-hero-actions,
.xny-cta-actions,
.xny-inline-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

.xny-hero-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: -44px;
	position: relative;
	z-index: 2;
}

.xny-stat,
.xny-card,
.xny-icon-card,
.xny-side-card,
.xny-form-panel {
	background: #fff;
	border: 1px solid var(--xny-border);
	border-radius: var(--xny-radius);
	box-shadow: var(--xny-shadow);
}

.xny-stat {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 24px;
}

.xny-stat i,
.xny-icon-card i {
	color: var(--xny-green);
}

.xny-stat i {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 12px;
	background: var(--xny-light);
	font-size: 22px;
}

.xny-stat strong {
	display: block;
	font-size: 18px;
	margin-bottom: 2px;
}

.xny-stat span {
	color: var(--xny-muted);
	font-size: 14px;
}

.xny-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.xny-card {
	overflow: hidden;
}

.xny-card-media {
	display: block;
	aspect-ratio: 16 / 9;
	background: var(--xny-gray-bg);
	overflow: hidden;
}

.xny-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
}

.xny-card:hover .xny-card-media img {
	transform: scale(1.04);
}

.xny-card-body {
	padding: 20px;
}

.xny-card h3 {
	margin: 8px 0 10px;
	font-size: 20px;
	line-height: 1.35;
}

.xny-card p {
	margin: 0 0 14px;
	color: var(--xny-muted);
}

.xny-chip {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 0 10px;
	border-radius: 999px;
	background: var(--xny-light);
	color: var(--xny-green);
	font-size: 12px;
	font-weight: 800;
}

.xny-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--xny-green);
	font-weight: 800;
}

.xny-home-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0;
	margin: 0 0 24px;
	border: 1px solid var(--xny-border);
	background: #fff;
}

.xny-home-tabs button {
	min-height: 48px;
	padding: 0 24px;
	border: 0;
	border-right: 1px solid var(--xny-border);
	background: #fff;
	color: var(--xny-text);
	font-weight: 700;
	cursor: pointer;
}

.xny-home-tabs button:last-child {
	border-right: 0;
}

.xny-home-tabs button.is-active,
.xny-home-tabs button:hover {
	background: var(--xny-green);
	color: #fff;
}

.xny-tab-panel {
	display: none;
}

.xny-tab-panel.is-active {
	display: block;
}

.xny-compact-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.xny-category-compact-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.xny-compact-card {
	background: #fff;
	border: 1px solid var(--xny-border);
	box-shadow: var(--xny-shadow);
	overflow: hidden;
}

.xny-compact-media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--xny-gray-bg);
}

.xny-compact-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
}

.xny-compact-card:hover img {
	transform: scale(1.04);
}

.xny-compact-body {
	padding: 16px 18px 18px;
}

.xny-category-compact-grid .xny-compact-body {
	padding: 15px 16px;
}

.xny-compact-body h3 {
	margin: 0 0 7px;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 700;
}

.xny-compact-body p {
	margin: 0;
	color: var(--xny-muted);
	font-size: 14px;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 47px;
}

.xny-compact-body h3 a {
	color: var(--xny-text);
}

.xny-compact-body h3 a:hover {
	color: var(--xny-green);
}

.xny-icon-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.xny-icon-grid.is-six {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.xny-icon-card {
	display: flex;
	min-height: 130px;
	flex-direction: column;
	gap: 8px;
	padding: 22px;
	transition: transform .2s ease, border-color .2s ease;
}

.xny-icon-card:hover {
	transform: translateY(-2px);
	border-color: rgba(0, 122, 61, .32);
}

.xny-icon-card i {
	font-size: 28px;
}

.xny-icon-card strong {
	font-size: 18px;
	color: var(--xny-text);
}

.xny-icon-card span {
	color: var(--xny-muted);
	font-size: 14px;
}

.xny-page-hero {
	position: relative;
	min-height: 310px;
	display: flex;
	align-items: center;
	background-position: center;
	background-size: cover;
}

.xny-page-hero h1 {
	max-width: 880px;
	margin: 20px 0 14px;
	color: #fff;
	font-size: 44px;
	line-height: 1.2;
}

.xny-page-hero p {
	max-width: 760px;
	margin: 0;
	color: rgba(255, 255, 255, .92);
	font-size: 18px;
}

.xny-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	color: var(--xny-muted);
	font-size: 14px;
}

.xny-breadcrumb-light {
	color: rgba(255, 255, 255, .88);
}

.xny-breadcrumb a {
	color: inherit;
}

.xny-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 32px;
	align-items: start;
}

.xny-layout-sidebar-left {
	grid-template-columns: 280px minmax(0, 1fr);
}

.xny-content-panel,
.xny-article {
	background: #fff;
	border: 1px solid var(--xny-border);
	border-radius: var(--xny-radius);
	padding: 34px;
	box-shadow: var(--xny-shadow);
}

.xny-article h1 {
	margin: 0 0 12px;
	font-size: 36px;
	line-height: 1.25;
}

.xny-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 24px;
	color: var(--xny-muted);
	font-size: 14px;
}

.xny-entry h2,
.xny-content-panel h2 {
	margin: 34px 0 16px;
	padding-left: 14px;
	border-left: 4px solid var(--xny-green);
	color: var(--xny-text);
	font-size: 27px;
	line-height: 1.3;
}

.xny-entry h2:first-child,
.xny-content-panel h2:first-child {
	margin-top: 0;
}

.xny-entry h3,
.xny-content-panel h3 {
	margin: 28px 0 12px;
	font-size: 21px;
	color: var(--xny-dark);
}

.xny-entry h4,
.xny-content-panel h4 {
	margin: 22px 0 10px;
	font-size: 18px;
}

.xny-entry p,
.xny-content-panel p {
	margin: 0 0 16px;
	color: #344054;
}

.xny-entry ul,
.xny-entry ol,
.xny-content-panel ul,
.xny-content-panel ol {
	margin: 0 0 22px 22px;
	padding: 0;
}

.xny-entry li,
.xny-content-panel li {
	margin: 7px 0;
}

.xny-entry table {
	display: block;
	width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
}

.xny-entry th,
.xny-entry td {
	border: 1px solid var(--xny-border);
	padding: 10px 12px;
	white-space: nowrap;
}

.xny-sidebar {
	position: sticky;
	top: 20px;
	display: grid;
	gap: 18px;
}

.xny-side-card {
	padding: 22px;
}

.xny-side-card h3 {
	margin: 0 0 14px;
	font-size: 20px;
	color: var(--xny-dark);
}

.xny-side-phone {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--xny-green);
	font-size: 24px;
	font-weight: 800;
}

.xny-qr {
	width: 150px;
	border: 1px solid var(--xny-border);
	border-radius: 8px;
}

.xny-side-list,
.xny-check-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.xny-side-list li,
.xny-check-list li {
	border-bottom: 1px solid var(--xny-border);
	padding: 10px 0;
}

.xny-category-list li {
	padding: 0;
}

.xny-category-list a {
	display: block;
	padding: 12px 0;
	color: var(--xny-text);
	font-weight: 700;
}

.xny-category-list a:hover,
.xny-category-list a.is-active {
	color: var(--xny-green);
}

.xny-category-list a.is-active::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 14px;
	margin-right: 8px;
	border-radius: 99px;
	background: var(--xny-green);
	vertical-align: -2px;
}

.xny-check-list li::before {
	content: "✓";
	color: var(--xny-green);
	font-weight: 900;
	margin-right: 8px;
}

.xny-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 28px;
}

.xny-filter a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid var(--xny-border);
	border-radius: 8px;
	background: #fff;
	color: var(--xny-text);
	font-weight: 700;
}

.xny-filter a:hover,
.xny-filter .is-active {
	background: var(--xny-green);
	color: #fff;
	border-color: var(--xny-green);
}

.xny-feature {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 30px;
	align-items: center;
}

.xny-feature img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: var(--xny-radius);
	box-shadow: var(--xny-shadow);
}

.xny-process {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.xny-process.xny-process-line{
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.xny-step {
	background: #fff;
	border: 1px solid var(--xny-border);
	border-radius: var(--xny-radius);
	padding: 18px;
	min-height: 126px;
	box-shadow: var(--xny-shadow);
}

.xny-step b {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	background: var(--xny-green);
	color: #fff;
	margin-bottom: 12px;
}

.xny-step strong {
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
}

.xny-step span {
	color: var(--xny-muted);
	font-size: 13px;
}

.xny-cta {
	padding: 36px 0;
	background: var(--xny-dark);
	color: #fff;
}

.xny-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.xny-cta-inner>div:first-child {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	column-gap: 18px;
	align-items: center;
}

.xny-cta i {
	grid-row: span 2;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 12px;
	background: rgba(255, 255, 255, .14);
	font-size: 25px;
}

.xny-cta h2 {
	margin: 0 0 4px;
	font-size: 27px;
}

.xny-cta p {
	margin: 0;
	color: rgba(255, 255, 255, .82);
}

.xny-phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
}

.xny-form {
	display: grid;
	gap: 18px;
}

.xny-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.xny-form-grid.is-compact {
	grid-template-columns: 1fr;
}

.xny-form label {
	display: grid;
	gap: 6px;
	color: var(--xny-text);
	font-weight: 700;
}

.xny-form span {
	font-size: 14px;
}

.xny-form input,
.xny-form select,
.xny-form textarea,
.search-field {
	width: 100%;
	min-height: 46px;
	border: 1px solid var(--xny-border);
	border-radius: 8px;
	background: #fff;
	padding: 10px 12px;
	color: var(--xny-text);
	box-sizing: border-box;
}

.xny-form textarea {
	resize: vertical;
}

.xny-form-wide {
	grid-column: 1 / -1;
}

.xny-info-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.xny-info {
	padding: 22px;
	border-radius: var(--xny-radius);
	background: #fff;
	border: 1px solid var(--xny-border);
}

.xny-info strong {
	display: block;
	color: var(--xny-green);
	font-size: 24px;
}

.xny-faq {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.xny-faq-item {
	background: #fff;
	border: 1px solid var(--xny-border);
	border-radius: var(--xny-radius);
	padding: 18px 20px;
}

.xny-faq-item h3 {
	margin: 0 0 8px;
	font-size: 18px;
	color: var(--xny-dark);
}

.xny-faq-item p {
	margin: 0;
	color: var(--xny-muted);
}

.site-footer {
	background: var(--xny-deep);
	color: rgba(255, 255, 255, .86);
}

.xny-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr repeat(3, .8fr) 1fr;
	gap: 32px;
	padding: 50px 0 32px;
}

.site-footer h2,
.site-footer h3 {
	margin: 0 0 16px;
	color: #fff;
}

.site-footer p {
	margin: 0 0 14px;
}

.site-footer a {
	display: block;
	margin: 8px 0;
	color: rgba(255, 255, 255, .78);
}

.site-footer a:hover {
	color: #fff;
}

.xny-footer-contact img {
	width: 116px;
	border-radius: 8px;
	background: #fff;
	padding: 6px;
}

.xny-footer-keywords {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0 0 28px;
}

.xny-footer-keywords span {
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	padding: 4px 10px;
	font-size: 13px;
}

.xny-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .13);
	padding: 16px 0;
	font-size: 14px;
}

.xny-footer-bottom .xny-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px;
}

.xny-footer-bottom a {
	display: inline;
	margin: 0;
}

.xny-mobile-bar {
	display: none;
}

.xny-empty {
	padding: 24px;
	border: 1px dashed var(--xny-border);
	border-radius: var(--xny-radius);
	background: #fff;
	color: var(--xny-muted);
}

.navigation.pagination,
.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 30px;
}

.page-numbers,
.nav-links a,
.nav-links span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	min-height: 38px;
	border: 1px solid var(--xny-border);
	border-radius: 8px;
	background: #fff;
	color: var(--xny-text);
	padding: 0 12px;
}

.page-numbers.current,
.nav-links a:hover {
	background: var(--xny-green);
	color: #fff;
	border-color: var(--xny-green);
}

/* Visual refresh based on the provided design drafts */
:root {
	--xny-green: #00783d;
	--xny-green-2: #0a9851;
	--xny-dark: #006431;
	--xny-deep: #00562d;
	--xny-light: #f1faf5;
	--xny-gray-bg: #f6f8f7;
	--xny-border: #e4ebe7;
	--xny-shadow: 0 10px 28px rgba(13, 91, 54, 0.08);
	--xny-radius: 8px;
	--xny-container: 1280px;
}

.site-header {
	position: relative;
	z-index: 40;
	background: #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
}

.xny-logo-mark,
.custom-logo {
	width: 80px;
	height: 80px;
}

.xny-header-contact i {
	background: transparent;
	color: var(--xny-green);
	font-size: 21px;
}

.xny-header-search {
	min-width: 220px;
	height: 40px;
	border-radius: 6px;
}

.xny-header-search input {
	min-height: 40px;
}

.xny-header-search button {
	height: 40px;
	background: #fff;
}

.main-navigation {
	background: var(--xny-green);
}

.xny-nav-inner {
	min-height: 50px;
	gap: 0;
}

.main-navigation .menu>li {
	border-left: 1px solid rgba(255, 255, 255, .12);
}

.main-navigation .menu>li:first-child {
	border-left: 0;
}

.main-navigation a {
	min-height: 50px;
	padding: 0 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

.main-navigation a:hover,
.main-navigation .current-menu-item>a,
.main-navigation .current-menu-ancestor>a {
	background: rgba(0, 0, 0, .16);
	box-shadow: inset 0 -3px 0 #fff;
}

.main-navigation .sub-menu {
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}

.main-navigation .sub-menu a {
	min-height: auto;
	justify-content: flex-start;
	box-shadow: none;
}

.xny-btn,
button.xny-btn {
	border-radius: 6px;
	min-height: 42px;
}

.xny-section {
	padding: 58px 0;
}

.xny-section-heading {
	margin-bottom: 28px;
}

.xny-section-heading span {
	display: none;
}

.xny-section-heading h2 {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	margin: 0 0 8px;
	font-size: 30px;
}

.xny-section-heading h2::before,
.xny-section-heading h2::after {
	content: "";
	width: 54px;
	height: 2px;
	background: var(--xny-green);
}

.xny-section-heading p {
	font-size: 15px;
}

.xny-home-hero {
	min-height: 560px;
	background-position: center;
}

.xny-home-hero::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .70) 36%, rgba(255, 255, 255, .12) 70%);
}

.xny-home-hero h1 {
	max-width: 650px;
	color: var(--xny-dark);
	font-size: 52px;
	font-weight: 900;
}

.xny-home-hero p {
	max-width: 650px;
	color: #172b1f;
	font-size: 19px;
	font-weight: 600;
}

.xny-home-hero .xny-btn-light {
	background: #fff;
	border-color: var(--xny-border);
	color: var(--xny-green);
}

.xny-hero-stats {
	margin-top: -48px;
	gap: 18px;
}

.xny-stat {
	min-height: 104px;
	padding: 22px 24px;
	border-radius: 8px;
}

.xny-stat i {
	border-radius: 10px;
	background: var(--xny-green);
	color: #fff;
}

.xny-home-tabs {
	justify-content: stretch;
	margin-bottom: 26px;
	border-radius: 8px;
	border-color: var(--xny-border);
	box-shadow: var(--xny-shadow);
	overflow: hidden;
}

.xny-home-tabs button {
	flex: 1 1 auto;
	min-width: 116px;
	min-height: 52px;
	font-size: 15px;
}

.xny-compact-grid {
	gap: 18px;
}

.xny-compact-card,
.xny-card,
.xny-icon-card,
.xny-side-card,
.xny-content-panel,
.xny-article,
.xny-info,
.xny-step,
.xny-faq-item {
	border-radius: 8px;
}

.xny-compact-card,
.xny-card {
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.xny-compact-card:hover,
.xny-card:hover {
	transform: translateY(-2px);
	border-color: rgba(0, 120, 61, .25);
	box-shadow: 0 16px 34px rgba(13, 91, 54, 0.12);
}

.xny-compact-body h3 {
	font-size: 17px;
}

.xny-category-compact-grid {
	gap: 20px;
}

.xny-category-compact-grid .xny-compact-media {
	aspect-ratio: 16 / 9;
}

.xny-category-compact-grid .xny-compact-body h3 {
	min-height: 46px;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.xny-icon-grid {
	gap: 14px;
}

.xny-icon-card {
	min-height: 118px;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px 16px;
}

.xny-icon-card i {
	font-size: 30px;
}

.xny-page-hero {
	min-height: 292px;
	background-position: center;
}

.xny-page-hero::before {
	background: linear-gradient(90deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .68) 42%, rgba(255, 255, 255, .08) 78%);
}

.xny-page-hero h1 {
	color: var(--xny-dark);
	font-size: 46px;
	font-weight: 900;
}

.xny-page-hero p {
	color: #20382b;
	font-weight: 600;
}

.xny-breadcrumb-light {
	color: #446155;
}

.xny-layout {
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 28px;
}

.xny-layout-sidebar-left {
	grid-template-columns: 250px minmax(0, 1fr);
}

.xny-sidebar {
	gap: 14px;
	top: 16px;
}

.xny-side-card {
	padding: 20px;
}

.xny-side-card h3 {
	padding-left: 10px;
	border-left: 4px solid var(--xny-green);
	font-size: 19px;
}

.xny-category-list a {
	padding: 13px 14px;
	border-radius: 6px;
}

.xny-category-list a:hover,
.xny-category-list a.is-active {
	color: #fff;
	background: var(--xny-green);
}

.xny-category-list a.is-active::before {
	background: #fff;
}

.xny-side-list li,
.xny-check-list li {
	border-bottom-color: #edf2ef;
}

.xny-side-phone {
	font-size: 24px;
}

.xny-article {
	padding: 32px 36px;
}

.xny-entry h2,
.xny-content-panel h2 {
	border-left-width: 3px;
	font-size: 25px;
}

.xny-process {
	gap: 0;
	border: 1px solid var(--xny-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--xny-shadow);
	overflow: hidden;
}

.xny-step {
	border: 0;
	border-right: 1px solid var(--xny-border);
	border-radius: 0;
	box-shadow: none;
	text-align: center;
}

.xny-step:last-child {
	border-right: 0;
}

.xny-step b {
	margin: 0 auto 10px;
	width: 30px;
	height: 30px;
}

.xny-cta {
	background: linear-gradient(90deg, #006f39, #00582d);
}

.xny-cta-inner {
	min-height: 112px;
}

.site-footer {
	background: linear-gradient(180deg, #006f39, #004a28);
}

.xny-footer-grid {
	padding-top: 46px;
}

.xny-mobile-bar {
	border-radius: 14px 14px 0 0;
}



.xny-home .xny-section {
	padding: 38px 0;
}

.xny-home-hero-draft {
	min-height: 430px;
	margin-bottom: 0;
}

.xny-home-hero-draft::before {
	background: linear-gradient(90deg, rgba(236, 249, 242, .95) 0%, rgba(236, 249, 242, .76) 36%, rgba(236, 249, 242, .10) 72%);
}

.xny-home-hero-draft h1 {
	font-size: 48px;
	line-height: 1.12;
	letter-spacing: 0;
}

.xny-home-hero-draft p {
	margin-bottom: 22px;
	color: var(--xny-dark);
	font-size: 20px;
}

.xny-home-quick {
	position: relative;
	z-index: 5;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: -46px;
}

.xny-quick-card {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr) 24px;
	gap: 14px;
	align-items: center;
	min-height: 104px;
	padding: 22px 24px;
	border: 1px solid var(--xny-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--xny-shadow);
}

.xny-quick-card>i {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 12px;
	background: var(--xny-green);
	color: #fff;
	font-size: 25px;
}

.xny-quick-card strong,
.xny-quick-card em {
	display: block;
	font-style: normal;
}

.xny-quick-card strong {
	margin-bottom: 4px;
	font-size: 18px;
	color: var(--xny-text);
}

.xny-quick-card em {
	color: var(--xny-muted);
	font-size: 13px;
	line-height: 1.45;
}

.xny-quick-card b {
	color: var(--xny-text);
	font-size: 16px;
	font-weight: 900;
}

.xny-home-services {
	padding-top: 58px !important;
}

.xny-home-label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 14px;
	color: var(--xny-green);
	font-size: 16px;
	font-weight: 900;
}

.xny-home-label::before {
	content: "";
	width: 4px;
	height: 18px;
	border-radius: 99px;
	background: var(--xny-green);
}

.xny-industry-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 24px;
	padding: 12px;
	border: 1px solid var(--xny-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--xny-shadow);
}

.xny-industry-card {
	position: relative;
	display: grid;
	justify-items: center;
	min-height: 204px;
	padding: 0 12px 16px;
	overflow: hidden;
	border: 1px solid var(--xny-border);
	border-radius: 8px;
	background: #fff;
	text-align: center;
}

.xny-industry-card img {
	width: calc(100% + 24px);
	height: 104px;
	margin: 0 -12px 0;
	object-fit: cover;
}

.xny-industry-card span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	margin-top: -21px;
	border: 4px solid #fff;
	border-radius: 50%;
	background: var(--xny-light);
	color: var(--xny-green);
	box-shadow: 0 4px 14px rgba(13, 91, 54, .12);
}

.xny-industry-card strong {
	margin-top: 8px;
	font-size: 17px;
	color: var(--xny-text);
}

.xny-industry-card em {
	margin-top: 4px;
	color: var(--xny-muted);
	font-size: 13px;
	font-style: normal;
	line-height: 1.45;
}

.xny-project-strip {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	border: 1px solid var(--xny-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--xny-shadow);
	overflow: hidden;
}

.xny-project-strip a {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-height: 72px;
	padding: 14px 18px;
	border-right: 1px solid var(--xny-border);
}

.xny-project-strip a:last-child {
	border-right: 0;
}

.xny-project-strip i {
	color: var(--xny-green);
	font-size: 25px;
}

.xny-project-strip strong {
	font-size: 15px;
}

.xny-home-cert {
	padding-top: 18px !important;
}

.xny-cert-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.xny-cert-card {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	column-gap: 16px;
	align-items: center;
	min-height: 104px;
	padding: 20px 22px;
	border: 1px solid var(--xny-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--xny-shadow);
}

.xny-cert-card i {
	grid-row: span 2;
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	color: var(--xny-green);
	font-size: 34px;
}

.xny-cert-card strong {
	font-size: 18px;
}

.xny-cert-card span {
	color: var(--xny-muted);
	font-size: 13px;
}

.xny-home-solution {
	padding-top: 18px !important;
}

.xny-solution-row {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
}

.xny-solution-card {
	overflow: hidden;
	border: 1px solid var(--xny-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--xny-shadow);
	text-align: center;
}

.xny-solution-card img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.xny-solution-card strong {
	display: block;
	padding: 14px 8px 16px;
	font-size: 17px;
}

.xny-home-lab {
	padding-top: 18px !important;
}

.xny-home-lab-grid {
	display: grid;
	grid-template-columns: 2fr repeat(4, 1fr);
	gap: 16px;
	align-items: stretch;
}

.xny-home-lab-photo,
.xny-device-mini {
	overflow: hidden;
	border: 1px solid var(--xny-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--xny-shadow);
}

.xny-home-lab-photo img {
	width: 100%;
	height: 100%;
	min-height: 210px;
	object-fit: cover;
}

.xny-device-mini {
	display: grid;
	align-content: start;
	min-height: 210px;
	padding: 18px;
}

.xny-device-mini strong {
	font-size: 17px;
}

.xny-device-mini span {
	margin: 6px 0 12px;
	color: var(--xny-muted);
	font-size: 13px;
	line-height: 1.55;
}

.xny-device-mini img {
	align-self: end;
	width: 100%;
	height: 88px;
	object-fit: contain;
}

.xny-center-more {
	display: flex;
	justify-content: center;
	margin-top: 18px;
}

.xny-home-process {
	padding: 22px 0 34px;
}

.xny-process-line .xny-step {
	position: relative;
	min-height: 96px;
}

.xny-process-line .xny-step:not(:last-child)::after {
	content: "\f054";
	position: absolute;
	right: -9px;
	top: 36px;
	z-index: 2;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: var(--xny-green);
	background: #fff;
}

.xny-news-panel .xny-section-heading {
	margin-bottom: 18px;
}

.xny-home-bottom {
	padding-top: 16px;
	background: var(--xny-gray-bg);
}

.xny-bottom-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	align-items: stretch;
}

.xny-home-advantage {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.xny-home-advantage a,
.xny-news-panel,
.xny-faq-panel {
	border: 1px solid var(--xny-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--xny-shadow);
}

.xny-home-advantage a {
	display: grid;
	justify-items: center;
	align-content: center;
	min-height: 128px;
	padding: 18px 14px;
	text-align: center;
}

.xny-home-advantage i {
	color: var(--xny-green);
	font-size: 34px;
}

.xny-home-advantage strong {
	margin-top: 8px;
	font-size: 18px;
}

.xny-home-advantage span {
	margin-top: 4px;
	color: var(--xny-muted);
	font-size: 13px;
	line-height: 1.45;
}

.xny-news-panel,
.xny-faq-panel {
	padding: 18px;
}

.xny-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.xny-panel-head h2 {
	margin: 0;
	font-size: 22px;
}

.xny-panel-head a {
	color: var(--xny-green);
	font-weight: 800;
	font-size: 14px;
}

.xny-news-mini {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid var(--xny-border);
}

.xny-news-mini:last-child {
	border-bottom: 0;
}

.xny-news-mini img {
	width: 92px;
	height: 58px;
	object-fit: cover;
	border-radius: 6px;
}

.xny-news-mini strong {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: var(--xny-text);
	font-size: 14px;
	line-height: 1.45;
}

.xny-news-mini em {
	display: block;
	margin-top: 3px;
	color: var(--xny-muted);
	font-size: 12px;
	font-style: normal;
}

.xny-faq-panel>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 48px;
	padding: 0 12px;
	border-bottom: 1px solid var(--xny-border);
	font-weight: 700;
}

.xny-faq-panel>a:last-child {
	border-bottom: 0;
}

.xny-faq-panel i {
	color: var(--xny-green);
}

.xny-home .xny-section-heading h2 {
	font-size: 29px;
}

.xny-bottom-grid .xny-section-heading {
	text-align: left;
}

.xny-bottom-grid .xny-section-heading h2::before {
	width: 34px;
}

.xny-bottom-grid .xny-section-heading h2::after {
	width: 34px;
}

.xny-detect-page {
	background: #fff;
}

.xny-detect-page .xny-page-hero {
	min-height: 300px;
	background-position: center;
}

.xny-detect-page .xny-page-hero::before {
	background: linear-gradient(90deg, rgba(238, 249, 244, .96), rgba(238, 249, 244, .72) 44%, rgba(238, 249, 244, .08));
}

.xny-detect-page .xny-page-hero h1 {
	margin-top: 10px;
	color: #12251b;
	font-size: 46px;
}

.xny-detect-page .xny-page-hero p {
	color: #13291f;
	font-size: 22px;
	font-weight: 800;
}

.xny-detect-breadcrumb {
	padding: 15px 0;
	border-bottom: 1px solid var(--xny-border);
	background: #fff;
}

.xny-detect-main {
	padding-top: 34px;
}

.xny-detect-main .xny-layout-sidebar-left {
	grid-template-columns: 230px minmax(0, 1fr);
	gap: 28px;
}

.xny-detect-sidebar {
	top: 16px;
}

.xny-sidebar .xny-side-card {
	overflow: hidden;
	padding: 0;
}

.xny-sidebar .xny-side-card>h3 {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 16px 18px;
	border: 0;
	background: var(--xny-green);
	color: #fff;
	font-size: 17px;
	line-height: 1.35;
}

.xny-sidebar .xny-side-card>h3::before {
	content: "\f0ca";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 15px;
}

.xny-sidebar .xny-side-card>h3 i {
	font-size: 15px;
}

.xny-sidebar .xny-side-card>h3 i+* {
	margin-left: 0;
}

.xny-sidebar .xny-side-card>p,
.xny-sidebar .xny-side-card>img,
.xny-sidebar .xny-side-card>ul,
.xny-sidebar .xny-side-card>form,
.xny-sidebar .xny-side-card>a,
.xny-sidebar .xny-side-card>.xny-btn {
	margin: 18px;
}

.xny-sidebar .xny-side-card>p {
	margin-bottom: 20px;
	color: var(--xny-muted);
}

.xny-sidebar .xny-side-card>.xny-side-phone {
	margin-bottom: 0;
}

.xny-sidebar .xny-side-card>.xny-btn {
	width: calc(100% - 36px);
}

.xny-side-consult {
	text-align: left;
}

.xny-side-phone {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--xny-green);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
}

.xny-side-phone i {
	flex: 0 0 auto;
}

.xny-detect-nav {
	overflow: hidden;
}

.xny-detect-nav h3::before {
	content: none !important;
}

.xny-detect-nav>.xny-category-list {
	margin: 0 !important;
}

.xny-detect-nav .xny-category-list a {
	border-radius: 0;
	padding: 15px 18px;
	background: #fff;
}

.xny-detect-nav .xny-category-list a.is-active,
.xny-detect-nav .xny-category-list a:hover {
	background: #f2faf5;
	color: var(--xny-green);
}

.xny-detect-nav .xny-category-list a.is-active::before {
	background: var(--xny-green);
}

.xny-detect-side-icons {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.xny-detect-side-icons li {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	column-gap: 10px;
	align-items: start;
}

.xny-detect-side-icons i {
	grid-row: span 2;
	color: var(--xny-green);
	font-size: 24px;
}

.xny-detect-side-icons strong {
	color: var(--xny-text);
	line-height: 1.2;
}

.xny-detect-side-icons span {
	color: var(--xny-muted);
	font-size: 13px;
	line-height: 1.45;
}

.xny-detect-content {
	display: grid;
	gap: 26px;
}

.xny-detect-panel {
	background: #fff;
}

.xny-detect-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}

.xny-detect-title h2 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: #111827;
	font-size: 24px;
	line-height: 1.3;
}

.xny-detect-title h2::after {
	content: "";
	width: 28px;
	height: 2px;
	border-radius: 99px;
	background: var(--xny-green);
}

.xny-detect-title a {
	color: var(--xny-green);
	font-weight: 800;
	font-size: 14px;
}

.xny-detect-title-center {
	justify-content: center;
}

.xny-detect-more {
	display: flex;
	justify-content: flex-end;
	margin: -54px 0 24px;
}

.xny-detect-more a {
	color: var(--xny-green);
	font-weight: 800;
	font-size: 14px;
}

.xny-detect-icon-strip,
.xny-detect-project-grid {
	border: 1px solid var(--xny-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--xny-shadow);
	overflow: hidden;
}

.xny-detect-icon-strip {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
}

.xny-detect-icon-strip a {
	display: grid;
	justify-items: center;
	align-content: center;
	gap: 10px;
	min-height: 118px;
	padding: 16px 10px;
	border-right: 1px solid var(--xny-border);
	text-align: center;
}

.xny-detect-icon-strip a:last-child {
	border-right: 0;
}

.xny-detect-icon-strip i,
.xny-detect-project-grid i {
	color: var(--xny-green);
	font-size: 31px;
}

.xny-detect-icon-strip strong,
.xny-detect-project-grid strong {
	color: var(--xny-text);
	font-size: 15px;
	line-height: 1.35;
}

.xny-detect-project-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.xny-detect-project-grid a {
	display: grid;
	justify-items: center;
	align-content: center;
	gap: 10px;
	min-height: 104px;
	padding: 16px 10px;
	border-right: 1px solid var(--xny-border);
	border-bottom: 1px solid var(--xny-border);
	text-align: center;
}

.xny-detect-project-grid a:nth-child(5n) {
	border-right: 0;
}

.xny-detect-project-grid a:nth-last-child(-n+4) {
	border-bottom: 0;
}

.xny-detect-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.xny-detect-service-card {
	overflow: hidden;
	border: 1px solid var(--xny-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--xny-shadow);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.xny-detect-service-card:hover {
	transform: translateY(-2px);
	border-color: rgba(0, 120, 61, .25);
	box-shadow: 0 16px 34px rgba(13, 91, 54, .12);
}

.xny-detect-service-media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--xny-gray-bg);
}

.xny-detect-service-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
}

.xny-detect-service-card:hover img {
	transform: scale(1.04);
}

.xny-detect-service-card div {
	padding: 16px 18px 18px;
}

.xny-detect-service-card h3 {
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 1.35;
}

.xny-detect-service-card p {
	display: -webkit-box;
	min-height: 46px;
	margin: 0 0 12px;
	overflow: hidden;
	color: var(--xny-muted);
	font-size: 13px;
	line-height: 1.7;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xny-detect-scope-section {
	padding-top: 30px;
}

.xny-detect-scope {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	border: 1px solid var(--xny-border);
	border-radius: 8px 8px 0 0;
	background: #fff;
	box-shadow: var(--xny-shadow);
	overflow: hidden;
}

.xny-detect-scope div {
	display: grid;
	align-content: start;
	gap: 8px;
	min-height: 138px;
	padding: 24px 20px;
	border-right: 1px solid var(--xny-border);
	text-align: center;
}

.xny-detect-scope div:last-child {
	border-right: 0;
}

.xny-detect-scope i {
	color: var(--xny-green);
	font-size: 33px;
}

.xny-detect-scope strong {
	font-size: 18px;
}

.xny-detect-scope span {
	color: var(--xny-muted);
	font-size: 13px;
	line-height: 1.6;
}

.xny-detect-meta-strip {
	display: flex;
	justify-content: center;
	gap: 44px;
	padding: 14px 18px;
	border: 1px solid var(--xny-border);
	border-top: 0;
	border-radius: 0 0 8px 8px;
	background: #fff;
	color: var(--xny-muted);
	box-shadow: var(--xny-shadow);
}

.xny-detect-meta-strip strong {
	color: var(--xny-green);
}

.xny-standard-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.xny-standard-grid a {
	display: grid;
	gap: 4px;
	min-height: 72px;
	padding: 14px 16px;
	border: 1px solid var(--xny-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--xny-shadow);
}

.xny-standard-grid strong {
	color: #111827;
}

.xny-standard-grid span {
	color: var(--xny-muted);
	font-size: 13px;
}

.xny-detect-bottom-grid {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
	gap: 22px;
	align-items: stretch;
}

.xny-detect-faq,
.xny-detect-green-card {
	border-radius: 8px;
	box-shadow: var(--xny-shadow);
}

.xny-detect-faq {
	padding: 24px;
	border: 1px solid var(--xny-border);
	background: #fff;
}

.xny-detect-faq h2,
.xny-detect-green-card h2 {
	margin: 0 0 16px;
	font-size: 24px;
}

.xny-detect-faq a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	border-bottom: 1px solid var(--xny-border);
	color: var(--xny-text);
	font-weight: 700;
}

.xny-detect-faq a:last-child {
	border-bottom: 0;
}

.xny-detect-faq i {
	color: var(--xny-green);
}

.xny-detect-green-card {
	padding: 34px 40px;
	background: linear-gradient(120deg, #00783d, #005b2f);
	color: #fff;
}

.xny-detect-green-card p {
	margin: 0 0 26px;
	color: rgba(255, 255, 255, .84);
}

.xny-detect-green-card>div:first-of-type {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 28px;
}

.xny-detect-green-card span {
	display: grid;
	justify-items: center;
	gap: 8px;
	text-align: center;
}

.xny-detect-green-card span i {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .14);
	font-size: 20px;
}

.xny-detect-green-card span strong {
	font-size: 14px;
}

@media (max-width: 1199px) {
	.xny-header-actions {
		gap: 12px;
	}

	.main-navigation a {
		padding: 15px 14px;
		font-size: 14px;
	}

	.xny-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xny-compact-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.xny-category-compact-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.xny-home-quick {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xny-industry-grid,
	.xny-solution-row {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.xny-detect-icon-strip {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.xny-detect-icon-strip a:nth-child(4n) {
		border-right: 0;
	}

	.xny-detect-icon-strip a:nth-child(-n+4) {
		border-bottom: 1px solid var(--xny-border);
	}

	.xny-detect-project-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.xny-detect-project-grid a:nth-child(5n) {
		border-right: 1px solid var(--xny-border);
	}

	.xny-detect-project-grid a:nth-child(3n) {
		border-right: 0;
	}

	.xny-detect-service-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.xny-detect-scope {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.xny-standard-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.xny-project-strip {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.xny-project-strip a:nth-child(3n) {
		border-right: 0;
	}

	.xny-cert-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xny-home-lab-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.xny-home-lab-photo {
		grid-column: 1 / -1;
	}

	.xny-bottom-grid {
		grid-template-columns: 1fr;
	}



	.xny-process {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.xny-footer-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.xny-topbar-inner {
		min-height: 76px;
	}

	.xny-brand-title {
		font-size: 24px;
	}

	.xny-hide-mobile,
	.xny-header-actions .xny-btn {
		display: none;
	}

	.xny-nav-inner {
		min-height: 56px;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.main-navigation ul {
		display: none;
		position: absolute;
		left: 24px;
		right: 24px;
		top: 148px;
		z-index: 20;
		flex-direction: column;
		align-items: stretch;
		background: var(--xny-dark);
		border-radius: 10px;
		box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
		overflow: hidden;
	}

	.main-navigation.toggled ul {
		display: flex;
	}

	.main-navigation a {
		padding: 14px 18px;
		border-bottom: 1px solid rgba(255, 255, 255, .12);
	}

	.xny-nav-search {
		min-width: 172px;
	}

	.xny-header-search {
		min-width: 210px;
	}

	.xny-header-search input {
		width: 160px;
	}

	.xny-home-hero {
		min-height: 440px;
	}

	.xny-home-hero h1 {
		font-size: 42px;
	}

	.xny-home-hero p {
		font-size: 18px;
	}

	.xny-hero-stats,
	.xny-icon-grid,
	.xny-icon-grid.is-six,
	.xny-info-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xny-detect-main .xny-layout-sidebar-left {
		grid-template-columns: 1fr;
	}

	.xny-detect-sidebar {
		position: static;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.xny-detect-sidebar .xny-side-card {
		min-width: 0;
	}

	.xny-detect-scope,
	.xny-standard-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xny-detect-bottom-grid {
		grid-template-columns: 1fr;
	}

	.xny-industry-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xny-solution-row {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.xny-home-lab-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xny-home-lab-photo {
		grid-column: 1 / -1;
	}

	.xny-layout,
	.xny-layout-sidebar-left,
	.xny-feature {
		grid-template-columns: 1fr;
	}

	.xny-lab-intro {
		grid-template-columns: 1fr;
	}

	.xny-lab-metrics {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.xny-sidebar {
		position: static;
	}

	.xny-cta-inner,
	.xny-cta-inner>div:first-child {
		display: block;
	}

	.xny-cta i {
		margin-bottom: 14px;
	}

	.xny-cta-actions {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	body {
		padding-bottom: 62px;
		font-size: 16px;
	}

	.xny-container {
		width: min(100% - 28px, var(--xny-container));
	}

	.xny-topbar-inner {
		gap: 10px;
	}

	.custom-logo,
	.xny-logo-mark {
		width: 44px;
		height: 44px;
	}

	.xny-brand {
		gap: 9px;
		min-width: 0;
	}

	.xny-brand-title {
		font-size: 20px;
	}

	.xny-brand-subtitle {
		font-size: 11px;
	}

	.xny-header-contact span {
		display: none;
	}

	.xny-header-contact i {
		width: 42px;
		height: 42px;
		background: var(--xny-green);
		color: #fff;
	}

	.xny-nav-search,
	.xny-header-search {
		display: none;
	}

	.main-navigation li:hover>.sub-menu,
	.main-navigation li.focus>.sub-menu,
	.main-navigation .sub-menu {
		position: static;
		display: block;
		min-width: 0;
		border: 0;
		box-shadow: none;
		background: rgba(0, 0, 0, .08);
	}

	.main-navigation .sub-menu a {
		color: #fff;
		background: transparent;
		padding-left: 34px;
		border-bottom-color: rgba(255, 255, 255, .12);
	}

	.main-navigation ul {
		left: 14px;
		right: 14px;
		top: 132px;
	}

	.xny-home-hero {
		min-height: 420px;
		background-position: center;
	}

	.xny-home-hero::before {
		background: linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .64));
	}

	.xny-page-hero::before {
		background: linear-gradient(90deg, rgba(255, 255, 255, .95), rgba(255, 255, 255, .70));
	}

	.xny-home-hero h1 {
		font-size: 32px;
		color: var(--xny-dark);
	}

	.xny-home-hero p {
		font-size: 16px;
		color: #20382b;
	}

	.xny-home-hero-draft {
		min-height: 520px;
		align-items: flex-start;
		padding-top: 48px;
		background-position: 62% center;
	}

	.xny-home-hero-draft h1 {
		font-size: 34px;
	}

	.xny-hero-actions .xny-btn {
		width: 100%;
	}

	.xny-home-quick,
	.xny-hero-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin-top: -28px;
	}

	.xny-quick-card {
		grid-template-columns: 1fr;
		justify-items: center;
		min-height: 126px;
		padding: 16px 12px;
		text-align: center;
	}

	.xny-quick-card>i {
		width: 46px;
		height: 46px;
		font-size: 22px;
	}

	.xny-quick-card b {
		display: none;
	}

	.xny-stat {
		display: block;
		padding: 16px;
		min-height: 128px;
	}

	.xny-stat i {
		margin-bottom: 10px;
	}

	.xny-section {
		padding: 50px 0;
	}

	.xny-home .xny-section {
		padding: 30px 0;
	}

	.xny-home-services {
		padding-top: 42px !important;
	}

	.xny-section-heading h2 {
		gap: 10px;
		font-size: 27px;
	}

	.xny-section-heading h2::before,
	.xny-section-heading h2::after {
		width: 28px;
	}

	.xny-card-grid,
	.xny-faq,
	.xny-form-grid {
		grid-template-columns: 1fr;
	}

    .xny-process.xny-process-line{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.xny-compact-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.xny-category-compact-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xny-industry-grid,
	.xny-solution-row,
	.xny-cert-row,
	.xny-home-lab-grid,
	.xny-home-case-grid,
	.xny-home-advantage {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.xny-industry-grid {
		padding: 8px;
	}

	.xny-industry-card {
		min-height: 184px;
	}

	.xny-industry-card img {
		height: 88px;
	}

	.xny-project-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xny-project-strip a {
		min-height: 64px;
		padding: 12px;
		border-bottom: 1px solid var(--xny-border);
	}

	.xny-project-strip a:nth-child(3n) {
		border-right: 1px solid var(--xny-border);
	}

	.xny-project-strip a:nth-child(2n),
	.xny-project-strip a:last-child {
		border-right: 0;
	}

	.xny-cert-card {
		grid-template-columns: 42px minmax(0, 1fr);
		padding: 16px 14px;
	}

	.xny-cert-card i {
		width: 42px;
		height: 42px;
		font-size: 26px;
	}

	.xny-solution-card strong,
	.xny-industry-card strong {
		font-size: 15px;
	}

	.xny-home-lab-photo {
		grid-column: 1 / -1;
	}

	.xny-device-mini {
		min-height: 178px;
		padding: 14px;
	}

	.xny-device-mini img {
		height: 70px;
	}

	.xny-bottom-grid {
		gap: 18px;
	}

	.xny-news-mini {
		grid-template-columns: 82px minmax(0, 1fr);
	}

	.xny-news-mini img {
		width: 82px;
		height: 54px;
	}

	.xny-home-tabs {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
	}

	.xny-home-tabs button {
		flex: 0 0 auto;
		padding: 0 18px;
	}

	.xny-compact-body {
		padding: 12px;
	}

	.xny-compact-body h3 {
		font-size: 16px;
	}

	.xny-icon-grid,
	.xny-icon-grid.is-six,
	.xny-info-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.xny-icon-card {
		min-height: 116px;
		padding: 16px;
	}

	.xny-icon-card strong {
		font-size: 16px;
	}

	.xny-icon-card span {
		font-size: 13px;
	}

	.xny-page-hero {
		min-height: 260px;
	}

	.xny-page-hero h1 {
		font-size: 32px;
		color: var(--xny-dark);
	}

	.xny-page-hero p {
		font-size: 16px;
		color: #20382b;
	}

	.xny-detect-page .xny-page-hero {
		min-height: 230px;
	}

	.xny-detect-page .xny-page-hero h1 {
		font-size: 34px;
	}

	.xny-detect-page .xny-page-hero p {
		font-size: 17px;
	}

	.xny-detect-breadcrumb {
		padding: 12px 0;
	}

	.xny-detect-main {
		padding-top: 22px;
	}

	.xny-detect-sidebar {
		grid-template-columns: 1fr;
	}

	.xny-detect-title h2 {
		font-size: 21px;
	}

	.xny-detect-icon-strip,
	.xny-detect-project-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xny-detect-icon-strip a,
	.xny-detect-project-grid a {
		min-height: 92px;
		padding: 12px 8px;
		border-right: 1px solid var(--xny-border);
		border-bottom: 1px solid var(--xny-border);
	}

	.xny-detect-icon-strip a:nth-child(4n),
	.xny-detect-project-grid a:nth-child(3n) {
		border-right: 1px solid var(--xny-border);
	}

	.xny-detect-icon-strip a:nth-child(2n),
	.xny-detect-project-grid a:nth-child(2n) {
		border-right: 0;
	}

	.xny-detect-icon-strip i,
	.xny-detect-project-grid i {
		font-size: 25px;
	}

	.xny-detect-icon-strip strong,
	.xny-detect-project-grid strong {
		font-size: 13px;
	}

	.xny-detect-service-grid,
	.xny-detect-scope,
	.xny-standard-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.xny-detect-service-card div {
		padding: 12px;
	}

	.xny-detect-service-card h3 {
		font-size: 16px;
	}

	.xny-detect-service-card p {
		display: none;
	}

	.xny-detect-meta-strip {
		display: grid;
		gap: 8px;
		justify-content: stretch;
		font-size: 13px;
	}

	.xny-detect-scope div {
		min-height: 128px;
		padding: 18px 12px;
	}

	.xny-detect-green-card {
		padding: 24px 18px;
	}

	.xny-detect-green-card>div:first-of-type {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.xny-detect-more {
		justify-content: center;
		margin: -12px 0 18px;
	}

	.xny-content-panel,
	.xny-article {
		padding: 22px;
	}

	.xny-article h1 {
		font-size: 29px;
	}

	.xny-entry h2,
	.xny-content-panel h2 {
		font-size: 23px;
	}

	.xny-filter {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 8px;
	}

	.xny-filter a {
		flex: 0 0 auto;
	}

	.xny-footer-grid {
		grid-template-columns: 1fr;
		gap: 18px;
		padding-top: 38px;
	}

	.site-footer a {
		margin: 6px 0;
	}

	.xny-footer-contact img {
		width: 140px;
	}

	.xny-lab-metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.xny-lab-metrics div {
		min-height: 128px;
		padding: 16px;
	}

	.xny-lab-gallery,
	.xny-equipment-grid {
		grid-template-columns: 1fr;
	}

	.xny-equipment-card {
		grid-template-columns: 110px minmax(0, 1fr);
		min-height: 0;
		gap: 14px;
	}

	.xny-equipment-card h3 {
		font-size: 17px;
	}

	.xny-equipment-card p {
		font-size: 13px;
	}

	.xny-mobile-bar {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 50;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		height: 60px;
		background: #fff;
		border-top: 1px solid var(--xny-border);
		box-shadow: 0 -8px 22px rgba(15, 77, 49, .08);
	}

	.xny-mobile-bar a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 2px;
		color: var(--xny-green);
		font-size: 12px;
		font-weight: 800;
	}

	.xny-mobile-bar i {
		font-size: 18px;
	}
}