@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


body {
	font-family: "Poppins", sans-serif;
	background-color: #E5E3E4;
	font-size: 16px;
	line-height: 30px;
}

/* Offset for fixed header + smooth scroll targets */
#main-content,
#contactDiv,
#learnDiv,
#creative-people-intro {
	scroll-margin-top: clamp(72px, 12vh, 104px);
}

#main-content,
#contactDiv,
#learnDiv,
#creative-people-intro {
	scroll-margin-top: 88px;
}

:root {
	--primary-color: #12243E !important;
	--secondary-color: #212B36 !important;
	--text-color: #52525B;
	--light-color:#7A7A7A;
	--dark-color:#222222;
	/* Frontend scale tokens (applied via body.frontend-site only) */
	--cpg-font-base: 15px;
	--cpg-body-leading: 1.65;
	--cpg-section-pad-y: clamp(56px, 6vw, 88px);
	--cpg-container-pad-x: clamp(20px, 4.2vw, 72px);
}

@font-face {
    font-family: 'partakedemoregular';
    src: url('../font/partakedemo.regular-webfont.woff2') format('woff2'),
         url('../font/partakedemo.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Default typography (global) */
p {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.65;
}

/* Frontend: slightly smaller, tighter rhythm across the site */
body.frontend-site {
	font-size: var(--cpg-font-base);
	line-height: var(--cpg-body-leading);
}

body.frontend-site p {
	font-size: 1rem;
	line-height: 1.7;
}

body.frontend-site .display-4 {
	font-size: clamp(1.85rem, 3.6vw, 2.75rem);
	line-height: 1.12;
}

body.frontend-site .display-5 {
	font-size: clamp(1.6rem, 3.1vw, 2.35rem);
	line-height: 1.14;
}

body.frontend-site .display-6 {
	font-size: clamp(1.35rem, 2.6vw, 2rem);
	line-height: 1.18;
}

.font-partake {
	font-family: 'partakedemoregular';
}
em.error {
    color: #dc3545;
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
    color: inherit;
}
.pagination {
	--bs-pagination-padding-x: 1rem !important;
    --bs-pagination-padding-y: 0.375rem !important;
	--bs-pagination-border-radius: 0.375rem !important;
    justify-content: center !important;
	--bs-pagination-border-radius: var(--bs-border-radius) !important;
	gap: 1.5rem !important;
	
}
.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #8d7769;
    border-color: #8d7769;
}
.page-link {
    color: #B7A9A0;
	border-radius: var(--bs-border-radius) !important;
}
.page-link:focus {
    z-index: 3;
    color: #8d7769;
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: 0 0 0 0.25rem #8d776933  !important;
}
.container-fluid {
    padding: 0 var(--cpg-container-pad-x);
}
.main-container {
    padding: 0 20px 0px clamp(24px, 6vw, 120px);
}
.app_development_section-container{
	padding: 0 clamp(24px, 6vw, 120px) 0px 20px;
}
.app-developement-heading{
	line-height: 70px !important;
}
/* colors */
.bg-primary {
	background-color: var(--primary-color) !important;
}

.bg-secondary {
	background-color: var(--secondary-color) !important;
}

.bg-light {
	background-color: var(--light--bg) !important;
}
.text-dark{
	color:var(--dark-color) !important;
}
.text-color {
	color: var(--text-color) !important;
}

.text-light{
	color:var(--light-color) !important;
}


.text-primary {
	color: var(--primary-color) !important;
}

.border-light {
	border-color: #E0E0E0 !important;
}

.z-index-99{
	z-index: 999 !important;
}

/* font-weight */
.fw-400 {
	font-weight: 400;
}

.fw-200 {
	font-weight: 200;
}

.fs-12 {
	font-size: 12px;
}

.fs-14 {
	font-size: 14px;
}
.h-px-18 {
  height: 18px !important;
}

.h-px-20 {
  height: 20px !important;
}

.h-px-30 {
  height: 30px !important;
}

.h-px-40 {
  height: 40px !important;
}

.h-px-50 {
  height: 50px !important;
}

.h-px-75 {
  height: 75px !important;
}

.h-px-100 {
  height: 100px !important;
}

.h-px-120 {
  height: 120px !important;
}

.h-px-150 {
  height: 150px !important;
}

.h-px-200 {
  height: 200px !important;
}

.h-px-250 {
  height: 250px !important;
}

.h-px-300 {
  height: 300px !important;
}

.h-px-350 {
  height: 350px !important;
}

.h-px-400 {
  height: 400px !important;
}

.h-px-500 {
  height: 500px !important;
}

.h-px-600 {
  height: 600px !important;
}

.h-px-700 {
  height: 700px !important;
}

.h-px-800 {
  height: 800px !important;
}
.preview-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fw-semibold {
	font-weight: 500 !important;
}

.fw-normal {
	font-weight: 300 !important;
}
.fw-500{
	font-weight: 500 !important;
}
.fw-600{
	font-weight: 600 !important;
}

/* Frontend: default <p> matches What we do copy (weight 400, −2px vs 1rem, 26px line-height) */
body.frontend-site p {
	font-weight: 400;
	font-size: calc(1rem - 2px);
	line-height: 26px;
}

body.frontend-site p.fs-12 {
	font-size: 12px;
	line-height: 1.2;
}

body.frontend-site p.fs-14 {
	font-size: 14px;
	line-height: 1.4;
}

body.frontend-site p.small {
	font-size: 0.875em;
}

/* form-css */
.form-control {
	background-color: #F5F5F5;
	border: 1px solid #EBEBEB;
	height: 50px;
	border-radius: 10px;
	font-size: 14px;
}

/* custom-checkbox */
.form-check-input {
	position: absolute;
	opacity: 0;
}

.form-check-input+label {
	position: relative;
	cursor: pointer;
	padding: 0;
	font-size: 13px;
}

.form-check-input+label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: white;
	border: 1px solid #AEAEB2;
	border-radius: 5px;
}

.form-check-input:hover+label:before {
	background-image: linear-gradient(to bottom, #571038 0%, #389DD1 80%, #389DD1 20%);
}

.form-check-input:focus+label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
	padding: 0;
}

.form-check-input:checked+label:before {
	background-image: linear-gradient(to bottom, #571038 0%, #389DD1 80%, #389DD1 20%);
}

.form-check-input:disabled+label {
	color: #b8b8b8;
	cursor: auto;
}

.form-check-input:disabled+label:before {
	box-shadow: none;
	background: #ddd;
}

.form-check-input:checked+label:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 15px;
	background: white;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	transform: rotate(45deg);
}

/* header-css */
.logo {
	width: 100px;
}

/* Balanced columns so the logo stays visually centred with a left-only control */
body.frontend-site #myHeader .header-bar {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	column-gap: 0.75rem;
}

body.frontend-site #myHeader .header-bar__left {
	justify-self: start;
	display: flex;
	align-items: center;
}

body.frontend-site #myHeader .header-bar__center {
	justify-self: center;
	text-align: center;
	min-width: 0;
}

body.frontend-site #myHeader .header-bar__right {
	pointer-events: none;
}

/* Same footprint as before the header grid: .logo was 100px wide */
body.frontend-site #myHeader .header-bar__center .logo {
	width: 100px;
	max-width: 100px;
	margin-left: auto;
	margin-right: auto;
}

body.frontend-site #myHeader .header-bar__logo-img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* No hairline between site header and hero; match hero top tone on home */
.gradient-image.position-relative > header.header#myHeader,
header.header#myHeader {
	border: none;
	border-bottom: none;
	box-shadow: none;
	outline: none;
}

/*
 * Home shell: same flat base as rest of site (hero-only colour mesh lives on .premium-hero-scroll-stage__pin).
 */
.gradient-image:has(main .home-immersive-top) {
	background-color: #E5E3E4;
	background-image: none;
}

.gradient-image:has(main .home-immersive-top) > header.header#myHeader {
	background: transparent;
}

.gradient-image:has(main .home-immersive-top) #myHeader.header--scrolled:not(.header--hidden) {
	background: rgba(255, 255, 255, 0.72) !important;
	-webkit-backdrop-filter: blur(14px) saturate(1.05);
	backdrop-filter: blur(14px) saturate(1.05);
	border: none !important;
	box-shadow: none !important;
}

/* banner-start */

.banner h1 {
    font-size: 98px;
    line-height: 70px;
}

.gradient-image::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	height: 130vh;
	width: 100%;
	background-image: url(../images/gradient-img.png);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	z-index: -1;
}

.gradient-image-two::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	height: 145vh;
	width: 100%;
	background-image: url(../images/gradient-img-two.png);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	z-index: -1;
}

/* keyframes */

.mover-animation {
	-webkit-animation: mover 1.3s infinite alternate;
	animation: mover 1.3s infinite alternate;
}

@keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

@keyframes transalte {

	0%,
	100% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(-15px);
	}
}

.section img, .development_section img{
	transition: 0.5s ease-in-out;
	overflow: hidden;
}
.section img:hover, .development_section img:hover{
	transform: scale(1.04);
	transition: 0.5s ease-in-out;
}

.translate-animation {
	-webkit-animation: transalte 5.3s infinite alternate;
	animation: transalte 5.3s infinite alternate;
}

.find-more {
	position: absolute;
	top: 40%;
	z-index: 99;
	right: 13%;
}

.find-more img {
    margin-left: 38%;
    width: 26%;
}

.scroll img{
	width: 2%;
}
/* section */


.section-heading h2{
	line-height: 50px;
	letter-spacing: 4px;
}
.section-heading span.sub-head {
    letter-spacing: 14px;
    font-size: 36px;
}
.section {
	padding: var(--cpg-section-pad-y) 0;
}

.heading::after {
	position: absolute;
	content: '';
	left: 0;
	top: -150px;
	right: 0;
	height: 100vh;
	width: 100%;
	background-image: url(../images/eclipse.svg);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	z-index: -1;
}

/* Fixed site header + auto-hide on scroll down / show on scroll up (see app.blade.php) */
body.frontend-site #myHeader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10050;
	transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
	border: none !important;
	box-shadow: none !important;
}

body.frontend-site #myHeader.header--hidden {
	transform: translate3d(0, -100%, 0);
	pointer-events: none;
}

body.frontend-site #myHeader.header--scrolled:not(.header--hidden) {
	background: rgba(229, 227, 228, 0.92);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

body.frontend-site .gradient-image.position-relative {
	padding-top: clamp(88px, 10.5vh, 122px);
}

/* Home: extra air below fixed header before hero headline */
body.frontend-site .gradient-image.position-relative:has(main .home-immersive-top) {
	padding-top: clamp(118px, 15.5vh, 168px);
}

.bg-hero-image {
	content: '';
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/hero-bg-image.svg);
	background-position: left;
	background-repeat: no-repeat;
	z-index: 1;
	background-size: cover;
}

/* What-we-do-css */

.what_we_do_card {
	padding: clamp(2rem, 4.5vw, 4.25rem);
	border-radius: 30px 0 0 30px;
	z-index: 9;
	border-right: none;
}

.what_we_do_card p,
.mob-bg-what-we-do .container > p:first-of-type {
	text-align: left;
}

.what-we_do_list .list-content h5 {
	font-weight: 400 !important;
}

.seperater {
	height: 2px;
	width: 100px;
	background-color: #C6C6C6;
}

/* btn-css */

.btn-grad {
	background-image: linear-gradient(164deg, #571038 10%, #389DD1 80%, #389DD1 100%);
	padding: 10px 40px;
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	border-radius: 10px;
	display: inline-block;
	border:none;
}

.btn-grad:hover {
	background-position: right center;
	color: #fff;
	text-decoration: none;
}

.what-we_do_list {
	min-height: 0;
}

/* What we do: tighten list density (markup uses gap-5 which is very large) */
body.frontend-site .what-we_do_list ul {
	gap: clamp(1.25rem, 2.2vw, 2.25rem) !important;
}

body.frontend-site .what-we_do_list li {
	padding-bottom: clamp(0.85rem, 1.8vw, 1.35rem) !important;
}

body.frontend-site .what-we_do_list .list-content h5 {
	margin-bottom: clamp(0.65rem, 1.4vw, 1.05rem) !important;
}

/* What we do: scroll stage (extra runway below) + sticky shell: right list driven by page scroll (lg+), like macbook hero */
.what-we-do-scroll-stage {
	position: relative;
	width: 100%;
}

.what-we-do-shell {
	overflow: visible;
}

.what-we-do-split__scroll {
	box-sizing: border-box;
}

@media (min-width: 992px) {
	.what-we-do-scroll-stage .what-we-do-shell {
		position: sticky;
		top: max(1rem, 5vh);
		z-index: 3;
	}

	.what-we-do-split {
		flex-wrap: nowrap;
		align-items: stretch;
		min-height: 100vh;
	}

	.what-we-do-split__col--left,
	.what-we-do-split__col--right {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}

	.what-we-do-split__sticky {
		position: sticky;
		top: 0;
		height: 100vh;
		max-height: 100vh;
		/* Keep left panel fully visible (no inner scroll/cropping) */
		overflow-y: hidden;
		overflow-x: hidden;
		box-sizing: border-box;
		-webkit-overflow-scrolling: touch;
	}

	.what-we-do-split__sticky.bg-hero-image {
		min-height: 100vh;
	}

	.what-we-do-shell .what-we-do-split__sticky.what_we_do_card {
		/* Smaller padding so left copy fits within the viewport height */
		padding: clamp(1.75rem, 3.5vh, 2.5rem) clamp(1.5rem, 3.6vw, 3rem) clamp(2rem, 4vh, 3rem) clamp(1.5rem, 3.6vw, 3rem) !important;
	}

	/* Left panel typography + spacing (desktop) */
	.what-we-do-shell .what_we_do_card p {
		font-size: 0.95rem;
		line-height: 1.6;
	}

	.what-we-do-shell .what_we_do_card .seperater {
		margin-top: 0.85rem !important;
		margin-bottom: 1.1rem !important;
	}

	.what-we-do-shell .what_we_do_card .scroll-learn {
		margin-top: clamp(1.25rem, 2.4vh, 2rem) !important;
	}

	.what-we-do-split__col--right {
		height: 100vh;
		max-height: 100vh;
	}

	.what-we-do-scroll-stage .what-we-do-shell .what-we-do-split__scroll {
		overflow-y: hidden;
	}

	.what-we-do-shell .what-we-do-split__scroll {
		flex: 1 1 auto;
		min-height: 0;
		max-height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		padding: clamp(2rem, 4vh, 2.75rem) clamp(2rem, 4vw, 3.5rem) clamp(2.5rem, 5vh, 3.5rem) clamp(2rem, 4vw, 3.5rem) !important;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.what-we-do-shell .what-we-do-split__scroll::-webkit-scrollbar {
		display: none;
		width: 0;
		height: 0;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.what-we-do-shell .what-we-do-split__sticky.what_we_do_card {
		padding: clamp(2rem, 5vh, 3rem) clamp(1.75rem, 5vw, 72px) clamp(2.25rem, 5vh, 72px) clamp(1.75rem, 5vw, 72px) !important;
	}
}

@media (max-width: 991.98px) {
	.what-we-do-shell .what-we-do-split__sticky,
	.what-we-do-shell .what-we-do-split__scroll {
		position: static !important;
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
	}

	.what-we-do-shell .what-we-do-split {
		min-height: 0 !important;
	}

	.what-we-do-shell .what-we-do-split__scroll {
		padding: 1.5rem 1.75rem 2.5rem !important;
	}

	.what-we-do-shell .what-we-do-split__sticky.what_we_do_card {
		padding: clamp(2rem, 5vw, 3rem) !important;
	}
}

.development_section img {
	width: 80%;
}

/* Contact-section */

.gradient-bg {
	background-image: linear-gradient(163deg, #571038 20%, #389DD1 100%, #389DD1 100%);
}

.contact-section::after {
	position: absolute;
	content: '';
	left: 0;
	top: -150px;
	right: 0;
	height: 1000px;
	width: 100%;
	background-image: url(../images/eclipse-purple.svg);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	z-index: -1;
}

.contact-section-two::after {
	display: none;
}

.section-card img {
	width: 200px;
}

.section-card img.plan-img {
	width: 150px;
}

.section-card img.code-img {
	width: 80px;
	position: relative;
	top: 90px;
	left: 100px;
}

.section-card img.piechart-img {
	width: 150px;
}

.section-card img.testing-img {
	width: 130px;
}

.section-card img.rocket-img {
	width: 90px;
}

.section-card img.bulb-img {
	width: 130px;
}

.section-card img.support-img {
	width: 100px;
	position: relative;
	top: 60px;
}

.section-card-content::after {
    position: absolute;
    content: '';
    left: -200px;
    top: -200px;
    right: 0;
    height: 100rem;
    width: 60rem;
    background-image: url(../images/eclipse-purple-small.svg);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    z-index: -1;
}
.section-card img{
	transition: 0.5s ease-in-out;
}

.section-card img:hover{
	width: 200px !important;
	transition: 0.5s ease-in-out;
}
.client-heading::after {
	position: absolute;
	content: '';
	left: 0;
	top: -150px;
	right: 0;
	height: 500px;
	width: 100%;
	background-image: url(../images/eclipse-purple-small.svg);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	z-index: -1;
}


/* Work-css */
.center-slider .slick-slide {
	color: #FFF;
	height: 200px;
	margin: 0 15px 0 0;
	transform: scale(0.8);
	transition: all 0.4s ease-in-out;
}

.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
	transform: scale(0.8, 0.8);
	transition: all 0.4s ease-in-out;
}

.app-slider .slick-slide,
.app-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
	transform: scale(0.9) !important;
	transition: all 0.4s ease-in-out;
}

.app-slider .slick-current.slick-active {
	transform: scale(1.0) !important;
	background-color: transparent;
}

.app-slider .slick-slide{
	transform: scale(0.8) !important;
}
.app-slider {
    width: 200%;
    margin-left: -50%;
}

.app-slider .slick-prev {
    margin-left: 25%;
    z-index: 1;
}

.app-slider .slick-next {
    margin-right: 25%;
    z-index: 1;
}

/*
 * Our App Works (app-slider):
 * Previously we forced images to black via filter: brightness(0) to help light logos.
 * This turns real screenshots/photos into black blocks, so only apply when explicitly opted-in.
 */
.work-section.app-section .app-slider .slick-slide img.app-slider__force-black {
	filter: brightness(0);
}

.slick-slide img {
    width: 100%;
    border-radius: 0px !important;
    opacity: 0.5;
	transform: scale(1.0) !important;
}
.slick-slide.slick-current img {
    opacity: 1;
	transform: scale(1.0);
}

.app-development-left-section{
	padding: 100px 0 0 150px;
    background-color: #E5E3E4;
}

.shadow-card::after {
    background-image: url(../images/shadow.svg);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: -250px;
    top: 0;
}


.custom-next1,
.custom-prev1 {
	position: absolute;
	transform: translateY(-50%);
	z-index: 1000;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-size: cover;
	bottom: -80px;
}
.custom-prev,
.custom-next {
	position: absolute;
	transform: translateY(-50%);
	z-index: 1000;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-size: cover;
	bottom: -120px;
}

.work-section .custom-next1 {
	left: 52%;
}

.work-section .custom-prev1 {
	left: 44%;
}

.work-slider {
    min-height: 320px;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.custom-prev,
.custom-prev1 {
	left: 40%;
	/* Use your custom previous arrow image */
	background-image: url('../images/left-arrow.svg');
}

.custom-next,
.custom-next1 {
	right: 40%;
	/* Use your custom next arrow image */
	background-image: url('../images/right-arrow.svg');
}

/* Hide default Slick arrows */
.slick-prev,
.slick-next {
	display: none !important;
}

/* .work{
	overflow: hidden;
  } */

.slick-list {
	overflow: visible;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
	transform: scale(0.2);
	background-color: transparent;
}

.center-slider .slick-current.slick-active {
	transform: scale(1.0);
	background-color: transparent;
}


.slick-next,
.slick-prev {
	z-index: 5;
}

.slick-next {
	right: 15px;
}

.slick-prev {
	left: 15px;
}

.slick-next:before,
.slick-prev:before {
	color: #000;
	font-size: 26px;
}


/* Blog-css */
.blog-card{
	min-height: 680px;
	overflow: hidden;
}
.blog-seperater{
	width: 60px;
	height: 3px;
	background-color: #222222;
}
.blog-img img{
	border-radius: 15px;
	min-height: 415px;
}
.search-gradient-btn {
    padding: 10px 20px;
    min-height: 50px;
    border-radius: 0 10px 10px 0;
}
.tags-list li a {
	border: 1px solid #A5ACB5;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #A5ACB5;
}
.tags-list li a:hover, .tags-list li a.active{
	background-image: linear-gradient(to right, #571038 0%, #389DD1 51%, #389DD1 100%);
	color:white;
	border:1px solid white;
}
.post-image img{
	width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 20px;
}
.blog-detail-btn{
	min-width: 200px;
}

.work-slider::after {
    background-image: url(../images/slider-images/laptop.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    content: '';
    left: 0;
    right: 19px;
    width: 24%;
    height: 100%;
    top: 42px;
    margin: 0 auto;
}

.work-slider .center-slider .slick-current.slick-active img{
    height: 190px;
    border-radius: 0px;
}
  .bg-app-development img{
	min-height: 520px;
    object-fit: cover;
    width: 100%;
	border-radius: 0 30px 30px 0 !important;
  }

  /* App Works: reduce overall card height on desktop */
  @media (min-width: 992px) {
	.work-section.app-section .bg-app-development {
		padding-left: clamp(16px, 2.4vw, 28px);
	}

	.work-section.app-section .bg-app-development img{
		min-height: clamp(360px, 32vw, 520px);
		max-height: 520px;
	}

	.work-section.app-section .bg-app-development h3{
		font-size: clamp(1.15rem, 1.65vw, 1.6rem);
		margin-bottom: 0.75rem;
	}

	.work-section.app-section .bg-left-section p{
		font-size: 0.95rem;
		line-height: 1.6;
	}
  }
/* Responsive-css */

@media (min-width: 1201px) and (max-width: 1366px) {
	.find-more img {
		margin-left: 80%;
	}

	.banner h1 {
		font-size: 100px;
		line-height: 80px;
	}

	.form-check-input+label {
		font-size: 11px;
	}

	.work-slider {
		min-height: 320px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.section {
		padding: 150px 0;
	}

	.banner h1 {
		font-size: 90px;
		line-height: 80px;
	}

	.find-more {
		right: 5%;
	}

	.find-more img {
		margin-left: 70%;
	}

	.what_we_do_card {
		padding: 50px;
	}

	.what-we_do_list {
		padding: 10px 20px !important;
	}

	.form-check-input+label {
		font-size: 8px;
	}

	.form-check-input+label:before {
		width: 15px;
		height: 15px;
	}

	.work-slider {
		min-height: 250px;
	}

	.work-section .custom-next1 {
		left: 52%;
	}

	.work-section .custom-prev1 {
		left: 42%;
	}
	.main-container {
		padding: 0 20px 0px 60px;
	}
	.app_development_section-container {
		padding: 0 60px 0px 20px;
	}
	.container-fluid {
        padding: 0 60px 40px 60px;
    }
	.section-card-content::after{
		display: none;
	}
	.gradient-bg {
		padding: 30px !important;
	}
}


@media (min-width: 768px) and (max-width: 991px) {

	.section {
		padding: 50px 0;
	}
	.section-card{
		align-items: center;
	}
	.section-card img.support-img {
		top: 20px;
	}
	.mockup .part .bottom {
		transform-origin: 10% 0;
		transform: translate3d(0, 0, 0) rotateX(90deg);
		width: 90% !important;
		margin: 0 auto !important;
		left: 35px !important;
	}
	.mockup img {
		max-width: 98% !important;
	}
	.banner h1 {
		font-size: 65px;
		line-height: 60px;
	}

	.find-more {
		visibility: hidden;
	}

	.find-more img {
		margin-left: 70%;
	}

	.what_we_do_card {
		padding: 50px;
		background-size: cover;
	}

	.what-we_do_list {
		padding: 10px 20px !important;
	}

	.development_section img {
        width: 100%;
        padding-top: 40px;
    }

	.form-check-input+label {
		font-size: 8px;
	}
	.section img, .development_section img {
		padding-bottom: 30px !important; 
	}
	.form-check-input+label:before {
		width: 15px;
		height: 15px;
	}

	.section-card img.plan-img {
		width: 100px;
		margin: 0 auto;
	}

	.section-card img.code-img {
		width: 80px;
		position: relative;
		top: 20px;
		left: 0;
		margin: 0 auto;
	}

	.section-card img.piechart-img {
		margin: 0 auto;
		margin-top: 100px;
	}

	.work-slider {
		min-height: 250px;
	}

	.work-section .custom-next1 {
		left: 52%;
	}

	.work-section .custom-prev1 {
		left: 42%;
	}
	.main-container {
		padding: 0 20px 0px 20px;
	}
	.app_development_section-container {
		padding: 0 20px 0px 20px;
	}
	.container-fluid {
		padding: 0px 20px;
	}
	.section-card-content::after{
		display: none;
	}
	.btn-grad {
        margin: 0 auto;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
    }
}
.text-justify, .text-justify p {
        text-align: justify;
    }

	
	.bottom-title {
	    display:none;
	}
.btn-nxt a {
    margin: 10px 100px;
}
@media (max-width: 767px) {

	.container{
		padding: 0 24px;
	}
	.btn-nxt {
        gap: 0rem !important;
    }
	.blog-img img {
        border-radius: 15px;
        max-height: 264px;
        height: 264px !important;
        min-height: 264px;
        width:100%;
    }
    .preview-image {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 265px !important;
    }
    .blog-detail-btn {
        min-width: 180px;
    }
    section#contactDiv {
        padding-top: 3rem !important;
    }
	.top-title {
	    display:none;
	}
	
	.bottom-title {
	    display:block;
	}
    .custom-next1, .custom-prev1 {
    position: absolute;
    transform: translateY(-50%);
    z-index: 1000;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    width: 77px;
    height: 77px;
    background-size: cover;
    bottom: -80px;
}
	.gradient-image::after, .heading::after, .client-heading::after, .contact-section::after, .gradient-image-two::after{
		display: none;
	}
	.app-developement-heading {
		line-height: 46px !important;
	}
	.animation-logo {
		width: 50% !important;
		top: 15px !important;
		left: 90px;
	}
	.section-card img:hover {
		width: 80px !important;
	}
	.section-card img.testing-img {
        width: 70px;
        position: relative;
        left: 100px;
    }
	.section-card img.rocket-img {
        width: 50px;
        right: 100px;
        position: relative;
    }
	.scroll img {
		width: 6%;
        display: none;
	}
	
	.scroll p {
        display: none;
	}
	
	.mob-bg-what-we-do {
        padding: 40px 20px 50px 20px;
        border-radius: 50px;
        /*background: linear-gradient(201deg, rgba(255, 255, 255, 1) 0%, rgba(229, 207, 209, 1) 0%, rgba(255, 255, 255, 1) 50%);*/
        background: linear-gradient(201deg, #F1F1F1 0%, rgba(229, 207, 209, 1) 0%, #F1F1F1 50%);
    }

	.section {
		padding: 0px 0;
	}
	.section-card-content::after{
		display: none;
	}

	.client-choose img{
		width: 50px;
	}

	.client-choose h6{
		font-weight: 400;
		font-size: 16px;
	}

	.mob-social-media{
		margin: 0 auto;
	}

	.section-heading h2 {
		line-height: 40px;
	}
	.section-heading span.sub-head {
		letter-spacing: 7px;
		font-size: 28px;
	}
	.banner h1 {
		font-size: 44px;
		line-height: 45px;
	}

	.find-more {
		visibility: hidden;
	}

	.find-more img {
		margin-left: 70%;
	}

	.what_we_do_card {
		padding: 50px;
		background-size: cover;
	}

	.what-we_do_list {
		padding: 10px 20px !important;
	}

	.development_section img {
		width: 100%;
		margin-top: 50px;
	}

	.form-check-input+label {
		font-size: 12px;
	}

	.form-check-input+label:before {
		width: 25px;
		height: 25px;
	}
	.form-check-input:checked+label:after {
		top: 18px;
		left: 8px;
	}

	.section-card img.plan-img {
		width: 80px;
		margin: 0 auto;
	}

	.section-card img.code-img {
        width: 50px;
        position: relative;
        top: 0px;
        left: 0;
        margin: 0 auto;
    }

	.section-card img.piechart-img {
        margin: 0 auto;
        margin-top: 100px;
        position: absolute;
        top: -110px;
        width: 100px;
        left: 9.4rem;
    }
	.section-card img.bulb-img {
		width: 60px;
		position: absolute;
		top: 0;
		right: 20px;
	}

	.btn-grad {
        margin: 0 auto;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
    }

	.submit-btn{
		width: 100% !important;
	}

	.section-card img.support-img {
        top: -38rem;
        right: -120px;
    }
	.work-slider {
		min-height: 300px;
	}

	.work-section .custom-prev1 {
        left: 20%;
    }
	.work-section .custom-next1 {
		left: 62%;
	}
	.app-development-left-section {
		padding: 30px 30px 0px 30px;
	}
	.custom-prev, .custom-next, .custom-next1, .custom-prev1 {
		bottom: -100px;
	}
	.shadow-card::after{
		display: none !important;
	}
	.custom-next,
	.custom-next1 {
		right: 35%;
	}
	.custom-prev, .custom-prev1 {
		left: 30%;
	}
	.custom-next, .custom-next1 {
        right: 27%;
    }
	.main-container {
		padding: 0 20px 0px 20px;
	}
	.app_development_section-container {
		padding: 0 20px 0px 20px;
	}
	.container-fluid {
		padding: 0 20px;
	}
	.work-slider::after {
		left: 0;
		right: 0px;
		width: 91%;
		height: 100%;
		top: 48px;
		margin: 0 auto;
	}
	.slick-slide img {
		width: 71%;
        border-radius: 0;
        margin: 0 auto;
        position: relative;
        left: 10px;
        top: 6px;
        height: 186px;
	}
	.content.active #sidebarCollapse {
	/*	left: -40px !important;*/
		left: 270px !important;
	}
	.app-slider {
		width: 100%;
		margin-left: 0%;
	}
	.app-section{
		padding-left:24px !important;
		padding-right:24px !important;
	}
	.app-section .btn-grad{
		display: none;
	}
	.bg-app-development img {
        min-height: 300px;
        object-fit: fill;
        width: 100%;
        left:0;
        top:20px;
        border-radius: 0 30px 30px 0 !important;
    }
	.app-section .p{
		margin-bottom: 40px;
	}
	body{
		background-image: none !important;
	}
	.bg-app-development {
		background-image: none !important;
		padding: 40px 20px !important;
		background-size: cover;
		border-radius: 30px;
		background-color: white;
		text-align: center;
	}
}



.mockup {
	display: inline-block;
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 0;
	perspective: 2400px;
	perspective-origin: 50% 100%;
	opacity: 0;
	transition: 500ms opacity;
  }
  
  .mockup.loaded {
	opacity: 1;
  }
  
  .mockup .part .top,
  .mockup .part .bottom {
	position: absolute;
	top: 0;
	left: 0;
  }

  .mockup .part.top {
	animation: open 1s ease-in forwards;
  }
  
@keyframes open {
	0% { transform: rotateX(-90deg); }
	100% { transform: rotateX(0deg); }
  }

  .animation-logo{
	position: absolute;
    z-index: 99999;
    display: grid !important;
    place-content: center;
    width: 100%;
    place-items: center;
    align-items: center;
    justify-content: center;
    top: 80px;
  }
  .image-1, .image-2, .image-3{
	animation: slideDown 1.5s cubic-bezier(0.25, 0.8, 0.5, 1) forwards;
  }
  .image-1 {
	animation-delay: 0s;
  }
  
  .image-2 {
	animation-delay: 0.5s;
  }
  
  .image-3 {
	animation-delay: 0.8s;
  }

  @keyframes slideDown {
	from {
	  transform: translateY(-50px);
	  opacity: 0;
	}
	to {
	  transform: translateY(0);
	  opacity: 1;
	}
  }


  .mockup .part {
	display: inline-block;
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform-origin: 50% 100%;
	transition: 900ms;
  }
  
  .mockup.opened .part .top {
	transform: translate3d(0, 0, -11px) rotateX(90deg) scale(1, 1);
  }
  
  .mockup .part .top {
	transform-origin: 50% 0;
	transform: translate3d(0, 0, -11px) rotateX(90deg);
	transition: 900ms;
  }
  
  .mockup img {
	display: block;
	max-width: 100%;
	backface-visibility: hidden;
  }
  
  .mockup .part .cover {
	position: relative;
  }
  
  .mockup video {
	display: block;
	position: absolute;
	top: 8%;
	left: 4%;
	width: 92%;
	border-radius: 6px;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 1px);
  }
  
  .mockup .part.bottom {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate3d(0, 0, 0) rotateX(-90deg);
  }
  
  .mockup .part .bottom {
	  transform-origin: 50% 0;
	  transform: translate3d(0,0,0) rotateX(90deg);
  }


  .tab-content{
	background-color: white;
	border-radius: 10px;
	padding: 20px;
  }
  
  .section-tab .tab-content{
	background-color: #E5E3E4;
	border-radius: 10px;
	padding: 20px;
  }  

  /* App-development-css */
  .bg-app-development{
	background-image: url(../images/app-development-bg.svg);
	padding: 0px 0px 0px 40px;
	background-size: cover;
	border-radius: 30px;
  }
  .bg-modal-development {
    background-image: url(../images/modal-development-bg.svg);
    padding: 0px 0px 0px 40px;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    background-repeat: no-repeat;
}
  .bg-app-development h3{
	font-size: 36px;
	margin-bottom: 20px;
  }




  /* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */


#sidebar {
    min-width: 250px;
    max-width: 250px;
    background-image: linear-gradient(to bottom, #C31B1B45 , #6B86D445);
    color: #fff;
    transition: all 0.3s;
	margin-left: -250px;
	font-family: 'partakedemoregular';
	height: 100vh;
	position: fixed;
	z-index: 999999;
	background-color: white;
	top:0;
	bottom: 0;
	transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
/* #sidebar.active {
    margin-left: 0px;
} */

#sidebar.active {
    margin-left: 0px;
    /* transform: rotateY(100deg); */
}

#sidebar .sidebar-header {
    padding: 40px 20px 20px 20px;
}

.sidebar-header img{
	width: 50%;
}

/*.content #sidebarCollapse {
    left: 140px;
    position: relative;
    transition: 0.5s ease-in-out;
    z-index: 999999999;
    top: -10px !important;
}*/
.content #sidebarCollapse {
    left: 190px;
    position: fixed;
    transition: 0.5s ease-in-out;
    z-index: 999999999;
    top: 15px !important;
}
.content.active #sidebarCollapse{
	left:0px;
	position: relative;
	transition: 0.5s ease-in-out;
	top: -10px !important;
}
#sidebar ul.components {
    padding: 20px;
}

#sidebar ul li a{
	font-size: 24px;
	border-radius: 5px;
}

#sidebar ul li:hover a{
	background-color: white;
}


#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}
#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    cursor: pointer;
}
#sidebarCollapse span {
    width: 50%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #000;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}
#sidebarCollapse span:first-of-type {
    transform: rotate(0deg) translate(8px, 2px);
	position: relative;
    top: 0px;
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 1;
    position: relative;
    top: 8px;
    left: 8px;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(0deg) translate(8px, -1px);
	position: relative;
    top: 15px;
    left: 0px;
}

#sidebarCollapse.active span:first-of-type {
    transform: rotate(45deg) translate(8px, 3px);
    top: -1px;
}
#sidebarCollapse.active span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse.active span:last-of-type {
    transform: rotate(-45deg) translate(7px, -2px);
    top: -1px;
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}
.journey_heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #52525B;
}
.gap {
    height: 48px;
}
.popup_app {
    margin-bottom: 5px;
}
.popup_app li, .popup_app li b {
    color: #52525B;
}
.plans_heading {
    font-size: 17px;
    font-weight: 500;
    line-height: 17px;
}
.border-radius-40 {
    border-radius: 40px;
}

.border-radius-50 {
    border-radius: 50px;
}
.popup_app p {
    margin-bottom: 5px;
}
.popup_app b, strong {
    font-weight: 600;
}
.popup-slider .slick-list {
    overflow: hidden;
}
/* slider */
.popup-slider .slick-slide img {
   
    opacity: 1 !important;
}
.popup-slider {
   visibility: hidden; /* Hide slider initially */
    opacity: 0;         /* Prevent visual flashes */
    transition: opacity 0.3s ease; /* Smooth appearance */
}

.slick-initialized {
    visibility: visible;
    opacity: 1;
}
/*----------------------------*/




.transform-gpu img {
    width: 150px;
}


.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.z-10 {
  z-index: 10;
}
.flex {
  display: flex;
}

.h-screen {
  height: 150vh;
}
.min-h-\[700px\] {
  min-height: 900px;
}
.w-full {
  width: 100%;
}

@keyframes orbit {
  0% {
    transform: rotate(calc(var(--angle) * 1deg))
      translateY(calc(var(--radius) * 1px)) rotate(calc(var(--angle) * -1deg));
  }
  to {
    transform: rotate(calc(var(--angle) * 1deg + 360deg))
      translateY(calc(var(--radius) * 1px))
      rotate(calc((var(--angle) * -1deg) - 360deg));
  }
}
.animate-orbit {
  animation: orbit calc(var(--duration) * 1s) linear infinite;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-full {
  border-radius: 9999px;
}
.stroke-black\/10 {
  stroke: #0000001a;
}
.stroke-1 {
  stroke-width: 1;
}

@keyframes enter {
  0% {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(
        var(--tw-enter-translate-x, 0),
        var(--tw-enter-translate-y, 0),
        0
      )
      scale3d(
        var(--tw-enter-scale, 1),
        var(--tw-enter-scale, 1),
        var(--tw-enter-scale, 1)
      )
      rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(
        var(--tw-exit-translate-x, 0),
        var(--tw-exit-translate-y, 0),
        0
      )
      scale3d(
        var(--tw-exit-scale, 1),
        var(--tw-exit-scale, 1),
        var(--tw-exit-scale, 1)
      )
      rotate(var(--tw-exit-rotate, 0));
  }
}
.duration-300 {
  animation-duration: 0.3s;
}
.\[animation-direction\:reverse\] {
  animation-direction: reverse;
}
.dark\:stroke-white\/10:is(.dark *) {
  stroke: #ffffff1a;
}

#tabs-nav::after {
    content: '';
    left: 0;
    top: -150px;
    right: 0;
    height: 500px;
    width: 100%;
    background-image: url(../images/eclipse-purple-small.svg);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    z-index: -1;
}
@media (max-width: 767px) {
    
    .transform-gpu img {
        width: 50px;
    }
    .h-screen {
        height: 70vh;
    }
    .tab-content h2 {
        font-size: 16px;
    }
    .tab-content p {
        font-size: 12px;
        text-transform: none !important;
    }

    .tab-content {
        padding: 75px;
    }
    .min-h-\[700px\] {
      min-height: 500px;
    }
}
@media (min-width: 1920px) and (max-width: 2560px)  {
    .footer-left-side {
        padding: 70px !important;
    }
    .form-div {
        padding: 90px 60px 90px 60px !important
    }
    .col-lg-7.m-auto.footer-form {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7.m-auto.footer-form .p-4 {
        padding: 2rem !important;
    }
    .work-slider .center-slider .slick-current.slick-active img {
        height: 250px;
        border-radius: 0px;
    }
}

/* MacBook hero: modest extra scroll; sticky block (laptop + CTA) pins; only the logo track moves */
.macbook-hero-scroll-stage {
    min-height: 158vh;
    position: relative;
    width: 100%;
}
.macbook-hero-sticky {
    position: sticky;
    top: max(1rem, 5vh);
    z-index: 4;
    width: 100%;
}
.macbook-hero-sticky-inner {
    position: relative;
    width: 100%;
    padding: 0 min(16px, 3vw);
}

/* lg+: CTA upper-right above laptop; headline stays one line */
.macbook-hero-sticky .find-more--hero-sticky {
    position: absolute !important;
    top: clamp(0.35rem, 2.5vh, 1.25rem);
    right: clamp(8px, 4vw, 56px);
    left: auto !important;
    transform: none;
    z-index: 6;
    width: max-content;
    max-width: calc(100vw - 2rem);
    margin: 0;
    padding: 0;
    text-align: right;
    visibility: visible !important;
}

@media (min-width: 992px) {
    .macbook-hero-sticky-inner {
        padding-top: clamp(2rem, 6vh, 4rem);
    }
    .macbook-hero-sticky .find-more--hero-sticky h6 {
        white-space: nowrap;
    }
}
.macbook-hero-sticky .find-more--hero-sticky h6 {
    font-size: clamp(0.72rem, 1.05vw, 0.95rem);
    line-height: 1.25;
    margin-bottom: 0.35rem;
}
.macbook-hero-sticky .find-more--hero-sticky img {
    margin-left: 0 !important;
    width: clamp(72px, 12vw, 120px) !important;
    max-width: none;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

/* One visible “screen” on the laptop; track moves up so logos replace each other */
#macbook .macbook-logo-viewport.animation-logo {
    --mv-h: clamp(104px, 16vw, 172px);
    display: block !important;
    overflow: hidden;
    height: var(--mv-h);
    width: 100%;
    place-content: unset;
    place-items: unset;
    align-items: stretch;
    justify-content: flex-start;
    contain: layout paint;
}
#macbook .macbook-logo-track {
    display: flex;
    flex-direction: column;
    width: 100%;
    will-change: transform;
    backface-visibility: hidden;
}
#macbook .macbook-logo-slide {
    flex: 0 0 var(--mv-h);
    height: var(--mv-h);
    min-height: var(--mv-h);
    display: grid;
    place-items: center;
    place-content: center;
    box-sizing: border-box;
    padding: 0 6%;
}
#macbook .macbook-logo-viewport .hero-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    max-width: 100%;
    max-height: calc(var(--mv-h) - 20px);
    margin: 0;
}
#macbook .macbook-logo-viewport .hero-logo-link img {
    display: block;
    max-height: calc(var(--mv-h) - 20px);
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}
#macbook .macbook-logo-viewport .image-1,
#macbook .macbook-logo-viewport .image-2,
#macbook .macbook-logo-viewport .image-3 {
    animation: none !important;
}

@media (max-width: 991.98px) {
    .macbook-hero-sticky-inner {
        padding-top: 0;
    }
    /* Tablet/phone: CTA under laptop; no absolute top row */
    .macbook-hero-sticky .find-more--hero-sticky {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        transform: none;
        margin: 1.25rem auto 0;
        text-align: center;
        max-width: 20rem;
    }
    .macbook-hero-sticky .find-more--hero-sticky img {
        width: clamp(56px, 20vw, 88px) !important;
    }
}

@media (max-width: 767px) {
    .macbook-hero-scroll-stage {
        min-height: 138vh;
    }
    .macbook-hero-sticky {
        top: max(0.5rem, 3vh);
    }
    #macbook .macbook-logo-viewport.animation-logo {
        --mv-h: clamp(92px, 22vw, 130px);
        width: 100% !important;
        left: 0 !important;
        top: 52px !important;
    }
}

/* ---------- Home immersive top: hero + GROUP heading = one continuous band ---------- */
.home-immersive-top__intro .heading::after {
	display: none;
}

section.home-immersive-top.premium-hero {
	padding-top: clamp(3.75rem, 9vh, 6.5rem);
	padding-bottom: clamp(3rem, 7vh, 5.5rem);
}

@media (min-width: 992px) {
	section.home-immersive-top.premium-hero.premium-hero--split-ref {
		overflow-x: clip;
		overflow-y: visible;
	}
}

.gradient-image:has(main .home-immersive-top) .premium-hero__grid {
	padding-top: clamp(2rem, 4.5vh, 3.75rem);
}

.gradient-image:has(main .home-immersive-top) .premium-hero__wrap {
	padding-bottom: clamp(1.75rem, 4.5vh, 3.5rem);
}

.home-immersive-top .home-immersive-top__intro {
	margin-top: clamp(1.5rem, 4.25vw, 3.75rem);
	padding-top: clamp(2.25rem, 4.5vh, 4rem);
	padding-bottom: clamp(0.75rem, 2vh, 1.75rem);
}

.section.what-we-do-below {
	padding-top: clamp(1.25rem, 3.25vw, 2.5rem);
}

@media (min-width: 992px) {
	.section.what-we-do-below {
		padding-top: clamp(1.5rem, 3vw, 2.75rem);
	}
}

/* Home: remove stacked Bootstrap top margins that exaggerate the gap above "What we do" */
body.frontend-site .section.what-we-do-below .container {
	margin-top: 0 !important; /* overrides mt-lg-3 */
}

body.frontend-site .section.what-we-do-below .what-we-do-shell {
	margin-top: clamp(0.75rem, 2vw, 1.5rem) !important; /* overrides mt-5 */
}

/* ---------- Premium glass hero (home — replaces MacBook mockup) ---------- */
.premium-hero {
    padding: clamp(2.25rem, 6vh, 4.5rem) 0 clamp(1.75rem, 4vh, 3rem);
    background:
        radial-gradient(ellipse 90% 70% at 15% 20%, rgba(255, 255, 255, 0.85) 0%, transparent 55%),
        radial-gradient(ellipse 70% 55% at 85% 75%, rgba(200, 214, 235, 0.45) 0%, transparent 50%),
        linear-gradient(168deg, #f0eef0 0%, #e4eaf3 38%, #E5E3E4 100%);
    isolation: isolate;
}

/* One painted sky for header + hero: parent carries gradient, hero stays transparent */
.gradient-image:has(main .home-immersive-top) .home-immersive-top.premium-hero {
    background: transparent;
}

/* Decorative layer off: mesh colours come from .gradient-image + pinned layer (no double stack with orbs) */
.gradient-image:has(main .home-immersive-top) .premium-hero__ambient {
    display: none;
}

.premium-hero__ambient {
    --scroll-shift: 0px;
    position: absolute;
    inset: -25% -12% -20%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.premium-hero__mesh {
    position: absolute;
    inset: 0;
    opacity: 0.5;
    background:
        radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.35) 0%, transparent 42%),
        radial-gradient(circle at 70% 60%, rgba(56, 157, 209, 0.08) 0%, transparent 40%);
    transform: translateY(var(--scroll-shift));
    transition: transform 0.6s ease-out;
}

.premium-hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(0.5px);
    opacity: 0.55;
    animation: premium-hero-orb-drift 22s ease-in-out infinite;
}

.premium-hero__orb--a {
    width: min(42vw, 380px);
    height: min(42vw, 380px);
    left: -8%;
    top: 10%;
    background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.95), rgba(230, 236, 248, 0.4) 55%, transparent 70%);
    animation-delay: 0s;
}

.premium-hero__orb--b {
    width: min(36vw, 320px);
    height: min(36vw, 320px);
    right: -5%;
    top: 38%;
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.55), rgba(87, 16, 56, 0.06) 60%, transparent 72%);
    animation-delay: -7s;
    animation-duration: 26s;
}

.premium-hero__orb--c {
    width: min(48vw, 420px);
    height: min(48vw, 420px);
    left: 35%;
    bottom: -18%;
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.5), rgba(18, 36, 62, 0.04) 58%, transparent 74%);
    animation-delay: -12s;
    animation-duration: 28s;
}

@keyframes premium-hero-orb-drift {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(14px, -22px, 0) scale(1.04);
    }
}

.premium-hero__wrap {
    z-index: 1;
    position: relative;
}

.premium-hero__grid {
    padding-top: clamp(0.5rem, 2vh, 1.5rem);
}

/* Title: wide-tracked sans (brand reference), three lines */
section.premium-hero.banner h1.premium-hero__title,
.premium-hero.banner.home-hero h1.premium-hero__title {
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.65rem, 3.4vw, 2.85rem);
    line-height: 1.12;
    letter-spacing: 0.18em;
    font-weight: 600;
    color: #2d2e32;
    text-transform: uppercase;
    max-width: none;
    margin-bottom: 1.35rem;
}

.premium-hero__title-line {
    display: block;
}

.premium-hero__title-line + .premium-hero__title-line {
    margin-top: 0.12em;
}

/* Reference split: poster headline left; supporting copy top-right; glass cards full width overlapping headline */
.premium-hero--split-ref.premium-hero.banner.home-hero h1.premium-hero__title {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: clamp(2.15rem, 5.4vw, 4.5rem);
    line-height: 1.06;
    letter-spacing: 0.01em;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    margin-bottom: clamp(1.35rem, 2.8vh, 2rem);
}

.premium-hero--split-ref .premium-hero__title-line + .premium-hero__title-line {
    margin-top: 0.05em;
}

.premium-hero--split-ref .premium-hero__copy--lede-aside {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

@media (min-width: 992px) {
    .premium-hero--split-ref .premium-hero__copy--headline {
        position: relative;
        z-index: 1;
    }

    .premium-hero--split-ref .premium-hero__copy--lede-aside {
        align-items: flex-end;
        text-align: right;
    }

    .premium-hero--split-ref .premium-hero__copy--lede-aside .premium-hero__lede--aside {
        margin-left: auto;
        text-align: right;
        max-width: 34rem;
    }
}

.premium-hero--split-ref .premium-hero__lede--aside {
    font-size: clamp(0.9375rem, 1.12vw, 1.0625rem);
    line-height: 1.68;
    max-width: 38rem;
    margin-top: 0;
    margin-bottom: clamp(1.25rem, 2.5vw, 1.85rem);
}

@media (min-width: 992px) {
    .premium-hero--split-ref .premium-hero__copy--lede-aside .premium-hero__lede--aside {
        margin-bottom: clamp(0.5rem, 2vw, 1rem);
        padding-right: 0;
    }
}

.premium-hero--split-ref .premium-hero__glass-stage:not(.premium-hero__glass-stage--scroll-cards) {
    min-height: clamp(270px, 38vh, 450px);
    margin-top: 0;
    width: 100%;
}

.premium-hero--split-ref .premium-hero__panel {
    display: none;
}

.premium-hero--split-ref .premium-hero__card-surface {
    background: #ffffff;
    border: 1px solid rgba(18, 36, 62, 0.09);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow:
        0 24px 55px rgba(18, 36, 62, 0.11),
        0 2px 10px rgba(18, 36, 62, 0.05);
}

.premium-hero--split-ref .premium-hero__card-surface::after {
    opacity: 0.4;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, transparent 55%);
}

.premium-hero--split-ref .premium-hero__card-surface:hover {
    background: #ffffff;
    border-color: rgba(18, 36, 62, 0.14);
    box-shadow:
        0 28px 64px rgba(18, 36, 62, 0.14),
        0 2px 12px rgba(18, 36, 62, 0.06);
}

/* Pinned hero: extra scroll length; inner aligns like full viewport hero */
.premium-hero-scroll-stage {
    position: relative;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
}

/* Hero-only: pink + blue mist (not .gradient-image — that paints the whole page) */
section.home-immersive-top.premium-hero {
    --cpg-hero-rose: rgba(214, 172, 186, 0.42);
    --cpg-hero-periwinkle: rgba(172, 186, 234, 0.38);
}

section.home-immersive-top.premium-hero .premium-hero-scroll-stage__pin {
    background-color: #E5E3E4;
    background-image:
        radial-gradient(ellipse 78% 74% at 14% 44%, var(--cpg-hero-rose) 0%, transparent 58%),
        radial-gradient(ellipse 76% 70% at 88% 40%, var(--cpg-hero-periwinkle) 0%, transparent 56%),
        url(../images/gradient-img.png);
    background-repeat: no-repeat;
    background-position: 12% 8%, 92% 6%, top center;
    background-size: 170% 130%, 168% 128%, contain;
}

.premium-hero-scroll-stage__pin {
    position: relative;
    border: none;
    outline: none;
    box-shadow: none;
}

@media (min-width: 992px) {
    /*
     * Pin is position-fixed while cards scrub: opaque hero bg so content below never bleeds through.
     * Rose/periwinkle + PNG are on section.home-immersive-top .premium-hero-scroll-stage__pin (all breakpoints).
     */
    .premium-hero-scroll-stage__pin {
        min-height: 100vh;
        min-height: 100dvh;
        padding-top: clamp(72px, 10.5vh, 118px);
        box-sizing: border-box;
        display: flex;
        align-items: center;
        isolation: isolate;
    }

    .premium-hero-scroll-stage__pin .premium-hero__mesh {
        transform: none !important;
        transition: none;
    }

    .premium-hero-scroll-stage__pin .premium-hero__ambient {
        --scroll-shift: 0px !important;
    }

    .premium-hero-scroll-stage__pin .premium-hero__wrap {
        width: 100%;
    }
}

/* Horizontal glass cards: one “page” width per slide; scrubbed on scroll (desktop) */
.premium-hero__glass-stage--scroll-cards {
    min-height: clamp(260px, 34vh, 400px);
    margin-top: 0;
    width: 100%;
}

@media (min-width: 992px) {
    /* Full-width card band pulls up so glass overlaps poster headline (reference layout) */
    .premium-hero--split-ref .premium-hero__glass-stage--scroll-cards {
        position: relative;
        top: auto;
        left: auto;
        margin-top: clamp(-7.5rem, -12vw, -3.25rem);
        width: 100%;
        z-index: 6;
        padding-bottom: clamp(1.25rem, 3vh, 2.75rem);
    }

    .premium-hero--split-ref .premium-hero__cards-row {
        position: relative;
        z-index: 5;
    }

    /* Non–split-ref pages keep anchored stage under visual column */
    .premium-hero:not(.premium-hero--split-ref) .premium-hero__glass-stage--scroll-cards {
        position: absolute;
        top: 100%;
        left: 0;
        margin-top: 2rem;
    }
}

.premium-hero__cards-viewport {
    container-type: inline-size;
    container-name: hero-cards-vp;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: clamp(1rem, 2vh, 1.5rem);
    perspective: 1200px;
}

@media (min-width: 992px) {
    .premium-hero__cards-viewport {
        margin-left: 0;
        margin-right: 0;
        max-width: min(100%, 28rem);
        min-height: clamp(220px, 30vh, 360px);
    }

    /* Reference: full container width for horizontal glass cards */
    .premium-hero--split-ref .premium-hero__glass-stage--scroll-cards .premium-hero__cards-viewport {
        max-width: none;
        width: 100%;
        min-height: clamp(260px, 34vh, 420px);
        perspective: 1500px;
        overflow: visible;
    }
}

.premium-hero__cards-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: max-content;
    will-change: transform;
    transform-style: preserve-3d;
}

/* Horizontal hero cards: generous gaps like reference (min 20px) */
.premium-hero__glass-stage--scroll-cards .premium-hero__cards-track {
    gap: clamp(20px, 3.2vw, 40px);
}

.premium-hero__glass-stage--scroll-cards .premium-hero__slide {
    padding-right: 0;
}

.premium-hero__slide {
    flex: 0 0 100cqi;
    width: 100cqi;
    max-width: 100cqi;
    box-sizing: border-box;
    padding-right: clamp(0.65rem, 1.8vw, 1.1rem);
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}

@supports not (width: 1cqi) {
    .premium-hero__slide {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .premium-hero__slide {
        transform-style: preserve-3d;
        flex: 0 0 clamp(260px, 20vw, 320px);
        width: clamp(260px, 20vw, 320px);
        max-width: none;
        aspect-ratio: 3 / 4;
        padding-right: 0; /* Let flex gap handle spacing */
    }

    .premium-hero__glass-stage--scroll-cards .premium-hero__slide {
        flex: 0 0 clamp(275px, 22vw, 348px);
        width: clamp(275px, 22vw, 348px);
    }
    
    .premium-hero__card-shift {
        height: 100%;
        animation: premium-card-bob 7s ease-in-out infinite;
    }

    .premium-hero__glass-stage--scroll-cards .premium-hero__card-shift {
        animation: none;
    }
    
    .premium-hero__card-surface {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    
    .premium-hero__slide:nth-child(odd) {
        transform: translateY(-20px) rotateY(-8deg) rotateX(4deg) translateZ(30px);
    }
    
    .premium-hero__slide:nth-child(even) {
        transform: translateY(30px) rotateY(-12deg) rotateX(6deg) translateZ(-20px) scale(0.95);
    }
    
    .premium-hero__slide:nth-child(even) .premium-hero__card-shift {
        animation-delay: -3.5s;
    }

    /* Reference-style staggered 3D row (overrides odd/even for scroll cards) */
    .premium-hero__glass-stage--scroll-cards .premium-hero__slide:nth-child(1) {
        transform: translateY(-18px) rotateY(-14deg) rotateX(5deg) translateZ(48px);
    }

    .premium-hero__glass-stage--scroll-cards .premium-hero__slide:nth-child(2) {
        transform: translateY(32px) rotateY(-7deg) rotateX(4deg) translateZ(12px) scale(0.98);
    }

    .premium-hero__glass-stage--scroll-cards .premium-hero__slide:nth-child(3) {
        transform: translateY(-8px) rotateY(-18deg) rotateX(7deg) translateZ(-32px) scale(0.96);
    }

    .premium-hero__glass-stage--scroll-cards .premium-hero__slide:nth-child(2) .premium-hero__card-shift,
    .premium-hero__glass-stage--scroll-cards .premium-hero__slide:nth-child(3) .premium-hero__card-shift {
        animation-delay: 0;
    }
    
    @keyframes premium-card-bob {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-16px); }
    }
}

/* Glassmorphism for scroll cards (overrides split-ref solid tile) — frosted over headline */
.premium-hero__glass-stage--scroll-cards .premium-hero__card-surface {
    border-radius: 14px;
    background: linear-gradient(
        155deg,
        rgba(255, 255, 255, 0.45) 0%,
        rgba(255, 255, 255, 0.22) 48%,
        rgba(255, 255, 255, 0.14) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(22px) saturate(1.18);
    -webkit-backdrop-filter: blur(22px) saturate(1.18);
    box-shadow:
        0 32px 80px rgba(18, 36, 62, 0.14),
        0 0 0 1px rgba(255, 255, 255, 0.28) inset,
        0 -14px 44px rgba(255, 255, 255, 0.2) inset;
}

.premium-hero__glass-stage--scroll-cards .premium-hero__card-surface::after {
    opacity: 0.85;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.65) 0%, transparent 48%, rgba(255, 255, 255, 0.06) 100%);
}

.premium-hero__glass-stage--scroll-cards .premium-hero__card-surface:hover {
    background: linear-gradient(
        155deg,
        rgba(255, 255, 255, 0.62) 0%,
        rgba(255, 255, 255, 0.36) 50%,
        rgba(255, 255, 255, 0.26) 100%
    );
    border-color: rgba(255, 255, 255, 0.72);
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
    .premium-hero__cards-viewport {
        overflow: visible;
        min-height: 0;
    }

    .premium-hero__cards-track {
        flex-direction: column;
        width: 100% !important;
        transform: none !important;
    }

    .premium-hero__slide {
        flex: none !important;
        width: 100% !important;
        max-width: 22rem !important;
        padding-right: 0;
    }
}

.premium-hero__lede {
    font-size: clamp(1rem, 1.35vw, 1.125rem);
    line-height: 1.65;
    max-width: 36rem;
    margin-bottom: 1.75rem;
}

.premium-hero__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--primary-color);
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(18, 36, 62, 0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

.premium-hero__btn-secondary:hover {
    background: rgba(255, 255, 255, 0.75);
    border-color: rgba(18, 36, 62, 0.28);
    color: var(--primary-color);
    box-shadow: 0 12px 36px rgba(18, 36, 62, 0.08);
}

.premium-hero__trust {
    margin-top: 1.75rem;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.65rem;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .premium-hero__trust {
        justify-content: flex-start;
    }
}

.premium-hero__badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--primary-color);
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 4px 24px rgba(18, 36, 62, 0.06);
}

.premium-hero__badge--muted {
    color: var(--text-color);
    font-weight: 500;
    letter-spacing: 0.1em;
    background: rgba(255, 255, 255, 0.35);
}

.premium-hero__visual {
    position: relative;
}

.premium-hero__glass-stage {
    position: relative;
    z-index: 2;
    min-height: clamp(320px, 48vh, 500px);
    margin-top: 0.5rem;
}

.premium-hero__panel {
    position: absolute;
    border-radius: 24px;
    pointer-events: none;
    opacity: 0.85;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.12));
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow:
        0 32px 80px rgba(18, 36, 62, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.premium-hero__panel--back {
    width: 78%;
    height: 72%;
    left: 8%;
    top: 14%;
    transform: rotate(-6deg);
    z-index: 0;
}

.premium-hero__panel--mid {
    width: 62%;
    height: 58%;
    right: 4%;
    bottom: 8%;
    transform: rotate(8deg);
    z-index: 1;
    opacity: 0.65;
}

.premium-hero__card {
    position: absolute;
    z-index: 2;
    width: 48%;
    max-width: 280px;
    opacity: 1;
}

.premium-hero__card-shift {
    will-change: transform;
    transform-origin: 50% 50%;
}

/* Card entrance: CSS-only so it always runs (independent of JS class / ScrollTrigger) */
@keyframes premium-hero-card-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes premium-hero-shift-rise {
    from {
        transform: translate3d(0, 48px, 0) scale(0.94);
    }
    to {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@media (prefers-reduced-motion: no-preference) {
    .premium-hero__card {
        animation: premium-hero-card-fade-in 0.95s cubic-bezier(0.22, 1, 0.36, 1) both;
        animation-delay: var(--enter-delay, 0s);
    }

    .premium-hero__card-shift {
        animation: premium-hero-shift-rise 0.95s cubic-bezier(0.22, 1, 0.36, 1) both;
        animation-delay: var(--enter-delay, 0s);
    }
}

@media (prefers-reduced-motion: reduce) {
    .premium-hero__card,
    .premium-hero__card-shift {
        animation: none !important;
    }
}

.premium-hero__card--1 {
    left: 0;
    top: 5%;
    z-index: 4;
}

.premium-hero__card--2 {
    right: 0;
    top: 28%;
    z-index: 5;
    width: 52%;
    max-width: 300px;
}

.premium-hero__card--3 {
    left: 14%;
    bottom: 2%;
    z-index: 3;
}

.premium-hero__card-surface {
    position: relative;
    padding: 1.25rem 1.2rem 1.15rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow:
        0 24px 60px rgba(18, 36, 62, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.12) inset,
        0 -20px 50px rgba(255, 255, 255, 0.15) inset;
    transition: border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.premium-hero__card-surface::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.55) 0%, transparent 42%, transparent 58%, rgba(255, 255, 255, 0.08) 100%);
    opacity: 0.9;
}

.premium-hero__card-surface:hover {
    border-color: rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.48);
    box-shadow:
        0 32px 72px rgba(18, 36, 62, 0.16),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset,
        0 0 40px rgba(255, 255, 255, 0.25);
}

.premium-hero__card-logo-link {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 2.75rem;
    margin-bottom: 0.85rem;
}

.premium-hero__logo-img {
    max-height: 44px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(18, 36, 62, 0.08));
}

.premium-hero__quote {
    position: relative;
    z-index: 1;
    font-size: 0.8125rem;
    line-height: 1.55;
    font-weight: 500;
    color: var(--secondary-color);
    margin: 0 0 0.65rem;
}

.premium-hero__attribution {
    position: relative;
    z-index: 1;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-color);
    margin: 0;
    opacity: 0.9;
}

/* Continuous float: visible motion, starts after entrance (calc) */
@media (prefers-reduced-motion: no-preference) {
    .premium-hero__card-surface {
        animation: premium-hero-card-float 7.5s ease-in-out infinite;
        animation-delay: calc(0.85s + var(--float-delay, 0s));
    }
}

@keyframes premium-hero-card-float {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    25% {
        transform: translate3d(2px, -14px, 0) rotate(-0.45deg);
    }
    50% {
        transform: translate3d(-1px, -10px, 0) rotate(0.35deg);
    }
    75% {
        transform: translate3d(-2px, -16px, 0) rotate(-0.2deg);
    }
}

/* Glass back-plates: subtle load-in (desktop only) */
@media (min-width: 992px) and (prefers-reduced-motion: no-preference) {
    @keyframes premium-hero-panel-in-back {
        from {
            opacity: 0;
            transform: rotate(-6deg) scale(0.9);
        }
        to {
            opacity: 0.85;
            transform: rotate(-6deg) scale(1);
        }
    }

    @keyframes premium-hero-panel-in-mid {
        from {
            opacity: 0;
            transform: rotate(8deg) scale(0.9);
        }
        to {
            opacity: 0.65;
            transform: rotate(8deg) scale(1);
        }
    }

    .premium-hero__panel--back {
        animation: premium-hero-panel-in-back 1.05s cubic-bezier(0.22, 1, 0.36, 1) both;
        animation-delay: 0.06s;
    }

    .premium-hero__panel--mid {
        animation: premium-hero-panel-in-mid 1.05s cubic-bezier(0.22, 1, 0.36, 1) both;
        animation-delay: 0.18s;
    }
}

@media (min-width: 1201px) and (max-width: 1366px) {
    section.premium-hero.banner h1.premium-hero__title,
    .premium-hero.banner.home-hero h1.premium-hero__title {
        font-size: clamp(1.7rem, 3.2vw, 2.65rem);
    }

    .premium-hero--split-ref.premium-hero.banner.home-hero h1.premium-hero__title {
        font-size: clamp(2rem, 4.2vw, 3.75rem);
        letter-spacing: 0.01em;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    section.premium-hero.banner h1.premium-hero__title,
    .premium-hero.banner.home-hero h1.premium-hero__title {
        font-size: clamp(1.6rem, 3vw, 2.45rem);
    }

    .premium-hero--split-ref.premium-hero.banner.home-hero h1.premium-hero__title {
        font-size: clamp(1.85rem, 4vw, 3.35rem);
        letter-spacing: 0.01em;
    }

    .premium-hero__glass-stage {
        min-height: 360px;
    }
}

@media (max-width: 991.98px) {
    section.premium-hero.banner h1.premium-hero__title,
    .premium-hero.banner.home-hero h1.premium-hero__title {
        max-width: none;
        font-size: clamp(1.45rem, 4.2vw, 2.05rem);
        letter-spacing: 0.14em;
    }

    .premium-hero--split-ref.premium-hero.banner.home-hero h1.premium-hero__title {
        font-family: "Playfair Display", Georgia, "Times New Roman", serif;
        font-size: clamp(1.35rem, 4.5vw, 2rem);
        letter-spacing: 0.02em;
        text-transform: none;
    }

    .premium-hero__glass-stage {
        min-height: 0;
        padding: 1.25rem 0 0.25rem;
        max-width: 24rem;
        margin-left: auto;
        margin-right: auto;
    }

    .premium-hero__panel {
        display: none;
    }

    .premium-hero__card {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        width: 100% !important;
        max-width: 22rem;
        margin-left: auto;
        margin-right: auto;
    }

    .premium-hero__card + .premium-hero__card {
        margin-top: 0.5rem;
    }

    .premium-hero__glass-stage--scroll-cards .premium-hero__cards-viewport {
        overflow: visible;
        max-width: 24rem;
        margin-left: auto;
        margin-right: auto;
    }

    .premium-hero__glass-stage--scroll-cards .premium-hero__cards-track {
        flex-direction: column;
        width: 100% !important;
        transform: none !important;
        will-change: auto;
    }

    .premium-hero__glass-stage--scroll-cards .premium-hero__slide {
        flex: none !important;
        width: 100% !important;
        max-width: 22rem !important;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .premium-hero__glass-stage--scroll-cards .premium-hero__slide + .premium-hero__slide {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    section.premium-hero.banner h1.premium-hero__title,
    .premium-hero.banner.home-hero h1.premium-hero__title {
        font-size: clamp(1.25rem, 5.8vw, 1.85rem);
        letter-spacing: 0.1em;
    }

    .premium-hero--split-ref.premium-hero.banner.home-hero h1.premium-hero__title {
        font-family: "Playfair Display", Georgia, "Times New Roman", serif;
        font-size: clamp(1.15rem, 5.5vw, 1.72rem);
        letter-spacing: 0.02em;
        text-transform: none;
    }

    .premium-hero__glass-stage {
        padding-top: 1.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .premium-hero__orb {
        animation: none;
    }

    .premium-hero__card-surface {
        animation: none !important;
    }

    .premium-hero__mesh {
        transition: none;
    }

    .premium-hero__panel--back,
    .premium-hero__panel--mid {
        animation: none !important;
    }
}

/* Conversion dock + hero trust (GSAP-enhanced) */
.convert-dock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99998;
    padding: 0.5rem 1rem;
    padding-bottom: max(0.5rem, env(safe-area-inset-bottom));
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.convert-dock__inner {
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem 1.25rem;
    flex-wrap: wrap;
    max-width: 52rem;
    width: 100%;
    padding: 0.55rem 0.85rem 0.55rem 1.15rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 -10px 48px rgba(18, 36, 62, 0.12);
}

.convert-dock__text {
    font-size: clamp(0.8125rem, 2vw, 0.9375rem);
    font-weight: 500;
    color: var(--dark-color);
    text-align: center;
}

.convert-dock__cta.btn-grad {
    padding: 0.45rem 1.35rem;
    font-size: 0.8125rem;
    white-space: nowrap;
    border-radius: 999px;
}

.convert-dock__close {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: 50%;
    background: rgba(18, 36, 62, 0.08);
    color: var(--dark-color);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.convert-dock__close:hover {
    background: rgba(18, 36, 62, 0.14);
}

.convert-dock:not(.convert-dock--visible) {
    opacity: 0;
    transform: translateY(120%);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.convert-dock.convert-dock--visible {
    opacity: 1;
    transform: translateY(0);
}

.hero-trust-pill {
    display: inline-flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-size: clamp(0.65rem, 1.15vw, 0.75rem);
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--primary-color);
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(18, 36, 62, 0.08);
    box-shadow: 0 4px 20px rgba(18, 36, 62, 0.05);
}

@media (prefers-reduced-motion: reduce) {
    .convert-dock {
        transition: none;
    }
}