@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

body{
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Poppins', sans-serif;
}

h1{
	line-height: 120%;
	font-size: 52px;
	font-weight: 600;
}

.section{
	overflow: hidden!important;
}

.container {
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
}

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(226, 232, 240, 0.8);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
	transition: all 0.25s ease-in-out;
}

.header.active {
	box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.08);
	background: rgba(255, 255, 255, 0.98);
}

.header .navbar {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.header .logo {
	height: 40px;
}

.header .logo img {
	height: 100%;
	object-fit: contain;
}

.header .navbar-nav > .nav-item > .nav-link {
	padding: 8px 10px !important;
	text-transform: none; /* Modern Title Case */
	color: #334155;
	font-size: 13.5px;
	font-weight: 500;
	border-radius: 8px;
	transition: all 0.15s ease-in-out;
}

.header .navbar-nav > .nav-item > .nav-link:hover {
	color: #0d6efd;
	background: rgba(13, 110, 253, 0.07);
}

.header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.header .dropdown:hover .dropdown-menu a{
}

.login{
	margin-top: 130px;
	background-size: cover;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.blogs{
	margin-top: 130px;
	border-radius: 40px;
	background-size: cover;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.banner {
	margin-top: 75px;
	border-radius: 0;
	background-size: cover;
	position: relative;
	padding-top: 40px;
	padding-bottom: 50px;
}

.banner .content{
	text-align: center;
	max-width: 1024px;
	padding: 0 30px;
}

.banner .socials{
	text-align: center;
	background-color: #fff;	
	position: absolute;
	padding: 20px 60px 0;
	border-radius: 70px 70px 0 0;
	bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

.banner .socials ul{
	list-style: none;
	margin: auto;
	padding: 0;

}

.banner .socials ul li{
	margin: 0 10px;
	display: inline-block;
}

.banner .socials ul li img{
	width: 80px;
	height: 80px;
}

@media (max-width: 768px) {
	h1{
		font-size: 30px;
	}

	.container {
	  	padding-right: 25px;
	  	padding-left: 25px;
	  }

	.header{
		box-shadow: 0 0px 20px 2px rgba(0, 0, 0, 0.05);
		background-color: white;
	}
	/* margin-top neutralized */
	.header .navbar-nav > .nav-item > .nav-link{
		padding: 15px 13px!important;
	}
	.nav-btn-login .btn{
		width: 100%;
		margin-top: 15px;
	}
	.headline{
		text-align: center;
		padding: 0 40px;
	}

	.features .headline{
		margin-bottom: 70px;
	}

    .title{
    	font-size: 40px!important;
    }

    .pricing .pricing-feature-name{
		display: block!important;
	}

	.pricing .pricing-feature-icon{
		width: auto!important;
	}

	.pricing .pricing-feature-head{
		opacity: 1!important;
	}
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(72, 219, 86, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}


.circles li:nth-child(11){
    left: 30%;
    width: 40px;
    height: 40px;
    animation-delay: 2s;
    animation-duration: 12s;
    background: rgba(1, 210, 142, 0.2);
}

.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
    background: rgba(1, 210, 142, 0.2);
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 12s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 45%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
    background: rgba(255, 72, 147, 0.2);
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
    background: rgba(255, 72, 147, 0.2);
}

.circles li:nth-child(12){
    left: 20%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    animation-duration: 8s;
    background: rgba(255, 72, 147, 0.2);
}

.circles li:nth-child(13){
    left: 60%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 7s;
    background: rgba(255, 72, 147, 0.2);
}

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        border-radius: 50%;
    }

}

.text-primary{
	color: #48db56;
}

.accordion-button:not(.collapsed){
	background: #eefff0;
	color: #000;
}

.title{
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    color: #48db56;
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: -3px;
}

.desc{
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	max-width: 700px;
	margin: auto;
}

/*Features*/

.feature-marque{
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}

.core-feature .item{
	background-color: rgba(255, 255, 255, 0.2);
}


/*Rating*/
.rating{
	position: relative;
}

.rating .rating-bottom{
	height: 200px;
	position: absolute;
    bottom: 0;
    z-index: 1000;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
}

/*Pricing*/
.pricing .featured{
	top: 0px;
	padding: 7px 0;
	border-radius: 30px 30px 0 0;
	text-align: center;
}

.pricing .pricing-feature-name{
	display: none;
}

.pricing .pricing-feature-icon{
	width: 100%;
	text-align: center;
}

.pricing .pricing-feature-icon i{
	position: relative;
	top: -7px;
}

.pricing .pricing-feature-head{
	opacity: 0;
}

/*Footer*/
.footer{
	position: relative;
	background-color: var(--sp-text-gray-100);
}

.footer .footer-bg{
	position: absolute;
	width: 100%;
	height: 450px;
	top: -450px;
	background-image: url("../img/wave.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.scroll-top{
	position: fixed;
	bottom: 40px;
	right: 40px;
}

.scroll-top .icon .hover{
	background-color: rgba(255, 255, 255, 0.5);
}

.scroll-top .icon:hover .hover{
  border-style: dashed!important;
  border-width: 2px!important;
}

.scroll-top .hover:hover{
  border-style: dashed!important;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.moveup {
  animation: MoveUpDown 1.2s linear infinite;
  position: absolute;
  bottom: 0;
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 9px;
  }
  50% {
    bottom: 16px;
  }
}

/* --- Modern Image-Free Auth Side Panel --- */
.bg-login-page,
.signup .bg-login-page {
	background-color: #081c13 !important;
	background-image: linear-gradient(145deg, #06170f 0%, #0c2b1c 50%, #05140d 100%) !important;
	position: relative;
	overflow: hidden;
	border-radius: 0 24px 24px 0;
}
.bg-login-page::before {
	content: '';
	position: absolute;
	top: -60px;
	right: -60px;
	width: 260px;
	height: 260px;
	background: radial-gradient(circle, rgba(37, 211, 102, 0.22) 0%, transparent 70%);
	pointer-events: none;
}
.bg-login-page::after {
	content: '';
	position: absolute;
	bottom: -80px;
	left: -80px;
	width: 320px;
	height: 320px;
	background: radial-gradient(circle, rgba(16, 185, 129, 0.18) 0%, transparent 70%);
	pointer-events: none;
}


.bg-cover{
	background-size: cover;
}

/*
* pagination
*/
.paginationjs .paginationjs-pages li{
  	border: 1px solid #efefef;
}

.paginationjs .paginationjs-pages li:last-child{
  	border-right: 1px solid #efefef;
}
	
.paginationjs .paginationjs-pages li>a{
  height: auto;
  	padding: 4px 16px;
}

.paginationjs .paginationjs-pages li.active>a {
  	height: auto;
    background: #212529;
    border-left: none;
    border-right: none;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 3px 16px;
}


.form-switch.form-switch-pricing{
  margin-top: 40px;
}

.form-switch.form-switch-pricing .form-check-input{
	margin: 0 15px 0 15px;
	position: relative;
	padding: 20px 40px;
  	margin-top: 0;
}

.form-switch.form-switch-pricing .form-check-label{
  font-size: 18px;
}

.form-switch.form-switch-pricing .form-check-input{
  background-color: #48db56;
  border-color: #48db56;
}

.form-switch.form-switch-pricing .form-check-input[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

/* === WhatsApp API Gateway Custom Styles === */
.api-code-card {
    background: #0d1117;
    border: 1px solid #30363d;
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
}
.api-code-header {
    background: #161b22;
    padding: 12px 18px;
    border-bottom: 1px solid #30363d;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.api-code-dots {
    display: flex;
    gap: 7px;
}
.api-code-dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}
.api-tab-btn {
    background: transparent;
    border: 1px solid transparent;
    color: #8b949e;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.api-tab-btn.active, .api-tab-btn:hover {
    background: #21262d;
    color: #58a6ff;
    border-color: #30363d;
}
.api-code-body {
    padding: 18px 20px;
    color: #c9d1d9;
    font-size: 13px;
    line-height: 1.6;
    overflow-x: auto;
    white-space: pre;
    max-height: 380px;
    margin-bottom: 0;
}
.api-badge-method {
    background: #238636;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 11px;
    margin-right: 6px;
}
.api-badge-url {
    color: #79c0ff;
    font-size: 12px;
    word-break: break-all;
}
.api-status-badge {
    background: rgba(46, 160, 67, 0.15);
    color: #3fb950;
    border: 1px solid rgba(46, 160, 67, 0.4);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}
.step-card {
    background: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 20px;
    padding: 35px 28px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.03);
    height: 100%;
}
.step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(37, 211, 102, 0.15);
    border-color: #25d366;
}
.step-number-badge {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    box-shadow: 0 8px 16px rgba(37, 211, 102, 0.3);
}
.compare-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    background: #ffffff;
}
.compare-table th {
    padding: 18px 24px;
    font-weight: 700;
    font-size: 15px;
}
.compare-table td {
    padding: 16px 24px;
    border-top: 1px solid #f0f0f0;
    font-size: 14px;
}
.compare-badge-pro {
    background: #e6f9ed;
    color: #0d8a43;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
}
.compare-badge-con {
    background: #fdf0f0;
    color: #cf222e;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
}
.usecase-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #eef0f3;
    padding: 30px 24px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0,0,0,0.03);
    height: 100%;
}
.usecase-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(0,0,0,0.08);
    border-color: #25d366;
}
.badge-pill-soft {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

/* Hero Badge Contrast & Visibility Fix */
.gateway-hero-badge {
    display: inline-flex !important;
    align-items: center !important;
    padding: 7px 16px !important;
    border-radius: 50px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.2px !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04) !important;
}
.badge-whatsapp-business {
    background: #e8f9ee !important;
    color: #0d8a43 !important;
    border: 1px solid #7be1a2 !important;
}
.badge-whatsapp-business i {
    color: #25d366 !important;
}
.badge-whatsapp-personal {
    background: #f1f3f5 !important;
    color: #212529 !important;
    border: 1px solid #ced4da !important;
}
.badge-whatsapp-personal i {
    color: #212529 !important;
}
.badge-whatsapp-notemplate {
    background: #e7f5ff !important;
    color: #1971c2 !important;
    border: 1px solid #74c0fc !important;
}
.badge-whatsapp-notemplate i {
    color: #1971c2 !important;
}

/* ===================================================
   INTEGRATIONS SHOWCASE & E-COMMERCE STYLES
   =================================================== */
.integration-section {
  position: relative;
  z-index: 3;
}
.integration-tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: #f1f5f9;
  padding: 8px;
  border-radius: 50px;
  max-width: 820px;
  margin: 0 auto 40px auto;
  border: 1px solid #e2e8f0;
}
.integration-tab-btn {
  flex: 1;
  min-width: 170px;
  padding: 12px 20px;
  border: none;
  background: transparent;
  color: #475569;
  font-weight: 600;
  font-size: 14px;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.integration-tab-btn:hover {
  color: #0f172a;
  background: rgba(255, 255, 255, 0.6);
}
.integration-tab-btn.active {
  background: #ffffff;
  color: #25d366;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.integration-content-panel {
  display: none;
  animation: fadeInPanel 0.3s ease forwards;
}
.integration-content-panel.active {
  display: block;
}
@keyframes fadeInPanel {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.integration-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

/* Simulated WhatsApp Chat Balloon */
.wa-chat-preview {
  background: #efeae2;
  background-image: radial-gradient(#d3c6b2 0.8px, transparent 0.8px);
  background-size: 16px 16px;
  border-radius: 18px;
  padding: 24px;
  border: 1px solid #dcd5ca;
  box-shadow: inset 0 2px 6px rgba(0,0,0,0.03);
}
.wa-bubble {
  background: #ffffff;
  border-radius: 10px;
  padding: 14px 16px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  font-size: 13.5px;
  line-height: 1.5;
  color: #111b21;
  position: relative;
  max-width: 360px;
}
.wa-bubble-time {
  text-align: right;
  font-size: 11px;
  color: #667781;
  margin-top: 4px;
}
.wa-btn-cta {
  display: block;
  width: 100%;
  background: #ffffff;
  border: none;
  border-top: 1px solid #e9edef;
  color: #00a884;
  font-weight: 600;
  font-size: 13px;
  padding: 10px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.15s;
}
.wa-btn-cta:hover {
  background: #f0f2f5;
  color: #008069;
}
.wa-btn-cta:first-of-type {
  border-top: 1px solid #e9edef;
  border-radius: 0 0 0 0;
}
.wa-btn-cta:last-of-type {
  border-radius: 0 0 10px 10px;
}

/* ===================================================
   ENTERPRISE & DEVELOPER SOLUTIONS STYLES
   =================================================== */
.solutions-section {
  position: relative;
  z-index: 3;
}
.solution-filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 45px;
}
.solution-filter-btn {
  padding: 10px 24px;
  border-radius: 40px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #475569;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}
.solution-filter-btn:hover {
  background: #f8fafc;
  color: #0f172a;
  border-color: #cbd5e1;
}
.solution-filter-btn.active {
  background: #0f172a;
  color: #ffffff;
  border-color: #0f172a;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.2);
}
.solution-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 28px;
  height: 100%;
  display: flex;
  flex-direction: column !important;
  justify-content: space-between;
  box-shadow: 0 6px 20px rgba(0,0,0,0.03);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.solution-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.07);
  border-color: #cbd5e1;
}
.solution-roi-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}
.solution-roi-green {
  background: rgba(37, 211, 102, 0.12);
  color: #128c7e;
}
.solution-roi-blue {
  background: rgba(13, 110, 253, 0.1);
  color: #0d6efd;
}
.solution-roi-purple {
  background: rgba(111, 66, 193, 0.1);
  color: #6f42c1;
}
.solution-roi-amber {
  background: rgba(245, 158, 11, 0.12);
  color: #b45309;
}
.solution-item {
  transition: all 0.3s ease;
}
.solution-item.hidden {
  display: none !important;
}


/* =====================================================
   MOBILE-FIRST RESPONSIVE OVERHAUL
   Full coverage: 320px → 1920px screens
   ===================================================== */

/* --- Global Resets & Typography --- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

img, video, iframe { max-width: 100%; height: auto; display: block; }

/* --- HERO SECTION --- */
.banner {
  margin-top: 80px !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.title {
  font-size: clamp(28px, 5vw, 52px) !important;
  letter-spacing: -1px !important;
  line-height: 1.2 !important;
}
.desc {
  font-size: clamp(15px, 2.2vw, 18px) !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.banner .content {
  padding: 0 16px !important;
}

/* --- NAVBAR OVERHAUL --- */
.header .navbar-nav > .nav-item > .nav-link {
  padding: 28px 10px !important;
  font-size: 13px !important;
  white-space: nowrap;
}
.header.active .navbar-nav > .nav-item > .nav-link {
  padding: 18px 10px !important;
}
.nav-btn-login .btn {
  font-size: 13px !important;
  padding: 8px 18px !important;
  white-space: nowrap;
}

/* --- HERO BADGES --- */
.gateway-hero-badge {
  font-size: 12px !important;
  padding: 6px 12px !important;
  white-space: nowrap;
}
@media (max-width: 400px) {
  .gateway-hero-badge {
    font-size: 11px !important;
    padding: 5px 10px !important;
  }
}

/* --- HERO STAT ROW --- */
.banner .mt-4.border-top {
  flex-wrap: wrap;
  gap: 12px 20px !important;
}

/* --- API CODE PLAYGROUND --- */
.api-code-card {
  overflow: hidden;
  max-width: 100%;
}
.api-code-body pre,
.api-code-body code {
  white-space: pre-wrap !important;
  word-break: break-word !important;
  font-size: clamp(11px, 1.8vw, 13px) !important;
}
.api-code-header {
  flex-wrap: wrap;
  gap: 8px !important;
}
.api-tab-btn {
  font-size: 12px !important;
  padding: 4px 10px !important;
}
/* Scrollable code on very small screens */
@media (max-width: 480px) {
  .api-code-body {
    max-height: 220px !important;
    overflow-y: auto !important;
  }
  .api-code-header {
    padding: 10px 12px !important;
  }
}

/* --- STEP CARDS (ONBOARDING) --- */
.step-card, .onboarding-step {
  padding: 24px 20px !important;
  border-radius: 16px !important;
  height: auto !important;
}

/* --- COMPARISON TABLE --- */
.comparison-table-wrap {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}
.comparison-table-wrap table {
  min-width: 600px;
}
@media (max-width: 576px) {
  .comparison-table-wrap table th,
  .comparison-table-wrap table td {
    font-size: 12px !important;
    padding: 10px 8px !important;
  }
}

/* --- FEATURE MARQUEE --- */
.mItem {
  padding: 10px 18px !important;
  font-size: 13px !important;
  white-space: nowrap;
}

/* --- INTEGRATION CARDS (TABS) --- */
.integration-card {
  padding: 28px 20px !important;
  border-radius: 16px !important;
}
.integration-tab-nav {
  padding: 6px !important;
  border-radius: 14px !important;
  gap: 6px !important;
}
.integration-tab-btn {
  min-width: auto !important;
  padding: 10px 14px !important;
  font-size: 13px !important;
  flex: none !important;
  white-space: nowrap;
}
.wa-chat-preview {
  border-radius: 14px !important;
  padding: 16px !important;
}
.wa-bubble {
  font-size: 13px !important;
  padding: 12px 14px !important;
}

/* --- SOLUTION CARDS --- */
.solution-card {
  padding: 22px 18px !important;
  border-radius: 14px !important;
}
.solution-filter-bar {
  gap: 8px !important;
  margin-bottom: 32px !important;
}
.solution-filter-btn {
  padding: 9px 18px !important;
  font-size: 13px !important;
}
.solution-roi-badge {
  font-size: 11px !important;
  padding: 3px 10px !important;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* --- POSTMAN MODAL --- */
.modal-content {
  border-radius: 16px !important;
  overflow: hidden !important;
}
.modal-header {
  padding: 20px 24px !important;
}
.modal-body {
  padding: 24px !important;
}
#postmanCollectionUrlInput {
  font-size: 13px !important;
  word-break: break-all;
}

/* --- SECTIONS SPACING --- */
.m-b-120 { margin-bottom: 80px !important; }
.m-b-100 { margin-bottom: 60px !important; }

/* --- FOOTER --- */
.footer .col-md-4,
.footer .col-md-5,
.footer .col-md-7 {
  margin-bottom: 30px;
}
.footer ul { padding-left: 0; }
.footer ul li { list-style: none; margin-bottom: 10px; }

/* --- PRICING CARDS --- */
.pricing .card { margin-bottom: 20px; }

/* === BREAKPOINTS ================================================ */

/* ------ xs: <480px ------ */
@media (max-width: 479px) {
  h1 { font-size: 26px !important; line-height: 1.25 !important; }
  h2 { font-size: 22px !important; }
  h3 { font-size: 18px !important; }

  .banner {
    margin-top: 72px !important;
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .container { padding-right: 16px; padding-left: 16px; }

  .gateway-hero-badge { font-size: 10px !important; padding: 5px 8px !important; }

  /* Stack hero buttons vertically */
  .banner .d-flex.gap-3 {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .banner .d-flex.gap-3 .btn {
    width: 100% !important;
    justify-content: center !important;
    font-size: 14px !important;
  }

  .integration-tab-btn {
    padding: 8px 10px !important;
    font-size: 12px !important;
  }
  .integration-tab-nav {
    border-radius: 12px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .solution-filter-bar { flex-wrap: wrap !important; justify-content: center !important; }
  .solution-filter-btn { width: 100% !important; justify-content: center !important; }

  .wa-bubble { font-size: 12px !important; }

  .modal-body { padding: 16px !important; }
  .modal-header { padding: 16px !important; }

  .col-sm-6 { flex: 0 0 100%; max-width: 100%; }
  .step-card { padding: 18px 14px !important; }

  .d-flex.gap-3 { gap: 12px !important; }
  .d-flex.gap-4 { gap: 14px !important; }

  .m-b-120 { margin-bottom: 50px !important; }
  .m-b-100 { margin-bottom: 40px !important; }
  .p-t-120 { padding-top: 60px !important; }
  .p-b-120 { padding-bottom: 60px !important; }
}

/* ------ sm: 480px – 767px ------ */
@media (min-width: 480px) and (max-width: 767px) {
  h1 { font-size: 30px !important; }
  h2 { font-size: 24px !important; }

  .banner { margin-top: 76px !important; padding-top: 44px !important; }
  .container { padding-right: 20px; padding-left: 20px; }

  .banner .d-flex.gap-3 {
    flex-wrap: wrap;
  }
  .banner .d-flex.gap-3 .btn {
    flex: 1 0 calc(50% - 8px);
    min-width: 160px;
    justify-content: center !important;
    font-size: 13px !important;
  }

  .integration-tab-nav {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  .integration-tab-btn { flex: 1 0 calc(50% - 6px) !important; justify-content: center; }

  .solution-filter-bar { flex-wrap: wrap !important; }
  .solution-filter-btn { flex: 1 0 calc(50% - 6px) !important; }

  .m-b-120 { margin-bottom: 64px !important; }
  .m-b-100 { margin-bottom: 50px !important; }
}

/* ------ md: 768px – 991px ------ */
@media (min-width: 768px) and (max-width: 991px) {
  .header .navbar-nav > .nav-item > .nav-link {
    padding: 18px 8px !important;
    font-size: 12px !important;
  }
  .banner { margin-top: 80px !important; padding-top: 52px !important; }
  h1 { font-size: 36px !important; }

  .integration-tab-btn { padding: 10px 12px !important; font-size: 12px !important; min-width: auto !important; }

  .solution-card { padding: 20px 16px !important; }
  .solution-roi-badge { font-size: 10px !important; }
}

/* ------ lg: 992px – 1199px ------ */
@media (min-width: 992px) and (max-width: 1199px) {
  .header .navbar-nav > .nav-item > .nav-link { padding: 24px 10px !important; font-size: 13px !important; }
  .container { max-width: 960px; }
  .title { font-size: 40px !important; }
}

/* ------ xl: 1200px – 1399px ------ */
@media (min-width: 1200px) and (max-width: 1399px) {
  .container { max-width: 1140px; }
}

/* ------ xxl: ≥1400px ------ */
@media (min-width: 1400px) {
  .container { max-width: 1320px; }
  .banner { padding-top: 80px !important; padding-bottom: 80px !important; }
}

/* =====================================================
   PROPER MOBILE MENU & SCROLL ARCHITECTURE (<992px)
   ===================================================== */

/* Desktop defaults: Hide mobile arrows and mobile icons */
@media (min-width: 992px) {
  .nav-mobile-icon {
    display: none !important;
  }
  .nav-arrow {
    display: none !important;
  }
  .header .navbar-nav > .nav-item > .nav-link {
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: 600;
    padding: 24px 9px !important;
    white-space: nowrap;
    letter-spacing: 0.2px;
  }
  .nav-btn-login {
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
  .nav-btn-login .btn {
    padding: 7px 16px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
  }
}

/* Mobile & Tablet view (<992px) */
@media (max-width: 1199.98px) {
  /* Header styling on mobile & tablet */
  .header {
    background-color: #ffffff !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08) !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1050 !important;
  }

  /* Hamburger toggler button */
  .navbar-toggler {
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 8px 11px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) !important;
    outline: none !important;
    transition: all 0.2s ease !important;
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15) !important;
    border-color: #0d6efd !important;
  }
  .navbar-toggler-icon {
    width: 1.35em !important;
    height: 1.35em !important;
  }

  /* CRITICAL FIX: Make navbar-collapse smoothly scrollable independently! */
  #navbarSupportedContent {
    max-height: calc(100dvh - 72px) !important;
    max-height: calc(100vh - 72px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
    background: #ffffff !important;
    border-radius: 0 0 20px 20px !important;
    padding: 12px 14px 28px !important;
    box-shadow: 0 20px 35px -5px rgba(0, 0, 0, 0.16) !important;
    margin-top: 8px !important;
    border-top: 1px solid #f1f5f9 !important;
  }

  /* Slim, modern scrollbar for the mobile drawer */
  #navbarSupportedContent::-webkit-scrollbar {
    width: 5px;
  }
  #navbarSupportedContent::-webkit-scrollbar-track {
    background: #f8fafc;
  }
  #navbarSupportedContent::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 6px;
  }

  /* Mobile Nav List */
  .header .navbar-nav {
    margin-top: 4px !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
  }

  .header .navbar-nav > .nav-item {
    width: 100% !important;
    margin: 0 !important;
  }

  /* App-style list row links */
  .header .navbar-nav > .nav-item > .nav-link {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 11px 14px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #1e293b !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    border-radius: 10px !important;
    border: none !important;
    background: transparent;
    transition: all 0.15s ease-in-out !important;
    min-height: 44px !important;
    width: 100% !important;
  }

  .header .navbar-nav > .nav-item > .nav-link:hover,
  .header .navbar-nav > .nav-item > .nav-link:focus,
  .header .navbar-nav > .nav-item > .nav-link:active {
    background-color: #f1f5f9 !important;
    color: #0d6efd !important;
  }

  .nav-mobile-icon {
    display: inline-flex !important;
    font-size: 16px !important;
    width: 22px !important;
    text-align: center;
  }

  .nav-link-text {
    display: inline-flex;
    align-items: center;
    font-size: 14.5px;
  }

  .nav-arrow {
    display: inline-flex !important;
    color: #94a3b8;
    font-size: 13px;
    margin-left: auto;
  }

  .header .navbar-nav > .nav-item > .nav-link:hover .nav-arrow {
    color: #0d6efd;
  }

  /* Live Test special row */
  .header .navbar-nav > .nav-item > .nav-link.nav-live-test {
    background: linear-gradient(135deg, rgba(255, 108, 55, 0.08) 0%, rgba(255, 108, 55, 0.18) 100%) !important;
    color: #e0531c !important;
    border: 1px solid rgba(255, 108, 55, 0.25) !important;
    font-weight: 600 !important;
    margin: 6px 0 !important;
  }

  /* Language dropdown in mobile menu */
  .header .dropdown {
    width: 100%;
    margin: 8px 0;
  }
  .header .dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 14px;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-size: 14px;
    text-decoration: none;
  }

  /* Auth / Login buttons section at bottom */
  .nav-btn-login {
    margin-top: 14px !important;
    padding: 16px 0 6px !important;
    border-top: 1px solid #e2e8f0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .nav-btn-login .btn {
    width: 100% !important;
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    margin: 0 !important;
  }

  .nav-btn-login .btn-primary {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%) !important;
    border: none !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(13, 110, 253, 0.25) !important;
  }

  .nav-btn-login .btn-outline-dark {
    border: 1.5px solid #cbd5e1 !important;
    color: #334155 !important;
    background: #f8fafc !important;
  }
}

/* --- Touch targets: min 44px height for all interactive elements --- */
@media (max-width: 767px) {
  button, .btn, a.btn, .nav-link,
  .integration-tab-btn, .solution-filter-btn, .api-tab-btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .wa-btn-cta { min-height: 44px; display: flex; align-items: center; justify-content: center; }
  input[type="text"], input[type="email"], input[type="password"], select, textarea {
    min-height: 44px;
  }
}

/* --- Scroll-top button: avoid overlapping mobile nav bar --- */
.scroll-top { bottom: 20px !important; right: 16px !important; }
@media (min-width: 768px) { .scroll-top { bottom: 40px !important; right: 40px !important; } }

/* --- Login / Signup pages: full-width on mobile --- */
@media (max-width: 767px) {
  .login, .signup { margin-top: 72px !important; padding: 30px 0 !important; }
  .bg-login-page {
    display: none !important;
  }
  .login .col-md-5, .login .col-md-7,
  .signup .col-md-5, .signup .col-md-7 {
    flex: 0 0 100%; max-width: 100%;
  }
}

/* --- FAQ accordion --- */
@media (max-width: 576px) {
  .accordion-button { font-size: 14px !important; padding: 14px 16px !important; }
  .accordion-body { font-size: 13px !important; padding: 14px 16px !important; }
}

/* --- Blog & Rating cards --- */
@media (max-width: 576px) {
  .blog { margin-top: 72px !important; }
  .blogs { border-radius: 16px !important; }
  .rating .rating-bottom { height: 100px !important; }
}

/* --- Prevent horizontal overflow on ALL elements --- */
.section, .container, .row, .col,
[class*="col-"] {
  max-width: 100%;
}
pre, code, .api-code-body { overflow-x: auto; }
table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
table.table-fixed { display: table; }

/* --- Utility: Hide decorative circles on very small screens --- */
@media (max-width: 480px) {
  .circles { display: none; }
  .banner-circle-shape, .banner-circle-shape-2 { display: none !important; }
}


/* ==========================================================================
   COMPREHENSIVE DESKTOP & MOBILE FRIENDLY OVERHAUL
   ========================================================================== */

/* --- Universal Typography & Smooth Rendering --- */
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1e293b;
}

/* --- Container max-widths for standard desktop monitors --- */
@media (min-width: 1400px) {
  .container { max-width: 1320px; }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container { max-width: 1140px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container { max-width: 960px; }
}

/* --- Desktop Navigation Perfect Spacing --- */
@media (min-width: 1200px) {
  .header .navbar-nav {
    display: flex;
    align-items: center;
    gap: 2px;
  }
  .header .navbar-nav > .nav-item > .nav-link {
    padding: 8px 10px !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    white-space: nowrap !important;
  }
  .nav-btn-login {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 12px !important;
    padding: 0 !important;
    white-space: nowrap;
  }
  .nav-btn-login .btn {
    padding: 7px 18px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
  }
  .nav-btn-login .btn-primary {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%) !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.25) !important;
  }
  .nav-btn-login .btn-primary:hover {
    box-shadow: 0 4px 14px rgba(13, 110, 253, 0.35) !important;
    transform: translateY(-1px);
  }
  .nav-btn-login .btn-outline-dark {
    border: 1.5px solid #cbd5e1 !important;
    color: #334155 !important;
    background: transparent;
  }
  .nav-btn-login .btn-outline-dark:hover {
    border-color: #94a3b8 !important;
    background: #f8fafc !important;
  }
}

/* --- Hero Banner Responsive Enhancements --- */
.banner-circle-shape {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(13, 110, 253, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
  z-index: 0;
}

/* --- Cards Hover Elevation System --- */
.step-card, .usecase-card, .solution-card, .item.p-40 {
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}
.step-card:hover, .usecase-card:hover, .solution-card:hover, .item.p-40:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 36px -4px rgba(0, 0, 0, 0.08) !important;
}

/* --- Code Playground Terminal Card Polish --- */
.api-code-card {
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.25) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.api-code-header {
  padding: 12px 18px !important;
}
.api-code-body {
  padding: 18px !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  max-height: 420px;
  overflow-x: auto;
}
.api-tab-btn {
  padding: 4px 12px !important;
  font-size: 12px !important;
  border-radius: 6px !important;
}

/* --- Tablet Optimizations (768px - 991px) --- */
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner {
    margin-top: 70px !important;
    padding-top: 30px !important;
  }
  .title {
    font-size: 34px !important;
  }
  .desc {
    font-size: 16px !important;
  }
  .api-code-card {
    margin-top: 30px;
  }
}

/* --- Mobile Phone Optimizations (<768px) --- */
@media (max-width: 767.98px) {
  /* Header & Banner Spacing */
  .header .navbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .banner {
    margin-top: 65px !important;
    padding-top: 25px !important;
    padding-bottom: 35px !important;
    margin-bottom: 45px !important;
  }

  /* Compact Section Margins on Phones */
  .m-b-100, .m-b-120, .m-b-80 {
    margin-bottom: 48px !important;
  }
  .m-t-100, .m-t-120 {
    margin-top: 48px !important;
  }
  .p-t-50, .p-t-100 {
    padding-top: 32px !important;
  }
  .p-b-50, .p-b-100 {
    padding-bottom: 32px !important;
  }

  /* Headings & Text Scaling */
  h1, .fs-42, .fs-38 {
    font-size: clamp(25px, 6.5vw, 32px) !important;
    line-height: 1.25 !important;
  }
  h2, .fs-36, .fs-28 {
    font-size: clamp(22px, 5.5vw, 26px) !important;
    line-height: 1.3 !important;
  }
  p.desc, p.fs-17, p.fs-16, p.text-gray-600 {
    font-size: 14.5px !important;
    line-height: 1.6 !important;
  }

  /* Hero Badges */
  .gateway-hero-badge {
    font-size: 12px !important;
    padding: 6px 12px !important;
  }

  /* CTA Buttons */
  .banner .d-flex.flex-wrap.gap-3 {
    flex-direction: column !important;
    width: 100%;
    gap: 10px !important;
  }
  .banner .d-flex.flex-wrap.gap-3 .btn {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    min-height: 48px !important;
    font-size: 14px !important;
  }

  /* Hero Terminal Card on Mobile */
  .api-code-card {
    margin-top: 24px;
    border-radius: 14px !important;
  }
  .api-code-header {
    padding: 10px 14px !important;
    flex-wrap: wrap;
    gap: 8px;
  }
  .api-code-dots {
    display: none; /* Save space on small phones */
  }
  .api-code-body {
    padding: 14px !important;
    font-size: 12px !important;
  }

  /* Comparison Table Mobile Scroll Styling */
  .table-responsive {
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
    -webkit-overflow-scrolling: touch;
  }
  .compare-table {
    min-width: 540px; /* Ensures table columns retain proper proportions */
  }
  .compare-table th, .compare-table td {
    padding: 12px 14px !important;
    font-size: 13px !important;
  }

  /* Feature items & cards */
  .item.p-40, .p-40 {
    padding: 22px 18px !important;
  }
  .step-card {
    padding: 24px 18px !important;
    margin-bottom: 12px;
  }
  .usecase-card {
    padding: 20px 16px !important;
  }
  .solution-card {
    padding: 20px 16px !important;
  }

  /* Footer on mobile */
  .footer-top {
    padding-top: 35px !important;
  }
  .footer-top .col-md-4, .footer-top .col-md-5 {
    margin-bottom: 28px !important;
  }
}

/* --- Mobile Touch & Responsive Polish (Final) --- */
@media (max-width: 1199.98px) {
  .header {
    background-color: #ffffff !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08) !important;
  }
}

@media (max-width: 767.98px) {
  .solution-filter-bar {
    overflow-x: auto;
    justify-content: flex-start !important;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap !important;
    scrollbar-width: none;
  }
  .solution-filter-bar::-webkit-scrollbar {
    display: none;
  }
  .solution-filter-btn {
    white-space: nowrap !important;
    flex-shrink: 0;
  }
  .api-code-body {
    font-size: 11px !important;
    line-height: 1.5 !important;
    max-height: 350px !important;
    padding: 12px 14px !important;
  }
  .api-code-header {
    padding: 8px 12px !important;
  }
  .api-badge-url {
    font-size: 11.5px !important;
  }
  .api-tab-btn {
    font-size: 11px !important;
    padding: 3px 8px !important;
  }
}

/* ==========================================================================
   ROCK-SOLID SOLUTION CARD & BADGE SYSTEM (FIXES OVERRIDES & WRAPPING)
   ========================================================================== */
.solution-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 18px !important;
  padding: 24px !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
  position: relative !important;
  overflow: hidden !important;
}

.solution-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.09) !important;
  border-color: #cbd5e1 !important;
}

.solution-card-body {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}

.solution-card-footer {
  margin-top: 18px !important;
  padding-top: 14px !important;
  border-top: 1px solid #f1f5f9 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  gap: 12px !important;
  flex-shrink: 0 !important;
}

.solution-metric {
  font-size: 12.5px !important;
  font-weight: 500 !important;
  color: #64748b !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Specific Try Code Button that CANNOT be overridden */
.solution-try-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 6px 16px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #0d6efd !important;
  background: #eff6ff !important;
  border: 1.5px solid #bfdbfe !important;
  border-radius: 9999px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  min-height: 34px !important;
  height: 34px !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
}

.solution-try-btn:hover {
  background: #0d6efd !important;
  color: #ffffff !important;
  border-color: #0d6efd !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.25) !important;
}

/* Category Badges with explicit, un-overrideable styles */
.solution-cat-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  padding: 5px 12px !important;
  border-radius: 9999px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  border: 1px solid transparent !important;
}

.badge-cat-blue {
  background: #eff6ff !important;
  color: #1d4ed8 !important;
  border-color: #dbeafe !important;
}

.badge-cat-green {
  background: #f0fdf4 !important;
  color: #15803d !important;
  border-color: #dcfce7 !important;
}

.badge-cat-amber {
  background: #fffbeb !important;
  color: #b45309 !important;
  border-color: #fef3c7 !important;
}

.badge-cat-purple {
  background: #faf5ff !important;
  color: #7e22ce !important;
  border-color: #f3e8ff !important;
}

.badge-cat-orange {
  background: #fff7ed !important;
  color: #c2410c !important;
  border-color: #ffedd5 !important;
}

.badge-cat-dark {
  background: #0f172a !important;
  color: #ffffff !important;
  border-color: #1e293b !important;
}

.badge-cat-emerald {
  background: #ecfdf5 !important;
  color: #047857 !important;
  border-color: #a7f3d0 !important;
}

.badge-cat-pink {
  background: #fdf2f8 !important;
  color: #be185d !important;
  border-color: #fbcfe8 !important;
}

.badge-cat-cyan {
  background: #ecfeff !important;
  color: #0e7490 !important;
  border-color: #cffafe !important;
}

/* ROI Badges */
.solution-roi-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  padding: 4px 10px !important;
  border-radius: 9999px !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

/* Simulated WhatsApp Preview Box & Bubble */
.wa-chat-preview {
  background: #efeae2 !important;
  background-image: radial-gradient(#d1c7b7 0.75px, transparent 0.75px) !important;
  background-size: 12px 12px !important;
  border: 1px solid #e0d6c5 !important;
  border-radius: 14px !important;
  padding: 12px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin-top: auto !important;
  margin-bottom: 0 !important;
}

.wa-bubble {
  background: #ffffff !important;
  border-radius: 10px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  padding: 10px 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.wa-btn-cta {
  color: #00a884 !important;
  font-weight: 600 !important;
  text-align: center !important;
  cursor: pointer !important;
  padding: 4px 0 !important;
  display: block !important;
  min-height: auto !important;
  transition: color 0.15s ease !important;
}

.wa-btn-cta:hover {
  color: #008069 !important;
}

@media (max-width: 767.98px) {
  .solution-card {
    padding: 18px 16px !important;
  }
  .solution-card-footer {
    margin-top: 14px !important;
    padding-top: 12px !important;
  }
}


/* -------------------------------------------------------------------------
 * DONE-FOR-YOU ASSISTED SETUP SECTION (MATCHING SITE DESIGN)
 * ------------------------------------------------------------------------- */
.dfy-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.dfy-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.07);
}
@media (max-width: 991.98px) {
  .dfy-card {
    padding: 30px 24px;
  }
}
@media (max-width: 575.98px) {
  .dfy-card {
    padding: 24px 18px;
    border-radius: 16px;
  }
}


/* -------------------------------------------------------------------------
 * MODERN SAAS AUTHENTICATION PAGES (LOGIN & SIGNUP)
 * ------------------------------------------------------------------------- */
.auth-wrapper {
	max-width: 1020px;
	margin: 0 auto;
}
.auth-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 24px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	transition: box-shadow 0.3s ease;
}
.auth-card:hover {
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.08);
}
.auth-card-body {
	padding: 44px 44px;
}
.auth-input-group {
	position: relative;
	margin-bottom: 16px;
}
.auth-input-group .input-icon {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #94a3b8;
	font-size: 14px;
	pointer-events: none;
	z-index: 2;
}
.auth-input-group .form-control {
	padding-left: 42px !important;
	padding-right: 14px;
	height: 48px;
	border-radius: 12px;
	border: 1.5px solid #e2e8f0;
	font-size: 14px;
	color: #1e293b;
	background: #f8fafc;
	transition: all 0.2s ease;
}
.auth-input-group .form-control:focus {
	background: #ffffff;
	border-color: #25d366;
	box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.15);
	outline: none;
}
.auth-input-group .password-toggle-btn {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	color: #94a3b8;
	font-size: 14px;
	cursor: pointer;
	padding: 4px;
	z-index: 3;
}
.auth-input-group .password-toggle-btn:hover {
	color: #25d366;
}
.auth-btn-primary {
	background: linear-gradient(135deg, #25d366 0%, #128c7e 100%) !important;
	color: #ffffff !important;
	font-weight: 700;
	height: 48px;
	border-radius: 12px;
	border: none !important;
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
	transition: all 0.25s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 15px;
	letter-spacing: 0.3px;
	text-decoration: none;
	width: 100%;
}
.auth-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45);
	color: #ffffff !important;
}
.auth-btn-primary:active {
	transform: translateY(0);
}
.auth-google-btn {
	height: 48px;
	border-radius: 12px;
	border: 1.5px solid #e2e8f0;
	background: #ffffff;
	color: #334155;
	font-weight: 600;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.03);
	transition: all 0.2s ease;
	text-decoration: none;
	width: 100%;
}
.auth-google-btn:hover {
	background: #f8fafc;
	border-color: #cbd5e1;
	box-shadow: 0 4px 12px rgba(0,0,0,0.06);
	color: #0f172a;
}
.auth-divider {
	display: flex;
	align-items: center;
	text-align: center;
	margin: 20px 0;
	color: #94a3b8;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.auth-divider::before, .auth-divider::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #e2e8f0;
}
.auth-divider:not(:empty)::before {
	margin-right: .75em;
}
.auth-divider:not(:empty)::after {
	margin-left: .75em;
}
.tz-badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 11px;
	font-weight: 600;
	color: #15803d;
	background: #dcfce7;
	border: 1px solid #bbf7d0;
	padding: 3px 10px;
	border-radius: 20px;
	margin-top: 6px;
}
.auth-trust-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding-top: 18px;
	margin-top: 18px;
	border-top: 1px solid #f1f5f9;
	font-size: 12px;
	color: #64748b;
}
.mobile-trust-summary {
	display: none;
	background: #f8fafc;
	border-top: 1px solid #e2e8f0;
	padding: 16px 20px;
}

@media (max-width: 991.98px) {
	.auth-card-body {
		padding: 32px 28px !important;
	}
}

@media (max-width: 767.98px) {
	.login, .signup {
		margin-top: 85px !important;
		margin-bottom: 50px !important;
		padding: 0 0 30px 0 !important;
		border-top: none !important;
	}
	.auth-card {
		border-radius: 20px !important;
		margin: 0 4px;
	}
	.auth-card-body {
		padding: 26px 18px !important;
	}
	.auth-input-group .form-control {
		font-size: 16px !important; /* Prevents auto-zoom on iOS */
		height: 48px !important;
	}
	.bg-login-page {
		display: none !important;
	}
	.mobile-trust-summary {
		display: block !important;
	}
}

/* --- Peaceful Modern Auth Side Banner --- */
.auth-peaceful-banner {
	background: linear-gradient(150deg, #f0fdf4 0%, #f8fafc 55%, #ecfdf5 100%) !important;
	border-left: 1px solid #e2e8f0;
	border-radius: 0 24px 24px 0;
	position: relative;
	overflow: hidden;
}
.auth-peaceful-banner::before {
	content: '';
	position: absolute;
	top: -40px;
	right: -40px;
	width: 220px;
	height: 220px;
	background: radial-gradient(circle, rgba(34, 197, 94, 0.08) 0%, transparent 70%);
	pointer-events: none;
}
.auth-peaceful-banner::after {
	content: '';
	position: absolute;
	bottom: -40px;
	left: -40px;
	width: 240px;
	height: 240px;
	background: radial-gradient(circle, rgba(16, 185, 129, 0.07) 0%, transparent 70%);
	pointer-events: none;
}
