/* ==========================================================================
   FINCHBYTE — PAGE-SPECIFIC STYLES
   ========================================================================== */

/* =================================================================
   COMMON HERO + SHARED COMPONENTS USED ACROSS SERVICE PAGES
   ================================================================= */

.hero {
  padding: 70px 0 80px;
  text-align: center;
  background: var(--color-white);
}

.hero h1 {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 18px 0 18px;
}

.hero .grad-text {
  background: linear-gradient(90deg, #2563EB 0%, #8B5CF6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero p.hero-sub {
  font-size: 17px;
  color: var(--color-dark);
  max-width: 720px;
  margin: 0 auto 16px;
  line-height: 1.6;
}

.hero p.hero-lead {
  font-size: 15px;
  color: var(--color-muted);
  max-width: 720px;
  margin: 0 auto 32px;
  line-height: 1.7;
}

.hero-text-link {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
  background: transparent;
  border: none;
  padding: 12px 4px;
}

.hero-text-link:hover {
  color: var(--color-primary);
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* =================================================================
   PPC PAGE
   ================================================================= */

.ppc-why-choose-section {
  padding: 60px 0 80px;
}

.ppc-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 60px;
  align-items: center;
}

.ppc-feature-left h2 {
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--color-black);
  margin: 0 0 20px;
}

.ppc-feature-left p {
  font-size: 14.5px;
  color: var(--color-muted);
  line-height: 1.8;
  margin: 0;
}

.ppc-feature-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ppc-feature-tiles .tile {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.ppc-feature-tiles .tile:hover {
  box-shadow: 0 8px 28px rgba(37,99,235,0.08);
  border-color: var(--color-primary-soft);
}

.ppc-feature-tiles .tile .ico {
  display: flex;
  align-items: center;
  color: var(--color-primary);
  font-size: 26px;
  line-height: 1;
}

.ppc-feature-tiles .tile h6 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  color: var(--color-black);
}

/* "Why PPC Advertising Matters" block */
.matters-block {
  padding: 80px 0;
  background: var(--color-bg);
}

.matters-block h2 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
  line-height: 1.1;
  color: var(--color-black);
}

.matters-block .lead {
  font-size: 15px;
  color: var(--color-muted);
  max-width: 680px;
  margin-bottom: 52px;
  line-height: 1.75;
}

.matters-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 32px;
  background: transparent;
  border: none;
}

.matters-grid .cell {
  background: transparent;
  padding: 8px 20px 28px;
  border-left: 3px solid var(--color-primary);
}

.matters-grid .cell h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--color-black);
}

.matters-grid .cell p {
  font-size: 13.5px;
  color: var(--color-muted);
  margin: 0;
  line-height: 1.65;
}

/* Common challenges (dark band) */
.dark-band {
  background: var(--color-black);
  color: #fff;
  padding: 70px 0;
  text-align: center;
}

.dark-band h2 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 14px;
}

.dark-band .lead {
  color: #b6b6b6;
  font-size: 14.5px;
  max-width: 680px;
  margin: 0 auto 28px;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.chip-dark {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius-pill);
  padding: 9px 18px;
  font-size: 13px;
  color: #fff;
  background: transparent;
}

/* PPC Services list */
.ppc-services {
  padding: 80px 0;
  background: #fff;
}

.ppc-services h2 {
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
  color: var(--color-black);
}

.ppc-svc-accent {
  width: 40px;
  height: 4px;
  background: var(--color-primary);
  border-radius: 2px;
  margin-bottom: 44px;
}

.service-card-wide {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 32px 36px;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 40px;
  align-items: start;
  transition: box-shadow 0.25s ease;
}

.service-card-wide:hover {
  box-shadow: 0 6px 24px rgba(37,99,235,0.07);
}

.svc-left h4 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--color-black);
  line-height: 1.35;
}

.svc-left p {
  font-size: 13px;
  color: var(--color-muted);
  line-height: 1.7;
  margin: 0;
}

.svc-platform-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}

.svc-platform-tags span {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--color-primary);
  background: var(--color-primary-soft);
  border-radius: var(--radius-pill);
  padding: 4px 12px;
}

.service-card-wide ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
  align-content: start;
}

.service-card-wide ul li {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-text);
  line-height: 1.4;
}

.service-card-wide ul li i {
  color: var(--color-primary);
  font-size: 13px;
  flex-shrink: 0;
}

.service-card-wide ul li::before {
  display: none;
}

.svc-half-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.service-card-half {
  margin-bottom: 0;
}

.service-card-half ul {
  grid-template-columns: 1fr;
}

.service-card-audit {
  background: var(--color-bg-light);
  border-color: var(--color-border-soft);
}

/* "Why businesses choose us" 6-cell grid */
.why-choose-block {
  padding: 70px 0;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  align-items: start;
}

.why-choose-block .left h2 {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 14px;
}

.why-choose-block .left p {
  font-size: 14px;
  color: var(--color-muted);
  line-height: 1.7;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.why-card {
  background: var(--color-bg-soft);
  border-radius: var(--radius);
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.why-card .ico {
  width: 36px; height: 36px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
}

.why-card h6 {
  font-size: 13.5px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

/* Platforms (logo strip + grid) */
.platforms-band {
  background: var(--color-bg-soft);
  padding: 60px 0;
}

.platforms-band h2 {
  text-align: center;
  font-size: clamp(24px, 2.6vw, 30px);
  font-weight: 700;
  margin-bottom: 30px;
}

.platform-chips {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.platform-chips .chip {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  padding: 10px 22px;
  font-size: 13.5px;
  font-weight: 500;
}

/* Process — 4 step numbered cards */
.process-strip {
  padding: 70px 0;
}

.process-strip h2 {
  text-align: center;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  margin-bottom: 50px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  position: relative;
}

.process-step .num {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 16px;
}

.process-step h5 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 8px;
}

.process-step p {
  font-size: 13px;
  color: var(--color-muted);
  margin: 0;
  line-height: 1.65;
}

/* PPC Process — light white-bg 5-step horizontal */
.ppc-process-light {
  padding: 90px 0 100px;
  background: #fff;
}

.ppc-process-heading {
  text-align: center;
  font-size: clamp(28px, 3.8vw, 44px);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--color-black);
  margin-bottom: 64px;
}

.ppc-work-steps-wrap {
  position: relative;
  width: 100%;
}

.ppc-work-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  position: relative;
}

/* Connecting line */
.ppc-work-steps::before {
  content: '';
  position: absolute;
  top: 36px;
  left: 10%;
  right: calc(10% - 9.6px);
  height: 2px;
  background: linear-gradient(90deg,
    rgba(37, 99, 235, 0.06) 0%,
    rgba(37, 99, 235, 0.22) 20%,
    rgba(37, 99, 235, 0.22) 80%,
    rgba(37, 99, 235, 0.06) 100%
  );
  z-index: 1;
}

/* Animated glowing dot running along the line */
.ppc-work-steps::after {
  content: '';
  position: absolute;
  top: 36px;
  left: 10%;
  width: 15%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(37,99,235,0.7), #2563EB, rgba(37,99,235,0.7), transparent);
  z-index: 2;
  animation: ppcLineFlow 7s infinite linear;
  box-shadow: 0 0 8px rgba(37, 99, 235, 0.45);
}

@keyframes ppcLineFlow {
  0%   { left: 10%;                 width: 0;   opacity: 0; }
  5%   { left: 10%;                 width: 10%; opacity: 1; }
  90%  { left: calc(72% + 9.6px);  width: 18%; opacity: 1; }
  100% { left: calc(90% + 9.6px);  width: 0;   opacity: 0; }
}

.ppc-process-step {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease;
}

.ppc-process-step:hover {
  transform: translateY(-4px);
}

/* Number badge */
.ppc-step-num {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 800;
  color: var(--color-primary);
  margin-bottom: 28px;
  background: transparent;
  transition: background 0.3s ease, color 0.3s ease;
  line-height: 1;
}

/* Step 1 active circle */
.ppc-step-num.active {
  background: var(--color-primary-soft);
  color: var(--color-primary);
}

.ppc-process-step:hover .ppc-step-num {
  background: var(--color-primary-soft);
}

.ppc-step-body h5 {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-black);
  margin: 0 0 10px;
  line-height: 1.3;
}

.ppc-step-body p {
  font-size: 13px;
  color: var(--color-muted);
  margin: 0;
  line-height: 1.65;
}

/* Industries (dark) */
.industries-dark {
  background: var(--color-black);
  color: #fff;
  padding: 72px 0;
}

.industries-dark h2 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  margin-bottom: 14px;
}

.industries-dark p {
  color: #b6b6b6;
  font-size: 14.5px;
  margin-bottom: 28px;
  max-width: 460px;
}

.industries-dark .btn-fb-light {
  border-color: rgba(255,255,255,0.25);
  background: transparent;
  color: #fff !important;
}

.industries-dark .btn-fb-light:hover {
  background: #fff;
  color: var(--color-black) !important;
}

.industries-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.industries-list .item {
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 13.5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.industries-row {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  align-items: center;
}

/* PPC Industries dark — 2-col layout with icon cards */
.ppc-industries-dark {
  background: #0A0A0A;
  color: #fff;
  padding: 80px 0;
}

.ppc-ind-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
  align-items: center;
}

.ppc-ind-left h2 {
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0 0 20px;
  color: #fff;
}

.ppc-ind-left p {
  font-size: 15px;
  color: #9ca3af;
  line-height: 1.75;
  margin: 0 0 32px;
  max-width: 420px;
}

.ppc-ind-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-primary);
  color: #fff !important;
  border: none;
  border-radius: var(--radius-pill);
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.2s ease;
}

.ppc-ind-btn:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
}

.ppc-ind-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ppc-ind-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 14px;
  color: #e5e7eb;
  font-weight: 500;
  transition: background 0.2s ease, border-color 0.2s ease;
  cursor: default;
}

.ppc-ind-card i {
  font-size: 18px;
  color: var(--color-primary);
  flex-shrink: 0;
}

.ppc-ind-card.active {
  background: #222;
  border-color: #333;
}

.ppc-ind-card:hover {
  background: #222;
  border-color: #3a3a3a;
}

/* "Why choose finchbyte" feature list with icons */
.why-fb-block {
  padding: 90px 0 100px;
  background: #fff;
}

.why-fb-inner {
  display: grid;
  grid-template-columns: 1fr 1.65fr;
  gap: 64px;
  align-items: center;
}

.why-fb-block .left h2 {
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.025em;
  color: var(--color-black);
  margin: 14px 0 16px;
}

.why-fb-block .left p {
  font-size: 14.5px;
  color: var(--color-muted);
  line-height: 1.75;
  margin-bottom: 28px;
}

.why-fb-list {
  display: flex;
  flex-direction: column;
}

.why-fb-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid var(--color-border);
  transition: background 0.2s ease;
}

.why-fb-item:first-child {
  padding-top: 0;
}

.why-fb-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.why-fb-item .ico {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--color-bg-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 22px;
  flex-shrink: 0;
  transition: background 0.25s ease;
}

.why-fb-item:hover .ico {
  background: var(--color-primary-soft);
}

.why-fb-item h5 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--color-black);
  line-height: 1.3;
}

.why-fb-item p {
  font-size: 13.5px;
  color: var(--color-muted);
  margin: 0;
  line-height: 1.7;
}

/* FAQ container constraint */
.faq-section {
  padding: 100px 0px;
  background: linear-gradient(181deg, #F0F4FF 0%, #E8EEFF 100%);
  /* margin: 0px 0px 0px !important; */
  /* max-width: 2000px !important; */
}

.faq-section h2 {
  text-align: center;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  margin-bottom: 30px;
}

.faq-section .faq-list {
  max-width: 880px;
  margin: 0 auto;
}

/* =================================================================
   EMAIL MARKETING PAGE
   ================================================================= */

.hero-email {
  padding: 100px 0 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 620px;
}

.hero-email .floating-ico {
  position: absolute;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
}

.hero-email .ico-1 {
  width: 72px; height: 72px;
  border-radius: 18px;
  font-size: 28px;
  top: 140px; left: 14%;
  transform: rotate(-4deg);
}
.hero-email .ico-2 {
  width: 50px; height: 50px;
  border-radius: 14px;
  font-size: 20px;
  bottom: 110px; left: 23%;
}
.hero-email .ico-3 {
  width: 82px; height: 82px;
  border-radius: 20px;
  font-size: 30px;
  top: 58%; right: 7%;
  transform: rotate(10deg);
}

.email-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(37, 99, 235, 0.07);
  color: var(--color-primary);
  border: 1.5px solid rgba(37, 99, 235, 0.22);
  border-radius: var(--radius-pill);
  padding: 8px 20px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 22px;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.04);
}

.hero-email h1 {
  font-size: clamp(48px, 7.5vw, 82px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: 18px;
}

.hero-email h1 .grad {
  background: linear-gradient(90deg, #2563EB 0%, #8B5CF6 38%, #C4B5FD 72%, #EDE9FE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-email .lead {
  max-width: 620px;
  margin: 0 auto 28px;
  color: var(--color-muted);
  font-size: 15px;
  line-height: 1.7;
}

.hero-email .actions { display: flex; gap: 12px; justify-content: center; }
.hero-email .btn-fb-dark { border-radius: var(--radius-pill); padding: 14px 28px; }
.hero-email .btn-fb-light { border-radius: var(--radius-pill); padding: 14px 28px; }

/* Challenges section (Email page style) */
.challenges-soft {
  background: var(--color-bg-soft);
  padding: 70px 0;
  text-align: center;
}

.challenges-soft h2 {
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.challenges-soft .lead {
  max-width: 760px;
  margin: 0 auto 30px;
  color: var(--color-muted);
  font-size: 14.5px;
}

.challenges-soft .chip-row .chip-dark {
  background: #fff;
  border: 1px solid var(--color-border);
  color: var(--color-text);
  font-weight: 500;
}

/* Why businesses choose us (Email page) */
.email-why-section {
  background: #FAFBFD;
  padding: 80px 0 90px;
}

.email-why-section .container-wide {
  max-width: 1300px;
  padding: 0 24px;
}

.email-why-grid {
  display: block;
}

.email-why-grid .text-col {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
}

.email-why-grid h2 {
  font-size: clamp(36px, 4.8vw, 56px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #0A0E1A;
  flex: 0 0 auto;
}

.email-why-grid h2 span {
  color: #0055FF;
  display: block;
}

.email-why-grid .text-col p {
  color: #64748b;
  font-size: 13.5px;
  font-weight: 500;
  margin: 0;
  max-width: 380px;
  text-align: right;
  line-height: 1.7;
}

.email-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 24px;
}

.email-feature-grid .feature-tile-lg:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.email-feature-grid .feature-tile-lg:nth-child(2) {
  grid-column: 3 / 5;
  grid-row: 1;
}

.email-feature-grid .feature-tile-lg:nth-child(3) {
  grid-column: 3;
  grid-row: 2;
}

.email-feature-grid .feature-tile-lg:nth-child(4) {
  grid-column: 4;
  grid-row: 2;
}

.email-feature-grid .span-2 { grid-column: span 2; }

.feature-tile-lg {
  background: var(--color-white);
  border: 1px solid #f1f3f9;
  border-radius: 30px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.015), 0 20px 80px rgba(15, 23, 42, 0.035);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-tile-lg:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.02), 0 25px 90px rgba(15, 23, 42, 0.05);
}

.feature-tile-lg:nth-child(1) {
  padding: 52px 44px;
}

.feature-tile-lg.tinted {
  background: linear-gradient(135deg, #e6eefc 0%, #f4f8fe 100%);
  border-color: transparent;
}

.feature-icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #e1e7f6;
  margin-bottom: 32px;
  display: block;
}

.feature-tile-lg h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0A0E1A;
  margin: 0 0 8px;
  line-height: 1.3;
}

.feature-tile-lg:nth-child(1) h4 {
  font-size: 26px;
  margin-bottom: 16px;
  line-height: 1.25;
}

.feature-tile-lg p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
  line-height: 1.65;
}

.feature-tile-lg.centered-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 30px;
  min-height: 180px;
}

.feature-tile-lg.centered-tile h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #0A0E1A;
  line-height: 1.35;
}

/* Marquee logos */
.brand-marquee {
  background: #eef2ff;
  padding: 28px 0;
  overflow: hidden;
  position: relative;
  transform: rotate(-1.5deg) scale(1.02);
  width: 104%;
  margin-left: -2%;
  margin-top: 54px;
  margin-bottom: 54px;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.02);
  display: flex;
  align-items: center;
}

.marquee-track {
  display: flex;
  gap: 80px;
  animation: scroll-left 25s linear infinite;
  white-space: nowrap;
  align-items: center;
}

@keyframes scroll-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.marquee-item {
  font-size: 26px;
  font-weight: 700;
  color: #a3b3cc;
  letter-spacing: 0.15em;
  white-space: nowrap;
  text-transform: uppercase;
}

/* Email Services grid cards */
.email-services-section {
  padding: 100px 0;
  text-align: center;
  background-color: #fafcfd;
}

.email-services-section h2 {
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 800;
  margin-bottom: 12px;
  color: #0c111d;
  letter-spacing: -0.02em;
}

.email-services-section h2 .grad {
  background: linear-gradient(90deg, #2563EB, #60a5fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.email-services-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 48px;
  text-align: left;
}

.email-services-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.service-card-tall {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 32px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02), 0 1px 3px rgba(0, 0, 0, 0.01);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

/* Curved top-right blue badge */
.service-card-tall::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 56px;
  height: 56px;
  background: #cce3fd; /* Soft blue color from image */
  border-radius: 0 32px 0 100%; /* Curved leaf corner matching the card's top-right corner */
  z-index: 2;
  transition: background 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-card-tall h4 {
  font-size: 21px;
  font-weight: 700;
  margin: 0;
  line-height: 1.35;
  color: #0c111d;
  padding-right: 28px; /* Avoid overlapping the top-right badge */
  transition: color 0.3s ease;
}

/* Collapsible card details for desktop/tablet */
.service-card-tall .card-details {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  transition: max-height 0.6s cubic-bezier(0.16, 1, 0.3, 1), 
              opacity 0.4s ease, 
              margin-top 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Hovering the ROW expands all cards in that row together */
.email-services-row:hover .service-card-tall .card-details {
  opacity: 1;
  max-height: 800px;
  margin-top: 24px;
}

.email-services-row:hover .service-card-tall {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
}

/* Specific card hover highlights */
.service-card-tall:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(37, 99, 235, 0.08), 0 4px 12px rgba(0, 0, 0, 0.02) !important;
  border-color: #3b82f6 !important;
}

.service-card-tall:hover h4 {
  color: #1d4ed8;
}

.service-card-tall:hover::before {
  background: #3b82f6; /* Badge lights up dynamically */
  transform: scale(1.05);
}

.service-card-tall p {
  font-size: 14px;
  color: #475569;
  margin: 0 0 20px;
  line-height: 1.6;
  border-bottom: 1px solid #f1f5f9; /* Thin divider line as in image */
  padding-bottom: 20px;
}

.service-card-tall .sub-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #475569;
  margin: 0 0 12px;
}

.service-card-tall ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-card-tall ul li {
  font-size: 13.5px;
  color: #475569;
  padding: 0;
  border-bottom: none; /* Removed the dashed borders completely */
  position: relative;
  line-height: 1.5;
}

/* Responsive Styles for Mobile and Tablet */
@media (max-width: 991px) {
  .email-services-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .email-services-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .email-services-grid {
    gap: 20px;
    margin-top: 32px;
  }
  
  .email-services-section {
    padding: 60px 0;
  }

  /* Keep cards expanded on mobile since touch screens lack hover */
  .service-card-tall .card-details {
    opacity: 1 !important;
    max-height: none !important;
    margin-top: 20px !important;
    overflow: visible !important;
  }
  
  .service-card-tall {
    padding: 32px;
  }
}

/* PLATFORMS WE WORK WITH (Email) */
.platforms-clean {
  background: var(--color-bg-soft);
  padding: 70px 0;
  text-align: center;
}

.platforms-clean h2 {
  font-size: clamp(26px, 2.8vw, 34px);
  font-weight: 700;
  margin-bottom: 12px;
}

.platforms-clean h2 .grad {
  background: linear-gradient(90deg, #2563EB, #8B5CF6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Industries (Email white card style) */
.industries-block {
  padding: 80px 0;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: center;
}

.industries-block h2 {
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.industries-block h2 span {
  color: var(--color-primary);
  display: block;
}

.industries-block p {
  color: var(--color-muted);
  font-size: 14px;
  margin-top: 18px;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.industry-pill-lg {
  background: var(--color-bg-soft);
  border-radius: 10px;
  padding: 18px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

/* The Process (Email - clean) */
.process-clean {
  background: #fafcfd;
  padding: 100px 0;
  border-top: 1px solid #f1f5f9;
}

.process-clean h2 {
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 800;
  text-align: center;
  margin-bottom: 48px;
  color: #0c111d;
  letter-spacing: -0.02em;
}

.process-clean h2 .grad {
  background: linear-gradient(90deg, #2563EB, #60a5fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.process-timeline {
  max-width: 1000px;
  margin: 48px auto 0;
  position: relative;
}

/* Vertical timeline baseline line */
.process-timeline::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 67px; /* Center aligned exactly under the circle in the first column */
  width: 2px;
  background: #e2e8f0;
  opacity: 0.6;
  z-index: 1;
}

/* Animated laser pulse sliding down the timeline line */
.process-timeline::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 67px;
  width: 2px;
  height: 120px;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0) 0%, #2563eb 30%, #60a5fa 70%, rgba(37, 99, 235, 0) 100%);
  z-index: 1;
  opacity: 0;
  filter: drop-shadow(0 0 8px rgba(37, 99, 235, 0.8));
  animation: timeline-laser 3.5s linear infinite; /* Perfectly constant velocity, zero lag/pause loops */
}

@keyframes timeline-laser {
  0% {
    top: 30px;
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  92% {
    opacity: 1;
  }
  100% {
    top: calc(100% - 150px);
    opacity: 0;
  }
}

.process-row {
  display: grid;
  grid-template-columns: 80px 1.2fr 2fr;
  gap: 24px;
  align-items: center;
  padding: 30px 20px 30px 40px;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #f1f5f9;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 20px;
}

.process-row::after {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 4px;
  background: #3b82f6;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.3s ease;
}

/* Row-hover transitions */
.process-row:hover {
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.05), 0 3px 10px rgba(0, 0, 0, 0.01);
  transform: translateX(10px); /* Premium horizontal slide shift */
  border-bottom-color: transparent;
}

.process-row:hover::after {
  opacity: 1;
}

/* Step circular badge with timeline mask */
.process-row .num {
  width: 54px;
  height: 54px;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #475569;
  font-size: 20px;
  font-weight: 700;
  z-index: 2;
  box-shadow: 0 0 0 6px #fafcfd; /* Clean clearout mask over the vertical line */
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.process-row:hover .num {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
  box-shadow: 0 0 0 8px #ffffff, 0 0 20px rgba(37, 99, 235, 0.2);
  transform: scale(1.1);
}

.process-row h5 {
  font-size: 20px;
  font-weight: 700;
  color: #0c111d;
  margin: 0;
  transition: color 0.3s ease;
}

.process-row:hover h5 {
  color: #2563eb;
}

.process-row p {
  font-size: 14.5px;
  color: #475569;
  margin: 0;
  line-height: 1.6;
}

/* Process Timeline Responsiveness */
@media (max-width: 767px) {
  .process-timeline::before {
    left: 32px; /* Center aligned on mobile timeline circles */
  }
  
  .process-timeline::after {
    left: 32px; /* Center aligned on mobile timeline circles */
  }
  
  .process-row {
    grid-template-columns: 44px 1fr;
    gap: 16px;
    padding: 24px 10px;
    border-radius: 16px;
  }
  
  .process-row:hover {
    transform: translateX(5px);
  }
  
  .process-row .num {
    width: 44px;
    height: 44px;
    font-size: 16px;
    box-shadow: 0 0 0 4px #fafcfd;
  }
  
  .process-row:hover .num {
    box-shadow: 0 0 0 6px #ffffff, 0 0 15px rgba(37, 99, 235, 0.2);
  }
  
  .process-row h5 {
    font-size: 18px;
  }
  
  .process-row p {
    font-size: 13.5px;
    grid-column: 2; /* Aligns description cleanly directly under the title in column 2 */
  }
}

/* Why Choose Finchbyte (cards style — email) */
.why-fb-clean {
  background: #fafcfd;
  padding: 100px 0;
  text-align: center;
  border-top: 1px solid #f1f5f9;
}

.why-fb-clean h2 {
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 800;
  margin-bottom: 48px;
  color: #0c111d;
  letter-spacing: -0.02em;
}

.why-fb-clean h2 .grad {
  background: linear-gradient(90deg, #2563EB, #60a5fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.why-fb-clean-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}

.why-fb-clean-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  width: 100%;
}

.why-fb-clean-row .card-tall {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 32px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02), 0 1px 3px rgba(0, 0, 0, 0.01);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(33.333% - 16px);
  max-width: calc(33.333% - 16px);
  box-sizing: border-box;
}

/* Curved top-right blue badge */
.why-fb-clean-row .card-tall::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 56px;
  height: 56px;
  background: #cce3fd; /* Soft blue corner badge */
  border-radius: 0 32px 0 100%; /* Curved leaf corner matching card outer corner */
  z-index: 2;
  transition: background 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.why-fb-clean-row .card-tall .ico {
  width: 48px;
  height: 48px;
  background: rgba(37, 99, 235, 0.06);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563EB;
  margin-bottom: 24px;
  font-size: 20px;
  transition: background 0.3s ease, color 0.3s ease;
}

.why-fb-clean-row .card-tall h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  line-height: 1.35;
  color: #0c111d;
  padding-right: 28px; /* Avoid overlapping top-right badge */
  transition: color 0.3s ease;
}

/* Card details are open by default */
.why-fb-clean-row .card-tall .card-details {
  opacity: 1;
  max-height: none;
  overflow: visible;
  margin-top: 16px;
}

/* Specific card hover highlights */
.why-fb-clean-row .card-tall:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(37, 99, 235, 0.08), 0 4px 12px rgba(0, 0, 0, 0.02) !important;
  border-color: #3b82f6 !important;
}

.why-fb-clean-row .card-tall:hover h5 {
  color: #1d4ed8;
}

.why-fb-clean-row .card-tall:hover .ico {
  background: #2563EB;
  color: #ffffff;
}

.why-fb-clean-row .card-tall:hover::before {
  background: #3b82f6; /* Badge lights up dynamically */
  transform: scale(1.05);
}

.why-fb-clean-row .card-tall p {
  font-size: 14px;
  color: #475569;
  margin: 0;
  line-height: 1.6;
}

/* Responsive Styles for Mobile and Tablet */
@media (max-width: 991px) {
  .why-fb-clean-row .card-tall {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}

@media (max-width: 767px) {
  .why-fb-clean-row {
    gap: 20px;
  }
  
  .why-fb-clean-row .card-tall {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 32px;
  }
  
  .why-fb-clean-grid {
    gap: 20px;
  }
  
  .why-fb-clean {
    padding: 60px 0;
  }

  /* Keep cards expanded on mobile */
  .why-fb-clean-row .card-tall .card-details {
    opacity: 1 !important;
    max-height: none !important;
    margin-top: 16px !important;
    overflow: visible !important;
  }
}

/* =================================================================
   EMAIL MARKETING PAGE — MOBILE RESPONSIVE
   ================================================================= */

/* ── Tablet (≤ 991px) ── */
@media (max-width: 991px) {
  .hero-email {
    padding: 72px 0 80px;
    min-height: auto;
  }
  .hero-email .ico-1 {
    width: 56px; height: 56px;
    font-size: 22px;
    left: 3%; top: 70px;
  }
  .hero-email .ico-2 {
    width: 38px; height: 38px;
    font-size: 15px;
    left: 5%; bottom: 50px;
  }
  .hero-email .ico-3 {
    width: 62px; height: 62px;
    font-size: 24px;
    right: 2%;
  }

  .email-why-section { padding: 60px 0 70px; }
  .email-why-grid .text-col {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 36px;
  }
  .email-why-grid .text-col p {
    text-align: left;
    max-width: 100%;
  }
  .email-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .email-feature-grid .feature-tile-lg:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1;
  }
  .email-feature-grid .feature-tile-lg:nth-child(2) {
    grid-column: 1 / 3;
    grid-row: 2;
  }
  .email-feature-grid .feature-tile-lg:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  .email-feature-grid .feature-tile-lg:nth-child(4) {
    grid-column: 2;
    grid-row: 3;
  }

  .challenges-soft { padding: 52px 0; }

  .brand-marquee {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .platforms-clean { padding: 56px 0; }

  .industries-block { padding: 60px 0; }
  .industries-block > div:first-child { text-align: center; }

  .process-clean { padding: 72px 0; }

  .why-fb-clean { padding: 72px 0; }
}

/* ── Large phone / small-tablet landscape (≤ 767px) ── */
@media (max-width: 767px) {
  .hero-email {
    padding: 54px 0 64px;
    min-height: auto;
  }
  .hero-email .floating-ico { display: none; }
  .hero-email h1 {
    font-size: clamp(32px, 9vw, 48px);
    margin-bottom: 14px;
  }
  .hero-email .lead {
    font-size: 14px;
    margin-bottom: 22px;
  }
  .hero-email .actions {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .email-pill {
    font-size: 10.5px;
    padding: 7px 16px;
    margin-bottom: 18px;
  }

  .challenges-soft { padding: 44px 0; }
  .challenges-soft h2 { margin-bottom: 10px; }
  .challenges-soft .lead {
    font-size: 13.5px;
    margin-bottom: 22px;
  }
  .challenges-soft .chip-row { gap: 8px; margin-bottom: 8px !important; }
  .challenges-soft .chip-row .chip-dark {
    font-size: 12px;
    padding: 7px 14px;
  }

  .email-why-section { padding: 48px 0 56px; }
  .email-why-grid h2 { font-size: clamp(26px, 7vw, 38px); }
  .email-feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .email-feature-grid .feature-tile-lg:nth-child(1) { grid-column: 1; grid-row: auto; }
  .email-feature-grid .feature-tile-lg:nth-child(2) { grid-column: 1; grid-row: auto; }
  .email-feature-grid .feature-tile-lg:nth-child(3) { grid-column: 1; grid-row: auto; }
  .email-feature-grid .feature-tile-lg:nth-child(4) { grid-column: 1; grid-row: auto; }
  .feature-tile-lg {
    padding: 28px;
    border-radius: 20px;
  }
  .feature-tile-lg:nth-child(1) { padding: 32px 28px; }
  .feature-tile-lg.centered-tile {
    min-height: 100px;
    padding: 28px;
  }

  .brand-marquee {
    transform: rotate(-1deg) scale(1.005);
    margin-left: -0.5%;
    width: 101%;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 22px 0;
  }
  .marquee-item { font-size: 20px; letter-spacing: 0.12em; }
  .marquee-track { gap: 48px; }

  .platforms-clean { padding: 44px 0; }
  .platforms-clean h2 { margin-bottom: 8px; }
  .platform-chips { gap: 8px; }
  .platform-chips .chip { padding: 8px 16px; font-size: 13px; }

  .industries-block {
    padding: 44px 0;
    text-align: center;
  }
  .industries-block > div:first-child { text-align: center; }
  .industries-block h2 { text-align: center; }
  .industries-block h2 span { display: inline; }
  .industries-block .industries-grid { margin-top: 24px; grid-template-columns: repeat(2, 1fr); gap: 10px; }

  .process-clean { padding: 56px 0; }
  .process-clean h2 { margin-bottom: 36px; }
  .process-clean .process-row p { grid-column: 2; }

  .why-fb-clean { padding: 56px 0; }
  .why-fb-clean h2 { margin-bottom: 32px; }
}

/* ── Small phone portrait (≤ 480px) ── */
@media (max-width: 480px) {
  .hero-email {
    padding: 44px 0 52px;
  }
  .hero-email h1 {
    font-size: clamp(26px, 8.5vw, 36px);
    line-height: 1.08;
  }
  .hero-email .lead { font-size: 13.5px; }
  .hero-email .actions {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .hero-email .btn-fb-dark,
  .hero-email .btn-fb-light {
    width: 100%;
    max-width: 300px;
    text-align: center;
    justify-content: center;
  }
  .email-pill {
    font-size: 10px;
    padding: 6px 12px;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
  }

  .challenges-soft { padding: 36px 0; }
  .challenges-soft .chip-row .chip-dark {
    font-size: 11.5px;
    padding: 6px 12px;
  }

  .email-why-section { padding: 40px 0 48px; }
  .email-why-grid h2 { font-size: clamp(24px, 7.5vw, 34px); }
  .feature-tile-lg {
    padding: 24px 20px;
    border-radius: 18px;
  }
  .feature-tile-lg:nth-child(1) { padding: 28px 22px; }
  .feature-icon-circle {
    width: 44px;
    height: 44px;
    margin-bottom: 20px;
  }
  .feature-tile-lg h4 { font-size: 18px; }
  .feature-tile-lg:nth-child(1) h4 { font-size: 22px; }

  .brand-marquee {
    transform: none;
    margin-left: 0;
    width: 100%;
    padding: 18px 0;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .marquee-item { font-size: 16px; letter-spacing: 0.1em; }
  .marquee-track { gap: 32px; }

  .platforms-clean { padding: 36px 0; }
  .platform-chips .chip { font-size: 12.5px; padding: 8px 14px; }

  .industries-block { padding: 36px 0; }
  .industries-block .industries-grid { gap: 8px; }
  .industry-pill-lg { padding: 14px 10px; font-size: 13px; }

  .process-clean { padding: 44px 0; }
  .process-clean h2 { margin-bottom: 28px; }

  .why-fb-clean { padding: 44px 0; }
  .why-fb-clean h2 { margin-bottom: 28px; }
  .service-card-tall { padding: 28px 22px; border-radius: 24px; }
}

/* ── Override general 640px resets specific to email page ── */
@media (max-width: 640px) {
  .industries-block .industries-grid { grid-template-columns: repeat(2, 1fr); }
  .process-clean .process-row p { grid-column: 2; }
}

/* ── Extra-small phones (≤ 360px) ── */
@media (max-width: 360px) {
  .hero-email { padding: 36px 0 44px; }
  .hero-email h1 { font-size: clamp(22px, 8vw, 30px); }
  .hero-email .lead { font-size: 13px; }
  .hero-email .btn-fb-dark,
  .hero-email .btn-fb-light { max-width: 100%; }
  .email-pill { font-size: 9.5px; letter-spacing: 0.08em; }
  .industries-block .industries-grid { grid-template-columns: 1fr 1fr; }
  .industry-pill-lg { font-size: 12px; padding: 12px 8px; }
  .marquee-item { font-size: 14px; }
}

/* Ready to grow (email page bottom CTA) */
.ready-grow-soft {
  background: linear-gradient(180deg, #F0F4FF 0%, #E8EEFF 100%);
  padding: 80px 0;
  text-align: center;
}

.ready-grow-soft h2 {
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1;
  margin: 0 0 8px;
}

.ready-grow-soft h2 .grad {
  background: linear-gradient(90deg, #2563EB, #8B5CF6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ready-grow-soft p {
  font-size: 15px;
  color: var(--color-muted);
  max-width: 580px;
  margin: 20px auto 28px;
}

.ready-grow-soft .btn-fb-dark {
  border-radius: var(--radius-pill);
  padding: 14px 32px;
}

/* =================================================================
   WEB DEVELOPMENT PAGE
   ================================================================= */

/* ---------- Scroll-reveal base states ---------- */
[data-animate] {
  opacity: 0;
  transition: opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}
[data-animate="fade-up"]    { transform: translateY(32px); }
[data-animate="fade-right"] { transform: translateX(-36px); }
[data-animate="fade-left"]  { transform: translateX(36px); }
[data-animate="scale-in"]   { transform: scale(0.88); }

[data-animate].is-visible {
  opacity: 1;
  transform: none;
}

/* ---------- Hero ---------- */
.hero-web {
  padding: 90px 0 110px;
  background: var(--color-white);
  position: relative;
  overflow: hidden;
}

.hero-web-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(37,99,235,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,99,235,0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 0%, #000 40%, transparent 100%);
  pointer-events: none;
}

.hero-web .pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(37, 99, 235, 0.07);
  border: 1.5px solid rgba(37, 99, 235, 0.22);
  border-radius: var(--radius-pill);
  padding: 8px 20px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 22px;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.04);
  animation: pillPulse 3s ease-in-out infinite;
}

@keyframes pillPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(37,99,235,0.04); }
  50%       { box-shadow: 0 0 0 8px rgba(37,99,235,0.08); }
}

.hero-web .pill .dot {
  width: 7px; height: 7px;
  background: var(--color-primary);
  border-radius: 50%;
  flex-shrink: 0;
  animation: dotBlink 1.8s ease-in-out infinite;
}

@keyframes dotBlink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.3; }
}

.hero-web-content {
  padding-right: 48px;
}

.hero-web h1 {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.06;
  margin: 18px 0 22px;
}

.hero-web-accent {
  background: linear-gradient(135deg, #2563EB 0%, #8B5CF6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-web p.lead {
  color: var(--color-muted);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 36px;
}

.hero-web .actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-web-stats {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--color-border);
}

.hw-stat { display: flex; flex-direction: column; gap: 2px; }

.hw-stat-num {
  font-size: 24px;
  font-weight: 800;
  color: var(--color-black);
  letter-spacing: -0.02em;
  line-height: 1;
}

.hw-stat-label {
  font-size: 11.5px;
  color: var(--color-muted);
  font-weight: 500;
}

.hw-stat-divider {
  width: 1px;
  height: 36px;
  background: var(--color-border);
  flex-shrink: 0;
}

.hero-web-img {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 3/4;
  /* border: 3px solid #e91e8c; */
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1), box-shadow 0.4s ease;
}

.hero-web-img:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 64px -16px rgba(233,30,140,0.2);
}

.hero-web-img .ceo-portrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.6s ease;
}

.hero-web-img:hover .ceo-portrait {
  transform: scale(1.03);
}

.hero-web-img .badge-card {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  color: #111;
  padding: 16px 20px;
  font-size: 12px;
}

.hero-web-img .badge-card .role {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 4px;
  font-weight: 600;
}

.hero-web-img .badge-card .name {
  font-size: 15px;
  font-weight: 600;
  color: #111;
}

.hero-float-badge {
  position: absolute;
  top: 20px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  padding: 8px 16px 8px 12px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--color-black);
  box-shadow: var(--shadow-md);
  animation: floatBadge 4s ease-in-out infinite;
  white-space: nowrap;
}

.hero-float-badge i {
  color: var(--color-primary);
  font-size: 15px;
}

@keyframes floatBadge {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}

/* ---------- Why row light ---------- */
.why-row-light {
  background: var(--color-bg-soft);
  padding: 60px 0;
}

.why-row-light h2 {
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 700;
  margin-bottom: 6px;
}

.why-row-light p {
  font-size: 14px;
  color: var(--color-muted);
  margin-bottom: 32px;
}

.why-row-light .cells {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.why-row-light .cells .cell {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: default;
}

.why-row-light .cells .cell:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(37,99,235,0.1);
  border-color: var(--color-primary-soft);
}

.why-row-light .cell .ico {
  width: 44px; height: 44px;
  background: var(--color-primary-soft);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 20px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.why-row-light .cells .cell:hover .ico {
  background: var(--color-primary);
  color: #fff;
  transform: rotate(-8deg) scale(1.1);
}

.why-row-light .cell h5 {
  font-size: 14.5px;
  font-weight: 700;
  margin: 0;
  color: var(--color-black);
}

.why-row-light .cell p {
  font-size: 12.5px;
  color: var(--color-muted);
  margin: 0;
  line-height: 1.6;
}

/* ---------- Matters split ---------- */
.matters-split {
  padding: 80px 0;
}

.matters-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 14px;
}

.matters-split h2 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--color-black);
}

.matters-split p {
  color: var(--color-muted);
  font-size: 14.5px;
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: 520px;
}

.matters-split .stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  overflow: hidden;
}

.matters-split .stats .item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--color-border);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--color-black);
  background: #fff;
  transition: background 0.2s ease;
}

.matters-split .stats .item:nth-child(odd) {
  border-right: 1px solid var(--color-border);
}

.matters-split .stats .item:nth-last-child(-n+2) {
  border-bottom: none;
}

.matters-split .stats .item i {
  color: var(--color-primary);
  font-size: 15px;
  flex-shrink: 0;
}

.matters-split .stats .item:hover {
  background: var(--color-bg-soft);
}

.matters-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.mv-card {
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: var(--radius);
  padding: 20px 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

.mv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}

.mv-card i {
  font-size: 24px;
  flex-shrink: 0;
}

.mv-card--primary { background: var(--color-primary-soft); }
.mv-card--primary i { color: var(--color-primary); }

.mv-card--accent { background: #F3F0FF; }
.mv-card--accent i { color: var(--color-accent); }

.mv-card--dark { background: var(--color-black); }
.mv-card--dark i { color: #fff; }

.mv-card--success { background: #ECFDF5; }
.mv-card--success i { color: #059669; }

.mv-card-num {
  display: block;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}
.mv-card--primary .mv-card-num { color: var(--color-primary); }
.mv-card--accent .mv-card-num  { color: var(--color-accent); }
.mv-card--dark .mv-card-num    { color: #fff; }
.mv-card--success .mv-card-num { color: #059669; }

.mv-card-text {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-top: 2px;
  opacity: 0.75;
}
.mv-card--dark .mv-card-text { color: #d1d5db; opacity: 1; }

/* ---------- Challenges dark ---------- */
.challenges-dark {
  background: var(--color-black);
  color: #fff;
  padding: 80px 0;
}

.challenges-dark h2 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.challenges-dark .lead {
  color: #9ca3af;
  font-size: 14.5px;
  margin-bottom: 40px;
  max-width: 640px;
}

.challenge-card {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 28px 24px;
  height: 100%;
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
  position: relative;
  overflow: hidden;
}

.challenge-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(37,99,235,0.06) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.challenge-card:hover {
  border-color: rgba(37,99,235,0.5);
  background: rgba(255,255,255,0.03);
  transform: translateY(-4px);
}

.challenge-card:hover::before {
  opacity: 1;
}

.challenge-card-icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  background: rgba(37,99,235,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #60a5fa;
  font-size: 20px;
  margin-bottom: 18px;
  transition: background 0.3s ease, color 0.3s ease;
}

.challenge-card:hover .challenge-card-icon {
  background: var(--color-primary);
  color: #fff;
}

.challenge-card .label {
  font-size: 10.5px;
  color: rgba(255,255,255,0.32);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

.challenge-card h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #fff;
}

.challenge-card p {
  font-size: 13.5px;
  color: #9ca3af;
  margin: 0;
  line-height: 1.65;
}

/* ---------- Services 3x2 ---------- */
.services-grid-3x2 {
  padding: 80px 0;
  text-align: center;
  background: var(--color-bg-soft);
}

.services-grid-3x2 h2 {
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800;
  margin-bottom: 48px;
  letter-spacing: -0.02em;
  color: var(--color-black);
}

.services-grid-3x2 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  text-align: left;
}

.service-card-mid {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-card-mid::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
}

.service-card-mid:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(37,99,235,0.1);
  border-color: transparent;
}

.service-card-mid:hover::after {
  transform: scaleX(1);
}

.svc-icon {
  width: 46px; height: 46px;
  background: var(--color-primary-soft);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 20px;
  margin-bottom: 16px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.service-card-mid:hover .svc-icon {
  background: var(--color-primary);
  color: #fff;
  transform: scale(1.08);
}

.service-card-mid h4 {
  font-size: 16.5px;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--color-black);
  letter-spacing: -0.01em;
}

.service-card-mid > p {
  font-size: 13px;
  color: var(--color-muted);
  margin: 0 0 16px;
  line-height: 1.65;
}

.service-card-mid ul {
  list-style: none;
  padding: 0; margin: 0;
  border-top: 1px solid var(--color-border);
  padding-top: 14px;
}

.service-card-mid ul li {
  font-size: 13px;
  padding: 5px 0;
  color: var(--color-text);
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-card-mid ul li::before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--color-primary);
  flex-shrink: 0;
}

/* ---------- Features pills ---------- */
.features-pills {
  padding: 70px 0;
  text-align: center;
  background: var(--color-white);
}

.features-pills h2 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  color: var(--color-black);
}

.features-pills p {
  color: var(--color-muted);
  font-size: 14.5px;
  margin-bottom: 36px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.features-pills .pill-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.features-pills .pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--color-bg-soft);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  padding: 10px 20px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--color-text);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  cursor: default;
}

.features-pills .pill i {
  font-size: 14px;
  color: var(--color-primary);
  transition: color 0.25s ease;
}

.features-pills .pill:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(37,99,235,0.25);
}

.features-pills .pill:hover i {
  color: #fff;
}

/* ---------- Web Process ---------- */
.web-process {
  padding: 90px 0;
  background: var(--color-bg-soft);
}

.web-process-header {
  margin-bottom: 56px;
}

.web-process-header h2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  color: var(--color-black);
}

.web-process-header p {
  font-size: 15px;
  color: var(--color-muted);
  margin: 0;
}

.web-process-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 32px;
  padding: 36px 0;
  border-bottom: 1px solid var(--color-border);
  align-items: start;
  position: relative;
  transition: background 0.3s ease;
}

.web-process-row:first-of-type {
  border-top: 1px solid var(--color-border);
}

.web-process-row::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0;
  width: 100%; height: 2px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.web-process-row:hover::after {
  transform: scaleX(1);
}

.web-process-row:hover {
  background: rgba(37,99,235,0.02);
}

.web-process-row .num {
  font-size: clamp(42px, 4vw, 60px);
  font-weight: 900;
  color: var(--color-border);
  line-height: 1;
  padding-top: 4px;
  transition: color 0.3s ease;
  letter-spacing: -0.03em;
}

.web-process-row:hover .num {
  color: var(--color-primary);
}

.web-process-body {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.web-process-ico {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.web-process-row:hover .web-process-ico {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  transform: rotate(-6deg);
}

.web-process-row h5 {
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
  color: var(--color-black);
  transition: color 0.3s ease;
}

.web-process-row:hover h5 {
  color: var(--color-primary);
}

.web-process-row p {
  font-size: 14px;
  color: var(--color-muted);
  margin: 0;
  line-height: 1.7;
  max-width: 560px;
}

/* ---------- Industries grid ---------- */
.industries-clean {
  padding: 60px 0;
  text-align: center;
}

.industries-clean h2 {
  font-size: clamp(24px, 2.6vw, 30px);
  font-weight: 700;
  margin-bottom: 26px;
}

.industries-clean-grid {
  padding: 90px 0;
  text-align: center;
  background: var(--color-black);
}

.industries-clean-grid h2 {
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800;
  margin-bottom: 56px;
  letter-spacing: -0.025em;
  color: #fff;
}

.industries-clean-grid .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.industries-clean-grid .item {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 22px 14px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  background: rgba(255,255,255,0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #d1d5db;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
}

.industries-clean-grid .item i {
  font-size: 22px;
  color: var(--color-primary);
  transition: transform 0.3s ease, color 0.3s ease;
}

.industries-clean-grid .item:hover {
  border-color: var(--color-primary);
  background: rgba(37,99,235,0.12);
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(37,99,235,0.2);
}

.industries-clean-grid .item:hover i {
  color: #60a5fa;
  transform: scale(1.15);
}

/* ---------- Why Finchbyte ---------- */
.web-why-fb {
  padding: 100px 0;
  background: var(--color-white);
}

.web-why-fb .image-block {
  position: relative;
  width: 100%;
  aspect-ratio: 652 / 400;
  background: transparent;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.35);
  border-radius: var(--radius);
  overflow: hidden;
}

.web-why-fb .image-block:hover {
  transform: translateY(-8px);
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.45);
}

.web-why-fb .image-block svg {
  width: 100%;
  height: 100%;
  display: block;
}

.web-why-fb h2 {
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800;
  margin-bottom: 36px;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: var(--color-black);
}

.web-why-fb .feature-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--color-border);
  transition: background 0.2s ease;
}

.web-why-fb .feature-row:last-child {
  border-bottom: none;
}

.feature-row-icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  background: var(--color-primary-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 20px;
  flex-shrink: 0;
  transition: background 0.3s ease, transform 0.3s ease;
}

.web-why-fb .feature-row:hover .feature-row-icon {
  background: var(--color-primary);
  color: #fff;
  transform: scale(1.08);
}

.web-why-fb .feature-row h6 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px 0;
  color: var(--color-black);
  letter-spacing: -0.01em;
}

.web-why-fb .feature-row p {
  font-size: 13.5px;
  color: var(--color-muted);
  margin: 0;
  line-height: 1.65;
}

.feature-row-clean {
  border-top: 1px solid var(--color-border);
  padding: 18px 0;
}

.feature-row-clean h5 {
  font-size: 14.5px;
  font-weight: 600;
  margin: 0 0 4px;
}

.feature-row-clean p {
  font-size: 13px;
  color: var(--color-muted);
  margin: 0;
}

/* ---------- FAQ — enhanced accordion ---------- */
.faq-section .faq-list {
  margin-top: 0;
}

.faq-item {
  border-bottom: 1px solid var(--color-border);
}

.faq-item:first-child {
  border-top: 1px solid var(--color-border);
}

.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-black);
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease;
}

.faq-q:hover {
  color: var(--color-primary);
}

.faq-q .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 1.5px solid var(--color-border);
  flex-shrink: 0;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.3s cubic-bezier(0.4,0,0.2,1);
  font-size: 13px;
  color: var(--color-muted);
}

.faq-item.open .faq-q {
  color: var(--color-primary);
}

.faq-item.open .faq-q .icon {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  transform: rotate(45deg);
}

.faq-a {
  font-size: 14.5px;
  color: var(--color-muted);
  line-height: 1.75;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1), padding 0.3s ease;
  padding-bottom: 0;
}

.faq-item.open .faq-a {
  max-height: 300px;
  padding-bottom: 22px;
}

/* ---------- CTA band (Web dev) ---------- */
.cta-band-blue .btn {
  background: var(--color-primary);
  color: #fff !important;
  border: none;
  padding: 14px 26px;
  border-radius: 8px;
}

/* =================================================================
   CONTENT MARKETING PAGE
   ================================================================= */

.hero-content-mkt {
  padding: 50px 0 70px;
}

.hero-content-mkt .label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-muted);
  font-weight: 600;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.hero-content-mkt .label::before {
  content: ""; width: 28px; height: 1px; background: var(--color-muted-2);
}

.hero-content-mkt h1 {
  font-size: clamp(60px, 9vw, 130px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.92;
  margin: 0;
  text-transform: uppercase;
}

.hero-content-mkt .h1-second {
  background: linear-gradient(180deg, #333 0%, #888 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-content-mkt h3 {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  margin: 18px 0 0;
}

.hero-content-mkt-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  margin-top: 36px;
  align-items: end;
  border-top: 1px solid var(--color-border);
  padding-top: 30px;
}

.hero-content-mkt-row h2 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.hero-content-mkt-row .right p {
  font-size: 13.5px;
  color: var(--color-muted);
  margin: 0 0 14px;
}

.hero-content-mkt-row .right a {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-black);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* Why it matters (content) */
.why-matters-content {
  padding: 60px 0;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 50px;
}

.why-matters-content .left h2 {
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.why-matters-content .left > p {
  font-size: 14px;
  color: var(--color-muted);
  margin-bottom: 28px;
}

.why-matters-content .left .tags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 30px;
  border-top: 1px solid var(--color-border);
  padding-top: 16px;
}

.why-matters-content .left .tags span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--color-border);
}

.why-matters-content .right {
  background: var(--color-bg-soft);
  border-radius: var(--radius);
  padding: 30px;
}

.why-matters-content .right .label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-muted);
  font-weight: 700;
  margin-bottom: 18px;
}

.why-matters-content .right ul {
  list-style: none;
  padding: 0; margin: 0;
}

.why-matters-content .right ul li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 14px;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
}

.why-matters-content .right ul li .num {
  font-size: 12px;
  color: var(--color-muted);
  font-weight: 600;
}

.why-matters-content .right .footnote {
  font-size: 12.5px;
  color: var(--color-muted);
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--color-border);
}

/* Services list (CM editorial) */
.services-editorial {
  padding: 60px 0;
}

.services-editorial-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 30px;
  align-items: end;
}

.services-editorial-header h2 {
  font-size: clamp(40px, 6vw, 78px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 0.95;
}

.services-editorial-header p {
  font-size: 14px;
  color: var(--color-muted);
  text-align: right;
  margin: 0;
}

.editorial-row {
  display: grid;
  grid-template-columns: 60px 1.5fr 1.4fr;
  gap: 30px;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid var(--color-border);
}

.editorial-row:last-child { border-bottom: 1px solid var(--color-border); }

.editorial-row .num {
  font-size: 14px;
  color: var(--color-muted);
  font-weight: 600;
}

.editorial-row h4 {
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.editorial-row p {
  font-size: 13.5px;
  color: var(--color-muted);
  margin: 0;
}

/* Process editorial (dark) */
.process-editorial-dark {
  background: radial-gradient(circle at 50% 120%, #0d0b18 0%, var(--color-black) 100%);
  color: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

/* Subtle accent glow in background to support the "shining" theme */
.process-editorial-dark::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.process-editorial-dark .container-wide {
  position: relative;
  z-index: 1;
}

.process-editorial-dark h2 {
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 60px;
  letter-spacing: -0.02em;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  position: relative;
}

/* Add a subtle underline highlight to the heading */
.process-editorial-dark h2::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 1575px; /* Underlines the 'PROCESS.' title perfectly */
  height: 3px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-primary), var(--color-accent));
  background-size: 200% auto;
  border-radius: 2px;
  animation: headingShimmer 4s infinite linear, headingPulse 2.5s infinite ease-in-out;
}

@keyframes headingShimmer {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes headingPulse {
  0% { box-shadow: 0 0 6px rgba(139, 92, 246, 0.4), 0 0 2px rgba(37, 99, 235, 0.2); }
  50% { box-shadow: 0 0 15px rgba(139, 92, 246, 0.8), 0 0 5px rgba(37, 99, 235, 0.4); }
  100% { box-shadow: 0 0 6px rgba(139, 92, 246, 0.4), 0 0 2px rgba(37, 99, 235, 0.2); }
}

.process-editorial-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  position: relative;
  z-index: -1; /* Establishes stacking context for negative z-index pseudo-elements */
}

/* The Shining Glitterful White Line (Desktop) */
.process-editorial-grid::before {
  content: '';
  position: absolute;
  top: 55px; /* Aligned horizontally through the center of the giant numbers */
  left: 5%;
  right: 5%;
  height: 1px;
  background: linear-gradient(90deg, 
    rgba(255, 255, 255, 0.02) 0%, 
    rgba(255, 255, 255, 0.25) 20%, 
    rgba(255, 255, 255, 0.25) 80%, 
    rgba(255, 255, 255, 0.02) 100%
  );
  z-index: -22; /* Rendered behind all children of the stacking context */
}

/* Glitter spark pulse flowing along the line */
.process-editorial-grid::after {
  content: '';
  position: absolute;
  top: 54px;
  left: 5%;
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), #fff, rgba(255, 255, 255, 0.8), transparent);
  z-index: -1; /* Rendered behind all children of the stacking context */
  filter: blur(1px) drop-shadow(0 0 6px rgba(139, 92, 246, 0.8));
  animation: glitterFlow 5s infinite linear;
}

@keyframes glitterFlow {
  0% { left: 5%; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { left: 85%; opacity: 0; }
}

.process-editorial-grid .step {
  position: relative;
  z-index: 2; /* Explicitly stacked on top of negative z-indices */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 20px 24px;
  background: rgba(255, 255, 255, 0.01);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.03);
  border-left: 1px solid rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.process-editorial-grid .step:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.03);
  border-top-color: var(--color-accent);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.process-editorial-grid .num {
  font-family: var(--font-mono);
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.08) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2; /* Positioned relative to step cards, on top of step::before mask */
  display: inline-block;
}

/* Solid background mask sitting behind each number to block the timeline line */
.process-editorial-grid .step::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 14px;
  width: 42px; /* Covers the width of the giant numbers */
  height: 58px; /* Covers the height of the numbers */
  background: #08070d; /* Matches the section's dark background gradient */
  z-index: 1; /* Sits in front of the line but behind the number text */
  transition: background 0.4s ease;
}

.process-editorial-grid .step:hover::before {
  background: #110f18; /* Blends perfectly with the hovered card highlight */
}

/* Number backdrop glow on hover */
.process-editorial-grid .step:hover .num {
  color: #fff;
  background: linear-gradient(135deg, #ffffff 0%, var(--color-accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 15px rgba(139, 92, 246, 0.4);
}

.process-editorial-grid h5 {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 12px;
  color: #fff;
  transition: color 0.3s ease;
}

.process-editorial-grid .step:hover h5 {
  color: var(--color-accent-2);
}

.process-editorial-grid p {
  font-size: 12.5px;
  color: #9ca3af;
  margin: 0;
  line-height: 1.6;
  transition: color 0.3s ease;
}

.process-editorial-grid .step:hover p {
  color: #e5e7eb;
}

/* RESPONSIVE LAYOUT FOR TABLETS & MOBILE (CONTENT MARKETING) */
@media (max-width: 991px) {
  .process-editorial-dark .step::before {
    display: none !important;
  }

  .process-editorial-dark .process-editorial-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    padding-left: 20px;
  }
  
  /* Vertical timeline line */
  .process-editorial-dark .process-editorial-grid::before {
    top: 0;
    bottom: 0;
    left: 10px;
    right: auto;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, 
      rgba(255, 255, 255, 0.02) 0%, 
      rgba(255, 255, 255, 0.2) 20%, 
      rgba(255, 255, 255, 0.2) 80%, 
      rgba(255, 255, 255, 0.02) 100%
    );
  }
  
  .process-editorial-dark .process-editorial-grid::after {
    top: 0;
    left: 9px;
    width: 3px;
    height: 100px;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.8), #fff, rgba(255, 255, 255, 0.8), transparent);
    animation: glitterFlowVertical 5s infinite linear;
  }
  
  @keyframes glitterFlowVertical {
    0% { top: 0%; opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { top: 80%; opacity: 0; }
  }
  
  .process-editorial-dark .step {
    padding: 24px 24px 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.03) !important;
  }
  
  .process-editorial-dark .step:hover {
    transform: translateX(6px) !important;
    border-left-color: var(--color-accent) !important;
    border-top-color: rgba(255, 255, 255, 0.03) !important;
  }
  
  .process-editorial-dark .num {
    font-size: 40px;
    margin-bottom: 12px;
  }
}

/* Industries & FAQ split (CM) */
.industries-faq-split {
  padding: 60px 0;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
}

.industries-faq-split h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.industries-faq-split .industry-chips-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.industries-faq-split .chip-sm {
  border: 1px solid var(--color-border);
  border-radius: 6px;
  padding: 10px 12px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #fff;
}

/* Ready to grow (CM big text) */
.ready-cm {
  padding: 80px 0;
  text-align: center;
}

.ready-cm h2 {
  font-size: clamp(48px, 8vw, 110px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 0.92;
  margin: 0 0 32px;
}

.ready-cm .btns {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.ready-cm .btn-fb-dark, .ready-cm .btn-fb-light {
  padding: 14px 36px;
}

/* =================================================================
   SOCIAL MEDIA MARKETING PAGE
   ================================================================= */

.hero-smm {
  padding: 60px 0;
  text-align: center;
}

.hero-smm .pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(37, 99, 235, 0.07);
  border: 1.5px solid rgba(37, 99, 235, 0.22);
  border-radius: var(--radius-pill);
  padding: 8px 20px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 22px;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.04);
}

.hero-smm .pill .dot { width: 7px; height: 7px; background: var(--color-primary); border-radius: 50%; flex-shrink: 0; }

.hero-smm h1 {
  font-size: clamp(34px, 4.6vw, 54px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.hero-smm p.lead {
  color: var(--color-muted);
  font-size: 15px;
  max-width: 620px;
  margin: 16px auto 28px;
  line-height: 1.7;
}

.hero-smm .actions {
  display: flex;
  justify-content: center;
  gap: 12px;
}

/* SMM Why + Challenges split */
.smm-why-challenges {
  background: var(--color-bg-soft);
  padding: 60px 0;
}

.smm-why-challenges-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.smm-why-challenges h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
}

.smm-why-challenges .left p {
  font-size: 13.5px;
  color: var(--color-muted);
  margin-bottom: 14px;
}

.smm-why-challenges .left ul {
  list-style: none;
  padding: 0; margin: 0;
}

.smm-why-challenges .left ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 13.5px;
  padding: 6px 0;
}

.smm-why-challenges .left ul li::before {
  content: "✓";
  color: var(--color-primary);
  font-weight: 700;
}

.smm-why-challenges .right p {
  font-size: 13.5px;
  color: var(--color-muted);
  margin-bottom: 14px;
}

.challenge-pills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.challenge-pill {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.challenge-pill .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #F87171;
}

/* SMM why us full row */
.smm-why-us {
  padding: 50px 0;
  text-align: center;
}

.smm-why-us h2 {
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 700;
  margin-bottom: 30px;
}

.smm-why-us-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 80px;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
}

.smm-why-us-grid .item {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 13.5px;
  padding: 6px 0;
}

.smm-why-us-grid .item::before {
  content: "✓";
  color: var(--color-primary);
  font-weight: 700;
}

/* Industries band SMM */
.industries-band-smm {
  background: var(--color-bg-soft);
  padding: 50px 0;
  text-align: center;
}

.industries-band-smm h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.industries-band-smm p { color: var(--color-muted); font-size: 13.5px; margin-bottom: 22px; }

.industries-band-smm .chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 920px;
  margin: 0 auto;
}

/* Our services (SMM) */
.smm-services {
  padding: 60px 0;
}

.smm-services h2 {
  text-align: center;
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 700;
  margin-bottom: 36px;
}

.smm-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 50px;
}

.smm-service-item .ico {
  width: 36px; height: 36px;
  background: var(--color-bg-soft);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.smm-service-item h5 {
  font-size: 15.5px;
  font-weight: 600;
  margin: 0 0 6px;
}

.smm-service-item p {
  font-size: 13px;
  color: var(--color-muted);
  margin: 0;
}

/* Why choose finchbyte SMM (3+2 grid) */
.smm-why-fb {
  padding: 60px 0;
}

.smm-why-fb h2 {
  text-align: center;
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 700;
  margin-bottom: 30px;
}

.smm-why-fb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.smm-why-card {
  background: var(--color-bg-soft);
  border-radius: var(--radius);
  padding: 22px;
}

.smm-why-card .ico {
  width: 30px; height: 30px;
  background: #fff;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.smm-why-card h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px;
}

.smm-why-card p {
  font-size: 12.5px;
  color: var(--color-muted);
  margin: 0;
  line-height: 1.6;
}

/* How we work (dark steps SMM) */
.how-we-work-dark {
  background: radial-gradient(circle at 50% -20%, #111827 0%, #030712 100%);
  color: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

/* Subtle background glowing orb to make it premium */
.how-we-work-dark::after {
  content: '';
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.1) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.how-we-work-dark .container-wide {
  position: relative;
  z-index: 1;
}

.how-we-work-dark .section-header {
  margin-bottom: 70px;
  text-align: center;
}

.how-we-work-dark h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 10px 0 16px;
  background: linear-gradient(135deg, #ffffff 0%, #dbeafe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.how-we-work-dark .section-lead {
  color: #9ca3af;
  max-width: 600px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.6;
}

.work-steps-container {
  position: relative;
  width: 100%;
  padding: 20px 0;
}

.work-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  position: relative;
}

/* The beautiful connecting white line (desktop) */
.work-steps::before {
  content: '';
  position: absolute;
  top: 40px; /* Aligned vertically with center of step-icon-wrap */
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, 
    rgba(255, 255, 255, 0.05) 0%, 
    rgba(255, 255, 255, 0.25) 20%, 
    rgba(255, 255, 255, 0.25) 80%, 
    rgba(255, 255, 255, 0.05) 100%
  );
  z-index: 1;
}

/* Glowing running light animation over the connecting line */
.work-steps::after {
  content: '';
  position: absolute;
  top: 40px;
  left: 8%;
  width: 15%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.8), #fff, rgba(59, 130, 246, 0.8), transparent);
  z-index: 2;
  animation: lineFlow 6s infinite linear;
  box-shadow: 0 0 8px rgba(59, 130, 246, 0.6);
}

@keyframes lineFlow {
  0% { left: 8%; width: 0%; opacity: 0; }
  5% { opacity: 1; width: 10%; }
  90% { opacity: 1; width: 20%; }
  100% { left: 80%; width: 0%; opacity: 0; }
}

.work-step {
  position: relative;
  z-index: 3;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.work-step:hover {
  transform: translateY(-6px);
}

/* Custom icon circle container with subtle glassmorphism and glowing border */
.step-icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(17, 24, 39, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dbeafe;
  font-size: 26px;
  margin-bottom: 24px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), inset 0 2px 4px rgba(255, 255, 255, 0.05);
}

.work-step:hover .step-icon-wrap {
  border-color: var(--color-primary-light);
  color: #fff;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
  box-shadow: 0 0 25px rgba(37, 99, 235, 0.45);
  transform: scale(1.05);
}

/* Floating step number badge */
.step-num-badge {
  position: absolute;
  top: -6px;
  right: calc(50% - 46px);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #1f2937;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  z-index: 4;
  transition: all 0.3s ease;
}

.work-step:hover .step-num-badge {
  background: #fff;
  color: var(--color-black);
  border-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

/* Content block with subtle glassmorphism card */
.step-content {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius);
  padding: 20px 16px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.work-step:hover .step-content {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.step-content h5 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #fff;
  letter-spacing: -0.01em;
}

.work-step:hover .step-content h5 {
  color: var(--color-primary-light);
}

.step-content p {
  font-size: 12.5px;
  color: #9ca3af;
  margin: 0;
  line-height: 1.55;
}

.work-step:hover .step-content p {
  color: #d1d5db;
}

/* RESPONSIVE LAYOUT FOR TABLETS & MOBILE */
@media (max-width: 991px) {
  .how-we-work-dark .work-steps {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  
  /* Horizontal lines disabled, turn to vertical timeline */
  .how-we-work-dark .work-steps::before {
    top: 0;
    bottom: 0;
    left: 30px; /* Center of the 60px wide icon */
    right: auto;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, 
      rgba(255, 255, 255, 0.05) 0%, 
      rgba(255, 255, 255, 0.25) 15%, 
      rgba(255, 255, 255, 0.25) 85%, 
      rgba(255, 255, 255, 0.05) 100%
    );
  }
  
  .how-we-work-dark .work-steps::after {
    top: 0;
    left: 30px; /* Center of the 60px wide icon */
    width: 2px;
    height: 15%;
    background: linear-gradient(180deg, transparent, rgba(59, 130, 246, 0.8), #fff, rgba(59, 130, 246, 0.8), transparent);
    animation: lineFlowVertical 6s infinite linear;
  }
  
  @keyframes lineFlowVertical {
    0% { top: 0%; height: 0%; opacity: 0; }
    5% { opacity: 1; height: 10%; }
    90% { opacity: 1; height: 20%; }
    100% { top: 80%; height: 0%; opacity: 0; }
  }
  
  .how-we-work-dark .work-step {
    flex-direction: row !important;
    text-align: left !important;
    align-items: flex-start !important;
    gap: 24px !important;
  }
  
  .how-we-work-dark .work-step:hover {
    transform: translateX(6px) !important;
  }
  
  .how-we-work-dark .step-icon-wrap {
    width: 60px;
    height: 60px;
    font-size: 20px;
    margin-bottom: 0;
    flex-shrink: 0;
    z-index: 2;
  }
  
  .how-we-work-dark .step-num-badge {
    top: -6px;
    right: auto;
    left: 44px;
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  
  .how-we-work-dark .step-content {
    padding: 16px 20px;
  }
}

.smm-faq-list {
  max-width: 880px;
  margin: 40px auto 0;
}

/* CTA band SMM */
.cta-smm {
  background:
    radial-gradient(ellipse 70% 60% at 20% 50%, rgba(37,99,235,0.18) 0%, transparent 70%),
    radial-gradient(ellipse 50% 55% at 80% 50%, rgba(139,92,246,0.12) 0%, transparent 65%),
    linear-gradient(160deg, #080d1a 0%, #0a0f1e 50%, #060b16 100%);
  color: #fff;
  padding: 90px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-smm::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle 1px at 15% 30%, rgba(255,255,255,0.35) 0%, transparent 1px),
    radial-gradient(circle 1px at 40% 70%, rgba(255,255,255,0.2) 0%, transparent 1px),
    radial-gradient(circle 1px at 65% 25%, rgba(255,255,255,0.25) 0%, transparent 1px),
    radial-gradient(circle 1px at 85% 60%, rgba(255,255,255,0.15) 0%, transparent 1px),
    radial-gradient(circle 1px at 55% 85%, rgba(255,255,255,0.2) 0%, transparent 1px),
    radial-gradient(circle 1px at 28% 55%, rgba(255,255,255,0.18) 0%, transparent 1px);
  pointer-events: none;
  z-index: 0;
}

.cta-smm .container-wide {
  position: relative;
  z-index: 1;
}

.cta-smm h2 {
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: -0.025em;
  line-height: 1.15;
  background: linear-gradient(135deg, #ffffff 0%, #c7d9ff 60%, #a5beff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-smm p {
  color: #8fa8d0;
  font-size: 15px;
  max-width: 520px;
  margin: 0 auto 36px;
}

.cta-smm .btn-fb-primary {
  background: var(--color-primary);
  border-radius: 8px;
  padding: 14px 26px;
}

/* =================================================================
   SEO LANDING PAGE (index.html)
   ================================================================= */

.hero-seo {
  padding: 30px 0 50px;
  text-align: center;
  background: var(--color-white);
}

.hero-seo .pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(37, 99, 235, 0.07);
  border: 1.5px solid rgba(37, 99, 235, 0.22);
  border-radius: var(--radius-pill);
  padding: 8px 20px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 22px;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.04);
}

.hero-seo .pill .dot { width: 7px; height: 7px; background: var(--color-primary); border-radius: 50%; flex-shrink: 0; }

.hero-seo h1 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  max-width: 720px;
  margin: 0 auto;
}

.hero-seo h1 .grad {
  background: linear-gradient(90deg, #2563EB, #8B5CF6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-seo p.lead {
  color: var(--color-muted);
  font-size: 14px;
  max-width: 620px;
  margin: 16px auto 24px;
}

.hero-seo .actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}

.trusted-strip {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-top: 10px;
}

.trusted-strip .bar {
  display: inline-block;
  width: 80px; height: 4px;
  background: linear-gradient(90deg, #2563EB, #8B5CF6);
  border-radius: 4px;
}

/* Get Found banner */
.found-banner {
  background: var(--color-bg-soft);
  padding: 50px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.found-banner h3 {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  margin-bottom: 24px;
}

.found-banner .device-img-wrap {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
}

.found-banner .device-img {
  width: 100%;
  height: auto;
  display: block;
}

.found-banner .ghost-text {
  position: absolute;
  font-size: clamp(100px, 18vw, 260px);
  font-weight: 900;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  letter-spacing: 0.12em;
  z-index: 0;
  pointer-events: none;
  white-space: nowrap;
  user-select: none;
  color: rgba(186, 214, 240, 0.55);
  text-shadow:
    0 4px 24px rgba(100, 160, 220, 0.18),
    0 1px 0 rgba(255,255,255,0.7),
    0 -1px 0 rgba(130, 180, 230, 0.25);
  -webkit-text-stroke: 1.5px rgba(150, 200, 240, 0.35);
}

.found-banner .container-wide {
  position: relative;
  z-index: 1;
}

/* SEO Why businesses + 6-card grid */
.seo-why {
  padding: 60px 0;
}

.seo-why .head {
  text-align: center;
  margin-bottom: 38px;
}

.seo-why .head h2 {
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 700;
  margin-bottom: 10px;
}

.seo-why .head p {
  color: var(--color-muted);
  font-size: 14px;
  max-width: 520px;
  margin: 0 auto;
}

.seo-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.seo-why-card {
  background: #e8f3ff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 22px;
}

.seo-why-card .ico {
  width: 32px; height: 32px;
  background: var(--color-bg-soft);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  margin-bottom: 14px;
}

.seo-why-card h5 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 8px;
}

.seo-why-card p {
  font-size: 12.5px;
  color: var(--color-muted);
  margin: 0;
  line-height: 1.65;
}

/* Why SEO matters (dark with chart panel) */
.seo-matters-dark {
  background: var(--color-black);
  color: #fff;
  padding: 60px 0;
}

.seo-matters-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.seo-matters-grid h2 {
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 700;
  margin-bottom: 18px;
}

.seo-matters-grid p {
  color: #b6b6b6;
  font-size: 13.5px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.seo-matters-grid .label {
  color: var(--color-primary-light);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}

.seo-matters-grid ul {
  list-style: none;
  padding: 0; margin: 0;
}

.seo-matters-grid ul li {
  font-size: 13.5px;
  padding: 6px 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.seo-matters-grid ul li .li-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: inline-block;
}

.chart-panel {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
}

.chart-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius);
}

.chart-label {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: var(--color-primary);
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
}

.chart-label strong { font-size: 16px; display: block; }

/* What's holding your website back */
.holding-back {
  padding: 60px 0;
}

.holding-back-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 30px;
}

.holding-back-grid .left {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 30px;
}

.holding-back-grid .left h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 14px;
}

.holding-back-grid .left p {
  font-size: 13px;
  color: var(--color-muted);
  margin-bottom: 18px;
}

.holding-back-grid .left ul {
  list-style: none;
  padding: 0; margin: 0;
}

.holding-back-grid .left ul li {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-border-soft);
  font-size: 13.5px;
}

.holding-back-grid .left ul li:last-child { border-bottom: none; }

.holding-back-grid .left ul li .ico {
  width: 28px; height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.holding-back-grid .left ul li .ico .li-icon {
  width: 28px;
  height: 28px;
  display: block;
}

.holding-back-grid .right {
  background: var(--color-black);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.holding-back-grid .right h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.holding-back-grid .right p {
  color: #b6b6b6;
  font-size: 13px;
  margin-bottom: 22px;
}

.holding-back-grid .right .btn-fb-primary {
  background: var(--color-primary);
  border-radius: 8px;
  align-self: center;
}

/* SEO Services vertical labels */
.seo-services-vertical {
  padding: 60px 0;
  text-align: center;
}

.seo-services-vertical h2 {
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 700;
  margin-bottom: 6px;
}

.seo-services-vertical p {
  font-size: 13.5px;
  color: var(--color-muted);
  margin-bottom: 30px;
}

.vertical-cards {
  display: flex;
  gap: 12px;
  align-items: stretch;
  min-height: 300px;
}

.vertical-card {
  flex: 1;
  background: linear-gradient(160deg, #dbeafe 0%, #eff6ff 60%, #e0eaff 100%);
  border-radius: 20px;
  padding: 0;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition:
    flex 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.4s ease,
    background 0.4s ease;
  border: 1.5px solid rgba(37, 99, 235, 0.10);
}

.vertical-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(37,99,235,0.07) 0%, rgba(139,92,246,0.05) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 20px;
  z-index: 0;
}

.vertical-card:hover::before {
  opacity: 1;
}

.vertical-card:hover {
  flex: 4.2;
  box-shadow:
    0 20px 60px rgba(37, 99, 235, 0.15),
    0 4px 20px rgba(37, 99, 235, 0.10),
    inset 0 1px 0 rgba(255,255,255,0.8);
  border-color: rgba(37, 99, 235, 0.22);
  background: linear-gradient(160deg, #dbeafe 0%, #f0f7ff 50%, #e8f0fe 100%);
}

.vertical-card .label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 14px;
  font-weight: 600;
  color: #1e3a6e;
  letter-spacing: 0.04em;
  padding: 20px 0 24px;
  transition:
    opacity 0.3s ease 0s,
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.vertical-card:hover .label {
  opacity: 0;
  transform: rotate(180deg) translateY(10px);
  transition:
    opacity 0.15s ease 0s,
    transform 0.2s ease 0s;
}

.vc-detail {
  position: absolute;
  inset: 0;
  padding: 28px 26px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  opacity: 0;
  transform: translateY(14px) scale(0.98);
  transition:
    opacity 0.35s ease 0.18s,
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.16s;
  pointer-events: none;
  z-index: 2;
  min-width: 220px;
}

.vertical-card:hover .vc-detail {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.vc-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
  flex-shrink: 0;
}

.vc-icon i {
  font-size: 20px;
  color: #fff;
}

.vc-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 14px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.vc-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.vc-list li {
  font-size: 13px;
  color: #334155;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  line-height: 1.45;
  font-weight: 500;
}

.vc-list li::before {
  content: '•';
  color: #2563eb;
  font-size: 16px;
  line-height: 1.1;
  flex-shrink: 0;
  margin-top: 1px;
}

.vc-link {
  font-size: 13.5px;
  font-weight: 700;
  color: #2563eb;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  letter-spacing: 0.01em;
  transition: gap 0.2s ease, color 0.2s ease;
}

.vc-link:hover {
  color: #1d4ed8;
  gap: 8px;
}

.vc-link i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.vc-link:hover i {
  transform: translateX(3px);
}

/* SEO Process (numbered timeline) */
.seo-process {
  padding: 72px 0 80px;
  background: #f5f7fb;
}

.seo-process h2 {
  text-align: center;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--color-text);
  letter-spacing: 0;
}

.seo-process p.sub {
  text-align: center;
  font-size: 14px;
  color: var(--color-muted);
  margin-bottom: 56px;
}

.seo-process-timeline {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.seo-process-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.spt-num-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 22px;
}

.spt-num-wrap::before,
.spt-num-wrap::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #c8d3e0;
}

.seo-process-step:first-child .spt-num-wrap::before {
  background: transparent;
}

.seo-process-step:last-child .spt-num-wrap::after {
  background: transparent;
}

.spt-num {
  width: 66px;
  height: 66px;
  background: #111827;
  color: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 18px rgba(0,0,0,0.18);
}

.seo-process-step h5 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #0f172a;
}

.seo-process-step p {
  font-size: 13px;
  color: #64748b;
  margin: 0;
  max-width: 160px;
  line-height: 1.55;
}

/* Industries SEO (dark) */
.seo-industries-dark {
  background: var(--color-black);
  color: #fff;
  padding: 60px 0;
}

.seo-industries-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: center;
}

.seo-industries-grid h2 { font-size: clamp(24px, 2.8vw, 30px); font-weight: 700; }
.seo-industries-grid .left p { color: #b6b6b6; font-size: 13.5px; margin-top: 12px; }

.seo-industries-grid .right {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  padding: 24px 26px;
}

.seo-industries-grid .right h4 {
  font-size: 12px;
  font-weight: 500;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.seo-industries-grid .right .row {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 16px;
  align-items: flex-start;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.seo-industries-grid .right .row:last-child { border-bottom: none; }

.seo-industries-grid .right .row .ico {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.06);
  border-radius: 10px;
}

.seo-industries-grid .right .row .ico img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.seo-industries-grid .right .row strong {
  display: block;
  font-size: 14.5px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 3px;
  line-height: 1.3;
}

.seo-industries-grid .right .row-sub {
  font-size: 12.5px;
  color: #888;
  line-height: 1.5;
}

.industries-list .item img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}

/* CTA — get free seo audit (dark) */
.seo-cta-light {
  background:
    radial-gradient(ellipse 70% 60% at 20% 50%, rgba(37,99,235,0.18) 0%, transparent 70%),
    radial-gradient(ellipse 50% 55% at 80% 50%, rgba(139,92,246,0.12) 0%, transparent 65%),
    linear-gradient(160deg, #080d1a 0%, #0a0f1e 50%, #060b16 100%);
  padding: 90px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.seo-cta-light::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle 1px at 15% 30%, rgba(255,255,255,0.35) 0%, transparent 1px),
    radial-gradient(circle 1px at 40% 70%, rgba(255,255,255,0.2) 0%, transparent 1px),
    radial-gradient(circle 1px at 65% 25%, rgba(255,255,255,0.25) 0%, transparent 1px),
    radial-gradient(circle 1px at 85% 60%, rgba(255,255,255,0.15) 0%, transparent 1px),
    radial-gradient(circle 1px at 55% 85%, rgba(255,255,255,0.2) 0%, transparent 1px),
    radial-gradient(circle 1px at 28% 55%, rgba(255,255,255,0.18) 0%, transparent 1px);
  pointer-events: none;
  z-index: 0;
}

.seo-cta-light .container-wide {
  position: relative;
  z-index: 1;
}

.seo-cta-light h2 {
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: -0.025em;
  line-height: 1.15;
  background: linear-gradient(135deg, #ffffff 0%, #c7d9ff 60%, #a5beff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.seo-cta-light p {
  color: #8fa8d0;
  font-size: 15px;
  margin-bottom: 36px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
}

.seo-cta-light .btn-fb-primary {
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  color: #fff;
  border-radius: 10px;
  padding: 15px 30px;
  font-size: 14.5px;
  font-weight: 600;
  border: none;
  box-shadow: 0 0 0 0 rgba(37,99,235,0.5);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 8px;
}

.seo-cta-light .btn-fb-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(37,99,235,0.45), 0 0 0 4px rgba(37,99,235,0.15);
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
}

.seo-cta-light .btn-fb-primary:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(37,99,235,0.35);
}

.seo-cta-light .btn-fb-light {
  background: rgba(255,255,255,0.06);
  color: #c7d9ff;
  border: 1.5px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  padding: 15px 30px;
  font-size: 14.5px;
  font-weight: 600;
  backdrop-filter: blur(8px);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 8px;
}

.seo-cta-light .btn-fb-light:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.11);
  border-color: rgba(255,255,255,0.3);
  box-shadow: 0 12px 28px rgba(0,0,0,0.35);
  color: #fff;
}

.seo-cta-light .btn-fb-light:active {
  transform: translateY(-1px);
}

/* =================================================================
   PPC PAGE — RESPONSIVE
   ================================================================= */

/* ── Tablet (≤ 900px) ── */
@media (max-width: 900px) {
  .ppc-why-choose-section   { padding: 48px 0 60px; }
  .ppc-feature-grid         { grid-template-columns: 1fr; gap: 36px; }
  .ppc-feature-tiles        { grid-template-columns: 1fr 1fr; }

  .matters-block            { padding: 56px 0; }
  .matters-block h2         { font-size: clamp(26px, 5vw, 36px); }
  .matters-grid             { grid-template-columns: 1fr 1fr; gap: 16px 24px; }

  .dark-band                { padding: 52px 0; }

  .ppc-services             { padding: 56px 0; }
  .service-card-wide        { grid-template-columns: 1fr; gap: 20px; padding: 24px; }
  .service-card-wide ul     { grid-template-columns: 1fr 1fr; }
  .svc-half-row             { grid-template-columns: 1fr; }
  .service-card-half        { margin-bottom: 0; }

  .platforms-band           { padding: 44px 0; }

  .ppc-process-light        { padding: 56px 0 64px; }
  .ppc-process-heading      { margin-bottom: 44px; }
  .ppc-work-steps           { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .ppc-work-steps::before,
  .ppc-work-steps::after    { display: none; }
  .ppc-step-num             { font-size: 28px; width: 60px; height: 60px; margin-bottom: 18px; }

  .ppc-industries-dark      { padding: 56px 0; }
  .ppc-ind-layout           { grid-template-columns: 1fr; gap: 36px; }
  .ppc-ind-left p           { max-width: 100%; }
  .ppc-ind-grid             { grid-template-columns: 1fr 1fr; }

  .why-fb-block             { padding: 56px 0 64px; }
  .why-fb-inner             { grid-template-columns: 1fr; gap: 36px; }
}

/* ── Mobile (≤ 600px) ── */
@media (max-width: 600px) {
  .ppc-why-choose-section   { padding: 36px 0 48px; }
  .ppc-feature-tiles        { grid-template-columns: 1fr 1fr; gap: 10px; }
  .ppc-feature-tiles .tile  { padding: 20px 16px; gap: 14px; }
  .ppc-feature-tiles .tile .ico { font-size: 22px; }
  .ppc-feature-tiles .tile h6   { font-size: 13px; }

  .matters-block            { padding: 44px 0; }
  .matters-grid             { grid-template-columns: 1fr; gap: 14px; }
  .matters-block .lead      { font-size: 14px; margin-bottom: 32px; }

  .dark-band                { padding: 44px 0; }
  .chip-dark                { font-size: 12px; padding: 7px 14px; }

  .ppc-services             { padding: 44px 0; }
  .service-card-wide        { padding: 20px 18px; }
  .service-card-wide ul     { grid-template-columns: 1fr; }
  .svc-half-row             { grid-template-columns: 1fr; }

  .platforms-band           { padding: 36px 0; }
  .platform-chips .chip     { padding: 8px 16px; font-size: 13px; }

  .ppc-process-light        { padding: 44px 0 52px; }
  .ppc-process-heading      { font-size: clamp(22px, 6vw, 32px); margin-bottom: 32px; }
  .ppc-work-steps           { grid-template-columns: 1fr; gap: 20px; }
  .ppc-process-step         { flex-direction: row; align-items: flex-start; text-align: left; gap: 16px; }
  .ppc-step-num             { font-size: 22px; width: 48px; height: 48px; flex-shrink: 0; margin-bottom: 0; }
  .ppc-step-body h5         { font-size: 14px; margin-bottom: 4px; }
  .ppc-step-body p          { font-size: 12.5px; }

  .ppc-industries-dark      { padding: 44px 0; }
  .ppc-ind-grid             { grid-template-columns: 1fr 1fr; gap: 8px; }
  .ppc-ind-card             { padding: 12px 14px; font-size: 13px; gap: 10px; }
  .ppc-ind-card i           { font-size: 16px; }
  .ppc-ind-left h2          { font-size: clamp(24px, 7vw, 36px); }

  .why-fb-block             { padding: 44px 0 52px; }
  .why-fb-item              { grid-template-columns: 44px 1fr; gap: 14px; padding: 18px 0; }
  .why-fb-item .ico         { width: 44px; height: 44px; font-size: 18px; }
  .why-fb-item h5           { font-size: 15px; }
  .why-fb-item p            { font-size: 13px; }
}

/* ── Small phone (≤ 420px) ── */
@media (max-width: 420px) {
  .ppc-feature-tiles        { grid-template-columns: 1fr; }
  .ppc-ind-grid             { grid-template-columns: 1fr; }
  .ppc-process-step         { gap: 12px; }
  .ppc-step-num             { width: 40px; height: 40px; font-size: 18px; }
  .hero-actions             { flex-direction: column; align-items: stretch; }
  .hero-actions .btn-fb-dark,
  .hero-actions .btn-fb-light { text-align: center; justify-content: center; }
  .service-card-wide        { padding: 18px 14px; }
}

/* ====================== RESPONSIVE ====================== */

@media (max-width: 991px) {
  .hero-web { padding: 64px 0 72px; }
  .hero-web-content { padding-right: 0; }
  .hero-web-img { aspect-ratio: auto; max-height: 420px; }
  .hero-web-stats { gap: 16px; }
  .hero-float-badge { left: 8px; }
  .matters-visual { grid-template-columns: 1fr 1fr; }
  .web-process-row { grid-template-columns: 72px 1fr; gap: 20px; }

  .hero-web,
  .matters-split,
  .why-choose-block,
  .why-fb-block,
  .web-why-fb,
  .industries-block,
  .email-why-grid,
  .why-matters-content,
  .smm-why-challenges-grid,
  .seo-matters-grid,
  .seo-industries-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .matters-grid,
  .services-grid-3x2 .grid,
  .email-services-grid,
  .industries-grid,
  .smm-services-grid,
  .smm-why-fb-grid,
  .seo-why-grid,
  .why-fb-clean-grid,
  .challenge-cards { grid-template-columns: 1fr 1fr; }

  .process-grid,
  .work-steps,
  .process-editorial-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }

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

  .vertical-cards { flex-wrap: wrap; }
  .vertical-card { flex: 1 1 calc(33.33% - 8px); min-width: calc(33.33% - 8px); }

  .hero-content-mkt-row { grid-template-columns: 1fr; }
  .services-editorial-header { grid-template-columns: 1fr; }
  .services-editorial-header p { text-align: left; }
  .editorial-row { grid-template-columns: 40px 1fr; }
  .editorial-row p { grid-column: 1 / -1; }

  .industries-faq-split { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  /* Hero */
  .hero-web { padding: 44px 0 56px; }
  .hero-web-img {
    aspect-ratio: 4/3;
    max-height: 300px;
    min-height: 220px;
  }
  .hero-float-badge { font-size: 11px; padding: 6px 12px 6px 10px; gap: 6px; left: 10px; top: 12px; }
  .hero-web-stats { flex-wrap: wrap; gap: 12px 20px; }
  .hw-stat-divider { display: none; }
  .hero-web h1 { font-size: clamp(30px, 8vw, 40px); }

  /* Section paddings */
  .why-row-light   { padding: 48px 0; }
  .matters-split   { padding: 56px 0; }
  .challenges-dark { padding: 56px 0; }
  .services-grid-3x2 { padding: 56px 0; }
  .features-pills  { padding: 48px 0; }
  .web-process     { padding: 56px 0; }
  .industries-clean-grid { padding: 60px 0; }
  .web-why-fb      { padding: 60px 0; }

  /* Matters visual: single column on phones */
  .matters-visual { grid-template-columns: 1fr; }

  /* Why row cells: 2-col on mobile is tidier */
  .why-row-light .cells { grid-template-columns: 1fr 1fr; }

  /* Process row */
  .web-process-row { grid-template-columns: 44px 1fr; gap: 14px; }
  .web-process-body { flex-direction: column; gap: 10px; }
  .web-process-ico { width: 36px; height: 36px; font-size: 15px; }
  .web-process-row .num { font-size: 36px; }

  /* Service grid: 1 col */
  .services-grid-3x2 .grid { grid-template-columns: 1fr; }

  /* Other grids */
  .why-grid,
  .challenge-cards,
  .email-services-grid,
  .industries-grid,
  .smm-services-grid,
  .smm-why-fb-grid,
  .seo-why-grid,
  .why-fb-clean-grid,
  .industries-list,
  .challenge-pills,
  .smm-why-us-grid { grid-template-columns: 1fr; }

  .industries-clean-grid .grid,
  .process-grid,
  .work-steps,
  .process-editorial-grid { grid-template-columns: 1fr 1fr; }
  .vertical-cards { flex-wrap: wrap; }
  .vertical-card { flex: 1 1 calc(50% - 6px); min-width: calc(50% - 6px); }

  .web-process-row,
  .process-row { grid-template-columns: 40px 1fr; }
  .web-process-row p,
  .process-row p { grid-column: 1 / -1; }
  .seo-process-timeline { flex-wrap: wrap; gap: 32px 0; }
  .seo-process-step { flex: 1 1 50%; }
  .spt-num-wrap::before, .spt-num-wrap::after { display: none; }

  /* Web process header */
  .web-process-header { margin-bottom: 36px; }

  /* Industries: 2-col on small phones */
  .industries-clean-grid .grid { grid-template-columns: repeat(2, 1fr); }

  /* FAQ */
  .faq-q { font-size: 14px; }
}

/* =================================================================
   SEO LANDING PAGE — MOBILE-FIRST RESPONSIVE (Smart Multi-Column)
   ================================================================= */

/* ── Tablet (≤ 991px): stack holding-back, bump container padding ── */
@media (max-width: 991px) {
  .container-wide {
    padding: 0 24px;
  }
  .holding-back-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .holding-back-grid .right {
    justify-content: center;
  }
}

/* ── Large-phone / small-tablet landscape (≤ 768px) ── */
@media (max-width: 768px) {
  .container-wide {
    padding: 0 18px;
  }
  .hero-seo,
  .seo-why,
  .holding-back,
  .seo-services-vertical,
  .seo-industries-dark {
    padding: 44px 0;
  }
  .seo-matters-dark {
    padding: 44px 0;
  }
  .seo-process {
    padding: 50px 0 58px;
  }
  .seo-cta-light {
    padding: 58px 0;
  }
  .faq-section {
    padding: 48px 0;
  }
  .found-banner {
    padding: 36px 0;
  }
  .found-banner .ghost-text {
    font-size: clamp(64px, 16vw, 120px);
  }
  .seo-process p.sub {
    margin-bottom: 32px;
  }
  .seo-cta-light .btn-fb-primary,
  .seo-cta-light .btn-fb-light {
    margin: 5px 6px;
  }
}

/* ── Standard phone portrait (≤ 640px): dense multi-column layout ── */
@media (max-width: 640px) {
  .container-wide {
    padding: 0 14px;
  }

  /* HERO — compact, buttons stay side-by-side */
  .hero-seo {
    padding: 24px 0 32px;
  }
  .hero-seo .pill {
    font-size: 10px;
    padding: 6px 14px;
    margin-bottom: 14px;
    letter-spacing: 0.1em;
  }
  .hero-seo h1 {
    font-size: clamp(21px, 6.5vw, 28px);
  }
  .hero-seo p.lead {
    font-size: 13px;
    margin: 12px auto 18px;
  }
  .hero-seo .actions {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 18px;
  }
  .hero-seo .actions .btn-fb-dark,
  .hero-seo .actions .btn-fb-light {
    padding: 10px 15px;
    font-size: 12.5px;
  }
  .trusted-strip {
    font-size: 9.5px;
    letter-spacing: 0.09em;
    gap: 10px;
  }
  .trusted-strip .bar {
    width: 48px;
  }

  /* FOUND BANNER */
  .found-banner {
    padding: 28px 0;
  }
  .found-banner h3 {
    margin-bottom: 14px;
  }
  .found-banner .ghost-text {
    font-size: clamp(50px, 14vw, 88px);
  }

  /* SEO WHY — 2 × 3 compact grid (all 6 cards visible above fold) */
  .seo-why {
    padding: 36px 0;
  }
  .seo-why .head {
    margin-bottom: 20px;
  }
  .seo-why .head h2 {
    font-size: clamp(18px, 5.5vw, 24px);
    margin-bottom: 6px;
  }
  .seo-why .head p {
    font-size: 13px;
  }
  .seo-why-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .seo-why-card {
    padding: 14px 12px;
    border-radius: 10px;
  }
  .seo-why-card .ico {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    margin-bottom: 9px;
    font-size: 13px;
  }
  .seo-why-card h5 {
    font-size: 12.5px;
    margin-bottom: 5px;
  }
  .seo-why-card p {
    font-size: 11.5px;
    line-height: 1.55;
  }

  /* SEO MATTERS DARK — stacked, compact list */
  .seo-matters-dark {
    padding: 36px 0;
  }
  .seo-matters-grid {
    gap: 24px;
  }
  .seo-matters-grid h2 {
    font-size: clamp(17px, 5vw, 22px);
    margin-bottom: 10px;
  }
  .seo-matters-grid p {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .seo-matters-grid ul li {
    font-size: 13px;
    padding: 4px 0;
    gap: 8px;
  }
  .chart-label {
    bottom: 10px;
    left: 10px;
    padding: 7px 10px;
    font-size: 9.5px;
  }
  .chart-label strong {
    font-size: 13px;
  }

  /* HOLDING BACK — side-by-side compact tiles */
  .holding-back {
    padding: 36px 0;
  }
  .holding-back-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .holding-back-grid .left,
  .holding-back-grid .right {
    padding: 18px 14px;
    border-radius: 14px;
  }
  .holding-back-grid .left h3,
  .holding-back-grid .right h3 {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .holding-back-grid .left p,
  .holding-back-grid .right p {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .holding-back-grid .left ul li {
    font-size: 12px;
    padding: 7px 0;
    gap: 8px;
  }
  .holding-back-grid .left ul li .ico {
    width: 22px;
    height: 22px;
  }
  .holding-back-grid .left ul li .ico .li-icon {
    width: 22px;
    height: 22px;
  }
  .holding-back-grid .right .btn-fb-primary {
    padding: 10px 14px;
    font-size: 12.5px;
  }

  /* SEO SERVICES VERTICAL — 2-col always-open card grid */
  .seo-services-vertical {
    padding: 36px 0;
  }
  .seo-services-vertical h2 {
    font-size: clamp(18px, 5.5vw, 24px);
    margin-bottom: 4px;
  }
  .seo-services-vertical p {
    font-size: 13px;
    margin-bottom: 18px;
  }
  .vertical-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    min-height: 0;
    align-items: stretch;
  }
  .vertical-card {
    display: block;
    flex: none;
    min-height: 0;
    transition: none;
    cursor: default;
    border-radius: 16px;
    border-color: rgba(37, 99, 235, 0.14);
  }
  .vertical-card .label {
    display: none;
  }
  .vertical-card:hover {
    flex: none;
    box-shadow: var(--shadow-md);
    background: linear-gradient(160deg, #dbeafe 0%, #eff6ff 60%, #e0eaff 100%);
  }
  .vertical-card:hover::before {
    opacity: 0;
  }
  .vc-detail {
    position: static;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    padding: 16px 14px 14px;
    min-width: 0;
    transition: none;
  }
  .vertical-card:hover .vc-detail {
    opacity: 1;
    transform: none;
  }
  .vc-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    margin-bottom: 10px;
    box-shadow: 0 3px 10px rgba(37, 99, 235, 0.28);
  }
  .vc-icon i {
    font-size: 15px;
  }
  .vc-title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 9px;
    line-height: 1.3;
  }
  .vc-list {
    gap: 5px;
    margin-bottom: 10px;
  }
  .vc-list li {
    font-size: 11.5px;
    gap: 5px;
    line-height: 1.4;
  }
  .vc-list li::before {
    font-size: 14px;
  }
  .vc-link {
    font-size: 11.5px;
    margin-top: 4px;
  }

  /* SEO PROCESS — 3 + 2 layout */
  .seo-process {
    padding: 40px 0 48px;
  }
  .seo-process h2 {
    font-size: clamp(15px, 4vw, 18px);
  }
  .seo-process p.sub {
    font-size: 12.5px;
    margin-bottom: 28px;
  }
  .seo-process-timeline {
    flex-wrap: wrap;
    gap: 18px 0;
  }
  .seo-process-step {
    flex: 1 1 33.33%;
    min-width: 33.33%;
  }
  .seo-process-step:nth-child(4),
  .seo-process-step:nth-child(5) {
    flex: 1 1 50%;
    min-width: 50%;
  }
  .spt-num-wrap::before,
  .spt-num-wrap::after {
    display: none;
  }
  .spt-num {
    width: 48px;
    height: 48px;
    font-size: 16px;
    border-radius: 11px;
  }
  .spt-num-wrap {
    margin-bottom: 12px;
  }
  .seo-process-step h5 {
    font-size: 12.5px;
    margin-bottom: 4px;
  }
  .seo-process-step p {
    font-size: 11.5px;
    max-width: 110px;
  }

  /* INDUSTRIES DARK — 2-col industry chips, compact why panel */
  .seo-industries-dark {
    padding: 36px 0;
  }
  .seo-industries-grid {
    gap: 24px;
  }
  .seo-industries-grid h2 {
    font-size: clamp(19px, 5.5vw, 24px);
  }
  .seo-industries-grid .left p {
    font-size: 12.5px;
    margin-top: 8px;
  }
  .industries-list {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 16px !important;
  }
  .industries-list .item {
    font-size: 12px;
    padding: 9px 10px;
    border-radius: 8px;
    gap: 7px;
  }
  .industries-list .item img {
    width: 18px;
    height: 18px;
  }
  .seo-industries-grid .right {
    padding: 18px 16px;
    border-radius: 12px;
  }
  .seo-industries-grid .right h4 {
    font-size: 10.5px;
    margin-bottom: 14px;
  }
  .seo-industries-grid .right .row {
    gap: 11px;
    padding: 10px 0;
  }
  .seo-industries-grid .right .row .ico {
    width: 34px;
    height: 34px;
    border-radius: 8px;
  }
  .seo-industries-grid .right .row .ico img {
    width: 20px;
    height: 20px;
  }
  .seo-industries-grid .right .row strong {
    font-size: 12.5px;
  }
  .seo-industries-grid .right .row-sub {
    font-size: 11.5px;
  }

  /* FAQ */
  .faq-section {
    padding: 40px 0;
  }
  .faq-q {
    font-size: 13.5px;
  }
  .faq-a {
    font-size: 13px;
  }

  /* CTA BAND — buttons side-by-side, flex-wrap */
  .seo-cta-light {
    padding: 48px 0;
  }
  .seo-cta-light h2 {
    font-size: clamp(20px, 6vw, 28px);
    margin-bottom: 12px;
  }
  .seo-cta-light p {
    font-size: 13px;
    margin-bottom: 24px;
  }
  .seo-cta-light .btn-fb-primary,
  .seo-cta-light .btn-fb-light {
    margin: 5px 5px;
    padding: 12px 18px;
    font-size: 13px;
  }
}

/* ── Small phone (≤ 480px): keep 2-col, tighten further ── */
@media (max-width: 480px) {
  .container-wide {
    padding: 0 12px;
  }
  .hero-seo .pill {
    font-size: 9px;
    padding: 5px 12px;
  }
  .found-banner .ghost-text {
    display: none;
  }
  /* Holding back stays 2-col but stackier on very small phones */
  .holding-back-grid .left h3,
  .holding-back-grid .right h3 {
    font-size: 12px;
  }
  .holding-back-grid .left p,
  .holding-back-grid .right p {
    font-size: 11.5px;
  }
  .holding-back-grid .left ul li {
    font-size: 11.5px;
  }
  /* Service cards — tighter */
  .vc-title {
    font-size: 12px;
  }
  .vc-list li {
    font-size: 11px;
  }
  /* Process steps — 2+2+1 fallback */
  .seo-process-step {
    flex: 1 1 50%;
    min-width: 50%;
  }
  .seo-process-step:nth-child(n) {
    flex: 1 1 50%;
    min-width: 50%;
  }
  /* Industries chips — still 2 col */
  .industries-list .item {
    font-size: 11.5px;
    padding: 8px 9px;
  }
  .seo-cta-light {
    padding: 40px 0;
  }
  .faq-section {
    padding: 36px 0;
  }
}

/* =================================================================
   EMAIL MARKETING · CONTENT MARKETING · SOCIAL MEDIA — MOBILE
   ================================================================= */

/* ── Tablet (≤ 991px) ── */
@media (max-width: 991px) {

  /* EMAIL INDUSTRIES: item 9 (Hospitality) is left-alone in 2-col grid — center it */
  .industries-grid .industry-pill-lg:nth-child(9) {
    grid-column: 1 / -1;
    max-width: calc(50% - 7px);
    margin-left: auto;
    margin-right: auto;
  }
  /* EMAIL INDUSTRIES: item 10 (B2B, span 2 inline) — center it like item 9 */
  .industries-grid .industry-pill-lg:last-child {
    max-width: calc(50% - 7px);
    margin-left: auto;
    margin-right: auto;
  }

  /* SMM SERVICES: reduce the large 50px column gap at tablet */
  .smm-services-grid {
    gap: 28px 24px;
  }

  /* EMAIL: hide floating decorative icons */
  .hero-email .floating-ico {
    display: none;
  }

  /* EMAIL: feature bento grid → 2-col, reset nth-child positions */
  .email-feature-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .email-feature-grid .feature-tile-lg:nth-child(1) {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .email-feature-grid .feature-tile-lg:nth-child(2),
  .email-feature-grid .feature-tile-lg:nth-child(3),
  .email-feature-grid .feature-tile-lg:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }

  /* EMAIL: text-col stacks h2 above paragraph on tablet */
  .email-why-grid .text-col {
    flex-direction: column;
    align-items: flex-start;
  }
  .email-why-grid .text-col p {
    text-align: left;
    max-width: 100%;
  }

  /* CONTENT: fix process-editorial h2 underline overflow on tablet */
  .process-editorial-dark h2::after {
    width: 100%;
    left: 0;
  }

  /* SMM: reduce section padding on tablet */
  .hero-smm        { padding: 44px 0; }
  .smm-why-challenges { padding: 44px 0; }
  .smm-services    { padding: 44px 0; }
  .smm-why-fb      { padding: 44px 0; }
}

/* ── Standard phone (≤ 640px) ── */
@media (max-width: 640px) {

  /* ---- EMAIL MARKETING ---- */

  .hero-email {
    padding: 60px 0 52px;
    min-height: auto;
  }
  .hero-email h1 {
    font-size: clamp(34px, 10vw, 52px);
  }
  .hero-email .actions {
    flex-wrap: wrap;
    gap: 10px;
  }
  .hero-email .actions .btn-fb-dark,
  .hero-email .actions .btn-fb-light {
    width: 100%;
    justify-content: center;
  }

  /* EMAIL INDUSTRIES: reset centering overrides on 1-col layout */
  .industries-grid .industry-pill-lg:nth-child(9),
  .industries-grid .industry-pill-lg:last-child {
    grid-column: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  /* SMM SERVICES: no column gap needed in 1-col */
  .smm-services-grid {
    gap: 24px;
  }

  .challenges-soft  { padding: 44px 0; }
  .email-why-section { padding: 52px 0 56px; }

  /* Email feature grid → single column on phone */
  .email-feature-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .email-feature-grid .feature-tile-lg:nth-child(1),
  .email-feature-grid .feature-tile-lg:nth-child(2),
  .email-feature-grid .feature-tile-lg:nth-child(3),
  .email-feature-grid .feature-tile-lg:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }
  .feature-tile-lg {
    padding: 28px;
    border-radius: 20px;
  }
  .feature-tile-lg:nth-child(1) {
    padding: 28px;
  }

  .platforms-clean  { padding: 44px 0; }
  .industries-block { padding: 44px 0; }
  .process-clean    { padding: 56px 0; }
  .why-fb-clean     { padding: 52px 0; }

  /* ---- CONTENT MARKETING ---- */

  .hero-content-mkt {
    padding: 28px 0 36px;
  }
  .hero-content-mkt h1 {
    font-size: clamp(32px, 10vw, 54px);
  }
  .hero-content-mkt h3 {
    font-size: 14px;
    margin: 12px 0 0;
  }
  .hero-content-mkt-row {
    margin-top: 20px;
    padding-top: 18px;
    gap: 22px;
  }
  .hero-content-mkt-row h2 {
    font-size: clamp(17px, 5.5vw, 23px);
  }

  .why-matters-content       { padding: 36px 0; }
  .why-matters-content .left h2 { font-size: clamp(20px, 7vw, 30px); }
  .why-matters-content .right ul li { font-size: 16px; }

  .services-editorial        { padding: 36px 0; }
  .services-editorial-header h2 { font-size: clamp(30px, 9vw, 50px); }
  .editorial-row             { padding: 18px 0; gap: 14px; }
  .editorial-row h4          { font-size: clamp(15px, 5vw, 20px); }

  .process-editorial-dark    { padding: 52px 0; }
  .process-editorial-dark h2 {
    font-size: clamp(26px, 8vw, 42px);
    margin-bottom: 36px;
  }

  .industries-faq-split { padding: 36px 0; }

  /* CTA buttons (two-button variant) wrap and go full-width */
  .seo-cta-light .btns {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .seo-cta-light .btns .btn-fb-dark,
  .seo-cta-light .btns .btn-fb-light {
    width: 100%;
    justify-content: center;
  }

  /* ---- SOCIAL MEDIA MARKETING ---- */

  .hero-smm { padding: 32px 0; }
  .hero-smm h1 {
    font-size: clamp(24px, 7.5vw, 36px);
  }
  .hero-smm p.lead {
    font-size: 13.5px;
    margin: 12px auto 20px;
  }
  .hero-smm .actions {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .hero-smm .actions .btn-fb-dark,
  .hero-smm .actions .btn-fb-light {
    width: 100%;
    justify-content: center;
  }

  .smm-why-challenges { padding: 32px 0; }
  .smm-why-us         { padding: 28px 0; }
  .smm-why-us h2      { font-size: clamp(16px, 5.5vw, 22px); }
  .industries-band-smm { padding: 32px 0; }
  .smm-services       { padding: 32px 0; }
  .smm-services h2    { font-size: clamp(17px, 5.5vw, 23px); margin-bottom: 20px; }
  .smm-why-fb         { padding: 32px 0; }
  .smm-why-fb h2      { font-size: clamp(17px, 5.5vw, 23px); margin-bottom: 18px; }
  .how-we-work-dark   { padding: 52px 0; }
  .how-we-work-dark .section-header { margin-bottom: 40px; }
  .how-we-work-dark h2 { font-size: clamp(21px, 7vw, 30px); }
}

/* ── Small phone (≤ 480px) ── */
@media (max-width: 480px) {

  /* EMAIL */
  .hero-email {
    padding: 44px 0 40px;
  }
  .hero-email h1 {
    font-size: clamp(28px, 9vw, 42px);
  }
  .hero-email .lead {
    font-size: 13px;
  }

  /* CONTENT */
  .hero-content-mkt h1 {
    font-size: clamp(26px, 10vw, 40px);
    letter-spacing: -0.03em;
  }
  .services-editorial-header h2 {
    font-size: clamp(24px, 9vw, 38px);
  }
  .process-editorial-dark h2 {
    font-size: clamp(22px, 8vw, 34px);
  }

  /* SMM */
  .hero-smm h1 {
    font-size: clamp(20px, 7.5vw, 30px);
  }

  /* PPC Process */
  .ppc-process-heading { font-size: clamp(22px, 8vw, 34px); }
}
