/* =========================================================
   NEW YORK DIGITAL MARKETING PAGE
   MetaSense Marketing
========================================================= */

:root {
 --ny-navy: #07162e;
 --ny-navy-2: #0d2344;
 --ny-blue: #176bff;
 --ny-sky: #53c5ff;
 --ny-cyan: #3be0d0;
 --ny-gold: #f8c95c;
 --ny-red: #f04d63;
 --ny-white: #ffffff;
 --ny-text: #1c2940;
 --ny-muted: #63708a;
 --ny-light: #f4f7fb;
 --ny-border: #dde5f0;
 --ny-shadow: 0 20px 60px rgba(7, 22, 46, 0.12);
 --ny-radius: 24px;
}
* {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	overflow-x: hidden;
	color: var(--ny-text);
	background: #fff;
	font-family: "Inter", system-ui, sans-serif;
	line-height: 1.7;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
}
section {
	position: relative;
}
.ms-ny-heading {
	max-width:1200px;
	margin: 0 auto 52px;
}
.ms-ny-heading h2, .ms-ny-intro h2, .ms-ny-approach h2, .ms-ny-ai h2, .ms-ny-market h2, .ms-ny-geo h2, .ms-ny-voice h2, .ms-ny-cities h2, .ms-ny-trust h2, .ms-ny-cta h2 {
	margin: 15px 0 18px;
	color: var(--ny-navy);
	font-family: "Inter", system-ui, sans-serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	line-height: 1.12;
}
.ms-ny-heading p, .ms-ny-intro p, .ms-ny-approach p, .ms-ny-ai p, .ms-ny-market p, .ms-ny-geo p, .ms-ny-voice p, .ms-ny-cities p, .ms-ny-trust p, .ms-ny-cta p {
	color: var(--ny-muted);
	font-size: 1.05rem;
}
.ms-ny-pill {
	display: inline-flex;
	align-items: center;
	padding: 8px 15px;
	border: 1px solid rgba(23, 107, 255, 0.18);
	border-radius: 999px;
	color: var(--ny-blue);
	background: rgba(23, 107, 255, 0.07);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	line-height: 1.2;
	text-transform: uppercase;
}
.ms-ny-pill-light {
	color: #d9f8ff;
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.1);
}
.ms-ny-section-copy {
	max-width: 760px;
	margin: 0 auto;
}
/* HERO */
.ny360-section {
	min-height: 860px;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 115px 0 55px;
	color: white;
	background:
 linear-gradient(135deg, rgba(5, 17, 37, 0.97), rgba(9, 40, 78, 0.95)),  radial-gradient(circle at 30% 20%, rgba(23, 107, 255, 0.25), transparent 30%);
}
 .ny360-section::before {
 content: "";
 position: absolute;
 inset: 0;
 opacity: 0.32;
 background-image:
 linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),  linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
 background-size: 44px 44px;
 mask-image: linear-gradient(to bottom, #000, transparent 94%);
}
 .ny360-section::after {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: -2px;
 height: 100px;
 background: linear-gradient(to bottom right, transparent 49%, #fff 50%);
}
.ny360-wrap {
	position: relative;
	z-index: 2;
}
.ny360-bg-glow {
	position: absolute;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.25;
}
.ny360-glow-left {
	top: -160px;
	left: -180px;
	background: var(--ny-blue);
}
.ny360-glow-right {
	right: -220px;
	bottom: -160px;
	background: var(--ny-cyan);
}
.ny360-content {
	position: relative;
	z-index: 3;
	max-width: 1000px;
	margin: 0 auto;
}
.ny360-kicker {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	margin-bottom: 25px;
	padding: 10px 18px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 999px;
	color: #dff8ff;
	background: rgba(255, 255, 255, .08);
	backdrop-filter: blur(12px);
	font-size: 0.83rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.ny360-title {
	margin: 0;
	color: white;
	font-family: "Inter", system-ui, sans-serif;
	font-size: clamp(2.7rem, 5.2vw, 4rem);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.035em;
}
.ny360-title span {
	display: block;
	margin-top: 10px;
	color: transparent;
	background: linear-gradient(90deg, #fff, #78d8ff, #5cf1d9);
	-webkit-background-clip: text;
	background-clip: text;
}
.ny360-divider {
	width: 85px;
	height: 4px;
	margin: 28px auto 22px;
	border-radius: 10px;
	background: linear-gradient(90deg, var(--ny-blue), var(--ny-cyan));
}
.ny360-tagline {
	margin: 0 auto 15px;
	color: #fff;
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	font-weight: 800;
}
.ny360-copy {
	max-width: 1150px;
	margin: 0 auto;
	color: #cad8ea;
	font-size: 1.05rem;
}
.ny360-btn-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin-top: 32px;
}
.ny360-btn-primary, .ny360-btn-secondary, .ms-ny-btn-dark, .ms-ny-btn-light {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 54px;
	padding: 13px 24px;
	border-radius: 999px;
	font-weight: 800;
 transition: .3s ease;
}
.ny360-btn-primary {
	color: white;
	background: linear-gradient(90deg, var(--ny-blue), #168bd9);
	box-shadow: 0 16px 34px rgba(23, 107, 255, .32);
}
.ny360-btn-primary:hover {
	color: white;
	transform: translateY(-3px);
	box-shadow: 0 20px 40px rgba(23, 107, 255, .4);
}
.ny360-btn-secondary {
	color: white;
	border: 1px solid rgba(255, 255, 255, .3);
	background: rgba(255, 255, 255, .07);
	backdrop-filter: blur(10px);
}
.ny360-btn-secondary:hover {
	color: var(--ny-navy);
	background: white;
	transform: translateY(-3px);
}
.ny360-floating-card {
	position: absolute;
	z-index: 4;
	width: 250px;
	display: flex;
	gap: 14px;
	align-items: center;
	padding: 17px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 18px;
	background: rgba(255, 255, 255, .08);
	box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
	backdrop-filter: blur(16px);
	animation: nyFloat 5s ease-in-out infinite;
}
.ny360-card-left {
	top: 8%;
	left: 0;
}
.ny360-card-right {
	top: 37%;
	right: 0;
	animation-delay: -2s;
}
.ny360-card-icon {
	min-width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	color: var(--ny-navy);
	background: linear-gradient(135deg, #fff, #a9f2ff);
	font-size: 1.1rem;
}
.ny360-floating-card h4 {
	margin: 0 0 3px;
	color: white;
 font-size: .98rem;
	font-weight: 800;
}
.ny360-floating-card p {
	margin: 0;
	color: #c8d8eb;
 font-size: .85rem;
	line-height: 1.4;
}
.ny360-orbit {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 47%;
	border: 1px solid rgba(83, 197, 255, .17);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.ny360-orbit-one {
	width: 720px;
	height: 720px;
	animation: nySpin 34s linear infinite;
}
.ny360-orbit-two {
	width: 530px;
	height: 530px;
	border-style: dashed;
	animation: nySpinReverse 26s linear infinite;
}
.ny360-services {
	position: relative;
	z-index: 4;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 65px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 22px;
	background: rgba(255, 255, 255, .07);
	backdrop-filter: blur(14px);
}
.ny360-service-item {
	min-height: 118px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 15px;
	border-right: 1px solid rgba(255, 255, 255, .13);
	text-align: center;
}
.ny360-service-item:last-child {
	border-right: 0;
}
.ny360-service-item i {
	margin-bottom: 9px;
	color: var(--ny-sky);
	font-size: 1.3rem;
}
.ny360-service-item strong {
	color: white;
 font-size: 1rem;
}
.ny360-service-item span {
	color: #b9c9db;
 font-size: 0.9rem;
}
 @keyframes nyFloat {
 0%, 100% {
transform: translateY(0);
}
 50% {
transform: translateY(-12px);
}
}
 @keyframes nySpin {
 to {
transform: translate(-50%, -50%) rotate(360deg);
}
}
 @keyframes nySpinReverse {
 to {
transform: translate(-50%, -50%) rotate(-360deg);
}
}
/* COMMON SECTIONS */
.ms-ny-intro, .ms-ny-why, .ms-ny-approach, .ms-ny-reporting, .ms-ny-funnel, .ms-ny-services, .ms-ny-industries, .ms-ny-voice, .ms-ny-cities, .ms-ny-faq {
	padding: 100px 0;
}
.ms-ny-intro {
	background: white;
}
.ms-ny-intro .container {
	max-width: 1150px;
}
.ms-ny-intro p {
	margin: 0 auto 15px;
}
.ms-ny-btn-dark {
	margin-top: 15px;
	color: white;
	background: var(--ny-navy);
	box-shadow: 0 12px 25px rgba(7, 22, 46, .18);
}
.ms-ny-btn-dark:hover {
	color: white;
	background: var(--ny-blue);
	transform: translateY(-3px);
}
.ms-ny-btn-light {
	margin-top: 16px;
	color: var(--ny-navy);
	background: white;
	box-shadow: 0 15px 32px rgba(0, 0, 0, .18);
}
.ms-ny-btn-light:hover {
	color: white;
	background: var(--ny-blue);
	transform: translateY(-3px);
}
/* WHY */
.ms-ny-why {
	background: var(--ny-light);
}
.ms-ny-benefit-card, .ms-ny-report-card, .ms-ny-small-industry {
	height: 100%;
	padding: 30px;
	border: 1px solid var(--ny-border);
	border-radius: var(--ny-radius);
	background: white;
	box-shadow: 0 14px 35px rgba(7, 22, 46, .06);
 transition: .3s ease;
}
.ms-ny-benefit-card:hover, .ms-ny-report-card:hover, .ms-ny-small-industry:hover {
	transform: translateY(-7px);
	box-shadow: var(--ny-shadow);
}
.ms-ny-benefit-icon, .ms-ny-service-icon, .ms-ny-industry-icon {
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	border-radius: 18px;
	color: white;
	background: linear-gradient(135deg, var(--ny-blue), var(--ny-sky));
	box-shadow: 0 12px 25px rgba(23, 107, 255, .23);
	font-size: 1.25rem;
}
.ms-ny-benefit-card h3, .ms-ny-report-card h3, .ms-ny-small-industry h3 {
	margin: 20px 0 10px;
	color: var(--ny-navy);
	font-size: 1.18rem;
	font-weight: 800;
}
.ms-ny-benefit-card p, .ms-ny-report-card p, .ms-ny-small-industry p {
	margin: 0;
	color: var(--ny-muted);
 font-size: .94rem;
}
.ms-ny-check-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-top: 35px;
}
.ms-ny-check-grid > div {
	display: flex;
	gap: 9px;
	align-items: center;
	padding: 14px 16px;
	border: 1px solid var(--ny-border);
	border-radius: 14px;
	color: var(--ny-text);
	background: white;
 font-size: .9rem;
	font-weight: 700;
}
.ms-ny-check-grid i {
	color: var(--ny-blue);
}
/* APPROACH */
.ms-ny-approach {
	background: white;
}
.ms-ny-image-placeholder img {
	min-height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0;
	border-radius: 30px;
	color: var(--ny-muted);
	background:
 radial-gradient(circle at 30% 20%, rgba(83, 197, 255, .18), transparent 28%),  linear-gradient(135deg, #eef5ff, #f8fbff);
	box-shadow: var(--ny-shadow);
	text-align: center;
}
.ms-ny-image-placeholder.dark {
	color: #c9dbed;
	border-color: rgba(255, 255, 255, .2);
	background:
 radial-gradient(circle at 70% 20%, rgba(59, 224, 208, .18), transparent 27%),  linear-gradient(135deg, #0b1e3c, #102f59);
}
.ms-ny-image-placeholder .ms-ny-image-icon {
	width: 90px;
	height: 90px;
	display: grid;
	place-items: center;
	margin-bottom: 18px;
	border-radius: 28px;
	color: white;
	background: linear-gradient(135deg, var(--ny-blue), var(--ny-cyan));
	font-size: 2rem;
}
.ms-ny-image-placeholder span {
 font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
}
.ms-ny-image-placeholder strong {
	display: block;
	margin-top: 6px;
	word-break: break-word;
}
.ms-ny-metric-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 13px;
	margin: 26px 0 12px;
}
.ms-ny-metric-list > div {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 15px;
	border: 1px solid var(--ny-border);
	border-radius: 14px;
	background: var(--ny-light);
	font-weight: 700;
}
.ms-ny-metric-list i {
	color: var(--ny-blue);
}
/* AI */
.ms-ny-ai, .ms-ny-geo, .ms-ny-trust {
	padding: 105px 0;
	color: white;
	overflow: hidden;
	background:
 radial-gradient(circle at 85% 15%, rgba(59, 224, 208, .17), transparent 25%),  linear-gradient(135deg, #07162e, #0b2a50);
}
.ms-ny-ai h2, .ms-ny-geo h2, .ms-ny-trust h2 {
	color: white;
}
.ms-ny-ai p, .ms-ny-geo p, .ms-ny-trust p {
	color: #bfd0e4;
}
.ms-ny-ai-list {
	margin-top: 25px;
}
.ms-ny-ai-list > div > div {
	height: 100%;
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 15px 16px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 14px;
	background: rgba(255, 255, 255, .07);
 font-size: .9rem;
	font-weight: 700;
}
.ms-ny-ai-list i {
	color: var(--ny-sky);
}
/* REPORTING */
.ms-ny-reporting {
	background: white;
}
.ms-ny-report-card i {
	color: var(--ny-blue);
	font-size: 1.75rem;
}
/* FUNNEL */
.ms-ny-funnel {
	background: var(--ny-light);
}
.ms-ny-funnel-row {
	display: flex;
	align-items: stretch;
	margin-top: 45px;
}
.ms-ny-funnel-item {
	position: relative;
	flex: 1;
	min-width: 0;
	padding: 28px 16px;
	border: 1px solid var(--ny-border);
	border-radius: 20px;
	background: white;
	box-shadow: 0 12px 28px rgba(7, 22, 46, .06);
}
.ms-ny-funnel-item > span {
	position: absolute;
	top: 13px;
	right: 15px;
	color: #d8e0eb;
	font-size: 1.5rem;
	font-weight: 800;
}
.ms-ny-funnel-item > i {
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	margin: 0 auto 16px;
	border-radius: 17px;
	color: white;
	background: linear-gradient(135deg, var(--ny-blue), var(--ny-sky));
}
.ms-ny-funnel-item h3 {
	color: var(--ny-navy);
	font-size: 1.2rem;
	font-weight: 800;
}
.ms-ny-funnel-item p {
	margin: 0;
	color: var(--ny-muted);
 font-size: 1rem;
	line-height: 1.55;
}
.ms-ny-funnel-arrow {
	min-width: 42px;
	display: grid;
	place-items: center;
	color: var(--ny-blue);
}
/* SERVICES */
.ms-ny-services {
	background: white;
}
.ms-ny-service-card {
	height: 100%;
	padding: 34px;
	border: 1px solid var(--ny-border);
	border-radius: var(--ny-radius);
	background: white;
	box-shadow: 0 15px 40px rgba(7, 22, 46, .07);
 transition: .3s ease;
}
.ms-ny-service-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--ny-shadow);
}
.ms-ny-service-top {
	display: flex;
	gap: 16px;
	align-items: center;
	margin-bottom: 20px;
}
.ms-ny-service-top span {
	color: var(--ny-blue);
 font-size: .75rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.ms-ny-service-top h3 {
	margin: 3px 0 0;
	color: var(--ny-navy);
	font-size: 1.35rem;
	font-weight: 800;
}
.ms-ny-service-card > p {
	color: var(--ny-muted);
}
.ms-ny-service-card ul, .ms-ny-industry-content ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 9px 16px;
	margin: 22px 0;
	padding: 0;
	list-style: none;
}
.ms-ny-service-card li, .ms-ny-industry-content li {
	position: relative;
	padding-left: 21px;
	color: #42506a;
 font-size: .88rem;
}
 .ms-ny-service-card li::before, .ms-ny-industry-content li::before {
 content: "\f058";
 position: absolute;
 left: 0;
 top: 2px;
 color: var(--ny-blue);
 font-family: "Font Awesome 6 Free";
 font-weight: 900;
}
.ms-ny-text-link {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: var(--ny-blue);
 font-size: .9rem;
	font-weight: 800;
}
.ms-ny-text-link:hover {
	gap: 13px;
	color: var(--ny-navy);
}
/* MARKET */
.ms-ny-market {
	color: white;
	background: var(--ny-navy);
}
.ms-ny-market-content {
	min-height: 620px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 90px max(7vw, 45px);
}
.ms-ny-market h2 {
	color: white;
}
.ms-ny-market p {
	color: #bed0e3;
}
.ms-ny-industry-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 24px 0 8px;
}
.ms-ny-industry-tags span, .ms-ny-platforms span, .ms-ny-voice-tags span {
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	color: #dff7ff;
	background: rgba(255, 255, 255, .07);
 font-size: .76rem;
	font-weight: 700;
}
.ms-ny-market-visual {
	min-height: 620px;
	display: grid;
	place-items: center;
	padding: 40px;
	background:
 linear-gradient(rgba(10, 31, 59, .35), rgba(10, 31, 59, .65)),  radial-gradient(circle at 50% 20%, rgba(83, 197, 255, .35), transparent 35%),  linear-gradient(135deg, #0d5ba8, #06172e);
}
.market-skyline {
	width: min(560px, 100%);
	padding: 50px 30px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 30px;
	background: rgba(255, 255, 255, .08);
	box-shadow: 0 30px 70px rgba(0, 0, 0, .25);
	backdrop-filter: blur(12px);
	text-align: center;
}
.market-skyline i {
	color: var(--ny-sky);
	font-size: 6rem;
}
.market-skyline h3 {
	margin: 25px 0 8px;
	font-family: "Inter", system-ui, sans-serif;
	font-size: 2rem;
}
.market-skyline p {
	margin: 0;
}
/* INDUSTRIES */
.ms-ny-industries {
	background: var(--ny-light);
}
.ms-ny-industry-card {
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--ny-border);
	border-radius: 28px;
	background: white;
	box-shadow: var(--ny-shadow);
}
.ms-ny-industry-visual {
	height: 260px;
	display: grid;
	place-items: center;
	color: white;
	font-size: 5rem;
}
.ms-ny-industry-visual.real-estate {
	background:
 radial-gradient(circle at 20% 20%, rgba(83, 197, 255, .4), transparent 28%),  linear-gradient(135deg, #0b2241, #176bff);
}
.ms-ny-industry-visual.ecommerce {
	background:
 radial-gradient(circle at 80% 20%, rgba(248, 201, 92, .3), transparent 26%),  linear-gradient(135deg, #251356, #d34d8f);
}
.ms-ny-industry-content {
	position: relative;
	padding: 35px;
}
.ms-ny-industry-icon {
	position: absolute;
	top: -29px;
	left: 35px;
}
.ms-ny-industry-content h3 {
	margin: 18px 0 12px;
	color: var(--ny-navy);
	font-size: 1.45rem;
	font-weight: 800;
}
.ms-ny-industry-content p {
	color: var(--ny-muted);
}
.ms-ny-platforms {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: -5px 0 22px;
}
.ms-ny-platforms span {
	color: var(--ny-blue);
	border-color: rgba(23, 107, 255, .18);
	background: rgba(23, 107, 255, .06);
}
.ms-ny-small-industry > i {
	color: var(--ny-blue);
	font-size: 1.8rem;
}
/* GEO VISUAL */
.ms-ny-geo-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 13px;
	margin: 27px 0 10px;
}
.ms-ny-geo-grid > div {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 15px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 14px;
	background: rgba(255, 255, 255, .07);
 font-size: .88rem;
	font-weight: 700;
}
.ms-ny-geo-grid i {
	color: var(--ny-sky);
}
.ms-ny-ai-visual {
	position: relative;
	min-height: 520px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 50%;
	background:
 radial-gradient(circle, rgba(83, 197, 255, .18), transparent 52%);
}
 .ms-ny-ai-visual::before, .ms-ny-ai-visual::after {
 content: "";
 position: absolute;
 inset: 13%;
 border: 1px dashed rgba(83, 197, 255, .22);
 border-radius: 50%;
 animation: nySpinPlain 28s linear infinite;
}
 .ms-ny-ai-visual::after {
 inset: 28%;
 animation-direction: reverse;
 animation-duration: 20s;
}
 @keyframes nySpinPlain {
 to {
transform: rotate(360deg);
}
}
.ms-ny-ai-center {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	width: 170px;
	height: 170px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--ny-navy);
	background: white;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .3);
	transform: translate(-50%, -50%);
}
.ms-ny-ai-center i {
	margin-bottom: 8px;
	color: var(--ny-blue);
	font-size: 1.6rem;
}
.ms-ny-ai-center strong {
	font-size: 1.05rem;
}
.ms-ny-ai-center span {
	color: var(--ny-muted);
 font-size: .68rem;
}
.ms-ny-ai-node {
	position: absolute;
	z-index: 4;
	display: flex;
	gap: 8px;
	align-items: center;
	padding: 11px 15px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	background: rgba(255, 255, 255, .1);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .2);
	backdrop-filter: blur(12px);
	font-size:1rem;
	font-weight: 700;
}
.node-one {
	top: 9%;
	left: 38%;
}
.node-two {
	top: 28%;
	right: 4%;
}
.node-three {
	bottom: 12%;
	right: 13%;
}
.node-four {
	bottom: 12%;
	left: 10%;
}
.node-five {
	top: 30%;
	left: 1%;
}
/* VOICE */
.ms-ny-voice {
	background: white;
}
.ms-ny-voice-icon {
	width: 86px;
	height: 86px;
	display: grid;
	place-items: center;
	margin-bottom: 20px;
	border-radius: 28px;
	color: white;
	background: linear-gradient(135deg, var(--ny-blue), var(--ny-cyan));
	box-shadow: 0 18px 35px rgba(23, 107, 255, .25);
	font-size: 2rem;
}
.ms-ny-question-list {
	display: grid;
	gap: 12px;
}
.ms-ny-question-list > div {
	display: flex;
	gap: 13px;
	align-items: flex-start;
	padding: 18px 20px;
	border: 1px solid var(--ny-border);
	border-radius: 16px;
	background: var(--ny-light);
	color: var(--ny-text);
	font-weight: 700;
}
.ms-ny-question-list i {
	margin-top: 4px;
	color: var(--ny-blue);
}
.ms-ny-voice-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 18px;
}
.ms-ny-voice-tags span {
	color: var(--ny-blue);
	border-color: rgba(23, 107, 255, .18);
	background: rgba(23, 107, 255, .06);
}
/* CITIES */
.ms-ny-cities {
	background:
 radial-gradient(circle at 20% 20%, rgba(83, 197, 255, .14), transparent 25%),  var(--ny-light);
}
.ms-ny-city-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin-top: 42px;
}
.ms-ny-city-grid > div {
	display: flex;
	gap: 9px;
	align-items: center;
	justify-content: center;
	min-height: 72px;
	padding: 14px;
	border: 1px solid var(--ny-border);
	border-radius: 17px;
	color: var(--ny-navy);
	background: white;
	box-shadow: 0 10px 25px rgba(7, 22, 46, .06);
	font-weight: 800;
}
.ms-ny-city-grid i {
	color: var(--ny-red);
}
/* TRUST */
.ms-ny-trust-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}
.ms-ny-trust-card {
	height: 100%;
	padding: 25px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 20px;
	background: rgba(255, 255, 255, .07);
}
.ms-ny-trust-card > i {
	color: var(--ny-sky);
	font-size: 1.55rem;
}
.ms-ny-trust-card h3 {
	margin: 15px 0 8px;
	color: white;
	font-size: 1.05rem;
	font-weight: 800;
}
.ms-ny-trust-card p {
	margin: 0;
	color: #bdd0e4;
 font-size: .83rem;
}
/* FAQ */
.ms-ny-faq {
	background: white;
}
.ms-ny-accordion {
	max-width: 930px;
	margin: 0 auto;
}
.ms-ny-accordion .accordion-item {
	overflow: hidden;
	margin-bottom: 14px;
	border: 1px solid var(--ny-border);
	border-radius: 16px !important;
	background: white;
}
.ms-ny-accordion .accordion-button {
	padding: 21px 23px;
	color: var(--ny-navy);
	background: white;
	box-shadow: none;
	font-size: 1rem;
	font-weight: 800;
}
 .ms-ny-accordion .accordion-button:not(.collapsed) {
 color: white;
 background: var(--ny-navy);
}
 .ms-ny-accordion .accordion-button:not(.collapsed)::after {
 filter: brightness(0) invert(1);
}
.ms-ny-accordion .accordion-body {
	padding: 22px 23px;
	color: var(--ny-muted);
}
/* CTA */
.ms-ny-cta {
	padding: 90px 0;
	background: var(--ny-light);
}
.ms-ny-cta-box {
	overflow: hidden;
	padding: 70px 30px;
	border-radius: 32px;
	color: white;
	background:
 radial-gradient(circle at 15% 10%, rgba(83, 197, 255, .24), transparent 27%),  radial-gradient(circle at 85% 80%, rgba(59, 224, 208, .2), transparent 30%),  linear-gradient(135deg, #07162e, #0e3c70);
	box-shadow: 0 30px 80px rgba(7, 22, 46, .24);
	text-align: center;
}
.ms-ny-cta h2 {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	color: white;
}
.ms-ny-cta p {
	max-width: 760px;
	margin: 0 auto;
	color: #c9d9e9;
}
.ms-ny-btn-cta-light, .ms-ny-btn-cta-outline {
	min-height: 54px;
	display: inline-flex;
	align-items: center;
	padding: 12px 24px;
	border-radius: 999px;
	font-weight: 800;
}
.ms-ny-btn-cta-light {
	color: var(--ny-navy);
	background: white;
}
.ms-ny-btn-cta-light:hover {
	color: white;
	background: var(--ny-blue);
}
.ms-ny-btn-cta-outline {
	color: white;
	border: 1px solid rgba(255, 255, 255, .45);
}
.ms-ny-btn-cta-outline:hover {
	color: var(--ny-navy);
	background: white;
}

/* RESPONSIVE */
@media (max-width: 1199.98px) {
 .ny360-floating-card {
 display: none;
}
 .ny360-services {
 grid-template-columns: repeat(5, 1fr);
}
 .ms-ny-funnel-row {
 display: grid;
 grid-template-columns: repeat(5, 1fr);
 gap: 12px;
}
 .ms-ny-funnel-arrow {
 display: none;
}
}
 @media (max-width: 991.98px) {
 .ny360-section {
 min-height: auto;
 padding: 105px 0 95px;
}
 .ny360-orbit-one {
 width: 620px;
 height: 620px;
}
 .ny360-orbit-two {
 width: 460px;
 height: 460px;
}
 .ny360-services {
 grid-template-columns: repeat(3, 1fr);
}
 .ny360-service-item {
 border-bottom: 1px solid rgba(255, 255, 255, .13);
}
 .ny360-service-item:nth-child(3) {
 border-right: 0;
}
 .ny360-service-item:nth-child(4),  .ny360-service-item:nth-child(5) {
 border-bottom: 0;
}
 .ms-ny-intro,  .ms-ny-why,  .ms-ny-approach,  .ms-ny-reporting,  .ms-ny-funnel,  .ms-ny-services,  .ms-ny-industries,  .ms-ny-voice,  .ms-ny-cities,  .ms-ny-faq,  .ms-ny-ai,  .ms-ny-geo,  .ms-ny-trust {
 padding:20px 0;
}
 .ms-ny-check-grid {
 grid-template-columns: repeat(2, 1fr);
}
 .ms-ny-image-placeholder {
 min-height: 400px;
}
 .ms-ny-funnel-row {
 grid-template-columns: repeat(2, 1fr);
}
 .ms-ny-market-content,  .ms-ny-market-visual {
 min-height: 520px;
}
 .ms-ny-ai-visual {
 max-width: 600px;
 margin: 20px auto 0;
}
}
 @media (max-width: 767.98px) {
 .ny360-title {
 font-size: clamp(2.35rem, 11vw, 4rem);
}
 .ny360-copy {
 font-size: .96rem;
}
 .ny360-services {
 grid-template-columns: repeat(2, 1fr);
}
 .ny360-service-item:nth-child(2),  .ny360-service-item:nth-child(4) {
 border-right: 0;
}
 .ny360-service-item:nth-child(3) {
 border-right: 1px solid rgba(255, 255, 255, .13);
}
 .ny360-service-item:nth-child(4) {
 border-bottom: 1px solid rgba(255, 255, 255, .13);
}
 .ny360-service-item:last-child {
 grid-column: 1 / -1;
}
 .ms-ny-check-grid,  .ms-ny-metric-list,  .ms-ny-geo-grid,  .ms-ny-trust-grid,  .ms-ny-city-grid {
 grid-template-columns: 1fr;
}
 .ms-ny-service-card {
 padding: 25px;
}
 .ms-ny-service-card ul,  .ms-ny-industry-content ul {
 grid-template-columns: 1fr;
}
 .ms-ny-funnel-row {
 grid-template-columns: 1fr;
}
 .ms-ny-market-content {
 min-height: auto;
 padding: 70px 25px;
}
 .ms-ny-market-visual {
 min-height: 430px;
}
 .ms-ny-industry-content {
 padding: 34px 25px 28px;
}
 .ms-ny-ai-visual {
 min-height: 420px;
 border-radius: 30px;
}
 .node-one {
top: 6%;
left: 32%;
}
 .node-two {
top: 25%;
right: 1%;
}
 .node-three {
bottom: 8%;
right: 5%;
}
 .node-four {
bottom: 8%;
left: 4%;
}
 .node-five {
top: 25%;
left: 1%;
}
 .ms-ny-ai-node {
 padding: 9px 11px;
 font-size: .7rem;
}
 .ms-ny-cta {
 padding: 60px 0;
}
 .ms-ny-cta-box {
 padding: 55px 20px;
}
}
 @media (max-width: 575.98px) {
 .ny360-section {
 padding: 88px 0 85px;
}
 .ny360-kicker {
 padding: 8px 12px;
 font-size: .68rem;
}
 .ny360-btn-row {
 flex-direction: column;
}
 .ny360-btn-primary,  .ny360-btn-secondary {
 width: 100%;
}
 .ny360-services {
 margin-top: 45px;
}
 .ny360-service-item {
 min-height: 105px;
 padding: 16px 8px;
}
 .ms-ny-service-top {
 align-items: flex-start;
}
 .ms-ny-service-icon,  .ms-ny-benefit-icon,  .ms-ny-industry-icon {
 width: 52px;
 height: 52px;
 min-width: 52px;
}
 .ms-ny-service-top h3 {
 font-size: 1.13rem;
}
 .ms-ny-image-placeholder {
 min-height: auto;
}
 .market-skyline i {
 font-size: 4.5rem;
}
 .market-skyline h3 {
 font-size: 1.55rem;
}
 .ms-ny-ai-center {
 width: 140px;
 height: 140px;
}
 .ms-ny-ai-node span {
 display: none;
}
}
 @media (prefers-reduced-motion: reduce) {
 *,  *::before,  *::after {
 scroll-behavior: auto !important;
 animation-duration: .01ms !important;
 animation-iteration-count: 1 !important;
 transition-duration: .01ms !important;
}
}
