/* ================= BASE RESET ================= */
img {
  max-width: 100%;
  height: auto;
}

/* ================= HERO ================= */
.services-hero {
  position: relative;
  padding: clamp(28px, 4vw, 52px) 0 clamp(28px, 4vw, 52px);
  color: #fff;
}

.services-hero-us {
  background:
    linear-gradient(to right, rgba(10, 20, 35, 0.92), rgba(10, 20, 35, 0.65)),
    url('../assets/us.jpeg');
  background-size: cover;
  background-position: center;
}

.services-hero-uk {
  background:
    linear-gradient(to right, rgba(10,20,35,0.92), rgba(10,20,35,0.65)),
    url('../assets/uk.jpeg');
  background-size: cover;
  background-position: center;
}

.services-hero-uae {
  background:
    linear-gradient(to right, rgba(10,20,35,0.92), rgba(10,20,35,0.65)),
    url('../assets/uae.jpeg');
  background-size: cover;
  background-position: center;
}

.services-hero-singapore {
  background:
    linear-gradient(to right, rgba(10,20,35,0.92), rgba(10,20,35,0.65)),
    url('../assets/global.png');
  background-size: cover;
  background-position: center;
}

.services-hero-market {
  background:
    linear-gradient(to right, rgba(10,20,35,0.92), rgba(10,20,35,0.65)),
    url('../assets/market.jpeg');
  background-size: cover;
  background-position: center;
}

.services-hero-marketing {
  background:
    linear-gradient(to right, rgba(10,20,35,0.92), rgba(10,20,35,0.65)),
    url('../assets/stratergy.jpeg');
  background-size: cover;
  background-position: center;
}

.services-hero-tech {
  background:
    linear-gradient(to right, rgba(10,20,35,0.92), rgba(10,20,35,0.65)),
    url('../assets/tech.jpeg');
  background-size: cover;
  background-position: center;
}

.services-hero-web {
  background:
    linear-gradient(to right, rgba(10,20,35,0.92), rgba(10,20,35,0.65)),
    url('../assets/website.jpeg');
  background-size: cover;
  background-position: center;
}

.services-hero-software {
  background:
    linear-gradient(to right, rgba(10,20,35,0.92), rgba(10,20,35,0.65)),
    url('../assets/software-solution.png');
  background-size: cover;
  background-position: center;
}

.services-hero-it {
  background:
    linear-gradient(to right, rgba(10,20,35,0.92), rgba(10,20,35,0.65)),
    url('../assets/itsupport.jpeg');
  background-size: cover;
  background-position: center;
}

.hero-card {
  max-width: 1100px;
  margin: 0 auto;
  padding: 5rem 3rem;
  text-align: center;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(30, 71, 120, 0.155), rgba(18, 120, 110, 0.214));
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.hero-card:hover {
  transform: translateY(-4px);
  filter: brightness(1.02);
  box-shadow: 0 48px 104px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.hero-card h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.15;
  margin-bottom: 12px;
}

.headline-accent {
  color: #4fd1c5;
}

.hero-card p {
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
}

.hero-subtext {
  opacity: 0.85;
  margin-top: 12px;
  max-width: 90%;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 28px;
}

/* ================= SECTIONS ================= */
.services-overview,
.service-detail,
.services-cta {
  padding: clamp(34px, 5vw, 64px) 0;
}

.service-detail {
  background: rgba(255, 255, 255, 0.02);
}

.section-header {
  text-align: center;
  margin-bottom: clamp(36px, 6vw, 60px);
}

.section-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  margin-bottom: 10px;
}

.section-header p {
  opacity: 0.85;
  font-size: 0.95rem;
}

/* ================= THEME NORMALIZATION ================= */
.services-overview,
.service-detail,
.services-cta,
.plan-comparison-section,
.process-flow-section,
.why-register-section,
.dynamic-design-section,
.seamless-ux-section {
  background: transparent;
}

.service-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  color: var(--text-light);
}

.service-card h3 {
  color: var(--text-light);
}

.service-card p {
  color: var(--text-muted);
  opacity: 1;
}

.plan-panel {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.3);
}

.plan-panel::before,
.plan-table-wrap::after {
  content: none;
}

.plan-header h2,
.plan-table-head,
.feature-cell,
.plan-col-btn {
  color: var(--text-light);
}

.plan-header p {
  color: var(--text-muted);
  opacity: 1;
}

.plan-table-wrap {
  background: rgba(8, 19, 34, 0.62);
  border: 1px solid var(--glass-border);
}

/* ================= PLAN COMPARISON ================= */
.plan-comparison-section {
  padding: clamp(14px, 2.2vw, 24px) 0;
}

.plan-panel {
  position: relative;
  background: linear-gradient(160deg, rgba(16, 29, 52, 0.78), rgba(10, 22, 39, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  padding: clamp(16px, 2.4vw, 26px);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.plan-panel:hover {
  transform: translateY(-4px);
  border-color: rgba(45, 226, 230, 0.22);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.35), 0 0 26px rgba(45, 226, 230, 0.22);
}

.plan-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 20%, rgba(124, 124, 255, 0.18), transparent 42%),
    radial-gradient(circle at 88% 8%, rgba(45, 226, 230, 0.12), transparent 40%);
}

.plan-header {
  text-align: center;
  margin-bottom: 14px;
}

.plan-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.plan-header p {
  opacity: 0.9;
  font-size: 0.98rem;
}

.plan-table-wrap {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(140deg, rgba(12, 23, 41, 0.72), rgba(8, 19, 34, 0.68));
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
}

.plan-table-wrap:hover {
  border-color: rgba(45, 226, 230, 0.28);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.3), 0 0 18px rgba(45, 226, 230, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.plan-table-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 85% 20%, rgba(45, 226, 230, 0.04), transparent 52%);
}

.plan-table-head,
.plan-row {
  display: grid;
  grid-template-columns: minmax(240px, 1.9fr) repeat(3, minmax(112px, 1fr));
}

.feature-col-title {
  padding: 15px 16px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  letter-spacing: 0.2px;
}

.plan-col-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(140deg, rgba(124, 124, 255, 0.23), rgba(86, 102, 177, 0.16));
  color: #fff;
  min-height: 56px;
  padding: 12px 10px;
  cursor: pointer;
  transition: transform 0.28s cubic-bezier(.2,.9,.2,1), background 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.plan-col-btn .plan-name,
.plan-col-btn .plan-price {
  display: block;
}

.plan-col-btn .plan-name {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}

.plan-col-btn .plan-price {
  display: none !important;
}

.plan-col-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  background: linear-gradient(135deg, rgba(124, 124, 255, 0.38), rgba(45, 226, 230, 0.2));
  box-shadow: 0 0 14px rgba(45, 226, 230, 0.22);
}

.plan-col-btn.is-active {
  background: linear-gradient(135deg, rgba(124, 124, 255, 0.56), rgba(45, 226, 230, 0.3));
  transform: translateY(-7px) scale(1.03);
  z-index: 3;
  box-shadow: inset 0 -2px 0 rgba(45, 226, 230, 0.28), 0 10px 18px rgba(0, 0, 0, 0.2);
}

.plan-table-body .plan-row:nth-child(odd) {
  background: rgba(255, 255, 255, 0.03);
}

.plan-table-body .plan-row:nth-child(even) {
  background: rgba(255, 255, 255, 0.07);
}

.plan-row {
  position: relative;
  transition: background 0.2s ease, transform 0.2s ease;
}

.plan-row:hover {
  background: rgba(45, 226, 230, 0.08) !important;
  transform: translateX(2px);
}

.feature-cell {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 500;
  line-height: 1.38;
}

.plan-cell {
  position: relative;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
  line-height: 0.82;
  cursor: pointer;
  padding: 8px 0;
  transition: transform 0.24s cubic-bezier(.2,.9,.2,1), color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.plan-row:not(.plan-action-row) .plan-cell {
  padding: 10px 0 6px;
}

.plan-cell.yes {
  color: #2de2e6;
}

.plan-cell.no {
  color: rgba(255, 255, 255, 0.4);
}

.plan-cell.is-active {
  z-index: 2;
  background: rgba(45, 226, 230, 0.08);
  box-shadow: inset 0 0 0 1px rgba(45, 226, 230, 0.16), 0 6px 12px rgba(0, 0, 0, 0.14);
}

.plan-cell.is-active:not(.plan-cell-cta) {
  transform: translateY(-4px) scale(1.08);
}

.plan-cell:hover {
  transform: none;
  filter: brightness(1.08);
  background: rgba(45, 226, 230, 0.1);
}

.plan-col-btn:focus-visible,
.plan-cell:focus-visible {
  outline: 2px solid rgba(45, 226, 230, 0.75);
  outline-offset: -2px;
}

.plan-action-row .feature-cell {
  font-weight: 700;
  letter-spacing: 0.2px;
}

.plan-action-row {
  background: transparent !important;
}

.plan-action-row .plan-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0;
  border-left: 0;
  background: transparent;
  padding: 8px 6px 6px;
}

.plan-cell-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;

  width: 100%;
  max-width: 170px;
  min-width: 132px;

  height: 38px;
  min-height: 38px;
  padding: 0 10px;

  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.1px;

  color: #fff;
  border-radius: 999px;
  border: none;
  background: linear-gradient(90deg, #7c7cff, #08dcdf) !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.plan-cta-label {
  display: block;
  transform: none;
}

.plan-cell-cta:hover {
  background: linear-gradient(90deg, #7c7cff, #08dcdf) !important;
  filter: brightness(1.04);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.26), 0 0 16px rgba(45, 226, 230, 0.26);
}

.plan-cell-cta.is-active {
  background: linear-gradient(90deg, #7c7cff, #08dcdf) !important;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.26);
}

.plan-cell.is-active.plan-cell-cta {
  background: linear-gradient(90deg, #7c7cff, #08dcdf) !important;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.26);
  transform: translateY(-2px);
}

.plan-cell.is-active.plan-cell-cta:hover {
  background: linear-gradient(90deg, #7c7cff, #08dcdf) !important;
  filter: brightness(1.06);
  transform: translateY(-2px);
}

/* ================= GRID ================= */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* FORCE 3–3 */
  gap: clamp(18px, 3vw, 28px);
}

.service-card {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(45, 226, 230, 0.22);
  border-radius: 16px;
  padding: clamp(22px, 3vw, 32px);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: var(--accent);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), 0 0 22px rgba(45, 226, 230, 0.25);
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(120deg, transparent, rgba(45, 226, 230, 0.22), transparent);
  transition: opacity 0.28s ease;
}

.service-card:hover::after {
  opacity: 1;
}

.service-card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  text-align: left;
}

.service-card p {
  font-size: 0.95rem;
  opacity: 0.9;
}

/* ================= DETAILS ================= */
.detail-content {
  max-width: 820px;
}

.detail-content h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 16px;
}

.detail-content p {
  font-size: 0.95rem;
  opacity: 0.9;
  margin-bottom: 14px;
}

.detail-points {
  margin-top: 22px;
  padding-left: 0;
}

.detail-points li {
  list-style: none;
  margin-bottom: 12px;
  font-size: 0.95rem;
}

/* ================= CTA ================= */
.services-cta {
  background: linear-gradient(135deg, #0a1423, #0f2b3a);
  text-align: center;
}

.services-cta h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin-bottom: 12px;
}

.services-cta p {
  font-size: 0.95rem;
  opacity: 0.9;
  margin-bottom: 28px;
}

/* ================= ORGANIC CORE SERVICES ================= */
.organic-core-services .section-header {
  margin-bottom: clamp(20px, 3.8vw, 34px);
}

.organic-services-grid .organic-service-card {
  background: rgba(255, 255, 255, 0.045);
  border: 1.5px solid rgba(45, 226, 230, 0.18);
  min-height: 292px;
  padding: clamp(16px, 2.2vw, 24px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}

.organic-services-grid .organic-service-card h3 {
  font-size: clamp(1.12rem, 1.5vw, 1.55rem);
  line-height: 1.24;
  margin: 0;
}

.organic-services-grid .organic-service-card p {
  opacity: 0.9;
  line-height: 1.5;
  margin: 0;
}

.organic-card-link {
  margin-top: auto;
  color: #2de2e6;
  font-weight: 700;
  text-decoration: none;
}

.organic-card-link:hover {
  color: #7c7cff;
}

.organic-service-extra {
  display: none;
}

.expandable-services-wrap:not(.is-expanded) .expandable-service-extra {
  display: none !important;
}

.expandable-services-wrap.is-expanded .expandable-service-extra {
  display: flex;
  flex-direction: column;
}

.organic-services-wrap:not(.is-expanded) .organic-service-extra {
  display: none !important;
}

.organic-services-wrap.is-expanded .organic-service-extra {
  display: flex;
  flex-direction: column;
}

.organic-services-actions {
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.organic-services-toggle {
  min-width: 168px;
  background: linear-gradient(90deg, #7c7cff, #08dcdf);
  color: #fff;
  padding: 12px 22px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.organic-services-toggle:hover,
.organic-services-toggle:active,
.organic-services-toggle:focus {
  background: linear-gradient(90deg, #7c7cff, #08dcdf);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(124,124,255,0.4);
}

/* ================= SEO OFFERINGS (ORGANIC / E-COMMERCE / AI) ================= */
.seo-offerings-section {
  padding-top: clamp(12px, 2vw, 20px);
}

.seo-offerings-wrap .section-header {
  margin-bottom: clamp(20px, 3.4vw, 32px);
}

.seo-offerings-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.6vw, 30px);
}

.seo-offering-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 240px;
  padding: clamp(20px, 2.2vw, 26px) clamp(16px, 1.8vw, 22px);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.35);
  border: 1.5px solid rgba(45, 226, 230, 0.3);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.seo-offering-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent);
  box-shadow: 0 0 24px rgba(45, 226, 230, 0.25);
}

.seo-offering-card h3 {
  margin: 0 0 12px;
  font-size: clamp(1.02rem, 1.4vw, 1.25rem);
  line-height: 1.3;
  color: var(--text-light);
  text-align: center;
}

.seo-offering-card .service-includes {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}

.seo-offering-card .service-includes li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.seo-offering-card .service-includes li:last-child {
  margin-bottom: 0;
}

.seo-offering-card .service-includes li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 700;
}

.seo-offerings-actions {
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.seo-offerings-toggle {
  min-width: 168px;
  background: linear-gradient(90deg, #7c7cff, #08dcdf);
  color: #fff;
  padding: 12px 22px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.seo-offerings-toggle:hover,
.seo-offerings-toggle:active,
.seo-offerings-toggle:focus {
  background: linear-gradient(90deg, #7c7cff, #08dcdf);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(124,124,255,0.4);
}

.cta-box {
  max-width: 720px;
  margin: auto;
}

/* ================= DYNAMIC USER DESIGN SECTION ================= */
.dynamic-design-section {
  padding: clamp(48px, 6vw, 80px) 0;
  background: rgba(255, 255, 255, 0.02);
}

.design-showcase {
  display: grid;
  grid-template-columns: 0.88fr 1fr;
  gap: clamp(18px, 2.6vw, 30px);
  align-items: center;
  margin-top: clamp(20px, 2.8vw, 30px);
}

.showcase-cards {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 24px);
  max-width: 420px;
  order: 2;
}

/* Dynamic Design Section - Modified Cards */
.showcase-cards .ux-service-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 16px;
  text-align: left;
  padding: clamp(16px, 2vw, 20px);
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(45, 226, 230, 0.22);
  border-radius: 12px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  min-height: 140px;
  height: auto;
}

/* TASK 1: Dynamic Cards Wrapper - Right aligned cards */
.dynamic-cards-wrapper {
  margin-left: auto;
  margin-right: 0;
  max-width: 480px;
}

/* TASK 1: Dynamic Card Item - Icon positioned beside paragraph */
.dynamic-card-item {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  align-items: center !important;
}

.dynamic-card-item .ux-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dynamic-card-item .ux-icon {
  align-self: center;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}

.dynamic-card-item .ux-card-content h3 {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  margin: 0;
  color: var(--text-light);
  text-align: left;
  line-height: 1.25;
}

.dynamic-card-item .ux-card-content p {
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--text-muted);
  margin: 0;
  text-align: left;
}

/* Responsive adjustments for dynamic cards */
@media (max-width: 1200px) {
  .dynamic-cards-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .dynamic-cards-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  
  .dynamic-card-item {
    grid-template-columns: auto 1fr !important;
  }
  
  .dynamic-card-item .ux-icon {
    grid-column: 1;
    grid-row: 1 / 3;
  }
  
  .dynamic-card-item .ux-card-content {
    grid-column: 2;
  }
}

.showcase-cards .ux-service-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2), 0 0 16px rgba(45, 226, 230, 0.2);
}

.showcase-cards .ux-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}

.showcase-cards .ux-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.showcase-cards .ux-card-content h3 {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  margin: 0;
  color: var(--text-light);
  text-align: left;
  line-height: 1.25;
}

.showcase-cards .ux-card-content p {
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--text-muted);
  margin: 0;
  text-align: left;
}

.feature-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: clamp(18px, 2.2vw, 24px);
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(45, 226, 230, 0.22);
  border-radius: 12px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  max-width: 420px;
}

.feature-card-left {
  align-self: flex-start;
}

.feature-card-right {
  align-self: flex-end;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2), 0 0 16px rgba(45, 226, 230, 0.2);
}

.feature-card .feature-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--accent);
}

.feature-card .feature-content h3 {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  margin: 0 0 6px 0;
  color: var(--text-light);
  text-align: left;
}

.feature-card .feature-content p {
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--text-muted);
  margin: 0;
  text-align: left;
}

.showcase-visual {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  order: 1;
}

.device-mockup {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 3/4;
  background: linear-gradient(145deg, #e8e8e8, #f5f5f5);
  border: 12px solid #d0d0d0;
  border-radius: 36px;
  padding: 20px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35), inset 0 0 0 2px rgba(255, 255, 255, 0.8);
  position: relative;
}

.device-mockup::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 8px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.device-mockup::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.mockup-screen {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.screen-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
}

.mock-header {
  width: 100%;
  height: 36px;
  background: linear-gradient(90deg, #1a1a1a 0%, #2d2d2d 100%);
  border-radius: 6px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}

.header-logo {
  color: #4fd1c5;
  font-size: 12px;
  font-weight: 700;
}

.header-nav {
  display: flex;
  gap: 4px;
}

.header-nav span {
  width: 16px;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

.mock-banner {
  width: 100%;
  height: 160px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-content {
  text-align: center;
  color: white;
  z-index: 2;
}

.banner-content h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px 0;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.banner-content p {
  font-size: 11px;
  margin: 0 0 8px 0;
  opacity: 0.9;
}

.banner-btn {
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.3);
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
}

.mock-banner::after {
  content: "";
  position: absolute;
  right: -20px;
  top: -20px;
  width: 100px;
  height: 200px;
  background: linear-gradient(135deg, rgba(255,255,255,0.1), transparent);
  border-radius: 50%;
  transform: rotate(15deg);
}

.mock-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  flex: 1;
}

.mock-item {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 8px;
  text-align: center;
}

.item-icon {
  font-size: 20px;
  line-height: 1;
}

.mock-item span {
  font-size: 10px;
  font-weight: 600;
  color: #495057;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.showcase-features {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3vw, 36px);
}

.feature-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
}

.feature-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--accent);
}

.feature-content h3 {
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  margin: 0 0 10px 0;
  color: var(--text-light);
  text-align: left;
}

.feature-content p {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
  text-align: left;
}

/* ================= SEAMLESS UX SECTION ================= */
.seamless-ux-section {
  padding: clamp(48px, 6vw, 80px) 0;
}

.ux-services-grid {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: clamp(18px, 2.6vw, 30px);
  margin-top: clamp(20px, 2.8vw, 30px);
  position: relative;
  align-items: center;
}

.ux-service-cards {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 2.2vw, 24px);
  max-width: 620px;
  justify-self: start;
  order: 1;
}

.ux-service-card {
  display: grid;
  grid-template-columns: auto minmax(120px, 0.52fr) 1fr;
  align-items: center;
  column-gap: 18px;
  text-align: left;
  padding: clamp(20px, 2.4vw, 26px);
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(45, 226, 230, 0.22);
  border-radius: 12px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  width: min(100%, 560px);
  height: 174px;
}

.ux-card-left {
  align-self: flex-start;
  margin-left: 0;
}

.ux-card-right {
  align-self: flex-start;
  margin-left: clamp(28px, 5vw, 90px);
}

.ux-service-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2), 0 0 16px rgba(45, 226, 230, 0.2);
}

.ux-service-card .ux-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}

.ux-service-card h3 {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  margin: 0;
  color: var(--text-light);
  text-align: left;
  line-height: 1.25;
}

.ux-service-card p {
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--text-muted);
  margin: 0;
  text-align: left;
}

.mobile-mockup {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  order: 2;
}

.phone-frame {
  width: 252px;
  height: 510px;
  background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
  border: 12px solid #1a1a1a;
  border-radius: 42px;
  padding: 10px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.5), inset 0 0 0 2px rgba(255, 255, 255, 0.05);
  position: relative;
}

.phone-frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 24px;
  background: #1a1a1a;
  border-radius: 0 0 16px 16px;
  z-index: 10;
}

.phone-frame::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  z-index: 11;
}

.phone-screen {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.phone-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 12px;
  overflow: hidden;
  position: relative;
  max-height: 100%;
  box-sizing: border-box;
}

.phone-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.phone-status-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  color: #333;
  padding: 0 4px;
}

.time {
  color: #000;
}

.phone-indicators {
  display: flex;
  gap: 8px;
  align-items: center;
}

.signal {
  color: #4fd1c5;
  font-size: 8px;
}

.battery {
  color: #333;
  font-size: 10px;
}

.phone-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  padding: 12px 16px;
  border-radius: 8px;
  color: white;
}

.nav-title {
  font-size: 14px;
  font-weight: 700;
}

.nav-menu {
  background: none;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.phone-image {
  width: 100%;
  height: 180px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-overlay {
  text-align: center;
  color: white;
  z-index: 2;
}

.hero-overlay h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 4px 0;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.hero-overlay p {
  font-size: 12px;
  margin: 0;
  opacity: 0.9;
}

.phone-image::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -30%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255,255,255,0.1), transparent 60%);
  border-radius: 50%;
}

.phone-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.phone-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 9px 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.card-icon {
  font-size: 13px;
  line-height: 1;
  flex-shrink: 0;
}

.card-content {
  min-width: 0;
}

.card-content h5 {
  font-size: 10px;
  font-weight: 700;
  margin: 0 0 2px 0;
  color: #495057;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-content p {
  font-size: 8px;
  margin: 0;
  color: #6c757d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.phone-footer {
  background: linear-gradient(90deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 8px;
  padding: 12px;
  flex-shrink: 0;
  overflow: hidden;
}

.footer-tabs {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 6px;
  transition: background 0.2s ease;
}

.tab.active {
  background: rgba(79, 209, 197, 0.1);
}

.tab-icon {
  font-size: 16px;
  line-height: 1;
}

.tab-label {
  font-size: 8px;
  font-weight: 600;
  color: #495057;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.tab.active .tab-label {
  color: #4fd1c5;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1200px) {
  .design-showcase {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .showcase-visual {
    order: -1;
    justify-content: center;
  }

  .tablet-mockup {
    width: 100%;
    max-width: 440px;
  }

  .ux-services-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .mobile-mockup {
    order: 2;
    justify-content: center;
  }

  .phone-frame {
    width: 240px;
    height: 485px;
  }

  .showcase-cards {
    max-width: 100%;
    width: 100%;
  }

  .showcase-cards .ux-service-card {
    max-width: 100%;
    width: 100%;
  }

  .feature-card {
    max-width: 100%;
    align-self: center;
  }

  .ux-services-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ux-service-cards {
    order: 1;
    max-width: 100%;
    justify-self: center;
  }

  .ux-service-card {
    max-width: 100%;
    align-self: center;
    margin-left: 0;
    width: 100%;
    height: auto;
  }

  .mobile-mockup { order: 2; }
}

@media (max-width: 768px) {
  .dynamic-design-section,
  .seamless-ux-section {
    padding: clamp(32px, 5vw, 48px) 0;
  }

  .design-showcase {
    gap: 32px;
  }

  .tablet-mockup {
    width: min(100%, 420px);
    max-width: 420px;
    margin: 0 auto;
  }

  .showcase-cards {
    gap: 16px;
    width: 100%;
  }

  /* Dynamic Design Section - Responsive Cards */
  .showcase-cards .ux-service-card {
    grid-template-columns: auto 1fr;
    gap: 12px;
    padding: 16px;
    min-height: auto;
    height: auto;
  }

  .showcase-cards .ux-icon {
    width: 40px;
    height: 40px;
  }

  .showcase-cards .ux-card-content {
    gap: 6px;
  }

  .showcase-cards .ux-card-content h3 {
    font-size: 1rem;
  }

  .showcase-cards .ux-card-content p {
    font-size: 0.85rem;
    line-height: 1.4;
  }

  .feature-card {
    flex-direction: column;
    text-align: center;
    gap: 12px;
    padding: 20px;
  }

  .feature-card .feature-content h3,
  .feature-card .feature-content p {
    text-align: center;
  }

  .ux-services-grid {
    gap: 24px;
  }

  .ux-service-cards {
    gap: 16px;
  }

  .ux-service-card {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    text-align: center;
    gap: 12px;
    padding: 20px;
    height: auto;
  }

  .ux-service-card .ux-icon {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .ux-service-card h3 {
    grid-column: 2;
    grid-row: 1;
  }

  .ux-service-card p {
    grid-column: 2;
    grid-row: 2;
  }

  .ux-service-card h3,
  .ux-service-card p {
    text-align: left;
  }

  .phone-frame {
    width: 220px;
    height: 450px;
  }
}

@media (max-width: 480px) {
  .tablet-mockup {
    width: min(100%, 320px);
    max-width: 320px;
  }

  .showcase-cards {
    gap: 12px;
  }

  .showcase-cards .ux-service-card {
    padding: 14px;
    gap: 10px;
  }

  .showcase-cards .ux-icon {
    width: 36px;
    height: 36px;
  }

  .showcase-cards .ux-card-content h3 {
    font-size: 0.95rem;
  }

  .showcase-cards .ux-card-content p {
    font-size: 0.82rem;
  }

  .feature-card {
    padding: 16px;
  }

  .ux-service-card {
    padding: 16px;
  }

  .phone-frame {
    width: 205px;
    height: 420px;
  }

  .phone-content {
    padding: 14px 10px;
    gap: 10px;
  }

  .banner-content h4 {
    font-size: 14px;
  }

  .banner-content p {
    font-size: 10px;
  }

  .hero-overlay h4 {
    font-size: 16px;
  }

  .hero-overlay p {
    font-size: 11px;
  }
}

/* ================= PROCESS FLOW ================= */
.process-flow-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.process-flow-step {
  --flow-pill: linear-gradient(90deg, #7c7cff, #08dcdf);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  opacity: 0;
  transform: translateY(20px) scale(0.98);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.process-flow-step:nth-child(even) {
  flex-direction: row-reverse;
}

.process-flow-step:nth-child(2n) {
  --flow-pill: linear-gradient(135deg, #2de2e6, #4fd1c5);
}

.process-flow-step:nth-child(3n) {
  --flow-pill: linear-gradient(135deg, #7c7cff, #5666b1);
}

.process-flow-step.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.process-flow-pill {
  width: 104px;
  min-width: 104px;
  height: 104px;
  border-radius: 50%;
  background: var(--flow-pill);
  border: 4px solid rgba(255, 255, 255, 0.82);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.26);
  z-index: 2;
}

.process-flow-step-label {
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1;
}

.process-flow-step-number {
  font-size: 1.95rem;
  font-weight: 900;
  line-height: 0.82;
}

.process-flow-card {
  position: relative;
  min-height: 74px;
  width: min(100%, 560px);
  margin-left: -8px;
  border-radius: 38px;
  padding: 16px 24px 16px 30px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, rgba(13, 28, 48, 0.9), rgba(11, 24, 42, 0.84));
  color: #f5f9ff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, filter 0.24s ease;
}

.process-flow-step:nth-child(even) .process-flow-card {
  margin-left: 0;
  margin-right: -8px;
  padding: 16px 30px 16px 24px;
}

.process-flow-card::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%) rotate(45deg);
  border-radius: 8px;
  background: inherit;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.process-flow-step:nth-child(even) .process-flow-card::before {
  left: auto;
  right: -14px;
  border-left: none;
  border-bottom: none;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.process-flow-card h3 {
  margin: 0;
  font-size: clamp(0.92rem, 1.35vw, 1.02rem);
  font-weight: 600;
  line-height: 1.3;
}

.process-flow-step:hover .process-flow-card {
  transform: translateY(-3px);
  filter: brightness(1.03);
  border-color: rgba(45, 226, 230, 0.35);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.26), 0 0 18px rgba(45, 226, 230, 0.18);
}

.hero-actions .btn-primary,
.hero-actions .btn-secondary {
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.hero-actions .btn-primary:hover,
.hero-actions .btn-secondary:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

/* ================= WHY REGISTER CARDS ================= */
.why-register-section .services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.6vw, 30px);
}

.why-register-section .why-register-card {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: clamp(24px, 2.6vw, 34px) clamp(20px, 2.1vw, 28px);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.35);
  border: 1.5px solid rgba(45, 226, 230, 0.34);
  opacity: 0;
  transform: translateY(30px) scale(0.96);
  transition:
    opacity 0.6s ease,
    transform 0.6s cubic-bezier(.4, 0, .2, 1),
    box-shadow 0.4s ease,
    border-color 0.4s ease;
}

.why-register-section .why-register-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.why-register-section .why-register-card:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: var(--accent);
  box-shadow: 0 0 28px rgba(45, 226, 230, 0.32);
}

.why-register-icon {
  margin: 0 auto 14px;
  display: inline-block;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--accent);
}

.why-register-section .why-register-card h3 {
  font-size: 1.08rem;
  margin-bottom: 12px;
  color: var(--text-light);
}

.why-register-section .service-includes {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  flex: 1;
}

.why-register-section .service-includes li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 9px;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.why-register-section .service-includes li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 700;
}

/* ================= FAQ ================= */
.faq-section {
  padding: clamp(14px, 2.2vw, 24px) 0 clamp(40px, 5vw, 60px);
}

.faq-section .section-head {
  max-width: 720px;
  margin: 0 auto 12px;
  text-align: center;
}

.faq-section .section-head h2 {
  font-size: clamp(1.95rem, 3.3vw, 2.45rem);
  line-height: 1.2;
  margin-bottom: 18px;
}

.faq-list {
  max-width: 860px;
  margin: 0 auto;
  padding-top: clamp(30px, 3.8vw, 52px);
}

.faq-item {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
  border: 1.5px solid rgba(45, 226, 230, 0.22);
  border-radius: 16px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(45, 226, 230, 0.45);
  box-shadow: 0 0 20px rgba(45, 226, 230, 0.18);
}

.faq-item.active {
  border-color: var(--accent);
  box-shadow: 0 0 24px rgba(45, 226, 230, 0.2);
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 20px 22px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: color 0.25s ease;
}

.faq-question .icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  color: var(--text-muted);
  line-height: 1.65;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 22px 18px;
}

.faq-item.active .faq-question .icon {
  transform: rotate(180deg);
}

.faq-question:hover {
  color: var(--accent);
}

/* ================= TABLET ================= */
@media (max-width: 1200px) {
  .hero-card {
    max-width: 640px;
    padding: 4rem 2.5rem;
  }

  .hero-subtext {
    max-width: 100%;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .seo-offerings-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-register-section .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .faq-question {
    font-size: 0.95rem;
  }

  .container {
    padding: 20px 16px;
  }
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {

  .services-hero {
    text-align: center;
    padding: clamp(20px, 3vw, 40px) 0;
  }

  .hero-card {
    max-width: 100%;
    padding: 3rem 1.5rem;
  }

  .hero-card h1 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
  }

  .hero-actions {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .hero-actions a {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    display: block;
  }

  .services-grid,
  .seo-offerings-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-card,
  .seo-offering-card {
    min-height: auto;
  }

  .why-register-section .services-grid {
    grid-template-columns: 1fr;
  }

  .faq-question {
    padding: 18px 18px;
    font-size: 0.93rem;
  }

  .faq-answer {
    padding: 0 18px;
    font-size: 0.91rem;
  }

  .faq-item.active .faq-answer {
    padding: 0 18px 16px;
  }

  .process-flow-step,
  .process-flow-step:nth-child(even) {
    flex-direction: column;
    align-items: flex-start;
  }

  .process-flow-pill {
    width: 92px;
    min-width: 92px;
    height: 92px;
  }

  .process-flow-step-label {
    font-size: 0.66rem;
  }

  .process-flow-step-number {
    font-size: 1.6rem;
  }

  .process-flow-card,
  .process-flow-step:nth-child(even) .process-flow-card {
    width: 100%;
    margin: -14px 0 0 0;
    padding: 22px 16px 14px;
    border-radius: 18px;
  }

  .process-flow-card::before,
  .process-flow-step:nth-child(even) .process-flow-card::before {
    left: 28px;
    right: auto;
    top: -12px;
    width: 22px;
    height: 22px;
    transform: rotate(45deg);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-right: none;
    border-bottom: none;
  }

  .detail-content {
    max-width: 100%;
  }

  .plan-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 16px;
  }

  .plan-table-head,
  .plan-row {
    min-width: 700px;
  }

  .container {
    padding: 20px 12px;
  }

  .section-header h2 {
    font-size: clamp(1.4rem, 3vw, 2rem);
  }

  .organic-services-actions,
  .seo-offerings-actions {
    margin-top: 30px;
  }
}

/* ================= SMALL MOBILE ================= */
@media (max-width: 470px) {

  .hero-card h1 {
    font-size: 1.7rem;
  }

  .hero-card {
    padding: 2.5rem 1.2rem;
  }

  .service-card {
    padding: 18px;
  }

  .services-cta h2 {
    font-size: 1.5rem;
  }

  .container {
    padding: 16px 10px;
  }

  .faq-question {
    padding: 16px 14px;
    font-size: 0.9rem;
  }

  .faq-answer {
    padding: 0 14px;
    font-size: 0.88rem;
  }

  .organic-services-toggle,
  .seo-offerings-toggle {
    min-width: 140px;
    padding: 10px 18px;
    font-size: 0.9rem;
  }
  
  .plan-panel {
    padding: 16px 12px;
  }
  
  .plan-header h2 {
    font-size: 1.4rem;
  }
  
  .plan-header p {
    font-size: 0.85rem;
  }
  
  .section-header h2 {
    font-size: 1.3rem;
  }
  
  .section-header p {
    font-size: 0.85rem;
  }
}

/* ================= EXTRA SMALL MOBILE ================= */
@media (max-width: 360px) {
  .hero-card {
    padding: 2rem 1rem;
  }
  
  .hero-card h1 {
    font-size: 1.5rem;
  }
  
  .hero-card p {
    font-size: 0.85rem;
  }
  
  .container {
    padding: 12px 8px;
  }
  
  .service-card {
    padding: 16px;
  }
  
  .btn-primary,
  .btn-secondary {
    padding: 10px 16px;
    font-size: 0.85rem;
  }
}

/* ================= TWO-COLUMN SCROLL SECTIONS ================= */
.section-header.align-left { text-align: left; }

/* When body is locked for section scroll routing */

.two-col-wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(20px, 3.2vw, 38px);
  align-items: start;
}

.sticky-col { position: sticky; top: clamp(70px, 10vh, 120px); height: fit-content; }

.left-content-text {
  margin-bottom: 20px;
}

.left-content-text h3 {
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  margin-bottom: 12px;
  color: var(--text-light);
}

.left-content-text p {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--text-muted);
}

.left-visual {
  margin-top: 20px;
  height: 360px;
  border-radius: 16px;
  background:
    radial-gradient(1200px 400px at -10% -20%, rgba(124,124,255,0.18), transparent 40%),
    linear-gradient(135deg, rgba(13,28,48,0.9), rgba(11,24,42,0.84));
  border: 1.5px solid rgba(45, 226, 230, 0.3);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.visual-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.stat-bubble {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  padding: 12px 16px;
  background: rgba(45, 226, 230, 0.1);
  border: 2px solid rgba(45, 226, 230, 0.3);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  width: fit-content;
  position: absolute;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.stat-bubble:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
  box-shadow: 0 8px 20px rgba(45, 226, 230, 0.3);
}

.stat-bubble.bubble-1 {
  left: 15%;
  top: 30%;
}

.stat-bubble.bubble-2 {
  right: 20%;
  top: 45%;
}

.stat-bubble.bubble-3 {
  left: 45%;
  top: 60%;
}

.stat-number {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
}

.stat-label {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 600;
  line-height: 1;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.left-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    rgba(255,255,255,0.06) 0px,
    rgba(255,255,255,0.06) 12px,
    transparent 12px,
    transparent 28px
  );
  mix-blend-mode: overlay;
  animation: shimmer 6s linear infinite;
}

.left-visual::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  left: -40px;
  top: -40px;
  background: radial-gradient(circle, rgba(45,226,230,0.5), transparent 60%);
  filter: blur(14px);
  animation: orbFloat 10s ease-in-out infinite alternate;
}

@keyframes shimmer { 0% { transform: translateX(-20%); } 100% { transform: translateX(20%); } }
@keyframes orbFloat { 0% { transform: translate(10px, -10px) scale(1); opacity: 0.75; } 100% { transform: translate(40px, 30px) scale(1.06); opacity: 1; } }

.scroll-col {
  height: 520px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto;
  padding-right: 6px;
}

.scroll-cards { display: flex; flex-direction: column; gap: clamp(14px, 2.2vw, 20px); }

.scroll-card { scroll-snap-align: none; transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, filter 0.28s ease; }

.scroll-card.is-active, .scroll-card:hover { transform: translateY(-6px); border-color: var(--accent); box-shadow: 0 0 24px rgba(45, 226, 230, 0.25); filter: brightness(1.03); }

.scroll-card .step-pill {
  width: 40px; height: 40px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(90deg, #7c7cff, #08dcdf); border: 2px solid rgba(255,255,255,0.85); color: #fff; font-weight: 800; font-size: 0.95rem; margin-bottom: 10px; box-shadow: 0 8px 16px rgba(0,0,0,0.25);
}

.scroll-col::-webkit-scrollbar { width: 8px; display: none; }
.scroll-col::-webkit-scrollbar-track { background: rgba(255,255,255,0.06); border-radius: 8px; display: none; }
.scroll-col::-webkit-scrollbar-thumb { background: linear-gradient(90deg, #7c7cff, #08dcdf); border-radius: 8px; display: none; }
.scroll-col { scrollbar-width: none; -ms-overflow-style: none; }

@media (max-width: 1200px) {
  .two-col-wrap { grid-template-columns: 1fr; }
  .sticky-col { position: static; }
  .scroll-col { height: auto; overflow: visible; scroll-snap-type: none; padding-right: 0; }
  .left-visual { min-height: 240px; }
}

/* Influencer process section refinements (restored) */
.influencer-process .section-header.align-left h2,
.influencer-process-section .section-header.align-left h2 {
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  letter-spacing: -0.02em;
}
.influencer-process .section-header.align-left p,
.influencer-process-section .section-header.align-left p {
  opacity: 0.9;
  color: var(--text-muted);
  max-width: 840px;
}

.influencer-process .scroll-card.seo-offering-card,
.influencer-process-section .scroll-card.seo-offering-card {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.18);
}
.influencer-process .scroll-card.seo-offering-card:hover,
.influencer-process .scroll-card.seo-offering-card.is-active,
.influencer-process-section .scroll-card.seo-offering-card:hover,
.influencer-process-section .scroll-card.seo-offering-card.is-active {
  border-color: rgba(45,226,230,0.35);
  box-shadow: 0 6px 26px rgba(0,0,0,0.28), 0 0 18px rgba(45,226,230,0.18);
}

.influencer-process .scroll-card h3,
.influencer-process-section .scroll-card h3 {
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  font-weight: 700;
}

.influencer-process .scroll-cards,
.influencer-process-section .scroll-cards { gap: clamp(16px, 2.4vw, 24px); }

.influencer-process .left-visual,
.influencer-process-section .left-visual { min-height: 360px; }

/* ================= INFLUENCER MARKETING PAGE SPECIFIC STYLES ================= */
/* Two-column layout */
.influencer-vertical-stack {
  display: grid !important;
  grid-template-columns: 1.1fr 0.9fr !important;
  gap: clamp(20px, 3.2vw, 38px) !important;
  align-items: start !important;
}

.influencer-vertical-stack .sticky-col {
  position: sticky !important;
  top: clamp(70px, 10vh, 120px) !important;
  height: fit-content !important;
}

/* Right container - 2 cards visible */
.influencer-vertical-stack .vertical-stack-col {
  height: 520px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(13,28,48,0.5), rgba(11,24,42,0.4));
  border: 1.5px solid rgba(45, 226, 230, 0.2);
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.influencer-vertical-stack .vertical-stack-col::-webkit-scrollbar {
  display: none;
}

.influencer-vertical-stack .vertical-stack-cards {
  position: relative;
}

/* Stack-scroll cards - 2 visible at a time */
.vertical-stack-card {
  position: sticky;
  top: 20px;
  width: 100%;
  min-height: 220px !important;
  padding: clamp(20px, 2.5vw, 26px) !important;
  margin-bottom: 20px;
}

.vertical-stack-card:last-child {
  margin-bottom: 20px;
}

.vertical-stack-card:nth-child(1) { z-index: 1; }
.vertical-stack-card:nth-child(2) { z-index: 2; }
.vertical-stack-card:nth-child(3) { z-index: 3; }
.vertical-stack-card:nth-child(4) { z-index: 4; }
.vertical-stack-card:nth-child(5) { z-index: 5; }
.vertical-stack-card:nth-child(6) { z-index: 6; }

.vertical-stack-card h3 {
  font-size: clamp(1.15rem, 1.6vw, 1.35rem) !important;
  margin-bottom: 12px !important;
}

.vertical-stack-card .service-includes li {
  font-size: 0.92rem !important;
  line-height: 1.55 !important;
  margin-bottom: 7px !important;
}

/* Increase stat bubble font sizes */
.influencer-vertical-stack .stat-number {
  font-size: clamp(1.8rem, 3vw, 2.4rem) !important;
}

.influencer-vertical-stack .stat-label {
  font-size: 1rem !important;
}

/* Marketing gradient */
.services-hero-marketing .headline-accent {
  background: linear-gradient(135deg, #7c7cff, #2de2e6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Section 2 bigger cards */
.influencer-process-section .process-step-item {
  padding: clamp(32px, 4vw, 42px) !important;
  min-height: 320px;
}

.influencer-process-section .process-step-item h3 {
  font-size: clamp(1.25rem, 1.8vw, 1.45rem) !important;
  margin-bottom: 16px !important;
}

.influencer-process-section .process-step-item p {
  font-size: 1.02rem !important;
  line-height: 1.7 !important;
}

.influencer-process-section .process-icon {
  width: 68px !important;
  height: 68px !important;
}

.influencer-process-section .process-icon-wrapper {
  width: 76px !important;
  height: 76px !important;
}

@media (max-width: 1024px) {
  .influencer-vertical-stack {
    grid-template-columns: 1fr !important;
  }
  .influencer-vertical-stack .sticky-col {
    position: static !important;
  }
  .influencer-vertical-stack .vertical-stack-col {
    height: auto;
    overflow: visible;
  }
  .vertical-stack-card {
    position: static !important;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 768px) {
  .vertical-stack-card {
    min-height: auto !important;
    padding: 20px !important;
  }
  .influencer-process-section .process-step-item {
    padding: 24px 20px !important;
    min-height: auto;
  }
}

/* ================= PROCESS STEPS WRAPPER ================= */
.process-steps-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(28px, 3.5vw, 40px);
  max-width: 1100px;
  margin: 0 auto;
  padding-top: clamp(20px, 3vw, 32px);
}

.process-step-item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 0 20px;
  align-items: start;
  text-align: left;
  background: rgba(0, 0, 0, 0.35);
  border: 1.5px solid rgba(45, 226, 230, 0.34);
  border-radius: 12px;
  padding: clamp(24px, 3vw, 32px);
  opacity: 0;
  transform: translateY(30px) scale(0.96);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(.4, 0, .2, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

.process-step-item.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.process-step-item:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: var(--accent);
  box-shadow: 0 0 28px rgba(45, 226, 230, 0.32);
}

.process-icon-wrapper {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  grid-row: 1 / 3;
}

.blue-heading-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 10px;
  vertical-align: middle;
  color: #ffffff;
  background: linear-gradient(90deg, #7c7cff, #08dcdf);
  border: 1px solid rgba(45, 226, 230, 0.38);
  box-shadow: 0 0 16px rgba(45, 226, 230, 0.18);
}

.themed-icon-badge {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(124, 124, 255, 0.24), rgba(45, 226, 230, 0.2));
  border: 1px solid rgba(45, 226, 230, 0.38);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 0 14px rgba(45, 226, 230, 0.16);
}

.themed-icon-svg {
  width: 24px;
  height: 24px;
  stroke: #dffcff;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.custom-why-section .process-icon-wrapper,
.app-why-section .process-icon-wrapper {
  background: transparent;
  border: none;
  box-shadow: none;
}

.software-capabilities-section .service-card {
  background: rgba(0, 0, 0, 0.35);
  border-color: rgba(45, 226, 230, 0.3);
}

.software-capabilities-section .service-card h3 {
  color: var(--text-light);
}

.software-capabilities-section .service-card p {
  color: var(--text-muted);
  opacity: 1;
}

.process-icon {
  width: 56px;
  height: 56px;
  color: #FFA500;
}

.process-step-item:nth-child(2) .process-icon { color: #FFD700; }
.process-step-item:nth-child(3) .process-icon { color: #FF8C00; }
.process-step-item:nth-child(4) .process-icon { color: #FFA500; }

.process-step-item h3 {
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  margin: 0 0 12px 0;
  color: var(--text-light);
  font-weight: 700;
  text-align: left;
  grid-column: 2;
  grid-row: 1;
}

.process-step-item p {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
  text-align: left;
  grid-column: 2;
  grid-row: 2;
}

@media (max-width: 768px) {
  .process-steps-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .process-icon-wrapper {
    width: 48px;
    height: 48px;
  }
  
  .process-icon {
    width: 40px;
    height: 40px;
  }

  .themed-icon-badge {
    width: 38px;
    height: 38px;
  }

  .themed-icon-svg {
    width: 21px;
    height: 21px;
  }

  .blue-heading-icon {
    width: 34px;
    height: 34px;
    margin-right: 8px;
  }
}

/* ================= IT & SOLUTIONS RESPONSIVE HARDENING ================= */
.plan-table-wrap {
  max-width: 100%;
}

.plan-col-btn .plan-name,
.feature-cell,
.process-flow-card h3,
.process-step-item h3,
.process-step-item p,
.faq-question span {
  overflow-wrap: anywhere;
}

.design-showcase > *,
.ux-services-grid > *,
.cms-split-layout > *,
.cms-model-row > *,
.cms-outcome-band > *,
.services-grid > *,
.seo-offerings-grid > *,
.process-steps-wrapper > * {
  min-width: 0;
}

@media (max-width: 768px) {
  .plan-table-head,
  .plan-row {
    min-width: 620px;
  }

  .plan-col-btn .plan-name {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .plan-table-head,
  .plan-row {
    min-width: 560px;
  }

  .feature-cell {
    font-size: 0.85rem;
  }

  .plan-cell-cta {
    min-width: 118px;
    font-size: 0.75rem;
  }
}

/* ================= AI-POWERED SECTION ================= */
.ai-powered-section {
  padding: clamp(60px, 8vh, 100px) 0;
  background: linear-gradient(135deg, rgba(13, 28, 48, 0.3), rgba(11, 24, 42, 0.2));
}

.ai-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: clamp(24px, 3vw, 32px);
  margin-top: clamp(40px, 5vh, 60px);
}

.ai-services-grid-bottom {
  margin-top: clamp(24px, 3vw, 32px);
}

.ai-service-card {
  background: linear-gradient(135deg, rgba(13, 28, 48, 0.6), rgba(11, 24, 42, 0.4));
  border: 1.5px solid rgba(45, 226, 230, 0.2);
  border-radius: 16px;
  padding: clamp(28px, 3.5vw, 36px);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.ai-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(45, 226, 230, 0.05), rgba(124, 124, 255, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.ai-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(45, 226, 230, 0.4);
  box-shadow: 0 12px 40px rgba(45, 226, 230, 0.15);
}

.ai-service-card:hover::before {
  opacity: 1;
}

.ai-icon-wrapper {
  width: 68px;
  height: 68px;
  background: linear-gradient(135deg, rgba(45, 226, 230, 0.1), rgba(124, 124, 255, 0.1));
  border: 1px solid rgba(45, 226, 230, 0.3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  transition: all 0.3s ease;
}

.ai-service-card:hover .ai-icon-wrapper {
  background: linear-gradient(135deg, rgba(45, 226, 230, 0.2), rgba(124, 124, 255, 0.2));
  border-color: rgba(45, 226, 230, 0.5);
  transform: scale(1.05);
}

.ai-icon {
  width: 32px;
  height: 32px;
}

.ai-service-card h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.4rem);
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.3;
  text-align: center;
}

.ai-service-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

/* Tablet Mockup Styles */
.tablet-mockup {
  width: min(100%, 460px);
  max-width: 460px;
  margin: 0;
  flex-shrink: 1;
}

.tablet-mockup-small {
  width: min(100%, 380px);
  max-width: 380px;
}

.tablet-mockup-small .tablet-frame {
  padding: 12px;
}

.tablet-mockup-small .tablet-screen {
  aspect-ratio: 9/12;
}

.tablet-frame {
  background: #000;
  border-radius: 20px;
  padding: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.tablet-screen {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 9/14;
  min-height: 0;
}

/* Ensure all text in tablet screen is black */
.tablet-screen .screen-content,
.tablet-screen .screen-content *,
.tablet-screen .screen-content *::before,
.tablet-screen .screen-content *::after {
  color: #000 !important;
}

/* Remove responsiveness from tablet animation */
.tablet-mockup {
  width: min(100%, 460px);
  max-width: 460px;
  margin: 0;
  flex-shrink: 1;
}

.tablet-home-button {
  width: 42px;
  height: 42px;
  background: #333;
  border-radius: 50%;
  margin: 12px auto 0;
  border: 2px solid #555;
}

.search-bar {
  display: flex;
  gap: 10px;
  padding: 15px;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}

.search-bar input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 12px;
}

.search-bar select {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 12px;
}

.search-btn {
  background: #28a745;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
}

.main-banner {
  display: flex;
  background: linear-gradient(135deg, #ffc107, #ff8c00);
  padding: 20px;
  position: relative;
}

.banner-left {
  flex: 1;
}

.category-tag {
  background: rgba(0, 0, 0, 0.1);
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 10px;
  display: inline-block;
  margin-bottom: 8px;
}

.main-banner h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: #000;
}

.main-banner h3 {
  font-size: 16px;
  margin: 4px 0 12px 0;
  color: #000;
}

.shop-btn {
  background: #28a745;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
}

.dropdown-menu {
  background: white;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 20px;
  top: 15px;
  width: 120px;
}

.menu-item {
  padding: 6px 8px;
  font-size: 11px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}

.menu-item:hover {
  background: #f8f9fa;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 15px;
}

.product-card {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 12px;
  position: relative;
  min-height: 120px;
}

.sale-tag, .new-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: bold;
}

.sale-tag {
  background: #dc3545;
  color: white;
}

.new-tag {
  background: #007bff;
  color: white;
}

.product-card h4 {
  font-size: 12px;
  margin: 20px 0 4px 0;
  font-weight: bold;
}

.product-card p {
  font-size: 10px;
  color: #666;
  margin: 0 0 8px 0;
}

.product-card .laptop-image,
.product-card .gift-image,
.product-card .phone-image,
.product-card .drink-image {
  width: 40px;
  height: 40px;
  background: #ddd;
  border-radius: 4px;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.product-card .laptop-image {
  background: linear-gradient(45deg, #333, #666);
}

.product-card .gift-image {
  background: linear-gradient(45deg, #ff6b6b, #ffa500);
}

.product-card .phone-image {
  background: linear-gradient(45deg, #000, #333);
  border-radius: 8px;
}

.product-card .drink-image {
  background: linear-gradient(45deg, #8b4513, #daa520);
}

@media (max-width: 768px) {
  .ai-services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .ai-service-card {
    padding: 24px 20px;
  }
  
  .ai-icon-wrapper {
    width: 56px;
    height: 56px;
  }
  
  .ai-icon {
    width: 28px;
    height: 28px;
  }
}

/* ================= CMS DEVELOPMENT PAGE - ALTERNATE LAYOUT ================= */
.cms-strategy-section {
  background: linear-gradient(135deg, rgba(11, 24, 42, 0.24), rgba(10, 21, 36, 0.12));
}

.cms-split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: start;
}

.cms-split-main h3 {
  margin: 0 0 14px;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  line-height: 1.35;
}

.cms-split-main p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.68;
}

.cms-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.cms-checklist li {
  position: relative;
  padding: 0 0 0 26px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
}

.cms-checklist li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 700;
}

.cms-focus-panel {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(45, 226, 230, 0.24);
  border-radius: 16px;
  padding: clamp(18px, 2.4vw, 26px);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.cms-focus-panel:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2), 0 0 16px rgba(45, 226, 230, 0.2);
}

.cms-focus-panel h3 {
  margin: 0 0 14px;
  font-size: clamp(1.08rem, 1.35vw, 1.2rem);
}

.cms-focus-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.cms-focus-list li span {
  display: block;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
}

.cms-focus-list li p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.cms-models-section {
  padding-top: clamp(30px, 5vw, 54px);
}

.cms-model-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 24px);
  align-items: stretch;
}

.cms-model-row {
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: clamp(16px, 2vw, 24px);
  padding: clamp(22px, 2.8vw, 30px);
  border: 1px solid rgba(45, 226, 230, 0.26);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.cms-model-row:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2), 0 0 16px rgba(45, 226, 230, 0.2);
}

.cms-model-row::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 82% 14%, rgba(45, 226, 230, 0.12), transparent 38%);
}

.cms-model-row.model-center {
  grid-column: 1 / -1;
  width: min(760px, 100%);
  justify-self: center;
}

.cms-model-id {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(45, 226, 230, 0.46);
  color: var(--accent);
  background: rgba(8, 27, 40, 0.58);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.02rem;
}

.cms-model-body h3 {
  margin: 0 0 8px;
  font-size: clamp(1.14rem, 1.6vw, 1.34rem);
}

.cms-model-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.62;
}

.cms-model-points {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.cms-model-points li {
  position: relative;
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.45;
}

.cms-model-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.cms-impact-section {
  background: linear-gradient(145deg, rgba(10, 20, 35, 0.18), rgba(15, 43, 58, 0.14));
}

.cms-impact-section .section-header {
  margin-bottom: clamp(54px, 7vw, 84px);
}

.cms-impact-section .section-header p {
  margin-top: 14px;
}

.cms-outcomes-matrix {
  display: grid;
  gap: 16px;
}

.cms-outcome-band {
  display: grid;
  grid-template-columns: minmax(190px, 250px) minmax(0, 1fr);
  gap: clamp(16px, 2vw, 24px);
  align-items: center;
  padding: clamp(20px, 2.5vw, 28px);
  border-radius: 14px;
  border: 1px solid rgba(45, 226, 230, 0.2);
  background: rgba(255, 255, 255, 0.03);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.cms-outcome-band:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2), 0 0 16px rgba(45, 226, 230, 0.2);
}

.cms-outcome-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cms-outcome-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(45, 226, 230, 0.4);
  background: rgba(8, 27, 40, 0.58);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cms-outcome-icon svg {
  width: 20px;
  height: 20px;
}

.cms-outcome-kicker {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  padding-top: 0;
}

.cms-outcome-band h3 {
  margin: 0 0 10px;
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
}

.cms-outcome-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.58;
}

@media (max-width: 1024px) {
  .cms-split-layout {
    grid-template-columns: 1fr;
  }

  .cms-model-stack {
    grid-template-columns: 1fr;
  }

  .cms-model-row.model-center {
    width: 100%;
  }

  .cms-model-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .cms-model-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cms-outcome-band {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cms-outcome-meta {
    align-items: center;
  }

  .cms-outcome-kicker {
    padding-top: 0;
  }
}

/* ================= FINAL THEME RESTORE ================= */
html,
body {
  background: var(--bg-dark) !important;
  color: var(--text-light) !important;
}

.services-overview,
.service-detail,
.services-cta,
.plan-comparison-section,
.process-flow-section,
.why-register-section,
.dynamic-design-section,
.seamless-ux-section {
  background: transparent !important;
}

.service-card {
  background: var(--glass-bg) !important;
  border: 1px solid var(--glass-border) !important;
  color: var(--text-light) !important;
}

.service-card h3 {
  color: var(--text-light) !important;
}

.service-card p {
  color: var(--text-muted) !important;
  opacity: 1 !important;
}

.section-header h2,
.detail-content h2,
.services-cta h2,
.faq-section h2,
.faq-section .accent {
  color: var(--text-light) !important;
}

.section-header p,
.detail-content p,
.services-cta p {
  color: var(--text-muted) !important;
}

.plan-panel {
  background: var(--glass-bg) !important;
  border: 1px solid var(--glass-border) !important;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.3) !important;
}

.plan-panel::before,
.plan-table-wrap::after {
  content: none !important;
}

.plan-header h2,
.plan-table-head,
.feature-cell,
.plan-col-btn {
  color: var(--text-light) !important;
}

.plan-header p {
  color: var(--text-muted) !important;
  opacity: 1 !important;
}

.plan-table-wrap {
  background: rgba(8, 19, 34, 0.62) !important;
  border: 1px solid var(--glass-border) !important;
}

/* ================= FINAL VISUAL ALIGNMENT ================= */
/* Buttons: match reference (blue-purple primary + deep glass secondary) */
.hero-actions .btn-primary,
.services-cta .btn-primary,
.plan-cell-cta,
.service-quote-btn {
  background: linear-gradient(135deg, #6f7dff, #7f6bff) !important;
  color: #ffffff !important;
  border: 1px solid rgba(165, 178, 255, 0.28) !important;
  box-shadow: 0 10px 24px rgba(71, 88, 221, 0.34) !important;
}

.hero-actions .btn-primary:hover,
.services-cta .btn-primary:hover,
.plan-cell-cta:hover,
.service-quote-btn:hover {
  filter: brightness(1.05) !important;
  transform: translateY(-2px) !important;
}

.hero-actions .btn-secondary,
.services-cta .btn-secondary {
  background: rgba(22, 40, 63, 0.56) !important;
  color: #e8f2ff !important;
  border: 1.5px solid rgba(173, 207, 230, 0.35) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04) !important;
}

.hero-actions .btn-secondary:hover,
.services-cta .btn-secondary:hover {
  background: rgba(30, 53, 80, 0.68) !important;
  color: #ffffff !important;
}

/* Cards: unify with index card language */
.service-card,
.seo-offering-card,
.organic-services-grid .organic-service-card,
.ux-service-card,
.showcase-cards .ux-service-card,
.why-register-section .why-register-card,
.ai-service-card {
  background: rgba(0, 0, 0, 0.35) !important;
  border: 1.5px solid rgba(45, 226, 230, 0.32) !important;
  border-radius: 16px !important;
  color: var(--text-light) !important;
}

.service-card:hover,
.seo-offering-card:hover,
.organic-services-grid .organic-service-card:hover,
.ux-service-card:hover,
.showcase-cards .ux-service-card:hover,
.why-register-section .why-register-card:hover,
.ai-service-card:hover {
  border-color: var(--accent) !important;
  box-shadow: 0 0 26px rgba(45, 226, 230, 0.28) !important;
}

/* If a section has exactly 2 cards: 1st blue, 2nd black */
.services-grid > .service-card:first-child:nth-last-child(2) {
  background: linear-gradient(145deg, rgba(78, 104, 232, 0.34), rgba(16, 32, 58, 0.68)) !important;
  border-color: rgba(122, 171, 255, 0.5) !important;
}

.services-grid > .service-card:first-child:nth-last-child(2) ~ .service-card {
  background: rgba(0, 0, 0, 0.35) !important;
  border-color: rgba(45, 226, 230, 0.32) !important;
}

/* UX/UI dual-panel sections: bring both sides toward center */
.design-showcase {
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 0.95fr) !important;
  gap: clamp(10px, 1.8vw, 18px) !important;
  justify-content: center !important;
  align-items: center !important;
}

.design-showcase .showcase-cards,
.design-showcase .showcase-visual {
  justify-self: center !important;
}

.ux-services-grid {
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 0.95fr) !important;
  gap: clamp(10px, 1.8vw, 18px) !important;
  justify-content: center !important;
  align-items: center !important;
}

.ux-services-grid .ux-service-cards,
.ux-services-grid .mobile-mockup {
  justify-self: center !important;
}

/* FAQ polish */
.faq-section .section-head h2 {
  margin-bottom: 36px !important;
}

.faq-list {
  max-width: 880px !important;
  padding-top: 0 !important;
}

.faq-item {
  background: linear-gradient(135deg, rgba(17, 30, 52, 0.9), rgba(14, 24, 42, 0.86)) !important;
  border: 1.5px solid rgba(45, 226, 230, 0.28) !important;
  border-radius: 20px !important;
  margin-bottom: 18px !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important;
}

.faq-question {
  padding: 22px 24px !important;
  font-size: 1.02rem !important;
  color: #f4f8ff !important;
}

.faq-question .icon {
  color: #dbe8ff !important;
}

.faq-item.active {
  border-color: rgba(45, 226, 230, 0.62) !important;
  box-shadow: 0 0 24px rgba(45, 226, 230, 0.2) !important;
}

.faq-answer {
  color: rgba(218, 232, 247, 0.88) !important;
  padding: 0 24px !important;
}

.faq-item.active .faq-answer {
  padding: 0 24px 20px !important;
}

/* ================= FINAL RESPONSIVE CONSISTENCY ================= */
/* UX/UI: Dynamic section cards should sit closer to center */
.dynamic-design-section .design-showcase .dynamic-cards-wrapper,
.dynamic-design-section .design-showcase .showcase-cards {
  margin-left: 0 !important;
  margin-right: 0 !important;
  justify-self: center !important;
  align-self: center !important;
  max-width: min(560px, 100%) !important;
}

@media (min-width: 1201px) {
  .dynamic-design-section .design-showcase .showcase-cards {
    transform: translateX(-24px);
  }
}

@media (max-width: 1200px) {
  .services-grid,
  .seo-offerings-grid,
  .cms-model-stack,
  .process-steps-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .design-showcase,
  .ux-services-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .showcase-cards,
  .ux-service-cards,
  .showcase-visual,
  .mobile-mockup {
    justify-self: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }

  .ux-card-right {
    margin-left: 0 !important;
  }
}

@media (max-width: 768px) {
  .services-grid,
  .seo-offerings-grid,
  .cms-model-stack,
  .process-steps-wrapper {
    grid-template-columns: 1fr !important;
  }

  .service-card,
  .ux-service-card,
  .showcase-cards .ux-service-card,
  .seo-offering-card,
  .faq-item,
  .plan-panel {
    width: 100% !important;
    min-width: 0 !important;
  }

  .plan-table-wrap {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .plan-table-head,
  .plan-row {
    min-width: 620px !important;
  }

  .faq-question {
    font-size: 0.95rem !important;
    line-height: 1.45 !important;
  }
}

/* ================= SERVICE PAGES: FINAL LAYOUT MATCH ================= */
/* Keep all child pages centered and avoid edge-stretched sections. */
.services-hero .container,
.services-overview .container,
.service-detail .container,
.plan-comparison-section .container,
.services-cta .container,
.faq-section .container {
  max-width: 1220px;
  padding-left: clamp(16px, 2.1vw, 28px);
  padding-right: clamp(16px, 2.1vw, 28px);
}

.services-overview,
.service-detail,
.services-cta,
.plan-comparison-section,
.why-register-section,
.faq-section {
  padding-top: clamp(26px, 3.2vw, 48px) !important;
  padding-bottom: clamp(26px, 3.2vw, 48px) !important;
}

.services-grid {
  gap: clamp(14px, 1.9vw, 20px) !important;
}

.service-card,
.seo-offering-card,
.organic-services-grid .organic-service-card,
.why-register-section .why-register-card,
.ai-service-card {
  border-radius: 14px !important;
  padding: clamp(18px, 2.1vw, 24px) !important;
}

.service-card h3,
.seo-offering-card h3,
.organic-services-grid .organic-service-card h3,
.why-register-section .why-register-card h3,
.ai-service-card h3 {
  font-size: clamp(1rem, 1.15vw, 1.24rem) !important;
  line-height: 1.3 !important;
  margin-bottom: 10px !important;
}

.service-card p,
.seo-offering-card p,
.organic-services-grid .organic-service-card p,
.why-register-section .service-includes li,
.ai-service-card p {
  font-size: clamp(0.9rem, 0.9vw, 0.98rem) !important;
  line-height: 1.55 !important;
}

.why-register-section .services-grid {
  gap: clamp(16px, 2vw, 22px) !important;
}

.why-register-icon {
  margin-bottom: 10px !important;
}

.process-flow-list {
  max-width: 780px !important;
  gap: 12px !important;
}

.process-flow-card {
  width: min(100%, 540px) !important;
  min-height: 68px !important;
}

.process-flow-card h3 {
  font-size: clamp(0.9rem, 1.05vw, 1rem) !important;
}

.faq-list {
  max-width: 880px !important;
  padding-top: clamp(10px, 2vw, 20px) !important;
}

.faq-item {
  margin-bottom: 14px !important;
  border-radius: 16px !important;
}

.faq-question {
  padding: 20px 22px !important;
  font-size: clamp(0.96rem, 1vw, 1.04rem) !important;
}

.faq-answer {
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
}

@media (max-width: 1200px) {
  .services-hero .container,
  .services-overview .container,
  .service-detail .container,
  .plan-comparison-section .container,
  .services-cta .container,
  .faq-section .container {
    max-width: 1060px;
  }

  .services-grid,
  .seo-offerings-grid,
  .process-steps-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .services-overview,
  .service-detail,
  .services-cta,
  .plan-comparison-section,
  .why-register-section,
  .faq-section {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }

  .services-grid,
  .seo-offerings-grid,
  .process-steps-wrapper {
    grid-template-columns: 1fr !important;
  }

  .service-card,
  .seo-offering-card,
  .organic-services-grid .organic-service-card,
  .why-register-section .why-register-card,
  .ai-service-card {
    padding: 18px !important;
  }

  .faq-question {
    padding: 16px 16px !important;
    font-size: 0.94rem !important;
  }

  .faq-answer {
    font-size: 0.9rem !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .faq-item.active .faq-answer {
    padding: 0 16px 14px !important;
  }
}

/* ================= CTA + UX/UI PANEL SPACING FIXES ================= */
/* Keep CTA card centered/narrow across all service pages (match reference). */
.services-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 24%, rgba(45, 226, 230, 0.17), transparent 32%),
    radial-gradient(circle at 86% 70%, rgba(45, 226, 230, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(12, 32, 54, 0.9), rgba(8, 25, 45, 0.92)) !important;
}

.services-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 20%),
    radial-gradient(circle at 50% 0%, rgba(79, 209, 197, 0.1), transparent 40%);
}

.services-cta .container.cta-box {
  max-width: min(760px, 100%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: clamp(52px, 6vw, 76px) clamp(22px, 4vw, 48px) !important;
  border-radius: 30px !important;
}

.services-cta .container.cta-box h2 {
  font-size: clamp(1.9rem, 2.9vw, 2.55rem) !important;
  line-height: 1.18 !important;
  margin-bottom: 14px !important;
}

.services-cta .container.cta-box p {
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 28px !important;
  font-size: clamp(0.95rem, 1.02vw, 1.02rem) !important;
  line-height: 1.6 !important;
}

.services-cta .container.cta-box .btn {
  font-size: 0.95rem !important;
}

/* UX/UI first split section: tablet mockup and content cards spacing. */
.dynamic-design-section .design-showcase {
  gap: clamp(42px, 5.6vw, 88px) !important;
}

.dynamic-design-section .design-showcase .showcase-visual {
  padding-right: clamp(12px, 2vw, 28px) !important;
}

.dynamic-design-section .design-showcase .showcase-cards {
  padding-left: clamp(12px, 2vw, 28px) !important;
  transform: none !important;
}

/* UX/UI second split section: text cards and phone mockup spacing. */
.seamless-ux-section .ux-services-grid {
  gap: clamp(40px, 5.4vw, 84px) !important;
}

.seamless-ux-section .ux-services-grid .ux-service-cards {
  padding-right: clamp(12px, 2vw, 26px) !important;
}

.seamless-ux-section .ux-services-grid .mobile-mockup {
  padding-left: clamp(12px, 2vw, 26px) !important;
}

/* Tablet/mobile: stack cleanly and remove side paddings. */
@media (max-width: 1200px) {
  .services-cta .container.cta-box {
    max-width: min(700px, 100%) !important;
    padding: clamp(40px, 5vw, 56px) clamp(18px, 3.4vw, 32px) !important;
  }

  .dynamic-design-section .design-showcase,
  .seamless-ux-section .ux-services-grid {
    gap: 34px !important;
  }

  .dynamic-design-section .design-showcase .showcase-visual,
  .dynamic-design-section .design-showcase .showcase-cards,
  .seamless-ux-section .ux-services-grid .ux-service-cards,
  .seamless-ux-section .ux-services-grid .mobile-mockup {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .services-cta .container.cta-box {
    max-width: 100% !important;
    border-radius: 24px !important;
    padding: 30px 16px !important;
  }

  .services-cta .container.cta-box h2 {
    font-size: clamp(1.45rem, 7vw, 2rem) !important;
  }

  .services-cta .container.cta-box p {
    font-size: 0.95rem !important;
    margin-bottom: 18px !important;
  }

  .dynamic-design-section .design-showcase,
  .seamless-ux-section .ux-services-grid {
    gap: 22px !important;
  }
}
