
p {
    color: #4a4a4a;
    font-family: 'Montserrat-Regular', Arial, sans-serif;
    line-height: 1.7;
}
.common-padding {
    padding: 60px 0;
}
.d-none {
    display: none;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
}

.eyebrow-text {
    color: #4a9e3a;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12.5px;
    margin-bottom: 18px;
    display: inline-flex;
    align-items: center;
}
.eyebrow-text::before {
    content: "";
    width: 26px;
    height: 2px;
    background-color: #4a9e3a;
    display: inline-block;
    margin-right: 10px;
}

.btn {
    font-weight: 600;
    font-size: 15px;
    padding: 14px 36px;
    border-radius: 8px;
    display: inline-block;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
}
.btn:focus-visible {
    outline: 2px solid #6ac259;
    outline-offset: 3px;
}
.btn-white-custom {
    background-color: #fff;
    border: 2px solid #fff;
    color: #0052cc;
}
.btn-white-custom:hover {
    background-color: transparent;
    color: #fff;
    transform: translateY(-2px);
}
.btn-primary-custom {
    background-color: #0052cc;
    border: 2px solid #0052cc;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 82, 204, 0.28);
}
.btn-primary-custom:hover {
    background-color: #003d99;
    border-color: #003d99;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 82, 204, 0.36);
}

/* ===== SHARED TYPOGRAPHY (deduped from repeated per-section rules) ===== */

.detail-section h2,
.tabs-section h2,
.benefits-section h2,
.empower-section h2,
.keyfeatures-section h2,
.dowith-section h2,
.whybrands-section h2,
.cta-banner h2 {
  font-family: 'Montserrat-Bold', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.3px;
}

.benefits-section h2,
.empower-section h2,
.keyfeatures-section h2,
.dowith-section h2 {
  font-size: 32px;
  line-height: 1.3;
  color: #0d0d0d;
}

.tabs-section h2,
.empower-section h2,
.whybrands-section h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.grey-box h4,
.blue-box h4 {
  font-size: 20px;
  font-family: 'Montserrat-Bold', Arial, sans-serif;
  font-weight: 700;
  line-height: 28px;
}

.feature-card p,
.whybrand-item p,
.dowith-item p {
  margin-bottom: 0;
}
.feature-card p,
.whybrand-item p {
  color: #5a5a5a;
}

.detail-section p strong,
.kf-list li strong {
  color: #0d0d0d;
  font-weight: 700;
}

/* ===== end shared typography ===== */

/* =========================================================
   HERO SECTION
   ========================================================= */
.hero-section {
  background-color: #06070a;
  background-image:
    radial-gradient(circle at 82% 18%, rgba(0, 82, 204, 0.55) 0%, rgba(0, 82, 204, 0) 45%),
    radial-gradient(circle at 15% 85%, rgba(106, 194, 89, 0.20) 0%, rgba(106, 194, 89, 0) 40%);
  padding: 130px 0 80px 0;
  position: relative;
  overflow: hidden;
}
.hero-section .dot-grid {
  position: absolute;
  top: 40px; right: 40px;
  width: 140px; height: 140px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.18) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  opacity: 0.5;
}
.hero-section h1 {
  color: #fff;
  font-family: 'Montserrat-Bold', Arial, sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.22;
  margin-bottom: 22px;
  letter-spacing: -0.8px;
}
.hero-section p.lead-copy {
  color: #b6bac2;
  font-size: 17.5px;
  line-height: 1.7;
  margin-bottom: 34px;
  max-width: 480px;
}
.hero-cta-row {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.hero-cta-row .call-link {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.hero-cta-row .call-link i {
  color: #6ac259;
  margin-right: 8px;
}

/* phone mockup - hero */
.phone-frame {
  background: linear-gradient(160deg, #0052cc 0%, #00256b 100%);
  border-radius: 34px;
  padding: 16px;
  max-width: 320px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 35px 70px rgba(0, 82, 204, 0.38);
}
.phone-frame::before {
  content: "";
  position: absolute;
  top: 16px; left: 50%;
  transform: translateX(-50%);
  width: 60px; height: 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.28);
}
.phone-screen {
  background: #0d1117;
  border-radius: 24px;
  padding: 36px 16px 20px 16px;
  min-height: 360px;
}
.phone-screen .screen-header {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.phone-screen .screen-header .avatar {
  width: 30px; height: 30px; border-radius: 50%;
  background: #6ac259;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 14px;
}
.chat-bubble {
  background: #161c26;
  border-radius: 12px 12px 12px 2px;
  padding: 12px 14px;
  color: #dcdcdc;
  font-size: 13px;
  margin-bottom: 12px;
  max-width: 88%;
  line-height: 1.55;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}
.chat-bubble.out {
  background: #0052cc;
  color: #fff;
  margin-left: auto;
  border-radius: 12px 12px 2px 12px;
}
.chat-bubble .time {
  display: block;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 6px;
}
.typing-row {
  display: flex;
  gap: 4px;
  padding: 12px 14px;
  background: #161c26;
  border-radius: 12px 12px 12px 2px;
  width: 54px;
}
.typing-row span {
  width: 6px; height: 6px; border-radius: 50%;
  background: #6ac259;
  animation: blink 1.4s infinite ease-in-out;
}
.typing-row span:nth-child(2) { animation-delay: 0.2s; }
.typing-row span:nth-child(3) { animation-delay: 0.4s; }
@keyframes blink {
  0%, 80%, 100% { opacity: 0.25; }
  40% { opacity: 1; }
}

.stats-bar {
  background-color: #0052cc;
  padding: 26px 0;
  position: relative;
  z-index: 2;
}
.stats-bar .stat-item {
  color: #fff;
  font-weight: 600;
  font-size: 15.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.stats-bar .stat-item i {
  color: #8fe07d;
}
/* hero section end */

/* =========================================================
   FEATURES (SECTION 2)
   ========================================================= */
.feature-card {
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius:10px;
    padding: 34px 28px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 260px;
}
.feature-card::after {
  content: "";
  position: absolute;
  right: -30px; top: -30px;
  width: 90px; height: 90px;
  border-radius: 50%;
  background: #f3f6fc;
  z-index: 0;
}
.feature-card > * { position: relative; z-index: 1; }
.feature-card:hover {
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.09);
  transform: translateY(-6px);
  border-color: #0052cc;
}
.feature-icon-box {
    width: 56px;
    height: 56px;
    background-color: #0052cc;
    color: #fff;
    border-radius:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}
.feature-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Montserrat-Bold', Arial, sans-serif;
    color: #0d0d0d;
    line-height: 28px;
    margin-top: 1px;
}
.feature-card p {
    font-size: 15px;
    font-family: 'Montserrat-Regular', Arial, sans-serif;
}
/* features section end */

/* =========================================================
   SECTION 3 - WHATSAPP BUSINESS API DETAIL
   ========================================================= */
.detail-section {
  background-color: #fafbfc;
}
.detail-section p {
  color: #4a4a4a;
  font-family: 'Montserrat-Regular', Arial, sans-serif;
  font-size: 15.5px;
  margin-bottom: 16px;
}
.network-illustration {
  width: 100%;
  min-height: 500px;
  border-radius: 10px;
  background: linear-gradient(150deg, #eef4ff 0%, #e4edfc 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(0, 82, 204, 0.06);
}
.medias{
       margin-top: 40px;
}
.network-illustration img {
    width: 100%;
    max-width: 570px;
    height: auto;
}
.detail-section h2 {
    font-size: 34px;
    margin-bottom: 22px;
    line-height: 1.25;
}
.detail-section h2 span {
  color: #4a9e3a;
  display: block;
}
.grey-box {
  background-color: #eef0f2;
  border-radius:10px;
  padding: 30px;
  height: 100%;
}
.grey-box h4 {
    margin-bottom: 24px;
    color: #0d0d0d;
}
.grey-box ul {
    padding-left: 0;
}
.grey-box ul li {
  list-style: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 16px;
  font-size: 15px;
  color: #3d3d3d;
  line-height: 1.5;
}
.grey-box ul li::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-weight: 900;
    color: #fff;
    background: #6ac259;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 2px;
}
.blue-box {
  background: linear-gradient(150deg, #0052cc 0%, #00347f 100%);
  border-radius:10px;
  padding: 30px;
  height: 100%;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 82, 204, 0.22);
}
.blue-box::after {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  right: -10px; bottom: -20px;
  font-size: 120px;
  color: rgba(255, 255, 255, 0.06);
}
.blue-box h4 {
    color: #fff;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}
.blue-box p {
  color: #d7e3fb;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
  font-size: 15px;
  line-height: 1.6;
}
/* section 3 end */

/* =========================================================
   SECTION 4 - EVERYTHING WHATSAPP TABS
   ========================================================= */
.tabs-section {
  background-color: #06070a;
  color: #fff;
}
.tabs-section h2 {
  color: #fff;
  font-size: 34px;
  line-height: 1.3;
  max-width: 720px;
  margin-top: 0;
  margin-bottom: 16px;
}
.tabs-section h2 span { color: #6ac259; }
.tabs-section .lead-text {
  color: #a0a3a9;
  text-align: center;
  font-size: 16px;
  margin-bottom: 48px;
}
.pill-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 54px;
  list-style: none;
  padding-left: 0;
}
.pill-tabs .pill-btn {
  color: #cfcfcf;
  background-color: #141414;
  border: 1px solid #262626;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pill-tabs .pill-btn:hover {
  border-color: #0052cc;
  color: #fff;
}
.pill-tabs .pill-btn.active {
  background-color: #0052cc;
  border-color: #0052cc;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 82, 204, 0.35);
}
.wa-tab-panel { display: none; }
.wa-tab-panel.active {
  display: block;
  animation: fadeIn 0.35s ease;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
.tab-panel-title {
    color: #6ac259;
    font-size: 28px;
    margin-bottom: 18px;
    font-weight: 800;
    font-family: 'Montserrat-Bold', Arial, sans-serif;
}
.tab-panel-body p {
  color: #c2c2c2;
  font-size: 16px;
  line-height: 1.7;
}
.mini-phone img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}
#waTabContent .row.align-items-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mini-phone {
    background: linear-gradient(160deg, #12151c 0%, #05070a 100%);
    border: 1px solid #24272f;
    border-radius: 12px;
    padding: 14px;
    margin: 0 auto;
    position: relative;
}
.mini-phone::before {
  content: "";
  position: absolute;
  top: 12px; left: 50%; transform: translateX(-50%);
  width: 46px; height: 5px; border-radius: 5px;
  background: #2a2e38;
}
.mini-phone .mini-bar:nth-child(3) { width: 70%; }
/* section 4 end */

/* =========================================================
   SECTION 5 - BENEFITS VERTICAL TABS
   ========================================================= */
.benefits-section h2 {
    margin-bottom: 40px;
    margin-top: 0;
}
.benefit-list-item {
    border-left: 4px solid #1e66d2;
    padding: 17px 17px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: all 0.25s ease;
    border-radius: 10px;
}
.benefit-list-item:hover {
  background-color: #f7f9fb;
  border-left-color: #b9d4ff;
}
.benefit-list-item.active {
  border-left: 4px solid #6ac259;
  background-color: #f5f9f4;
}
.benefit-list-item h5 {
    font-size: 16px;
    margin-bottom: 0;
    color: #3d3d3d;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 0;
}
.benefit-list-item h5 i {
  color: #0052cc;
  font-size: 16px;
  width: 18px;
  text-align: center;
}
.benefit-list-item.active h5 {
  color: #0d0d0d;
  font-weight: 700;
}
.benefit-visual {
    width: 100%;
    min-height: 280px;
    background: linear-gradient(155deg, #eef4ff 0%, #e4edfc 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0052cc;
    font-size: 64px;
    margin-bottom: 26px;
    position: relative;
    overflow: hidden;
    padding: 10px;
}
.benefit-visual img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px !important;
}
.benefit-visual .globe-dot {
  position: absolute;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #6ac259;
}
.benefit-content h4 {
    font-size: 23px;
    margin-bottom: 12px;
    font-family: 'Montserrat-Bold', Arial, sans-serif;
    font-weight: 800;
    color: #0d0d0d;
}
.benefit-content p {
    color: #4a4a4a;
    font-size: 15.5px;
    line-height: 1.7;
}
/* section 5 end */

/* =========================================================
   SECTION 6 - SUPPORT / SALES / MARKETING
   ========================================================= */
.empower-section {
  background-color: #f5f7fa;
}
.empower-section h2 {
    font-size: 32px;
    margin-bottom: 54px;
    max-width: 620px;
}
.empower-card {
  border-radius:10px;
  padding: 40px;
  height: 100%;
  background-color: #fff;
  border: 1px solid #ececec;
  transition: all 0.25s ease;
}
.empower-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.08);
  border-color: #dbe4f0;
}
.empower-card .empower-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 24px;
  color: #fff;
}
.empower-card.card-a .empower-icon { background: #0052cc; }
.empower-card.card-b .empower-icon { background: #4a9e3a; }
.empower-card.card-c .empower-icon { background: #0d0d0d; }
.empower-card h3 {
    font-size: 21px;
    margin-bottom: 14px;
    font-family: 'Montserrat-Bold', Arial, sans-serif;
    font-weight: 800;
    color: #0d0d0d;
}
.empower-card p {
    font-size: 15px;
    margin-bottom: 26px;
    min-height: 95px;
    color: #4a4a4a;
    font-family: 'Montserrat-Regular', Arial, sans-serif;
    line-height: 1.65;
}
.btn-empower {
  color: #0052cc;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-empower i { transition: transform 0.2s ease; }
.btn-empower:hover i { transform: translateX(4px); }
.btn-empower:hover { color: #003d99; }
/* section 6 end */

/* =========================================================
   SECTION 7 - KEY FEATURES
   ========================================================= */
.keyfeatures-section {
  background-color: #fff;
}
.keyfeatures-section img {
    width: 100%;
}
.keyfeatures-section h2 {
    margin-bottom: 18px;
}
.keyfeatures-section > .container > p {
    margin-bottom: 56px;
    max-width: 780px;
    color: #4a4a4a;
    font-size: 15.5px;
    font-family: 'Montserrat-Regular', Arial, sans-serif;
    line-height: 1.7;
}
.kf-list li {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 28px;
  position: relative;
  font-size: 15.5px;
  color: #3d3d3d;
  line-height: 1.6;
}
.kf-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #6ac259;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
/* section 7 end */

/* =========================================================
   SECTION 8 - WHAT CAN YOU DO WITH WHATSAPP BUSINESS
   ========================================================= */
.dowith-section {
  background-color: #f3f6fd;
}
.dowith-section h2 {
    margin-bottom: 12px;
    margin-top: 0;
}
.dowith-section > .container > p {
    color: #4a4a4a;
    font-size: 15.5px;
}
.dowith-item {
  background-color: #fff;
  border-radius: 12px;
  padding: 26px;
  margin-bottom: 20px;
  height: calc(100% - 20px);
  border: 1px solid #ececec;
  transition: all 0.2s ease;
}
.dowith-item:hover {
  border-color: #0052cc;
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
}
.dowith-item .dowith-icon {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: #eef4ff;
  color: #0052cc;
  display: flex; align-items: center; justify-content: center;
  font-size: 17px;
  margin-bottom: 16px;
}
.dowith-item h5 {
    font-size: 16px;
    margin-bottom: 8px;
    color: #0d0d0d;
    font-family: 'Montserrat-Bold', Arial, sans-serif;
    font-weight: 700;
}
.dowith-item p {
  font-size: 14px;
  line-height: 1.6;
}
.dowith-phone {
  background: linear-gradient(165deg, #0052cc 0%, #001f5c 100%);
  border-radius: 34px;
  padding: 22px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  box-shadow: 0 30px 60px rgba(0, 82, 204, 0.28);
}
.dowith-phone::before {
  content: "";
  position: absolute;
  top: 18px; left: 50%; transform: translateX(-50%);
  width: 50px; height: 5px; border-radius: 5px;
  background: rgba(255, 255, 255, 0.28);
}
.dowith-phone .dp-card {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.dowith-phone .dp-card i {
  width: 34px; height: 34px;
  border-radius: 8px;
  background: #eef4ff;
  color: #0052cc;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}
.dowith-phone .dp-card .dp-line {
  height: 9px;
  border-radius: 4px;
  background: #e3e8f0;
  margin-bottom: 6px;
}
.dowith-phone .dp-card .dp-line.w60 { width: 60%; }
.dowith-phone .dp-card .dp-line.w40 { width: 40%; margin-bottom: 0; }
.dowith-phone .dp-btn {
  background: #4a9e3a;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 13px;
  font-weight: 700;
  font-size: 13px;
  margin-top: auto;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.dowith-phone .dp-btn:hover {
  background: #3f8a31;
}
/* section 8 end */

/* =========================================================
   SECTION 9 - WHY TOP BRANDS
   ========================================================= */
.whybrands-section h2 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 52px;
  color: #0d0d0d;
  max-width: 750px;
}
.whybrand-item {
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 18px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    transition: all 0.2s ease;
}
.whybrand-item:hover {
  border-color: #6ac259;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
}
.whybrand-item .check-circle {
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-color: #6ac259;
    color: #fff;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 12px;
}
.whybrand-item p {
  font-size: 15px;
  line-height: 1.6;
}
/* section 9 end */

/* =========================================================
   SECTION 10 - CTA BANNER
   ========================================================= */
.cta-banner {
  background: linear-gradient(135deg, #0052cc 0%, #00296b 100%);
  padding: 110px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner .dot-grid {
  position: absolute;
  bottom: 0; left: 0;
  width: 220px; height: 220px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1.5px, transparent 1.5px);
  background-size: 16px 16px;
}
.cta-banner h2 {
    color: #fff;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}
.cta-banner p {
  color: #d7e3fa;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 38px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.cta-banner .cta-btns { position: relative; z-index: 1; }
/* section 10 end */

footer.site-footer {
  background-color: #06070a;
  padding: 30px 0;
  text-align: center;
}
footer.site-footer p {
  color: #8a8a8a;
  font-size: 13px;
  margin: 0;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media only screen and (max-width: 992px) {
  .feature-card,
  .grey-box,
  .benefit-content,
  .empower-card {
    margin-bottom: 16px;
  }
  .common-padding {
    padding: 50px 0;
  }
  .detail-section h2,
  .tabs-section h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .hero-section h1 { font-size: 30px; }
  .hero-section { padding: 80px 0 40px 0; }
  .stats-bar .stat-item {
    display: flex;
    margin-bottom: 14px;
    justify-content: center;
    text-align: center;
  }
  .common-padding { padding: 45px 0; }
  .tabs-section h2,
  .empower-section h2,
  .whybrands-section h2,
  .detail-section h2,
  .cta-banner h2 { font-size: 24px; }
  .phone-frame { margin-top: 40px; }
  .grey-box, .blue-box { padding: 28px; }
  .empower-card { padding: 30px; }
}

/* respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}