body {
	background-color:#F9FAFB !important;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight:normal;
	font-style: normal;
}
figure {
	margin: 0;
}
section {
  content-visibility: auto;
}
ol li {
	padding: 4px 0;
}
.blox{
	width: 24px;
	height: 24px;
	border-radius: 4px;
	margin-right: 4px;
}
.research-card {
  border-radius: 16px;
  transition: all 0.3s ease;
  background: #fff;
}
.insight-card {
  border-radius: 16px;
  transition: all 0.3s ease;
  background: #fff;
}

.insight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
.highlight-card {
  background: #f8f5ff;
}
.icon-box {
  width: 48px;
  height: 48px;
  background: #E0E7FF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smallpara {
	font-size: 0.875rem !important;
	line-height: 1.269rem !important;
	font-family: "Outfit", "Inter", system-ui, sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: italic;
}
.icon-box svg {
  width: 24px;
  height: 24px;
  stroke: #6366F1;
}

.insight-card ul li {
  margin-bottom: 8px;
}
.influence-summary-card {
  border-radius: 16px;
  background: #f9fafb;
}
.influence-summary-card ul li {
  margin-bottom: 8px;
}
.text-primary {
	color: #4338CA !important;
}

/*.research-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}*/

.highlight-card {
  background: #f8f5ff;
}

.research-card ul li {
  margin-bottom: 8px;
}

.research-card svg {
  width: 28px;
  height: 28px;
  stroke: #4338CA; /* your primary color */
}
.bloxp{
	background: #6750A4;
}
.bloxn{
	background: #64748B;
}
.bloxs{
	background: #10B981;
}
.bloxe{
	background: #EF4444;
}
.bloxw{
	background: #F59E0B;
}
.inter {
	font-family: 'Inter', sans-serif;
}
.iconbg {
	background: #F9FAFB;
	padding: 12px;
}
.styleguide figure img{
	object-fit: fill;
}
.notes {
	background-color: #E0E7FF !important;
	border: 1px solid #818CF8 !important;
}
.notes p {
	font-size:1rem;
	line-height:1.688rem;
}
.problem-illustration {
	background: #f9fafb;
	padding: 1rem;
	border-radius: 0.75rem;
}
.amita-regular {
  	font-family: "Amita", serif;
  	font-weight: 400;
  	font-style: normal;
}
.container img, .pics img {
  	width: 100%;
  	height: 100%;
  	object-fit: cover; /* or 'contain' */
}
.pics img{
	border-radius: 16px;
	max-width: 340px;
	max-height: 400px;
}
.amita-bold {
	font-family: "Amita", serif;
	font-weight: 700;
	font-style: normal;
}
.thumbnail img {
  	object-fit: cover;
	max-width: 100%;
	display: block;
	margin: auto;
}
header {
	background-color:#FFF;
}
.menubar {
	margin-left: auto !important;
	margin-right:0 !important;
	flex-grow:0 !important;
}
.nav-link{
	font-weight: 400;
	border-radius: 8px;
}
a.nav-link:hover{
	color: #4338CA;
	background-color:#EEF2FF;
}
/*.hero {
	min-height: 70vh;
	display: flex;
	align-items: center;
	background-image: url("../images/hero-bg.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}*/
.hero, .hero-inner {
	min-height: 60vh;
	background: radial-gradient(circle at 80% 20%, rgba(232, 51, 172, 0.18), transparent 50%),
                  radial-gradient(circle at 20% 80%, rgba(99, 102, 241, 0.12), transparent 50%),
				  url('../images/borderBottom.webp') repeat-x bottom, url('../images/heroBG.webp') repeat;
      overflow: hidden;
}
.fun-note{
	color:#777;
	display:inline-block;
}
.cta{
	list-style:none;
	padding:0;
	display:flex;
	gap:12px;
}
.iteration img{
	object-fit: contain;
}
.hero-stats {
  display: flex;
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 600;
  gap: 32px;
  font-size: 1rem;
  color: #1F2937;
  flex-wrap: wrap;
  flex-direction: row; /* changed from column to row */
}

.hero-stats div {
  display: flex;
  flex-direction: column;
}

.hero-stats div:last-child{
	border-right:none;
}


.stat-number {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}

.stat-label {
  font-size: 1rem;
  color: #666;
  font-family: "Outfit", "Inter", system-ui, sans-serif;
	font-weight: 400;
}



.hero-visual{
	display:flex;
	justify-content:center;
	align-items:center;
}

.ui-stack{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:20px;
	max-width:620px;
	align-items:center;
}

.ui-card {
    width: 100%;
    height: 260px;
    object-fit: contain;
    border-radius: 25px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    /*transition: transform 0.15s ease-out;
    will-change: transform;*/
}
/*.ui-card:hover{
    transform: translateY(-6px) scale(1.02);
}*/
.card-1,
.card-2,
.card-3 {
    animation: none;
}
.card-1 { z-index: 3; }
.card-2 { z-index: 2; }
.card-3 { z-index: 1; }
/*@keyframes float{
	0%{transform:translateY(5px)}
	50%{transform:translateY(-12px)}
	100%{transform:translateY(4px)}
}
@keyframes float1{
    0% { transform:translateY(0); }
    50% { transform:translateY(-10px); }
    100% { transform:translateY(0); }
}
@keyframes float2{
    0% { transform:translateY(0); }
    50% { transform:translateY(-15px); }
    100% { transform:translateY(0); }
}*/



.scroll-indicator{
	position:absolute;
	bottom:20px;
	left:50%;
	transform:translateX(-50%);
	font-size:12px;
	color:#777;
}

@keyframes scroll{
	0%{opacity:0; top:6px;}
	50%{opacity:1;}
	100%{opacity:0; top:16px;}
}
.hero-inner{
	text-align:center;
	padding:40px 0;
}
.hero h1{
	color:#1F2937;
	font-size:3rem;
	line-height:3.75rem;
}
.hero h1 span{
	color:#3730A3;
	font-size:3.78rem;
	line-height:4.875rem;
}
.hero p {
	max-width:800px;
	margin:0 auto;
}
.intro{
	font-size:2.438rem;
	line-height:3.563rem;
	color:#F9FAFB;
}
.hero-inner h2, .hero-inner h1{
	color: #312E81;
}
h1, h2, h3{
	font-family: "Libre Baskerville", serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
}
h1{
	font-size:3rem;
	line-height:3.9rem;
}
.hero h2{
	font-size:2.438rem;
	line-height:3.563rem;
}
h2{
	font-size:2.438rem;
	line-height:3.563rem;
	color: #111827;
}
h3{
	font-size:2.063rem;
	line-height:3rem;
	color:#1F2937;
}
h4{
	color: #374151;
	font-size: 1.75rem;
	line-height: 2.563rem;
}
h5{
	color: #374151 !important;
	font-size: 1.438rem;
	line-height: 2.063rem;
}
h6{
	color: #374151 !important;
	font-size: 1.188rem;
	line-height: 1.75rem;
}
.hero p{
	color:#374151;
}
p, ul li, ol li{
	font-size:1.125rem;
	line-height:1.688rem;
	font-weight:normal;
	color:#4B5563;
}
.navbar-brand {
	display:flex;
	justify-content:center;
	font-size:1.5rem;
}
.logomark {
	padding-left:8px;
}
.section-inner{
	padding-top:3rem;
	padding-bottom:3rem;
}
footer, .footer {
	padding-bottom: 24px;
	background: url('../images/borderBottom.webp') repeat-x bottom, #312E81;
}
.section-n50{
	background-color: #F9FAFB;
}
.section-p50, .about-section{
	background-color: #EEF2FF;
}
.about-section, .process, .contact, .experience, .works, .services, .neutral50, .section-n50, .section-p50, .neutral100 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.neutral50{
	background-color: #F9FAFB;
}
.neutral100{
	background-color: #F3F4F6;
}
.text-body-secondary {
	color: #EEF2FF !important;
	border-radius: 8px;
}
.text-body-secondary:hover {
	color: #4F46E5 !important;
}
.services, .strategy, .testimonials  {
	background-color: #EEF2FF;
}
.experience {
	background-color: #F3F4F6 !important;
}
.btn-primary {
	background-color:#4F46E5;
	border-color:#4338CA;
}
.btn-primary:hover {
	background-color:#6366F1;
	border-color:#4F46E5;
}
.btn-primary:active  {
	background-color:#4F46E5 !important;
	border-color:#4338CA !important;
}
.btn-primary.focus  {
	background-color:#4F46E5 !important;
	border-color:#4338CA !important;
}
.btn-gradient {
  background: linear-gradient(135deg, #4F46E5, #F881C8);
  border-color:#4338CA;
  border: none;
  color: #FFF;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn-gradient:hover {
  box-shadow: 0 0 20px rgba(143, 25, 221, 0.4);
  color: #FFF;
  transform: translateY(-2px) scale(1.02);
  filter: drop-shadow(0 4px 6px rgba(143,25,221,0.35));
}

.btn-gradient:active  {
  background: linear-gradient(135deg, #4F46E5, #F881C8);
  border-color:#4338CA;
  color: #FFF !important;
}
.btn-gradient:focus  {
  background: linear-gradient(135deg, #4F46E5, #F881C8);
  border-color:#4338CA;
  color: #FFF;
}

.btn-outline-gradient {
  background: transparent;
  border: none;
  color: #3730A3;
  box-shadow: inset 0 0 0 1.5px #3730A3;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.btn-outline-gradient:hover {
  box-shadow: inset 0 0 0 1.5px #F881C8, 0 0 16px rgba(248, 129, 200, 0.3);
  color: #F881C8;
  transform: translateY(-2px) scale(1.02);
}
.btn-outline-gradient:focus,
.btn-outline-gradient:active {
  box-shadow: inset 0 0 0 1.5px #4F46E5;
  color: #7C3AED;
  background: transparent;
}

.btn-secondary {
	background-color:#E833AC;
	border-color:#C62392;
}
.btn-secondary:hover {
	background-color:#F881C8;
	border-color:#E833AC;
}
.btn-secondary:active  {
	background-color:#E833AC !important;
	border-color:#C62392 !important;
}
.btn-secondary.focus  {
	background-color:#E833AC !important;
	border-color:#C62392 !important;
}
.btn-secondary:focus-visible  {
	background-color:#E833AC !important;
	border-color:#C62392 !important;
}
.btn-outline-primary {
  color:#4F46E5;
  border-color:#4338CA;
}
.btn-outline-primary:hover {
  color:#EEF2FF;
  background-color:#6366F1;
  border-color:#4F46E5;
}
.btn-outline-primary:active {
  color:#EEF2FF;
  background-color:#4F46E5 !important;
  border-color:#4338CA !important;
}
.btn-outline-secondary {
  color:#E833AC;
  border-color:#C62392;
}
.btn-outline-secondary:hover {
  color:#EEF2FF;
  background-color:#F881C8;
  border-color:#E833AC;
}
.btn-outline-secondary:active {
  color:#EEF2FF;
  background-color:#F881C8 !important;
  border-color:#E833AC !important;
}
.eyebrow, .section-eyebrow {
	color:#374151;
	text-transform:uppercase;
	margin-bottom:0 !important;
	font-size:0.875rem !important;
}
.pill {
	width: fit-content;
	background-color: #E0E7FF;
	border: 1px solid #C7D2FE;
	border-radius: 8px;
}
.thumbnail {
	padding:48px 48px 0 48px;
	border-radius:8px;
}
.primary50{
	background-color:#EEF2FF;
}
.secondary50{
	background-color: #FEF0F7;
}
.success50{
	background-color: #F0FDF4;
}
.warning50{
	background-color: #FFFBEB;
}
.secondary100{
	background-color:#FDE1EF;
}
.calltoaction{
	display: flex;
	justify-content: center;
}
.cta {
	margin-left: auto;
	margin-right: auto;
	list-style:none;
	padding-left:0;
	display: flex;
	gap: 1rem;
	flex-wrap: nowrap;
}
.cta li {
	padding:0;
	display:inline-flex;
}
.card {
	background-color: #FFF;
	border:none;
	border-radius: 8px;
}
.card h3{
	color: #D1D5DB;
}
.card h5{
	color: #1F2937;
}
.card p, .card ul li{
	color: #4B5563;
	font-size:1.125rem;
	line-height:1.688rem;
	font-weight:normal;
}
.card-header{
	background-color: #F9FAFB;
}
.badge {
	font-size: 1.125rem;
	line-height: 1.688rem;
	font-weight: normal;
	padding: 4px 8px;
}
.badge-primary{
	background-color: #E0E7FF;
	color: #4338CA;
}
.badge-secondary{
	background-color: #F9FAFB;
	color: #6B7280;
}
.caption{
	font-size: 0.75rem;
	line-height: 1.063rem;
	font-weight: normal;
}
.blockquote-footer{
	margin-top: 1rem;
	color: #111827;
	font-weight:500;
}
.blockquote-footer::before {
	content:"";
}
#form-success {
  	animation: fadeIn 0.4s ease-in;
}
.flow-card {
  	position: relative;
}
.flow-card:hover::after {
  	opacity: 0.7;
}
.flow-card::after {
  	border-radius: 1px;
}
.no-bg {
	background: none;
}





.timeline {
  position: relative;
  margin-top: 40px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #E0E7FF;
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 16px 20px;
}
.timeline-item ul li{
	font-size: 0.875rem;
}

.timeline-item.left {
  left: 0;
  text-align: left;
}

.timeline-item.right {
  left: 50%;
}

.timeline-content {
  background: #fff;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #eee;
  position: relative;
}

.timeline-date {
  font-size: 0.85rem;
  color: #6366F1;
  font-weight: 600;
}

.timeline-item::after {
  content: "";
  position: absolute;
  top: 30px;
  width: 16px;
  height: 16px;
  background: #6366F1;
  border-radius: 50%;
  z-index: 1;
}

.timeline-item.left::after {
  right: -8px;
}

.timeline-item.right::after {
  left: -8px;
}

.timeline-content ul {
  padding-left: 18px;
  margin-top: 12px;
}

.timeline-content li {
  margin-bottom: 6px;
}

.about-photo {
  max-width: 340px;
  border-radius: 16px;
}

.skill-badge {
  background: #E0E7FF;
  color: #3730A3;
  font-weight: 500;
  padding: 8px 14px;
  margin: 5px;
  font-size: 0.85rem;
}

.skills {
  display: flex;
  flex-wrap: wrap;
}

.process-wrapper{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  position:relative;
  gap:20px;
}

.process-wrapper::before{
  content:"";
  position:absolute;
  top:30px;
  left:0;
  right:0;
  height:2px;
  background:#EEF2FF;
  z-index:0;
}

.process-step{
  position:relative;
  text-align:center;
  max-width:160px;
  z-index:1;
}
.process-step p, .experience ul li{
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.process-step .icon{
  width:60px;
  height:60px;
  border-radius:50%;
  background:#E0E7FF;
  color:#8F19DD;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  margin:0 auto 10px;
  border:2px solid #fff;
  box-shadow:0 4px 10px rgba(0,0,0,0.05);
}



.job-title{
display:flex;
justify-content:space-between;
align-items:center;
}

.job-date{
font-weight:400;
font-size:0.85rem;
}




.services {
  background: #EEF2FF;
}

.service-card {
  background: white;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.service-icon i {
  font-size: 32px;
  color: #4F46E5;
}

.service-card ul {
  padding-left: 18px;
  margin-top: 10px;
}

.service-card ul li {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
}








.works, .experience, .section-n50, .contact, .neutral50 {
	background: url('../images/borderBG.webp') repeat-x bottom, url('../images/neutralBG.webp') repeat, #F9FAFB;
}
.contact {
	background-color: #F3F4F6 !important;
}
.services, .about-section, .section-p50 {
	background: url('../images/borderBG.webp') repeat-x bottom, url('../images/heroBG.webp') repeat, #EEF2FF;
}

footer .border-bottom {
	border-bottom: 1px solid #4338CA !important;
}

.work-card {
text-decoration:none;
color:inherit;
display:block;
height:100%;
overflow: hidden;
}

.thumbnail{
border-radius:16px;
padding:40px;
position:relative;
overflow:hidden;
transition:all .35s ease;
transform: translateZ(0);
border:1px solid #eee;
height:100%;
}


/* content */
.work-content{
max-width:420px;
}

.work-content h4{
font-weight:600;
margin-bottom:10px;
}

.work-content p{
color:#666;
font-size:15px;
}

/* link */

.work-link{
display:inline-block;
margin-top:10px;
font-weight:500;
transition:all .25s;
}
.work-link-secondary{
color:#981870;
}
.work-link-primary{
color:#4338CA;
}

.work-card:hover .work-link{
transform:translateX(6px);
}

/* image */

.work-image{
margin-top:40px;
text-align:right;
}

.work-image img{
width:65%;
transition:transform .5s ease;
}

.work-card:hover .work-image img{
transform:scale(1.08) translateY(-4px)
}

/* disabled */

.disabled-card{
opacity:.75;
}

.disabled{
color:#888;
}

/* gradient accents */

.secondary50{
background:linear-gradient(135deg,#FEF0F7,#FDE1EF);
}

.warning50{
background:linear-gradient(135deg,#fff7eb,#ffffff);
}

.success50{
background:linear-gradient(135deg,#f3fff7,#ffffff);
}
.prim50{
background:linear-gradient(135deg,#EEF2FF,#C7D2FE);
}




.tilt-card{
  transition: transform .25s ease, box-shadow .25s ease;
  will-change: transform;
}

.tilt-card:hover{
  transform: translateY(-8px);
  box-shadow:0 30px 60px rgba(0,0,0,0.12);
}

.tilt-card .thumbnail{
transition: transform .25s ease, box-shadow .25s ease;
}


.tilt-card .thumbnail{
  transition: none;
}

.tilt-card,
.ui-card {
  will-change: transform;
}
/* depth layers 

.work-content{
transform:translateZ(40px);
}

.work-image{
transform:translateZ(20px);
}*/




.social-icons .list-inline-item a {
  display: inline-block;
}

.social-icons img {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.social-icons a:hover img {
  transform: translateY(-6px) scale(1.08);
  filter: drop-shadow(0 10px 15px rgba(143,25,221,0.35));
}
.social-icons .list-inline-item {
  margin-right: 12px;
}

.social-icons .list-inline-item a {
  position: relative;
  display: inline-block;
  border-radius: 50%;
}

.social-icons .list-inline-item a::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  background: radial-gradient(circle, rgba(79,70,229,0.5) 0%, rgba(79,70,229,0) 70%);
}

.social-icons .list-inline-item a:hover::after {
  opacity: 1;
}

.social-icons .list-inline-item img {
  transition: transform 0.3s ease;
}

.social-icons .list-inline-item a:hover img {
  transform: scale(1.1);
}

.social-icons .list-inline-item img {
  transition: transform 0.25s ease;
}

.social-icons .list-inline-item a:hover img {
  transform: scale(1.15) rotate(6deg);
}




.style-card {
  border-radius: 16px;
  transition: all 0.3s ease;
  background: #fff;
}

.style-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
.merriweather {
  font-family: 'Merriweather', serif;
}

.inter {
  font-family: 'Inter', sans-serif;
}

.color-box {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}



.flow-row {
    display: flex;
    align-items: stretch;
  }
  .step-card {
    flex: 1;
    background: #F9FAFB;
    border: 1px solid #F3F4F6;
    border-radius: 14px;
    padding: 22px 20px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
  }

  .step-card:hover {
    box-shadow: 0 6px 24px rgba(143, 25, 221, 0.09);
    transform: translateY(-2px);
  }
  .step-number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #4338CA;
    color: #fff;
    font-family: "Libre Baskerville", serif;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
  }

  .step-label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent-mid);
    margin-bottom: 3px;
  }

  .step-title {
    font-family: "Libre Baskerville", serif;
    font-size: 1.25rem;
	line-height: 1.813rem;
    font-weight: 600;
    margin-bottom: 4px;
  }

  .step-why {
    font-size: 1rem;
    color: #374151;
    line-height: 1.688rem;
    margin: 0;
  }
  .connector {
    flex-shrink: 0;
    width: 32px;
    display: flex;
    align-items: flex-start;
  }

  .connector-line {
    width: 100%;
    height: 1px;
    background:#E5E7EB;
    position: relative;
    top: 35px; /* aligns with center of step-number */
  }

  .closing-note {
    margin-top: 28px;
    padding: 18px 22px;
    background: #E0E7FF;
    border-left: 3px solid #4338CA;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.6;
  }

  .closing-note strong { color: #4338CA; }















/* Slide down animation */
.navbar-collapse {
  transition: none;
}

.navbar-collapse.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.navbar-collapse.show {
  height: auto;
}
.btn-lg {
  white-space: nowrap;
}

/* Mobile menu styling */
@media (max-width: 991px) {
  .navbar-collapse {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 12px;
    padding-top: 8px;
  }

  .navbar-nav .nav-link {
    padding: 10px 8px;
    font-size: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #333;
  }

  .navbar-nav .nav-item:last-of-type .nav-link {
    border-bottom: none;
  }

  .navbar-nav .btn {
    display: block;
    text-align: center;
    margin-top: 8px;
  }

  /* Clean toggler — no box */
  .navbar-toggler:focus {
    box-shadow: none;
  }
}




/*  Stakeholder section  */
  .vision-block {
    background: #E0E7FF;
    border-left: 3px solid #6366F1;
    border-radius: 8px;
    padding: 24px 28px;
    margin-bottom: 2rem;
  }

  .vision-block .quote-text {
    font-size: 1.25rem;
    color: #1F2937;
    font-style: italic;
    line-height: 1.813rem;
    margin: 0 0 10px;
  }

  .vision-block .quote-source {
    font-size: 12px;
    color: #4B5563;
    margin: 0;
  }
.goal-card {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    transition: box-shadow 0.2s ease;
  }

  .goal-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  }
  .goal-metric {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 2px;
    line-height: 1.2;
  }
/*  Pain point table  */
  .pain-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }

  .pain-table thead th {
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #4B5563;
    font-weight: 500;
    padding: 0 16px 10px;
    border-bottom: 1px solid #efefef;
  }

  .pain-table thead th:first-child { padding-left: 0; }

  .pain-table tbody tr {
    transition: background 0.15s ease;
  }

  .pain-table tbody tr:hover {
    background: #fafafa;
  }

  .pain-table tbody td {
    font-size: 13px;
    color: #444;
    padding: 14px 16px;
    border-bottom: 1px solid #f2f2f2;
    vertical-align: top;
    line-height: 1.5;
  }

  .pain-table tbody td:first-child {
    padding-left: 0;
    color: #1a1a1a;
    font-weight: 500;
  }

  .pain-table .opp-badge {
    display: inline-block;
    background: #E1F5EE;
    color: #0F6E56;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 20px;
  }

  .goal-label {
    font-size: 12px;
    color: #666;
    margin: 0;
    line-height: 1.4;
  }

  /*  Audience cards  */
  .audience-card {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
    transition: box-shadow 0.2s ease;
  }

  .audience-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  }

  .audience-pill {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
  }

  .pill-phase1 { background: #EEEDFE; color: #534AB7; }
  .pill-phase2 { background: #E1F5EE; color: #0F6E56; }

  .audience-card .audience-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
  }

  .audience-card .audience-desc {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.5;
  }

  /*  Benchmark row  */
  .benchmark-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
  }

  .benchmark-chip {
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #444;
  }

  .benchmark-note {
    font-size: 12px;
    color: #4B5563;
    margin-left: 4px;
  }
.phase-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 6px;
    vertical-align: middle;
  }

  .badge-p2 { background: #E1F5EE; color: #0F6E56; }
  .badge-p3 { background: #FAEEDA; color: #854F0B; }

  /*  Stat strip  */
  .stat-strip {
    background: #EEF2FF;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 2rem;
  }

  .stat-item {
    text-align: center;
    padding: 8px 0;
  }

  .stat-item + .stat-item {
    border-left: 1px solid #e0ddf7;
  }

  .stat-num {
    font-size: 2rem;
    font-weight: 700;
    color: #3730A3;
    line-height: 1.1;
  }

  .stat-label {
    font-size: 12px;
    color: #4B5563;
    margin-top: 4px;
    line-height: 1.4;
  }
  /*  Insight cards  */
  .insight-card {
    background: #fff;
    border: 1px solid #efefef;
    border-left: 3px solid;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
    transition: box-shadow 0.2s ease;
  }

  .insight-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  }

  .insight-card.teal   { border-left-color: #1D9E75; }
  .insight-card.purple { border-left-color: #7F77DD; }
  .insight-card.amber  { border-left-color: #EF9F27; }
  .insight-card.coral  { border-left-color: #D85A30; }

/*  Tags  */
  .card-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
  }

  .tag-teal   { background: #E1F5EE; color: #0F6E56; }
  .tag-purple { background: #EEEDFE; color: #534AB7; }
  .tag-amber  { background: #FAEEDA; color: #854F0B; }
  .tag-coral  { background: #FAECE7; color: #993C1D; }

  .insight-card .card-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 6px;
  }

  .insight-card .card-body-text {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0;
  }

  /*  Bar charts  */
  .bar-chart-card {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
  }

  .bar-chart-card .chart-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
  }

  .bar-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }

  .bar-row:last-child {
    margin-bottom: 0;
  }

  .bar-label {
    font-size: 12px;
    color: #666;
    width: 72px;
    flex-shrink: 0;
  }

  .bar-track {
    flex: 1;
    height: 6px;
    background: #f0f0f0;
    border-radius: 3px;
    overflow: hidden;
  }

  .bar-fill {
    height: 100%;
    border-radius: 3px;
    transition: width 0.6s ease;
  }

  .bar-val {
    font-size: 12px;
    font-weight: 600;
    color: #444;
    width: 34px;
    text-align: right;
  }

  /*  Key insight cards  */
  .key-insight-card {
    background: #fff;
    border: 1px solid #efefef;
    border-left: 3px solid;
    border-radius: 0 10px 10px 0;
    padding: 20px;
    height: 100%;
  }

  .key-insight-card.purple { border-left-color: #7F77DD; }
  .key-insight-card.teal   { border-left-color: #1D9E75; }

  .key-insight-card .insight-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 6px;
  }

  .key-insight-card .insight-body {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0;
  }

  /*  Responsive tweaks  */
  @media (max-width: 575px) {
    .stat-item + .stat-item {
      border-left: none;
      border-top: 1px solid #e0ddf7;
    }
  }
  /*  Competitor card  */
  .comp-card {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    transition: box-shadow 0.2s ease;
  }

  .comp-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.07);
  }

  .comp-card .comp-thumb {
    width: 100%;
    display: block;
    border-bottom: 1px solid #f2f2f2;
  }
.comp-card img {
	height: auto !important;
}

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

  .comp-card .comp-name {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
  }
/* â”€â”€ Works / Limits rows â”€â”€ */
  .comp-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 1rem;
    line-height: 1.5;
    color: #444;
  }

  .comp-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

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

  .dot-green { background: #1D9E75; }
  .dot-red   { background: #D85A30; }

  .comp-section-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin: 0 0 6px;
  }

  .label-green { color: #0F6E56; }
  .label-red   { color: #993C1D; }

  /*  Influence card  */
  .influence-card {
    background: #EEF2FF;
    border-radius: 14px;
    padding: 36px;
    position: relative;
    overflow: hidden;
  }
.influence-card h5{
	color: #312E81 !important;
}

  .influence-card::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(127, 119, 221, 0.15);
    pointer-events: none;
  }

  .influence-card::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 30%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(248, 129, 200, 0.1);
    pointer-events: none;
  }

  .influence-eyebrow {
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #374151;
    margin-bottom: 6px;
  }

  .influence-heading {
    font-size: 1.25rem;
	  line-height: 1.625rem;
    font-weight: 600;
    color: #3730A3;
    margin-bottom: 6px;
  }

  .influence-sub {
    color: #1F2937;
    margin-bottom: 28px;
  }

  .influence-grid {
    display: grid;
    gap: 12px;
    position: relative;
    z-index: 1;
  }
.influence-grid {
  grid-template-columns: 1fr;
}

@media (min-width: 576px) {
  .influence-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .influence-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

  .influence-item {
    background: #FFF;
    border: 1px solid #F9FAFB;
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    transition: background 0.2s ease;
  }

  .influence-item:hover {
    background: rgba(255,255,255,0.6);
  }

  .influence-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .influence-icon svg {
    width: 16px;
    height: 16px;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
  }

  .ic-purple { background: #E0E7FF }
  .ic-purple svg { stroke: #3730A3; }

  .influence-text {
    font-size: 1rem;
    color:#1F2937;
    line-height: 1.4;
    margin: 0;
  }

  @media (max-width: 575px) {
    .influence-card { padding: 24px 20px; }
    .influence-grid { grid-template-columns: 1fr; }
  }

  /*  Style Guide  */
  /*  Typography card  */
  .sg-card {
    border: 1px solid #efefef;
    padding: 24px;
    height: 100%;
  }

  .sg-card-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #aaa;
    margin-bottom: 16px;
  }

  .font-display {
    font-family: 'Merriweather', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 4px;
  }

  .font-meta {
    font-size: 12px;
    color: #888;
    margin-bottom: 20px;
  }

  .font-body-display {
    font-family: 'Inter', sans-serif;
    font-size: 2rem;
    color: #444;
    line-height: 1.2;
    margin-bottom: 4px;
  }

  .font-usage-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 12px;
    color: #666;
  }

  .font-usage-row:last-child { border-bottom: none; }

  .font-usage-badge {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 2px 8px;
    border-radius: 4px;
    background: #f2f2f2;
    color: #555;
    flex-shrink: 0;
  }


  /* â”€â”€ Color scale â”€â”€ */
  .color-block-row {
    display: flex;
    gap: 0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 8px;
    height: 44px;
  }

  .color-block {
    flex: 1;
    position: relative;
    cursor: default;
    transition: flex 0.2s ease;
  }

  .color-block:hover { flex: 2; }

  .color-block-label {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 9px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.15s ease;
    pointer-events: none;
  }

  .color-block:hover .color-block-label { opacity: 1; }

  .color-name-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
  }

  .color-swatch {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    flex-shrink: 0;
    border: 1px solid rgba(0,0,0,0.08);
  }

  .color-name {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
  }

  .color-hex {
    font-size: 11px;
    color: #888;
    font-family: monospace;
    margin-left: auto;
  }

  .color-desc {
    font-size: 12px;
    color: #888;
    margin-bottom: 16px;
  }

  /* â”€â”€ Spacing grid â”€â”€ */
  .spacing-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
  }

  .spacing-row:last-child { border-bottom: none; }

  .spacing-bar {
    background: #EEEDFE;
    border-radius: 3px;
    height: 10px;
    flex-shrink: 0;
  }

  .spacing-token {
    font-size: 11px;
    font-weight: 600;
    color: #534AB7;
    font-family: monospace;
    width: 48px;
    flex-shrink: 0;
  }

  .spacing-px {
    font-size: 12px;
    color: #888;
    margin-left: auto;
  }

  /* â”€â”€ Icons card â”€â”€ */
  .icon-preview-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 16px;
  }

  .icon-preview-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 12px 6px;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
  }

  .icon-preview-item svg {
    width: 20px;
    height: 20px;
    stroke: #444;
    fill: none;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .icon-preview-item span {
    font-size: 9px;
    color: #999;
    text-align: center;
    line-height: 1.3;
  }

  /* â”€â”€ Component grid â”€â”€ */
  .comp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
  }

  .comp-item {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: box-shadow 0.2s ease;
  }

  .comp-item:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  }

  .comp-icon-box {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #EEEDFE;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .comp-icon-box svg {
    width: 15px;
    height: 15px;
    stroke: #534AB7;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .comp-item-title {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 2px;
  }

  .comp-item-desc {
    font-size: 11px;
    color: #888;
    line-height: 1.4;
    margin: 0;
  }

  /* â”€â”€ Palette rationale â”€â”€ */
  .rationale-card {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 12px;
    overflow: hidden;
  }

  .rationale-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .rationale-body {
    padding: 28px;
  }

  .rationale-body h5 {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
  }

  .rationale-body p {
    color: #666;
    margin: 0;
  }

  @media (max-width: 575px) {
    .comp-grid { grid-template-columns: 1fr 1fr; }
    .icon-preview-grid { grid-template-columns: repeat(4, 1fr); }
  }
  /*  Spacing grid  */
  .spacing-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
  }

  .spacing-row:last-child { border-bottom: none; }

  .spacing-bar {
    background: #818CF8;
    border-radius: 3px;
    height: 10px;
    flex-shrink: 0;
  }

  .spacing-token {
    font-size: 11px;
    font-weight: 600;
    color: #312E81;
    font-family: monospace;
    width: 48px;
    flex-shrink: 0;
  }

  .spacing-px {
    font-size: 12px;
    color: #888;
    margin-left: auto;
  }
  /*  Accessibility section  */
  .section-heading {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
  }

  .section-subheading {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 2.5rem;
    max-width: 640px;
  }

  .divider-label {
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #aaa;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 2.5rem 0 1.25rem;
  }

  .divider-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e8e8e8;
  }
  /*  Context banner  */
  .context-banner {
    background: #f8f7ff;
    border-left: 3px solid #7F77DD;
    border-radius: 0 10px 10px 0;
    padding: 20px 24px;
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 14px;
  }

  .context-banner-icon {
    width: 32px;
    height: 32px;
    background: #EEEDFE;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .context-banner-icon svg {
    width: 15px;
    height: 15px;
    stroke: #534AB7;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .context-banner p {
    font-size: 14px;
    color: #2a1a5e;
    line-height: 1.65;
    margin: 0;
  }
  /*  Decision cards  */
  .decision-card {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 12px;
    padding: 22px;
    height: 100%;
    transition: box-shadow 0.2s ease;
  }

  .decision-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  }

  .decision-card-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
  }

  .decision-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .decision-icon svg {
    width: 16px;
    height: 16px;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
  }

  .di-green  { background: #E1F5EE; }
  .di-green svg  { stroke: #0F6E56; }

  .di-purple { background: #EEEDFE; }
  .di-purple svg { stroke: #534AB7; }

  .di-amber  { background: #FAEEDA; }
  .di-amber svg  { stroke: #854F0B; }

  .di-teal   { background: #E1F5EE; }
  .di-teal svg   { stroke: #0F6E56; }

  .di-coral  { background: #FAECE7; }
  .di-coral svg  { stroke: #993C1D; }

  .decision-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 2px;
    line-height: 1.3;
  }

  .decision-tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #aaa;
  }

  .decision-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 14px;
  }

/*  Before / After pill  */
  .before-after {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .ba-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    line-height: 1.5;
  }

  .ba-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 2px 7px;
    border-radius: 4px;
    flex-shrink: 0;
    margin-top: 1px;
  }

  .ba-before {
    background: #fef2f2;
    color: #991B1B;
  }

  .ba-after {
    background: #f0faf5;
    color: #0F6E56;
  }

  .ba-text { color: #555; }

  /*  Contrast demo  */
  .contrast-demo {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 12px;
    padding: 22px;
    height: 100%;
  }

  .contrast-pair {
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 10px;
  }

  .contrast-pair:last-child { margin-bottom: 0; }

  .contrast-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
  }

  .contrast-ratio {
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
  }

  .ratio-pass { background: #f0faf5; color: #0F6E56; }
  .ratio-fail { background: #fef2f2; color: #991B1B; }

  .contrast-sample-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
  }

  /*  Touch target demo  */
  .touch-demo {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 12px;
    padding: 22px;
  }

  .touch-compare {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 12px;
  }

  .touch-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .touch-box {
    background: #EEEDFE;
    border: 2px solid #AFA9EC;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .touch-box-fail {
    background: #fef2f2;
    border-color: #fca5a5;
  }

  .touch-size-label {
    font-size: 11px;
    font-weight: 600;
    color: #534AB7;
  }

  .touch-size-label-fail {
    color: #991B1B;
  }

  .touch-caption {
    font-size: 11px;
    color: #aaa;
    text-align: center;
    line-height: 1.4;
  }

  .touch-note {
    font-size: 12px;
    color: #666;
    background: #fafafa;
    border-radius: 8px;
    padding: 10px 14px;
    margin: 0;
  }

  /*  WCAG badge strip  */
  .wcag-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 1.5rem;
  }

  .wcag-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid;
  }

  .wcag-badge-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .wcag-badge-icon svg {
    width: 10px;
    height: 10px;
    stroke: #fff;
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .wcag-green {
    background: #f0faf5;
    border-color: #b8e8d2;
  }

  .wcag-green .wcag-badge-icon { background: #1D9E75; }

  .wcag-badge-text {
    font-size: 12px;
    font-weight: 500;
    color: #1a1a1a;
  }

  .wcag-badge-sub {
    font-size: 11px;
    color: #888;
  }

  @media (max-width: 575px) {
    .touch-compare { gap: 16px; }
  }
.iteration-block { transition: box-shadow 0.2s ease; }
  .iteration-block:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.07) !important; }
  .screen-label { font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #bbb; }
  .decision-label { font-size: 10px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
  .outcome-strip { background: #EEF2FF; border-radius: 12px; }
  .outcome-dot { width: 6px; height: 6px; border-radius: 50%; background: #7F77DD; flex-shrink: 0; margin-top: 12px; }
.table-hover tbody tr:hover {
  background-color: #F3F4F6 !important;
  color: #374151 !important;
}
.table-hover > tbody > tr:hover > * {
  background-color: #F3F4F6 !important;
  color: #374151;
}

  .flow-step-connector {
    width: 28px;
    height: 2px;
    background: #d0d0d0;
    flex-shrink: 0;
  }
.material-symbols-outlined {
  font-size: 20px;
  vertical-align: middle;
}
.iconoir-home {
  font-size: 20px;
  vertical-align: middle;
}
  .screen-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #bbb;
  }

  .decision-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .screen-card { transition: box-shadow 0.2s ease; }
  .screen-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.08) !important; }

  .step-badge {
    width: 24px;
    height: 24px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  @media (max-width: 575px) {
    .flow-step-connector { display: none; }
  }



/* hero image */
/* Wrapper */
.hero-image-wrapper {
  width: 260px;
  height: 260px;
}

/* Profile Image 
.profile-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #f8f9fa;
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/

.profile-img {
  width: 100%;
  aspect-ratio: 1 / 1; /* keeps it square */
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #f8f9fa;
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: none;
}

/* Gradient Arc Ring */
.gradient-ring {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  z-index: 1;

  background: conic-gradient(
    #3730A3,
    #3D0B88,
    #E833AC,
    transparent 70%
  );

  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 8px), black 0);
  mask: radial-gradient(farthest-side, transparent calc(100% - 8px), black 0);

  animation: rotate 60s linear infinite;
}

/* Rotation Animation */
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Icon bubbles */
.icon-bubble {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
  z-index: 3;
  transition: all 0.3s ease;
}
.icon-bubble i {
  font-size: 18px;
  color: #3730A3;
}
/* Hover effect */
.icon-bubble:hover {
  transform: translateY(-6px) scale(1.05);
}
/* Icon Positions (Desktop default) */
.icon-1 {
  top: 10%;
  right: 3px;
}

.icon-2 {
  bottom: -10px;
  right: 18%;
}

.icon-3 {
  top: 50%;
  left: -34px;

}

/* 📱 Responsive Scaling */
@media (min-width: 576px) {
  .hero-image-wrapper {
    width: 300px;
    height: 300px;
  }

  .icon-bubble {
    width: 55px;
    height: 55px;
  }
}

@media (min-width: 768px) {
  .hero-image-wrapper {
    width: 340px;
    height: 340px;
  }

  .icon-bubble {
    width: 60px;
    height: 60px;
  }

  .icon-bubble i {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .hero-image-wrapper {
    width: 380px;
    height: 380px;
  }

  .icon-bubble {
    width: 65px;
    height: 65px;
  }

  .icon-bubble i {
    font-size: 22px;
  }
}





























@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}









@media (max-width: 991px) {
	.works,
	.strategy,
	.services,
	.experience,
	.testimonials,
	.about,
	.contact {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.section-inner {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.hero, .hero-inner{
		padding:50px 0;
	}
	.hero h1,
	.hero h2 {
		font-size: 3rem;
		line-height: 3.75rem;
	}
	.card-body {
    padding: 2.5rem;
  }
}

@media (max-width: 576px) {
	.works,
	.strategy,
	.services,
	.experience,
	.testimonials,
	.about,
	.contact, 
	.section-n50,
	.section-p50 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.card-body {
    padding: 0.25rem;
  }
	.section-inner {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.hero, .hero-inner{
		padding:30px 0;
	}
	h1, h2 {
		font-size: 2rem !important;
		line-height: 2.625rem !important;
	}
	.problem-illustration {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.intro{
	font-size:1.5rem;
	line-height:2.125rem;
	color:#4B5563;
	}
	.hero h1 span{
	color:#3730A3;
	font-size:2rem;
	line-height:2.625rem;
	}
	.hero-stats{
		font-size:12px !important;
		color:#1F2937;
		flex-wrap:wrap;
		gap: 8px !important;
		display: grid;
    	grid-template-columns: 1fr 1fr 1fr;
	}
	.hero-stats div{
		padding-right:8px;
	}
	.stat-number {
	  font-size: 0.7rem;
	  font-weight: 600;
	  line-height: 1;
	}

	.stat-label {
	  font-size: 0.65rem;
	  color: #666;
	}
	.about-photo {
		max-width: 100%;
	}
}



/* Desktop: horizontal flow */
@media (min-width: 768px) {
  .flow-step:not(:last-child) .flow-card::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    width: 48px;
    height: 1px;
    background-color: #6366F1;
    opacity: 0.4;
    transform: translateY(-50%);
  }
}

/* Mobile: vertical flow */
@media (max-width: 767.98px) {
  .flow-step:not(:last-child) .flow-card::after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    width: 1px;
    height: 48px;
    background-color: #6366F1;
    opacity: 0.4;
    transform: translateX(-50%);
  }
.timeline::before {
    left: 20px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 60px;
    padding-right: 20px;
    margin-bottom: 40px;
  }

  .timeline-item.left,
  .timeline-item.right {
    left: 0;
    text-align: left;
  }

  .timeline-item::after {
    left: 12px;
  }
	
	.process-wrapper{
  flex-direction: column;
  align-items: flex-start;
  gap:30px;
}

/* change the horizontal line to vertical */

.process-wrapper::before{
  top:0;
  bottom:0;
  left:30px;
  right:auto;
  width:2px;
  height:auto;
}

/* step layout */

.process-step{
  text-align:left;
  max-width:100%;
  padding-left:80px;
}

/* icon position */

.process-step .icon{
  position:absolute;
  left:0;
  margin:0;
}
}





.impact-feedback-card { transition: box-shadow 0.2s ease; }
.impact-feedback-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.07) !important; }

  .reflection-card { background: #E0E7FF; border-radius: 14px; }

  .next-step-item {
    border-left: 2px solid rgba(127,119,221,0.4);
    padding-left: 16px;
  }

  .decision-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
