/* --- Extracted Internal Styles --- */
/* CRITICAL OVERRIDES FOR ALTERNATE BACKGROUNDS */

/* Make the top-level section headings white */
.bg-deep-green>.section-heading h2,
.bg-deep-green>.section-heading p,
.bg-deep-green>.container>.section-heading h2,
.bg-deep-green>.container>.section-heading p,
.bg-deep-green>.two-fold-container>.section-heading h2,
.bg-deep-green>.two-fold-container>.section-heading p,
.bg-deep-green>.hero-new-container>h1,
.bg-deep-green>.hero-new-container>p,
.bg-deep-green>.container>h2,
.bg-deep-green>.container>p,
.bg-deep-green .section-heading h2,
.bg-deep-green .section-heading p,
section.bg-deep-green.section-ops .grid-2>div:first-child h2,
section.bg-deep-green.section-ops .grid-2>div:first-child p,
section.bg-deep-green.section-ops .grid-2>div:first-child li,
section.bg-deep-green.section-ops .grid-2>div:first-child strong {
  color: #ffffff !important;
}

/* Force all text in cards to be dark, protecting them from any global rules */
.bg-deep-green .tl-card,
.bg-deep-green .tl-card h1,
.bg-deep-green .tl-card h2,
.bg-deep-green .tl-card h3,
.bg-deep-green .tl-card h4,
.bg-deep-green .tl-card p,
.bg-deep-green .tl-card div,
.bg-deep-green .tl-card span,
.bg-deep-green .tl-card li,
.bg-deep-green .mockup-onespa,
.bg-deep-green .mockup-onespa h1,
.bg-deep-green .mockup-onespa h2,
.bg-deep-green .mockup-onespa h3,
.bg-deep-green .mockup-onespa h4,
.bg-deep-green .mockup-onespa p,
.bg-deep-green .mockup-onespa div,
.bg-deep-green .mockup-onespa span,
.bg-deep-green .mockup-onespa li,
.bg-deep-green .plain-box,
.bg-deep-green .plain-box h1,
.bg-deep-green .plain-box h2,
.bg-deep-green .plain-box h3,
.bg-deep-green .plain-box p,
.bg-deep-green .plain-box div,
.bg-deep-green .plain-box span,
.bg-deep-green .plain-box li,
.bg-deep-green .ui-card,
.bg-deep-green .ui-card h1,
.bg-deep-green .ui-card h2,
.bg-deep-green .ui-card h3,
.bg-deep-green .ui-card p,
.bg-deep-green .ui-card div,
.bg-deep-green .ui-card span,
.bg-deep-green .ui-card li,
.bg-deep-green .faq-item,
.bg-deep-green .faq-item h1,
.bg-deep-green .faq-item h2,
.bg-deep-green .faq-item h3,
.bg-deep-green .faq-item p,
.bg-deep-green .faq-item div,
.bg-deep-green .faq-item span,
.bg-deep-green .faq-item li {
  color: var(--text);
}

/* Exceptions for specific elements inside cards that should keep their colors */
.bg-deep-green .mockup-onespa .dm-avatar-green,
.bg-deep-green .mockup-onespa .dm-avatar-green span {
  color: #ffffff !important;
}

.bg-deep-green .mockup-onespa .metric-value {
  color: var(--primary) !important;
}

.bg-deep-green .mockup-onespa .dm-date-btn {
  color: var(--text-light) !important;
}

.bg-deep-green .mockup-onespa .dm-header-title p {
  color: var(--text-light) !important;
}

.bg-deep-green .mockup-onespa .dm-stat-title {
  color: var(--text-light) !important;
}

.bg-deep-green .mockup-onespa .dm-stat-change.positive {
  color: #10b981 !important;
}

.bg-deep-green .mockup-onespa .dm-stat-change.neutral {
  color: #f59e0b !important;
}

.bg-deep-green .mockup-onespa .dm-booking-status.pending {
  color: #3b82f6 !important;
}

.bg-deep-green .mockup-onespa .dm-booking-time {
  color: var(--primary) !important;
}

.bg-deep-green .mockup-onespa .dm-booking-date {
  color: var(--text-light) !important;
}

.bg-deep-green .mockup-onespa .dm-card-header a {
  color: var(--primary) !important;
}

.bg-deep-green .mockup-onespa .dm-service-bookings {
  color: var(--text-light) !important;
}

.bg-deep-green .mockup-onespa .dm-btn-signout {
  color: var(--text-light) !important;
}

.bg-deep-green .mockup-onespa .dm-nav-item.active {
  color: var(--primary) !important;
}

.bg-deep-green .mockup-onespa .mockup-pill-green {
  color: #10b981 !important;
}

.bg-deep-green .mockup-onespa .mockup-pill-blue {
  color: #3b82f6 !important;
}

.bg-deep-green .mockup-onespa .mockup-pill-yellow {
  color: #f59e0b !important;
}

/* Other specific colors inside components */
.bg-deep-green .tl-card .tl-c1-sub,
.bg-deep-green .tl-card .tl-c1-s-sub,
.bg-deep-green .tl-card .tl-c2-time {
  color: #64748b !important;
}

.bg-deep-green .tl-card .tl-c1-success {
  color: #10b981 !important;
}

.bg-deep-green .tl-card .tl-c1-s-title {
  color: #10b981 !important;
}

.bg-deep-green .tl-card .tl-ai-badge {
  color: #ffffff !important;
}

.bg-deep-green .plain-box .highlight {
  color: var(--primary) !important;
}

/* --- Extracted Internal Stylesheet Block --- */
/* Right Side */
.if-right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* overflow: hidden; */
}

/* Phone Wrapper */
.if-mockup-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 550px;
}

/* Phones */
.gmb-phones-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 25px;
  position: relative;
  z-index: 2;
  margin-top: 60px;
  /* Phone niche aa jayega */
}

/* Phone Image */
.gmb-phones-container img {
  width: 220px;
  max-width: 100%;
  height: auto;
  transform: none !important;
  /* scale remove */
}

/* Blue Circle */
.if-circle-backdrop {
  position: absolute;
  width: 620px;
  height: 620px;
  background: #3b82f6;
  border-radius: 50%;
  bottom: -40px;
  left: 14%;
  transform: translateX(-50%);
  z-index: 1;
}

/* Desktop */
@media (min-width:992px) {

  .if-container {
    display: flex;
    align-items: center;
    gap: 60px;
  }

  .if-left {
    flex: 1;
    z-index: 3;
  }

  .if-right {
    flex: 1;
    z-index: 2;
  }
}

/* Mobile */
@media (max-width:991px) {

  .if-container {
    flex-direction: column;
  }

  .gmb-phones-container {
    margin-top: 30px;
  }

  .gmb-phones-container img {
    width: 170px;
  }

}










/* Mobile View */
@media (max-width: 768px) {

  .if-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

    overflow: visible;
  }

  img.ext-style-19 {
    width: 100%;
  }

  index.html img.ext-style-19 {
    width: 100%;
  }

  #mockup-3 {
    transform: scale(1.0) !important;
    margin: 0px 0 !important;
  }

  .if-right {
    margin-top: 40px;
    transform: scale(1);
  }

  /* Blue Circle Background */
  .if-circle-backdrop {
    position: absolute;
    width: 373px;
    height: 373px;
    background: #3B82F6;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  /* Phones */
  .gmb-phones-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 2;
  }

  .gmb-phones-container img {
    width: 140px;
    height: auto;
    transform: none !important;
  }
}

/* Mobile View */
@media (max-width:768px) {

  .if-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  img.ext-style-19.one {
    width: 100% !important;
  }

  #mockup-1 {
    transform: scale(1.0) !important;
    margin: 0px 0 !important;
  }

  .gmb-phones-container img {
    width: 390px;
  }

  #mockup-1 .gmb-phones-container img,
  #mockup-2 .gmb-phones-container img,
  #mockup-3 .gmb-phones-container img {
    transform: none !important;
    transform-origin: center center !important;
  }

  .hero-section-new {
    padding: 40px 20px !important;
    background-color: #ffffff;
    background-image: none;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-bottom: none;
  }

  .if-left {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .if-right {
    margin-top: 0px;
    padding-top: 0;
    min-height: auto !important;
    height: auto !important;
  }

  .if-mockup-wrapper {
    min-height: auto !important;
    height: auto !important;
    margin: 0;
    padding: 0;
  }

  .gmb-phones-container {
    margin-top: 0 !important;
    justify-content: center;
    align-items: center;
  }

  .if-circle-backdrop {
    width: 397px;
    height: 397px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* --- Extracted Internal Stylesheet Block --- */
@media (max-width: 992px) {
  .horizontal-checklist-container {
    flex-direction: column !important;
    padding: 30px !important;
  }

  .steps-horizontal {
    flex-direction: column !important;
    gap: 30px;
  }

  .steps-horizontal .desktop-timeline-line {
    display: none !important;
  }

  .steps-horizontal>div {
    flex: none !important;
    margin-bottom: 10px;
  }
}

/* --- Extracted Internal Stylesheet Block --- */
.premium-dashboard-section {

  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Inter', system-ui, sans-serif;
}

.pd-header {
  text-align: center;
  margin-bottom: 50px;
}

.pd-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
}

.pd-header p {
  font-size: 1.1rem;
  color: #475569;
  max-width: 600px;
  margin: 0 auto;
}

.pd-app-window {
  width: 100%;
  max-width: 1200px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  display: flex;
  min-height: 700px;
}

/* Sidebar */
.pd-sidebar {
  width: 260px;
  background: rgba(255, 255, 255, 0.9);
  border-right: 1px solid rgba(226, 232, 240, 0.8);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
}

.pd-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  padding-left: 10px;
}

.pd-brand-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #059669, #10b981);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
}

.pd-brand-text {
  font-weight: 800;
  font-size: 1.25rem;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.pd-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  color: #64748b;
  font-weight: 600;
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pd-nav-item.active {
  background: #000000;
  color: #ffffff;
  border-radius: 8px;
}

.pd-nav-item.active span,
.pd-nav-item.active i {
  color: #ffffff !important;
}

.pd-nav-sublist {
  background: #fafafa;
  border-radius: 8px;
  padding: 10px 0;
  margin-left: 28px;
  margin-bottom: 12px;
}

.pd-nav-subitem {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  color: #475569;
  font-weight: 500;
  font-size: 0.95rem;
  cursor: pointer;
}

.pd-nav-subitem i {
  font-size: 0.95rem;
  width: 18px;
  text-align: center;
  color: #64748b;
}

.pd-btn-signout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  margin-top: auto;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  color: #475569;
  font-weight: 600;
  cursor: pointer;
  background: #ffffff;
  transition: background 0.2s;
}

.pd-btn-signout:hover {
  background: #f8fafc;
}

.pd-nav-item i {
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
}

/* Main Content */
.pd-main {
  flex: 1;
  padding: 30px 40px;
  background: rgba(248, 250, 252, 0.4);
  display: flex;
  flex-direction: column;
}

/* Topbar */
.pd-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.pd-greeting h1 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 4px 0;
  letter-spacing: -0.02em;
}

.pd-greeting p {
  color: #64748b;
  font-size: 0.95rem;
  margin: 0;
}

.pd-topbar-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.pd-search {
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 10px 16px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #94a3b8;
  font-size: 0.9rem;
  width: 250px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.pd-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: url('https://images.unsplash.com/photo-1544161515-4ab6ce6db874?ixlib=rb-4.0.3&auto=format&fit=crop&w=100&q=80') center/cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Metric Cards */
.pd-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.pd-metric-card {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(226, 232, 240, 0.8);
  position: relative;
  overflow: hidden;
}

.pd-metric-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.pd-metric-label {
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pd-metric-value {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
}

.pd-metric-sub {
  font-size: 0.85rem;
  font-weight: 500;
  margin-top: 5px;
}

/* Specific Cards */
.mc-blue .pd-metric-icon {
  background: #e0f2fe;
  color: #0284c7;
}

.mc-green .pd-metric-icon {
  background: #ecfdf5;
  color: #059669;
}

.mc-purple .pd-metric-icon {
  background: #ede9fe;
  color: #7c3aed;
}

.mc-orange .pd-metric-icon {
  background: #ffedd5;
  color: #ea580c;
}

/* Dashboard Grids */
.pd-dashboard-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  flex: 1;
}

.pd-panel {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(226, 232, 240, 0.8);
  padding: 24px;
}

.pd-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.pd-panel-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
}

.pd-panel-action {
  color: #059669;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}

/* Appointments Table */
.pd-table {
  width: 100%;
  border-collapse: collapse;
}

.pd-table th {
  text-align: left;
  padding-bottom: 15px;
  color: #64748b;
  font-weight: 600;
  font-size: 0.85rem;
  border-bottom: 1px solid #f1f5f9;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pd-table td {
  padding: 16px 0;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
}

.pd-table tr:last-child td {
  border-bottom: none;
}

.pd-client {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pd-client-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #475569;
  font-size: 0.9rem;
}

.pd-client-info div:first-child {
  font-weight: 600;
  color: #0f172a;
}

.pd-client-info div:last-child {
  font-size: 0.8rem;
  color: #64748b;
}

.pd-service {
  font-weight: 500;
  color: #334155;
}

.pd-therapist {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f8fafc;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  font-size: 0.85rem;
  color: #475569;
  font-weight: 500;
}

.pd-therapist img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.pd-status {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.pd-status.confirmed {
  background: #ecfdf5;
  color: #059669;
}

.pd-status.arrived {
  background: #e0f2fe;
  color: #0284c7;
}

/* Right column widgets */
.pd-gmb-widget {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 16px;
  padding: 24px;
  color: white;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.pd-gmb-widget::after {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
}

.pd-gmb-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.pd-gmb-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.pd-gmb-logo img {
  height: 24px;
}

.pd-gmb-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  background: rgba(5, 150, 105, 0.2);
  color: #34d399;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid rgba(5, 150, 105, 0.4);
}

.pd-gmb-status span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 8px #34d399;
}

.pd-review-widget {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  padding: 20px;
}

.pd-rw-title {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pd-rw-stat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f1f5f9;
}

.pd-rw-stat:last-child {
  border-bottom: none;
}

.pd-rw-stat-label {
  color: #475569;
  font-size: 0.9rem;
  font-weight: 500;
}

.pd-rw-stat-val {
  font-weight: 700;
  color: #0f172a;
}

/* Responsive */
@media (max-width: 1024px) {
  .pd-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .pd-sidebar {
    width: 80px;
    padding: 20px 10px;
  }

  .pd-brand-text,
  .pd-nav-item span {
    display: none;
  }

  .pd-nav-item {
    justify-content: center;
    padding: 12px;
  }
}

@media (max-width: 768px) {
  .pd-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .pd-sidebar {
    display: none;
  }

  .pd-topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

/* --- Extracted Inline Styles --- */
:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-1 {
  display: none;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-2 {
  margin-left: 8px;
  color: #ffffff !important;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-3 {
  color: inherit;
  text-decoration: none;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-4 {
  position: relative;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-6 {
  color: #0f172a;
  font-weight: 800;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-7 {
  height: 47px;
  max-width: 100%;
  object-fit: contain;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-8 {
  position: relative;
  overflow: hidden;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-9 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-10 {
  width: 100%;
  height: 100%;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-11 {
  position: relative;
  z-index: 2;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-12 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-13 {
  font-size: 0.9em;
  font-weight: 400;
  opacity: 0.9;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-14 {
  text-align: left;
  margin-top: 0px;
  position: relative;
  z-index: 2;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-15 {
  display: none;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-16 {
  background: transparent;
  box-shadow: none;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-17 {
  background: #3b82f6;
  transform: translate(-30%, -50%);
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-18 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-19 {
  max-width: 100%;
  height: auto;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-20 {
  display: none;
  background: transparent;
  box-shadow: none;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-21 {
  background: #f59e0b;
  transform: translate(-30%, -50%);
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-22 {
  background: linear-gradient(rgba(6, 78, 59, 0.88), rgba(6, 78, 59, 0.95)), url('img/background1.jpg') center/cover no-repeat;
  padding: 80px 20px;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-23 {
  margin-bottom: 4rem;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-24 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-25 {
  font-size: 1.1rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-26 {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1000px;
  margin: 0 auto 40px auto;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-27 {
  position: absolute;
  top: 15px;
  left: 16%;
  right: 16%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-28 {
  flex: 1;
  position: relative;
  z-index: 2;
  text-align: center;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-29 {
  width: 32px;
  height: 32px;
  background: #10b981;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0 auto 15px auto;
  font-size: 14px;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-30 {
  color: #fff;
  font-size: 1.2rem;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-31 {
  display: flex;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto 60px auto;
  flex-wrap: wrap;
  justify-content: center;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-32 {
  flex: 1;
  min-width: 300px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-33 {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-34 {
  background: #f1f5f9;
  padding: 10px;
  border-radius: 8px;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-35 {
  font-weight: bold;
  color: #1e293b;
  line-height: 1.2;
  margin-bottom: 4px;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-36 {
  font-size: 0.85rem;
  color: #64748b;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-37 {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 8px;
  padding: 25px 15px;
  text-align: center;
  margin-bottom: 20px;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-38 {
  color: #10b981;
  margin-bottom: 8px;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-39 {
  font-weight: bold;
  color: #065f46;
  font-size: 0.95rem;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-40 {
  font-size: 0.85rem;
  color: #047857;
  margin-top: 5px;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-41 {
  font-size: 0.9rem;
  color: #475569;
  text-align: center;
  line-height: 1.5;
  padding: 0 10px;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-42 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-43 {
  display: flex;
  gap: 8px;
  align-items: center;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-44 {
  background: #f1f5f9;
  padding: 6px;
  border-radius: 6px;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-45 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #1e293b;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-46 {
  font-size: 0.8rem;
  color: #94a3b8;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-47 {
  font-size: 0.9rem;
  color: #475569;
  margin-bottom: 15px;
  line-height: 1.4;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-48 {
  color: #3b82f6;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-49 {
  position: relative;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  height: 160px;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-50 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-51 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-52 {
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 8px;
  text-align: center;
  color: #3b82f6;
  font-weight: bold;
  font-size: 0.9rem;
  cursor: pointer;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-53 {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-54 {
  width: 36px;
  height: 36px;
  background: #f59e0b;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-55 {
  font-weight: bold;
  color: #1e293b;
  font-size: 0.9rem;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-56 {
  color: #f59e0b;
  font-size: 0.8rem;
  margin-top: 3px;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-57 {
  font-size: 0.9rem;
  font-style: italic;
  color: #475569;
  margin-bottom: 25px;
  line-height: 1.5;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-58 {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px 15px;
  position: relative;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-59 {
  position: absolute;
  top: -14px;
  right: 15px;
  background: #3b82f6;
  color: white;
  font-size: 0.75rem;
  padding: 5px 12px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 4px;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-60 {
  font-weight: bold;
  color: #1e293b;
  font-size: 0.85rem;
  margin-bottom: 8px;
  text-align: center;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-61 {
  font-size: 0.85rem;
  color: #475569;
  text-align: center;
  line-height: 1.5;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-62 {
  display: flex;
  gap: 40px;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  text-align: left;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-63 {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(16, 185, 129, 0.15) 2px, transparent 2px);
  background-size: 24px 24px;
  z-index: 0;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-64 {
  flex: 1;
  position: relative;
  z-index: 1;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-65 {
  color: #000000;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 25px;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-66 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-67 {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-68 {
  background: #e6ffe6;
  color: #009900;
  border-radius: 50%;
  padding: 4px;
  display: inline-flex;
  flex-shrink: 0;
  margin-top: 2px;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-69 {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.4;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-70 {
  color: #009900;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-71 {
  flex: 1;
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  justify-content: center;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-72 {
  width: 380px;
  max-width: 100%;
  border-radius: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-73 {
  margin-bottom: 2rem;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-74 {
  font-size: 2.2rem;
  font-weight: 700;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-75 {
  font-size: 1.1rem;
  margin-top: 0.5rem;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-76 {
  background: linear-gradient(rgba(6, 78, 59, 0.88), rgba(6, 78, 59, 0.95)), url('img/backgroun2.jpg') center/cover no-repeat;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-77 {
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 1px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-78 {
  align-items: start;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-79 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #fff;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-80 {
  margin-top: 1.5rem;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-81 {
  padding: 2rem;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-82 {
  margin-bottom: 1.5rem;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-83 {
  margin-bottom: 0.2rem;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-84 {
  opacity: 0.7;
  margin: 0;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-85 {
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-86 {
  margin: 0;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-87 {
  padding: 0.45rem 1.15rem;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-88 {
  margin-bottom: 2.5rem;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-89 {
  margin: 0;
  opacity: 0.7;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-90 {
  margin-top: 3rem;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-91 {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--secondary);
  padding-bottom: 2rem;
  flex-wrap: wrap;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-92 {
  margin: 0;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-93 {
  flex: 1;
  min-width: 260px;
  opacity: 0.75;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-94 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.3rem;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-95 {
  width: 20px;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-96 {
  height: 6px;
  background: var(--accent);
  flex: 1;
  border-radius: 3px;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-97 {
  height: 6px;
  background: rgba(46, 46, 46, 0.08);
  flex: 1;
  border-radius: 3px;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-98 {
  letter-spacing: 0;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-99 {
  margin-left: auto;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-100 {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-101 {
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 1rem;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-102 {
  border: 1px solid var(--secondary);
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-103 {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-weight: 600;
  margin-bottom: 1rem;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-104 {
  color: var(--primary);
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-105 {
  color: var(--accent);
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-106 {
  border: none;
  padding-bottom: 0;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-107 {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-108 {
  color: var(--primary);
  font-weight: 700;
  margin-left: 2rem;
  display: inline-block;
  margin-top: 0.5rem;
  text-decoration: none;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-109 {
  display: flex;
  justify-content: space-between;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-110 {
  display: flex;
  gap: 12px;
  align-items: center;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-111 {
  font-size: 0.8rem;
  width: auto;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-112 {
  font-size: 1.2rem;
  color: #64748b;
  cursor: pointer;
  position: relative;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-113 {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 8px;
  height: 8px;
  background: #ef4444;
  border-radius: 50%;
  border: 2px solid #f8fafc;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-114 {
  color: #64748b;
  font-size: 1rem;
  font-weight: 600;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-115 {
  color: #0284c7;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-116 {
  font-size: 1.2rem;
  padding-top: 4px;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-117 {
  color: #059669;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-118 {
  color: #10b981;
  font-size: 1rem;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-119 {
  color: #7c3aed;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-120 {
  color: #ea580c;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-121 {
  background: #fef3c7;
  color: #d97706;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-122 {
  background: #e0f2fe;
  color: #0284c7;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-123 {
  background: #fce7f3;
  color: #db2777;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-124 {
  color: #fff;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-125 {
  color: #fff;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-126 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  font-weight: 700;
  color: #fff;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-127 {
  font-size: 0.85rem;
  color: #94a3b8;
  margin-bottom: 20px;
  line-height: 1.5;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-128 {
  background: rgba(255, 255, 255, 0.1);
  padding: 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-129 {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-130 {
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-131 {
  font-size: 0.75rem;
  color: #cbd5e1;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-132 {
  color: #f59e0b;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-133 {
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 15px;
  line-height: 1.4;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-134 {
  color: #059669;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-135 {
  background: linear-gradient(rgba(6, 78, 59, 0.88), rgba(6, 78, 59, 0.95)), url('img/spashop main1.jpg') center/cover no-repeat;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-136 {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}

:not(#ref-x):not(#ref-y):not(#ref-z) .ext-style-137 {
  width: 100%;
}

/* Ensure phone mockups are never cut off and are rendered larger */
/* #mockup-1 .gmb-phones-container img,
#mockup-2 .gmb-phones-container img,
#mockup-3 .gmb-phones-container img {
  transform: none !important;
  width: 340px !important;
  max-width: 100% !important;
  max-height: 717px !important;
  height: auto !important;
} */

img.ext-style-19 {
  width: 35%;
}

img.ext-style-19.one {
  width: 59%;
}

@media (max-width: 768px) {
  .premium-cta-container {
    background: linear-gradient(135deg, #065f46 0%, #022c22 100%);
    border-radius: 24px;
    max-width: 1100px;
    width: 100%;
    padding: 28px 40px !important;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(2, 44, 34, 0.25);
  }

  .footer-grid {
    grid-template-columns: revert-rule;
    gap: 2rem !important;
  }

  .mio-section {
    flex-direction: column !important;
    gap: 40px !important;
    margin: 20px auto !important;
  }

  .ref-imported-sections .phone-mockup {
    transform: scale(0.9) !important;
    transform-origin: center center !important;
  }

  .faqqq {
    padding-top: 40px !important;
  }

}

h2.dd {
  font-size: 2.2rem;
  font-weight: 700;
}

h1.hero-new-title.fK {
  font-size: 2.2rem;
  font-weight: 700;
}