/*
Theme Name: Wachend Studio
Theme URI: https://wachend.com
Description: Custom Astra child theme for Wachend.
Author: Wachend
Author URI: https://wachend.com
Template: astra
Version: 1.0.10
Text Domain: wachend-studio
*/

:root {
	--wachend-ink: #eef4ff;
	--wachend-ink-soft: #d4e0f5;
	--wachend-panel: #0c1420;
	--wachend-canvas: #060b14;
	--wachend-surface: #0f1724;
	--wachend-line: rgba(148, 163, 184, 0.18);
	--wachend-text: #d8e2f0;
	--wachend-muted: #91a4bf;
	--wachend-blue: #2f6df6;
	--wachend-cyan: #1db3c8;
	--wachend-glow: rgba(47, 109, 246, 0.2);
	--wachend-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
	--wachend-shadow-soft: 0 12px 30px rgba(0, 0, 0, 0.24);
	--wachend-radius-xl: 32px;
	--wachend-radius-lg: 22px;
	--wachend-radius-md: 16px;
	--wachend-radius-sm: 12px;
	--wachend-wrap: min(1360px, calc(100vw - 16px));
	--wachend-transition: 220ms ease;
}

html { scroll-behavior: smooth; }
body {
	background: radial-gradient(circle at top left, rgba(47, 109, 246, 0.14), transparent 32%), radial-gradient(circle at top right, rgba(29, 179, 200, 0.11), transparent 28%), linear-gradient(180deg, #050910, #0a1220 35%, #0a111c 100%);
	color: var(--wachend-text);
	font-family: 'Manrope', sans-serif;
	text-wrap: pretty;
}
h1,h2,h3,h4,h5,h6,.site-title,.main-title { color: var(--wachend-ink); font-family: 'Space Grotesk', sans-serif; font-weight: 700; letter-spacing: -0.03em; }
p,li,input,textarea,button,.ast-button,.menu-link { font-family: 'Manrope', sans-serif; }
a { color: var(--wachend-blue); transition: color var(--wachend-transition), opacity var(--wachend-transition), transform var(--wachend-transition); }
a:hover { color: var(--wachend-cyan); }
.site-content { position: relative; }
.site-header,.ast-primary-header-bar,.ast-desktop .main-header-bar { background: rgba(5, 10, 18, 0.92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(148, 163, 184, 0.12); margin-top: 0; }
body.admin-bar .site-header { top: 32px; }
.main-header-bar { padding-top: 10px; padding-bottom: 10px; }
.ast-site-identity { display: flex; align-items: center; gap: 14px; }
.site-branding .site-title { display: none; }
.site-description { display: none; }
.custom-logo-link { display: inline-flex; align-items: center; line-height: 1; }
.custom-logo-link,
.site-branding a {
	-webkit-tap-highlight-color: transparent;
}

.custom-logo-link:focus:not(:focus-visible),
.site-branding a:focus:not(:focus-visible) {
	outline: none !important;
	box-shadow: none !important;
}

.custom-logo-link:focus-visible,
.site-branding a:focus-visible {
	outline: 2px solid rgba(47, 109, 246, 0.75);
	outline-offset: 4px;
	border-radius: 10px;
}
.custom-logo { display: block; height: 72px; width: auto; object-fit: contain; filter: drop-shadow(0 4px 12px rgba(47, 109, 246, 0.18)); }
.main-header-menu > .menu-item > .menu-link { color: #dbe7f7 !important; font-size: 0.95rem; font-weight: 700; padding-left: 14px !important; padding-right: 14px !important; border-radius: 999px; }
.main-header-menu > .menu-item.current-menu-item > .menu-link,.main-header-menu > .menu-item > .menu-link:hover { background: rgba(47, 109, 246, 0.14); color: #ffffff !important; }
.menu-item-language-switcher {
	display: flex;
	align-items: center;
	margin-left: 6px;
}

.wachend-language-selector {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(148, 163, 184, 0.28);
	color: #eaf1ff;
	font-size: 0.86rem;
	font-weight: 700;
	padding: 8px 30px 8px 12px;
	border-radius: 999px;
	line-height: 1;
	cursor: pointer;
	background-image: linear-gradient(45deg, transparent 50%, #c9d8f2 50%), linear-gradient(135deg, #c9d8f2 50%, transparent 50%);
	background-position: calc(100% - 14px) calc(50% - 1px), calc(100% - 9px) calc(50% - 1px);
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
}

.wachend-language-selector:focus {
	outline: none;
	border-color: rgba(47, 109, 246, 0.56);
	box-shadow: 0 0 0 4px rgba(47, 109, 246, 0.16);
}

.ast-builder-menu-mobile .menu-item-language-switcher {
	margin: 8px 0 4px;
	padding: 0 6px;
}

.ast-builder-menu-mobile .wachend-language-selector {
	width: 100%;
	padding: 13px 36px 13px 14px;
	border-radius: 14px;
	font-size: 0.93rem;
	background-color: rgba(255, 255, 255, 0.04);
	border-color: rgba(148, 163, 184, 0.16);
}

body .goog-te-banner-frame.skiptranslate,
body .goog-te-gadget,
body .goog-logo-link,
body .goog-te-gadget span,
body #goog-gt-tt {
	display: none !important;
	visibility: hidden !important;
}

body {
	top: 0 !important;
}

html.translated-ltr,
html.translated-rtl {
	margin-top: 0 !important;
}

.skiptranslate {
	display: none !important;
}
.main-header-menu .sub-menu { background: rgba(10, 17, 28, 0.98) !important; border: 1px solid rgba(148, 163, 184, 0.12); border-radius: 18px; box-shadow: var(--wachend-shadow-soft); padding: 12px; min-width: 250px; }
.main-header-menu .sub-menu .menu-link { border-radius: 12px; padding: 12px 14px !important; font-size: 0.92rem; font-weight: 600; color: #f1f6ff !important; }
.main-header-menu .sub-menu .menu-link:hover { background: rgba(47, 109, 246, 0.12); }
.wachend-shell,.wachend-section { width: var(--wachend-wrap); margin: 0 auto; }
.wachend-hero { width: var(--wachend-wrap); margin: 0 auto 24px; background: linear-gradient(135deg, rgba(6, 13, 25, 0.98), rgba(13, 25, 46, 0.96)), radial-gradient(circle at 15% 15%, rgba(29, 179, 200, 0.22), transparent 30%), radial-gradient(circle at 85% 30%, rgba(47, 109, 246, 0.26), transparent 28%); color: #fff; border-radius: 0 0 var(--wachend-radius-xl) var(--wachend-radius-xl); overflow: hidden; box-shadow: var(--wachend-shadow); position: relative; }
.wachend-hero::after { content: ''; position: absolute; inset: auto -80px -120px auto; width: 360px; height: 360px; background: radial-gradient(circle, rgba(29, 179, 200, 0.2), transparent 68%); pointer-events: none; }
.wachend-hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr); gap: 34px; padding: 68px 72px 58px; align-items: start; position: relative; z-index: 1; }
.wachend-hero-copy { padding-top: 0; }
.wachend-eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border-radius: 999px; background: rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.88); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.wachend-hero h1 { color: #fff; font-size: clamp(1.5rem, 2.5vw, 2.7rem); line-height: 0.94; margin: 22px 0 18px; }
.wachend-hero p { font-size: 1.08rem; line-height: 1.75; color: rgba(235, 241, 255, 0.82); max-width: 640px; margin: 0; }
.wachend-cta-row,.wachend-inline-links { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.wachend-cta-row { margin-top: 28px; }
.wachend-button,.ast-button,.wp-block-button__link,input[type='submit'] { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 24px !important; border: 0 !important; border-radius: 999px !important; background: linear-gradient(135deg, var(--wachend-blue), var(--wachend-cyan)) !important; color: #fff !important; font-size: 0.96rem; font-weight: 800; letter-spacing: 0.01em; box-shadow: 0 18px 35px rgba(29, 72, 163, 0.22); }
.wachend-button.is-secondary { background: rgba(255, 255, 255, 0.08) !important; box-shadow: none; border: 1px solid rgba(255, 255, 255, 0.16) !important; color: #fff !important; }
.wachend-button:hover,.ast-button:hover,.wp-block-button__link:hover,input[type='submit']:hover { transform: translateY(-2px); opacity: 0.97; }
.wachend-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 34px; }
.wachend-proof-card,.wachend-panel,.wachend-card,.wachend-metric,.wachend-service-card,.wachend-client-card,.wachend-method-card,.wachend-contact-card { background: var(--wachend-surface); border: 1px solid var(--wachend-line); border-radius: var(--wachend-radius-lg); box-shadow: var(--wachend-shadow-soft); }
.wachend-proof-card { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.1); padding: 18px; backdrop-filter: blur(10px); }
.wachend-proof-card strong { display: block; font-family: 'Space Grotesk', sans-serif; font-size: 1.4rem; line-height: 1; margin-bottom: 8px; color: #fff; }
.wachend-proof-card span { font-size: 0.88rem; color: rgba(233, 240, 255, 0.72); }
.wachend-showcase { padding: 14px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 30px; backdrop-filter: blur(14px); min-height: 460px; position: relative; overflow: hidden; display: flex; align-items: stretch; }
.wachend-showcase::before,.wachend-showcase::after { content: ''; position: absolute; border-radius: 999px; filter: blur(14px); opacity: 0.9; }
.wachend-showcase::before { width: 180px; height: 180px; right: -40px; top: -20px; background: radial-gradient(circle, rgba(29, 179, 200, 0.5), transparent 72%); }
.wachend-showcase::after { width: 220px; height: 220px; left: -80px; bottom: -100px; background: radial-gradient(circle, rgba(47, 109, 246, 0.42), transparent 74%); }
@keyframes wachendFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.wachend-hero-image-frame { position: relative; z-index: 1; width: 100%; min-height: 100%; border-radius: 24px; overflow: hidden; background: linear-gradient(180deg, rgba(7, 14, 23, 0.98), rgba(10, 18, 29, 0.98)); border: 1px solid rgba(255, 255, 255, 0.08); box-shadow: 0 24px 48px rgba(0, 0, 0, 0.26); }
.wachend-hero-image-frame::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,0.03), transparent 26%, transparent 74%, rgba(255,255,255,0.02)); pointer-events: none; }
.wachend-hero-image { display: block; width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center; }
.wachend-section { padding: 24px 0; }
.wachend-section-head { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-bottom: 18px; }
.wachend-section-head h2,.entry-content .wachend-section-head h2 { margin: 0; font-size: clamp(2rem, 3vw, 3rem); line-height: 1; color: var(--wachend-ink); }
.wachend-section-head p { max-width: 640px; margin: 0; color: var(--wachend-muted); font-size: 1rem; line-height: 1.8; }
.wachend-grid-3,.wachend-grid-4,.wachend-service-grid,.wachend-client-grid,.wachend-method-grid { display: grid; gap: 18px; }
.wachend-grid-3,.wachend-method-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wachend-grid-4,.wachend-service-grid,.wachend-client-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.wachend-service-card,.wachend-client-card,.wachend-method-card,.wachend-contact-card,.wachend-card,.wachend-metric { padding: 28px; height: 100%; }
.wachend-service-card { position: relative; overflow: hidden; background: linear-gradient(180deg, rgba(15, 23, 36, 0.98), rgba(11, 19, 31, 0.98)); }
.wachend-service-card::before { content: ''; position: absolute; inset: 0 auto auto 0; width: 100%; height: 5px; background: linear-gradient(90deg, var(--wachend-blue), var(--wachend-cyan)); }
.wachend-service-card h3,.wachend-client-card h3,.wachend-method-card h3,.wachend-contact-card h3 { margin: 0 0 10px; font-size: 1.35rem; color: #f1f6ff; }
.wachend-service-card p,.wachend-client-card p,.wachend-method-card p,.wachend-contact-card p,.wachend-card p,.wachend-metric p { color: var(--wachend-muted); line-height: 1.75; margin-bottom: 0; }
.wachend-card h2,.wachend-card h3,.wachend-band h2,.wachend-band h3,.wachend-callout h2,.wachend-callout h3,.wachend-metric strong,.wachend-logo-chip,.wachend-method-card h3 { color: #f1f6ff; }
.wachend-service-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-weight: 800; text-decoration: none; }
.wachend-service-link::after { content: '→'; transition: transform var(--wachend-transition); }
.wachend-service-link:hover::after { transform: translateX(3px); }
.wachend-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.wachend-metric strong { display: block; font-family: 'Space Grotesk', sans-serif; font-size: clamp(2rem, 3vw, 2.7rem); color: var(--wachend-ink); line-height: 1; margin-bottom: 10px; }
.wachend-logo-cloud { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.wachend-logo-chip { display: flex; align-items: center; justify-content: center; padding: 18px; border-radius: 16px; background: rgba(15, 23, 36, 0.72); border: 1px solid rgba(148, 163, 184, 0.16); font-family: 'Space Grotesk', sans-serif; font-size: 0.95rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--wachend-ink); backdrop-filter: blur(8px); }
.wachend-band { background: linear-gradient(180deg, rgba(12, 18, 30, 0.84), rgba(10, 17, 28, 0.96)); border: 1px solid rgba(148, 163, 184, 0.12); border-radius: var(--wachend-radius-xl); padding: 24px; box-shadow: var(--wachend-shadow-soft); }
.wachend-contact-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr); gap: 20px; }
.wachend-form-shell { padding: 28px; border-radius: var(--wachend-radius-lg); background: linear-gradient(180deg, rgba(14, 22, 34, 0.98), rgba(10, 17, 28, 0.98)); border: 1px solid var(--wachend-line); box-shadow: var(--wachend-shadow-soft); }
.wachend-form-shell h2,.wachend-form-shell .wachend-kicker { color: #f1f6ff; }
.wachend-form-shell label { color: #d8e2f0; }
.wpcf7-form p { margin-bottom: 16px; }
.wpcf7 input,.wpcf7 textarea { width: 100%; padding: 14px 16px; border-radius: 14px; border: 1px solid rgba(148, 163, 184, 0.22); background: rgba(7, 12, 20, 0.88); font-size: 0.98rem; color: var(--wachend-text); }
.wpcf7 textarea { min-height: 180px; resize: vertical; }
.wpcf7 input:focus,.wpcf7 textarea:focus { outline: none; border-color: rgba(47, 109, 246, 0.4); box-shadow: 0 0 0 4px rgba(47, 109, 246, 0.08); }
.wpcf7 textarea:focus {
	color: #eef4ff;
	-webkit-text-fill-color: #eef4ff;
}
.site-footer,.ast-footer-overlay { background: linear-gradient(180deg, #030609, #060b14) !important; color: rgba(229, 236, 247, 0.76); margin-top: 34px; border-top: none !important; box-shadow: none !important; }
.site-footer a,.ast-footer-copyright a,.footer-primary-navigation a { color: rgba(229, 236, 247, 0.9); }
.footer-primary-navigation a:hover,.site-footer a:hover { color: #ffffff; }
.site-below-footer-wrap[data-section='section-below-footer-builder'] { background: linear-gradient(180deg, #030609, #060b14) !important; border-top-color: rgba(148, 163, 184, 0.14) !important; }
.site-below-footer-wrap[data-section='section-below-footer-builder'] .ast-builder-grid-row,
.site-below-footer-wrap[data-section='section-below-footer-builder'] .site-footer-section,
.site-below-footer-wrap[data-section='section-below-footer-builder'] .ast-footer-copyright,
.site-below-footer-wrap[data-section='section-below-footer-builder'] .ast-footer-copyright p { color: rgba(229, 236, 247, 0.9) !important; }
footer#colophon,
footer#colophon .site-primary-footer-wrap,
footer#colophon .site-below-footer-wrap,
footer#colophon .ast-builder-grid-row-container-inner,
footer#colophon .ast-builder-grid-row,
footer#colophon .site-footer-section {
	background-color: #060b14 !important;
	background-image: none !important;
}
.site-primary-footer-wrap,
.site-primary-footer-wrap .ast-builder-grid-row-container-inner,
.site-primary-footer-wrap .ast-builder-footer-grid-columns {
	background-color: #060b14 !important;
	border-top: none !important;
	border-bottom: none !important;
	padding-top: 0 !important;
	box-shadow: none !important;
}
.footer-primary-navigation .menu { display: flex; flex-wrap: wrap; gap: 10px 14px; justify-content: center; }
.footer-primary-navigation .menu-link { padding: 8px 12px; font-size: 0.9rem; border-radius: 999px; background: rgba(255,255,255,0.04); }
.footer-primary-navigation .menu-link:hover { background: rgba(47, 109, 246, 0.14); }
.ast-footer-copyright,.footer-social-inner-wrap { font-size: 0.9rem; }
.ast-builder-grid-row-container-inner,.site-footer-section { padding-top: 12px; padding-bottom: 12px; }
.cn-button,#cn-refuse-cookie { border-radius: 999px !important; font-weight: 700 !important; }
.entry-content .page-header,.page .entry-header { display: none; }
.wachend-page-hero { width: var(--wachend-wrap); margin: 0 auto 24px; padding: 70px 42px; background: linear-gradient(145deg, rgba(9, 15, 25, 0.98), rgba(18, 31, 50, 0.95)); border-radius: 0 0 var(--wachend-radius-xl) var(--wachend-radius-xl); box-shadow: var(--wachend-shadow); position: relative; overflow: hidden; }
.wachend-page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.78fr); gap: 30px; align-items: center; position: relative; z-index: 1; }
.wachend-page-hero-copy { min-width: 0; }
.wachend-page-hero-copy .wachend-band { margin-top: 24px; }
.wachend-page-hero-media { display: flex; justify-content: flex-end; align-items: center; }
.wachend-page-hero-media-frame { width: min(100%, 440px); padding: 12px; border-radius: 26px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)); border: 1px solid rgba(255, 255, 255, 0.08); box-shadow: 0 24px 48px rgba(0, 0, 0, 0.22); backdrop-filter: blur(12px); }
.wachend-page-hero-media-frame picture { display: block; }
.wachend-page-hero-media-frame img { display: block; width: 100%; height: auto; border-radius: 18px; }
.wachend-page-hero h1,.wachend-page-hero p,.wachend-page-hero .wachend-eyebrow { position: relative; z-index: 1; }
.wachend-page-hero h1 { margin: 16px 0 12px; font-size: clamp(2.4rem, 4vw, 4rem); color: #fff; }
.wachend-page-hero p { max-width: 720px; margin: 0; font-size: 1.05rem; color: rgba(232, 238, 250, 0.78); line-height: 1.75; }
.wachend-page-hero::after { content: ''; position: absolute; inset: auto -60px -90px auto; width: 260px; height: 260px; background: radial-gradient(circle, rgba(29, 179, 200, 0.32), transparent 70%); }
.wachend-kicker { display: inline-block; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 800; color: var(--wachend-blue); margin-bottom: 12px; }
.wachend-stack { display: grid; gap: 18px; }
.wachend-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr); gap: 24px; }
.wachend-callout { padding: 26px; border-radius: 24px; background: linear-gradient(135deg, rgba(47, 109, 246, 0.12), rgba(29, 179, 200, 0.09)); border: 1px solid rgba(47, 109, 246, 0.14); box-shadow: var(--wachend-shadow-soft); }
.wachend-client-ribbon { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 18px; align-items: stretch; }
.wachend-ribbon-panel { padding: 24px; border-radius: var(--wachend-radius-lg); background: linear-gradient(180deg, rgba(13, 20, 32, 0.96), rgba(9, 15, 24, 0.98)); border: 1px solid rgba(148, 163, 184, 0.12); box-shadow: var(--wachend-shadow-soft); }
.wachend-ribbon-panel h3 { margin: 0 0 10px; color: #f1f6ff; font-size: 1.3rem; }
.wachend-ribbon-panel p { margin: 0; color: var(--wachend-muted); }
.wachend-client-badges { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.wachend-client-badge { display: flex; align-items: center; justify-content: center; min-height: 72px; padding: 12px; border-radius: 16px; background: linear-gradient(180deg, rgba(17, 29, 45, 0.96), rgba(11, 19, 30, 0.98)); border: 1px solid rgba(148, 163, 184, 0.12); color: #f1f6ff; font-family: 'Space Grotesk', sans-serif; font-size: 0.92rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; text-align: center; }
.wachend-client-note { padding: 20px; border-radius: 18px; background: linear-gradient(135deg, rgba(47,109,246,0.14), rgba(29,179,200,0.08)); border: 1px solid rgba(47,109,246,0.12); }
.wachend-client-note strong { display: block; margin-bottom: 8px; color: #f1f6ff; font-family: 'Space Grotesk', sans-serif; font-size: 1.05rem; }
.wachend-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.wachend-list li { position: relative; padding-left: 22px; color: var(--wachend-text); }
.wachend-list li::before { content: ''; position: absolute; left: 0; top: 0.7em; width: 8px; height: 8px; border-radius: 999px; background: linear-gradient(135deg, var(--wachend-blue), var(--wachend-cyan)); transform: translateY(-50%); }
.wachend-reveal { opacity: 0; transform: translateY(18px); transition: opacity 550ms ease, transform 550ms ease; }
.wachend-reveal.is-visible { opacity: 1; transform: translateY(0); }
#ast-mobile-header .ast-primary-header-bar,
.ast-mobile-header-wrap .ast-primary-header-bar,
.ast-mobile-header-wrap .site-primary-header-wrap {
	min-height: 64px !important;
	background: rgba(5, 10, 18, 0.96) !important;
	backdrop-filter: blur(18px);
}

.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar,
.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar,
.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar {
	padding-left: 12px;
	padding-right: 12px;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
	width: 44px;
	height: 44px;
	padding: 0 !important;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.06) !important;
	color: #f4f8ff !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.12);
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
	width: 18px;
	height: 18px;
	fill: #f4f8ff;
}

.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
	background: linear-gradient(180deg, rgba(7, 12, 20, 0.99), rgba(10, 17, 28, 0.99)) !important;
	border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.ast-builder-menu-mobile .main-navigation .main-header-menu,
.ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
	background: transparent !important;
	padding: 8px 0;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link,
.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .ast-menu-toggle {
	color: #e7eef9 !important;
	background: transparent !important;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link {
	padding: 14px 16px;
	border-radius: 14px;
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 0.01em;
	margin-bottom: 6px;
	border: 1px solid rgba(148, 163, 184, 0.08);
	background: rgba(255, 255, 255, 0.03) !important;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item.current-menu-item > .menu-link,
.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link:hover,
.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item:hover > .menu-link {
	background: rgba(47, 109, 246, 0.16) !important;
	color: #ffffff !important;
	border-color: rgba(47, 109, 246, 0.16);
}

.ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
	padding: 6px 0 4px 8px;
	margin-top: 2px;
	border-left: 1px solid rgba(148, 163, 184, 0.12);
}

.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link,
.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {
	padding-left: 14px;
	font-size: 0.9rem;
	color: #bdd0e7 !important;
	background: transparent !important;
	border: 0;
	margin-bottom: 2px;
}

.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
	right: 10px;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.05) !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ast-mobile-popup-drawer.active .menu-toggle-close {
	color: #f4f8ff;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 12px;
	padding: 8px;
}
@media (max-width: 1080px) {
	.wachend-hero-grid,.wachend-contact-layout,.wachend-split,.wachend-grid-4,.wachend-service-grid,.wachend-client-grid,.wachend-logo-cloud { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wachend-proof,.wachend-grid-3,.wachend-method-grid,.wachend-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wachend-client-ribbon,.wachend-client-badges { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wachend-page-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr); }
}
@media (max-width: 820px) {
	body.admin-bar .site-header { top: 46px; }
	.wachend-hero-grid,.wachend-contact-layout,.wachend-split,.wachend-grid-4,.wachend-grid-3,.wachend-service-grid,.wachend-client-grid,.wachend-method-grid,.wachend-proof,.wachend-logo-cloud,.wachend-stats,.wachend-client-ribbon,.wachend-client-badges,.wachend-page-hero-grid { grid-template-columns: 1fr; }
	.wachend-hero-grid,.wachend-page-hero { padding: 40px 24px; }
	.wachend-showcase { min-height: auto; }
	.wachend-hero-copy { padding-top: 0; }
	.wachend-hero-image { min-height: 320px; }
	.wachend-page-hero-media { justify-content: flex-start; }
	.wachend-page-hero-media-frame { width: min(100%, 420px); }
	.site-branding .site-title a { font-size: 0.92rem; letter-spacing: 0.1em; }
	.site-branding .site-title a::before { width: 36px; height: 36px; flex-basis: 36px; }
}
@media (max-width: 544px) {
	.wachend-shell,.wachend-section,.wachend-hero,.wachend-page-hero { width: min(100vw - 20px, var(--wachend-wrap)); }
	.wachend-section-head { flex-direction: column; align-items: start; }
	.wachend-service-card,.wachend-client-card,.wachend-method-card,.wachend-contact-card,.wachend-card,.wachend-metric,.wachend-form-shell,.wachend-band,.wachend-proof-card { padding: 22px; }
	.wachend-cta-row { flex-direction: column; align-items: stretch; }
	.wachend-hero-grid { padding: 34px 18px 34px; }
	.wachend-hero-image { min-height: 260px; }
	.ast-mobile-header-wrap .site-branding .site-title a { font-size: 0.84rem; letter-spacing: 0.08em; }
	.wachend-cookie-banner { width: 100%; padding: 16px; }
	.wachend-cookie-content { display: flex; flex-direction: column; gap: 12px; }
}

/* Cookie Consent Banner */
.wachend-cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: rgba(12, 20, 32, 0.98);
	backdrop-filter: blur(20px);
	border-top: 1px solid rgba(148, 163, 184, 0.2);
	padding: 20px 24px;
	z-index: 9999;
	animation: slideUp 300ms ease forwards;
	box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.4);
}

@keyframes slideUp {
	from {
		transform: translateY(100%);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.wachend-cookie-banner.wachend-cookie-hidden {
	animation: slideDown 300ms ease forwards;
}

@keyframes slideDown {
	from {
		transform: translateY(0);
		opacity: 1;
	}
	to {
		transform: translateY(100%);
		opacity: 0;
	}
}

.wachend-cookie-content {
	max-width: 1360px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.wachend-cookie-text {
	flex: 1;
	min-width: 280px;
}

.wachend-cookie-text h4 {
	margin: 0 0 8px 0;
	font-size: 16px;
	color: var(--wachend-ink);
	font-weight: 600;
}

.wachend-cookie-text p {
	margin: 0 0 8px 0;
	font-size: 14px;
	color: var(--wachend-text);
	line-height: 1.5;
}

.wachend-cookie-link {
	display: inline-block;
	font-size: 13px;
	color: var(--wachend-blue);
	text-decoration: none;
	font-weight: 500;
	transition: color var(--wachend-transition);
}

.wachend-cookie-link:hover {
	color: var(--wachend-cyan);
	text-decoration: underline;
}

.wachend-cookie-actions {
	display: flex;
	gap: 12px;
	flex-wrap: nowrap;
}

.wachend-cookie-btn {
	padding: 10px 18px;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color var(--wachend-transition), color var(--wachend-transition), border-color var(--wachend-transition);
	font-family: 'Manrope', sans-serif;
	white-space: nowrap;
}

.wachend-cookie-decline {
	background-color: transparent;
	color: var(--wachend-text);
	border: 1px solid rgba(148, 163, 184, 0.25);
}

.wachend-cookie-decline:hover {
	background-color: rgba(148, 163, 184, 0.08);
	border-color: rgba(148, 163, 184, 0.4);
}

.wachend-cookie-accept {
	background-color: var(--wachend-blue);
	color: var(--wachend-ink);
	border: none;
}

.wachend-cookie-accept:hover {
	background-color: var(--wachend-cyan);
}

@media (max-width: 768px) {
	.wachend-cookie-banner {
		padding: 16px 16px;
	}

	.wachend-cookie-content {
		flex-direction: column;
		gap: 16px;
	}

	.wachend-cookie-text {
		width: 100%;
	}

	.wachend-cookie-actions {
		width: 100%;
		gap: 10px;
	}

	.wachend-cookie-btn {
		flex: 1;
		padding: 12px 16px;
		font-size: 13px;
	}
}