#fw-section-custom-html-82f0516d-1a27-494a-ae94-38ee49420db1 {

/* ===== OUR SPIRITUAL GIFTS PAGE ===== */

.smt-gifts-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
  color: #000;
}

/* HERO */

.smt-gifts-hero {
  text-align: center;
  margin-bottom: 3rem;
}

.smt-gifts-hero-inner {
  max-width: 760px;
  margin: 0 auto;
}

.smt-gifts-hero h1 {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.smt-gifts-tagline {
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  opacity: 0.9;
}

.smt-gifts-intro {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.9;
}

/* GENERIC SECTION WRAPPER */

.smt-gifts-section {
  margin-bottom: 3rem;
}

.smt-gifts-section h2 {
  text-align: center;
  font-size: 1.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

/* MEET THE TWINS */

.smt-gifts-twins-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
}

.smt-gifts-card {
  flex: 1 1 320px;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 18px;
  padding: 1.75rem 1.9rem;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.smt-gifts-card h3 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.smt-gifts-card-intro {
  font-size: 0.98rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.smt-gifts-card h4 {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.45rem;
}

.smt-gifts-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}

.smt-gifts-card li {
  font-size: 0.98rem;
  line-height: 1.5;
  margin-bottom: 0.45rem;
}

.smt-gifts-card li strong {
  font-weight: 600;
}

.smt-gifts-card-footer {
  font-size: 0.96rem;
  line-height: 1.5;
}

.smt-gifts-card-footer span {
  font-weight: 600;
}

/* HOW OUR GIFTS WORK TOGETHER */

.smt-gifts-together {
  text-align: center;
}

.smt-gifts-together-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
  justify-content: center;
}

.smt-gifts-pill {
  flex: 1 1 240px;
  max-width: 360px;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: left;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.smt-gifts-pill h3 {
  font-size: 1.05rem;
  margin-bottom: 0.45rem;
}

.smt-gifts-pill p {
  font-size: 0.96rem;
  line-height: 1.5;
}

/* CREDENTIALS */

.smt-gifts-credentials-intro {
  max-width: 680px;
  margin: 0 auto 1.75rem;
  font-size: 0.98rem;
  line-height: 1.5;
  text-align: center;
}

.smt-credentials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.smt-credential-card {
  max-width: 360px;
  width: 100%;
  background: rgba(255, 255, 255, 0.26);
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
  text-align: center;
}

.smt-credential-icon {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.6rem;
}

.smt-credential-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}

.smt-credential-card p {
  font-size: 0.95rem;
  opacity: 0.9;
  margin-bottom: 0.9rem;
}

.smt-credential-img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

/* DIFFERENCE */

.smt-gifts-difference {
  text-align: center;
}

.smt-gifts-difference p {
  font-size: 1rem;
  line-height: 1.6;
}

.smt-gifts-difference-lines {
  margin: 0.75rem auto 0.75rem;
  font-weight: 600;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .smt-gifts-page {
    padding: 2.5rem 1.25rem 3rem;
  }

  .smt-gifts-hero h1 {
    font-size: 2rem;
  }

  .smt-gifts-section h2 {
    font-size: 1.6rem;
  }

  .smt-gifts-twins-grid {
    flex-direction: column;
  }

  .smt-gifts-card {
    max-width: 100%;
  }

  .smt-gifts-together-grid {
    flex-direction: column;
  }

  .smt-credentials-grid {
    flex-direction: column;
    align-items: center;
  }
}

}



#fw-section-custom-html-21a04849-0374-4dc1-bb06-2e798a217c01 {

/* ===== WHY OUR SERVICES ARE FREE SECTION ===== */

.smt-free-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
}

/* Frosted-glass card */
.smt-free-card {
  background: rgba(255, 255, 255, 0.26);
  border-radius: 18px;
  padding: 2.25rem 2rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
  color: #000000;
}

.smt-free-card h2 {
  text-align: center;
  font-size: 1.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
}

.smt-free-card p {
  font-size: 0.98rem;
  line-height: 1.6;
  margin-bottom: 0.9rem;
}

.smt-free-label {
  text-align: center;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 0.65rem;
}

/* “We believe” list with moon bullets */

.smt-beliefs-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 1.4rem;
  text-align: center;
}

.smt-beliefs-list li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-bottom: 0.45rem;
  font-size: 0.98rem;
}

.smt-beliefs-list li::before {
  content: "🌙";
  font-size: 1rem;
  display: inline-block;
}

/* “We’re here to help you” list */

.smt-help-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 1.4rem;
  text-align: center;
}

.smt-help-list li {
  font-size: 0.98rem;
  margin-bottom: 0.35rem;
}

/* Quote */

.smt-free-quote {
  text-align: center;
  font-style: italic;
  margin-top: 0.75rem;
  margin-bottom: 1.75rem;
}

/* CTA centering */

.smt-free-cta-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}

/* Black button with purple hover */

.smt-btn-primary {
  display: inline-block;
  padding: 0.85rem 2.25rem;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
  background: #000000;            /* base: black */
  color: #ffffff;
  border: 1.5px solid #000000;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transition: all 0.2s ease;
}

.smt-btn-primary:hover {
  background: linear-gradient(135deg, #5b3ea8, #a56ad9); /* SMT purple */
  border-color: #a56ad9;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(165, 106, 217, 0.45);
}

.smt-btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
}

.smt-btn-primary:focus-visible {
  outline: 3px solid rgba(165, 106, 217, 0.6);
  outline-offset: 3px;
}

/* Responsive tweaks */

@media (max-width: 768px) {
  .smt-free-section {
    padding: 2.5rem 1.25rem 3rem;
  }

  .smt-free-card {
    padding: 1.8rem 1.5rem;
  }

  .smt-free-card h2 {
    font-size: 1.65rem;
  }

  .smt-beliefs-list li,
  .smt-help-list li {
    display: block;
  }
}.smt-belief-line,
.smt-help-line {
  text-align: center;
  font-size: 0.98rem;
  margin: 0.3rem 0;
}

.smt-belief-line,
.smt-help-line {
  text-align: center;
  font-size: 1.05rem;
  margin: 0.35rem 0;
}

.smt-free-label {
  text-align: center;
  font-size: 1.15rem;
  font-weight: 700;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}

.smt-free-quote {
  margin-top: 2rem;
  margin-bottom: 1.75rem;
  display: block;
  text-align: center;
  font-style: italic;
  opacity: 0.9;
}

.smt-free-cta-wrap {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.smt-free-text {
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 1.2rem auto 0.4rem;
}

}




#fw-section-custom-html-d8c76c5f-8de3-4d16-b544-95cf03b7ba74 {

/* ===== FULL CLIENT REVIEWS PAGE ===== */

.smt-reviews-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 1.5rem 5rem;
}

.smt-reviews-inner {
  background: rgba(255, 255, 255, 0.26);
  border-radius: 28px;
  padding: 3rem 2.5rem 3.5rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.18);
}

.smt-reviews-heading {
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
}

.smt-reviews-subtitle {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 2.75rem;
  opacity: 0.85;
}

.smt-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.smt-review-card {
  background: rgba(255, 255, 255, 0.32);
  border-radius: 20px;
  padding: 2rem 1.7rem 2.2rem;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.smt-review-text {
  font-size: 0.98rem;
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 1.25rem;
}

.smt-review-name {
  font-size: 0.9rem;
  font-weight: 600;
  text-align: right;
}

/* CTA under testimonials */
.smt-reviews-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

/* Reuse your main CTA styling */
.smt-services-btn {
  display: inline-block;
  padding: 0.9rem 2.6rem;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
  background: #000000;
  color: #ffffff;
  border: 1.5px solid #000000;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.32);
  transition: all 0.2s ease;
}

.smt-services-btn:hover {
  background: linear-gradient(135deg, #5b3ea8, #a56ad9);
  border-color: #a56ad9;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(165, 106, 217, 0.45);
}

/* Mobile */
@media (max-width: 900px) {
  .smt-reviews-inner {
    padding: 2.1rem 1.6rem 2.5rem;
  }
  .smt-reviews-grid {
    grid-template-columns: 1fr;
  }
}
.smt-reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.smt-review-author{
  text-align: right;
  margin-top: 16px;
  font-weight: 600;
}
.smt-reviews-inner p {
  font-size: 1.05rem;
  line-height: 1.65;
}
.smt-reviews-inner p {
  font-style: italic;
}

.smt-reviews-inner p:last-child {
  font-style: normal;
}

}
#fw-section-rich-text-174404756578910 {

.smt-services {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  text-align: center;
}

.smt-services h2 {
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.smt-subtitle {
  margin-bottom: 2.5rem;
  font-size: 0.95rem;
  opacity: 0.9;
}

.smt-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  text-align: left;
}

.smt-column {
  flex: 1 1 260px;      /* three columns on desktop, stack on mobile */
  max-width: 320px;
}

.smt-column h3 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.smt-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.smt-column li {
  margin: 0.35rem 0;
  line-height: 1.4;
}

}
#fw-section-custom-html-5dac391d-9b66-408a-8eaa-e94c711d05c0 {

/* --- Container --- */
.smt-services {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  text-align: center;
  font-size: 1.05rem;
}

/* --- Main Title --- */
.smt-services h2 {
  font-size: 2.6rem !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

/* --- Subtitle --- */
.smt-subtitle {
  margin-bottom: 2.5rem;
  font-size: 1.1rem !important;
  opacity: 0.9;
}

/* --- Columns Wrapper --- */
.smt-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  text-align: left;
}

/* --- Individual Columns --- */
.smt-column {
  flex: 1 1 260px;
  max-width: 320px;
}

/* --- Column Headers (spacing only, no bar) --- */
.smt-column h3 {
  font-size: 1.3rem !important;
  font-weight: 600;
  margin-bottom: 1rem;   /* keeps space before the list */
}

/* --- Lists --- */
.smt-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.smt-column li {
  font-size: 1.1rem !important;
  line-height: 1.4;
  margin: 0.35rem 0;
}

}


#fw-section-custom-html-f497f774-3a15-443c-b06a-1bee87832368 {

/* --- HOMEPAGE WRAPPER --- */
.smt-home {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
  color: #000;
}

/* --- HERO (no frosted box here, stays clean) --- */
.smt-hero {
  text-align: center;
  margin-bottom: 3rem;
}

.smt-hero-inner {
  max-width: 720px;
  margin: 0 auto;
}

.smt-hero h1 {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.smt-hero-subtitle {
  font-size: 1.05rem;
  opacity: 0.9;
  margin-bottom: 1.5rem;
}

/* --- BUTTONS (black → purple on hover) --- */
.smt-hero-ctas,
.smt-section-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 0.5rem;
}

.smt-btn {
  display: inline-block;
  padding: 0.65rem 1.4rem;
  border-radius: 999px;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease,
              background-color 0.15s ease, color 0.15s ease;
  position: relative;
}

/* primary: black by default */
.smt-btn-primary {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}

/* hover: purple */
.smt-btn-primary:hover {
  background: #8d63ff;
  border-color: #8d63ff;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

/* secondary ghost button */
.smt-btn-ghost {
  background: transparent;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.75);
}

.smt-btn-ghost:hover {
  background: rgba(0, 0, 0, 0.06);
}

/* --- GENERIC SECTION WRAPPER (FROSTED BOXES) --- */
.smt-section {
  margin-bottom: 3rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
}

.smt-section h2 {
  font-size: 1.8rem;
  margin-bottom: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.smt-section p {
  font-size: 1rem;
  max-width: 780px;
  margin: 0.25rem auto 0.75rem;
  line-height: 1.5;
}

/* --- ABOUT --- */
.smt-about p + p {
  margin-top: 0.5rem;
}

/* ===== OUR SERVICES SECTION ===== */

.smt-services-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
}

/* Frosted main box */
.smt-services-card {
  background: rgba(255, 255, 255, 0.26);
  border-radius: 24px;
  padding: 2.5rem 2.25rem 3rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.18);
}

/* Heading + subtitle */

.smt-services-heading {
  text-align: center;
  font-size: 1.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

.smt-services-subtitle {
  text-align: center;
  font-size: 0.98rem;
  margin-bottom: 2.2rem;
}

.smt-services-tag {
  display: inline-block;
  padding: 0.12rem 0.55rem;
  border-radius: 999px;
  background: #ffffff;
  color: #000000;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Cards grid */

.smt-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
  margin-bottom: 2.5rem;
}

.smt-services-column {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 1.7rem 1.4rem 1.8rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.smt-services-column h3 {
  font-size: 1.05rem;
  margin-bottom: 0.9rem;
}

.smt-services-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.smt-services-column li {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0.4rem;
}

/* CTA */

.smt-services-cta {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Black pill button, purple hover */

.smt-services-btn {
  display: inline-block;
  padding: 0.9rem 2.6rem;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
  background: #000000;
  color: #ffffff;
  border: 1.5px solid #000000;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  transition: all 0.2s ease;
}

.smt-services-btn:hover {
  background: linear-gradient(135deg, #5b3ea8, #a56ad9);
  border-color: #a56ad9;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(165, 106, 217, 0.45);
}

.smt-services-btn:active {
  transform: translateY(0);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
}

.smt-services-btn:focus-visible {
  outline: 3px solid rgba(165, 106, 217, 0.6);
  outline-offset: 3px;
}

/* Responsive */

@media (max-width: 900px) {
  .smt-services-card {
    padding: 2.1rem 1.6rem 2.5rem;
  }

  .smt-services-grid {
    grid-template-columns: 1fr;
  }
}
/* Restore card heading bold styling */
.smt-services-column h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: left; /* or center if you'd prefer */
  letter-spacing: 0.02em;
}
.smt-services-column h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
  letter-spacing: 0.03em;
}


/* --- WHY SMT --- */
.smt-bullets {
  text-align: left;
  max-width: 780px;
  margin: 1rem auto 0;
}

.smt-bullets p {
  margin: 0.3rem 0;
}

/* ===== CLIENT EXPERIENCES ===== */

.smt-testimonials {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
}

.smt-testimonials-inner {
  background: rgba(255, 255, 255, 0.26);
  border-radius: 24px;
  padding: 2.5rem 2.25rem 3rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.18);
}

.smt-testimonials-heading {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 2.25rem;
}

/* Grid of 3 frosted cards */
.smt-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
}

/* Card styling */
.smt-testimonial-card {
  background: rgba(255, 255, 255, 0.32);
  border-radius: 18px;
  padding: 1.7rem 1.5rem 1.9rem;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.smt-testimonial-text {
  font-size: 0.96rem;
  line-height: 1.7;
  margin-bottom: 1.2rem;
  font-style: italic;
}

.smt-testimonial-name {
  font-size: 0.88rem;
  font-weight: 600;
  text-align: right;
}

/* CTA under testimonials */
.smt-testimonials-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

/* Reuse main CTA styling */
.smt-services-btn {
  display: inline-block;
  padding: 0.9rem 2.6rem;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
  background: #000000;
  color: #ffffff;
  border: 1.5px solid #000000;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.32);
  transition: all 0.2s ease;
}

.smt-services-btn:hover {
  background: linear-gradient(135deg, #5b3ea8, #a56ad9);
  border-color: #a56ad9;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(165, 106, 217, 0.45);
}

/* Mobile adjustments */
@media (max-width: 900px) {
  .smt-testimonials-inner {
    padding: 2.1rem 1.6rem 2.5rem;
  }
  .smt-testimonials-grid {
    grid-template-columns: 1fr;
  }
}

/* --- LIVE / TIKTOK BUTTONS --- */
.smt-live p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* container for Meg/Jill TikTok buttons */
.smt-live-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 2rem;
}

.smt-live-buttons .smt-btn-primary {
  background: #000;
  color: #fff;
  border-radius: 40px;
  padding: 0.9rem 2rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.smt-live-buttons .smt-btn-primary:hover {
  background: #8d63ff; /* same purple as other hovers */
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.tiktok-icon {
  font-size: 1.2rem;
}

/* --- LINKS (if you still use .smt-link anywhere) --- */
.smt-link {
  font-size: 0.95rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .smt-home {
    padding: 2.5rem 1.25rem 3rem;
  }

  .smt-hero h1 {
    font-size: 2rem;
  }

  .smt-section,
  .smt-services-snippet {
    padding: 2.25rem 1.5rem;
  }

  .smt-section h2,
  .smt-services-snippet h2 {
    font-size: 1.6rem;
  }

  .smt-services-grid {
    flex-direction: column;
  }

  .smt-services-col {
    max-width: 100%;
  }

  .smt-live-buttons {
    flex-direction: column;
  }
}
/* CTA under WHY WORK WITH SMT */
.smt-why-cta {
  margin-top: 1.75rem;
  text-align: center;
}

.smt-why-cta .smt-btn-primary {
  background: #000;
  color: #fff;
  padding: 0.8rem 1.8rem;
  border-radius: 40px;
  font-size: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.25s ease;
}

.smt-why-cta .smt-btn-primary:hover {
  background: #8d63ff;
  border-color: #8d63ff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.22);
}
/* Featured frosted testimonial box */
.smt-featured-testimonial {
  margin-top: 2.5rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background: rgba(255, 255, 255, 0.20);
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(6px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

.smt-featured-quote {
  font-size: 0.98rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.smt-featured-quote strong {
  font-weight: 600;
}

.smt-featured-name {
  font-size: 0.95rem;
  font-weight: 600;
  opacity: 0.85;
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .smt-featured-testimonial {
    padding: 1.5rem 1.25rem;
  }
}
.smt-services-cta-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
/* Full frosted container */
.smt-services {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 3.5rem; /* adds space under CTA */
}

/* CTA spacing inside frosted card */
.smt-services-cta-wrap {
  margin-top: 2.25rem;
  margin-bottom: 0.5rem;
}
/* ===== HOMEPAGE: LATEST FROM THE BLOG (Frost) ===== */
.smt-home-blog-latest {
  padding: clamp(18px, 3vw, 40px) 16px;
}

.smt-home-blog-panel {
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(22px, 3vw, 42px);
  border-radius: 26px;

  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(255,255,255,0.35);
  box-shadow: 0 18px 50px rgba(0,0,0,0.18);
}

.smt-home-blog-heading {
  text-align: center;
  margin: 0 0 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: clamp(22px, 2.4vw, 28px);
}

.smt-home-blog-subtitle {
  text-align: center;
  margin: 0 auto 18px;
  max-width: 780px;
  line-height: 1.7;
  opacity: 0.92;
  font-size: clamp(15px, 1.2vw, 17px);
}

.smt-home-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

@media (min-width: 900px) {
  .smt-home-blog-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.smt-home-blog-card {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;

  border: 1px solid rgba(255,255,255,0.30);
  box-shadow: 0 16px 34px rgba(0,0,0,0.12);
  background: rgba(255,255,255,0.18);
}

.smt-home-blog-img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  transform: translateZ(0);
  transition: transform 180ms ease;
}

@media (max-width: 520px) {
  .smt-home-blog-img {
    height: 230px;
  }
}

.smt-home-blog-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px;

  background: linear-gradient(to top, rgba(0,0,0,0.70), rgba(0,0,0,0.00) 65%);
}

.smt-home-blog-title {
  color: #fff;
  font-weight: 900;
  font-size: 0.98rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.smt-home-blog-meta {
  color: rgba(255,255,255,0.88);
  font-weight: 700;
  font-size: 0.82rem;
  margin-top: 4px;
}

.smt-home-blog-card:hover .smt-home-blog-img {
  transform: scale(1.03);
}

.smt-home-blog-card:focus {
  outline: 2px solid rgba(115, 79, 150, 0.65);
  outline-offset: 3px;
}

.smt-home-blog-cta {
  text-align: center;
  margin-top: 18px;
}


}








#fw-section-header {

/* Make header social icons larger */
.header .social-icons a svg,
.header .social-icons a img {
  width: 35px !important;
  height: 35px !important;
}

.header .social-icons {
  gap: 1rem !important; /* optional: spacing between icons */
}
.header a:hover {
  color: #a782ff !important;
}
/* Make header menu / merch text larger */
.header a,
.header .nav-link,
.header a span {
  font-size: 1.15rem !important;  /* bump this up or down as needed */
  font-weight: 500 !important;
  letter-spacing: 0.5px;
}

}