:root {
  --cs-primary: #2088ff;
  --cs-primary-deep: #0f2f76;
  --cs-secondary: #1bc8bd;
  --cs-accent-yellow: #ffd24a;
  --cs-accent-orange: #ff913b;
  --cs-accent-green: #31c889;
  --cs-accent-coral: #ff6e7d;
  --cs-bg-start: #fff6de;
  --cs-bg-end: #e8f8ff;
  --cs-hero-start: #1a2b98;
  --cs-hero-end: #070a35;
  --cs-hero-bubble-a: rgba(111, 217, 255, 0.42);
  --cs-hero-bubble-b: rgba(255, 183, 74, 0.34);
  --cs-hero-cyan: rgba(132, 226, 255, 0.52);
  --cs-hero-yellow: rgba(255, 205, 98, 0.26);
  --cs-hero-green: rgba(140, 246, 203, 0.22);
  --cs-hero-pink: rgba(175, 142, 255, 0.3);
  --cs-hero-bg-image: url("../img/ilustrasi/bg.png");
  --cs-trust-card-1: linear-gradient(135deg, #d5c9ff 0%, #c8bcff 100%);
  --cs-trust-card-2: linear-gradient(135deg, #b7f7c5 0%, #97eeb0 100%);
  --cs-trust-card-3: linear-gradient(135deg, #ffe79f 0%, #ffd882 100%);
  --cs-trust-card-4: linear-gradient(135deg, #ffc8a1 0%, #ffb78c 100%);
  --cs-surface: #ffffff;
  --cs-soft-surface: rgba(32, 136, 255, 0.08);
  --cs-text: #304d6d;
  --cs-muted: #617d99;
  --cs-border: #d7eaff;
  --cs-footer-bg: #123a67;
  --cs-footer-text: rgba(255, 255, 255, 0.82);
  --cs-ink-strong: #1e2748;
  --cs-success-text: #0d8f70;
  --cs-success-soft-bg: rgba(49, 200, 137, 0.12);
  --cs-success-border: rgba(49, 200, 137, 0.45);
  --cs-success-shadow: rgba(49, 200, 137, 0.2);
  --cs-header-shadow-color: rgba(15, 47, 118, 0.12);
  --cs-primary-glow: rgba(32, 136, 255, 0.3);
  --cs-yellow-shadow: rgba(255, 210, 74, 0.34);
  --cs-gradient-primary: linear-gradient(135deg, #2088ff 0%, #1bc8bd 100%);
  --cs-gradient-accent: linear-gradient(135deg, #ffd24a 0%, #ff913b 100%);
  --cs-gradient-success: linear-gradient(135deg, rgba(49, 200, 137, 0.65) 0%, #31c889 100%);
  --cs-gradient-coral: linear-gradient(135deg, rgba(255, 110, 125, 0.65) 0%, #ff6e7d 100%);
  --cs-gradient-final: linear-gradient(135deg, #2088ff 0%, #1bc8bd 100%);
  --cs-cloud-gradient: linear-gradient(180deg, rgba(32, 136, 255, 0.4) 0%, rgba(32, 136, 255, 0.28) 100%);
  --cs-blue: var(--cs-primary);
  --cs-blue-deep: var(--cs-primary-deep);
  --cs-sky: rgba(32, 136, 255, 0.08);
  --cs-yellow: var(--cs-accent-yellow);
  --cs-teal: var(--cs-secondary);
  --cs-white: var(--cs-surface);
  --cs-shadow: 0 20px 55px rgba(17, 55, 105, 0.13);
  --cs-soft-shadow: 0 12px 28px rgba(17, 55, 105, 0.1);
  --cs-radius-xl: 36px;
  --cs-radius-lg: 26px;
  --cs-radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  max-width: 100%;
}

body {
  margin: 0;
  font-family: "Nunito", "Segoe UI", sans-serif;
  line-height: 1.65;
  color: var(--cs-text);
  background: linear-gradient(180deg, var(--cs-bg-start) 0%, var(--cs-bg-end) 100%);
  overflow-x: hidden;
}

.cs-skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cs-skip-link:focus {
  left: 16px;
  top: 12px;
  z-index: 9999;
  width: auto;
  height: auto;
  overflow: visible;
  padding: 10px 14px;
  border-radius: 10px;
  background: #ffffff;
  color: var(--cs-blue-deep);
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(16, 47, 112, 0.22);
}

.cs-main:focus {
  outline: none;
}

.cs-main,
.cs-main .elementor,
.cs-main .elementor-section,
.cs-main .elementor-container,
.cs-main .elementor-column,
.cs-main .elementor-widget-wrap {
  min-width: 0;
}

.cs-anchor-offset {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.cs-container {
  width: min(1200px, calc(100% - 36px));
  margin-inline: auto;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  color: var(--cs-blue-deep);
  font-family: "Baloo 2", "Nunito", sans-serif;
}

h1 {
  font-size: clamp(38px, 6vw, 65px);
  letter-spacing: -1.8px;
}

h2 {
  font-size: clamp(32px, 4.1vw, 36px);
  letter-spacing: -1px;
}

h3 {
  font-size: 24px;
}

.cs-header {
  position: sticky;
  top: 0;
  z-index: 90;
  padding: 0;
  margin-bottom: -82px;
  background: transparent;
  backdrop-filter: none;
}

.cs-header .cs-container {
  width: min(1220px, calc(100% - 36px));
}

.cs-header-shell {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #cfe4ff;
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(18, 56, 107, 0.1);
  min-height: 82px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 8px 14px;
  transform: translateY(30px);
}

.cs-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.cs-logo-mark {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font: 900 30px "Baloo 2", cursive;
  color: var(--cs-white);
  background: linear-gradient(135deg, #20a7ff, #18c0b5);
  box-shadow: 0 8px 22px rgba(30, 133, 255, 0.28);
}

.cs-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.cs-logo-text strong {
  font: 800 22px "Baloo 2", cursive;
  color: var(--cs-blue-deep);
}

.cs-logo-text em {
  margin-top: -4px;
  font: normal 800 14px "Baloo 2", cursive;
  color: var(--cs-blue);
}

.cs-brand-logo .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.cs-brand-logo .custom-logo {
  width: auto;
  max-height: 64px;
}

.cs-menu-toggle {
  display: none;
  margin-left: auto;
  border: 0;
  border-radius: 14px;
  padding: 11px 14px;
  font-weight: 900;
  background: #edf6ff;
  color: var(--cs-blue-deep);
}

.cs-menu-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex: 1;
  min-width: 0;
}

.cs-wp-menu,
.cs-menu-actions,
.cs-wp-menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-wp-menu {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  flex: 1 1 auto;
}

.cs-wp-menu > li {
  position: relative;
}

.cs-wp-menu > li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 10px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 15px;
  color: var(--cs-blue-deep);
  transition: color 0.2s ease, background-color 0.2s ease;
  white-space: nowrap;
  cursor: pointer;
}

.cs-wp-menu > li > a:hover {
  color: var(--cs-blue);
  background: #f2f9ff;
}

.cs-wp-menu .sub-menu::before {
    content: "";
    position: absolute;
    top: -15px; 
    left: 0;
    width: 100%;
    height: 15px; 
    background: transparent; 
}

.cs-wp-menu > li.current-menu-item > a,
.cs-wp-menu > li.current-menu-ancestor > a,
.cs-wp-menu > li.current-menu-parent > a {
  color: var(--cs-blue);
}

.cs-wp-menu > li.current-menu-item > a::before,
.cs-wp-menu > li.current-menu-ancestor > a::before,
.cs-wp-menu > li.current-menu-parent > a::before {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: -2px;
  height: 4px;
  border-radius: 999px;
  background: var(--cs-blue);
}

.cs-wp-menu > li.menu-item-has-children > a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.cs-wp-menu .sub-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 220px;
  background: #ffffff;
  border: 1px solid var(--cs-border);
  border-radius: 16px;
  box-shadow: var(--cs-soft-shadow);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cs-wp-menu > li:hover > .sub-menu,
.cs-wp-menu > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cs-wp-menu .sub-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--cs-blue-deep);
  font-weight: 700;
}

.cs-wp-menu .sub-menu a:hover {
  background: #f1f8ff;
  color: var(--cs-blue);
}

.cs-menu-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex: 0 0 auto;
}

.cs-menu-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 2px solid var(--cs-border);
  background: #ffffff;
  color: var(--cs-blue-deep);
  font-weight: 900;
  font-size: 15px;
  white-space: nowrap;
}

.cs-menu-actions li:first-child a {
  border-color: #b5e8d8;
  color: #0d8f70;
  background: #f1fff9;
  box-shadow: 0 12px 28px rgba(13, 143, 112, 0.13);
}

.cs-menu-actions li:last-child a {
  border-color: #ffcb35;
  color: #1e2748;
  background: linear-gradient(135deg, #ffd640 0%, #ffbd17 100%);
  box-shadow: 0 14px 30px rgba(255, 196, 25, 0.34);
}

.csm-editor-image-controls {
  display: none;
}

body.csm-show-image-controls.elementor-editor-active .csm-editor-image-controls {
  display: block;
  padding: 24px 0;
  background: linear-gradient(90deg, #fff8dd 0%, #eff7ff 100%);
  border-bottom: 1px dashed #ffd457;
}

body.csm-show-image-controls.elementor-editor-active .csm-image-control-note {
  max-width: 760px;
  margin: 0 auto 16px;
  text-align: center;
  color: #274468;
}

body.csm-show-image-controls.elementor-editor-active .csm-image-control-note h3 {
  margin: 0 0 10px;
  font-size: 32px;
}

body.csm-show-image-controls.elementor-editor-active .csm-image-control-note p {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
}

body.csm-show-image-controls.elementor-editor-active .csm-image-source .elementor-widget-container {
  max-width: 560px;
  margin: 0 auto 14px;
  border: 2px dashed #9dc7ff;
  border-radius: 18px;
  padding: 12px;
  background: #ffffff;
}

body.csm-show-image-controls.elementor-editor-active .csm-image-source .elementor-widget-container::before {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eaf4ff;
  color: #205496;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2px;
}

body.csm-show-image-controls.elementor-editor-active .csm-image-source-hero .elementor-widget-container::before {
  content: "Sumber Gambar Hero";
}

body.csm-show-image-controls.elementor-editor-active .csm-image-source-why .elementor-widget-container::before {
  content: "Sumber Gambar Kenapa Memilih";
}

body.csm-show-image-controls.elementor-editor-active .csm-image-source-homevisit .elementor-widget-container::before {
  content: "Sumber Icon Home Visit";
}

body.csm-show-image-controls.elementor-editor-active .csm-image-source img {
  width: 100%;
  border-radius: 12px;
}

.cs-hero {
  position: relative;
  overflow: hidden;
  padding: 134px 0 84px;
  background:
    var(--cs-hero-bg-image) center center / cover no-repeat;
}

.cs-hero-copy h1 {
  color: #ffffff;
}

.cs-hero::before,
.cs-hero::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  opacity: 0.9;
}


.cs-hero-slider {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cs-hero-slider::-webkit-scrollbar {
  display: none;
}

.cs-hero-slider-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 100%);
  gap: 0;
}

.cs-hero-slide {
  scroll-snap-align: start;
}

.cs-hero-slider-controls-widget {
  margin-top: 18px;
  position: relative;
  z-index: 2;
}

.cs-hero-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 16px;
}

body.csm-show-image-controls.elementor-editor-active .cs-hero-slider {
  overflow: visible;
}

body.csm-show-image-controls.elementor-editor-active .cs-hero-slider-track {
  grid-auto-flow: row;
  grid-auto-columns: minmax(0, 1fr);
  gap: 20px;
}

body.csm-show-image-controls.elementor-editor-active .cs-hero-slider-controls-widget {
  display: none;
}

.cs-hero-two-col .elementor-container {
  width: min(1220px, calc(100% - 36px));
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.cs-hero-two-col .elementor-column {
  min-width: 0;
  flex: 1 1 50%;
  width: 50%;
}

.cs-hero-image-col {
  position: relative;
}

.cs-hero-photo-widget .elementor-widget-container {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: var(--cs-shadow);
}

.cs-hero-photo-widget img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: right top;
}

.cs-hero-image-col .cs-hero-badge-widget {
  position: absolute;
  right: 18px;
  bottom: 22px;
  z-index: 3;
}

.cs-hero-image-col .cs-hero-badge-widget p {
  margin: 0;
}

.cs-hero-grid {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}

.cs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 2px solid #d7e9ff;
  background: #ffffff;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 900;
  color: var(--cs-blue-deep);
  box-shadow: 0 10px 24px rgba(15, 47, 118, 0.1);
}

.cs-eyebrow::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e85ff, #2bc3ff);
}

.cs-hero-copy p {
  margin: 16px 0 24px;
  max-width: 580px;
  font-size: 34px;
  font-size: clamp(20px, 2.2vw, 36px);
  color: #2c4768;
}

.cs-hero-copy .cs-hero-desc {
  margin-top: 16px;
  font-size: 34px;
}

.cs-hero-copy .cs-hero-desc,
.cs-hero-copy .cs-subtitle {
  font-family: "Nunito", sans-serif;
}

.cs-hero-copy .cs-subtitle {
  margin: 0 0 24px;
  font-size: clamp(18px, 2vw, 37px);
}

.cs-hero-copy .cs-subtitle {
  color: #fff;
  font-weight: 700;
}

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

.cs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 16px 26px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 24px;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1;
}

.cs-btn-primary {
  color: #1e2748;
  background: linear-gradient(135deg, #ffd640 0%, #ffbd17 100%);
  box-shadow: 0 16px 34px rgba(255, 196, 25, 0.34);
}

.cs-btn-ghost {
  color: var(--cs-blue);
  background: #ffffff;
  border: 2px solid #c8dfff;
  box-shadow: 0 12px 24px rgba(12, 42, 93, 0.1);
}

.cs-mini-trust {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cs-mini-trust span {
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #d8ebff;
  font-weight: 800;
  color: #325173;
}

.cs-hero-art {
  position: relative;
}

.cs-hero-photo-wrap {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--cs-shadow);
}

.cs-hero-photo {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: right top;
}

.cs-why-photo {
  width: 100%;
  border-radius: 32px;
  box-shadow: 0 20px 50px rgba(18, 52, 91, 0.18);
}

.cs-hero-badge {
  position: absolute;
  right: 18px;
  bottom: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #d4e7ff;
  border-radius: 20px;
  padding: 14px;
  box-shadow: var(--cs-soft-shadow);
}

.cs-hero-note-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.cs-hero-note-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  color: #29476a;
}

.cs-hero-note-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1e85ff, #39bfff);
  box-shadow: inset 0 0 0 4px #ffffff;
}

.cs-hero-stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cs-star {
  position: absolute;
  font-size: 34px;
  color: #ffc514;
  text-shadow: 0 8px 14px rgba(255, 197, 20, 0.32);
}

.cs-star.a {
  top: -8px;
  left: 36%;
}

.cs-star.b {
  right: 12px;
  top: 26px;
}

.cs-method-hero {
  position: relative;
  overflow: hidden;
  padding: 138px 0 44px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88) 0%, rgba(238, 248, 255, 0.84) 38%, rgba(212, 238, 255, 0.92) 100%),
    linear-gradient(180deg, #eef9ff 0%, #d9efff 100%);
}

.cs-method-hero::before {
  content: "";
  position: absolute;
  inset: auto -8% 28% 8%;
  height: 190px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.74) 48%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-16deg);
  pointer-events: none;
}

.cs-method-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 34px;
  align-items: center;
}

.cs-method-copy {
  min-width: 0;
}

.cs-method-copy h1 {
  max-width: 7ch;
  color: #172b54;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: 0;
}

.cs-method-subtitle {
  margin: 16px 0 0;
  max-width: 560px;
  color: #47698c;
  font-size: clamp(17px, 1.55vw, 22px);
  font-weight: 700;
  line-height: 1.6;
}

.cs-method-pill-list {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cs-method-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 8px 18px 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(205, 225, 246, 0.92);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 30px rgba(18, 52, 101, 0.12);
  color: #29496d;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.cs-method-pill:nth-child(3n + 1) {
  background: linear-gradient(135deg, rgba(223, 243, 255, 0.94) 0%, rgba(236, 231, 255, 0.94) 100%);
}

.cs-method-pill:nth-child(3n + 2) {
  background: linear-gradient(135deg, rgba(213, 255, 229, 0.94) 0%, rgba(212, 247, 255, 0.94) 100%);
}

.cs-method-pill:nth-child(3n) {
  background: linear-gradient(135deg, rgba(255, 236, 228, 0.96) 0%, rgba(255, 246, 218, 0.96) 100%);
}

.cs-method-pill-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 0 0 1px rgba(202, 226, 248, 0.9);
  color: #2f78d5;
}

.cs-method-pill-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.cs-method-pill-icon i,
.cs-method-pill-icon svg,
.cs-method-video-link-icon i,
.cs-method-video-link-icon svg {
  width: 20px;
  height: 20px;
  font-size: 20px;
  display: block;
}

.cs-method-pill-icon-fallback {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 999px;
  background: linear-gradient(135deg, #2088ff 0%, #1bc8bd 100%);
}

.cs-method-video-col {
  min-width: 0;
}

.cs-method-video-shell {
  padding: 14px 14px 18px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.96);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 22px 48px rgba(17, 53, 102, 0.18);
  backdrop-filter: blur(12px);
}

.cs-method-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, #cee7f8 0%, #a6d3ef 100%);
}

.cs-method-video-preview {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  color: inherit;
}

.cs-method-video-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 43, 84, 0.04) 0%, rgba(18, 43, 84, 0.28) 100%);
  pointer-events: none;
}

.cs-method-video-preview img,
.cs-method-video-frame iframe,
.cs-method-video-frame video,
.cs-method-video-frame object,
.cs-method-video-frame embed {
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: cover;
  border: 0;
}

.cs-method-video-frame .fluid-width-video-wrapper,
.cs-method-video-frame .fluid-width-video-wrapper iframe {
  width: 100%;
  height: 100%;
}

.cs-method-video-frame .wp-video,
.cs-method-video-frame .wp-video-shortcode {
  width: 100% !important;
  height: 100% !important;
}

.cs-method-video-preview-play {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #2f78d5;
  box-shadow: 0 14px 28px rgba(17, 53, 102, 0.24);
}

.cs-method-video-preview-play i,
.cs-method-video-preview-play svg {
  width: 24px;
  height: 24px;
  display: block;
}

.cs-method-video-preview-fallback-icon {
  font-size: 24px;
  line-height: 1;
  transform: translateX(2px);
}

.cs-method-video-actions {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
}

.cs-method-video-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #3975e8 0%, #2a9dff 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(41, 116, 228, 0.3);
}

.cs-method-video-link img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.cs-method-video-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cs-method-video-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
  color: #335a80;
  font-weight: 800;
}

.cs-method-content {
  padding: 18px 0 72px;
}

.cs-method-content-inner {
  width: min(900px, 100%);
  margin-inline: auto;
}

.cs-method-content-inner > :first-child {
  margin-top: 0;
}

.cs-method-content-inner > :last-child {
  margin-bottom: 0;
}

@media (max-width: 1080px) {
  .cs-method-hero-grid {
    grid-template-columns: 1fr;
  }

  .cs-method-copy h1 {
    max-width: 9ch;
  }
}

@media (max-width: 720px) {
  .cs-method-hero {
    padding: 98px 0 28px;
  }

  .cs-method-hero::before {
    inset: auto -34% 24% 2%;
    height: 140px;
  }

  .cs-method-hero-grid {
    gap: 22px;
  }

  .cs-method-copy h1 {
    max-width: none;
    font-size: clamp(34px, 10vw, 44px);
  }

  .cs-method-subtitle {
    font-size: 16px;
  }

  .cs-method-pill-list {
    gap: 10px;
  }

  .cs-method-pill {
    width: 100%;
    justify-content: flex-start;
    padding-right: 14px;
    font-size: 14px;
  }

  .cs-method-video-shell {
    padding: 10px 10px 14px;
    border-radius: 24px;
  }

  .cs-method-video-frame {
    border-radius: 18px;
  }

  .cs-method-video-preview-play {
    left: 14px;
    bottom: 14px;
    width: 56px;
    height: 56px;
  }

  .cs-method-video-actions {
    justify-content: flex-start;
  }

  .cs-method-video-link {
    width: 100%;
    justify-content: center;
  }

  .cs-method-content {
    padding-bottom: 56px;
  }
}

@media (max-width: 420px) {
  .cs-method-pill {
    min-height: 50px;
    gap: 10px;
    padding-left: 8px;
  }

  .cs-method-pill-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .cs-method-pill-icon img,
  .cs-method-video-link img,
  .cs-method-pill-icon i,
  .cs-method-pill-icon svg,
  .cs-method-video-link-icon i,
  .cs-method-video-link-icon svg,
  .cs-method-video-preview-play i,
  .cs-method-video-preview-play svg {
    width: 18px;
    height: 18px;
  }
}

.cs-star.c {
  left: 4%;
  bottom: 12%;
  color: #66b6ff;
}

.cs-trust-strip {
  position: relative;
  z-index: 4;
  margin-top: -36px;
}

.cs-trust-grid {
  background: #ffffff;
  border: 1px solid var(--cs-border);
  border-radius: 30px;
  box-shadow: var(--cs-shadow);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.cs-trust-item {
  padding: 20px 26px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}

.cs-trust-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: #e4f0ff;
}

.cs-trust-icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  flex-shrink: 0;
  box-shadow: 0 10px 22px rgba(20, 57, 117, 0.22);
}

.cs-trust-item-patients .cs-trust-icon {
  background: linear-gradient(145deg, #2f9dff, #0f51dd);
}

.cs-trust-item-clinics .cs-trust-icon {
  background: linear-gradient(145deg, #ffd652, #f4b31b);
  color: #284063;
}

.cs-trust-item-doctor .cs-trust-icon {
  background: linear-gradient(145deg, #75e1be, #17b475);
}

.cs-trust-item-emergency .cs-trust-icon {
  background: linear-gradient(145deg, #ff9daa, #ff5f7b);
  font-size: 24px;
}

.cs-trust-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.cs-trust-copy strong {
  display: block;
  margin: 0;
  color: #112a63;
  font: 900 clamp(30px, 2.5vw, 54px) "Baloo 2", cursive;
  letter-spacing: -0.8px;
  line-height: 0.95;
}

.cs-trust-item-doctor .cs-trust-copy strong,
.cs-trust-item-emergency .cs-trust-copy strong {
  font-size: clamp(26px, 2vw, 42px);
}

.cs-trust-copy span {
  display: block;
  margin: 0;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  color: #304d74;
}

.cs-section {
  padding: 72px 0;
}




.cs-ornament-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.cs-ornament,
.cs-ornament::before,
.cs-ornament::after {
  pointer-events: none;
}

.cs-ornament-scope > *:not(.cs-ornament-layer),
.cs-section-has-ornaments > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget:not(.cs-ornament-layer-widget) {
  position: relative;
  z-index: 1;
}

.cs-ornament {
  position: absolute;
  display: block;
}



.cs-ornament-cloud::before,
.cs-ornament-cloud::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: inherit;
}

.cs-ornament-cloud::before {
  width: 42%;
  height: 108%;
  left: 12%;
  top: -54%;
}

.cs-ornament-cloud::after {
  width: 36%;
  height: 92%;
  right: 14%;
  top: -42%;
}

.cs-ornament-cloud-a {
  left: -2%;
  bottom: 10%;
}

.cs-ornament-cloud-b {
  right: -3%;
  top: 16%;
  animation-delay: 1.4s;
}

.cs-ornament-star-a {
  right: 10%;
  top: 12%;
}

.cs-ornament-star-b {
  left: 8%;
  bottom: 16%;
  animation-delay: 1.2s;
}

.cs-ornament-layout-hero .cs-ornament-cloud-a {
  left: -4%;
  bottom: 6%;
}

.cs-ornament-layout-hero .cs-ornament-cloud-b {
  right: 4%;
  top: 0%;
}

.cs-ornament-layout-hero .cs-ornament-star-a {
  right: 20%;
  top: 8%;
}

.cs-ornament-layout-services .cs-ornament-cloud-a {
  left: -3%;
  top: 8%;
  bottom: auto;
}

.cs-ornament-layout-services .cs-ornament-star-b {
  left: auto;
  right: 12%;
  bottom: 8%;
}

.cs-ornament-layout-method .cs-ornament-cloud-b {
  right: -5%;
  top: 22%;
}

.cs-ornament-layout-method .cs-ornament-star-a {
  right: 6%;
  top: 18%;
}

.cs-ornament-layout-testimonials .cs-ornament-cloud-a {
  left: -3%;
  top: 38%;
  bottom: auto;
}

.cs-ornament-layout-testimonials .cs-ornament-star-a {
  right: 5%;
  top: 6%;
}

.cs-ornament-layout-posts .cs-ornament-cloud-b {
  right: -4%;
  top: 42%;
}

.cs-ornament-layout-posts .cs-ornament-star-b {
  left: 6%;
  bottom: 14%;
}

.cs-ornament-layout-final .cs-ornament-cloud-a {
  left: -5%;
  bottom: 12%;
}

.cs-ornament-layout-final .cs-ornament-star-a {
  top: 10%;
  right: 8%;
}

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

@keyframes csOrnamentPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.88;
  }
  50% {
    transform: scale(1.12);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cs-ornament-star,
  .cs-ornament-cloud {
    animation: none !important;
  }
}

@supports (content-visibility: auto) {
  .cs-services,
  .cs-why-widgets,
  .cs-methods,
  .cs-testimonials,
  .cs-final-cta {
    content-visibility: auto;
    contain-intrinsic-size: 920px;
  }
}

.cs-services {
  background: transparent;
}

.cs-services-widgets-head {
  padding-bottom: 8px;
}

.cs-services-widgets-head .elementor-container,
.cs-services-widgets-cards .elementor-container {
  width: min(1200px, calc(100% - 36px));
  margin-inline: auto;
}

.cs-svc-pill-widget,
.cs-svc-title-widget,
.cs-svc-subtitle-widget {
  text-align: center;
}

.cs-svc-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 20px;
  border-radius: 999px;
  font: 900 16px/1 "Nunito", sans-serif;
  color: #ffffff;
  background: linear-gradient(145deg, #218cff, #145fd9);
}

.cs-svc-title {
  margin: 14px 0 4px;
  font-size: clamp(40px, 3.1vw, 60px);
  letter-spacing: -0.8px;
}

.cs-svc-subtitle {
  margin: 0;
  font-size: clamp(16px, 1vw, 20px);
  color: #4a6789;
  font-weight: 700;
}

.cs-services-widgets-cards .elementor-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.cs-svc-card-inner {
  height: 100%;
}

.cs-services-widgets-cards .cs-svc-card-col > .elementor-widget-wrap {
  height: 100%;
  border-radius: 24px;
  border: 1px solid #dcecff;
  background: linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%);
  box-shadow: 0 12px 26px rgba(19, 57, 108, 0.12);
  padding: 14px 14px 12px 18px;
  min-height: 198px;
  display: block;
  overflow: hidden;
}

.cs-svc-card-inner {
  margin: 0;
}

.cs-svc-card-inner > .elementor-container {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(118px, 8.2vw, 184px);
  column-gap: 6px;
  align-items: stretch;
}

.cs-svc-card-copy-col > .elementor-widget-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: flex-end;
}

.cs-svc-card-media-col {
  border-radius: 18px;
  overflow: hidden;
  align-self: stretch;
}

.cs-svc-card-media-col > .elementor-widget-wrap {
  padding: 0 !important;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.cs-svc-card-media-col img,
.cs-svc-card-media-col .elementor-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  display: block;
  margin-inline: auto;
}

.cs-svc-card-media-col .cs-svc-card-image,
.cs-svc-card-media-col .cs-svc-card-image .elementor-widget-container {
  width: 100%;
  min-height: 100%;
}

.cs-svc-card-media-col .cs-svc-card-image .elementor-widget-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.cs-svc-card-media-col .cs-svc-card-image img {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  object-fit: contain;
}

.cs-services-widgets-cards .cs-svc-card-col > .elementor-widget-wrap.elementor-element-populated {
  background: var(--cs-card-bg, linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%));
}

.cs-svc-card-col--bayi {
  --cs-card-bg: linear-gradient(180deg, #eef8ff 0%, #e4f2ff 100%);
}

.cs-svc-card-col--anak {
  --cs-card-bg: linear-gradient(180deg, #effcff 0%, #e5f8ff 100%);
}

.cs-svc-card-col--gemuk {
  --cs-card-bg: linear-gradient(180deg, #eefff9 0%, #e5f8f1 100%);
}

.cs-svc-card-col--dewasa {
  --cs-card-bg: linear-gradient(180deg, #f3f1ff 0%, #eae8ff 100%);
}

.cs-svc-card-image img {
  width: 100%;
  max-width: 172px;
  max-height: 166px;
  height: auto;
  object-fit: contain;
}

.cs-svc-card-title h3 {
  margin: 0;
  font-size: clamp(17px, 1.05vw, 22px);
  line-height: 1.2;
}

.cs-svc-card-desc p {
  margin: 0;
  color: #365477;
  font-weight: 700;
  font-size: clamp(13px, 0.9vw, 16px);
  line-height: 1.35;
}

.cs-svc-card-btn a {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(145deg, #2d8dff, #165cd9);
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 16px rgba(14, 77, 177, 0.28);
}

.cs-svc-card-btn {
  margin-top: 2px;
}

.cs-svc-card-col--bayi .cs-svc-card-btn a {
  background: linear-gradient(145deg, #31a2ff, #1678eb);
}

.cs-svc-card-col--anak .cs-svc-card-btn a {
  background: linear-gradient(145deg, #3ab8ff, #1f98ea);
}

.cs-svc-card-col--gemuk .cs-svc-card-btn a {
  background: linear-gradient(145deg, #25c39d, #179f7f);
}

.cs-svc-card-col--dewasa .cs-svc-card-btn a {
  background: linear-gradient(145deg, #8f7aff, #715de2);
}

.cs-service-age-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding-right: 112px;
}

.cs-service-age-head h2 {
  font-size: clamp(42px, 3vw, 56px);
  line-height: 0.98;
}

.cs-service-age-line {
  margin-top: 10px;
  width: 84px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffc92d, #ffbd16);
  display: block;
}

.cs-service-age-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.cs-age-card {
  background: linear-gradient(180deg, #ffffff 0%, #f2f8ff 100%);
  border: 1px solid #dcecff;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(18, 56, 107, 0.11);
  text-align: center;
  padding: 16px 12px 14px;
}

.cs-age-avatar {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  font-size: 44px;
}

.cs-age-avatar.baby {
  background: radial-gradient(circle at 35% 30%, #e4f6ff, #c8ecff);
}

.cs-age-avatar.child {
  background: radial-gradient(circle at 35% 30%, #e6f9d5, #c7ecac);
}

.cs-age-avatar.chubby {
  background: radial-gradient(circle at 35% 30%, #fff0dd, #ffd8b0);
}

.cs-age-avatar.teen {
  background: radial-gradient(circle at 35% 30%, #e7e6ff, #d1cdfd);
}

.cs-age-avatar.adult {
  background: radial-gradient(circle at 35% 30%, #dff6ff, #bdeaff);
}

.cs-age-avatar.home {
  background: radial-gradient(circle at 35% 30%, #fff1cc, #ffe0a0);
}

.cs-age-avatar.home img {
  width: 42px;
  height: 42px;
}

.cs-age-card h3 {
  font-size: clamp(18px, 1.08vw, 23px);
  line-height: 1.15;
  margin: 0 0 6px;
  min-height: 2.3em;
}

.cs-age-card a {
  font-weight: 900;
  color: var(--cs-blue);
  font-size: clamp(14px, 0.9vw, 18px);
}

.cs-service-age-cloud {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 104px;
  border-radius: 999px;
  background: linear-gradient(180deg, #99d2ff 0%, #78bdf6 100%);
  color: #0f2f76;
  font: 900 27px/1.05 "Baloo 2", cursive;
  padding: 20px 16px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(32, 95, 170, 0.2);
}

.cs-why-widgets > .elementor-container {
  width: min(1200px, calc(100% - 36px));
  margin-inline: auto;
}

.cs-why-widgets > .elementor-container,
.cs-why-mockup-wrap:not(.cs-why-widgets) {
  display: grid;
  grid-template-columns: 1.95fr 0.65fr;
  gap: 20px;
  align-items: stretch;
}

.cs-why-mockup-wrap:not(.cs-why-widgets) .cs-why-mockup-main,
.cs-why-widgets .cs-why-mockup-main > .elementor-widget-wrap {
  background: #ffffff;
  border: 1px solid #d8ebff;
  border-radius: 36px;
  box-shadow: var(--cs-shadow);
  padding: 24px 28px 22px;
  height: 100%;
}

.cs-why-mockup-main h2,
.cs-why-title-widget h2 {
  text-align: center;
  font-size: clamp(44px, 3.2vw, 58px);
}

.cs-why-line {
  display: block;
  width: 94px;
  height: 8px;
  border-radius: 999px;
  margin: 8px auto 20px;
  background: linear-gradient(90deg, #ffc92d, #ffbd16);
}

.cs-why-mockup-wrap:not(.cs-why-widgets) .cs-why-mockup-grid,
.cs-why-mockup-grid > .elementor-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cs-why-item {
  text-align: center;
  padding: 10px 10px 4px;
  position: relative;
}

.cs-why-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: #dcecff;
}

.cs-why-item-icon {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  padding: 12px;
  font-size: 40px;
  font-weight: 900;
}

.cs-why-item-icon-image {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.cs-why-item-icon.money,
.cs-why-item-icon.shield,
.cs-why-item-icon.support {
  background: radial-gradient(circle at 35% 30%, #e4f2ff, #c8deff);
}

.cs-why-item-icon.doctor {
  background: radial-gradient(circle at 35% 30%, #ecf8dd, #d4efb7);
}

.cs-why-item-icon.clock,
.cs-why-item-icon.child {
  background: radial-gradient(circle at 35% 30%, #fff3d8, #ffe3aa);
}

.cs-why-item-icon.hospital,
.cs-why-item-icon.home {
  background: radial-gradient(circle at 35% 30%, #ffe5f4, #ffc9ea);
}

.cs-why-item h3 {
  font-size: clamp(17px, 1.02vw, 22px);
  margin-bottom: 6px;
  line-height: 1.1;
  min-height: 2.2em;
}

.cs-why-item p {
  margin: 0;
  color: #3d5d81;
  font-size: clamp(14px, 0.9vw, 17px);
  line-height: 1.35;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.cs-why-mockup-wrap:not(.cs-why-widgets) .cs-why-photo-card,
.cs-why-widgets .cs-why-photo-card > .elementor-widget-wrap {
  background: #ffffff;
  border: 1px solid #d8ebff;
  border-radius: 36px;
  box-shadow: var(--cs-shadow);
  overflow: hidden;
  position: relative;
  height: 100%;
}

.cs-why-photo-card .cs-why-photo,
.cs-why-photo-widget img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}

.cs-why-photo-cta {
  position: absolute;
  right: 18px;
  bottom: 16px;
  border-radius: 999px;
  padding: 16px 26px;
  color: #ffffff;
  background: linear-gradient(145deg, #2d8dff, #165cd9);
  box-shadow: 0 14px 28px rgba(13, 65, 170, 0.35);
  line-height: 1.05;
}

.cs-why-photo-cta-top {
  display: block;
  font: 900 34px/1 "Baloo 2", cursive;
}

.cs-why-photo-cta-bottom {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 1500px) {
  .cs-services-widgets-cards .elementor-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cs-services-widgets-cards .cs-svc-card-col > .elementor-widget-wrap {
    min-height: 186px;
  }

  .cs-svc-card-inner > .elementor-container {
    grid-template-columns: minmax(0, 1fr) 140px;
  }

  .cs-service-age-wrap {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-right: 0;
  }

  .cs-service-age-head {
    text-align: center;
  }

  .cs-service-age-line {
    margin-inline: auto;
  }

  .cs-service-age-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cs-service-age-cloud {
    position: static;
    transform: none;
    width: auto;
    max-width: 320px;
    margin: 0 auto;
  }

  .cs-why-mockup-wrap:not(.cs-why-widgets),
  .cs-why-widgets > .elementor-container {
    grid-template-columns: 1fr;
  }

  .cs-why-mockup-wrap:not(.cs-why-widgets) .cs-why-mockup-grid,
  .cs-why-mockup-grid > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 14px;
  }

  .cs-why-item::after {
    display: none;
  }
}

body.elementor-editor-active .cs-service-age-wrap {
  grid-template-columns: 1fr;
  gap: 16px;
  padding-right: 0;
}

body.elementor-editor-active .cs-services-widgets-cards .elementor-container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.elementor-editor-active .cs-service-age-head {
  text-align: center;
}

body.elementor-editor-active .cs-service-age-line {
  margin-inline: auto;
}

body.elementor-editor-active .cs-service-age-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.elementor-editor-active .cs-service-age-cloud {
  position: static;
  transform: none;
  width: auto;
  max-width: 320px;
  margin: 0 auto;
}

body.elementor-editor-active .cs-why-mockup-wrap:not(.cs-why-widgets),
body.elementor-editor-active .cs-why-widgets > .elementor-container {
  grid-template-columns: 1fr;
}

body.elementor-editor-active .cs-why-mockup-wrap:not(.cs-why-widgets) .cs-why-mockup-grid,
body.elementor-editor-active .cs-why-mockup-grid > .elementor-container {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 14px;
}

body.elementor-editor-active .cs-why-item::after {
  display: none;
}

.cs-section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 36px;
}

.cs-section-head h2 {
  margin: 12px 0;
}

.cs-section-head p {
  margin: 0;
  color: var(--cs-muted);
}

.cs-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.cs-service-card {
  background: linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%);
  border: 1px solid var(--cs-border);
  border-radius: 24px;
  box-shadow: var(--cs-soft-shadow);
  padding: 26px;
}

.cs-icon {
  width: 66px;
  height: 66px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: #e6f4ff;
  font-size: 30px;
  margin-bottom: 16px;
}

.cs-home-visit-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.cs-service-card p {
  margin: 10px 0 14px;
  color: var(--cs-muted);
}

.cs-service-card a {
  color: var(--cs-blue);
  font-weight: 900;
}

.cs-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.cs-soft-panel {
  margin-top: 20px;
  background: #ffffff;
  border: 1px solid var(--cs-border);
  border-radius: 26px;
  box-shadow: var(--cs-soft-shadow);
  padding: 28px;
}

.cs-soft-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.cs-soft-panel li {
  position: relative;
  padding: 12px 12px 12px 40px;
  background: #f2f9ff;
  border-radius: 14px;
  font-weight: 800;
  color: #2f4f73;
}

.cs-soft-panel li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 12px;
  top: 13px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd640, #ffbd17);
}

.cs-registration-form-shell {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--cs-border);
  border-radius: 28px;
  box-shadow: var(--cs-shadow);
  padding: clamp(20px, 3vw, 34px);
}

.cs-registration-form-head {
  margin-bottom: 26px;
}

.cs-registration-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cs-registration-field {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.cs-registration-field > span,
.cs-registration-field legend {
  color: var(--cs-blue-deep);
  font-size: 15px;
  font-weight: 900;
}

.cs-registration-field input,
.cs-registration-field select,
.cs-registration-field textarea {
  width: 100%;
  border: 1px solid var(--cs-border);
  border-radius: 16px;
  background: #ffffff;
  color: var(--cs-text);
  font: 700 15px/1.4 "Nunito", sans-serif;
  padding: 14px 16px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cs-registration-field input:focus,
.cs-registration-field select:focus,
.cs-registration-field textarea:focus {
  border-color: rgba(32, 136, 255, 0.55);
  box-shadow: 0 0 0 4px rgba(32, 136, 255, 0.12);
}

.cs-registration-field textarea {
  resize: vertical;
  min-height: 120px;
}

.cs-registration-field-checkboxes {
  margin: 0;
  padding: 0;
  border: 0;
}

.cs-registration-checkbox-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--cs-border);
  border-radius: 16px;
  background: #ffffff;
}

.cs-registration-checkbox-list label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cs-text);
  font-size: 15px;
  font-weight: 800;
}

.cs-registration-checkbox-list input {
  width: 18px;
  height: 18px;
  margin: 0;
}

.cs-registration-field-full {
  grid-column: 1 / -1;
}

.cs-registration-form-actions {
  margin-top: 22px;
  display: flex;
  justify-content: flex-start;
}

.cs-methods {
  background: linear-gradient(135deg, #ecf7ff 0%, #fff8d9 100%);
}

.cs-method-wrap {
  background: #ffffff;
  border: 1px solid var(--cs-border);
  border-radius: 34px;
  box-shadow: var(--cs-shadow);
  padding: 36px;
}

.cs-method-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cs-method-list div {
  background: #f3f9ff;
  border: 1px solid var(--cs-border);
  border-radius: 18px;
  padding: 20px;
}

.cs-method-list b {
  display: block;
  font: 900 28px "Baloo 2", cursive;
  color: var(--cs-blue-deep);
}

.cs-method-list span {
  color: var(--cs-muted);
  font-weight: 700;
}

.cs-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cs-step-grid div {
  background: #ffffff;
  border: 1px solid var(--cs-border);
  border-radius: 20px;
  box-shadow: var(--cs-soft-shadow);
  padding: 22px;
}

.cs-step-grid span {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: inline-grid;
  place-items: center;
  font-weight: 900;
  color: #1e2748;
  background: linear-gradient(135deg, #ffd640, #ffbd17);
  margin-bottom: 12px;
}

.cs-testimonials {
  background: #ffffff;
}

.cs-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cs-testimonial-grid blockquote {
  margin: 0;
  background: #f4f9ff;
  border: 1px solid var(--cs-border);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--cs-soft-shadow);
  font-weight: 700;
  color: #355271;
}

.cs-testimonial-grid blockquote::before {
  content: "\2605\2605\2605\2605\2605";
  display: block;
  color: #ffc514;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.cs-testimonial-grid cite {
  display: block;
  margin-top: 16px;
  color: var(--cs-blue-deep);
  font-style: normal;
  font-weight: 900;
}

.cs-testimonials-widget .cs-testimonial-pill-widget,
.cs-testimonials-widget .cs-testimonial-title-widget,
.cs-testimonials-widget .cs-testimonial-subtitle-widget {
  text-align: center;
}

.cs-testimonials-widget .cs-testimonial-head {
  text-align: center;
}

.cs-testimonials-widget .cs-testimonial-pill {
  margin-inline: auto;
}

.cs-testimonials-widget .cs-testimonial-title {
  margin: 14px 0 8px;
  font-size: clamp(40px, 3.2vw, 60px);
  letter-spacing: -0.9px;
}

.cs-testimonials-widget .cs-testimonial-subtitle {
  margin: 0;
  color: #4a6789;
  font-size: clamp(16px, 1vw, 21px);
  font-weight: 700;
}

.cs-testimonial-videos {
  margin-top: 26px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 2px;
}

.cs-testimonial-videos::-webkit-scrollbar {
  display: none;
}

.cs-testimonial-videos-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 20px) / 2);
  gap: 20px;
}

.cs-testimonial-video-col {
  min-width: 0;
  display: grid;
  gap: 10px;
  scroll-snap-align: start;
}

.cs-testimonial-video-widget {
  width: 100%;
}

.cs-testimonial-video-widget .elementor-widget-container {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--cs-border);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(18, 55, 107, 0.16);
}

.cs-testimonial-video-widget .elementor-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.cs-testimonial-video-widget iframe,
.cs-testimonial-video-widget video,
.cs-testimonial-video-widget object,
.cs-testimonial-video-widget embed {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.cs-testimonial-video-widget .elementor-wrapper > * {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.cs-testimonial-video-title {
  margin: 0;
  text-align: center;
  color: #29496d;
  font-weight: 900;
}

.cs-testimonial-slider {
  margin-top: 34px;
  padding-top: 52px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 2px;
}

.cs-testimonial-slider::-webkit-scrollbar {
  display: none;
}

.cs-testimonial-slider-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 40px) / 3);
  gap: 20px;
  align-items: stretch;
}

.cs-testimonial-card-col {
  min-width: 0;
  scroll-snap-align: start;
}

.cs-testimonial-card-shell {
  height: 100%;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 32px rgba(19, 57, 108, 0.14);
  padding: 14px 22px 22px;
}

.cs-testimonial-avatar {
  width: 88px;
  height: 88px;
  margin: -52px auto 10px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #ffffff;
  box-shadow: 0 12px 22px rgba(16, 54, 110, 0.2);
  background: #ffffff;
}

.cs-testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}

.cs-testimonial-card {
  text-align: center;
}

.cs-testimonial-rating {
  color: #f4b300;
  letter-spacing: 2px;
  font-size: 24px;
  line-height: 1;
}

.cs-testimonial-quote {
  margin: 14px 0 18px;
  color: #20456b;
  font-size: clamp(15px, 1vw, 19px);
  line-height: 1.58;
  font-weight: 700;
}

.cs-testimonial-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.cs-testimonial-meta strong {
  color: #143d6c;
  font-size: clamp(20px, 1.2vw, 27px);
  line-height: 1.1;
  font-family: "Baloo 2", "Nunito", sans-serif;
}

.cs-testimonial-meta span {
  position: relative;
  padding-left: 20px;
  color: #315d88;
  font-weight: 800;
}

.cs-testimonial-meta span::before {
  content: "\1F4CD";
  position: absolute;
  left: 0;
  top: 48%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 1;
}

.cs-testimonial-profession {
  margin: 6px 0 0;
  color: #356089;
  font-size: clamp(14px, 0.9vw, 16px);
  font-weight: 800;
}

.cs-testimonial-slider-controls-widget {
  margin-top: 18px;
}

.cs-video-slider-controls-widget {
  margin-top: 14px;
  width: 100%;
}

.cs-slider-minimal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 52px;
  padding-inline: 68px;
  gap: 8px;
}

.cs-video-slider-controls {
  min-height: 52px;
}

.cs-slider-arrow,
.cs-testimonial-arrow {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid #c8ddff;
  display: grid;
  place-items: center;
  color: #1f5fbe;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(16, 68, 160, 0.16);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.cs-slider-minimal > .cs-slider-arrow:first-child,
.cs-slider-minimal > .cs-testimonial-arrow:first-child {
  left: 0;
}

.cs-slider-minimal > .cs-slider-arrow:last-child,
.cs-slider-minimal > .cs-testimonial-arrow:last-child {
  right: 0;
}

.cs-slider-arrow[disabled],
.cs-testimonial-arrow[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

.cs-testimonial-dots,
.cs-video-dots,
.cs-post-dots,
.cs-hero-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 16px;
}

.cs-slider-dot,
.cs-testimonial-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: #bed8ff;
  cursor: pointer;
}

.cs-slider-dot.is-active,
.cs-testimonial-dot.is-active {
  width: 18px;
  border-radius: 999px;
  background: #1f7fe9;
}

.cs-testimonial-editor-note {
  display: none;
}

body.csm-show-image-controls.elementor-editor-active .cs-testimonial-editor-note {
  display: block;
  margin: 14px auto 0;
  max-width: 860px;
  text-align: center;
  color: #1f4b78;
  font-weight: 800;
}

body.csm-show-image-controls.elementor-editor-active .cs-testimonial-slider {
  overflow: visible;
}

body.csm-show-image-controls.elementor-editor-active .cs-testimonial-videos {
  overflow: visible;
}

body.csm-show-image-controls.elementor-editor-active .cs-testimonial-slider-track {
  grid-auto-flow: row;
  grid-auto-columns: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.csm-show-image-controls.elementor-editor-active .cs-testimonial-videos-track {
  grid-auto-flow: row;
  grid-auto-columns: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.csm-show-image-controls.elementor-editor-active .cs-testimonial-slider-controls,
body.csm-show-image-controls.elementor-editor-active .cs-video-slider-controls,
body.csm-show-image-controls.elementor-editor-active .cs-post-slider-controls {
  display: none;
}

.cs-posts {
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.cs-posts-widget .cs-posts-head {
  text-align: center;
}

.cs-posts-widget .cs-posts-pill {
  margin-inline: auto;
}

.cs-posts-widget .cs-posts-title {
  margin: 14px 0 8px;
  font-size: clamp(36px, 2.9vw, 52px);
  letter-spacing: -0.8px;
}

.cs-posts-widget .cs-posts-subtitle {
  margin: 0;
  color: #4a6789;
  font-size: clamp(16px, 1vw, 21px);
  font-weight: 700;
}

.cs-post-slider {
  margin-top: 24px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 2px;
}

.cs-post-slider::-webkit-scrollbar {
  display: none;
}

.cs-post-slider-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 40px) / 3);
  gap: 20px;
  align-items: stretch;
}

.cs-post-slide {
  min-width: 0;
  scroll-snap-align: start;
  background: #ffffff;
  border: 1px solid var(--cs-border);
  border-radius: 24px;
  box-shadow: 0 14px 32px rgba(19, 57, 108, 0.12);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.cs-post-card-thumb {
  display: block;
  /* aspect-ratio: 16 / 10; */
  background: #e8f2ff;
  overflow: hidden;
}

.cs-post-card-thumb img {
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: cover;
}

.cs-post-card-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #4f76a0;
  font-size: 48px;
  background: linear-gradient(145deg, #edf5ff 0%, #dbeaff 100%);
}

.cs-post-card-body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 50%;
}

.cs-post-card-meta {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #5a7797;
  font-weight: 800;
}

.cs-post-card-meta span {
  background: #edf5ff;
  border-radius: 999px;
  padding: 3px 10px;
  color: #2f5f95;
}

.cs-post-card-title {
  margin: 0;
  font-size: clamp(22px, 1.25vw, 28px);
  line-height: 1.25;
}

.cs-post-card-title a {
  color: #143f6f;
  text-decoration: none;
}

.cs-post-card-title a:hover {
  color: #207de4;
}

.cs-post-card-excerpt {
  margin: 0;
  color: #3f6185;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
}

.cs-post-card-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1b6fd0;
  font-weight: 900;
  text-decoration: none;
}

.cs-post-card-link::after {
  content: "\2192";
  font-size: 15px;
}

.cs-post-slider-controls-widget {
  margin-top: 18px;
}

.cs-directory-hero {
  padding: 132px 0 28px;
}

.cs-directory-hero-box {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--cs-border);
  border-radius: 32px;
  box-shadow: var(--cs-soft-shadow);
  padding: clamp(22px, 4vw, 38px);
}

.cs-directory-hero-box h1 {
  margin-top: 8px;
}

.cs-directory-hero-box p:last-child {
  margin: 12px 0 0;
  max-width: 760px;
  color: #426789;
  font-size: 17px;
  font-weight: 700;
}

.cs-cabang-home-section {
  padding-top: 24px;
}

.cs-cabang-directory-head {
  align-items: end;
}

.cs-cabang-directory-intro {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.cs-cabang-directory-intro p {
  margin: 0;
  max-width: 620px;
  color: #466987;
  font-size: 16px;
  font-weight: 700;
}

.cs-cabang-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 22px;
}

.cs-cabang-tab {
  border: 1px solid var(--cs-border);
  background: rgba(255, 255, 255, 0.9);
  color: var(--cs-blue-deep);
  border-radius: 999px;
  padding: 11px 18px;
  font: 800 15px "Nunito", sans-serif;
  box-shadow: 0 10px 24px rgba(18, 56, 108, 0.08);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.cs-cabang-tab:hover,
.cs-cabang-tab:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(18, 56, 108, 0.14);
  outline: none;
}

.cs-cabang-tab.is-active {
  background: var(--cs-gradient-primary);
  border-color: transparent;
  color: #ffffff;
}

.cs-cabang-panel[hidden] {
  display: none !important;
}

.cs-cabang-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.cs-cabang-grid .cs-cabang-slide {
  height: 100%;
}

.cs-cabang-slider-widget .cs-cabang-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.cs-cabang-card-body {
  gap: 14px;
}

.cs-cabang-type-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cs-cabang-type {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(32, 136, 255, 0.11);
  color: #2367bb;
  font-size: 13px;
  font-weight: 900;
}

.cs-cabang-address {
  margin: -4px 0 0;
  color: #32577d;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 800;
}

.cs-cabang-address::before {
  content: "\1F4CD";
  margin-right: 7px;
}

.cs-cabang-actions {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cs-cabang-actions-stack {
  flex-direction: column;
  align-items: stretch;
}

.cs-cabang-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 16px;
  border: 1px solid var(--cs-border);
  background: #ffffff;
  color: var(--cs-blue-deep);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.cs-cabang-action:hover,
.cs-cabang-action:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(32, 136, 255, 0.28);
  box-shadow: 0 12px 24px rgba(18, 56, 108, 0.14);
  outline: none;
}

.cs-cabang-action.is-primary {
  background: var(--cs-gradient-primary);
  border-color: transparent;
  color: #ffffff;
}

.cs-cabang-archive-link {
  margin-top: 2px;
}

.cs-cabang-single {
  padding: 132px 0 84px;
}

.cs-cabang-single-head {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.cs-cabang-single-title {
  max-width: 760px;
}

.cs-cabang-single-subtitle {
  margin: 0;
  max-width: 760px;
  color: #446887;
  font-size: 17px;
  font-weight: 700;
}

.cs-cabang-single-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
  gap: 28px;
  align-items: start;
}

.cs-cabang-single-main {
  min-width: 0;
}

.cs-cabang-single-thumb {
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--cs-border);
  box-shadow: var(--cs-soft-shadow);
}

.cs-cabang-single-thumb img {
  display: block;
  width: 100%;
  max-height: 540px;
  object-fit: cover;
}

.cs-cabang-single-video {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  background: #e8f2ff;
}

.cs-cabang-single-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 28, 54, 0.08) 0%, rgba(10, 28, 54, 0.28) 100%);
  pointer-events: none;
}

.cs-cabang-single-video-poster,
.cs-cabang-single-video-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cs-cabang-single-video-poster {
  object-fit: cover;
  display: block;
}

.cs-cabang-single-video-placeholder {
  display: block;
  background:
    radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, #d9ecff 0%, #b8dcff 45%, #9cd2ff 100%);
}

.cs-cabang-single-video-play {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: clamp(64px, 7vw, 86px);
  height: clamp(64px, 7vw, 86px);
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.94);
  color: #1f6fca;
  box-shadow: 0 16px 32px rgba(11, 43, 92, 0.24);
  cursor: pointer;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.cs-cabang-single-video-play:hover,
.cs-cabang-single-video-play:focus-visible {
  transform: translate(-50%, -50%) scale(1.04);
  filter: brightness(1.02);
  outline: none;
}

.cs-cabang-single-video-play-icon {
  display: inline-grid;
  place-items: center;
  margin-left: 4px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1;
}

.cs-cabang-single-video iframe,
.cs-cabang-single-video video,
.cs-cabang-single-video object,
.cs-cabang-single-video embed,
.cs-cabang-single-video .wp-video,
.cs-cabang-single-video .wp-video-shortcode {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.cs-cabang-single-video video,
.cs-cabang-single-video iframe {
  object-fit: cover;
}

.cs-cabang-single-content {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--cs-border);
  border-radius: 28px;
  box-shadow: var(--cs-soft-shadow);
  padding: clamp(20px, 3vw, 34px);
}

.cs-cabang-info-card {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--cs-border);
  border-radius: 28px;
  box-shadow: var(--cs-soft-shadow);
  padding: 24px;
}

.cs-cabang-info-card h2 {
  font-size: clamp(28px, 2vw, 34px);
}

.cs-cabang-info-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--cs-blue-deep);
}

.cs-cabang-info-item p {
  margin: 0;
  color: #426789;
  font-weight: 700;
}

.cs-cabang-map-embed {
  display: grid;
  gap: 10px;
}

.cs-cabang-map-embed strong {
  display: block;
  color: var(--cs-blue-deep);
}

.cs-cabang-map-embed-frame {
  overflow: hidden;
  border: 1px solid var(--cs-border);
  border-radius: 20px;
  background: #e8f2ff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.cs-cabang-map-embed-frame iframe {
  width: 100%;
  height: 280px;
  display: block;
  border: 0;
}

.cs-cabang-related {
  margin-top: 40px;
}

.cs-post-slider-empty {
  margin: 24px auto 0;
  max-width: 860px;
  text-align: center;
  color: #365a7f;
  font-weight: 800;
}

body.csm-show-image-controls.elementor-editor-active .cs-post-slider {
  overflow: visible;
}

body.csm-show-image-controls.elementor-editor-active .cs-post-slider-track {
  grid-auto-flow: row;
  grid-auto-columns: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.csm-show-image-controls.elementor-editor-active .cs-post-slider-controls {
  display: none;
}

@media (max-width: 960px) {
  .cs-cabang-single-grid {
    grid-template-columns: 1fr;
  }

  .cs-cabang-info-card {
    position: static;
  }
}

@media (max-width: 720px) {
  .cs-directory-hero {
    padding-top: 112px;
  }

  .cs-cabang-map-embed-frame iframe {
    height: 240px;
  }

  .cs-cabang-single {
    padding-top: 112px;
  }

  .cs-cabang-tabs {
    gap: 10px;
  }

  .cs-cabang-tab {
    width: 100%;
    justify-content: center;
  }

  .cs-cabang-actions,
  .cs-cabang-actions-stack {
    flex-direction: column;
    align-items: stretch;
  }
}

.cs-final-cta {
  padding: 80px 0 92px;
  background:
    radial-gradient(circle at 9% 18%, rgba(255, 183, 104, 0.44) 0%, rgba(255, 183, 104, 0) 38%),
    radial-gradient(circle at 90% 84%, rgba(121, 239, 191, 0.42) 0%, rgba(121, 239, 191, 0) 40%),
    linear-gradient(140deg, #e8f8ff 0%, #d8f4ff 34%, #fff3cb 100%);
}

.cs-final-card {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  background: linear-gradient(135deg, #35a0ff 0%, #4ab8ff 28%, #61dfcb 66%, #ffe589 100%);
  border-radius: 36px;
  border: 1px solid rgba(66, 137, 220, 0.28);
  box-shadow: 0 24px 46px rgba(20, 64, 116, 0.2);
  padding: 18px 20px 18px 14px;
}

.cs-final-visual {
  margin: 0;
  align-self: end;
  display: grid;
  place-items: center;
}

.cs-final-visual img {
  width: min(100%, 320px);
  max-height: 330px;
  object-fit: contain;
  filter: drop-shadow(0 20px 30px rgba(12, 55, 118, 0.3));
}

.cs-final-copy {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 26px;
  border: 1px solid rgba(198, 224, 255, 0.86);
  box-shadow: 0 14px 28px rgba(17, 59, 112, 0.16);
  padding: clamp(18px, 2.6vw, 30px);
}

.cs-final-copy h2 {
  margin-top: 12px;
  font-size: clamp(34px, 3vw, 56px);
}

.cs-final-copy p {
  margin: 10px 0 0;
  color: #365c84;
  font-size: clamp(16px, 1.1vw, 21px);
  line-height: 1.55;
  font-weight: 700;
}

.cs-final-copy .cs-actions {
  margin-top: 20px;
}

.cs-footer {
  background: #12345b;
  color: #cfe5f8;
  padding: 56px 0;
}

.cs-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 30px;
}

.cs-footer h4 {
  color: #ffffff;
  margin: 0 0 8px;
}

.cs-brand-footer .cs-logo-text strong,
.cs-brand-footer .cs-logo-text em {
  color: #ffffff;
}

.cs-global-floating-whatsapp-template {
  position: relative;
  z-index: 88;
}

.cs-float-wa-widget {
  position: fixed;
  bottom: var(--cs-float-wa-bottom, 20px);
  z-index: var(--cs-float-wa-z, 88);
}

.cs-float-wa-widget--right {
  right: var(--cs-float-wa-side, 20px);
}

.cs-float-wa-widget--left {
  left: var(--cs-float-wa-side, 20px);
}

.cs-float-wa-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.cs-float-wa-link:hover {
  transform: translateY(-2px);
  filter: brightness(1.02);
}

.cs-float-wa-widget--left .cs-float-wa-link {
  flex-direction: row-reverse;
}

.cs-float-wa-label {
  display: inline-flex;
  align-items: center;
  min-height: calc(var(--cs-float-wa-size, 62px) - 10px);
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--cs-float-wa-label-bg, #ffffff);
  color: var(--cs-float-wa-label-color, #128c7e);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.cs-float-wa-icon {
  width: var(--cs-float-wa-size, 62px);
  height: var(--cs-float-wa-size, 62px);
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: var(--cs-float-wa-bg, #25d366);
  color: var(--cs-float-wa-color, #ffffff);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.cs-float-wa-icon i,
.cs-float-wa-icon img,
.cs-float-wa-icon svg,
.cs-float-wa-fallback-icon {
  width: var(--cs-float-wa-icon-size, 28px);
  height: var(--cs-float-wa-icon-size, 28px);
  font-size: var(--cs-float-wa-icon-size, 28px);
}

.cs-float-wa-icon img {
  display: block;
  object-fit: contain;
}

.cs-float-wa-icon svg {
  fill: currentColor;
}

.cs-float-wa-fallback-icon {
  display: inline-grid;
  place-items: center;
  font-weight: 900;
  letter-spacing: -0.04em;
}

/* Tone override. Semua warna utama mengikuti CSS variables dari Customizer. */
.cs-header-shell {
  border-color: var(--cs-border);
  box-shadow: 0 12px 26px var(--cs-header-shadow-color);
}

.cs-logo-mark {
  background: var(--cs-gradient-primary);
  box-shadow: 0 8px 22px var(--cs-primary-glow);
}

.cs-menu-toggle,
.cs-wp-menu > li > a:hover,
.cs-wp-menu .sub-menu a:hover {
  background: var(--cs-soft-surface);
}

.cs-menu-actions a {
  background: var(--cs-surface);
  color: var(--cs-blue-deep);
}

.cs-menu-actions li:first-child a {
  border-color: var(--cs-success-border);
  color: var(--cs-success-text);
  background: var(--cs-success-soft-bg);
  box-shadow: 0 12px 28px var(--cs-success-shadow);
}

.cs-menu-actions li:last-child a {
  border-color: var(--cs-accent-yellow);
  color: var(--cs-ink-strong);
  background: var(--cs-gradient-accent);
}

body.csm-show-image-controls.elementor-editor-active .csm-editor-image-controls {
  background: linear-gradient(90deg, var(--cs-bg-start) 0%, var(--cs-bg-end) 100%);
}

body.csm-show-image-controls.elementor-editor-active .csm-image-control-note {
  color: var(--cs-text);
}

body.csm-show-image-controls.elementor-editor-active .csm-image-source .elementor-widget-container {
  border-color: var(--cs-border);
  background: var(--cs-surface);
}

body.csm-show-image-controls.elementor-editor-active .csm-image-source .elementor-widget-container::before {
  background: var(--cs-soft-surface);
  color: var(--cs-blue-deep);
}

.cs-hero {
  background:
    var(--cs-hero-bg-image) center center / cover no-repeat;
}

.cs-eyebrow {
  border-color: var(--cs-border);
  background: var(--cs-surface);
}

.cs-eyebrow::before,
.cs-hero-note-list li::before,
.cs-svc-pill,
.cs-svc-card-btn a,
.cs-why-photo-cta {
  background: var(--cs-gradient-primary);
}

.cs-btn-primary,
.cs-service-age-line,
.cs-why-line,
.cs-soft-panel li::before,
.cs-step-grid span {
  color: var(--cs-ink-strong);
  background: var(--cs-gradient-accent);
}

.cs-btn-ghost {
  background: var(--cs-surface);
  border-color: var(--cs-border);
}

.cs-star {
  color: var(--cs-yellow);
  text-shadow: 0 8px 14px var(--cs-yellow-shadow);
}

.cs-star.c {
  color: var(--cs-blue);
}

.cs-trust-grid {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.9);
  padding: 8px;
  gap: 8px;
}

.cs-trust-item {
  border-radius: 20px;
  background: var(--cs-trust-card-bg, #ffffff);
  box-shadow: 0 8px 16px rgba(21, 55, 112, 0.12);
}

.cs-trust-item:not(:last-child)::after {
  display: none;
}

.cs-trust-item-patients {
  --cs-trust-card-bg: var(--cs-trust-card-1);
}

.cs-trust-item-clinics {
  --cs-trust-card-bg: var(--cs-trust-card-2);
}

.cs-trust-item-doctor {
  --cs-trust-card-bg: var(--cs-trust-card-3);
}

.cs-trust-item-emergency {
  --cs-trust-card-bg: var(--cs-trust-card-4);
}

.cs-trust-item-patients .cs-trust-icon {
  background: rgba(255, 255, 255, 0.92);
  color: #5d64df;
}

.cs-trust-item-clinics .cs-trust-icon {
  background: rgba(255, 255, 255, 0.92);
  color: #169a62;
}

.cs-trust-item-doctor .cs-trust-icon {
  background: rgba(255, 255, 255, 0.92);
  color: #c27d00;
}

.cs-trust-item-emergency .cs-trust-icon {
  background: rgba(255, 255, 255, 0.92);
  color: #e15b43;
}

.cs-why-item:not(:last-child)::after {
  background: var(--cs-border);
}

.cs-services-widgets-cards .cs-svc-card-col > .elementor-widget-wrap {
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 26px rgba(20, 57, 108, 0.18);
}

.cs-svc-card-col--bayi {
  --cs-card-bg: linear-gradient(135deg, #ffe787 0%, #ffcf4e 100%);
}

.cs-svc-card-col--anak {
  --cs-card-bg: linear-gradient(135deg, #7dd8ff 0%, #54beff 100%);
}

.cs-svc-card-col--gemuk {
  --cs-card-bg: linear-gradient(135deg, #98efc8 0%, #6adca8 100%);
}

.cs-svc-card-col--dewasa {
  --cs-card-bg: linear-gradient(135deg, #ffc7a1 0%, #ffa679 100%);
}

.cs-svc-card-title h3,
.cs-svc-card-desc p {
  color: #173e67;
}

.cs-svc-card-col--bayi .cs-svc-card-btn a {
  background: linear-gradient(145deg, #ffb21a, #ff8e00);
}

.cs-svc-card-col--anak .cs-svc-card-btn a {
  background: linear-gradient(145deg, #2b9fff, #1a74ea);
}

.cs-svc-card-col--gemuk .cs-svc-card-btn a {
  background: linear-gradient(145deg, #27cc86, #0ea563);
}

.cs-svc-card-col--dewasa .cs-svc-card-btn a {
  background: linear-gradient(145deg, #ff6d58, #ef3d3d);
}

.cs-age-card {
  border-color: rgba(255, 255, 255, 0.85);
}

.cs-age-card:nth-child(1) {
  background: linear-gradient(135deg, #ffe8a6 0%, #ffd779 100%);
}

.cs-age-card:nth-child(2) {
  background: linear-gradient(135deg, #86deff 0%, #63caff 100%);
}

.cs-age-card:nth-child(3) {
  background: linear-gradient(135deg, #a6f3ce 0%, #78e7b2 100%);
}

.cs-age-card:nth-child(4) {
  background: linear-gradient(135deg, #ffc9a9 0%, #ffb189 100%);
}

.cs-age-card:nth-child(5) {
  background: linear-gradient(135deg, #dfd1ff 0%, #c3b6ff 100%);
}

.cs-age-card:nth-child(6) {
  background: linear-gradient(135deg, #b7ecff 0%, #95dcff 100%);
}

.cs-methods {
  background:
    radial-gradient(circle at 8% 20%, rgba(120, 214, 255, 0.42) 0, transparent 30%),
    radial-gradient(circle at 92% 74%, rgba(255, 216, 109, 0.4) 0, transparent 35%),
    linear-gradient(112deg, #eaf9ff 0%, #fff8dc 100%);
}

.cs-method-wrap {
  background: rgba(255, 255, 255, 0.96);
}

.cs-method-list div:nth-child(1) {
  background: linear-gradient(135deg, #ff8f32 0%, #f6601f 100%);
  border-color: transparent;
  color: #ffffff;
}

.cs-method-list div:nth-child(2) {
  background: linear-gradient(135deg, #2f7cff 0%, #0d4ed7 100%);
  border-color: transparent;
  color: #ffffff;
}

.cs-method-list div:nth-child(3) {
  background: linear-gradient(135deg, #24c983 0%, #0a9a5f 100%);
  border-color: transparent;
  color: #ffffff;
}

.cs-method-list div:nth-child(-n+3) b,
.cs-method-list div:nth-child(-n+3) span {
  color: rgba(255, 255, 255, 0.96);
}

.cs-step-grid div:nth-child(1) {
  background: linear-gradient(135deg, #ffe27c 0%, #ffca51 100%);
}

.cs-step-grid div:nth-child(2) {
  background: linear-gradient(135deg, #ffb09b 0%, #ff8d7f 100%);
}

.cs-step-grid div:nth-child(3) {
  background: linear-gradient(135deg, #9aeec0 0%, #74deb2 100%);
}

.cs-step-grid div {
  border-color: rgba(255, 255, 255, 0.8);
}

.cs-step-grid div h3,
.cs-step-grid div p {
  color: #1f456a;
}

.cs-step-grid div:nth-child(1) span {
  background: linear-gradient(145deg, #ffb300, #ff8a00);
  color: #ffffff;
}

.cs-step-grid div:nth-child(2) span {
  background: linear-gradient(145deg, #ff5f44, #ea2f2f);
  color: #ffffff;
}

.cs-step-grid div:nth-child(3) span {
  background: linear-gradient(145deg, #28bf78, #0c9a63);
  color: #ffffff;
}

.cs-testimonial-grid blockquote {
  border-color: rgba(255, 255, 255, 0.85);
  color: #1e4369;
}

.cs-testimonial-grid blockquote:nth-child(1) {
  background: linear-gradient(135deg, #d8cbff 0%, #c5baff 100%);
}

.cs-testimonial-grid blockquote:nth-child(2) {
  background: linear-gradient(135deg, #b8f6d2 0%, #95ecbe 100%);
}

.cs-testimonial-grid blockquote:nth-child(3) {
  background: linear-gradient(135deg, #ffc7cb 0%, #ffb2b7 100%);
}

.cs-testimonial-tone-lilac .cs-testimonial-card-shell {
  background: linear-gradient(135deg, #d9d2ff 0%, #cbc2ff 100%);
}

.cs-testimonial-tone-mint .cs-testimonial-card-shell {
  background: linear-gradient(135deg, #b8f4d9 0%, #a2ecce 100%);
}

.cs-testimonial-tone-peach .cs-testimonial-card-shell {
  background: linear-gradient(135deg, #ffe1d9 0%, #ffd0c6 100%);
}

.cs-testimonial-tone-sky .cs-testimonial-card-shell {
  background: linear-gradient(135deg, #c8e9ff 0%, #b8ddff 100%);
}

.cs-testimonial-tone-rose .cs-testimonial-card-shell {
  background: linear-gradient(135deg, #ffd5e2 0%, #ffc4d5 100%);
}

.cs-service-age-cloud {
  background: var(--cs-cloud-gradient);
  color: var(--cs-blue-deep);
}

.cs-final-cta {
  background:
    radial-gradient(circle at 9% 18%, rgba(255, 183, 104, 0.44) 0%, rgba(255, 183, 104, 0) 38%),
    radial-gradient(circle at 90% 84%, rgba(121, 239, 191, 0.42) 0%, rgba(121, 239, 191, 0) 40%),
    linear-gradient(140deg, #e8f8ff 0%, #d8f4ff 34%, #fff3cb 100%);
}

.cs-footer {
  background: var(--cs-footer-bg);
  color: var(--cs-footer-text);
}

.cs-post-single {
  background: #f9fcff;
}

.cs-post-single-wrap {
  width: min(100% - 40px, 1120px);
}

.cs-post-single-article {
  max-width: 900px;
  margin: 0 auto;
  padding: 34px;
  background: #ffffff;
  border: 1px solid var(--cs-border);
  border-radius: 28px;
  box-shadow: var(--cs-soft-shadow);
  margin-top:80px;
}

.cs-post-single-breadcrumb {
  margin: 0 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #edf5ff;
  color: #3f6389;
  font-size: 14px;
  font-weight: 800;
}

.cs-post-single-breadcrumb a {
  color: #1d63b4;
  text-decoration: none;
}

.cs-post-single-title {
  margin: 0;
  color: #113d6f;
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.16;
}

.cs-post-single-meta {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #4c6f93;
  font-size: 14px;
  font-weight: 700;
}

.cs-post-single-meta span,
.cs-post-single-meta time {
  background: #f3f8ff;
  border: 1px solid #dbe9fd;
  border-radius: 999px;
  padding: 4px 10px;
}

.cs-post-single-category a {
  color: #1b63b6;
  text-decoration: none;
}

.cs-post-single-thumb {
  margin: 20px 0 0;
  border-radius: 22px;
  overflow: hidden;
}

.cs-post-single-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.cs-post-single-content {
  margin-top: 24px;
  color: #2d4f73;
  font-size: 18px;
  line-height: 1.72;
}

.cs-post-single-content > *:first-child {
  margin-top: 0;
}

.cs-post-single-content h2,
.cs-post-single-content h3,
.cs-post-single-content h4 {
  color: #123f70;
  line-height: 1.25;
}

.cs-post-single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.cs-post-single-content a {
  color: #1f6fca;
  text-decoration-thickness: 2px;
}

.cs-post-single-tags {
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px dashed #d5e6fb;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #3d638a;
}

.cs-post-single-tags a {
  color: #215eab;
  text-decoration: none;
}

.cs-post-single-related {
  max-width: 1120px;
  margin: 24px auto 0;
}

.cs-post-single-related h2 {
  margin: 0 0 14px;
}

.cs-post-single-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cs-post-single-related-card {
  background: #ffffff;
  border: 1px solid var(--cs-border);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(19, 57, 108, 0.1);
}

.cs-post-single-related-thumb {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8f1ff;
}

.cs-post-single-related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cs-post-single-related-card h3 {
  margin: 14px 14px 8px;
  font-size: 22px;
  line-height: 1.3;
}

.cs-post-single-related-card h3 a {
  color: #143f6f;
  text-decoration: none;
}

.cs-post-single-related-card p {
  margin: 0 14px 16px;
  color: #3f6388;
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 1320px) {
  .cs-header {
    padding-top: 0;
    margin-bottom: -64px;
  }

  .cs-header-shell {
    border-radius: 24px;
    transform: translateY(6px);
  }

  .cs-menu-toggle {
    display: inline-flex;
    position: relative;
    z-index: 2;
  }

  .cs-menu-wrap {
    display: none;
    position: absolute;
    left: 18px;
    right: 18px;
    top: calc(100% + 8px);
    background: #ffffff;
    border: 1px solid var(--cs-border);
    border-radius: 20px;
    box-shadow: var(--cs-shadow);
    padding: 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
  }

  .cs-menu-wrap.is-open {
    display: flex;
  }

  body.cs-menu-open .cs-menu-wrap {
    display: flex;
  }

  .cs-wp-menu,
  .cs-menu-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }

  .cs-wp-menu > li > a,
  .cs-menu-actions a {
    width: 100%;
    justify-content: flex-start;
    cursor:pointer
  }

  .cs-wp-menu > li.current-menu-item > a::after,
  .cs-wp-menu > li.current-menu-ancestor > a::after,
  .cs-wp-menu > li.current-menu-parent > a::after {
    display: none;
  }

  .cs-wp-menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    min-width: 0;
    box-shadow: none;
    border: 0;
    padding: 6px 0 0 10px;
  }
}

@media (max-width: 1080px) {
  .cs-services-widgets-cards .elementor-container,
  body.elementor-editor-active .cs-services-widgets-cards .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs-services-widgets-cards .cs-svc-card-col > .elementor-widget-wrap {
    min-height: 182px;
    padding: 14px 14px 12px 16px;
  }

  .cs-svc-card-inner > .elementor-container {
    grid-template-columns: minmax(0, 1fr) 122px;
  }

  .cs-hero-two-col .elementor-container {
    flex-direction: column;
  }

  .cs-hero-two-col .elementor-column {
    width: 100%;
  }

  .cs-hero-grid,
  .cs-two-col {
    grid-template-columns: 1fr;
  }

  .cs-final-card {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 16px;
  }

  .cs-final-visual {
    order: -1;
  }

  .cs-final-visual img {
    max-height: 248px;
  }

  .cs-final-copy {
    padding: 20px;
  }

  .cs-final-copy .cs-actions {
    width: 100%;
  }

  .cs-hero-photo {
    height: 420px;
  }

  .cs-hero-photo-widget img {
    height: 420px;
  }

  .cs-hero-copy .cs-subtitle,
  .cs-hero-copy p {
    font-size: 18px;
  }

  .cs-service-age-wrap {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-right: 0;
  }

  .cs-service-age-head {
    text-align: center;
  }

  .cs-service-age-line {
    margin-inline: auto;
  }

  .cs-service-age-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cs-service-age-cloud {
    position: static;
    transform: none;
    width: auto;
    max-width: 320px;
    margin: 0 auto;
  }

  .cs-why-mockup-wrap:not(.cs-why-widgets),
  .cs-why-widgets > .elementor-container {
    grid-template-columns: 1fr;
  }

  .cs-why-mockup-wrap:not(.cs-why-widgets) .cs-why-mockup-grid,
  .cs-why-mockup-grid > .elementor-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 14px;
  }

  .cs-why-item::after {
    display: none;
  }

  .cs-testimonial-slider-track {
    grid-auto-columns: calc((100% - 20px) / 2);
  }

  .cs-testimonial-videos-track {
    grid-auto-columns: calc((100% - 20px) / 2);
  }

  .cs-post-slider-track {
    grid-auto-columns: calc((100% - 20px) / 2);
  }

  body.csm-show-image-controls.elementor-editor-active .cs-testimonial-slider-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.csm-show-image-controls.elementor-editor-active .cs-testimonial-videos-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.csm-show-image-controls.elementor-editor-active .cs-post-slider-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs-post-single-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs-trust-grid,
  .cs-card-grid,
  .cs-method-list,
  .cs-step-grid,
  .cs-testimonial-grid,
  .cs-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cs-trust-item {
    padding: 18px 20px;
  }

  .cs-trust-item::after {
    display: none;
  }

  .cs-trust-copy strong {
    font-size: clamp(26px, 3.1vw, 40px);
  }

  .cs-trust-copy span {
    font-size: 17px;
  }
}

@media (max-width: 720px) {
  .cs-ornament-star {
    width: 20px;
    height: 20px;
  }

  .cs-ornament-cloud {
    width: 96px;
    height: 38px;
  }

  .cs-ornament-cloud-b {
    right: -8%;
  }

  .cs-services-widgets-cards .elementor-container,
  body.elementor-editor-active .cs-services-widgets-cards .elementor-container {
    grid-template-columns: 1fr;
  }

  .cs-services-widgets-cards .cs-svc-card-col > .elementor-widget-wrap {
    min-height: 166px;
    padding: 12px 12px 10px 14px;
  }

  .cs-svc-card-inner > .elementor-container {
    grid-template-columns: minmax(0, 1fr) minmax(116px, 32vw);
  }

  .cs-svc-card-media-col {
    min-height: 138px;
  }

  .cs-svc-card-media-col > .elementor-widget-wrap {
    min-height: 138px;
    background-size: contain !important;
  }

  .cs-container {
    width: min(100% - 24px, 1200px);
  }

  .cs-anchor-offset {
    top: -86px;
  }

  .cs-post-single-wrap {
    width: min(100% - 24px, 1120px);
  }

  .cs-hero-two-col .elementor-container,
  .cs-services-widgets-head .elementor-container,
  .cs-services-widgets-cards .elementor-container,
  .cs-why-widgets > .elementor-container {
    width: min(100% - 24px, 1220px);
  }

  .cs-header {
    padding: 0;
    margin-bottom: -54px;
  }

  .cs-header-shell {
    min-height: 74px;
    gap: 12px;
    padding: 10px 12px;
    transform: translateY(4px);
  }

  .cs-menu-wrap {
    left: 12px;
    right: 12px;
  }

  .cs-wp-menu > li > a,
  .cs-menu-actions a {
    white-space: normal;
    line-height: 1.25;
  }

  .cs-logo-mark {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 24px;
  }

  .cs-logo-text strong {
    font-size: 24px;
  }

  .cs-logo-text em {
    font-size: 15px;
  }

  h1 {
    font-size: 38px;
  }

  .cs-hero {
    padding: 92px 0 66px;
  }

  .cs-btn {
    width: 100%;
  }

  .cs-section {
    padding: 56px 0;
  }

  .cs-final-cta {
    padding: 58px 0 72px;
  }

  .cs-final-card {
    border-radius: 26px;
  }

  .cs-final-visual img {
    max-height: 216px;
  }

  .cs-final-copy {
    border-radius: 20px;
    padding: 18px;
  }

  .cs-hero-photo {
    height: 330px;
  }

  .cs-hero-photo-widget img {
    height: 330px;
  }

  .cs-hero-badge {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .cs-service-age-list {
    grid-template-columns: 1fr 1fr;
  }

  .cs-age-card {
    padding: 14px 10px 10px;
  }

  .cs-age-avatar {
    width: 68px;
    height: 68px;
    font-size: 36px;
  }

  .cs-service-age-cloud {
    font-size: 23px;
    padding: 14px 14px;
  }

  .cs-why-mockup-wrap:not(.cs-why-widgets) .cs-why-mockup-main,
  .cs-why-widgets .cs-why-mockup-main > .elementor-widget-wrap {
    padding: 18px 16px 16px;
    border-radius: 26px;
  }

  .cs-why-mockup-wrap:not(.cs-why-widgets) .cs-why-mockup-grid,
  .cs-why-mockup-grid > .elementor-container {
    grid-template-columns: 1fr 1fr;
  }

  .cs-why-item::after {
    display: none !important;
  }

  .cs-why-item-icon {
    width: 68px;
    height: 68px;
    font-size: 33px;
  }

  .cs-why-item-icon-image {
    width: 34px;
    height: 34px;
  }

  .cs-why-item p {
    font-size: 15px;
  }

  .cs-why-mockup-wrap:not(.cs-why-widgets) .cs-why-photo-card,
  .cs-why-widgets .cs-why-photo-card > .elementor-widget-wrap {
    border-radius: 24px;
  }

  .cs-why-photo-cta {
    left: 12px;
    right: 12px;
    text-align: center;
    padding: 14px 16px;
  }

  .cs-why-photo-cta-top {
    font-size: 28px;
  }

  .cs-why-photo-cta-bottom {
    font-size: 16px;
  }

  .cs-testimonial-videos-track {
    grid-auto-columns: 100%;
  }

  .cs-video-slider-controls {
    padding-inline: 52px;
  }

  .cs-testimonial-slider {
    margin-top: 30px;
    padding-top: 44px;
  }

  .cs-testimonial-slider-track {
    grid-auto-columns: 100%;
  }

  .cs-post-slider-track {
    grid-auto-columns: 100%;
  }

  .cs-post-card-body {
    padding: 16px 16px 18px;
  }

  .cs-post-card-title {
    font-size: clamp(20px, 4.8vw, 26px);
  }

  .cs-post-card-excerpt {
    font-size: 15px;
  }

  .cs-post-single-article {
    padding: 22px;
    border-radius: 24px;
  }

  .cs-post-single-content {
    font-size: 17px;
    line-height: 1.66;
  }

  .cs-post-single-related-grid {
    grid-template-columns: 1fr;
  }

  .cs-testimonial-card-shell {
    padding: 10px 16px 18px;
    border-radius: 24px;
  }

  .cs-testimonial-avatar {
    width: 76px;
    height: 76px;
    margin-top: -44px;
  }

  .cs-testimonial-rating {
    font-size: 22px;
  }

  .cs-testimonial-meta strong {
    font-size: 22px;
  }

  .cs-slider-arrow,
  .cs-testimonial-arrow {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  body.csm-show-image-controls.elementor-editor-active .cs-testimonial-slider-track {
    grid-template-columns: 1fr;
  }

  body.csm-show-image-controls.elementor-editor-active .cs-testimonial-videos-track {
    grid-template-columns: 1fr;
  }

  body.csm-show-image-controls.elementor-editor-active .cs-post-slider-track {
    grid-template-columns: 1fr;
  }

  .cs-trust-grid,
  .cs-card-grid,
  .cs-method-list,
  .cs-step-grid,
  .cs-testimonial-grid,
  .cs-footer-grid {
    grid-template-columns: 1fr;
  }

  .cs-trust-item {
    padding: 16px 18px;
  }

  .cs-trust-icon {
    width: 56px;
    height: 56px;
    font-size: 26px;
  }

  .cs-trust-item-emergency .cs-trust-icon {
    font-size: 21px;
  }

  .cs-trust-copy strong {
    font-size: 31px;
  }

  .cs-trust-copy span {
    font-size: 16px;
  }

  .cs-method-wrap {
    padding: 26px;
    border-radius: 24px;
  }

  .cs-registration-form-grid {
    grid-template-columns: 1fr;
  }

  .cs-footer p,
  .cs-footer a {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 560px) {
  .cs-ornament-cloud-b,
  .cs-ornament-star-b {
    display: none;
  }

  .cs-ornament-star {
    width: 16px;
    height: 16px;
  }

  .cs-ornament-cloud {
    width: 82px;
    height: 32px;
  }

  h1 {
    font-size: clamp(30px, 10vw, 36px);
    letter-spacing: -0.6px;
  }

  h2 {
    font-size: clamp(28px, 8vw, 36px);
    letter-spacing: -0.4px;
  }

  .cs-hero {
    padding: 86px 0 58px;
  }

  .cs-hero-photo,
  .cs-hero-photo-widget img {
    height: 280px;
  }

  .cs-hero-copy .cs-subtitle,
  .cs-hero-copy p {
    font-size: 16px;
  }

  .cs-final-card {
    padding: 14px;
    border-radius: 22px;
  }

  .cs-final-visual img {
    max-height: 188px;
  }

  .cs-final-copy h2 {
    margin-top: 10px;
    font-size: clamp(30px, 8vw, 40px);
  }

  .cs-final-copy p {
    font-size: 15px;
  }

  .cs-hero-image-col .cs-hero-badge-widget {
    position: static;
    margin-top: 12px;
  }

  .cs-hero-badge {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
  }

  .cs-hero-note-list li {
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.35;
  }

  .cs-svc-card-inner > .elementor-container {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .cs-svc-card-media-col {
    min-height: 164px;
  }

  .cs-svc-card-media-col > .elementor-widget-wrap {
    min-height: 164px;
    background-position: center center !important;
    background-size: contain !important;
  }

  .cs-svc-card-image img {
    max-width: 164px;
    margin-inline: auto;
  }

  .cs-service-age-list,
  .cs-why-mockup-wrap:not(.cs-why-widgets) .cs-why-mockup-grid,
  .cs-why-mockup-grid > .elementor-container {
    grid-template-columns: 1fr;
  }

  .cs-trust-item {
    padding: 14px 14px;
    gap: 12px;
  }

  .cs-trust-copy strong {
    font-size: 27px;
  }

  .cs-testimonial-video-widget .elementor-widget-container,
  .cs-testimonial-video-widget .elementor-wrapper {
    border-radius: 20px;
  }

  .cs-testimonial-quote {
    font-size: 15px;
  }

  .cs-testimonial-meta {
    gap: 8px;
  }

  .cs-testimonial-meta span {
    padding-left: 10px;
  }

  .cs-slider-arrow,
  .cs-testimonial-arrow {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .cs-testimonial-dots,
  .cs-video-dots,
  .cs-post-dots,
  .cs-hero-dots {
    gap: 6px;
  }

  .cs-post-single-article {
    padding: 18px;
    border-radius: 20px;
  }

  .cs-post-single-breadcrumb {
    padding: 6px 12px;
    gap: 8px;
    font-size: 13px;
  }

  .cs-post-single-meta span,
  .cs-post-single-meta time {
    padding: 4px 8px;
    font-size: 12px;
  }

  .cs-slider-dot.is-active,
  .cs-testimonial-dot.is-active {
    width: 14px;
  }

  .cs-why-photo-cta-top {
    font-size: 24px;
  }

  .cs-method-wrap {
    padding: 20px;
  }
}

@media (max-width: 420px) {
  .cs-anchor-offset {
    top: -74px;
  }

  .cs-header-shell {
    min-height: 68px;
    padding: 8px 10px;
    gap: 8px;
  }

  .cs-logo-mark {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  .cs-logo-text strong {
    font-size: 20px;
  }

  .cs-logo-text em {
    display: none;
  }

  .cs-menu-toggle {
    padding: 10px 11px;
    font-size: 14px;
  }

  .cs-btn {
    min-height: 52px;
    padding: 14px 18px;
  }

  .cs-trust-copy span {
    font-size: 15px;
  }

}

@media (max-width: 767px) {
  .cs-float-wa-widget {
    --cs-float-wa-side: 12px;
    --cs-float-wa-bottom: 12px;
    --cs-float-wa-size: 56px;
    --cs-float-wa-icon-size: 24px;
  }

  .cs-float-wa-label {
    display: none;
  }
}

.cs-baby-benefits-widget {
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
}

.cs-baby-benefits-inner {
  display: grid;
  grid-template-columns: minmax(180px, 300px) minmax(0, 1fr);
  align-items: end;
  gap: 30px;
}

.cs-baby-benefits-figure {
  margin: 0;
}

.cs-baby-benefits-figure img {
  display: block;
  width: 100%;
  max-width: 300px !important;
  margin-inline: auto;
  filter: drop-shadow(0 16px 22px rgba(15, 47, 118, 0.2));
}

.cs-baby-benefits-content {
  min-width: 0;
}

.cs-baby-benefits-title {
  margin: 0;
  font: 800 clamp(30px, 4vw, 44px) "Baloo 2", "Nunito", sans-serif;
  color: var(--cs-blue-deep);
}

.cs-baby-benefits-subtitle {
  margin: 10px 0 18px;
  max-width: 680px;
  color: #000;
  line-height: 1.6;
}

.cs-baby-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cs-baby-benefits-card {
  border-radius: 16px;
  border: 1px solid #d8dee6;
  background: #ffffff;
  box-shadow: 0 7px 14px rgba(13, 32, 66, 0.12);
  padding: 14px 16px 15px;
}

.cs-baby-benefits-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 10px;
}

.cs-baby-benefits-icon img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.cs-baby-benefits-card-title {
  margin: 0 0 6px;
  font: 800 clamp(22px, 3vw, 24px) "Baloo 2", "Nunito", sans-serif;
  letter-spacing: -0.2px;
  line-height: 1.1;
  color: var(--cs-blue-deep);
}

.cs-baby-benefits-card-desc {
  margin: 0;
  color: #3f5166;
  font-size: 15px;
  line-height: 1.6;
}

.cs-baby-benefits-editor-note {
  margin: 14px 0 0;
  color: #4d5f73;
  font-size: 14px;
}

@media (max-width: 980px) {
  .cs-baby-benefits-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cs-baby-benefits-figure img {
    max-width: 240px !important;
  }
}

@media (max-width: 720px) {
  .cs-baby-benefits-grid {
    grid-template-columns: 1fr;
  }

  .cs-baby-benefits-card {
    padding: 14px 14px 15px;
  }
}

.cs-sunat-methods-widget {
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
  padding: 6px 0 4px;
}

.cs-sunat-methods-head {
  text-align: center;
  margin-bottom: 16px;
}

.cs-sunat-methods-eyebrow {
  margin: 0 0 5px;
  color: #6d7f94;
  font-size: 17px;
  font-weight: 700;
}

.cs-sunat-methods-title {
  margin: 0;
  font: 800 clamp(30px, 4vw, 44px) "Baloo 2", "Nunito", sans-serif;
  letter-spacing: -0.4px;
  color: #0e2f6e;
}

.cs-sunat-methods-subtitle {
  max-width: 760px;
  margin: 10px auto 0;
  color: #57697d;
}

.cs-sunat-methods-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cs-sunat-methods-slider {
  overflow: hidden;
}

.cs-sunat-methods-slider-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cs-sunat-method-slide {
  min-width: 0;
}

.cs-sunat-method-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 16px;
  border: 1px solid #d7e3ee;
  background: #ffffff;
  box-shadow: 0 8px 16px rgba(17, 52, 101, 0.1);
  padding: 8px;
}

.cs-sunat-method-image-wrap {
  width: 100%;
  flex: 0 0 auto;
  min-height: 180px;
  border-radius: 12px;
  background: #dff0f7;
  overflow: hidden;
  aspect-ratio: 4 / 2.35;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}

.cs-sunat-method-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs-sunat-method-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 0 5px 4px;
}

.cs-sunat-method-card--slider {
  height: 100%;
}

.cs-sunat-method-body--slider {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.cs-sunat-method-title-row {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cs-sunat-method-title-icon {
  width: 21px;
  height: 21px;
  border-radius: 999px;
  background: #d6ecff;
  color: #1d7ee5;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.cs-sunat-method-title-icon i,
.cs-sunat-method-title-icon svg {
  width: 12px;
  height: 12px;
  font-size: 12px;
}

.cs-sunat-method-title-text {
  font: 800 clamp(21px, 3vw, 24px) "Baloo 2", "Nunito", sans-serif;
  letter-spacing: -0.2px;
  line-height: 1.12;
  color: #17376f;
}

.cs-sunat-method-desc {
  margin: 7px 0 8px;
  color: #3f536a;
  font-size: 15px;
  line-height: 1.5;
}

.cs-sunat-method-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
}

.cs-sunat-method-points li {
  position: relative;
  padding-left: 17px;
  color: #3f536a;
  font-size: 14px;
  line-height: 1.42;
}

.cs-sunat-method-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #53ba78;
  font-weight: 900;
}

.cs-sunat-method-actions {
  margin-top: 18px;
  padding-top: 0;
  width: 100%;
}

.cs-sunat-method-detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  background-color: #2088ff;
  background-image: linear-gradient(135deg, var(--cs-primary, #2088ff) 0%, var(--cs-secondary, #1bc8bd) 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  box-shadow: 0 14px 26px rgba(32, 136, 255, 0.2);
}

.cs-sunat-method-detail-btn:hover {
  filter: brightness(1.03);
  color: #ffffff;
}

.cs-sunat-method-detail-btn-disabled {
  opacity: 0.68;
  background: #d9e3ef;
  color: #5e7389;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
}

.cs-sunat-methods-slider-controls-widget {
  margin-top: 18px;
}

.cs-sunat-methods-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 14px;
}

.cs-sunat-methods-editor-note {
  margin: 12px 0 0;
  font-size: 14px;
  color: #4f6277;
}

.cs-method-compare-widget {
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
  padding: 6px 0 4px;
}

.cs-method-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.cs-method-compare-card {
  min-width: 0;
  height: 100%;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 24px;
  border: 1px solid #d9e4f0;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(18, 56, 107, 0.12);
}

.cs-method-compare-card-positive {
  border-top: 4px solid #a8dbf8;
}

.cs-method-compare-card-negative {
  border-top: 4px solid #d7dde8;
}

.cs-method-compare-title {
  margin: 0;
  color: #102c60;
  font: 800 clamp(34px, 4vw, 52px) "Baloo 2", "Nunito", sans-serif;
  letter-spacing: -0.4px;
  line-height: 1;
}

.cs-method-compare-intro {
  margin: 14px 0 0;
  color: #304b6d;
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.55;
  font-weight: 700;
}

.cs-method-compare-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
}

.cs-method-compare-list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.cs-method-compare-icon {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.cs-method-compare-icon-positive {
  background: linear-gradient(145deg, #38cf82, #1fb66a);
  color: #ffffff;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.2),
    0 6px 14px rgba(31, 182, 106, 0.2);
}

.cs-method-compare-icon-negative-danger {
  background: linear-gradient(145deg, #ffd9dd, #ffc8cf);
  color: #d95267;
}

.cs-method-compare-icon-negative-neutral {
  background: linear-gradient(145deg, #eef1f6, #e2e7ef);
  color: #8f98aa;
}

.cs-method-compare-item-text {
  min-width: 0;
  color: #233d5c;
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.5;
  font-weight: 700;
}

.cs-medical-team-widget {
  width: min(1200px, calc(100% - 36px));
  margin: 0 auto;
  padding: 10px 0 4px;
}

.cs-medical-team-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.3fr);
  gap: 34px;
  align-items: end;
}

.cs-medical-team-copy {
  min-width: 0;
  align-self: stretch;
}

.cs-medical-team-eyebrow {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #3e78df;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.cs-medical-team-eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.cs-medical-team-title {
  margin: 22px 0 0;
  color: #0f2448;
  font-size: 40px;
  letter-spacing: 0;
}

.cs-medical-team-description {
  margin: 28px 0 0;
  max-width: 520px;
  color: #526b89;
  font-size: clamp(18px, 1.15vw, 22px);
  line-height: 1.65;
  font-weight: 700;
}

.cs-medical-team-slider-col {
  min-width: 0;
}

.cs-medical-team-slider {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 2px;
}

.cs-medical-team-slider::-webkit-scrollbar {
  display: none;
}

.cs-medical-team-slider-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 40px) / 3);
  gap: 20px;
  align-items: stretch;
}

.cs-medical-team-slide {
  min-width: 0;
  scroll-snap-align: start;
}

.cs-medical-team-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cs-medical-team-photo-wrap {
  aspect-ratio: 0.88 / 1;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, #eef5ff 0%, #dce8fb 100%);
  box-shadow: 0 12px 24px rgba(18, 56, 107, 0.12);
}

.cs-medical-team-photo {
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: cover;
}

.cs-medical-team-card-body {
  padding: 16px 6px 0;
  text-align: center;
}

.cs-medical-team-name {
  margin: 0;
  color: #3b4960;
  font: 800 clamp(24px, 1.6vw, 32px) / 1.15 "Nunito", sans-serif;
  letter-spacing: 0;
}

.cs-medical-team-role {
  margin: 10px 0 0;
  color: #adb6c5;
  font-size: clamp(14px, 0.9vw, 18px);
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
}

.cs-medical-team-slider-controls-widget {
  margin-top: 20px;
}

.cs-gallery-page-hero {
  padding: 136px 0 54px;
}

.cs-gallery-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 360px);
  gap: 24px;
  align-items: end;
}

.cs-gallery-page-hero-copy {
  max-width: 760px;
}

.cs-gallery-breadcrumbs {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--cs-muted);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 14px 26px rgba(18, 56, 107, 0.08);
}

.cs-gallery-breadcrumbs a {
  color: var(--cs-blue);
}

.cs-gallery-page-kicker,
.cs-patient-gallery-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--cs-blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  box-shadow: 0 12px 24px rgba(18, 56, 107, 0.08);
}

.cs-gallery-page-summary {
  margin: 18px 0 0;
  max-width: 680px;
  color: var(--cs-muted);
  font-size: 18px;
}

.cs-gallery-page-highlight {
  display: grid;
  gap: 10px;
  align-self: stretch;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(242, 249, 255, 0.92) 100%);
  box-shadow: var(--cs-soft-shadow);
}

.cs-gallery-page-highlight strong {
  color: var(--cs-blue-deep);
  font: 900 clamp(44px, 7vw, 76px) / 0.95 "Baloo 2", "Nunito", sans-serif;
}

.cs-gallery-page-highlight span {
  color: var(--cs-muted);
  font-size: 16px;
  font-weight: 800;
}

.cs-gallery-page-content {
  padding: 0 0 16px;
}

.cs-gallery-page-content.is-elementor .elementor-section:first-child {
  margin-top: 0;
}

.cs-gallery-page-editor {
  color: var(--cs-text);
}

.cs-gallery-page-editor > *:first-child {
  margin-top: 0;
}

.cs-gallery-page-editor > *:last-child {
  margin-bottom: 0;
}

.cs-patient-gallery-head {
  margin-bottom: 40px;
}

.cs-patient-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  align-items: start;
}

.cs-patient-gallery-card {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, #eef7ff 100%);
  box-shadow: var(--cs-soft-shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.cs-patient-gallery-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 34px rgba(18, 56, 107, 0.16);
}

.cs-patient-gallery-media {
  display: block;
  overflow: hidden;
  background: #dfefff;
}

.cs-patient-gallery-media img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.28s ease;
}

.cs-patient-gallery-card:hover .cs-patient-gallery-media img {
  transform: scale(1.04);
}

.cs-patient-gallery-meta {
  display: grid;
  gap: 8px;
  padding: 18px 18px 20px;
}

.cs-patient-gallery-chip {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(32, 136, 255, 0.1);
  color: var(--cs-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.cs-patient-gallery-meta strong {
  color: var(--cs-blue-deep);
  font-size: 19px;
  line-height: 1.25;
}

.cs-patient-gallery-description {
  color: var(--cs-muted);
  font-size: 14px;
  line-height: 1.55;
}

.cs-patient-gallery-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}

.cs-patient-gallery-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--cs-border);
  background: rgba(255, 255, 255, 0.92);
  color: var(--cs-blue-deep);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(18, 56, 107, 0.08);
}

.cs-patient-gallery-pagination a.page-numbers:hover {
  color: var(--cs-blue);
  border-color: rgba(32, 136, 255, 0.4);
  transform: translateY(-1px);
}

.cs-patient-gallery-pagination .page-numbers.current {
  border-color: transparent;
  background: linear-gradient(135deg, #2088ff 0%, #1bc8bd 100%);
  color: #ffffff;
  box-shadow: 0 14px 24px rgba(32, 136, 255, 0.24);
}

.cs-patient-gallery-empty {
  padding: 28px;
  border: 1px dashed var(--cs-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--cs-muted);
  text-align: center;
  font-weight: 800;
}

.cs-patient-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
}

.cs-patient-gallery-lightbox[hidden],
.cs-patient-gallery-lightbox-copy[hidden] {
  display: none !important;
}

.cs-patient-gallery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 23, 46, 0.8);
  backdrop-filter: blur(6px);
}

.cs-patient-gallery-lightbox-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  width: min(100%, 920px);
  max-height: calc(100vh - 48px);
  padding: 22px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 26px 54px rgba(12, 23, 46, 0.34);
}

.cs-patient-gallery-lightbox-image {
  width: 100%;
  max-height: calc(100vh - 180px);
  border-radius: 18px;
  object-fit: contain;
  background: #edf6ff;
}

.cs-patient-gallery-lightbox-copy {
  display: grid;
  gap: 8px;
}

.cs-patient-gallery-lightbox-title {
  margin: 0;
  color: var(--cs-blue-deep);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.cs-patient-gallery-lightbox-caption {
  margin: 0;
  color: var(--cs-muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.cs-patient-gallery-lightbox-close {
  justify-self: end;
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  background: #ecf5ff;
  color: var(--cs-blue-deep);
  font-weight: 900;
  cursor: pointer;
}

body.csm-gallery-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .cs-gallery-page-hero-grid {
    grid-template-columns: 1fr;
  }

  .cs-gallery-page-highlight {
    max-width: 360px;
  }

  .cs-sunat-methods-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs-sunat-methods-slider-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs-method-compare-grid {
    grid-template-columns: 1fr;
  }

  .cs-medical-team-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .cs-medical-team-title,
  .cs-medical-team-description {
    max-width: none;
  }

  .cs-medical-team-slider-track {
    grid-auto-columns: calc((100% - 20px) / 2);
  }
}

@media (max-width: 760px) {
  .cs-gallery-page-hero {
    padding-top: 122px;
    padding-bottom: 36px;
  }

  .cs-gallery-breadcrumbs {
    gap: 8px;
    font-size: 13px;
  }

  .cs-gallery-page-summary {
    font-size: 16px;
  }

  .cs-gallery-page-highlight {
    padding: 22px;
    border-radius: 22px;
  }

  .cs-patient-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .cs-patient-gallery-card {
    border-radius: 18px;
  }

  .cs-patient-gallery-meta {
    padding: 14px 14px 16px;
  }

  .cs-patient-gallery-meta strong {
    font-size: 16px;
  }

  .cs-patient-gallery-description {
    font-size: 13px;
  }

  .cs-patient-gallery-pagination {
    gap: 8px;
    margin-top: 24px;
  }

  .cs-patient-gallery-pagination .page-numbers {
    min-width: 40px;
    min-height: 40px;
    padding: 8px 12px;
    font-size: 13px;
  }

  .cs-patient-gallery-lightbox {
    padding: 14px;
  }

  .cs-patient-gallery-lightbox-dialog {
    padding: 14px;
    border-radius: 22px;
  }

  .cs-patient-gallery-lightbox-title {
    font-size: 18px;
  }

  .cs-sunat-methods-grid {
    grid-template-columns: 1fr;
  }

  .cs-sunat-methods-slider-track {
    grid-template-columns: 1fr;
  }

  .cs-sunat-method-card {
    padding: 7px;
  }

  .cs-method-compare-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .cs-method-compare-list {
    gap: 16px;
  }

  .gdlr-core-text-box-item-content p ,
  .elementor-widget-text-editor{
    font-size: 18px !important;
    color: #304b6d !important;
  }

  .cs-method-compare-list li {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 10px;
  }

  .cs-medical-team-widget {
    width: min(100% - 24px, 1200px);
  }

  .cs-medical-team-title {
    margin-top: 18px;
    font-size: clamp(34px, 9vw, 46px);
  }

  .cs-medical-team-description {
    margin-top: 20px;
    font-size: 16px;
  }

  .cs-medical-team-slider-track {
    grid-auto-columns: 100%;
  }

  .cs-medical-team-card-body {
    padding-top: 14px;
  }
}
