.cpanda-front-page .cpanda-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: auto;
  padding: 40px 24px 80px;
  --padding-top: 40px;
  --padding-right: 24px;
  --padding-bottom: 80px;
  --padding-left: 24px;
  background: #fff;
}

.cpanda-front-page .cpanda-hero *,
.cpanda-front-page .cpanda-hero *::before,
.cpanda-front-page .cpanda-hero *::after {
  box-sizing: border-box;
}

.cpanda-front-page .cpanda-hero-grid {
  background-image: linear-gradient(rgba(29, 185, 84, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 185, 84, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
}

.cpanda-front-page .cpanda-hero-inner {
  width: min(100%, 1280px);
  --width: min(100%, 1280px);
  margin: 0 auto;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
}

.cpanda-front-page .cpanda-hero-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 500px;
  align-items: center;
  gap: 56px;
  --gap: 56px;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
}

.cpanda-front-page .cpanda-hero-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  --gap: 24px;
  --width: 58%;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
}

.cpanda-front-page .cpanda-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  min-height: 48px;
  padding: 9px 22px;
  border: 2px solid rgba(29, 185, 84, 0.2);
  border-radius: 999px;
  background: var(--cp-green-light);
  color: var(--cp-green-dark);
  font-family: "Golos Text", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cpanda-front-page .cpanda-hero-badge-dot,
.cpanda-front-page .cpanda-green-dot {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cp-green);
  flex-shrink: 0;
  box-shadow: 0 0 0 0 rgba(29, 185, 84, 0.35);
  animation: cpanda-pulse-dot 1.9s ease-out infinite;
}

.cpanda-front-page .cpanda-hero-badge-dot::after,
.cpanda-front-page .cpanda-green-dot::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  background: rgba(29, 185, 84, 0.16);
  transform: scale(0.25);
  opacity: 0;
  animation: cpanda-pulse-halo 1.9s ease-out infinite;
}

.cpanda-front-page .cpanda-hero-badge .elementor-widget-container,
.cpanda-front-page .cpanda-floating-badge .elementor-widget-container,
.cpanda-front-page .cpanda-hero-image-meta .elementor-widget-container,
.cpanda-front-page .cpanda-hero-stat .elementor-widget-container {
  margin: 0;
}

.cpanda-front-page .cpanda-hero-badge p,
.cpanda-front-page .cpanda-floating-badge p,
.cpanda-front-page .cpanda-hero-image-meta p,
.cpanda-front-page .cpanda-hero-stat p {
  margin: 0;
}

.cpanda-front-page .cpanda-hero-badge p,
.cpanda-front-page .cpanda-floating-badge p {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.cpanda-front-page .cpanda-hero-title {
  letter-spacing: -0.05em;
  line-height: 1.05;
  max-width: 760px;
}

.cpanda-front-page .cpanda-hero-title .elementor-heading-title {
  color: var(--cp-text);
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: clamp(30px, 3.8vw, 54px);
  font-weight: 900;
  line-height: 1.05;
}

.cpanda-front-page .cpanda-hero-title h1,
.cpanda-front-page .cpanda-deliver-title h2,
.cpanda-front-page .cpanda-delivery-title h3,
.cpanda-front-page .cpanda-how-title h2,
.cpanda-front-page .cpanda-timeline-title h3 {
  margin: 0;
}

.cpanda-front-page .cpanda-hero-title .cpanda-accent {
  color: var(--cp-green);
}

.cpanda-front-page .cpanda-hero-desc {
  max-width: 500px;
  color: var(--cp-muted);
  font-family: "Golos Text", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  margin-top: -4px;
}

.cpanda-front-page .cpanda-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 4px;
  margin-bottom: 24px;
  --gap: 14px;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
}

.cpanda-front-page .cpanda-button-primary .elementor-button,
.cpanda-front-page .cpanda-button-secondary .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 28px;
  border-radius: var(--cp-radius-sm);
  font-family: "Golos Text", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.cpanda-front-page .cpanda-button-primary .elementor-button-content-wrapper,
.cpanda-front-page .cpanda-button-secondary .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  line-height: 1;
}

.cpanda-front-page .cpanda-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  line-height: 1;
}

.cpanda-front-page .cpanda-button-primary .elementor-button-text,
.cpanda-front-page .cpanda-button-secondary .elementor-button-text {
  line-height: 1;
}

.cpanda-front-page .cpanda-button-primary .elementor-button {
  background: var(--cp-green);
}

.cpanda-front-page .cpanda-button-secondary .elementor-button {
  background: #fff;
  border: 1.5px solid var(--cp-border);
  color: var(--cp-text);
}

.cpanda-front-page .cpanda-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  --gap: 24px;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
}

.cpanda-front-page .cpanda-hero-stat {
  padding-right: 28px;
  border-right: 1px solid var(--cp-border);
}

.cpanda-front-page .cpanda-hero-stat:last-child {
  border-right: 0;
}

.cpanda-front-page .cpanda-hero-stat-value {
  color: var(--cp-text);
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.cpanda-front-page .cpanda-hero-stat-value .cpanda-accent,
.cpanda-front-page .cpanda-hero-stat-value .g {
  color: var(--cp-green);
}

.cpanda-front-page .cpanda-hero-stat-label {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  color: var(--cp-muted);
}

.cpanda-front-page .cpanda-adv-card,
.cpanda-front-page .cpanda-delivery-card,
.cpanda-front-page .cpanda-case-card,
.cpanda-front-page .cpanda-review-card {
  height: 100%;
}

.cpanda-front-page .cpanda-advantages {
  position: relative;
  z-index: 2;
  padding: 44px 24px;
  border-top: 1px solid rgba(29, 185, 84, 0.12);
  border-bottom: 1px solid rgba(29, 185, 84, 0.12);
  background: #effff5;
  --padding-top: 44px;
  --padding-right: 24px;
  --padding-bottom: 44px;
  --padding-left: 24px;
}

.cpanda-front-page .cpanda-advantages-inner {
  width: min(100%, 1280px);
  --width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  --gap: 32px;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
}

.cpanda-front-page .cpanda-adv-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  background: transparent;
  box-shadow: none;
  border: 0;
  --gap: 18px;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
}

.cpanda-front-page .cpanda-adv-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--cp-green);
  color: #fff;
  --width: 48px;
}

.cpanda-front-page .cpanda-adv-icon svg {
  display: block;
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cpanda-front-page .cpanda-adv-title {
  color: var(--cp-text);
  font-family: "Golos Text", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.cpanda-front-page .cpanda-adv-title p,
.cpanda-front-page .cpanda-adv-desc p,
.cpanda-front-page .cpanda-deliver-desc p,
.cpanda-front-page .cpanda-delivery-badge p,
.cpanda-front-page .cpanda-delivery-text p {
  margin: 0;
}

.cpanda-front-page .cpanda-adv-desc {
  margin-top: 6px;
  color: var(--cp-muted);
  font-size: 13px;
  line-height: 1.55;
}

.cpanda-front-page .cpanda-deliver {
  position: relative;
  overflow: hidden;
  padding: 52px 24px 80px;
  background: #effff5;
  --padding-top: 52px;
  --padding-right: 24px;
  --padding-bottom: 80px;
  --padding-left: 24px;
}

.cpanda-front-page .cpanda-deliver-inner {
  position: relative;
  width: min(100%, 1280px);
  --width: min(100%, 1280px);
  margin: 0 auto;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
}

.cpanda-front-page .cpanda-deliver-kicker {
  margin-bottom: 16px;
}

.cpanda-front-page .cpanda-deliver-title .elementor-heading-title {
  color: var(--cp-text);
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
}

.cpanda-front-page .cpanda-deliver-desc {
  max-width: 620px;
  margin-top: 18px;
  color: var(--cp-muted);
  font-size: 16px;
  line-height: 1.65;
}

.cpanda-front-page .cpanda-deliver-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 42px;
  --gap: 26px;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
}

.cpanda-front-page .cpanda-delivery-card {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--cp-shadow);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
}

.cpanda-front-page .cpanda-delivery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.cpanda-front-page .cpanda-delivery-image {
  position: relative;
  width: 100%;
  height: 220px;
  --width: 100%;
  overflow: hidden;
}

.cpanda-front-page .cpanda-delivery-image .elementor-widget-container,
.cpanda-front-page .cpanda-delivery-image img {
  width: 100%;
  height: 100%;
}

.cpanda-front-page .cpanda-delivery-image img {
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.cpanda-front-page .cpanda-delivery-card:hover .cpanda-delivery-image img {
  transform: scale(1.05);
}

.cpanda-front-page .cpanda-delivery-body {
  padding: 24px;
  --padding-top: 24px;
  --padding-right: 24px;
  --padding-bottom: 24px;
  --padding-left: 24px;
}

.cpanda-front-page .cpanda-delivery-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  width: fit-content;
  padding: 3px 10px;
  border-radius: 6px;
  background: var(--cp-green);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(13, 26, 18, 0.18);
}

.cpanda-front-page .cpanda-delivery-title .elementor-heading-title {
  color: var(--cp-text);
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.cpanda-front-page .cpanda-delivery-text {
  color: var(--cp-muted);
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
}

.cpanda-front-page .cpanda-services {
  position: relative;
  overflow: hidden;
  padding: 80px 24px;
  background: #fff;
  --padding-top: 80px;
  --padding-right: 24px;
  --padding-bottom: 80px;
  --padding-left: 24px;
}

.cpanda-front-page .cpanda-services::before {
  content: none;
  position: absolute;
  top: -120px;
  right: -120px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(29, 185, 84, 0.07) 0%, rgba(29, 185, 84, 0) 70%);
  pointer-events: none;
}

.cpanda-front-page .cpanda-services-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1280px);
  --width: min(100%, 1280px);
  margin: 0 auto;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
}

.cpanda-front-page .cpanda-services-title .elementor-heading-title {
  color: var(--cp-text);
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
}

.cpanda-front-page .cpanda-services-desc {
  max-width: 740px;
  margin-top: 18px;
  color: var(--cp-muted);
  font-size: 16px;
  line-height: 1.6;
}

.cpanda-front-page .cpanda-services-shortcode {
  margin-top: 44px;
}

.cpanda-front-page .cpanda-services-tabs {
  font-family: "Golos Text", system-ui, sans-serif;
}

.cpanda-front-page .cpanda-services-nav {
  display: flex;
  width: fit-content;
  max-width: 100%;
  gap: 6px;
  padding: 7px;
  border: 1px solid rgba(29, 185, 84, 0.13);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.cpanda-front-page .cpanda-services-tab,
.cpanda-front-page .cpanda-buyout-tab {
  appearance: none;
  border: 0;
  font-family: inherit;
  cursor: pointer;
}

.cpanda-front-page .cpanda-services-tab {
  min-width: 160px;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 12px;
  background: transparent;
  color: var(--cp-muted);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.cpanda-front-page .cpanda-services-tab.is-active {
  background: var(--cp-green);
  color: #fff;
  box-shadow: 0 10px 22px rgba(29, 185, 84, 0.28);
}

.cpanda-front-page .cpanda-services-panel {
  margin-top: 32px;
  animation: cpanda-service-panel 0.24s ease;
}

.cpanda-front-page .cpanda-services-panel[hidden] {
  display: none;
}

.cpanda-front-page .cpanda-buyout-layout {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--cp-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.cpanda-front-page .cpanda-buyout-tabs {
  display: flex;
  flex-direction: column;
  background: #fafafa;
  border-right: 1px solid var(--cp-border);
}

.cpanda-front-page .cpanda-buyout-tab {
  min-height: 62px;
  padding: 18px 24px;
  border-left: 4px solid transparent;
  background: transparent;
  color: var(--cp-muted);
  text-align: left;
  font-size: 14px;
  font-weight: 800;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.cpanda-front-page .cpanda-buyout-tab:hover {
  background: #f3f4f6;
  color: var(--cp-text);
}

.cpanda-front-page .cpanda-buyout-tab.is-active {
  background: #fff;
  color: var(--cp-green);
  border-left-color: var(--cp-green);
}

.cpanda-front-page .cpanda-buyout-panel {
  display: none;
  padding: 28px;
  animation: cpanda-buyout-panel 0.22s ease;
}

.cpanda-front-page .cpanda-buyout-panel.is-active {
  display: block;
}

.cpanda-front-page .cpanda-buyout-panel img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 24px;
}

.cpanda-front-page .cpanda-buyout-panel h3,
.cpanda-front-page .cpanda-check-row h3 {
  margin: 0;
  color: var(--cp-text);
  font-family: "Unbounded", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.cpanda-front-page .cpanda-buyout-panel h3 {
  font-size: 24px;
  line-height: 1.15;
}

.cpanda-front-page .cpanda-buyout-panel p,
.cpanda-front-page .cpanda-check-row p,
.cpanda-front-page .cpanda-consolidation-desc {
  color: var(--cp-muted);
  font-size: 14px;
  line-height: 1.65;
}

.cpanda-front-page .cpanda-buyout-panel p {
  margin: 14px 0 24px;
}

.cpanda-front-page .cpanda-buyout-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.cpanda-front-page .cpanda-buyout-value {
  color: var(--cp-green);
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.cpanda-front-page .cpanda-buyout-label {
  margin-top: 8px;
  color: var(--cp-muted);
  font-size: 13px;
  font-weight: 700;
}

.cpanda-front-page .cpanda-services-cta {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.cpanda-front-page .cpanda-services-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 30px;
  border-radius: 12px;
  background: var(--cp-green);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(29, 185, 84, 0.25);
}

.cpanda-front-page .cpanda-check-list {
  overflow: hidden;
  border: 1px solid var(--cp-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.cpanda-front-page .cpanda-check-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 24px 28px;
  border-bottom: 1px solid rgba(29, 185, 84, 0.08);
}

.cpanda-front-page .cpanda-check-row:last-child {
  border-bottom: 0;
}

.cpanda-front-page .cpanda-check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--cp-green-light);
  color: var(--cp-green);
}

.cpanda-front-page .cpanda-check-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cpanda-front-page .cpanda-check-row h3 {
  font-size: 16px;
}

.cpanda-front-page .cpanda-check-row p {
  margin: 8px 0 0;
}

.cpanda-front-page .cpanda-consolidation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: center;
  padding: 32px;
  border: 1px solid var(--cp-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.cpanda-front-page .cpanda-consolidation-desc {
  margin: 0 0 24px;
}

.cpanda-front-page .cpanda-consolidation ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cpanda-front-page .cpanda-consolidation li {
  position: relative;
  padding-left: 22px;
  color: var(--cp-text);
  font-size: 16px;
  line-height: 1.55;
}

.cpanda-front-page .cpanda-consolidation li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cp-green);
}

.cpanda-front-page .cpanda-consolidation img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 14px;
}

.cpanda-front-page .cpanda-how {
  position: relative;
  overflow: hidden;
  padding: 80px 24px;
  background: #fff;
  --padding-top: 80px;
  --padding-right: 24px;
  --padding-bottom: 80px;
  --padding-left: 24px;
}

.cpanda-front-page .cpanda-how-inner {
  width: min(100%, 1280px);
  --width: min(100%, 1280px);
  margin: 0 auto;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
}

.cpanda-front-page .cpanda-how-title .elementor-heading-title {
  color: var(--cp-text);
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
}

.cpanda-front-page .cpanda-how-desc {
  max-width: 620px;
  margin-top: 18px;
  color: var(--cp-muted);
  font-size: 16px;
  line-height: 1.55;
}

.cpanda-front-page .cpanda-how-grid {
  display: grid;
  grid-template-columns: minmax(0, 54%) minmax(360px, 1fr);
  gap: 48px;
  align-items: start;
  margin-top: 36px;
  --gap: 48px;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
}

.cpanda-front-page .cpanda-how-left {
  padding-right: 46px;
  border-right: 1px solid rgba(29, 185, 84, 0.12);
  --padding-top: 0;
  --padding-right: 46px;
  --padding-bottom: 0;
  --padding-left: 0;
}

.cpanda-front-page .cpanda-road {
  --cp-road-pad: 42px;
  --cp-road-progress-width: 0px;
  --cp-road-truck-x: var(--cp-road-pad);
  position: relative;
  height: 72px;
  margin-bottom: 24px;
}

.cpanda-front-page .cpanda-road::before {
  content: "";
  position: absolute;
  right: var(--cp-road-pad);
  left: var(--cp-road-pad);
  top: 36px;
  height: 4px;
  border-radius: 999px;
  background: rgba(29, 185, 84, 0.16);
}

.cpanda-front-page .cpanda-road::after {
  content: "";
  position: absolute;
  left: var(--cp-road-pad);
  top: 36px;
  width: var(--cp-road-progress-width);
  height: 4px;
  border-radius: 999px;
  background: var(--cp-green);
  transition: width 0.25s ease;
}

.cpanda-front-page .cpanda-road-truck {
  position: absolute;
  top: 5px;
  left: var(--cp-road-truck-x);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  font-size: 28px;
  line-height: 1;
  filter: drop-shadow(0 4px 8px rgba(29, 185, 84, 0.25));
  transform: translateX(-50%) scaleX(-1);
  transition: left 0.25s ease;
}

.cpanda-front-page .cpanda-road-points {
  position: absolute;
  inset: 0 var(--cp-road-pad) auto;
  display: flex;
  justify-content: space-between;
}

.cpanda-front-page .cpanda-road-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  color: var(--cp-muted);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.2s ease;
}

.cpanda-front-page .cpanda-road-point::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 28px;
  border: 4px solid rgba(29, 185, 84, 0.28);
  border-radius: 50%;
  background: #fff;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.cpanda-front-page .cpanda-road-point.is-passed,
.cpanda-front-page .cpanda-road-point.is-active {
  color: var(--cp-green);
}

.cpanda-front-page .cpanda-road-point.is-passed::before {
  background: rgba(29, 185, 84, 0.48);
  border-color: rgba(29, 185, 84, 0.18);
}

.cpanda-front-page .cpanda-road-point.is-active::before {
  background: var(--cp-green);
  border-color: rgba(29, 185, 84, 0.28);
  box-shadow: 0 0 0 5px rgba(29, 185, 84, 0.14);
}

.cpanda-front-page .cpanda-timeline {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 42px;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 42px;
}

.cpanda-front-page .cpanda-timeline::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 13px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(to bottom, var(--cp-green), rgba(29, 185, 84, 0.15));
}

.cpanda-front-page .cpanda-timeline-step {
  position: relative;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--cp-border);
  margin-bottom: 16px;
  cursor: pointer;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 16px;
  --padding-left: 0;
}

.cpanda-front-page .cpanda-timeline-step:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.cpanda-front-page .cpanda-timeline-step::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -36px;
  width: 16px;
  height: 16px;
  border: 4px solid rgba(29, 185, 84, 0.2);
  border-radius: 50%;
  background: var(--cp-green);
  box-shadow: 0 0 0 4px #fff;
}

.cpanda-front-page .cpanda-timeline-step:not(.is-passed):not(.is-active)::before {
  background: #fff;
  border-color: rgba(29, 185, 84, 0.25);
}

.cpanda-front-page .cpanda-timeline-num {
  color: var(--cp-green);
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 7px;
}

.cpanda-front-page .cpanda-timeline-title .elementor-heading-title {
  color: var(--cp-text);
  font-family: "Golos Text", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.cpanda-front-page .cpanda-timeline-step.is-active .cpanda-timeline-title .elementor-heading-title {
  color: var(--cp-green);
}

.cpanda-front-page .cpanda-timeline-step.is-passed .cpanda-timeline-title .elementor-heading-title {
  color: var(--cp-green);
}

.cpanda-front-page .cpanda-timeline-text {
  margin-top: 7px;
  color: var(--cp-muted);
  font-size: 13.5px;
  line-height: 1.55;
}

.cpanda-front-page .cpanda-calculator h3 {
  margin: 0 0 22px;
  color: var(--cp-text);
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.cpanda-front-page .cpanda-calculator-card {
  padding: 32px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.cpanda-front-page .cpanda-route-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.cpanda-front-page .cpanda-route-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 118px;
  padding: 14px 10px;
  border: 2px solid var(--cp-border);
  border-radius: 14px;
  background: #fff;
  color: var(--cp-text);
  font-family: "Golos Text", system-ui, sans-serif;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.cpanda-front-page .cpanda-route-card:hover {
  transform: translateY(-2px);
  border-color: rgba(29, 185, 84, 0.45);
}

.cpanda-front-page .cpanda-route-card.is-active {
  border-color: var(--cp-green);
  background: var(--cp-green-light);
}

.cpanda-front-page .cpanda-route-icon {
  margin-bottom: 12px;
  font-size: 25px;
  line-height: 1;
}

.cpanda-front-page .cpanda-route-name {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.cpanda-front-page .cpanda-route-days {
  margin-top: 5px;
  color: var(--cp-muted);
  font-size: 12px;
  line-height: 1.2;
}

.cpanda-front-page .cpanda-calculator-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 22px;
}

.cpanda-front-page .cpanda-calculator-fields label {
  display: grid;
  gap: 9px;
}

.cpanda-front-page .cpanda-calculator-fields span {
  color: #374151;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cpanda-front-page .cpanda-calculator-fields input {
  width: 100%;
  min-height: 50px;
  padding: 12px 16px;
  border: 1.5px solid var(--cp-border);
  border-radius: 12px;
  background: #f9fafb;
  color: var(--cp-text);
  font-family: "Golos Text", system-ui, sans-serif;
  font-size: 15px;
  outline: none;
  box-sizing: border-box;
}

.cpanda-front-page .cpanda-calculator-fields input:focus {
  border-color: var(--cp-green);
  background: #fff;
}

.cpanda-front-page .cpanda-calculator-submit {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 12px;
  background: var(--cp-green);
  color: #fff;
  font-family: "Golos Text", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(29, 185, 84, 0.22);
}

.cpanda-front-page .cpanda-calculator-result {
  display: none;
  margin-top: 26px;
  padding: 24px 28px;
  border-left: 5px solid var(--cp-green);
  border-radius: 14px;
  background: var(--cp-green-light);
}

.cpanda-front-page .cpanda-calculator-result.is-visible {
  display: block;
}

.cpanda-front-page .cpanda-calculator-result-main {
  color: var(--cp-text);
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.cpanda-front-page .cpanda-calculator-result-sub,
.cpanda-front-page .cpanda-calculator-result-note {
  color: var(--cp-muted);
  font-size: 17px;
  line-height: 1.65;
}

.cpanda-front-page .cpanda-calculator-result-sub {
  margin-top: 14px;
}

.cpanda-front-page .cpanda-calculator-result-note {
  margin-top: 16px;
}

.cpanda-front-page .cpanda-calculator-result a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-top: 24px;
  padding: 16px 32px;
  border-radius: 12px;
  background: var(--cp-green);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(29, 185, 84, 0.24);
}

.cpanda-front-page .cpanda-cases {
  position: relative;
  overflow: hidden;
  padding: 80px 24px;
  background: #fff;
  --padding-top: 80px;
  --padding-right: 24px;
  --padding-bottom: 80px;
  --padding-left: 24px;
}

.cpanda-front-page .cpanda-cases::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.07;
  pointer-events: none;
  background-image:
    linear-gradient(45deg, rgba(29, 185, 84, 0.42) 1px, transparent 1px),
    linear-gradient(-45deg, rgba(29, 185, 84, 0.42) 1px, transparent 1px);
  background-size: 80px 80px;
}

.cpanda-front-page .cpanda-cases-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1280px);
  --width: min(100%, 1280px);
  margin: 0 auto;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
}

.cpanda-front-page .cpanda-cases-title .elementor-heading-title {
  color: var(--cp-text);
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
}

.cpanda-front-page .cpanda-cases-desc {
  max-width: 620px;
  margin-top: 18px;
  color: var(--cp-muted);
  font-size: 16px;
  line-height: 1.65;
}

.cpanda-front-page .cpanda-cases-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
  margin-top: 42px;
  --gap: 28px;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
}

.cpanda-front-page .cpanda-case-card,
.cpanda-front-page .cpanda-testimonial-card {
  overflow: hidden;
  border: 1px solid var(--cp-border);
  background: #fff;
  box-shadow: var(--cp-shadow);
}

.cpanda-front-page .cpanda-case-card {
  border-radius: 20px;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
}

.cpanda-front-page .cpanda-case-image {
  width: 100%;
  height: 260px;
  --width: 100%;
}

.cpanda-front-page .cpanda-case-main .cpanda-case-image {
  height: 260px;
}

.cpanda-front-page .cpanda-case-image .elementor-widget-container,
.cpanda-front-page .cpanda-case-image img {
  width: 100%;
  height: 100%;
}

.cpanda-front-page .cpanda-case-image img {
  display: block;
  object-fit: cover;
}

.cpanda-front-page .cpanda-case-body {
  padding: 28px;
  gap: 0 !important;
  --padding-top: 28px;
  --padding-right: 28px;
  --padding-bottom: 28px;
  --padding-left: 28px;
  --gap: 0 !important;
}

.cpanda-front-page .cpanda-case-body > .elementor-element {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.cpanda-front-page .cpanda-case-meta {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  --gap: 12px !important;
}

.cpanda-front-page .cpanda-case-tag {
  width: fit-content;
  padding: 4px 10px;
  border-radius: 6px;
  background: var(--cp-green-light);
  color: var(--cp-green-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.cpanda-front-page .cpanda-case-date {
  color: var(--cp-muted);
  font-size: 13px;
  line-height: 1;
}

.cpanda-front-page .cpanda-case-tag p,
.cpanda-front-page .cpanda-case-date p,
.cpanda-front-page .cpanda-case-stat-label p,
.cpanda-front-page .cpanda-testimonial-text p,
.cpanda-front-page .cpanda-testimonial-name p,
.cpanda-front-page .cpanda-testimonial-role p,
.cpanda-front-page .cpanda-testimonial-chip p {
  margin: 0;
}

.cpanda-front-page .cpanda-case-heading,
.cpanda-front-page .cpanda-case-heading .elementor-heading-title {
  margin: 0;
  color: var(--cp-text);
  font-family: "Golos Text", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.03em;
}

.cpanda-front-page h3.cpanda-case-heading {
  margin: 0;
}

.cpanda-front-page .cpanda-case-stats {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 28px;
  margin: 24px 0 0;
  --gap: 28px !important;
}

.cpanda-front-page .cpanda-case-stat {
  width: auto !important;
  flex: 0 1 auto;
  min-width: 110px;
  gap: 0 !important;
  --width: auto !important;
  --gap: 0 !important;
}

.cpanda-front-page .cpanda-case-small .cpanda-case-stat {
  min-width: 120px;
}

.cpanda-front-page .cpanda-case-stat-value {
  color: var(--cp-green);
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.cpanda-front-page .cpanda-case-stat-label {
  margin-top: 6px;
  color: var(--cp-muted);
  font-size: 12px;
  line-height: 1.2;
}

.cpanda-front-page .cpanda-testimonial-card {
  position: sticky;
  top: 86px;
  border-radius: 20px;
  padding: 28px 30px;
  --padding-top: 28px;
  --padding-right: 30px;
  --padding-bottom: 28px;
  --padding-left: 30px;
}

.cpanda-front-page .cpanda-testimonial-stars {
  color: #f59e0b;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 20px;
}

.cpanda-front-page .cpanda-testimonial-text {
  color: var(--cp-muted);
  font-size: 15px;
  font-style: italic;
  line-height: 1.75;
}

.cpanda-front-page .cpanda-testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--cp-border);
  --gap: 14px;
}

.cpanda-front-page .cpanda-testimonial-avatar,
.cpanda-front-page .cpanda-testimonial-initials {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 10px;
}

.cpanda-front-page .cpanda-testimonial-avatar {
  overflow: hidden;
  --width: 48px;
}

.cpanda-front-page .cpanda-testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cpanda-front-page .cpanda-testimonial-initials {
  display: inline-grid;
  place-items: center;
  background: rgba(30, 190, 94, 0.13);
  color: var(--cp-green);
  font-family: var(--cp-heading-font);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.cpanda-front-page .cpanda-cases-layout.has-no-testimonial {
  grid-template-columns: minmax(0, 1fr);
}

.cpanda-front-page .cpanda-testimonial-name {
  color: var(--cp-text);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.cpanda-front-page .cpanda-testimonial-role {
  margin-top: 5px;
  color: var(--cp-muted);
  font-size: 14px;
  line-height: 1.35;
}

.cpanda-front-page .cpanda-testimonial-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 22px;
  padding: 8px 14px;
  border-radius: 9px;
  background: var(--cp-green-light);
  color: var(--cp-green-dark);
  font-size: 14px;
  font-weight: 900;
}

.cpanda-front-page .cpanda-testimonial-chip::before {
  content: "✓";
  margin-right: 8px;
}

.cpanda-front-page .cpanda-cases-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
  --gap: 20px;
}

.cpanda-front-page .cpanda-case-small .cpanda-case-heading,
.cpanda-front-page .cpanda-case-small .cpanda-case-heading .elementor-heading-title {
  font-size: 18px;
}

.cpanda-front-page .cpanda-case-small .cpanda-case-body {
  padding: 24px 28px 26px;
  --padding-top: 24px;
  --padding-right: 28px;
  --padding-bottom: 26px;
  --padding-left: 28px;
}

.cpanda-front-page .cpanda-case-small .cpanda-case-meta {
  margin-bottom: 18px;
}

.cpanda-front-page .cpanda-case-small .cpanda-case-stats {
  margin-top: 24px;
}

.cpanda-front-page .cpanda-case-small .cpanda-case-stat-value {
  font-size: 22px;
}

.cpanda-front-page .cpanda-reviews {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background: #f6f7f8;
  --padding-top: 80px;
  --padding-right: 0;
  --padding-bottom: 80px;
  --padding-left: 0;
}

.cpanda-front-page .cpanda-reviews-header {
  width: min(100% - 48px, 1280px);
  --width: min(100% - 48px, 1280px);
  margin: 0 auto;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
}

.cpanda-front-page .cpanda-reviews-title .elementor-heading-title {
  color: var(--cp-text);
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
}

.cpanda-front-page .cpanda-reviews-shortcode {
  margin-top: 48px;
}

.cpanda-front-page .cpanda-reviews-marquee {
  display: grid;
  gap: 18px;
  overflow: hidden;
}

.cpanda-front-page .cpanda-reviews-row {
  overflow: hidden;
  width: 100%;
  min-height: 226px;
  opacity: 1;
  visibility: visible;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.cpanda-front-page .cpanda-reviews-track {
  display: flex;
  width: max-content;
  gap: 18px;
  min-height: 226px;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  backface-visibility: hidden;
}

.cpanda-front-page .cpanda-reviews-row.is-left .cpanda-reviews-track {
  animation: cpanda-review-left 102s linear infinite;
  animation-fill-mode: both;
}

.cpanda-front-page .cpanda-reviews-row.is-right .cpanda-reviews-track {
  animation: cpanda-review-right 108s linear infinite;
  animation-fill-mode: both;
}

.cpanda-front-page .cpanda-reviews-row:hover .cpanda-reviews-track {
  animation-play-state: paused;
}

.cpanda-front-page .cpanda-review-marquee-card {
  flex: 0 0 300px;
  min-height: 176px;
  padding: 22px;
  border: 1px solid var(--cp-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.cpanda-front-page .cpanda-review-stars {
  color: #f59e0b;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 14px;
}

.cpanda-front-page .cpanda-review-text {
  display: -webkit-box;
  min-height: 66px;
  margin: 0 0 18px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: var(--cp-muted);
  font-size: 14px;
  font-style: italic;
  line-height: 1.55;
}

.cpanda-front-page .cpanda-review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cpanda-front-page .cpanda-review-author img,
.cpanda-front-page .cpanda-review-initials {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  flex: 0 0 40px;
}

.cpanda-front-page .cpanda-review-author img {
  object-fit: cover;
  background: var(--cp-border);
}

.cpanda-front-page .cpanda-review-initials {
  display: inline-grid;
  place-items: center;
  background: rgba(30, 190, 94, 0.13);
  color: var(--cp-green);
  font-family: var(--cp-heading-font);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.cpanda-front-page .cpanda-review-name {
  color: var(--cp-text);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.cpanda-front-page .cpanda-review-role {
  margin-top: 3px;
  color: var(--cp-muted);
  font-size: 12px;
  line-height: 1.3;
}

.cpanda-front-page .cpanda-contact {
  position: relative;
  overflow: hidden;
  padding: 80px 24px;
  background: var(--cp-green);
  color: #fff;
  --padding-top: 80px;
  --padding-right: 24px;
  --padding-bottom: 80px;
  --padding-left: 24px;
}

.cpanda-front-page .cpanda-contact::before,
.cpanda-front-page .cpanda-contact::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.cpanda-front-page .cpanda-contact::before {
  left: max(8%, calc((100vw - 1280px) / 2 - 80px));
  bottom: -210px;
  width: 220px;
  height: 220px;
}

.cpanda-front-page .cpanda-contact::after {
  right: max(-60px, calc((100vw - 1280px) / 2 - 230px));
  top: -110px;
}

.cpanda-front-page .cpanda-contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 80px;
  align-items: center;
  width: min(100%, 1280px);
  margin: 0 auto;
}

.cpanda-front-page .cpanda-contact-kicker {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cpanda-front-page .cpanda-contact-kicker::before {
  content: "-";
  margin-right: 10px;
}

.cpanda-front-page .cpanda-contact-copy h2 {
  max-width: 480px;
  margin: 0 0 18px;
  color: #fff;
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.cpanda-front-page .cpanda-contact-copy p {
  max-width: 590px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.75;
}

.cpanda-front-page .cpanda-contact-perks {
  display: grid;
  gap: 13px;
}

.cpanda-front-page .cpanda-contact-perks div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 500;
}

.cpanda-front-page .cpanda-contact-perks div::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  font-size: 12px;
  flex: 0 0 22px;
}

.cpanda-front-page .cpanda-contact-card {
  padding: 40px;
  border-radius: 24px;
  background: #fff;
  color: var(--cp-text);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.cpanda-front-page .cpanda-contact-card h3 {
  margin: 0 0 5px;
  color: var(--cp-text);
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.cpanda-front-page .cpanda-contact-card > p {
  margin: 0 0 30px;
  color: var(--cp-muted);
  font-size: 14px;
}

.cpanda-front-page .cpanda-contact-card label {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
  color: var(--cp-text);
  font-size: 13px;
  font-weight: 700;
}

.cpanda-front-page .cpanda-contact-card input {
  width: 100%;
  min-height: 47px;
  padding: 13px 16px;
  border: 1.5px solid var(--cp-border);
  border-radius: var(--cp-radius-sm);
  background: #f8fafb;
  color: var(--cp-text);
  font-family: "Golos Text", system-ui, sans-serif;
  font-size: 15px;
  box-shadow: none;
}

.cpanda-front-page .cpanda-contact-card input:focus {
  border-color: var(--cp-green);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(29, 185, 84, 0.14);
}

.cpanda-front-page .cpanda-contact-card .cpanda-contact-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin: 0 0 16px;
  color: #8b95a3;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
}

.cpanda-front-page .cpanda-contact-card .cpanda-contact-consent input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin: 1px 0 0;
  padding: 0;
  border-radius: 4px;
  accent-color: var(--cp-green);
  cursor: pointer;
}

.cpanda-front-page .cpanda-contact-card .cpanda-contact-consent span {
  display: block;
}

.cpanda-front-page .cpanda-contact-card button {
  width: 100%;
  min-height: 52px;
  margin-top: 6px;
  border: 0;
  border-radius: 9px;
  background: var(--cp-green);
  color: #fff;
  font-family: "Golos Text", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(29, 185, 84, 0.28);
  cursor: pointer;
}

.cpanda-front-page .cpanda-contact-card button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.cpanda-front-page .cpanda-form-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cpanda-front-page .cpanda-contact-status {
  min-height: 18px;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.cpanda-front-page .cpanda-contact-status.is-success {
  color: var(--cp-green);
}

.cpanda-front-page .cpanda-contact-status.is-error {
  color: #dc2626;
}

.cpanda-front-page .cpanda-contact-card small {
  display: block;
  margin-top: 14px;
  color: #8b95a3;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.cpanda-front-page .cpanda-footer {
  position: relative;
  overflow: hidden;
  padding: 56px 24px 32px;
  background: #071911;
  color: #fff;
  --padding-top: 56px;
  --padding-right: 24px;
  --padding-bottom: 32px;
  --padding-left: 24px;
}

.cpanda-front-page .cpanda-footer::before,
.cpanda-front-page .cpanda-footer::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  pointer-events: none;
}

.cpanda-front-page .cpanda-footer::before {
  bottom: 72px;
  z-index: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.045);
}

.cpanda-front-page .cpanda-footer::after {
  bottom: 0;
  z-index: 0;
  height: 122px;
  opacity: 1;
  background-color: transparent;
  background-image:
    linear-gradient(#12291f, #12291f),
    linear-gradient(#12291f, #12291f),
    linear-gradient(#12291f, #12291f),
    linear-gradient(#12291f, #12291f),
    linear-gradient(#12291f, #12291f),
    linear-gradient(#12291f, #12291f),
    linear-gradient(#12291f, #12291f),
    linear-gradient(#12291f, #12291f),
    linear-gradient(#12291f, #12291f),
    linear-gradient(#12291f, #12291f),
    linear-gradient(#12291f, #12291f),
    linear-gradient(#12291f, #12291f),
    linear-gradient(#12291f, #12291f),
    linear-gradient(#12291f, #12291f);
  background-position:
    0 78px,
    36px 50px,
    66px 64px,
    104px 76px,
    164px 36px,
    204px 20px,
    244px 62px,
    312px 50px,
    372px 82px,
    424px 64px,
    486px 80px,
    552px 52px,
    612px 76px,
    656px 36px;
  background-size:
    52px 44px,
    20px 72px,
    18px 58px,
    58px 46px,
    38px 86px,
    40px 102px,
    72px 60px,
    20px 72px,
    60px 40px,
    20px 58px,
    76px 42px,
    22px 70px,
    48px 46px,
    42px 86px;
  background-repeat: repeat-x;
  filter: drop-shadow(0 -1px 0 rgba(255, 255, 255, 0.025));
}

.cpanda-front-page .cpanda-footer-wrap {
  position: relative;
  z-index: 1;
  width: min(100%, 1280px);
  min-height: 0;
  margin: 0 auto;
  padding: 0;
}

.cpanda-front-page .cpanda-footer-top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.cpanda-front-page .cpanda-footer-logo {
  display: grid;
  width: fit-content;
  color: #fff;
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 0.9;
}

.cpanda-front-page .cpanda-footer-logo strong {
  color: var(--cp-green);
  font: inherit;
}

.cpanda-front-page .cpanda-footer-desc {
  max-width: 300px;
  margin: 14px 0 22px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 14px;
  line-height: 1.65;
}

.cpanda-front-page .cpanda-footer-socials {
  display: flex;
  gap: 10px;
}

.cpanda-front-page .cpanda-footer-socials a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
}

.cpanda-front-page .cpanda-footer-socials i {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.cpanda-front-page .cpanda-footer-contacts h3 {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cpanda-front-page .cpanda-footer-contact-row {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 14px;
  line-height: 1.55;
}

.cpanda-front-page .cpanda-footer-contact-row i {
  margin-top: 2px;
  color: var(--cp-green);
  font-size: 18px;
  line-height: 1;
}

.cpanda-front-page .cpanda-footer-contact-row span {
  display: block;
}

.cpanda-front-page .cpanda-footer-contacts a,
.cpanda-front-page .cpanda-footer-bottom a {
  color: rgba(255, 255, 255, 0.64);
  text-decoration: none;
}

.cpanda-front-page .cpanda-footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.22);
  font-size: 13px;
}

.cpanda-front-page .cpanda-footer-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.cpanda-front-page .cpanda-footer-partner {
  display: inline-flex;
  align-items: center;
  opacity: 0.28;
  transition: opacity 0.2s ease;
}

.cpanda-front-page .cpanda-footer-partner:hover {
  opacity: 1;
}

.cpanda-front-page .cpanda-footer-partner img {
  display: block;
  width: 132px;
  height: auto;
}

.cpanda-front-page .cpanda-footer-skyline {
  display: none;
}

@keyframes cpanda-review-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-50% - 9px), 0, 0);
  }
}

@keyframes cpanda-review-right {
  from {
    transform: translate3d(calc(-50% - 9px), 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes cpanda-service-panel {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cpanda-buyout-panel {
  from {
    opacity: 0;
    transform: translateX(8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.cpanda-front-page .cpanda-hero-media {
  position: relative;
  gap: 0;
  --gap: 0;
  --width: 42%;
  max-width: 500px;
  padding: 16px;
  --padding-top: 16px;
  --padding-right: 16px;
  --padding-bottom: 16px;
  --padding-left: 16px;
}

@media (min-width: 768px) {
  .cpanda-front-page .cpanda-hero-inner {
    min-height: 0;
  }

  .cpanda-front-page .cpanda-hero-columns {
    width: 100%;
    --width: 100%;
  }

  .cpanda-front-page .cpanda-hero-left {
    width: auto !important;
    --width: auto !important;
  }

  .cpanda-front-page .cpanda-hero-media {
    width: 500px !important;
    --width: 500px !important;
  }
}

.cpanda-front-page .cpanda-hero-image-card {
  position: relative;
  overflow: hidden;
  height: 460px;
  border-radius: 24px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
  background: #d9efe2;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
}

.cpanda-front-page .cpanda-hero-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(160deg, rgba(29, 185, 84, 0.08) 0%, rgba(13, 26, 18, 0.55) 100%);
}

.cpanda-front-page .cpanda-hero-image-card .elementor-widget-image,
.cpanda-front-page .cpanda-hero-image-card .elementor-widget-container {
  height: 100%;
}

.cpanda-front-page .cpanda-hero-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cpanda-front-page .cpanda-hero-image-card > img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.cpanda-front-page .cpanda-hero-image-meta {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 24px;
  background: linear-gradient(to top, rgba(13, 26, 18, 0.85) 0%, transparent 100%);
  color: #fff;
}

.cpanda-front-page .cpanda-hero-route {
  color: #fff;
  font-family: "Unbounded", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.cpanda-front-page .cpanda-hero-route p,
.cpanda-front-page .cpanda-hero-days p {
  color: inherit;
}

.cpanda-front-page .cpanda-hero-days {
  padding: 4px 12px;
  border: 1px solid rgba(29, 185, 84, 0.3);
  border-radius: 999px;
  background: rgba(29, 185, 84, 0.15);
  color: var(--cp-green);
  font-size: 13px;
  font-weight: 700;
}

.cpanda-front-page .cpanda-floating-badge {
  position: absolute;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 11px 18px;
  border: 1px solid var(--cp-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(13, 26, 18, 0.14), 0 2px 0 rgba(13, 26, 18, 0.06);
  color: var(--cp-text);
  font-family: "Golos Text", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.cpanda-front-page .cpanda-floating-badge .cpanda-green-dot {
  width: 9px;
  height: 9px;
}

.cpanda-front-page .cpanda-floating-badge.is-top-left {
  top: 0;
  left: -16px;
}

.cpanda-front-page .cpanda-floating-badge.is-bottom-right {
  right: -16px;
  bottom: -18px;
}

.cpanda-front-page .cpanda-floating-badge.is-bottom-right::before {
  content: "";
  width: 14px;
  height: 9px;
  flex: 0 0 auto;
  border-bottom: 3px solid var(--cp-green);
  border-left: 3px solid var(--cp-green);
  transform: rotate(-45deg) translateY(-1px);
}

@keyframes cpanda-pulse-dot {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(29, 185, 84, 0.34);
  }
  55% {
    box-shadow: 0 0 0 10px rgba(29, 185, 84, 0);
  }
}

@keyframes cpanda-pulse-halo {
  0% {
    opacity: 0.8;
    transform: scale(0.25);
  }
  70%,
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.cpanda-front-page .cpanda-muted {
  color: var(--cp-muted);
}

@media (max-width: 1024px) {
  .cpanda-front-page .cpanda-hero {
    min-height: auto;
    padding: 64px 24px 70px;
    --padding-top: 64px;
    --padding-right: 24px;
    --padding-bottom: 70px;
    --padding-left: 24px;
  }

  .cpanda-front-page .cpanda-hero-inner {
    width: min(100%, 760px);
    --width: min(100%, 760px);
  }

  .cpanda-front-page .cpanda-hero-inner {
    min-height: 0;
  }

  .cpanda-front-page .cpanda-hero-columns {
    grid-template-columns: 1fr;
    gap: 42px;
    --gap: 42px;
  }

  .cpanda-front-page .cpanda-hero-left,
  .cpanda-front-page .cpanda-hero-media {
    width: 100% !important;
    max-width: 100%;
    --width: 100% !important;
  }

  .cpanda-front-page .cpanda-hero-title,
  .cpanda-front-page .cpanda-hero-desc,
  .cpanda-front-page .cpanda-hero-buttons,
  .cpanda-front-page .cpanda-hero-stats,
  .cpanda-front-page .cpanda-hero-image-card {
    width: 100%;
    max-width: 100%;
    --width: 100% !important;
  }

  .cpanda-front-page .cpanda-hero-title .elementor-heading-title {
    font-size: clamp(40px, 8vw, 62px);
  }

  .cpanda-front-page .cpanda-hero-desc {
    max-width: 620px;
    font-size: 17px;
  }

  .cpanda-front-page .cpanda-hero-image-card {
    height: clamp(340px, 58vw, 500px);
  }

  .cpanda-front-page .cpanda-floating-badge.is-top-left {
    top: 18px;
    left: 18px;
  }

  .cpanda-front-page .cpanda-floating-badge.is-bottom-right {
    right: 18px;
    bottom: -10px;
  }

  .cpanda-front-page .cpanda-advantages-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 34px;
    --gap: 28px 34px;
  }

  .cpanda-front-page .cpanda-deliver-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    --gap: 26px;
  }

  .cpanda-front-page .cpanda-delivery-card {
    display: grid;
    grid-template-columns: minmax(260px, 42%) minmax(0, 1fr);
  }

  .cpanda-front-page .cpanda-delivery-image {
    height: 100%;
    min-height: 250px;
  }

  .cpanda-front-page .cpanda-delivery-body {
    padding: 28px;
    --padding-top: 28px;
    --padding-right: 28px;
    --padding-bottom: 28px;
    --padding-left: 28px;
  }

  .cpanda-front-page .cpanda-how-grid {
    grid-template-columns: 1fr;
    gap: 38px;
    --gap: 38px;
  }

  .cpanda-front-page .cpanda-how-left {
    padding-right: 0;
    padding-bottom: 34px;
    border-right: 0;
    border-bottom: 1px solid rgba(29, 185, 84, 0.16);
    --padding-right: 0;
    --padding-bottom: 34px;
  }

  .cpanda-front-page .cpanda-calculator {
    max-width: 720px;
  }

  .cpanda-front-page .cpanda-cases-layout {
    grid-template-columns: 1fr;
  }

  .cpanda-front-page .cpanda-testimonial-card {
    position: static;
  }

  .cpanda-front-page .cpanda-contact-grid {
    grid-template-columns: 1fr;
    gap: 44px;
    max-width: 760px;
  }

  .cpanda-front-page .cpanda-contact-copy h2,
  .cpanda-front-page .cpanda-contact-copy p {
    max-width: 640px;
  }
}

@media (max-width: 767px) {
  .cpanda-front-page .cpanda-hero-buttons {
    flex-direction: column;
  }

  .cpanda-front-page .cpanda-advantages {
    padding: 30px 18px;
    --padding-top: 30px;
    --padding-right: 18px;
    --padding-bottom: 30px;
    --padding-left: 18px;
  }

  .cpanda-front-page .cpanda-advantages-inner,
  .cpanda-front-page .cpanda-deliver-grid {
    grid-template-columns: 1fr;
  }

  .cpanda-front-page .cpanda-advantages-inner {
    gap: 24px;
    --gap: 24px;
  }

  .cpanda-front-page .cpanda-adv-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    --gap: 16px;
  }

  .cpanda-front-page .cpanda-adv-icon {
    width: 48px;
    height: 48px;
    --width: 48px;
  }

  .cpanda-front-page .cpanda-deliver {
    padding: 54px 18px 64px;
    --padding-top: 54px;
    --padding-right: 18px;
    --padding-bottom: 64px;
    --padding-left: 18px;
  }

  .cpanda-front-page .cpanda-deliver-title .elementor-heading-title {
    font-size: clamp(36px, 12vw, 48px);
  }

  .cpanda-front-page .cpanda-deliver-desc {
    font-size: 16px;
  }

  .cpanda-front-page .cpanda-deliver-grid {
    margin-top: 36px;
    gap: 22px;
    --gap: 22px;
  }

  .cpanda-front-page .cpanda-delivery-card {
    display: block;
  }

  .cpanda-front-page .cpanda-delivery-image {
    height: 210px;
    min-height: 0;
  }

  .cpanda-front-page .cpanda-delivery-body {
    padding: 24px 22px;
    --padding-top: 24px;
    --padding-right: 22px;
    --padding-bottom: 24px;
    --padding-left: 22px;
  }

  .cpanda-front-page .cpanda-services {
    padding: 64px 18px;
    --padding-top: 64px;
    --padding-right: 18px;
    --padding-bottom: 64px;
    --padding-left: 18px;
  }

  .cpanda-front-page .cpanda-services-title .elementor-heading-title {
    font-size: clamp(36px, 12vw, 48px);
  }

  .cpanda-front-page .cpanda-services-desc {
    font-size: 16px;
  }

  .cpanda-front-page .cpanda-services-shortcode {
    margin-top: 38px;
  }

  .cpanda-front-page .cpanda-services-nav {
    width: 100%;
    flex-wrap: wrap;
  }

  .cpanda-front-page .cpanda-services-tab {
    flex: 1 1 auto;
    min-width: min(100%, 170px);
    min-height: 48px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .cpanda-front-page .cpanda-buyout-layout,
  .cpanda-front-page .cpanda-consolidation {
    grid-template-columns: 1fr;
  }

  .cpanda-front-page .cpanda-buyout-tabs {
    flex-direction: row;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid var(--cp-border);
  }

  .cpanda-front-page .cpanda-buyout-tab {
    flex: 1 0 auto;
    min-height: 58px;
    padding: 16px 22px;
    border-left: 0;
    border-bottom: 4px solid transparent;
  }

  .cpanda-front-page .cpanda-buyout-tab.is-active {
    border-bottom-color: var(--cp-green);
  }

  .cpanda-front-page .cpanda-buyout-panel,
  .cpanda-front-page .cpanda-consolidation {
    padding: 24px;
  }

  .cpanda-front-page .cpanda-buyout-panel img,
  .cpanda-front-page .cpanda-consolidation img {
    height: 210px;
  }

  .cpanda-front-page .cpanda-buyout-panel h3 {
    font-size: 23px;
  }

  .cpanda-front-page .cpanda-buyout-value {
    font-size: 28px;
  }

  .cpanda-front-page .cpanda-services-cta a {
    width: 100%;
    min-height: 56px;
    padding: 16px 22px;
    font-size: 16px;
  }

  .cpanda-front-page .cpanda-check-row {
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 24px 20px;
  }

  .cpanda-front-page .cpanda-how {
    padding: 64px 18px;
    --padding-top: 64px;
    --padding-right: 18px;
    --padding-bottom: 64px;
    --padding-left: 18px;
  }

  .cpanda-front-page .cpanda-how-title .elementor-heading-title {
    font-size: clamp(36px, 12vw, 48px);
  }

  .cpanda-front-page .cpanda-how-desc {
    font-size: 16px;
  }

  .cpanda-front-page .cpanda-how-grid {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-top: 44px;
    --gap: 42px;
  }

  .cpanda-front-page .cpanda-how-left {
    padding-right: 0;
    padding-bottom: 40px;
    border-right: 0;
    border-bottom: 1px solid rgba(29, 185, 84, 0.16);
    --padding-right: 0;
    --padding-bottom: 40px;
  }

  .cpanda-front-page .cpanda-road {
    --cp-road-pad: 30px;
    height: 82px;
  }

  .cpanda-front-page .cpanda-road-point {
    font-size: 11px;
  }

  .cpanda-front-page .cpanda-timeline {
    padding-left: 38px;
    --padding-left: 38px;
  }

  .cpanda-front-page .cpanda-timeline-step::before {
    left: -35px;
  }

  .cpanda-front-page .cpanda-timeline-title .elementor-heading-title {
    font-size: 18px;
  }

  .cpanda-front-page .cpanda-timeline-text {
    font-size: 15px;
  }

  .cpanda-front-page .cpanda-calculator-card {
    padding: 24px;
  }

  .cpanda-front-page .cpanda-route-cards,
  .cpanda-front-page .cpanda-calculator-fields {
    grid-template-columns: 1fr;
  }

  .cpanda-front-page .cpanda-route-card {
    min-height: 112px;
  }

  .cpanda-front-page .cpanda-calculator-result-main {
    font-size: 21px;
  }

  .cpanda-front-page .cpanda-calculator-result a {
    width: 100%;
  }

  .cpanda-front-page .cpanda-cases {
    padding: 64px 18px;
    --padding-top: 64px;
    --padding-right: 18px;
    --padding-bottom: 64px;
    --padding-left: 18px;
  }

  .cpanda-front-page .cpanda-cases-title .elementor-heading-title {
    font-size: clamp(44px, 14vw, 58px);
  }

  .cpanda-front-page .cpanda-cases-desc {
    font-size: 16px;
  }

  .cpanda-front-page .cpanda-cases-layout,
  .cpanda-front-page .cpanda-cases-row {
    grid-template-columns: 1fr;
  }

  .cpanda-front-page .cpanda-cases-layout {
    margin-top: 42px;
  }

  .cpanda-front-page .cpanda-case-main .cpanda-case-image,
  .cpanda-front-page .cpanda-case-image {
    height: 230px;
  }

  .cpanda-front-page .cpanda-case-body,
  .cpanda-front-page .cpanda-testimonial-card {
    padding: 22px;
    --padding-top: 22px;
    --padding-right: 22px;
    --padding-bottom: 22px;
    --padding-left: 22px;
  }

  .cpanda-front-page .cpanda-testimonial-card {
    position: static;
  }

  .cpanda-front-page .cpanda-case-stats {
    gap: 22px;
    --gap: 22px;
  }

  .cpanda-front-page .cpanda-case-heading .elementor-heading-title {
    font-size: 21px;
  }

  .cpanda-front-page .cpanda-reviews {
    padding: 64px 0;
    --padding-top: 64px;
    --padding-bottom: 64px;
  }

  .cpanda-front-page .cpanda-reviews-header {
    width: calc(100% - 36px);
    --width: calc(100% - 36px);
  }

  .cpanda-front-page .cpanda-reviews-title .elementor-heading-title {
    font-size: clamp(34px, 10vw, 46px);
  }

  .cpanda-front-page .cpanda-reviews-shortcode {
    margin-top: 36px;
  }

  .cpanda-front-page .cpanda-reviews-row {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .cpanda-front-page .cpanda-reviews-track,
  .cpanda-front-page .cpanda-reviews-row.is-left .cpanda-reviews-track,
  .cpanda-front-page .cpanda-reviews-row.is-right .cpanda-reviews-track {
    animation: none;
  }

  .cpanda-front-page .cpanda-review-marquee-card {
    flex-basis: min(82vw, 320px);
    scroll-snap-align: start;
  }

  .cpanda-front-page .cpanda-contact {
    padding: 64px 18px;
    --padding-top: 64px;
    --padding-right: 18px;
    --padding-bottom: 64px;
    --padding-left: 18px;
  }

  .cpanda-front-page .cpanda-contact::before,
  .cpanda-front-page .cpanda-contact::after {
    width: 180px;
    height: 180px;
  }

  .cpanda-front-page .cpanda-contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cpanda-front-page .cpanda-contact-copy h2 {
    font-size: clamp(38px, 12vw, 50px);
    max-width: 100%;
  }

  .cpanda-front-page .cpanda-contact-copy p {
    font-size: 16px;
    max-width: 100%;
    line-height: 1.55;
  }

  .cpanda-front-page .cpanda-contact-perks {
    gap: 12px;
  }

  .cpanda-front-page .cpanda-contact-perks div {
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.35;
  }

  .cpanda-front-page .cpanda-contact-card {
    padding: 28px 22px 24px;
    border-radius: 18px;
  }

  .cpanda-front-page .cpanda-footer {
    padding: 0 18px 28px;
    --padding-right: 18px;
    --padding-bottom: 28px;
  }

  .cpanda-front-page .cpanda-footer-wrap {
    min-height: 0;
    padding-top: 44px;
  }

  .cpanda-front-page .cpanda-footer-top {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .cpanda-front-page .cpanda-footer-bottom {
    flex-direction: column;
    margin-top: 62px;
  }

  .cpanda-front-page .cpanda-footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .cpanda-front-page .cpanda-footer-partner img {
    width: 132px;
  }

  .cpanda-front-page .cpanda-hero {
    min-height: auto;
    padding: 44px 18px 52px;
    width: 100%;
    max-width: 100vw;
    --padding-top: 44px;
    --padding-right: 18px;
    --padding-bottom: 52px;
    --padding-left: 18px;
  }

  .cpanda-front-page .cpanda-hero-inner {
    width: 100% !important;
    max-width: 100%;
    --width: 100% !important;
  }

  .cpanda-front-page .cpanda-hero-columns {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 34px;
    --gap: 34px;
    --width: 100% !important;
  }

  .cpanda-front-page .cpanda-hero-left,
  .cpanda-front-page .cpanda-hero-media {
    width: 100% !important;
    max-width: 100%;
    --width: 100% !important;
  }

  .cpanda-front-page .cpanda-hero-desc,
  .cpanda-front-page .cpanda-hero-title {
    max-width: 100%;
  }

  .cpanda-front-page .cpanda-hero-buttons,
  .cpanda-front-page .cpanda-hero-stats,
  .cpanda-front-page .cpanda-hero-image-card {
    width: 100%;
    max-width: 100%;
    --width: 100% !important;
  }

  .cpanda-front-page .cpanda-hero-title,
  .cpanda-front-page .cpanda-hero-desc,
  .cpanda-front-page .cpanda-hero-buttons,
  .cpanda-front-page .cpanda-hero-stats,
  .cpanda-front-page .cpanda-hero-media,
  .cpanda-front-page .cpanda-hero-image-card {
    width: 100% !important;
    max-width: 100% !important;
    --width: 100% !important;
  }

  .cpanda-front-page .cpanda-hero-title .elementor-heading-title {
    font-size: clamp(34px, 11vw, 48px);
    line-height: 1.05;
  }

  .cpanda-front-page .cpanda-hero-badge {
    max-width: 100%;
    min-height: 42px;
    padding: 9px 16px;
    font-size: 13px;
  }

  .cpanda-front-page .cpanda-hero-desc {
    font-size: 16px;
    line-height: 1.6;
  }

  .cpanda-front-page .cpanda-button-primary,
  .cpanda-front-page .cpanda-button-secondary {
    width: 100%;
    max-width: 100%;
    --width: 100% !important;
  }

  .cpanda-front-page .cpanda-button-primary .elementor-button,
  .cpanda-front-page .cpanda-button-secondary .elementor-button {
    width: 100%;
    justify-content: center;
  }

  .cpanda-front-page .cpanda-hero-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cpanda-front-page .cpanda-hero-stat {
    padding-right: 0;
    border-right: 0;
  }

  .cpanda-front-page .cpanda-floating-badge {
    max-width: calc(100% - 28px);
    min-height: 42px;
    font-size: 13px;
    padding: 9px 13px;
    border-radius: 14px;
  }

  .cpanda-front-page .cpanda-floating-badge.is-top-left {
    top: 12px;
    left: 12px;
  }

  .cpanda-front-page .cpanda-floating-badge.is-bottom-right {
    right: 12px;
    bottom: -10px;
  }

  .cpanda-front-page .cpanda-hero-image-card {
    height: 360px;
    border-radius: 18px;
  }

  .cpanda-front-page .cpanda-hero-route {
    font-size: 12px;
  }

  .cpanda-front-page .cpanda-hero-days {
    font-size: 12px;
    padding: 4px 10px;
  }

  .cpanda-front-page .cpanda-hero .cpanda-hero-title,
  .cpanda-front-page .cpanda-hero .cpanda-hero-desc,
  .cpanda-front-page .cpanda-hero .cpanda-hero-buttons,
  .cpanda-front-page .cpanda-hero .cpanda-button-primary,
  .cpanda-front-page .cpanda-hero .cpanda-button-secondary,
  .cpanda-front-page .cpanda-hero .cpanda-hero-stats,
  .cpanda-front-page .cpanda-hero .cpanda-hero-media,
  .cpanda-front-page .cpanda-hero .cpanda-hero-image-card {
    width: 100% !important;
    max-width: 100% !important;
    --width: 100% !important;
  }
}

@media (max-width: 430px) {
  .cpanda-front-page .cpanda-hero-image-card {
    height: 300px;
  }

  .cpanda-front-page .cpanda-hero-title .elementor-heading-title,
  .cpanda-front-page .cpanda-deliver-title .elementor-heading-title,
  .cpanda-front-page .cpanda-services-title .elementor-heading-title,
  .cpanda-front-page .cpanda-how-title .elementor-heading-title,
  .cpanda-front-page .cpanda-cases-title .elementor-heading-title,
  .cpanda-front-page .cpanda-reviews-title .elementor-heading-title {
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .cpanda-front-page .cpanda-contact-copy h2 {
    font-size: clamp(34px, 13vw, 44px);
  }
}
