.elementor-1065 .elementor-element.elementor-element-b429a2a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1065 .elementor-element.elementor-element-1be500b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1065 .elementor-element.elementor-element-a259445{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1065 .elementor-element.elementor-element-c03d33c{--display:flex;}.elementor-1065 .elementor-element.elementor-element-4983bdf{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1065 .elementor-element.elementor-element-a87c03f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1065 .elementor-element.elementor-element-4132c45{--display:flex;}@media(min-width:768px){.elementor-1065 .elementor-element.elementor-element-4132c45{--width:40%;}}/* Start custom CSS for html, class: .elementor-element-1be500b */.launchresto-hero-section {
  position: relative;
  background-color: #ffffff;
  padding: 60px 24px;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 450px;
}

/* Background Abstract Blob Placement */
.lr-bg-blob {
  position: absolute;
  right: -5%;
  top: 5%;
  width: 550px;
  height: 420px;
  background-color: #f6fbf8;
  border-radius: 40% 60% 40% 60% / 50% 40% 60% 50%;
  z-index: 1;
  pointer-events: none;
}

.lr-hero-container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  align-items: center;
  z-index: 2;
}

@media (min-width: 992px) {
  .lr-hero-container {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
  }
}

/* Typography Details */
.lr-hero-title {
  font-size: 38px;
  font-weight: 800;
  color: #0b0b0b;
  margin: 0 0 16px 0;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.lr-green-text {
  color: #008443;
}

.lr-hero-subtitle {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.6;
  margin: 0 0 32px 0;
  max-width: 480px;
}

/* High-Fidelity Input Box */
.lr-search-bar-wrap {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 6px 6px 6px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
  margin-bottom: 28px;
  max-width: 540px;
}

.lr-search-icon {
  width: 20px;
  height: 20px;
  fill: #94a3b8;
  margin-right: 12px;
  flex-shrink: 0;
}

.lr-search-bar-wrap input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  color: #1e293b;
  padding: 12px 0;
  background: transparent;
}

.lr-search-bar-wrap input::placeholder {
  color: #94a3b8;
}

.lr-search-submit-btn {
  background-color: #008443;
  border: none;
  border-radius: 8px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s;
  flex-shrink: 0;
}

.lr-search-submit-btn svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.lr-search-submit-btn:hover {
  background-color: #006e37;
}

/* Subtext Meta Links */
.lr-popular-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 640px) {
  .lr-popular-row {
    flex-direction: row;
    align-items: center;
  }
}

.lr-popular-title {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  white-space: nowrap;
}

.lr-tags-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lr-single-tag {
  background-color: #f1f9f4;
  color: #008443;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.lr-single-tag:hover {
  background-color: #e2f3e8;
}

/* Right Column Layer Sandbox */
.lr-hero-right {
  display: flex;
  justify-content: center;
  width: 100%;
}

.lr-visuals-scene {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 320px;
}

/* Laptop CSS Implementation */
.lr-laptop-hardware {
  position: absolute;
  left: 0;
  top: 10px;
  width: 82%;
  z-index: 2;
}

.lr-laptop-screen {
  background: #111111;
  padding: 10px 10px 14px 10px;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 12px 32px rgba(0,0,0,0.06);
}

.lr-screen-inner {
  background: #ffffff;
  height: 190px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Internal Mock Application Elements */
.lr-app-header {
  background: #f8fafc;
  padding: 8px 12px;
  border-bottom: 1px solid #edf2f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lr-app-logo {
  font-size: 10px;
  font-weight: 800;
  color: #008443;
}

.lr-app-user-dot {
  width: 6px;
  height: 6px;
  background: #cbd5e1;
  border-radius: 50%;
}

.lr-app-body {
  display: flex;
  flex: 1;
}

.lr-app-sidebar {
  width: 22%;
  background: #f8fafc;
  border-right: 1px solid #edf2f7;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lr-side-line {
  height: 4px;
  background: #e2e8f0;
  border-radius: 2px;
  width: 80%;
}

.lr-app-main-content {
  flex: 1;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lr-mock-card {
  height: 35px;
  border: 1px dashed #e2e8f0;
  border-radius: 6px;
}

.lr-laptop-base {
  height: 8px;
  background: #e2e8f0;
  border-radius: 0 0 16px 16px;
  position: relative;
}

.lr-laptop-base::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 4px;
  background: #cbd5e1;
  border-radius: 0 0 4px 4px;
}

/* Floating Action Card Overlay Component */
.lr-floating-support-card {
  position: absolute;
  right: 4%;
  bottom: 15px;
  width: 50%;
  background-color: #008443;
  color: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 16px 36px rgba(0, 132, 67, 0.25);
  z-index: 3;
}

.lr-card-headline {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px 0;
  letter-spacing: -0.2px;
}

.lr-card-paragraph {
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.9;
  margin: 0 0 20px 0;
}

.lr-card-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #ffffff;
  color: #008443;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding: 12px;
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lr-card-action-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.lr-arrow-icon {
  width: 16px;
  height: 16px;
  fill: #008443;
}

/* Decorative Minimal Vector Plant Structure */
.lr-potted-plant {
  position: absolute;
  right: -10px;
  bottom: 25px;
  width: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.lr-plant-leaves {
  position: relative;
  width: 30px;
  height: 50px;
}

.lr-leaf {
  position: absolute;
  background: #006e37;
  border-radius: 100% 0 100% 0;
  transform-origin: bottom left;
}

.leaf-1 { width: 14px; height: 26px; left: 0; bottom: 0; transform: rotate(-15deg); }
.leaf-2 { width: 12px; height: 24px; right: -4px; bottom: 10px; transform: rotate(45deg) scaleX(-1); }
.leaf-3 { width: 15px; height: 28px; left: -2px; bottom: 18px; transform: rotate(-40deg); }
.leaf-4 { width: 11px; height: 22px; right: 2px; top: 0; transform: rotate(10deg); }

.lr-plant-pot {
  width: 24px;
  height: 24px;
  background: #1a1a1a;
  border-radius: 2px 2px 8px 8px;
  margin-top: 4px;
}

/* Tablet Layout Tweaks */
@media (max-width: 576px) {
  .lr-hero-title { font-size: 32px; }
  .lr-visuals-scene { height: 280px; }
  .lr-laptop-hardware { width: 90%; }
  .lr-floating-support-card { width: 58%; right: 0; padding: 16px; }
  .lr-potted-plant { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4983bdf *//* Isolated Namespace Wrapper */
.lr-help-center {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.lr-help-center *, 
.lr-help-center *::before, 
.lr-help-center *::after {
  box-sizing: border-box;
}

/* Category Section Title */
.lr-title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 24px;
  text-align: left;
}

/* Responsive Grid Layout */
.lr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Card Styling */
.lr-card {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lr-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
}

/* Rounded Icon Enclosure */
.lr-icon-wrapper {
  width: 56px;
  height: 56px;
  background-color: #f1f9f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.lr-icon-wrapper svg {
  width: 24px;
  height: 24px;
  stroke: #008744;
}

/* Typography Inside Cards */
.lr-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

.lr-card p {
  font-size: 13px;
  color: #666666;
  margin: 0 0 20px 0;
  line-height: 1.6;
  min-height: 42px; /* Keeps text layout uniform */
}

/* Green CTA Links */
.lr-link {
  font-size: 14px;
  font-weight: 600;
  color: #008744 !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.2s ease;
}

.lr-link:hover {
  gap: 8px;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
  .lr-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .lr-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .lr-card {
    padding: 24px 16px;
  }
}/* End custom CSS */