.hero-section {
  position: relative;
  min-height: 920px;
  background: linear-gradient(135deg, #020617, #0F172A, #020617);
  overflow: hidden;
  color: #ffffff;
}

.page-template-page-responsibility .container {
    width: 100%;
    max-width: 1250px;
    margin: auto;
}

.hero-bg .blob {
  position: absolute;
  border-radius: 9999px;
  filter: blur(70px);
  pointer-events: none;
}

.blob-1 {
  width: 600px;
  height: 600px;
  background: rgba(30, 140, 69, 0.2);
  top: 20%;
  left: 10%;
}

.blob-2 {
  width: 500px;
  height: 500px;
  background: rgba(16, 185, 129, 0.12);
  bottom: 15%;
  right: 15%;
}

.blob-3 {
  width: 800px;
  height: 800px;
  background: rgba(30, 140, 69, 0.05);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-moneyback-badge {
	position: absolute;
	top: 40%;
    left: 50%;
	width: 180px;
	z-index: 30;
	pointer-events: none;
}
.hero-badge-green {
    position: absolute;
    top: 15%;
    left: 70%;
    width: 220px;
    z-index: 30;
    pointer-events: none;
}

.hero-badge-blue {
    position: absolute;
    top: 64%;
    left: 60%;
    width: 220px;
    z-index: 30;
    pointer-events: none;
}

.hero-grid {
  display: flex;
  align-items: center;
  min-height: 920px;
  gap: 60px;
}

.hero-content {
	width: 58%;
	max-width: 720px;
}

.hero-price {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 42%;
    align-items: center;
    gap: 20px;
}

.hero-badges {
  display: flex;
  gap: 12px;
  margin-bottom: 28px;
  animation: fadeIn 1s ease-in-out forwards;	
}
.wrapper-testimonials {
	background-color: #eff5f0 !important;
	padding: 80px 0 !important;
}

.benefits-strip {
    padding: 25px 0;
}

.benefits-strip__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: nowrap;
}

/* ITEM */
.benefits-strip__item {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

/* ICON */
.benefits-strip__icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.15);
    color: #22c55e;

    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* TEXT */
.benefits-strip__text {
    color: #e2e8f0;
    font-size: 16px;
    font-weight: 500;
}

.badge {
  width: 33%;	
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
	display: flex;
	gap: 6px;
}

.badge:last-child img{
  width: 22px;
}

.hero-title {
  font-size: 72px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1.5px;
  text-shadow:none;
  color:#fff;
  animation: fadeIn 1s ease-in-out forwards;	
}

.hero-title span {
  display: block;
}

.hero-title .gradient {
  background: linear-gradient(90deg, #1E8C45, #34D399, #1E8C45);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	line-height: 96px;
}

.hero-description {
  margin-top: 28px;
  max-width: 560px;
  font-size: 20px;
  line-height: 1.4;
  color: #CBD5E1;
}

.hero-actions {
  margin-top: 20px;
  display: flex;
  gap: 16px;
}

.btn {
  padding: 16px 35px;
  border-radius: 16px;
  font-weight: 700;
  text-decoration: none;
}

.btn-primary {
  background: linear-gradient(90deg, #1E8C45, #10B981);
  color: #ffffff;
  box-shadow: 0 25px 50px -12px rgba(30, 140, 69, 0.35);
}

.btn-outline {
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}

.hero-stats {
  display: flex;
  gap: 200px;
  margin-top: 56px;
}

.hero-stat strong {
  display: block;
  font-size: 30px;
  font-weight: 900;
}

.hero-stat span {
  font-size: 14px;
  color: #94A3B8;
}
.pricing-title-2{
  font-size: 20px;
  color: #94A3B8;
}

.price-big {
  font-size: 110px;
  font-weight: 900;
  letter-spacing: -2px;
  background: linear-gradient(90deg, #1E8C45, #34D399, #1E8C45);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-family: 'argentumsans-bold', Helvetica, Arial, Lucida, sans-serif;
	line-height: 96px;
}

.price-sub {
    font-size: 18px;
    background: #1E8C45;
    color: #fff;
    width: fit-content;
    padding: 3px 20px;
    font-weight: 600;
    border-radius: 33px;
}
.pricing-head__cell.annexal {
    text-align: center;
    padding: 28px 20px;
    color: #fff !important;
    background: linear-gradient(135deg, #1E8C45 0%, #10B981 100%);
    border-radius: 16px;
}

.pricing-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    opacity: 0.95;
    margin-bottom: 12px;
}

.pricing-price {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 4px;
    margin-bottom: 6px;
}

.pricing-price .currency {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    top: -6px;
}

.pricing-price .amount {
    font-size: 44px;
    font-weight: 900;
    line-height: 1;
}

.pricing-price .duration {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.85;
    margin-bottom: 6px;
}

.pricing-sub {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.9;
}

/* ================= FEATURES SECTION ================= */

.features-section {
  padding: 120px 0;
  background: #ffffff;
}

.features-header {
  max-width: 760px;
  margin: 0 auto 80px;
  text-align: center;
}

.features-eyebrow {
  display: inline-block;
  padding: 8px 30px;
  background: #F1F5F9;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.35px;
  color: #475569;
}

.features-title {
  margin-top: 24px;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1.2px;
  color: #0F172A;
}

.features-title span {
  display: block;
}

.features-title .gradient {
  background: linear-gradient(90deg, #1E8C45, #10B981);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-description {
  margin-top: 24px;
  font-size: 20px;
  line-height: 28px;
  color: #475569;
}

/* ===== CARDS ===== */

.features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.feature-card {
  position: relative;
  width: calc(50% - 16px);
  padding: 40px;
  background: #ffffff;
  border: 1px solid #F1F5F9;
  border-radius: 24px;
}

.feature-card:nth-child(1){
	box-shadow: 0px 8px 10px -6px #1E8C4533, 0px 20px 25px -5px #1E8C4533;
}

.feature-card:nth-child(2){
	box-shadow: 0px 8px 10px -6px #3B82F633, 0px 20px 25px -5px #3B82F633;
}

.feature-card:nth-child(2) .feature-tag{
	background: linear-gradient(90deg, #3B82F6 0%, #6366F1 100%);
}
.feature-card:nth-child(3) .feature-tag{
background: linear-gradient(90deg, #A855F7 0%, #EC4899 100%);

}

.feature-card:nth-child(4) .feature-tag{
background: linear-gradient(90deg, #F59E0B 0%, #F97316 100%);

}

.feature-card:nth-child(3){
	box-shadow: 0px 8px 10px -6px #A855F733, 0px 20px 25px -5px #A855F733;
}

.feature-card:nth-child(4){
	 box-shadow: 0px 8px 10px -6px #F59E0B33, 0px 20px 25px -5px #F59E0B33;
}
.feature-tag {
    display: inline-block;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 999px;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
}

.feature-tag {
    display: inline-block;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 999px;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
}

/* ===== Gradient Variations ===== */
.tag-green {
    background: linear-gradient(90deg, #1E8C45 0%, #10B981 100%);
}

.tag-blue {
    background: linear-gradient(90deg, #2563EB 0%, #38BDF8 100%);
}

.tag-purple {
    background: linear-gradient(90deg, #7C3AED 0%, #EC4899 100%);
}

.tag-orange {
    background: linear-gradient(90deg, #F97316 0%, #FDBA74 100%);
}


.feature-number {
    position: absolute;
    top: 73px;
    right: -4px;
    font-size: 120px;
    font-weight: 900;
    color: #F8FAFC;
    font-family: 'Inter';
}

.feature-icon img{
	border-radius: 16px;
}

.feature-tag {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(90deg, #1E8C45 0%, #10B981 100%);
    margin-bottom: 16px;
    line-height: 18px;
}

.feature-card h3 {
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  color: #0F172A;
  text-align: left;
}

.feature-card p {
  margin-top: 5px;
  font-size: 16px;
  line-height: 26px;
  color: #475569;
}
/* ================= PRICING COMPARISON ================= */

.pricing-compare {
  padding: 140px 0 120px;
  background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 60%);
}

.pricing-compare__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
}

/* ---------- Header ---------- */

.pricing-compare__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 80px;
}

.pricing-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 22px;
  background: #FFFBEB;
  border: 1px solid rgba(253,230,138,.5);
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .35px;
  color: #B45309;
}

.pricing-title .highlight {
  color: #10B981;
}

.pricing-subtitle {
  margin-top: 20px;
  font-size: 20px;
  line-height: 28px;
  color: #475569;
}

/* ---------- Table Wrapper ---------- */

.pricing-table-wrap {
  position: relative;
  margin-top: 80px;
  border-radius: 32px;
}

.pricing-glow {
  position: absolute;
  inset: -30px;
  background: linear-gradient(
    90deg,
    rgba(30,140,69,.25),
    rgba(16,185,129,.25),
    rgba(30,140,69,.25)
  );
  filter: blur(30px);
  border-radius: 40px;
  z-index: 0;
}

.pricing-table {
  position: relative;
  background: #fff;
  border: 1px solid #F1F5F9;
  border-radius: 32px;
  box-shadow: 0 25px 50px -12px rgba(226,232,240,.6);
  overflow: hidden;
  z-index: 1;
}

/* ---------- Header Row ---------- */

.pricing-head {
  display: flex;
}

.pricing-head__cell {
  padding: 32px;
  font-size: 14px;
  font-weight: 600;
  color: #94A3B8;
  text-align: center;
}
.pricing-head__cell.features {
    flex: 1.2;
    text-align: left;
    background: #F8FAFC;
    font-size: 20px;
    font-weight: 900;
    color: #1E293B;
    align-items: center;
    padding-top: 60px;
}
.pricing-title-annexal {
  font-size: 48px;
  font-weight: 900;
  color: #0f172a; /* main heading color */
   padding-top: 25px;	
}

.pricing-title-annexal .highlight {
    color: #049856;
    font-size: 55px;
}


.pricing-head__cell.agency {
  flex: 1;
  background: #F8FAFC;
  line-height: 50px;
}



/* ---------- Rows ---------- */

.pricing-row {
  display: flex;
  border-top: 1px solid #F1F5F9;
}

.pricing-row:nth-child(even) {
  background: rgba(30,140,69,.04);
}

.pricing-cell {
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-cell.annexal{
	background: linear-gradient(90deg, rgba(30, 140, 69, 0.05) 0%, rgba(16, 185, 129, 0.05) 100%);
}
.pricing-head__cell.annexal .pricing-sub{
	color: #A7F3D0;

}

.pricing-head__cell.agency {
    text-align: center;
    padding: 20px 10px;
}

.pricing-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000; /* light grey/blue */
    margin-bottom: 6px;
	padding-top: 20px;
}

.pricing-cost {
    display: block;
    font-size: 32px;
    font-weight: 900;
    color: #1F2937; /* dark */
    line-height: 1;
    letter-spacing: 2px;
}

.pricing-sub {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #afafaf;
    margin-top: 4px;
}


.pricing-cell.feature {
  flex: 1.2;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 600;
  color: #1E293B;
}

.pricing-cell.agency,
.pricing-cell.annexal {
  flex: 1;
}

/* ---------- Icons ---------- */

.icon-no,
.icon-yes {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.icon-no {
  background: #FEF2F2;
  color: #EF4444;
}

.icon-yes {
  background: linear-gradient(135deg, #1E8C45, #10B981);
  color: #fff;
  box-shadow: 0 10px 15px -3px rgba(30,140,69,.25);
}

/* ---------- CTA ---------- */

.pricing-cta {
    padding: 48px;
    background: linear-gradient(90deg, #F8FAFC 0%, rgb(30 140 69 / 22%) 0%, rgba(236, 253, 245, 0.3) 100%);    
	text-align: center;
}


.pricing-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1E8C45, #10B981);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 20px 25px -5px rgba(30,140,69,.35);
  text-decoration: none;
}

/* ---------- Guarantee ---------- */

.pricing-guarantee {
  max-width: 640px;
  margin: 64px auto 0;
  padding: 32px;
  background: #fff;
  border: 1px solid #F1F5F9;
  border-radius: 24px;
  box-shadow: 0px 8px 10px -6px rgba(241, 245, 249, 0.5), 0px 20px 25px -5px rgba(241, 245, 249, 0.5);

  display: flex;
  gap: 24px;
  align-items: center;
}

.pricing-guarantee__badge {
  width: 110px;
  padding: 40px;
  height: 90px;
  border-radius: 16px;
  background: linear-gradient(135deg, #FBBF24, #F97316);
  color: #fff;
  font-weight: 900;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pricing-guarantee__badge br  {
  font-size: 14px;
}

/* ================= WHO THIS IS FOR ================= */

.wtif-section {
  padding: 50px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.wtif-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
}

/* Header */

.wtif-header {
  text-align: center;
  margin-bottom: 80px;
}

.wtif-eyebrow {
  display: inline-block;
  padding: 8px 22px;
  background: #f1f5f9;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.35px;
  color: #475569;
}

.wtif-title {
  margin-top: 20px;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: -1.2px;
  color: #0f172a;
}

/* Cards */

.wtif-cards {
  display: grid;
  grid-template-columns: 1fr 1fr !important;
  gap: 48px;
}

.wtif-content-card-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.wtif-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 48px;
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.06);
}

.wtif-card--ideal {
  border: 1px solid rgb(21 172 112);
}
.wtif-card--not {
  border: 1px solid #f65c68;
}

.wtif-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 24px;
  color: #fff;
}

.wtif-card-icon--green {
  background: linear-gradient(135deg, #1e8c45, #10b981);
}

.wtif-card-icon--red {
  background: linear-gradient(135deg, #f87171, #f43f5e);
}

.wtif-card h3 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 24px;
  color: #0f172a;
}

/* Lists */

.wtif-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wtif-card li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 18px;
  line-height: 28px;
  color: #334155;
  margin-bottom: 16px;
}

.wtif-check {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.wtif-check--green {
  background: #1e8c45;
}

.wtif-check--red {
  background: #ef4444;
}

/* CTA */

.wtif-cta {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #f1f5f9;
  font-size: 16px;
  color: #000;
}

.wtif-cta a {
  font-weight: 700;
  color: #1e8c45;
  text-decoration: none;
  margin-left: 6px;
}

/* Partnership */

.wtif-partnership {
	padding: 48px;
    border-radius: 28px;
    width: 70%;
    margin: 50px 200px 0px;
    background: linear-gradient(90deg, rgb(30 140 69 / 46%) 0%, #ECFDF5 50%, rgb(30 140 69 / 40%) 100%);
    border: 1px solid rgba(30, 140, 69, 0.2);
    display: flex;
    gap: 32px;
    align-items: center;
}

.wtif-partnership-icon {
    width: 20%;
    border-radius: 16px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    padding: 20px 10px;
}

.wtif-partnership-content{
	text-align: left;
}

.wtif-partnership h4 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 12px;
  color: #0f172a;
	text-align: left;
}
.highlight {
  font-weight: 900;
  font-size: 18px;
}


.wtif-partnership p {
  font-size: 18px;
  line-height: 28px;
  color: #475569;
	text-align: left;
}

/* ================= HOW IT WORKS (HIW) ================= */

.hiw-section {
  position: relative;
  padding: 128px 0;
  background: linear-gradient(135deg, #020617 0%, #0F172A 50%, #020617 100%);
  overflow: hidden;
}

.hiw-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hiw-blob {
  position: absolute;
  border-radius: 9999px;
  filter: blur(60px);
  opacity: 1;
}

.hiw-blob--left {
  width: 384px;
  height: 384px;
  left: 360px;
  top: 244.5px;
  background: rgba(30, 140, 69, 0.1);
}

.hiw-blob--right {
  width: 288px;
  height: 288px;
  right: 360px;
  bottom: 244.5px;
  filter: blur(50px);
  background: rgba(16, 185, 129, 0.1);
}

.hiw-grid {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.1) 2%, rgba(255,255,255,0) 2%),
    linear-gradient(90deg, rgba(255,255,255,0.1) 2%, rgba(255,255,255,0) 2%);
  background-size: 48px 48px;
}

/* Container */

.hiw-inner {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
	text-align: center;
}

/* Header */

.hiw-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}

.hiw-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 22px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(2px);
  border-radius: 9999px;

  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.35px;
  color: #1E8C45;
}

.hiw-title {
  margin-top: 22px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -1.2px;
  color: #FFFFFF;
}

.hiw-title span {
  color: #1E8C45; /* green word like screenshot */
}

.hiw-subtitle {
  margin-top: 18px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #94A3B8;
}

/* Cards grid */

.hiw-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: stretch;
	margin-bottom: 46px;
}

.hiw-card {
  position: relative;
  min-height: 240px;
  padding: 32px 28px;
  border-radius: 24px;

  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(2px);
}
.hiw-card:nth-child(2) .hiw-card__icon {
	background: linear-gradient(135deg, #3B82F6 0%, #6366F1 100%) !important;
}

.hiw-card:nth-child(3) .hiw-card__icon {
	background: linear-gradient(135deg, #A855F7 0%, #EC4899 100%) !important;
}

.hiw-card:nth-child(4) .hiw-card__icon {
	background: linear-gradient(135deg, #F59E0B 0%, #F97316 100%) !important;

}

.hiw-card__num {
  position: absolute;
  right: 16px;
  top: 18px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 28px;
  color: rgba(255,255,255,0.1);
}

/* Icon box */

.hiw-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #1E8C45 0%, #10B981 100%);
  border: 1px solid rgba(255,255,255,0.1);
}

.hiw-card__svg{
	height: 30px;
}

.hiw-card__svg svg {
  width: 32px;
  height: 32px;
}

.hiw-card__fallback {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.85);
  font-size: 22px;
  font-weight: 900;
}

/* Titles / text */

.hiw-card__title {
  margin-top: 22px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.48px;
  color: #FFFFFF;
	text-align: left;
}

.hiw-card__desc {
  margin-top: 10px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #94A3B8;
  max-width: 220px;
	text-align: left;
}

/* Arrow between cards */

.hiw-arrow {
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: block;
  z-index: 2;
}

/* Bottom pill */

.hiw-pill {
  margin: 46px auto 0;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 28px;
  border-radius: 9999px;

  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(2px);
}

.hiw-pill__dot {
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  background: #1E8C45;
  flex-shrink: 0;
}

.hiw-pill__text {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #94A3B8;
}

.hiw-pill__strong {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
}

.industries-block {
  padding: 120px 0;
  background: #fff;
}

.industries-inner {
  max-width: 1280px;
  margin: 0 auto;
}

/* Header */
.industries-header {
  text-align: center;
  margin-bottom: 80px;
}

.industries-eyebrow {
  display: inline-block;
  padding: 8px 22px;
  background: rgba(30,140,69,0.1);
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 600;
  color: #1e8c45;
}

.industries-header h2 {
  margin-top: 24px;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: -1.2px;
  color: #0f172a;
}

.industries-header p {
  margin-top: 16px;
  font-size: 20px;
  color: #475569;
}

/* Industries grid */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 32px;
}

.industry-card {
  background: #fff;
  border-radius: 24px;
  padding: 12px;
  border: 1px solid #f1f5f9;
  box-shadow: 0 10px 15px -3px rgba(241,245,249,.5);
}

.industry-icon {
   height: auto;
   border-radius: 16px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.industry-icon img {
	width: 100%;
    height: 230px;
    object-fit: cover;
	border-radius: 10px;
}

.industry-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    padding-top: 20px;
}

.industries-cta .cta-content{
	width: 55%;
}

.industries-cta .cta-content p{
	color: #94A3B8;
}

/* Stats */
.industries-stats {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.stat-card {
    background: #f8fafc;
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
	align-items: center;
}

.stat-card img{
	width: 50px;
	margin-bottom: 15px;
}

.stat-card strong {
  font-size: 48px;
  font-weight: 900;
  color: #0f172a;
  font-family: 'Inter';
}

.stat-card span {
  display: block;
  color: #64748b;
}

/* CTA */
.industries-cta {
  margin-top: 120px;
  background: linear-gradient(135deg,#0f172a,#1e293b,#0f172a);
  border-radius: 32px;
  padding: 64px;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.cta-badge {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(30,140,69,0.2);
  border-radius: 9999px;
  color: #1e8c45;
  font-weight: 600;
  margin-bottom: 24px;
}
.cta-text {
    font-size: 18px;
    color: #fff; /* ya jo bhi color chahiye */
}

.cta-text strong,
.cta-text .highlight {
	padding: 2px 8px;
	border-radius: 6px;
	font-size: 20px;
	color: #fff;
}
.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(135deg, #0f3d2e 0%, #0a2c22 100%);
    color: #22c55e;
    border: 1px solid rgba(34,197,94,0.4);
    box-shadow: 0 0 20px rgba(34,197,94,0.15);
}

.badge-icon {
    width: 18px;
    height: 18px;
}
.trust-wrapper {
    display: flex;
    gap: 12px;
    padding-top: 20px;
}

.trust-users {
    display: flex;
    align-items: center;
}

.user-count {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    border: 2px solid #0f172a; /* background color match karo */
    box-shadow: 0 5px 15px rgba(34,197,94,0.4);
}

.user-count:first-child {
    margin-left: 0;
}

.trust-text {
    color: #9ca3af;
    font-size: 16px;
    font-weight: 500;
}


.cta-content h3 {
    text-align: left;
    color: #fff;
    padding-bottom: 18px;
}

.cta-circle {
  width: 224px;
  height: 224px;
  background: linear-gradient(135deg,#1e8c45,#059669);
  border-radius: 9999px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	    gap: 20px;
}

.testimonial-content {
	width: 77%;
}

.testimonial-rating{
	display: flex;
}

.cta-visual{
	position: relative;
	width: 30%;
}

.cta-circle strong {
  font-size: 60px;
}

.cta-rank {
  background: linear-gradient(135deg, #fbbf24, #f97316);
    padding: 16px;
    border-radius: 16px;
    font-weight: 900;
    color: #78350f;
    position: absolute;
    left: 120px;
    top: -31px;
    text-align: center;
}

/* ================= TESTIMONIALS ================= */

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 40px auto 0;
}

.testimonial-card {
    background: #f9fafb;
    padding: 30px;
    border-radius: 18px;
    text-align: center;
}

.testimonial-photo img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}
.section-text  {
    text-align: center;
}

.title-highlight {
  color: #1f8c46 !important;
}


.stars {
    color: #eab308;
    margin-bottom: 10px;
}

.quote {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.name {
    display: block;
    font-weight: 600;
}

.role {
    font-size: 14px;
    color: #6b7280;
}
.testimonials {
   text-align: center;
}
.title {
   padding-top: 25px;
}
.testimonials .eyebrow {
   padding: 14px;
   color: #B45309;
   border: 1px solid #fde68a;
   border-radius: 20px;
   background: #FDE68A80;
}
.final-cta__title .text-green {
    color: #28a745; /* your green color */
}

/* Mobile */
@media (max-width: 768px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}


/* ================= FAQ ================= */

.faq {
  position: relative;
  padding: 120px 0;
  background: #ffffff;
  overflow: hidden;
}

.faq-title {
	color: #0B1220; /* Dark Blue/Black color */
	font-size: 45px;
	font-weight: bold;
}

.title-highlight {
	color: #4C9B6A; /* Green color matching your screenshot */
	display: block; /* Agar aap "Questions" ko nayi line par lana chahte hain */
}

.faq-blur {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 600px;
  height: 600px;
  background: linear-gradient(315deg, rgba(30,140,69,0.05), rgba(30,140,69,0));
  filter: blur(32px);
  border-radius: 9999px;
}

.faq-inner {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
}

/* LEFT */

.faq-eyebrow {
  display: inline-flex;
  padding: 8px 20px;
  background: #EFF6FF;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 14px;
  color: #1D4ED8;
  gap: 6px;
	width: max-content;
	align-items: center;
}

.faq-eyebrow img {
    width: 22px;
    height: 22px;
    object-fit: cover;
}

.faq-title {
  margin-top: 20px;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -0.96px;
  color: #0F172A;
	text-align: left;
}

.faq-intro {
  margin-top: 24px;
  font-size: 18px;
  line-height: 29px;
  color: #475569;
}

.faq-cta {
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: #1E8C45;
  color: #fff;
  border-radius: 16px;
  font-weight: 700;
  box-shadow: 0 10px 15px -3px rgba(30,140,69,.3);
  text-decoration: none;
}

/* ACCORDION */

.faq-item {
  background: #fff;
  border: 1px solid #F1F5F9;
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
}

.faq-item.is-open {
  border-color: rgba(30,140,69,0.3);
  box-shadow: 0 20px 25px -5px rgba(30,140,69,0.1);
}

.faq-question {
  width: 100%;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: none;
  border: none;
  cursor: pointer;
}

.faq-number {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #F1F5F9;
  font-weight: 900;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94A3B8;
}

.faq-item.is-open .faq-number {
  background: #1E8C45;
  color: #fff;
}

.faq-text {
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  color: #1E293B;
	text-align: left;
}
.faq-answer p{
	text-align: left;
}

.faq-item.is-open .faq-text {
  color: #1E8C45;
}

.faq-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #F8FAFC;
  position: relative;
}

.faq-icon::before {
  content: '';
  position: absolute;
  inset: 12px;
  border-left: 2px solid #94A3B8;
  border-bottom: 2px solid #94A3B8;
  transform: rotate(-45deg);
}

.faq-item.is-open .faq-icon {
  background: rgba(30,140,69,0.1);
}

.faq-item.is-open .faq-icon::before {
  border-color: #1E8C45;
  transform: rotate(135deg);
}

/* ANSWER */

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 32px 0 92px;
  font-size: 18px;
  line-height: 28px;
  color: #475569;
  transition: max-height 0.35s ease, padding 0.3s ease;
}

.faq-item.is-open .faq-answer {
  max-height: 500px;
  padding: 0 32px 24px 92px;
}


/* ================= FINAL CTA ================= */

.final-cta {
  position: relative;
  padding: 140px 0;
  background: radial-gradient(
      circle at 50% 50%,
      rgba(30, 140, 69, 0.35),
      transparent 65%
    ),
    linear-gradient(180deg, #020617, #020617);
  overflow: hidden;
  text-align: center;
}

.final-cta__grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.1) 1.25%, transparent 1.25%),
    linear-gradient(90deg, rgba(255,255,255,0.1) 1.25%, transparent 1.25%);
  background-size: 80px 80px;
  opacity: 0.02;
  pointer-events: none;
}

.final-cta__inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Badge */

.final-cta__badge {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 9999px;
  background: rgba(30,140,69,0.15);
  color: #22c55e;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

/* Heading */

.final-cta__title {
  margin-top: 28px;
  font-size: 75px !important;
  line-height: 1.1;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -1.2px;
	margin-bottom: 20px;
}

.final-cta__title span {
  color: #22c55e;
}

/* Text */

.final-cta__text {
    font-size: 18px;
    line-height: 28px;
    color: #94a3b8;
    width: 70%;
    margin: auto;
}

/* Buttons */

.final-cta__buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 35px;
  border-radius: 16px;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
}

.btn-primary {
  background: #1E8C45;
  color: #fff;
  box-shadow: 0 10px 15px -3px rgba(30,140,69,.35);
}

.btn-secondary {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.15);
}

/* Trust Points */

.final-cta__points {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #94a3b8;
}

.final-cta__point {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.header-css .et_pb_column_1_4 {
    width: 25% !important;
    margin-bottom: 0 !important;
}
.header-css .et_pb_row {
    display: flex;
    align-items: center;
}

/* Responsive */

@media (max-width: 1280px) {
	.badge {
		width: 65% !important;
	}
	#responsibility-page{
		overflow-x: hidden !important;
	}
	.header-css:first-child, .page-template-page-responsibility .container{
		padding-left: 20px;
		padding-right: 20px;
	}
	.hiw-steps {
        grid-template-columns: repeat(4, 1fr);
    }
	.hiw-arrow {
		display: none;
	}
	.hero-title{
		font-size: 60px;
	}
	.hero-title .gradient{
		line-height: 73px;
	}
	.hero-stats {
		gap: 0px;
		margin-top: 56px;
		width: 630px;
		justify-content: space-between;
	}
	.industries-header {
		margin: 0 auto 80px;
		width: 710px;
	}
	.testimonials-header {
		width: 710px;
	}
	.slick-prev {
		right: 60px !important;
		text-align: right;
		top: -9% !important;
	}
	.slick-next {
        right: 0 !important;
        top: -9% !important;
    }
	.industries-header h2, .testimonials-header h2 {
		font-size: 50px;
		line-height: 60px;
	}
}


/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
  .hiw-inner {
    padding: 0 24px;
  }

  .hiw-title {
    font-size: 44px;
    line-height: 44px;
  }

  .hiw-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .hiw-card__desc {
    max-width: none;
  }

  .hiw-pill {
    padding: 14px 18px;
    gap: 10px;
  }
  .pricing-compare__header {
    text-align: center;
    max-width: 714px;
    margin: 0 auto 80px;
  }

  .hiw-pill__strong {
    font-size: 20px;
    line-height: 28px;
  }
  .wtif-card {
    padding: 35px;
  }

  .wtif-title {
    font-size: 50px;
    margin-top: 25px;
  }
  .wtif-card-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    font-size: 24px;
  }

  .wtif-inner {
    padding: 0 24px;
  }
  .hero-grid {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
  }

  .hero-price {
    margin-top: 40px;
    text-align: center;
  }

  .hero-badges,
  .hero-actions {
    justify-content: left;
  }
  .pricing-compare__inner {
    padding: 0 24px;
  }
  .pricing-title,
  .features-title, .faq-title {
    font-size: 25px;
    line-height: 60px;
  }
  .pricing-head__cell.features {
    text-align: center;
  }

  .pricing-cell,
  .pricing-head__cell {
    width: 100%;
    text-align: center;
  }

  .pricing-cell.feature {
    justify-content: center;
  }
	
  .industries-stats,
  .faq-inner {
    grid-template-columns: 1fr 1fr;
  }
	
	.industries-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	
	 .industry-card{
		 display: flex;
		 flex-direction: column;
		 align-items: center;
	}
	
  .wtif-partnership-icon {
    width: 20%;
  }
  .wtif-section {
    padding-top: 0;
  }
  .wtif-header {
    margin-bottom: 50px;
  }
}

@media (max-width: 985px) {
	
	 .benefits-strip__inner {
        flex-wrap: wrap;
        gap: 20px;
    }

    .benefits-strip__item {
		margin-left: -18px;
    }
	.hero-grid {
		flex-direction: column;
		text-align: center;
		justify-content: center;
	}
	.hero-badges, .hero-actions {
		justify-content: center;
	}
	.hero-content {
		width: 100%;
		max-width: 100%;
	}
   .hero-badge-green {
        display: none;
    }
	.hero-badge-blue{
        display: none;
    }
	.hero-moneyback-badge {
    position: absolute;
    width: 100px;
    z-index: 30;
    pointer-events: none;
}
	
	.hero-badges, .hero-actions {
        justify-content: center;
    }
	.hero-description {
		margin: 28px auto 0;
		max-width: 90%;
	}
	.hero-title {
        font-size: 70px;
    }
	.hero-title .gradient {
        line-height: 90px;
    }
	.page-template-page-responsibility .hero-grid {
		padding: 60px 20px;
	}
	.hero-stats {
        margin: 56px auto 0;
    }
	.wtif-partnership-icon {
        width: 26%;
    }
	.hiw-steps {
        grid-template-columns: repeat(2, 1fr);
    }
    .faq-inner {
		grid-template-columns: repeat(1, 1fr);
		justify-content: center;
	}
	.testimonial-card{
		padding: 40px;
	}
	.author-photo {
		width: 30%;
	}
	.author-photo::before {
		background-size: 32%;
		background-position: 7px;
	}
	.testimonial-author {
		gap: 60px;
	}
	.faq-content{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 620px;
		margin: auto;
	}
	.faq-content h2,  .faq-content p{
		text-align: center;
	}
	.features-description{
		margin-top: 10px;
	}
	.testimonials-slider {
		margin-top: 120px;
	}
}

/* Responsive */

@media (max-width: 768px) {	
  .hero-badges {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .badge {
        width: 100%;
        justify-content: center;
        font-size: 13px;
        padding: 10px 14px;
    }

    .badge img {
        width: 46px;
        height: 26px;
    }
	
  .pricing-head {
   display: block !important;
}	
  .final-cta__title {
    font-size: 40px;
  }
	.feature-item {
		flex: 0 0 100%;
	}
	.industries-cta {
		margin-top: 80px;
		align-items: center;
	}
    .cta-visual {
        width: 70% !important;
        height: fit-content;
    }
	.cta-circle {
		width: 200px;
		height: 200px;
	}
	.author-photo::before {
        background-size: 30%;
        background-position: 13px;
    }
	.testimonial-text{
		font-size: 22px;
	}
	
	.hero-badge-green,
    .hero-badge-blue {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 150px;
    }

    .hero-badge-green {
        bottom: 40px;
    }

    .hero-badge-blue {
        top: auto;
        bottom: 200px;
    }
}
	.pricing-title,
	.features-title, .faq-title, .industries-header h2, .testimonials-header h2, .wtif-title {
		font-size: 55px;
		line-height: 60px;
	}
	.hero-title {
        font-size: 40px;
    }
	.hero-title .gradient {
        line-height: 70px;
    }
	.pricing-head__cell, .pricing-cell {
		padding: 20px;
	}
	.icon-no, .icon-yes {
		width: 35px;
		height: 35px;
	}
	.wtif-cards {
		grid-template-columns: repeat(1, 1fr);
	}
	.industries-header, .testimonials-header, .faq-content {
		width: calc(100% - 1rem);
	}
	.industries-grid, .industries-stats {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media(max-width:640px){
	.industries-cta, .testimonial-author {
		flex-direction: column;
		gap: 30px;
	}
	.industries-cta .cta-content, .cta-visual, .testimonial-content, .feature-card	 {
		width: 100%;
	}
	.cta-circle{
		float: right;
		width: 240px;
        height: 240px;
	}
	.cta-rank{    
	padding: 10px;
    border-radius: 16px;
    font-weight: 800;
    color: #78350f;
    position: absolute;
    left: 140px;
    top: -31px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}
	.author-photo {
        width: 35%;
    }
	.author-photo::before {
		background-size: 39%;
		background-position-x: center;
		background-position-y: 5%;
	}
	.testimonial-text {
		font-size: 20px;
	}
	.testimonial-author-info, .testimonial-content, .testimonial-text, .testimonial-rating, .feature-card, .feature-card h3, .feature-card p, .industry-card h4 {
		text-align: center;
		justify-content: center;
	}
	.feature-icon {
		width: 80px;
		margin: 0 auto 17px;
	}
	.stat-card img {
		width: 40px;
	}
	.stat-card strong {
		font-size: 35px;
	}

}
@media(max-width:590px){
    .hero-moneyback-badge {
        width: 90px;
        margin-top: 20px;
        position: absolute;
        right: 0px;
        left: 410px;
        top: 100px;
    }
	.icon-no {
		display: none !important;
	}
	.pricing-cell {
		padding: 27px 0px !important;
		margin-left: 4px;
	}
	.hero-stats {
		gap: 0px;
		margin-top: 56px;
		width: 360px;
		justify-content: space-between;
	}
	.pricing-cell.feature {
		flex: 2;
	}
	.hiw-pill {
		display: block;
		border-radius: 20px;
	}
	.pricing-head__cell.features {
		display: none !important;
	}
	.pricing-head__cell.agency {
		display: none;
	}
	
	.feature-card {
		position: relative;
		width: calc(100% - 0px);
		padding: 40px;
		background: #ffffff;
		border: 1px solid #F1F5F9;
		border-radius: 24px;
	}

	.industries-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr) !important;
		gap: 32px;
	}
	.final-cta__title {
		font-size: 50px !important;
	}
	.wtif-partnership {
		align-items: flex-start;
		flex-direction: column;
		width: 100%;
        margin: 50px 0px 0px;
	}
	.wtif-cards {
		display: grid;
		grid-template-columns: 1fr !important;
		gap: 48px;
	}
	.hiw-steps {
        grid-template-columns: repeat(1, 1fr);
    }
	.hiw-card__icon {
		margin: auto;
	}
	.hiw-card h3, .hiw-card p{
		text-align: center;
	}
	
	    .hero-badge-green,
    .hero-badge-blue {
        display: none;
    }
	
	.header-css .et_pb_image_0_tb_header {
		width: 100%;
	}
	.header-css .et_pb_column_1_4 {
		width: 42% !important;
	}
	.author-photo::before {
		background-size: 53%;
	}
	.author-photo {
		width: 50%;
	}
	.hero-moneyback-badge {
		width: 90px;
		margin-top: 20px;
		position: absolute;
		right: 10px;
		top: 240px;
		display: none;
	}
	.btn {
    padding: 12px 25px;
   }
	.badge {
    padding: 8px 8px;
  }
	
	.pricing-guarantee__badge {
    width: 40px;
	position: relative;
    padding: 30px;
    height: 70px;
  }
	.pricing-guarantee__badge {
		padding: 48px;
		position: relative;
		height: 70px;
	}
	.pricing-guarantee {
		padding: 10px;
	}
 
   .pricing-guarantee  p {
    text-align: center;
    padding-top: 20px;
	line-height: 30px;
   
  }
	.wtif-partnership-icon {
	 width: 32%;
	 padding: 25px;
  }	
	.industries-grid, .industries-stats {
	 grid-template-columns: repeat(1, 1fr);
  }
	.cta-content h3 {
    text-align: center;
    color: #fff;
    padding-bottom: 18px;
    line-height: 40px;
  }
   .cta-content p {
    font-size: 14px;
  }	
	.industries-cta .cta-content {
	 width: 100%;
	 text-align: center;
 }
	.cta-circle {
	 float: 0;
	 width: 200px;
     display: none;
	 height: 200px;
 }
	.cta-rank {
     display: none;
 }
	.features-section {
	padding: 60px 0;
  }	
	.pricing-compare {
    padding: 140px 0 50px;
  }
	.features-eyebrow {
	font-size: 12px;
  }	
}

/* ================= IPHONE OPTIMIZATION ================= */
@media (max-width: 430px) {
	
	.hero-title {
		font-size: 33px;
		line-height: 10px;
	}	
	.hero-moneyback-badge {
		width: 90px;
		margin-top: 20px;
		position: absolute;
		right: 10px;
		left: 340px;
		top: 239px;
	}
	.final-cta__badge {
		font-size: 12px;
		padding: 8px 10px;
	}
	.btn {
		padding: 16px 35px;
		font-size: 14px;
		line-height: 20px;
	}

  /* General Section Padding */
  .faq,
  .final-cta {
    padding: 70px 20px;
  }

  /* FAQ Layout */
  .faq-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq-title {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }

  .faq-intro {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }

  .faq-question {
    padding: 18px;
    gap: 12px;
  }

  .faq-number {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .faq-text {
    font-size: 15px;
  }

  .faq-answer {
    padding: 0 18px 0 60px;
    font-size: 14px;
    line-height: 22px;
  }

  .faq-item.is-open .faq-answer {
    padding: 0 18px 18px 60px;
  }

  /* FINAL CTA */
  .final-cta__title {
    font-size: 30px !important;
    line-height: 38px;
  }

  .final-cta__text {
    width: 100%;
    font-size: 15px;
    line-height: 24px;
  }

  .final-cta__buttons {
    flex-direction: column;
    gap: 12px;
  }

  .btn {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
  }

  .final-cta__points {
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
  }

}


