/**
 * Service Landing Pages – Complete CSS
 * All service sub-pages use this single CSS file.
 * Theme color: --theme / #ff6a3a (orange)
 */

/* ========== Page background & header ========== */
.body-page-inner #smooth-content {
  background: linear-gradient(
    180deg,
    #fff 0%,
    #f6f7f8 15%,
    #f6f7f8 85%,
    #fff 100%
  );
}
.header-area,
.header-area .header-main {
  background: #ffffff !important;
}

/* ========== Solution blocks (basic text sections) ========== */
.service-page-content .section-header .section-title {
  letter-spacing: -0.02em;
  color: #111;
}
.service-page-content .solution-block {
  margin-bottom: 3rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  padding: 2.75rem 3rem;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-left: 4px solid var(--theme, #ff6a3a);
}
.service-page-content .solution-block:last-child {
  margin-bottom: 0;
}
.service-page-content .solution-block.accent-right {
  border-left: 1px solid rgba(0, 0, 0, 0.04);
  border-right: 4px solid var(--theme, #ff6a3a);
}
.service-page-content .solution-block.accent-left {
  border-left: 4px solid var(--theme, #ff6a3a);
  border-right: 1px solid rgba(0, 0, 0, 0.04);
}
.service-page-content .solution-block h2.solution-title {
  font-family: var(--font_instrumentsans, inherit);
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 600;
  color: #111;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.service-page-content .solution-block h3.solution-subtitle,
.service-page-content .cta-card h3.solution-subtitle {
  font-family: var(--font_instrumentsans, inherit);
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 600;
  color: #333;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.35;
}
.service-page-content .solution-block h3.solution-subtitle:first-child,
.service-page-content .cta-card h3.solution-subtitle:first-child {
  margin-top: 0;
}
.service-page-content .solution-block .text,
.service-page-content .cta-card .text {
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.65;
  color: #333;
  margin-bottom: 0;
}
.service-page-content .solution-block .text + .text,
.service-page-content .cta-card .text + .text {
  margin-top: 1rem;
}

/* ========== Split content blocks (text + image) ========== */
.service-page-content .service-block-content h2.solution-title {
  font-family: var(--font_instrumentsans, inherit);
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 600;
  color: #111 !important;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.service-page-content .service-block-content h3.solution-subtitle {
  font-family: var(--font_instrumentsans, inherit);
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 600;
  color: #333 !important;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.35;
}
.service-page-content .service-block-content h3.solution-subtitle:first-child {
  margin-top: 0;
}
.service-page-content .service-block-content .text {
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.65;
  color: #333 !important;
  margin-bottom: 0;
}
.service-page-content .service-block-content .text + .text {
  margin-top: 1rem;
}
.service-page-content .service-block-content {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 16px;
  padding: 2.75rem 3rem;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.06),
    0 2px 12px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-right: 4px solid var(--theme, #ff6a3a);
}
.service-page-content .service-block-content.accent-left {
  border-right: 1px solid rgba(0, 0, 0, 0.04);
  border-left: 4px solid var(--theme, #ff6a3a);
}

/* ========== CTA card ========== */
.service-page-content .cta-card {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 3rem 3.25rem;
  margin-top: 2rem;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.08),
    0 4px 16px rgba(255, 106, 58, 0.08);
  border-left: 4px solid var(--theme, #ff6a3a);
}
.service-page-content .cta-card .audit-list {
  list-style: none;
  padding-left: 0;
  margin: 1.25rem 0;
}
.service-page-content .cta-card .audit-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.65;
  color: #333;
}
.service-page-content .cta-card .audit-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--theme, #ff6a3a);
  font-weight: 700;
}
.service-page-content .cta-card .audit-note {
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.65;
  color: #333;
  margin-top: 1.25rem;
  font-style: italic;
}
.service-page-content .cta-card .cta-tagline {
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.65;
  color: #333;
  margin-top: 1rem;
}

/* ========== Mobile: solution/split/cta ========== */
@media (max-width: 768px) {
  .service-page-content .solution-block {
    margin-bottom: 2.25rem;
    padding: 2rem 1.75rem;
  }
  .service-page-content .service-block-content {
    padding: 2rem 1.75rem;
  }
  .service-page-content .cta-card {
    padding: 2rem 1.75rem;
  }
  .service-page-content .solution-block h2.solution-title,
  .service-page-content .service-block-content h2.solution-title {
    font-size: clamp(18px, 4.5vw, 22px);
  }
  .service-page-content .solution-block h3.solution-subtitle,
  .service-page-content .service-block-content h3.solution-subtitle,
  .service-page-content .cta-card h3.solution-subtitle {
    font-size: clamp(16px, 4vw, 19px);
  }
  .service-page-content .solution-block .text,
  .service-page-content .service-block-content .text,
  .service-page-content .cta-card .text {
    font-size: clamp(15px, 4vw, 17px);
  }
}

/* ========== Old hero (fallback for pages not yet migrated) ========== */
.service-page-hero .section-header {
  display: block !important;
  text-align: center;
  max-width: 900px;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}
.service-page-hero .section-title-wrapper {
  justify-content: center;
  display: block;
}
.service-page-hero .title-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.service-page-hero .section-title {
  text-align: center;
  font-size: clamp(32px, 4.5vw, 52px) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em;
  color: #111;
  font-weight: 600;
}
.hero-area-service-details.service-page-hero {
  background: black;
  position: relative;
  overflow: hidden;
}
.hero-area-service-details.service-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 80% 60% at 50% 0%,
    rgba(255, 255, 255, 0.12) 0%,
    transparent 55%
  );
  pointer-events: none;
}
.hero-area-service-details.service-page-hero .section-title {
  color: #ffffff !important;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}
.hero-area-service-details.service-page-hero .hero-area-service-details-inner {
  padding-top: clamp(3rem, 6vw, 5.5rem);
  padding-bottom: clamp(3rem, 6vw, 4.5rem);
  position: relative;
  z-index: 1;
}
.hero-area-service-details.service-page-hero .section-header {
  margin-top: 50px !important;
}
@media (max-width: 768px) {
  .hero-area-service-details.service-page-hero .section-title {
    font-size: clamp(30px, 6vw, 32px) !important;
    line-height: 1.25 !important;
  }
  .hero-area-service-details.service-page-hero
    .hero-area-service-details-inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

/* ========== Dark blocks ========== */
.service-block-dark {
  background: #000000;
  color: #eee;
  padding: 4rem 0;
  box-shadow: inset 0 4px 24px rgba(0, 0, 0, 0.3);
  position: relative;
}
.service-block-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 106, 58, 0.4),
    transparent
  );
  pointer-events: none;
}
.service-block-dark .solution-block {
  margin-bottom: 2.5rem;
  background: transparent;
  border: none;
  border-left: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.service-block-dark .solution-block:last-child {
  margin-bottom: 0;
}
.service-block-dark .solution-title,
.service-block-dark .solution-subtitle {
  color: #fff !important;
}
.service-block-dark .text {
  color: rgba(255, 255, 255, 0.88) !important;
}

/* ========== Split layout (text + image) ========== */
.service-block-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: stretch;
  padding: 3.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.service-block-split:last-of-type {
  border-bottom: 0;
}
.service-block-split--reverse {
  direction: rtl;
}
.service-block-split--reverse > * {
  direction: ltr;
}
.service-block-media {
  position: relative;
  min-height: 260px;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.service-block-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.service-block-media-placeholder {
  color: #aaa;
  font-size: 0.85rem;
  text-align: center;
  padding: 1.5rem;
  letter-spacing: 0.05em;
}
@media (max-width: 991px) {
  .service-block-split,
  .service-block-split--reverse {
    grid-template-columns: 1fr;
    direction: ltr;
    gap: 2rem;
    padding: 2.5rem 0;
  }
  .service-block-split--reverse .service-block-content,
  .service-block-split--reverse .service-block-content .solution-title,
  .service-block-split--reverse .service-block-content .text {
    text-align: left;
  }
  .service-block-media {
    min-height: 220px;
    height: 100%;
    order: -1;
  }
  .service-block-split--reverse .service-block-media {
    order: 1;
  }
  .service-block-split--reverse .service-block-content {
    order: -1;
  }
}
@media (max-width: 576px) {
  .service-block-dark {
    padding: 2.5rem 0;
  }
  .service-block-split {
    padding: 2rem 0;
  }
  .service-block-media {
    min-height: 200px;
    height: 220px;
  }
}

/* ========== Inline CTA (orange centered button between sections) ========== */
.service-cta-inline {
  padding: 2.5rem 1.5rem;
  text-align: center;
}
.service-cta-inline .btn-wrapper {
  display: inline-block;
  margin: 0;
}
.service-cta-inline .rr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  background: var(--theme, #ff6a3a) !important;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.15s;
  box-shadow: 0 4px 14px rgba(255, 106, 58, 0.35);
}
.service-cta-inline .rr-btn:hover {
  background: #e85a2a !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(255, 106, 58, 0.4);
}
.service-cta-inline .rr-btn .btn-wrap {
  display: block;
}
.service-cta-inline .rr-btn .text-two {
  display: none;
}
@media (max-width: 576px) {
  .service-cta-inline {
    padding: 2rem 1rem;
  }
  .service-cta-inline .rr-btn {
    width: 100%;
    max-width: 320px;
    min-height: 44px;
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
  }
}

/* ========== Clients Logo Slider ========== */
.clients-slider-section {
  background: #f5f5f5;
  padding: 2rem 0;
  overflow: hidden;
}
.clients-slider-section .clients-slider-heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.01em;
  text-transform: none;
  margin: 0 0 1.75rem;
}
.clients-slider-track-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 10%,
    #000 90%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 10%,
    #000 90%,
    transparent 100%
  );
}
.clients-slider-track {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  width: max-content;
  animation: clientsSlide 25s linear infinite;
}
.clients-slider-track img {
  height: 36px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.55;
  transition:
    filter 0.3s,
    opacity 0.3s;
  flex-shrink: 0;
}
.clients-slider-track img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
@keyframes clientsSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .clients-slider-section {
    padding: 1.5rem 0;
  }
  .clients-slider-track {
    gap: 2.5rem;
  }
  .clients-slider-track img {
    height: 28px;
  }
}

/* ========== Hero Split (two-column hero) ========== */
.hero-split {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-top: 100px;
}
.hero-split .row {
  min-height: 520px;
}
.hero-split-content {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 4rem 4rem 4rem 3rem;
  position: relative;
  z-index: 2;
}
.hero-split-inner {
  max-width: 540px;
}
.hero-split-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--theme, #ff6a3a);
  background: rgba(255, 106, 58, 0.08);
  padding: 0.4rem 1rem;
  border-radius: 20px;
  margin: 0 0 1.5rem;
}
.hero-split-title {
  font-size: clamp(1.9rem, 3.2vw, 2.85rem);
  font-weight: 700;
  color: #0d0d0d;
  line-height: 1.2;
  margin: 0 0 1.25rem;
  letter-spacing: -0.025em;
}
.hero-split-desc {
  font-size: clamp(1.05rem, 1.25vw, 1.2rem);
  color: #555;
  line-height: 1.7;
  margin: 0 0 2rem;
}
.hero-split-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.hero-split-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 2.25rem;
  font-size: 1rem;
  font-weight: 600;
  background: var(--theme, #ff6a3a) !important;
  color: #fff !important;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(255, 106, 58, 0.3);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.hero-split-btn:hover {
  background: #e85a2a !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(255, 106, 58, 0.45);
}
.hero-split-btn .text-two {
  display: none;
}
.hero-split-stats {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.hero-split-stat {
  text-align: left;
}
.hero-split-stat strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d0d0d;
  line-height: 1.2;
}
.hero-split-stat span {
  font-size: 0.78rem;
  color: #777;
  letter-spacing: 0.01em;
}
.hero-split-stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(0, 0, 0, 0.1);
}
.hero-split-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}
.hero-split-media-inner {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero-split-media-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.15) 0%, transparent 60%);
  z-index: 1;
}
.hero-split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 1400px) {
  .hero-split-content {
    padding: 5rem 5rem 5rem 4rem;
  }
  .hero-split-inner {
    max-width: 560px;
  }
  .hero-split .row {
    min-height: 580px;
  }
  .hero-split-media {
    min-height: 580px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .hero-split-content {
    padding: 3.5rem 3rem;
  }
}
@media (max-width: 1199px) {
  .hero-split {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .hero-split {
    padding-top: 70px;
  }
  .hero-split .row {
    min-height: auto;
    flex-direction: column-reverse;
  }
  .hero-split-content {
    padding: 2.5rem 1.5rem;
  }
  .hero-split-media {
    min-height: 300px;
    position: relative;
  }
  .hero-split-media-inner {
    position: relative;
    height: 300px;
  }
  .hero-split-stats {
    gap: 1.25rem;
  }
}
@media (max-width: 576px) {
  .hero-split-content {
    padding: 2rem 1.25rem;
  }
  .hero-split-media-inner {
    height: 260px;
  }
  .hero-split-media {
    min-height: 260px;
  }
  .hero-split-stats {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .hero-split-stat strong {
    font-size: 1.3rem;
  }
}

/* ========== Intro Split (dark left + white right card) ========== */
.intro-split {
  padding: 5rem 0;
  background: #f6f7f8;
}
.intro-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: stretch;
}
.intro-split-left {
  background: #1a1a1a;
  border-radius: 20px;
  padding: 3rem 2.75rem;
  display: flex;
  flex-direction: column;
}
.intro-split-title {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin: 0 0 2rem;
  letter-spacing: -0.02em;
}
.intro-split-problems {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: auto;
}
.intro-problem-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  line-height: 1.5;
  transition:
    border-color 0.2s,
    background 0.2s;
}
.intro-problem-item:hover {
  background: rgba(255, 106, 58, 0.1);
  border-color: rgba(255, 106, 58, 0.35);
}
.intro-problem-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--theme, #ff6a3a);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-split-right {
  display: flex;
  align-items: stretch;
}
.intro-solution-card {
  background: #fff;
  border-radius: 20px;
  padding: 3rem 2.75rem;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.intro-solution-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4caf50;
  background: rgba(76, 175, 80, 0.1);
  padding: 0.35rem 0.85rem;
  border-radius: 16px;
  margin-bottom: 1.5rem;
  align-self: flex-start;
}
.intro-solution-card .text {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.7;
  margin: 0 0 1rem;
}
.intro-solution-card .text:last-of-type {
  margin-bottom: 0;
}
.intro-solution-card .text strong {
  color: #111;
}
.intro-solution-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.75rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  background: var(--theme, #ff6a3a) !important;
  color: #fff !important;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(255, 106, 58, 0.25);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  margin-top: auto;
}
.intro-solution-btn:hover {
  background: #e85a2a !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 106, 58, 0.4);
}
.intro-solution-btn .text-two {
  display: none;
}
@media (max-width: 991px) {
  .intro-split-grid {
    grid-template-columns: 1fr;
  }
  .intro-split {
    padding: 3rem 0;
  }
}
@media (max-width: 576px) {
  .intro-split {
    padding: 2.5rem 0;
  }
  .intro-split-left {
    padding: 2rem 1.5rem;
  }
  .intro-solution-card {
    padding: 2rem 1.5rem;
  }
}

/* ========== HF Cards (3 orange step cards) ========== */
.hf-cards-section {
  padding: 5rem 0;
  background: #f6f7f8;
}
.hf-cards-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 3rem;
}
.hf-cards-title {
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 700;
  color: #111;
  line-height: 1.25;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}
.hf-cards-desc {
  font-size: 1rem;
  color: #555;
  line-height: 1.65;
  margin: 0;
}
.hf-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.hf-card {
  background: var(--theme, #ff6a3a);
  border-radius: 18px;
  padding: 2.25rem 2rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease;
}
.hf-card:hover {
  transform: translateY(-4px);
}
.hf-card::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}
.hf-card-step {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.85rem;
}
.hf-card-title {
  font-size: clamp(1.15rem, 1.5vw, 1.35rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.hf-card-text {
  font-size: 1.02rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.7;
  margin: 0;
  flex: 1;
}
@media (max-width: 991px) {
  .hf-cards-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
  .hf-cards-section {
    padding: 3.5rem 0;
  }
}
@media (max-width: 576px) {
  .hf-cards-section {
    padding: 2.5rem 0;
  }
  .hf-card {
    padding: 1.75rem 1.5rem;
  }
}

/* ========== Vertical Specialization (two-column cards) ========== */
.vertical-spec-section {
  padding: 5rem 0;
  background: #fff;
}
.vertical-spec-header {
  text-align: center;
  margin-bottom: 3rem;
}
.vertical-spec-title {
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 700;
  color: #111;
  line-height: 1.25;
  margin: 0;
  letter-spacing: -0.02em;
}
.vertical-spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.vertical-spec-grid.three-col {
  grid-template-columns: repeat(3, 1fr);
}
.vertical-spec-card {
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 2.5rem 2.25rem;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.vertical-spec-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}
.vertical-spec-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 106, 58, 0.1);
  color: var(--theme, #ff6a3a);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.vertical-spec-card-title {
  font-size: clamp(1.1rem, 1.4vw, 1.25rem);
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  margin: 0 0 1rem;
}
.vertical-spec-card-text {
  font-size: 1.02rem;
  color: #555;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 991px) {
  .vertical-spec-grid,
  .vertical-spec-grid.three-col {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
  }
  .vertical-spec-section {
    padding: 3.5rem 0;
  }
}
@media (max-width: 576px) {
  .vertical-spec-section {
    padding: 2.5rem 0;
  }
  .vertical-spec-card {
    padding: 2rem 1.5rem;
  }
}

/* ========== Tech Engine (dark bg, left title + right cards) ========== */
.tech-engine-section {
  padding: 5rem 0;
  background: #1a1a1a;
}
.tech-engine-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 3.5rem;
  align-items: start;
}
.tech-engine-left {
  position: sticky;
  top: 120px;
}
.tech-engine-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--theme, #ff6a3a);
  margin-bottom: 1.25rem;
}
.tech-engine-title {
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin: 0 0 1.25rem;
  letter-spacing: -0.02em;
}
.tech-engine-desc {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin: 0 0 2rem;
}
.tech-engine-accent-line {
  width: 60px;
  height: 3px;
  background: var(--theme, #ff6a3a);
  border-radius: 2px;
  margin-bottom: 2.5rem;
}
.tech-engine-mini-stats {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.tech-engine-mini-stat {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 1.15rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: border-color 0.2s;
}
.tech-engine-mini-stat:hover {
  border-color: rgba(255, 106, 58, 0.4);
}
.mini-stat-value {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--theme, #ff6a3a);
  white-space: nowrap;
  min-width: 70px;
}
.mini-stat-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.3;
}
.tech-engine-right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.tech-engine-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 2.25rem 2rem;
  position: relative;
  padding-left: 5rem;
  transition:
    border-color 0.25s,
    background 0.25s;
}
.tech-engine-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 106, 58, 0.35);
}
.tech-engine-card-num {
  position: absolute;
  left: 1.75rem;
  top: 2.25rem;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--theme, #ff6a3a);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tech-engine-card-title {
  font-size: clamp(1.1rem, 1.4vw, 1.25rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 0.85rem;
}
.tech-engine-card-text {
  font-size: 1.02rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 991px) {
  .tech-engine-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .tech-engine-left {
    position: static;
  }
  .tech-engine-section {
    padding: 3.5rem 0;
  }
}
@media (max-width: 576px) {
  .tech-engine-section {
    padding: 2.5rem 0;
  }
  .tech-engine-card {
    padding: 1.75rem 1.5rem 1.75rem 4.5rem;
  }
  .tech-engine-card-num {
    left: 1.25rem;
    top: 1.75rem;
  }
}

/* ========== Platform Table (inside split blocks) ========== */
.service-page-content .platform-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0;
  font-size: clamp(14px, 1vw, 16px);
}
.service-page-content .platform-table th,
.service-page-content .platform-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.service-page-content .platform-table th {
  background: rgba(0, 0, 0, 0.04);
  font-weight: 600;
  color: #111;
}
.service-page-content .platform-table td {
  color: #333;
}
@media (max-width: 768px) {
  .service-page-content .platform-table {
    font-size: 13px;
  }
  .service-page-content .platform-table th,
  .service-page-content .platform-table td {
    padding: 0.5rem;
  }
}

/* ========== Funnel Attribution (3 numbered cards with orange headers) ========== */
.funnel-attr-section {
  padding: 5rem 0;
  background: #fff;
}
.funnel-attr-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 3rem;
}
.funnel-attr-title {
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 700;
  color: #111;
  line-height: 1.25;
  margin: 0 0 1.15rem;
  letter-spacing: -0.02em;
}
.funnel-attr-desc {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.7;
  margin: 0;
}
.funnel-attr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.funnel-attr-card {
  border: 2px solid rgba(255, 106, 58, 0.2);
  border-radius: 18px;
  overflow: hidden;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.funnel-attr-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(255, 106, 58, 0.1);
}
.funnel-attr-card-heading {
  background: var(--theme, #ff6a3a);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 1rem 1.5rem;
  margin: 0;
  line-height: 1.35;
}
.funnel-attr-card-body {
  padding: 1.75rem 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: #fff;
}
.funnel-attr-num {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--theme, #ff6a3a);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.funnel-attr-card-text {
  font-size: 1.02rem;
  color: #444;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 991px) {
  .funnel-attr-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
  .funnel-attr-section {
    padding: 3.5rem 0;
  }
}
@media (max-width: 576px) {
  .funnel-attr-section {
    padding: 2.5rem 0;
  }
  .funnel-attr-card-body {
    padding: 1.5rem 1.25rem;
  }
}

/* ========== Ethics (dark bg, 3 icon cards) ========== */
.ethics-section {
  padding: 5rem 0;
  background: #111;
}
.ethics-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 3rem;
}
.ethics-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--theme, #ff6a3a);
  margin-bottom: 1.25rem;
}
.ethics-title {
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin: 0 0 1.15rem;
  letter-spacing: -0.02em;
}
.ethics-desc {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin: 0;
}
.ethics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.ethics-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 2rem 1.75rem;
  transition:
    border-color 0.25s,
    background 0.25s,
    transform 0.25s;
}
.ethics-card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 106, 58, 0.4);
  transform: translateY(-4px);
}
.ethics-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.ethics-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255, 106, 58, 0.12);
  color: var(--theme, #ff6a3a);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ethics-card-num {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.08);
  line-height: 1;
}
.ethics-card-title {
  font-size: clamp(1.1rem, 1.4vw, 1.2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 0.85rem;
}
.ethics-card-text {
  font-size: 1.02rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 991px) {
  .ethics-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
  .ethics-section {
    padding: 3.5rem 0;
  }
}
@media (max-width: 576px) {
  .ethics-section {
    padding: 2.5rem 0;
  }
  .ethics-card {
    padding: 1.75rem 1.5rem;
  }
}

/* ========== Final CTA (left text + right audit card) ========== */
.final-cta-section {
  padding: 5rem 0;
  background: linear-gradient(160deg, #1a1a1a 0%, #111 100%);
}
.final-cta-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 3rem;
  align-items: start;
}
.final-cta-left {
  position: sticky;
  top: 120px;
}
.final-cta-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--theme, #ff6a3a);
  margin-bottom: 1.25rem;
}
.final-cta-title {
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin: 0 0 1.25rem;
  letter-spacing: -0.02em;
}
.final-cta-text {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin: 0 0 1rem;
}
.final-cta-text:last-of-type {
  margin-bottom: 2rem;
}
.final-cta-text strong {
  color: #fff;
}
.final-cta-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}
.final-cta-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 2.25rem;
  font-size: 1rem;
  font-weight: 600;
  background: var(--theme, #ff6a3a) !important;
  color: #fff !important;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(255, 106, 58, 0.35);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.final-cta-btn:hover {
  background: #e85a2a !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(255, 106, 58, 0.45);
}
.final-cta-btn .text-two {
  display: none;
}
.final-cta-note {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
}
.final-cta-audit-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
}
.final-cta-audit-header {
  background: var(--theme, #ff6a3a);
  padding: 2rem 2.25rem;
}
.final-cta-audit-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.15);
  padding: 0.3rem 0.75rem;
  border-radius: 14px;
  margin-bottom: 1rem;
}
.final-cta-audit-intro {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.65;
  margin: 0;
}
.final-cta-audit-items {
  padding: 2rem 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.final-cta-audit-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.final-cta-audit-check {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 106, 58, 0.1);
  color: var(--theme, #ff6a3a);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.final-cta-audit-item strong {
  font-size: 1.05rem;
  font-weight: 700;
  color: #111;
  display: block;
  margin-bottom: 0.3rem;
  line-height: 1.3;
}
.final-cta-audit-item p {
  font-size: 0.98rem;
  color: #555;
  line-height: 1.65;
  margin: 0;
}
@media (max-width: 991px) {
  .final-cta-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .final-cta-left {
    position: static;
  }
  .final-cta-section {
    padding: 3.5rem 0;
  }
}
@media (max-width: 576px) {
  .final-cta-section {
    padding: 2.5rem 0;
  }
  .final-cta-audit-header {
    padding: 1.5rem 1.5rem;
  }
  .final-cta-audit-items {
    padding: 1.5rem 1.5rem;
  }
}

/* ========== Siphon cards (Competitive Siphon style - side by side) ========== */
.siphon-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.siphon-card {
  background: #fff;
  border-radius: 16px;
  padding: 2.25rem 2.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.siphon-card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 106, 58, 0.1);
  color: var(--theme, #ff6a3a);
  font-size: 1.15rem;
  border-radius: 50%;
  margin-bottom: 1.25rem;
}
.siphon-card-title {
  font-size: clamp(17px, 1.4vw, 20px);
  font-weight: 700;
  color: #111;
  margin: 0 0 0.75rem;
  line-height: 1.3;
}
.siphon-card-subtitle {
  font-size: clamp(15px, 1.15vw, 17px);
  font-weight: 600;
  color: #333;
  margin: 1.25rem 0 0.5rem;
  line-height: 1.35;
}
.siphon-card .text {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.65;
  color: #444;
  margin: 0;
}
.siphon-card .text + .text {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .siphon-cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .siphon-card {
    padding: 1.75rem 1.5rem;
  }
}

/* ========== Media Row: Text + Image side by side ========== */
.ss-media-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
  margin-bottom: 2.5rem;
}
.ss-media-row:last-child { margin-bottom: 0; }

.ss-media-row--reverse { direction: rtl; }
.ss-media-row--reverse > * { direction: ltr; }

.ss-media-row--dark {
  background: rgba(255,255,255,0.04);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255,255,255,0.06);
}

.ss-media-content {
  padding: clamp(2rem, 3.5vw, 3.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ss-media-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.4rem 1.25rem;
  border-radius: 50px;
  margin-bottom: 1.25rem;
  width: fit-content;
}
.ss-media-badge--orange {
  background: var(--theme, #ff6a3a);
}

.ss-media-num {
  font-size: clamp(2rem, 3vw, 3.5rem);
  font-weight: 900;
  color: var(--theme, #ff6a3a);
  line-height: 1;
  margin-bottom: 1rem;
  display: block;
  opacity: 0.9;
}
.ss-media-row--dark .ss-media-num {
  color: var(--theme, #ff6a3a);
  opacity: 0.7;
}

.ss-media-title {
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
  color: #111;
  margin: 0 0 1.25rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.ss-media-row--dark .ss-media-title {
  color: #fff;
}

.ss-media-divider {
  width: 60px;
  height: 3px;
  background: var(--theme, #ff6a3a);
  border-radius: 2px;
  margin: 1.5rem 0;
}

.ss-media-subtitle {
  font-size: clamp(16px, 1.25vw, 19px);
  font-weight: 600;
  color: #222;
  margin: 0 0 0.75rem;
  line-height: 1.35;
}

.ss-media-content .text {
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.75;
  color: #444;
  margin: 0;
}
.ss-media-content .text + .text {
  margin-top: 1rem;
}
.ss-media-row--dark .ss-media-content .text {
  color: rgba(255,255,255,0.82);
}

.ss-media-image {
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
.ss-media-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.ss-media-row:hover .ss-media-image img {
  transform: scale(1.04);
}

@media (max-width: 991px) {
  .ss-media-row {
    grid-template-columns: 1fr;
  }
  .ss-media-row--reverse { direction: ltr; }
  .ss-media-image {
    min-height: 280px;
    max-height: 350px;
    order: -1;
  }
}
@media (max-width: 576px) {
  .ss-media-content {
    padding: 1.75rem 1.5rem;
  }
  .ss-media-image {
    min-height: 200px;
    max-height: 260px;
  }
}

/* ========== SS (Services & Solutions) full-width layout ========== */
.services-solutions-section { padding: 0; background: transparent; }

.ss-header {
  position: relative;
  text-align: center;
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(2rem, 4vw, 3.5rem);
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #f8f8f8 100%);
}

.ss-header__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(80px, 14vw, 200px);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.04);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  line-height: 1;
}

.ss-header__inner {
  position: relative;
  z-index: 1;
}

.ss-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--theme, #ff6a3a);
  margin: 0 0 1.25rem;
}
.ss-eyebrow__line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: var(--theme, #ff6a3a);
  border-radius: 2px;
  opacity: 0.5;
}

.ss-title {
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #111;
  margin: 0;
  line-height: 1.15;
}
.ss-title__accent {
  color: var(--theme, #ff6a3a);
  font-style: italic;
  font-weight: 400;
}

.ss-header__desc {
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.6;
  color: #666;
  margin: 1.25rem auto 0;
  max-width: 540px;
}
.ss-block { padding: 3.5rem 0; }

/* 1. Showcase (media rows with images) */
.ss-block--showcase { background: #f8f8f8; }

/* 2. Dark section (media rows with images) */
.ss-block--dark { background: #0d0d0d; }
.ss-block--dark .ss-media-row { margin-bottom: 2rem; }
.ss-block--dark .ss-media-row:last-child { margin-bottom: 0; }

/* 3. Hero Duo (AI Search + SEO) */
.ss-block--split { background: #fff; }
.ss-hero-duo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.ss-hero-card {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.ss-hero-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.15);
}

.ss-hero-card--gradient {
  background: linear-gradient(145deg, #111 0%, #1a1a2e 50%, #16213e 100%);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}
.ss-hero-card--gradient .ss-hero-card__title { color: #fff; }
.ss-hero-card--gradient .text { color: rgba(255,255,255,0.8); }

.ss-hero-card--white {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}
.ss-hero-card--white .ss-hero-card__title { color: #111; }
.ss-hero-card--white .text { color: #444; }

.ss-hero-card__glow {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, var(--theme, #ff6a3a) 0%, transparent 70%);
  opacity: 0.12;
  pointer-events: none;
  border-radius: 50%;
}

.ss-hero-card__content {
  padding: clamp(2rem, 3vw, 3rem);
  flex: 1;
}

.ss-hero-card__icon-wrap {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme, #ff6a3a);
  color: #fff;
  font-size: 1.25rem;
  border-radius: 16px;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 20px rgba(255, 106, 58, 0.3);
}
.ss-hero-card__icon-wrap--light {
  background: rgba(255, 106, 58, 0.1);
  color: var(--theme, #ff6a3a);
  box-shadow: none;
}

.ss-hero-card__title {
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  margin: 0 0 1rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.ss-hero-card__line {
  width: 50px;
  height: 3px;
  background: var(--theme, #ff6a3a);
  border-radius: 2px;
  margin-bottom: 1.25rem;
}
.ss-hero-card__line--dark {
  background: #ddd;
}

.ss-hero-card__content .text {
  font-size: clamp(14.5px, 1.05vw, 16.5px);
  line-height: 1.75;
  margin: 0;
}
.ss-hero-card__content .text + .text {
  margin-top: 1rem;
}

.ss-hero-card__visual {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.ss-hero-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.ss-hero-card:hover .ss-hero-card__visual img {
  transform: scale(1.05);
}
.ss-hero-card--gradient .ss-hero-card__visual::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(180deg, #16213e 0%, transparent 100%);
  pointer-events: none;
}

/* 4. Feature Banner + Duo (Web Dev + Social + Content) */
.ss-block--alt { background: #f8f8f8; }

.ss-feature-banner {
  display: grid;
  grid-template-columns: 420px 1fr;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.07);
  margin-bottom: 2rem;
  transition: box-shadow 0.35s ease;
}
.ss-feature-banner:hover {
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.1);
}

.ss-feature-banner__image {
  position: relative;
  overflow: hidden;
  min-height: 350px;
}
.ss-feature-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.ss-feature-banner:hover .ss-feature-banner__image img {
  transform: scale(1.05);
}
.ss-feature-banner__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, transparent 100%);
}
.ss-feature-banner__label {
  display: inline-block;
  background: var(--theme, #ff6a3a);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 50px;
}

.ss-feature-banner__body {
  padding: clamp(2rem, 3.5vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ss-feature-banner__title {
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  color: #111;
  margin: 0 0 1.25rem;
  line-height: 1.3;
}
.ss-feature-banner__body .text {
  font-size: clamp(14.5px, 1.05vw, 16.5px);
  line-height: 1.75;
  color: #444;
  margin: 0;
}
.ss-feature-banner__body .text + .text {
  margin-top: 1rem;
}

.ss-feature-duo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.ss-feature-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0,0,0,0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.ss-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.1);
}

.ss-feature-card__img {
  height: 220px;
  overflow: hidden;
  position: relative;
}
.ss-feature-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.ss-feature-card:hover .ss-feature-card__img img {
  transform: scale(1.05);
}

.ss-feature-card__body {
  padding: clamp(1.75rem, 2.5vw, 2.5rem);
}
.ss-feature-card__title {
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 700;
  color: #111;
  margin: 0 0 1rem;
  line-height: 1.3;
}
.ss-feature-card__body .text {
  font-size: clamp(14.5px, 1.05vw, 16.5px);
  line-height: 1.75;
  color: #444;
  margin: 0;
}
.ss-feature-card__body .text + .text {
  margin-top: 1rem;
}

/* 5. Premium rows (Advantage + Reliability) */
.ss-block--accent { background: #fff; }

.ss-premium-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  margin-bottom: 2.5rem;
  transition: box-shadow 0.35s ease;
}
.ss-premium-row:last-child { margin-bottom: 0; }
.ss-premium-row:hover { box-shadow: 0 28px 72px rgba(0, 0, 0, 0.12); }

.ss-premium-row--reverse { direction: rtl; }
.ss-premium-row--reverse > * { direction: ltr; }

.ss-premium-visual {
  position: relative;
  overflow: hidden;
  min-height: 450px;
}
.ss-premium-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.ss-premium-row:hover .ss-premium-visual img {
  transform: scale(1.05);
}
.ss-premium-visual__badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--theme, #ff6a3a);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  box-shadow: 0 4px 16px rgba(255, 106, 58, 0.4);
}
.ss-premium-visual__badge--dark {
  background: #111;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.ss-premium-body {
  padding: clamp(2rem, 3.5vw, 3.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ss-premium-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--theme, #ff6a3a);
  margin-bottom: 1rem;
  display: block;
}

.ss-premium-title {
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  color: #111;
  margin: 0 0 1.25rem;
  line-height: 1.3;
}

.ss-premium-sub {
  font-size: clamp(16px, 1.2vw, 19px);
  font-weight: 600;
  color: #222;
  margin: 1.5rem 0 0.5rem;
  padding-left: 1rem;
  border-left: 3px solid var(--theme, #ff6a3a);
}
.ss-premium-sub:first-of-type { margin-top: 0; }

.ss-premium-body .text {
  font-size: clamp(14.5px, 1.05vw, 16.5px);
  line-height: 1.75;
  color: #444;
  margin: 0;
}
.ss-premium-body .text + .text { margin-top: 1rem; }

/* 6. Guarantee: Dark section with numbered cards */
.ss-block--guarantee {
  background: linear-gradient(160deg, #0d0d0d 0%, #1a1a2e 60%, #16213e 100%);
  position: relative;
  overflow: hidden;
}

.ss-guar-wrapper { position: relative; z-index: 1; }

.ss-guar-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3rem;
}
.ss-guar-header__icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--theme, #ff6a3a);
  color: #fff;
  font-size: 1.5rem;
  border-radius: 18px;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 24px rgba(255, 106, 58, 0.35);
}
.ss-guar-header__title {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 1rem;
  line-height: 1.25;
}
.ss-guar-header .text {
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
  margin: 0;
}

.ss-guar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.ss-guar-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: clamp(2rem, 2.5vw, 2.5rem);
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease, transform 0.3s ease;
}
.ss-guar-card:hover {
  background: rgba(255,255,255,0.08);
  transform: translateY(-4px);
}

.ss-guar-card__num {
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 900;
  color: rgba(255, 106, 58, 0.12);
  line-height: 1;
  margin-bottom: 1rem;
}

.ss-guar-card__title {
  font-size: clamp(17px, 1.3vw, 20px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.75rem;
  line-height: 1.35;
}
.ss-guar-card .text {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
  margin: 0;
}
.ss-guar-card .text + .text { margin-top: 0.75rem; }

/* 7. Edge: Hero + stacked cards */
.ss-block--edge { background: #f8f8f8; }

.ss-edge-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.07);
  margin-bottom: 2rem;
}

.ss-edge-hero__visual {
  position: relative;
  overflow: hidden;
  min-height: 380px;
}
.ss-edge-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.ss-edge-hero:hover .ss-edge-hero__visual img {
  transform: scale(1.04);
}

.ss-edge-hero__intro {
  padding: clamp(2rem, 3.5vw, 3.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ss-edge-hero__title {
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
  color: #111;
  margin: 0 0 1.25rem;
  line-height: 1.3;
}
.ss-edge-hero__intro .text {
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.75;
  color: #444;
  margin: 0;
}

.ss-edge-cards { display: flex; flex-direction: column; gap: 1.5rem; }

.ss-edge-card {
  background: #fff;
  border-radius: 20px;
  padding: clamp(2rem, 2.5vw, 2.5rem);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0,0,0,0.04);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ss-edge-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}

.ss-edge-card__accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--theme, #ff6a3a), #e8522a);
  border-radius: 0 4px 4px 0;
}

.ss-edge-card__title {
  font-size: clamp(17px, 1.3vw, 20px);
  font-weight: 700;
  color: #111;
  margin: 0 0 0.75rem;
  padding-left: 1rem;
  line-height: 1.35;
}
.ss-edge-card .text {
  font-size: clamp(14.5px, 1.05vw, 16.5px);
  line-height: 1.75;
  color: #444;
  margin: 0;
  padding-left: 1rem;
}
.ss-edge-card .text + .text { margin-top: 0.75rem; }

.ss-edge-duo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

/* 8. Omnichannel: Immersive dark section */
.ss-block--omni {
  background: linear-gradient(170deg, #0a0a0a 0%, #111827 50%, #0f172a 100%);
  position: relative;
  overflow: hidden;
}

.ss-omni-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 106, 58, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.ss-omni-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 3rem;
  position: relative;
  z-index: 1;
}
.ss-omni-header__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 106, 58, 0.15);
  color: var(--theme, #ff6a3a);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  border: 1px solid rgba(255, 106, 58, 0.2);
  margin-bottom: 1.5rem;
}
.ss-omni-header__title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 1.25rem;
  line-height: 1.2;
}
.ss-omni-header__desc {
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
  margin: 0;
}

.ss-omni-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}

.ss-omni-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 20px;
  padding: clamp(2rem, 2.5vw, 2.5rem);
  position: relative;
  transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.ss-omni-card:hover {
  background: rgba(255,255,255,0.07);
  transform: translateY(-4px);
  border-color: rgba(255, 106, 58, 0.2);
}

.ss-omni-card__num {
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  font-weight: 900;
  background: linear-gradient(135deg, var(--theme, #ff6a3a), #ff9a6c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 1rem;
  display: block;
}

.ss-omni-card__title {
  font-size: clamp(17px, 1.3vw, 20px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.75rem;
  line-height: 1.35;
}
.ss-omni-card .text {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.7;
  color: rgba(255,255,255,0.72);
  margin: 0;
}
.ss-omni-card .text + .text { margin-top: 0.75rem; }

/* ===== SS Responsive ===== */
@media (max-width: 991px) {
  .ss-hero-duo,
  .ss-feature-duo,
  .ss-feature-banner,
  .ss-premium-row,
  .ss-guar-grid,
  .ss-edge-hero,
  .ss-edge-duo,
  .ss-omni-cards { grid-template-columns: 1fr; }

  .ss-premium-row--reverse { direction: ltr; }
  .ss-premium-visual { min-height: 280px; order: -1; }
  .ss-feature-banner__image { min-height: 260px; }
  .ss-edge-hero__visual { min-height: 280px; }
}
@media (max-width: 576px) {
  .ss-block { padding: 2.5rem 0; }
  .ss-header { padding: 3rem 0 1.5rem; }
  .ss-eyebrow__line { width: 24px; }
  .ss-header__bg-text { display: none; }
  .ss-hero-card__content,
  .ss-feature-banner__body,
  .ss-feature-card__body,
  .ss-premium-body,
  .ss-edge-hero__intro { padding: 1.75rem 1.5rem; }
  .ss-hero-card__visual { height: 160px; }
  .ss-feature-card__img { height: 170px; }
  .ss-feature-banner__image { min-height: 200px; }
  .ss-premium-visual { min-height: 220px; }
  .ss-edge-hero__visual { min-height: 220px; }
  .ss-guar-card,
  .ss-edge-card,
  .ss-omni-card { padding: 1.75rem 1.5rem; }
}

/* ========== Team & CTA Section ========== */
.ss-team-section { padding: 0; }

.ss-team-header {
  position: relative;
  text-align: center;
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(2rem, 4vw, 3.5rem);
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #f8f8f8 100%);
}
.ss-team-header__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(80px, 14vw, 200px);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.04);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  line-height: 1;
}
.ss-team-header__inner {
  position: relative;
  z-index: 1;
}

/* Team blocks */
.ss-team-block { padding: 3.5rem 0; }
.ss-team-block--light { background: #f8f8f8; }
.ss-team-block--cards { background: #fff; }

/* Values section */
.ss-team-block--values { background: #f8f8f8; }

.ss-values-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 2.5rem;
}
.ss-values-header__title {
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 700;
  color: #111;
  margin: 0 0 0.75rem;
  line-height: 1.25;
}
.ss-values-header .text {
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.65;
  color: #555;
  margin: 0;
}

.ss-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.ss-value-card {
  background: #fff;
  border-radius: 24px;
  padding: clamp(2rem, 2.5vw, 2.5rem);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0,0,0,0.04);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ss-value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.1);
}

.ss-value-card__icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme, #ff6a3a);
  color: #fff;
  font-size: 1.15rem;
  border-radius: 14px;
  margin-bottom: 1.25rem;
  box-shadow: 0 6px 18px rgba(255, 106, 58, 0.3);
}

.ss-value-card__num {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 900;
  color: rgba(0,0,0,0.04);
  line-height: 1;
}

.ss-value-card__title {
  font-size: clamp(17px, 1.3vw, 20px);
  font-weight: 700;
  color: #111;
  margin: 0 0 0.75rem;
  line-height: 1.35;
}

.ss-value-card .text {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.75;
  color: #555;
  margin: 0;
}
.ss-value-card .text + .text { margin-top: 0.75rem; }

/* Mastery banner */
.ss-team-block--mastery { background: #fff; padding-top: 0; }

.ss-mastery-banner {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  background: linear-gradient(135deg, #111 0%, #1a1a2e 60%, #16213e 100%);
  border-radius: 24px;
  padding: clamp(2rem, 3vw, 3rem);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.ss-mastery-banner__icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme, #ff6a3a);
  color: #fff;
  font-size: 1.5rem;
  border-radius: 18px;
  flex-shrink: 0;
  box-shadow: 0 8px 24px rgba(255, 106, 58, 0.35);
}

.ss-mastery-banner__title {
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.75rem;
  line-height: 1.3;
}
.ss-mastery-banner__body .text {
  font-size: clamp(14.5px, 1.05vw, 16.5px);
  line-height: 1.75;
  color: rgba(255,255,255,0.78);
  margin: 0;
}

/* CTA Dark Section */
.ss-team-block--cta {
  background: linear-gradient(160deg, #0a0a0a 0%, #111827 50%, #0f172a 100%);
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 6vw, 6rem) 0;
}

.ss-cta-glow {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 106, 58, 0.08) 0%, transparent 70%);
  pointer-events: none;
  border-radius: 50%;
}

.ss-cta-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.ss-cta-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 1rem;
}
.ss-cta-intro__title {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.5rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.ss-cta-intro__sub {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  color: var(--theme, #ff6a3a);
  margin: 0 0 1.5rem;
  line-height: 1.35;
}
.ss-cta-intro .text {
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.75;
  color: rgba(255,255,255,0.7);
  margin: 0;
}

.ss-cta-box {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  padding: clamp(2rem, 3vw, 3rem);
  backdrop-filter: blur(10px);
}

.ss-cta-box__title {
  font-size: clamp(20px, 1.8vw, 24px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 1rem;
  line-height: 1.3;
}
.ss-cta-box .text {
  font-size: clamp(14.5px, 1.05vw, 16.5px);
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
  margin: 0;
}
.ss-cta-box .text + .text { margin-top: 0.75rem; }

.ss-cta-checklist {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.ss-cta-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.65;
  color: rgba(255,255,255,0.8);
}
.ss-cta-check {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme, #ff6a3a);
  color: #fff;
  font-size: 0.65rem;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
}

.ss-cta-note {
  font-size: clamp(13px, 0.9vw, 15px);
  line-height: 1.6;
  color: rgba(255,255,255,0.5);
  font-style: italic;
  margin: 1.25rem 0;
  padding-left: 1rem;
  border-left: 2px solid rgba(255, 106, 58, 0.3);
}

.ss-cta-box .btn-wrapper { margin: 1.5rem 0 1rem; }
.ss-cta-box .rr-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
  background: var(--theme, #ff6a3a);
  color: #fff;
  border-color: var(--theme, #ff6a3a);
}

.ss-cta-tagline {
  font-size: clamp(13px, 0.95vw, 15px);
  color: rgba(255,255,255,0.45);
  text-align: center;
  margin: 0;
  letter-spacing: 0.02em;
}

/* Team & CTA Responsive */
@media (max-width: 991px) {
  .ss-values-grid { grid-template-columns: 1fr; }
  .ss-cta-wrapper { grid-template-columns: 1fr; gap: 2rem; }
  .ss-mastery-banner { flex-direction: column; text-align: center; }
}
@media (max-width: 576px) {
  .ss-team-header { padding: 3rem 0 1.5rem; }
  .ss-team-header__bg { display: none; }
  .ss-team-block { padding: 2.5rem 0; }
  .ss-value-card { padding: 1.75rem 1.5rem; }
  .ss-mastery-banner { padding: 1.75rem 1.5rem; }
  .ss-cta-box { padding: 1.75rem 1.5rem; }
}
