.demo-hero {
	border-radius:0px!important;	
	padding: 0px!important;	
    min-height: 130px!important;
}	

.headersection{
	padding-top: 110px!important;	
}

.demo-hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}


.demo-hero p {
	max-width:100%!important;
}	

@media (max-width: 700px) {
	.headersection{
		padding-top: 80px!important;	
	}   
}	

.btn{
     margin:0 auto;
}

.opt-ic {
    width: 46px;
    height: 46px;
    display: inline-block;
    flex-shrink: 0;
}

@media (max-width: 767px) {
  .sec {
    padding-top: 70px!important; /* match your navbar height */
  }
}

@media (min-width: 768px) {
  .sec {
    padding-top: 80px; /* match your desktop navbar height */
  }
}

.prodfeat {
	border-radius:0px!important;	
	padding-top:60px;
	padding-left:20px!important;
}	

.prodfeat__img img {    
    width: 110%;      /* scale beyond container */
    max-width: 120%;
    height: auto;
    transform: scale(1.1);
	margin-top: -58px;	
}

.opt-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}

@media (max-width: 560px) {
    .opt-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== Promo List (Calls / SMS / Validity) ===== */
.promo-list {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	margin: 0 0 1.5rem 0;
	padding: 0;
	list-style: none;
}

.promo-list li {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	line-height: 1.2;
}

.promo-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	min-width: 36px;
	border-radius: 50%;
	background: #e3e8fb;
	color: #2440d8;
}

.promo-icon svg {
	width: 18px;
	height: 18px;
}

/* ===== Secure / Fast / Pick-up line ===== */
.secure-line {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	color: #444;
	font-size: 0.85rem;
	margin-top: -20px;
}

@media (max-width: 767px) {
	.secure-line {
		margin-top: -1.25rem;
        margin-left: 10px;
	}
}

.step-card__cta {
	margin-top: auto;
	display: block;
	text-decoration: none;
}

.step-card__cta .btn {
	width: auto!important;
	display: inline-flex;
}

/* ===== Audience accordion (Step 2) ===== */

.audience {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 14px 0;
}

.audience:first-of-type {
	border-top: none;
	padding-top: 0;
}

.audience summary {
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	color: #111;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.audience summary::-webkit-details-marker {
	display: none;
}

.audience summary::after {
	content: "+";
	font-size: 20px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
}

.audience[open] summary::after {
	content: "\2212"; /* minus sign */
}

.audience[open] summary {
	margin-bottom: 20px;
}

/* .opt-ic-svg {
  display: inline-block;      /* spans need this to have a real box */
 /* width: 56px;
  height: 56px;

  background: linear-gradient(135deg, #153ED9, #00B4C8);

  -webkit-mask-image: var(--glow-icon-mask);
  mask-image: var(--glow-icon-mask);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
} */