.display {
	
	
	line-height: 120%;
	
	
	

  color: #1E1E1E;
  font-family: 'Azo Sans Lt', system-ui, sans-serif;
  font-weight: 300;
  font-size: 64px;
  letter-spacing: -2%;


}

.display span {
  font-family: 'Azo Sans Lt', system-ui, sans-serif;
  font-weight: 300;
  color: #1655F5;
}

 

.display-md span {
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	color: var(--blue);
	font-weight: 300;
}

.display-sm {
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	font-size: clamp(26px, 2.8vw, 42px);
	line-height: 1.1;
	letter-spacing: -.025em;
	font-weight: 300;
	color: var(--ink);
}

.display-sm em {
	
	color: var(--blue);
	font-weight: 300;
}


 

.lead {
	font-size: 18px;
	font-weight: 300;
  	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	color: var(--muted);
	line-height: 140%;
}

@media (max-width: 991px) {
	.lead {
		font-size: 16px !important;
	}
}

.lead-w {
	color: rgba(255, 255, 255, .5)
}

 

.eyebrow-w {
	color: rgba(255, 255, 255, .35)
}

/* big stat numbers = 300 Light with blue em */
.big-num {
	font-family: var(--f);
	font-size: clamp(60px, 8vw, 110px);
	line-height: 1;
	letter-spacing: -.05em;
	font-weight: 300;
	color: var(--ink)
}

.big-num em {
	
	color: var(--blue)
}

/* ─────────────────────────────────────────────────────────────
   ANIMATIONS
───────────────────────────────────────────────────────────── */
/* .anim {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .6s ease, transform .6s ease
}

.anim.vis {
	opacity: 1;
	transform: none
}

.d1 {
	transition-delay: .08s
}

.d2 {
	transition-delay: .16s
}

.d3 {
	transition-delay: .24s
}

.d4 {
	transition-delay: .32s
}

.d5 {
	transition-delay: .40s
} */

 

 

.logo-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--blue);
	box-shadow: 0 0 10px rgba(37, 99, 235, .7)
}

.logo-word {
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	letter-spacing: -.02em
}

.logo-ai {
	color: var(--blue)
}

.nav-center {
	display: flex;
	align-items: center;
	gap: 2px
}

.ni {
	position: relative
}

/* nav links = 400 Regular */
.nl {
	font-family: var(--f);
	font-size: 13.5px;
	font-weight: 400;
	color: rgba(255, 255, 255, .55);
	padding: 8px 13px;
	border-radius: 8px;
	cursor: pointer;
	background: none;
	border: none;
	display: flex;
	align-items: center;
	gap: 5px;
	transition: color .14s, background .14s;
	white-space: nowrap
}

.nl:hover,
.ni:hover>.nl {
	color: #fff;
	background: rgba(255, 255, 255, .07)
}

.nl svg {
	opacity: .55;
	transition: transform .2s
}

.ni:hover .nl svg {
	transform: rotate(180deg)
}

.nd {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	min-width: 160px;
	background: #1C1C1F;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 12px;
	padding: 6px;
	box-shadow: 0 20px 56px rgba(0, 0, 0, .5);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: opacity .16s, transform .16s, visibility .16s;
	z-index: 999
}

.ni:hover .nd {
	opacity: 1;
	visibility: visible;
	transform: none
}

/* dropdown links = 400 Regular */
.nd-link {
	display: block;
	padding: 9px 12px;
	font-size: 13px;
	font-weight: 400;
	color: rgba(255, 255, 255, .5);
	border-radius: 8px;
	transition: all .12s
}

.nd-link:hover {
	color: #fff;
	background: rgba(255, 255, 255, .07)
}

.nav-right {
	display: flex;
	align-items: center;
	gap: 10px
}

.nav-ghost {
	font-size: 13px;
	font-weight: 400;
	color: rgba(255, 255, 255, .55);
	padding: 8px 16px;
	border-radius: 100px;
	border: 1px solid rgba(255, 255, 255, .15);
	transition: all .14s
}

.nav-ghost:hover {
	color: #fff;
	border-color: rgba(255, 255, 255, .32)
}

/* CTA = 600 SemiBold */
.nav-cta {
	font-size: 13px;
	font-weight: 500;
	background: var(--blue);
	color: #fff;
	padding: 9px 20px;
	border-radius: 100px;
	transition: all .14s
}

.nav-cta:hover {
	background: #1D4ED8;
	transform: translateY(-1px)
}

.pnav::-webkit-scrollbar {
	display: none
}

.pnav-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 60px;
	display: flex;
	align-items: center
}

/* strip items = 400, active = 500 */
.ps-item {
	font-size: 14px;
	color: #0D0D0F;
  	font-family: 'Azo Sans Lt', system-ui, sans-serif;
  	font-weight: 300;
  	text-decoration: none;
	padding: 13px 18px;
	border-bottom: 2px solid transparent;
}

.ps-item:hover {
	color: var(--ink)
}

.ps-item.on {
	color: var(--ink);
	font-weight: 400;
	border-bottom-color: var(--blue);
  	display: inline-block;
  	font-family: 'Azo Sans', system-ui, sans-serif;
}

/* ─────────────────────────────────────────────────────────────
   HERO
───────────────────────────────────────────────────────────── */
.hero {
	background: var(--bg);
	padding: 64px 0;
}
@media (max-width: 991px) {
	.hero {
		padding: 48px 0;
	}
}

.hero-pulse {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 28px;
  align-items: center;
  justify-content: center;
}

.pulse-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--blue);
	animation: blink 2.4s ease-in-out infinite
}

@keyframes blink {

	0%,
	100% {
		opacity: 1
	}

	50% {
		opacity: .3
	}
}

/* pulse label = 500 Medium */
.pulse-lbl {
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--blue)
}

/* hero sub tagline = 400 */
.hero-sub {
	font-size: 16px;
	font-weight:  300;
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	line-height: 140%;
	letter-spacing: 14%;
	text-transform: uppercase;
	color: #6d6d6d;
	margin-top: 32px
}

@media (max-width: 991px) {
	.hero-sub {
		font-size: 14px !important;
	}
}

.hero-btns {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 36px;
  justify-content: center;
}

/* ─────────────────────────────────────────────────────────────
   BUTTONS — 600 SemiBold for primary, 500 for secondary
───────────────────────────────────────────────────────────── */
.btn-p {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-family: var(--f);
	font-size: 13.5px;
	font-weight: 500;
	padding: 12px 26px;
	border-radius: 100px;
	background: var(--ink);
	color: #fff;
	transition: all .18s;
	cursor: pointer;
	border: none;
	letter-spacing: .01em;
  text-decoration: none;
}

.btn-p:hover {
	background: #27272A;
	transform: translateY(-1px)
}

.btn-pb {
	background: var(--blue)
}

.btn-pb:hover {
	background: #1D4ED8
}

/* ghost = 500 Medium */
.btn-g {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-family: var(--f);
	font-size: 13.5px;
	font-weight: 500;
	padding: 11px 24px;
	border-radius: 100px;
	background: transparent;
	color: var(--muted);
	border: 1.5px solid var(--border);
	transition: all .18s;
	cursor: pointer;
  text-decoration: none;
}

.btn-g:hover {
	color: var(--ink);
	border-color: var(--ink)
}

.btn-g-w {
	color: rgba(255, 255, 255, .6);
	border-color: rgba(255, 255, 255, .2)
}

.btn-g-w:hover {
	color: #fff;
	border-color: rgba(255, 255, 255, .45)
}

/* inline link arrow = 500 */
.link-a {
	font-size: 13.5px;
	font-weight: 500;
	color: var(--blue);
	display: inline-flex;
	align-items: center;
	gap: 5px;
	transition: gap .15s
}

.link-a:hover {
	gap: 10px
}

/* ─────────────────────────────────────────────────────────────
   STAT BAND — numbers 300 Light with blue em
───────────────────────────────────────────────────────────── */
.statband {
	border-bottom: 1px solid var(--border)
}

.statband-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 60px;
	display: grid;
	grid-template-columns: repeat(4, 1fr)
}

.sb-item {
	padding: 36px 0 36px 32px;
	border-right: 1px solid var(--border)
}

.sb-item:first-child {
	padding-left: 0
}

.sb-item:last-child {
	border-right: none
}

/* stat value = 300 Light */
.sb-val {
	font-family: var(--f);
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.04em;
	color: var(--ink);
	margin-bottom: 8px
}

.sb-val span {
	font-weight: 300;
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	color: var(--blue)
}

/* stat label = 400 Regular */
.sb-lbl {
	font-size: 12px;
	font-weight: 400;
	color: var(--muted2);
	line-height: 1.5
}

/* ─────────────────────────────────────────────────────────────
   2-COL LAYOUT
───────────────────────────────────────────────────────────── */
.two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center
}

.two-col-top {
	align-items: start
}

/* ─────────────────────────────────────────────────────────────
   CHECK LIST — blue yes icon, red no icon
───────────────────────────────────────────────────────────── */
.ck-list {
	display: flex;
	flex-direction: column;
	gap: 11px;
	margin-top: 28px
}

.ck {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 14px;
	color: #444444;
  font-family: 'Azo Sans Lt', system-ui, sans-serif;
  font-weight: 300;
}

.ck span{
	color: #444444;
  font-family: 'Azo Sans Lt', system-ui, sans-serif;
  font-weight: 300;
}

.ck-ico {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	flex-shrink: 0;
	margin-top: 1px;
	display: flex;
	align-items: center;
	justify-content: center
}

.ck-ico.yes {
	background: rgba(37, 99, 235, .07);
	border: 1px solid rgba(37, 99, 235, .18)
}

.ck-ico.no {
	background: rgba(239, 68, 68, .05);
	border: 1px solid rgba(239, 68, 68, .15)
}

.ck-ico svg {
	width: 9px;
	height: 9px;
	fill: none;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round
}

.ck-ico.yes svg {
	stroke: var(--blue)
}

.ck-ico.no svg {
	stroke: #EF4444
}

/* ─────────────────────────────────────────────────────────────
   PULL QUOTE — 300 Light italic with blue em
───────────────────────────────────────────────────────────── */
.pullquote {
	background: var(--warm);
	padding: 64px 0;
	text-align: center
}

.pq-text {
	font-family: var(--f);
	font-size: clamp(22px, 3vw, 44px);
	font-weight: 300;
	
	line-height: 1.2;
	max-width: 860px;
	margin: 0 auto;
	color: var(--ink);
	letter-spacing: -.02em
}

.pq-text em {
	font-style: normal;
	color: var(--blue)
}

/* source = 500 Medium label */
.pq-source {
	font-size: 11px;
	font-weight: 500;
	color: var(--muted2);
	letter-spacing: .12em;
	text-transform: uppercase;
	margin-top: 28px
}

/* ─────────────────────────────────────────────────────────────
   FEATURE ROWS
───────────────────────────────────────────────────────────── */
.feat-rows {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--border);
	border-radius: 20px;
	overflow: hidden
}

.fr {
	display: grid;
	grid-template-columns: 320px 1fr;
	border-bottom: 1px solid var(--border)
}

.fr:last-child {
	border-bottom: none
}

.fr-left {
	padding: 32px 28px;
	border-right: 1px solid var(--border);
	background: var(--warm);
	display: flex;
	flex-direction: column
}

@media (max-width: 991px) {
	.fr-left {
		padding: 18px;
	}
}

/* feature row tag = 500 Medium blue */
.fr-tag {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--blue);
	margin-bottom: 8px
}

/* feature row title = 500 Medium */
.fr-title {
	font-size: 18px;
  letter-spacing: -0.5%;
	color: #1E1E1E;
  font-family: 'Azo Sans Lt', system-ui, sans-serif;
  font-weight: 300;
	line-height: 140%;
}

.fr-right {
	padding: 32px 36px;
	background: var(--bg)
}

@media (max-width: 991px) {
	.fr-right {
		padding: 18px;
	}
}

/* feature row body = 400 Regular */
.fr-right p {
	font-size: 16px;
	color: #6D6D6D;
  font-family: 'Azo Sans Lt', system-ui, sans-serif;
  font-weight: 300;
	line-height: 140%;
	margin-bottom: 12px
}

.fr-right p:last-of-type {
	margin-bottom: 0
}

.fr-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 14px
}

/* pill tag = blue accent */
.fr-tag-pill {
	font-size: 11px;
	font-weight: 500;
	color: var(--blue);
	padding: 4px 12px;
	border-radius: 100px;
	background: var(--blue-l);
	border: 1px solid var(--blue-m)
}

/* ─────────────────────────────────────────────────────────────
   BLACK SECTIONS
───────────────────────────────────────────────────────────── */
.black {
	background: #000000;
	color: #fff
}

.black .lead {
	color: rgba(255, 255, 255, .5)
}

.black p {
	color: #f1f1f1;
}

/* ─────────────────────────────────────────────────────────────
   FLOW GRID — numbers blue 300
───────────────────────────────────────────────────────────── */
.flow-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 16px;
	overflow: hidden;
	margin-top: 48px
}

.flow-step {
	padding: 36px 24px;
	border-right: 1px solid rgba(255, 255, 255, .08)
}

.flow-step:last-child {
	border-right: none   
}

/* flow number = 300 Light blue */
.flow-num {
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	font-size: 56px;
	font-weight: 300;
	color: #1655F5 ;
	line-height: 120%;
	letter-spacing: -0.5%;
	margin-bottom: 16px;
}

@media (max-width: 991px) {
	.flow-num {
		font-size: 32px !important;
	}
}

/* flow title = 500 Medium */
.flow-title {
	font-size: 16px;
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	font-weight: 300;
	color: #ffffff;
	margin-bottom: 7px
}

/* flow desc = 400 Regular */
.flow-desc {
	font-size: 12px;
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	font-weight: 300;
	color: #d8d8d8;
	line-height: 130%;
	letter-spacing: -0.5%;
}

/* ─────────────────────────────────────────────────────────────
   DARK PANEL
───────────────────────────────────────────────────────────── */
.dark-panel {
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 20px;
	overflow: hidden
}

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

.dp-item {
	padding: 36px 30px;
	border-right: 1px solid rgba(255, 255, 255, .08)
}

.dp-item:last-child {
	border-right: none
}

/* dp values = 300 Light blue */
.dp-val {
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	font-size: 32px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05em;
	color: #1655F5;
	margin-bottom: 10px

}

.dp-val em {
	
	color: var(--blue)
}

/* dp label = 500 Medium */
.dp-label {
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, .65);
	margin-bottom: 5px
}

/* dp sub = 400 Regular */
.dp-sub {
	font-size: 13px;
	font-weight: 400;
	color: rgba(255, 255, 255, .3);
	line-height: 1.65
}

/* ─────────────────────────────────────────────────────────────
   COMPARE PANEL
───────────────────────────────────────────────────────────── */
.compare {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border: 1px solid var(--border);
	border-radius: 20px;
	overflow: hidden
}

.cmp-col {
	padding: 24px
}

@media (max-width: 991px) {
	.cmp-col {
		padding: 16px;
	}
}

.cmp-col.before {
	background: var(--warm2);
	border-right: 1px solid var(--border)
}

.cmp-col.after {
	background: var(--bg)
}

/* compare head = 500 Medium */
.cmp-head {
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: .14em;
	text-transform: uppercase;
	margin-bottom: 22px
}

.cmp-col.before .cmp-head {
	color: var(--muted2)
}

.cmp-col.after .cmp-head {
	color: var(--blue)
}

/* compare items = 400 Regular */
.cmp-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	font-weight: 400;
	color: var(--muted);
	margin-bottom: 12px;
	line-height: 1.6
}

.cmp-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	flex-shrink: 0;
	margin-top: 7px
}

.cmp-col.before .cmp-dot {
	background: var(--muted2)
}

.cmp-col.after .cmp-dot {
	background: var(--blue)
}

.cmp-item span{
  font-family: 'Azo Sans Lt', system-ui, sans-serif;
  font-weight: 300;
  color: #444444; 
}

/* ─────────────────────────────────────────────────────────────
   RELATED CARDS
───────────────────────────────────────────────────────────── */
.rel-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px
}

.rel-card {
	display: block;
	padding: 28px 24px;
	border: 1.5px solid var(--border);
	border-radius: 16px;
	background: var(--bg);
	transition: border-color .2s, transform .2s, box-shadow .2s;
  text-decoration: none;
}

@media (max-width: 991px) {
	.rel-grid {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.rel-card {
		flex-shrink: 0;
		width: 250px;
		padding: 16px;
	}
	.rel-card:hover {
		transform: none;
	}
}

.rel-card:hover {
	border-color: rgba(37, 99, 235, .3);
	transform: translateY(-3px);
	box-shadow: 0 12px 36px rgba(37, 99, 235, .08)
}

/* card tag = 500 Medium blue */
.rc-tag {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--blue);
	margin-bottom: 12px
}

/* card title = 500 Medium */
.rc-name {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -.01em;
	color: var(--ink);
	margin-bottom: 10px
}

/* card desc = 400 Regular */
.rc-desc {
	font-size: 14px;
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	font-weight: 300;
	font-weight: 400;
	color: #444444;
	line-height: 150%;
	margin-bottom: 16px
}

/* arrow = 500 Medium blue */
.rc-arr {
	font-size: 13px;
	font-weight: 500;
	color: var(--blue);
	display: inline-flex;
	align-items: center;
	gap: 4px;
	transition: gap .15s
}

.rel-card:hover .rc-arr {
	gap: 8px
}

/* ─────────────────────────────────────────────────────────────
   PAGE CTA
───────────────────────────────────────────────────────────── */
.pcta {
	background: var(--warm);
	padding: 64px 0;
	text-align: center
}

/* Mobile */
@media (max-width: 767px) {
	.pcta {
		padding: 48px 0;
	}
}

.pcta-btns {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap
}

/* ─────────────────────────────────────────────────────────────
   PRICING CARDS
───────────────────────────────────────────────────────────── */
.price-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0;
	background: var(--border);
	border: 1px solid var(--border);
	border-radius: 20px;
	overflow: hidden
}

.pc {
	background: var(--bg);
	padding: 48px 40px;
	position: relative
}

.pc.feat {
	background: var(--dark)
}

/* badge = 600 SemiBold */
.pc-badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--blue);
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .12em;
	text-transform: uppercase;
	padding: 5px 18px;
	border-radius: 100px;
	white-space: nowrap
}

/* tier = 500 Medium */
.pc-tier {
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--muted2);
	margin-bottom: 12px
}

.pc.feat .pc-tier {
	color: rgba(255, 255, 255, .35)
}

/* plan name = 300 Light */
.pc-name {
	font-family: var(--f);
	font-size: 32px;
	font-weight: 300;
	color: var(--ink);
	letter-spacing: -.03em;
	margin-bottom: 8px
}

.pc.feat .pc-name {
	color: #fff
}

/* desc = 400 Regular */
.pc-desc {
	font-size: 14px;
	font-weight: 400;
	color: var(--muted);
	line-height: 1.65;
	margin-bottom: 32px;
	min-height: 48px
}

.pc.feat .pc-desc {
	color: rgba(255, 255, 255, .42)
}

/* price = 300 Light */
.pc-price {
	font-family: var(--f);
	font-size: 56px;
	font-weight: 300;
	color: var(--ink);
	line-height: 1;
	letter-spacing: -.05em
}

.pc.feat .pc-price {
	color: #fff
}

/* unit = 400 Regular */
.pc-unit {
	font-size: 14px;
	font-weight: 400;
	color: var(--muted);
	margin-top: 4px;
	margin-bottom: 32px
}

.pc.feat .pc-unit {
	color: rgba(255, 255, 255, .38)
}

.pc-div {
	height: 1px;
	background: var(--border);
	margin-bottom: 28px
}

.pc.feat .pc-div {
	background: rgba(255, 255, 255, .1)
}

/* feature item = 400 Regular */
.pc-feat {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13.5px;
	font-weight: 400;
	color: var(--muted);
	margin-bottom: 12px
}

.pc.feat .pc-feat {
	color: rgba(255, 255, 255, .5)
}

.pf-ck {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	flex-shrink: 0;
	margin-top: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(37, 99, 235, .08);
	border: 1px solid rgba(37, 99, 235, .2)
}

.pc.feat .pf-ck {
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .2)
}

.pf-ck svg {
	width: 8px;
	height: 8px;
	stroke: var(--blue);
	fill: none;
	stroke-width: 2.5
}

.pc.feat .pf-ck svg {
	stroke: rgba(255, 255, 255, .7)
}

/* ─────────────────────────────────────────────────────────────
   MODULE TABLE
───────────────────────────────────────────────────────────── */
.mod-table {
	border: 1px solid var(--border);
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0
}

/* th = 500 Medium */
.mod-table th {
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--muted2);
	background: var(--warm);
	padding: 14px 24px;
	border-bottom: 1px solid var(--border);
	text-align: left
}

/* td = 400 Regular */
.mod-table td {
	padding: 20px 24px;
	font-size: 14px;
	font-weight: 400;
	color: var(--muted);
	border-bottom: 1px solid var(--border);
	vertical-align: top;
	line-height: 1.7
}

.mod-table tr:last-child td {
	border-bottom: none
}

/* first col = 500 Medium */
.mod-table td:first-child {
	font-weight: 500;
	color: var(--ink);
	white-space: nowrap
}

/* roi = blue 500 */
.mod-table td.roi {
	color: var(--blue);
	font-weight: 500
}

/* ─────────────────────────────────────────────────────────────
   FOOTER — no use cases column
───────────────────────────────────────────────────────────── */
footer {
	background: var(--dark);
	border-top: 1px solid rgba(255, 255, 255, .07)
}

.ft-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 60px
}

.ft-top {
	padding: 64px 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid rgba(255, 255, 255, .07);
	flex-wrap: wrap;
	gap: 24px
}

/* label = 500 Medium */
.ft-nl-label {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .3);
	margin-bottom: 12px
}

.ft-form {
	display: flex;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 100px;
	overflow: hidden;
	max-width: 280px
}

.ft-input {
	flex: 1;
	background: none;
	border: none;
	outline: none;
	padding: 10px 18px;
	font-family: var(--f);
	font-size: 13.5px;
	font-weight: 400;
	color: #fff
}

.ft-input::placeholder {
	color: rgba(255, 255, 255, .22)
}

/* footer button = 600 SemiBold */
.ft-btn {
	background: var(--blue);
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	width: 42px;
	cursor: pointer;
	transition: background .15s;
	border-radius: 0 100px 100px 0;
	flex-shrink: 0
}

.ft-btn:hover {
	background: #1D4ED8
}

.ft-cols {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	padding: 48px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .07)
}

/* col head = 500 Medium */
.fc-head {
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .28);
	margin-bottom: 18px
}

.fc {
	display: flex;
	flex-direction: column
}

/* col links = 400 Regular */
.fc-l {
	font-size: 13px;
	font-weight: 400;
	color: rgba(255, 255, 255, .4);
	padding: 7px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .05);
	transition: color .13s
}

.fc-l:last-child {
	border-bottom: none
}

.fc-l:hover {
	color: rgba(255, 255, 255, .85)
}

.ft-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	flex-wrap: wrap;
	gap: 12px
}

.ft-copy {
	font-size: 12px;
	font-weight: 400;
	color: rgba(255, 255, 255, .2)
}

.ft-legal {
	display: flex;
	gap: 20px
}

.ft-legal a {
	font-size: 12px;
	font-weight: 400;
	color: rgba(255, 255, 255, .24);
	transition: color .13s
}

.ft-legal a:hover {
	color: rgba(255, 255, 255, .65)
}

/* ─────────────────────────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────────────────────────── */
@media(max-width:960px) {
	.two-col {
		grid-template-columns: 1fr;
		gap: 24px
	}

	.statband-inner {
		grid-template-columns: 1fr 1fr
	}

	.sb-item:nth-child(2n) {
		border-right: none
	}

	.sb-item:nth-child(n+3) {
		border-top: 1px solid var(--border)
	}

	.feat-rows .fr {
		grid-template-columns: 1fr
	}

	.fr-left {
		border-right: none;
		border-bottom: 1px solid var(--border)
	}

	.flow-grid {
		grid-template-columns: 1fr 1fr
	}

	.flow-step {
		border-bottom: 1px solid rgba(255, 255, 255, .07);
		padding: 16px 12px;
	}

	.compare,
	.dp-row {
		grid-template-columns: 1fr
	}

	.cmp-col.before {
		border-right: none;
		border-bottom: 1px solid var(--border)
	}

	.rel-grid {
		grid-template-columns: 1fr 1fr
	}

	.price-grid,
	.ft-cols {
		grid-template-columns: 1fr 1fr
	}

	.wrap,
	.wrap-sm,
	.pnav-wrap,
	.ft-inner {
		padding-left: 24px;
		padding-right: 24px
	}
}

@media(max-width:600px) {

	.flow-grid,
	.rel-grid,
	.ft-cols,
	.dp-row,
	.compare,
	.price-grid {
		grid-template-columns: 1fr
	}
}


/* For New Product Page */

.booking-engine {
	width: 420px;
	height: 420px;
	margin: 0 auto;
}

.booking-engine img {
	width: 100%;
	height: 100%;
}

.booking-engine-speed span {
	color: #2268FF;
	font-size: 14px;
	margin-bottom: 8px;
	display: block;
	font-weight: 500;
	font-family: 'Azo Sans Md';
	text-transform: uppercase;
	line-height: 114.99999999999999%;
	letter-spacing: 14%;
}

.booking-engine-speed h2 {
	color: #0D0D0F;
	margin-bottom: 24px;
	font-family: 'Azo Sans';
	font-size: 36px;
	line-height: 125%;
	letter-spacing: -2%;
}

.booking-engine-speed p {
	color: #444444;
	font-family: 'Azo Sans';
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -1%;
}

.live-availability-chip {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.live-availability-chip button {
	color: #2268FF;
	border: 1px solid #2563EB26;
	border-radius: 50px;
	background-color: #2563EB14;
	padding: 4px 12px;
	font-family: 'Azo Sans';
	cursor: inherit;
	font-size: 12px;
}

.easy-payment-title .booking-engine-speed {
	max-width: 560px;
	width: 100%;
	margin-left: auto;
}

.click-to-book {
	margin-top: 64px !important;
}

@media (max-width:991px) {
	.booking-engine {
		width: auto;
		height: auto;
	}

	.booking-engine-speed h2 {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.live-availability-chip {
		flex-wrap: wrap;
	}

	.booking-engine-speed span {		
		font-size: 12px;
	}

	.click-to-book {
		margin-top: 40px !important;
	}
	.booking-engine-speed p br{
		display: none;		
	}
}

@media (max-width:767px) {
	.easy-payment-title .booking-engine-speed {
		max-width: 100%;
	}

	.booking-engine-speed {
		margin-top: 30px;
	}

	.easy-payment-title {
		flex-direction: column-reverse;
		margin-top: 40px;
	}
	.service-banner-img{
		margin-top: 30px;
	}
}