/* ---------------------------------------------
   DiPStrategy -- Social Media Management Page
   style/smm.css
   --------------------------------------------- */

/* --- TOP SECTION: hero navy --- */
.smm-top-section {
  position: relative;
  width: 100%;
  background-color: var(--navy);
  overflow: hidden;
  padding-bottom: 0px;
}

.smm-top-pattern {
  position: absolute; inset: 0;
  background-image: url('../assets/pattern-01.png');
  background-repeat: repeat;
  opacity: 0.5; z-index: 0;
  pointer-events: none;
}

.smm-hero-gradient {
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.82) 0%,
    rgba(0,0,0,0.55) 20%,
    rgba(0,0,0,0.15) 50%,
    rgba(0,0,0,0) 70%
  );
  z-index: 1; pointer-events: none;
}

/* Hero image: bottom left */
.smm-hero-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43%;
  height: auto;
  z-index: 5;
  pointer-events: none;
  object-fit: contain;
  object-position: bottom left;
}

.smm-hero-content {
  position: relative; z-index: 10;
  padding: 180px 56px 0px;
  padding-left: calc(30% + 56px);
}

.smm-accent-line {
  width: 160px; height: 4px;
  background: var(--lime);
  margin-bottom: 32px;
  opacity: 0; animation: fadeUp 0.6s 0.2s forwards;
}

.smm-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 20px;
  opacity: 0; animation: fadeUp 0.6s 0.3s forwards;
}

.smm-label-star {
  width: 14px; height: 14px;
  animation: spin 12s linear infinite; flex-shrink: 0;
}

.smm-headline {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(35px, 4vw, 56px);
  color: #fff; letter-spacing: -0.03em;
  line-height: .85; margin-bottom: 24px;
  max-width: 600px;
  opacity: 0; animation: fadeUp 0.7s 0.4s forwards;
}

.hl-bold { font-weight: 900;}
.hl-light { 
	font-weight: 200; 
	font-size: clamp(22px, 3vw, 40px);
	}

.smm-subtext {
  font-family: 'Barlow', sans-serif;
  font-weight: 300; font-size: 15px; line-height: 1.7;
  color: rgba(255,255,255,0.6);
  max-width: 560px; margin-bottom: 36px;
  opacity: 0; animation: fadeUp 0.7s 0.5s forwards;
}

.smm-cta-group {
  display: flex; align-items: center; gap: 20px;
  margin-bottom: 56px;
  opacity: 0; animation: fadeUp 0.7s 0.6s forwards;
}

.smm-cta-primary {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600; font-size: 12px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #093564; background: #DEFF2D;
  border: none; border-radius: 999px;
  padding: 14px 28px; text-decoration: none;
  cursor: pointer; transition: background 0.25s, transform 0.2s;
}

.smm-cta-primary:hover { background: #f0ff50; transform: translateY(-2px); }

.smm-cta-secondary {
  font-family: 'Barlow', sans-serif;
  font-weight: 500; font-size: 13px;
  color: rgba(255,255,255,0.55); text-decoration: none;
  display: flex; align-items: center; gap: 6px;
  transition: color 0.2s;
}

.smm-cta-secondary:hover { color: #DEFF2D; }

/* Anchor strip */
.smm-anchor-strip {
  position: relative; z-index: 10;
  display: flex; align-items: center; gap: 0;
  padding: 0 56px;
  padding-left: calc(30% + 56px);
  opacity: 0; animation: fadeUp 0.7s 0.7s forwards;
}

.smm-anchor-item {
  font-family: 'Barlow', sans-serif;
  font-weight: 500; font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.45); text-decoration: none;
  padding: 16px 24px 16px 0;
  border-right: 1px solid rgba(255,255,255,0.12);
  margin-right: 24px;
  display: flex; align-items: center; gap: 8px;
  transition: color 0.2s;
}

.smm-anchor-item:last-child { border-right: none; margin-right: 0; }
.smm-anchor-item:hover { color: #DEFF2D; }
.smm-anchor-item svg { width: 12px; height: 12px; }

/* --- SHARED: section label --- */
.smm-section-label {
  font-family: 'Barlow', sans-serif;
  font-weight: 900; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: #093564;
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 16px;
}

.smm-section-star {
  width: 14px; height: 14px;
  animation: spin 12s linear infinite; flex-shrink: 0;
}

.smm-section-headline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200; font-size: clamp(28px, 2.8vw, 38px);
  color: #093564; letter-spacing: -0.02em;
  line-height: 1.2; margin-bottom: 16px; max-width: 740px;
}

.smm-section-headline strong { font-weight: 900; }

.smm-section-subtext {
  font-family: 'Barlow', sans-serif;
  font-weight: 300; 
  font-size: clamp(14px, 1.3vw, 18px); 
  line-height: 1.35;
  color: rgba(9,53,100,0.85);
  max-width: 640px; margin-bottom: 48px;
}

/* --- UNTUK SIAPA --- */
.smm-us-section {
  position: relative;
  background-color: #E8357A;
  padding: 96px 56px; overflow: visible;
}

.smm-us-pattern {
  position: absolute; inset: 0;
  background-image: url('../assets/pattern-01.png');
  background-repeat: repeat;
  opacity: 0.15; z-index: 0; pointer-events: none;
}

.smm-us-inner { position: relative; z-index: 1; overflow: hidden; }

/* Figure: kanan atas, overlap naik ke section hero di atasnya */
.smm-us-figure {
  position: absolute;
  right: 60px;
  top: -120px;
  width: auto;
  z-index: 2;
  pointer-events: none;
  object-fit: contain;
  object-position: bottom right;
}

/* Override khusus untuk section Untuk Siapa (background pink -> teks putih) */
.smm-us-section .smm-section-label { color: rgba(255,255,255,1); }
.smm-us-section .smm-section-star { stroke: #093564 !important; }
.smm-us-section .smm-section-star g { stroke: #093564; }
.smm-us-section .smm-section-headline { color: #fff; }
.smm-us-section .smm-section-subtext { color: rgba(255,255,255,0.95); }

/* 4 cards, 1 baris 4 kolom -- accordion vertikal */
.smm-us-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  align-items: start;
}

.smm-us-card {
  background: var(--card-color, #fff);
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.25s;
}

.smm-us-card.active {
  box-shadow: 0 4px 24px rgba(9,53,100,0.12);
}

.smm-us-card-trigger {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 28px 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}

.smm-us-card-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--card-text, #093564);
  letter-spacing: -0.01em;
  line-height: 1.35;
  margin: 0;
}

.smm-us-card-icon {
  flex-shrink: 0;
  width: 22px; height: 22px;
  color: var(--card-text, #093564);
  position: relative;
  margin-top: 2px;
}

.smm-us-card-icon svg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  transition: opacity 0.25s;
}

.smm-us-card-icon .icon-minus { opacity: 0; }
.smm-us-card-icon .icon-plus  { opacity: 1; }

.smm-us-card.active .smm-us-card-icon .icon-minus { opacity: 1; }
.smm-us-card.active .smm-us-card-icon .icon-plus  { opacity: 0; }

.smm-us-card-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.smm-us-card-desc {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.7;
  color: var(--card-text, #093564);
  opacity: 0.85;
  padding: 0 24px 28px;
  margin: 0;
}

/* --- YANG DIKERJAKAN: 30/70 sticky + 6 cards --- */
.smm-yk-section {
  position: relative;
  background-color: #f0f0e6;
  padding: 50px 56px 96px; overflow: hidden;
}

.smm-yk-pattern {
  position: absolute; inset: 0;
  background-image: url('../assets/pattern-01.png');
  background-repeat: repeat;
  opacity: 0.2; z-index: 0; pointer-events: none;
}

.smm-yk-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 64px; align-items: start;
}

.smm-yk-left { position: sticky; top: 100px; }

.smm-yk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.smm-yk-card {
  background: #fff; border-radius: 12px; padding: 28px;
  box-shadow: 0 2px 12px rgba(9,53,100,0.06);
  transition: transform 0.25s, box-shadow 0.25s;
}

.smm-yk-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(9,53,100,0.1);
}

.smm-yk-number {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 10px;
  letter-spacing: 0.2em;
  color: #DEFF2D; background: #093564;
  display: inline-block; padding: 2px 8px;
  border-radius: 999px; margin-bottom: 12px;
}

.smm-yk-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 14px;
  color: #093564; margin-bottom: 8px;
}

.smm-yk-desc {
  font-family: 'Barlow', sans-serif;
  font-weight: 300; font-size: 12.5px; line-height: 1.7;
  color: rgba(9,53,100,0.6);
}

/* --- DIGITAL ADS --- */
.smm-da-section {
  position: relative;
  padding: 96px 56px; overflow: hidden;
}

.smm-da-bg {
  position: absolute; inset: 0;
  background-image: url('../assets/bg-smm-advertising.jpg');
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.smm-da-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to right,
    rgba(4,23,46,0.96) 0%,
    rgba(4,23,46,0.88) 50%,
    rgba(4,23,46,0.7) 100%
  );
  z-index: 1;
}

.smm-da-inner { position: relative; z-index: 2; }

.smm-da-label {
  font-family: 'Barlow', sans-serif;
  font-weight: 500; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: #DEFF2D;
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 16px;
}

.smm-da-star {
  width: 14px; height: 14px;
  animation: spin 12s linear infinite;
}

.smm-da-headline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200; font-size: clamp(26px, 2.8vw, 38px);
  color: #fff; letter-spacing: -0.02em;
  line-height: 1.2; margin-bottom: 16px;
}

.smm-da-headline strong { font-weight: 900; }

.smm-da-subtext {
  font-family: 'Barlow', sans-serif;
  font-weight: 300; 
  font-size: clamp(14px, 1.3vw, 18px); 
  line-height: 1.35;
  color: rgba(255,255,255,0.65);
  max-width: 650px; margin-bottom: 36px;
}

/* Callout box */
.smm-da-callout {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-left: 3px solid #DEFF2D;
  border-radius: 8px; padding: 24px 28px;
  margin-bottom: 48px;
  font-family: 'Barlow', sans-serif;
  font-weight: 300; font-size: 13.5px; line-height: 1.75;
  color: rgba(255,255,255,0.55);
}

/* 3 platform cards */
.smm-da-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}

.smm-da-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; padding: 28px;
  transition: background 0.25s, border-color 0.25s;
}

.smm-da-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.14);
}

.smm-da-card-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 16px;
  color: #fff; margin-bottom: 4px;
}

.smm-da-card-subtitle {
  font-family: 'Barlow', sans-serif;
  font-weight: 400; font-size: 11px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.65); margin-bottom: 16px; display: block;
}

.smm-da-card-desc {
  font-family: 'Barlow', sans-serif;
  font-weight: 300; 
  font-size: clam(13px, 1.2vw, 16px); 
  line-height: 1.35;
  color: rgba(255,255,255,0.65);
}

/* --- REKAM JEJAK (slim, lime) --- */
.smm-rj-section {
  position: relative;
  background-color: #DEFF2D;
  padding: 56px 56px;
  overflow: hidden;
}

.smm-rj-inner { position: relative; z-index: 1; }

/* Header */
.smm-rj-header { margin-bottom: 28px; }

.smm-rj-label {
  font-family: 'Barlow', sans-serif;
  font-weight: 500; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: #093564;
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 12px;
}

.smm-rj-star {
  width: 14px; height: 14px;
  animation: spin 12s linear infinite; flex-shrink: 0;
}

.smm-rj-headline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(26px, 2.5vw, 32px);
  color: #093564;
  letter-spacing: -0.02em;
  line-height: 1.2;
  max-width: 680px;
}

/* Client marquee — continuous */
.smm-rj-marquee-wrap {
  overflow: hidden;
  margin-bottom: 32px;
  border-top: 1px solid rgba(9,53,100,0.15);
  border-bottom: 1px solid rgba(9,53,100,0.15);
  padding: 14px 0;
}

.smm-rj-marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 20s linear infinite;
  will-change: transform;
}

.smm-rj-marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(9,53,100,0.65);
  white-space: nowrap;
  padding-right: 16px;
}

.smm-rj-dot {
  width: 4px; height: 4px;
  background: #093564;
  border-radius: 50%;
  flex-shrink: 0;
  opacity: 0.4;
}

/* Stats strip */
.smm-rj-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.smm-rj-stat { padding: 0 32px 0 0; }

.smm-rj-stat.has-border {
  border-right: 1px solid rgba(9,53,100,0.2);
  margin-right: 32px;
}

.smm-rj-stat-number {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 3vw, 48px);
  color: #093564;
  letter-spacing: -0.03em;
  display: block;
  margin-bottom: 4px;
}

.smm-rj-stat-label {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgba(9,53,100,0.6);
  display: block;
  line-height: 1.4;
}


/* --- CTA --- */
.smm-cta-section {
  background: #080808;
  padding: 80px 56px;
  position: relative; overflow: hidden; text-align: center;
}

.smm-cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('../assets/pattern-01.png');
  background-repeat: repeat;
  opacity: 0.04; pointer-events: none;
}

.smm-cta-inner {
  position: relative; z-index: 1;
  max-width: 750px; margin: 0 auto;
}

.smm-cta-label {
  font-family: 'Barlow', sans-serif;
  font-weight: 500; font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: #DEFF2D;
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 16px;
}

.smm-cta-star { width: 14px; height: 14px; animation: spin 12s linear infinite; }

.smm-cta-headline { font-family: 'Montserrat', sans-serif; margin-bottom: 12px; }
.smm-cta-headline .hl-light {
  display: block; font-weight: 200;
  font-size: clamp(24px, 2.5vw, 36px);
  color: #fff; letter-spacing: -0.02em;
}
.smm-cta-headline .hl-bold {
  display: block; font-weight: 900;
  font-size: clamp(26px, 2.5vw, 36px);
  color: #DEFF2D; letter-spacing: -0.03em;
}

.smm-cta-desc {
  font-family: 'Barlow', sans-serif;
  font-weight: 300; font-size: clamp(14px, 1.3vw, 18px);
  color: rgba(255,255,255,0.65);
  margin-bottom: 40px; line-height: 1.35;
}

.smm-cta-form {
  display: flex; flex-direction: column; gap: 12px; text-align: left;
}

.smm-cta-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}

.smm-cta-field { display: flex; flex-direction: column; gap: 6px; }

.smm-cta-field-label {
  font-family: 'Barlow', sans-serif;
  font-weight: 500; font-size: 10px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

.smm-cta-input,
.smm-cta-select,
.smm-cta-textarea {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px; padding: 12px 16px;
  color: rgba(255,255,255,0.88);
  font-family: 'Barlow', sans-serif; font-size: 14px;
  outline: none; transition: border-color 0.2s; width: 100%;
}

.smm-cta-input::placeholder,
.smm-cta-textarea::placeholder { color: rgba(255,255,255,0.22); }

.smm-cta-input:focus,
.smm-cta-select:focus,
.smm-cta-textarea:focus { border-color: rgba(222,255,45,0.4); }

.smm-cta-select {
  cursor: pointer; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px;
}

.smm-cta-select option { background: #05213F; color: #fff; }
.smm-cta-textarea { resize: none; height: 90px; line-height: 1.6; }

/* Platform checkboxes */
.smm-platform-group {
  display: flex; flex-wrap: wrap; gap: 8px;
}

.smm-platform-btn {
  font-family: 'Barlow', sans-serif;
  font-weight: 500; font-size: 12px;
  padding: 8px 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px; color: rgba(255,255,255,0.55);
  cursor: pointer; transition: all 0.2s;
  user-select: none;
}

.smm-platform-btn.selected {
  background: rgba(222,255,45,0.15);
  border-color: #DEFF2D;
  color: #DEFF2D;
}

.smm-cta-submit {
  background: #DEFF2D; border: none; border-radius: 8px;
  padding: 15px 28px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600; font-size: 13px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: #080808; cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  width: 100%; margin-top: 4px;
}

.smm-cta-submit:hover { background: #f0ff50; transform: translateY(-1px); }

.smm-cta-microcopy {
  font-family: 'Barlow', sans-serif;
  font-weight: 300; font-size: 11px;
  color: rgba(255,255,255,0.2);
  text-align: center; margin-top: 8px;
}

/* --- RESPONSIVE --- */
@media (max-width: 1100px) {
  .smm-us-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .smm-hero-img        { display: none; }
  .smm-hero-content    { padding: 140px 24px 40px; }
  .smm-anchor-strip    { padding: 0 24px; flex-direction: column; gap: 0; }
  .smm-anchor-item     { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 12px 0; margin-right: 0; }
  .smm-us-section      { padding: 64px 24px; }
  .smm-us-figure       { display: none; }
  .smm-us-grid         { grid-template-columns: 1fr; }
  .smm-yk-section      { padding: 0 24px 64px; }
  .smm-yk-inner        { grid-template-columns: 1fr; gap: 40px; }
  .smm-yk-left         { position: static; }
  .smm-yk-grid         { grid-template-columns: 1fr; }
  .smm-da-section      { padding: 64px 24px; }
  .smm-da-grid         { grid-template-columns: 1fr; }
  .smm-rj-section      { padding: 48px 24px; }
  .smm-rj-stats        { grid-template-columns: 1fr 1fr; gap: 24px; }
  .smm-rj-stat         { padding: 0; }
  .smm-rj-stat.has-border { border-right: none; margin-right: 0; }
  .smm-cta-section     { padding: 64px 24px; }
  .smm-cta-row         { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .smm-da-grid { grid-template-columns: 1fr; }
}

/* --- INDUSTRY INSIGHT (slim lime, sama format dengan E-Commerce) --- */
.smm-ii-section {
  background: #DEFF2D;
  padding: 56px 56px;
  overflow: hidden;
}

.smm-ii-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.smm-ii-title {
  font-family: 'Barlow', sans-serif;
  font-weight: 500; font-size: 11px;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: rgba(9,53,100,0.5);
}

.smm-ii-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.smm-ii-card {
  padding: 0 40px 0 0;
}

.smm-ii-card.has-border {
  border-right: 1px solid rgba(9,53,100,0.15);
  margin-right: 40px;
}

.smm-ii-number {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 4vw, 64px);
  color: #093564;
  letter-spacing: -0.04em;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}

.smm-ii-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; 
  font-size: clamp(15px, 1.2vw, 18px);
  color: #093564;
  text-transform: uppercase; letter-spacing: 0.1em;
  display: block; margin-bottom: 12px;
  line-height: 1.4;
}

.smm-ii-desc {
  font-family: 'Barlow', sans-serif;
  font-weight: 300; 
  font-size: clamp(13px, 1.2vw, 18px); 
  line-height: 1.35;
  color: rgba(9,53,100,0.85);
}

@media (max-width: 900px) {
  .smm-ii-section { padding: 48px 24px; }
  .smm-ii-grid    { grid-template-columns: 1fr; gap: 32px; }
  .smm-ii-card    { padding: 0; }
  .smm-ii-card.has-border { border-right: none; margin-right: 0; border-bottom: 1px solid rgba(9,53,100,0.15); padding-bottom: 32px; }
}
