.elementor-15 .elementor-element.elementor-element-6363813{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d9883e3 *//* Base */
.lr-body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
  color: #0d1b2a;
  background: #f5f5f8;
}

.lr-container {
  width: min(1120px, 100% - 2rem);
  margin-inline: auto;
}

/* Header / Nav */
.lr-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(13, 27, 42, 0.96);
  backdrop-filter: blur(12px);
}

.lr-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.75rem;
}

.lr-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}

.lr-logo__mark {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid #c9a86a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #c9a86a;
}

.lr-logo__text {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f8fafc;
}

/* Nav list */
.lr-nav {
  display: flex;
}

.lr-nav__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.25rem;
  align-items: center;
}

.lr-nav__list a {
  font-size: 0.9rem;
  text-decoration: none;
  color: #e2e8f0;
}

.lr-nav__list a:hover {
  color: #c9a86a;
}

.lr-nav__cta {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid #c9a86a;
}

/* Mobile nav toggle */
.lr-nav-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.lr-nav-toggle span {
  width: 20px;
  height: 2px;
  background: #f8fafc;
}

/* Hero */
.lr-hero {
  padding-block: 4rem 3.5rem;
  background: radial-gradient(circle at top left, #1b263b 0, #0d1b2a 40%, #020617 100%);
  color: #e2e8f0;
}

.lr-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.1fr);
  gap: 2.5rem;
  align-items: center;
}

.lr-kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
  color: #c9a86a;
  margin-bottom: 0.75rem;
}

.lr-hero h1 {
  font-size: clamp(2.2rem, 3vw + 1rem, 3.1rem);
  line-height: 1.1;
  margin: 0 0 1rem;
}

.lr-highlight {
  color: #c9a86a;
}

.lr-hero__sub {
  max-width: 32rem;
  font-size: 0.98rem;
  color: #cbd5f5;
  margin-bottom: 1.5rem;
}

.lr-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.lr-hero__meta {
  font-size: 0.85rem;
  opacity: 0.8;
}

/* Hero card */
.lr-hero__card {
  background: rgba(15, 23, 42, 0.9);
  border-radius: 1.5rem;
  border: 1px solid rgba(201, 168, 106, 0.4);
  padding: 1.75rem 1.5rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
}

.lr-hero__badge {
  display: inline-flex;
  padding: 0.2rem 0.75rem;
  border-radius: 999px;
  border: 1px solid #c9a86a;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 0.8rem;
}

.lr-hero__card-title {
  margin: 0 0 0.75rem;
  font-size: 1.1rem;
}

.lr-hero__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  font-size: 0.9rem;
}

.lr-hero__list li {
  margin-bottom: 0.4rem;
  display: flex;
  gap: 0.4rem;
}

.lr-hero__list li::before {
  content: "•";
  color: #c9a86a;
}

.lr-hero__note {
  font-size: 0.8rem;
  color: #cbd5f5;
}

/* Buttons */
.lr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.4rem;
  border-radius: 999px;
  font-size: 0.9rem;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease, color 0.12s ease;
}

.lr-btn--primary {
  background: #c9a86a;
  color: #0d1b2a;
  border-color: #c9a86a;
}

.lr-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
}

.lr-btn--ghost {
  border-color: #c9a86a;
  color: #c9a86a;
  background: transparent;
}

.lr-btn--ghost:hover {
  background: #c9a86a;
  color: #0d1b2a;
}

.lr-btn--full {
  width: 100%;
}

/* Sections */
.lr-section {
  padding-block: 4rem;
  background: #f5f5f8;
}

.lr-section--alt {
  background: #ffffff;
}

.lr-section__header {
  text-align: left;
  margin-bottom: 2rem;
}

.lr-section__header h2 {
  margin: 0 0 0.4rem;
  font-size: 1.6rem;
}

.lr-section__header p {
  margin: 0;
  color: #64748b;
}

/* Grid helpers */
.lr-grid {
  display: grid;
  gap: 1.5rem;
}

.lr-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lr-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Cards */
.lr-card {
  background: #ffffff;
  border-radius: 1.1rem;
  padding: 1.5rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.lr-card h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.lr-list {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
  font-size: 0.9rem;
}

.lr-list li {
  margin-bottom: 0.4rem;
  display: flex;
  gap: 0.4rem;
}

.lr-list li::before {
  content: "–";
  color: #c9a86a;
}

.lr-list--tight li {
  margin-bottom: 0.25rem;
}

/* Languages */
.lr-languages__cta {
  margin-top: 1.8rem;
  font-size: 0.9rem;
  color: #475569;
}

.lr-languages__cta span {
  font-weight: 500;
}

.lr-lang-card {
  background: #0d1b2a;
  color: #e2e8f0;
  border-radius: 1rem;
  padding: 1rem;
  border: 1px solid rgba(201, 168, 106, 0.5);
}

.lr-lang-card__code {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c9a86a;
  margin-bottom: 0.3rem;
}

.lr-lang-card__name {
  font-weight: 600;
  margin: 0 0 0.2rem;
}

.lr-lang-card__note {
  margin: 0;
  font-size: 0.8rem;
  color: #cbd5f5;
}

/* Steps / Process */
.lr-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lr-steps__item {
  background: #f8fafc;
  border-radius: 1rem;
  padding: 1.25rem;
  border: 1px solid #e2e8f0;
}

.lr-steps__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid #c9a86a;
  font-size: 0.7rem;
  margin-bottom: 0.6rem;
}

/* Pricing */
.lr-pricing {
  align-items: stretch;
}

.lr-price-card {
  background: #ffffff;
  border-radius: 1.1rem;
  padding: 1.5rem 1.5rem 1.75rem;
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lr-price-card__label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #64748b;
  margin: 0;
}

.lr-price-card__price {
  margin: 0;
  font-weight: 600;
}

.lr-price-card--featured {
  border-color: #c9a86a;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.14);
  position: relative;
}

/* About */
.lr-about {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 2rem;
}

.lr-about__stat {
  background: #0f172a;
  color: #e2e8f0;
  border-radius: 1rem;
  padding: 1.25rem 1.3rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(201, 168, 106, 0.6);
}

.lr-about__stat-number {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
}

.lr-about__stat-label {
  margin: 0.2rem 0 0;
  font-size: 0.85rem;
}

/* Contact */
.lr-contact {
  background: #0d1b2a;
  color: #e2e8f0;
}

.lr-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.2fr);
  gap: 2.5rem;
  align-items: flex-start;
}

.lr-contact h2 {
  margin-top: 0;
}

.lr-form {
  background: rgba(15, 23, 42, 0.96);
  border-radius: 1.25rem;
  padding: 1.5rem 1.5rem 1.75rem;
  border: 1px solid rgba(201, 168, 106, 0.5);
}

.lr-form__group {
  margin-bottom: 0.9rem;
}

.lr-form label {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
  color: #cbd5f5;
}

.lr-form input,
.lr-form textarea {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid #1e293b;
  padding: 0.6rem 0.7rem;
  font-size: 0.9rem;
  background: #020617;
  color: #e2e8f0;
}

.lr-form input:focus,
.lr-form textarea:focus {
  outline: 1px solid #c9a86a;
}

.lr-form__note {
  margin-top: 0.6rem;
  font-size: 0.8rem;
  color: #94a3b8;
}

/* Footer */
.lr-footer {
  background: #020617;
  color: #94a3b8;
  padding-block: 1rem;
  font-size: 0.8rem;
}

.lr-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Responsive */
@media (max-width: 900px) {
  .lr-hero__grid,
  .lr-contact__grid,
  .lr-about {
    grid-template-columns: 1fr;
  }

  .lr-hero {
    padding-block: 3.2rem 3rem;
  }

  .lr-section {
    padding-block: 3rem;
  }

  .lr-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lr-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lr-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .lr-header__inner {
    padding-block: 0.6rem;
  }

  .lr-nav-toggle {
    display: flex;
  }

  .lr-nav {
    position: absolute;
    inset-inline: 0;
    top: 52px;
    background: #020617;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
  }

  .lr-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .lr-nav__list {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.75rem 1.5rem 1rem;
  }

  .lr-nav__cta {
    margin-top: 0.4rem;
  }

  .lr-nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }
  .lr-nav-toggle.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .lr-nav-toggle.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .lr-hero__grid {
    gap: 1.8rem;
  }

  .lr-grid--3,
  .lr-grid--4,
  .lr-steps {
    grid-template-columns: 1fr;
  }

  .lr-footer__inner {
    flex-direction: column;
    gap: 0.3rem;
    text-align: center;
  }
}/* End custom CSS */