.elementor-3705 .elementor-element.elementor-element-1a27ae1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Poppins;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for container, class: .elementor-element-1a27ae1 */:root {
      --bg-page: #f5f5f7;
      --bg-surface: #ffffff;
      --bg-subtle: #f9fafb;
      --border-subtle: #e5e7eb;

      --brand-deep: #080063;
      --brand-accent: #FF3B05;

      --text-main: #020617;
      --text-muted: #6b7280;
      --text-soft: #9ca3af;
      --radius-lg: 18px;
      --radius-xl: 26px;
      --shadow-soft: 0 18px 50px rgba(15,23,42,0.18);
      --shadow-subtle: 0 10px 32px rgba(15,23,42,0.06);

      --btn-primary-from: #FF3B05;
      --btn-primary-to: #ff7a3b;
      --btn-primary-shadow: 0 18px 45px rgba(8, 0, 99, 0.45);
      --btn-primary-shadow-hover: 0 22px 60px rgba(8, 0, 99, 0.65);
      --btn-focus-ring: 0 0 0 1px #ffffff, 0 0 0 3px rgba(8, 0, 99, 0.8);

      --main-header-height: 70px;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    body {
      font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif;
      background:
        radial-gradient(circle at top, #ffffff 0, #f3f4f6 45%, #e5e7eb 100%);
      color: var(--text-main);
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }
    a { text-decoration: none; color: inherit; }
    img { max-width: 100%; display: block; }

    .shell,
    .section-inner {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      padding: 0 40px;
    }

    @media (max-width: 720px) {
      .shell,
      .section-inner {
        padding: 0 20px;
      }
    }

    /* SUBHEADER – sticky sub header-ul temei, cu menu scrollabil și pe desktop */
    .ps-subheader {
      position: sticky;
      top: var(--main-header-height);
      z-index: 40;
      backdrop-filter: blur(18px);
      background: linear-gradient(
        to bottom,
        rgba(249,250,251,0.97),
        rgba(249,250,251,0.93),
        rgba(249,250,251,0.8),
        transparent
      );
      border-bottom: 1px solid rgba(209,213,219,0.8);
    }

    .nav {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 14px 0;
      gap: 18px;
      font-size: 13px;
      color: #374151;
    }

    .nav-links {
      display: flex;
      gap: 22px;
      font-size: 12px;
      color: #6b7280;
      overflow-x: auto;
      padding-bottom: 4px;
      scrollbar-width: none;
    }
    .nav-links::-webkit-scrollbar {
      display: none;
    }
    .nav-links a {
      position: relative;
      padding-bottom: 4px;
      white-space: nowrap;
    }
    .nav-links a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 2px;
      background: linear-gradient(to right, var(--brand-deep), var(--brand-accent));
      border-radius: 999px;
      transition: width 0.17s ease-out;
    }
    .nav-links a:hover::after { width: 18px; }

    .btn-chat-primary,
    .btn-secondary {
      border-radius: 999px;
      padding: 10px 20px;
      font-size: 12px;
      cursor: pointer;
      border: 1px solid transparent;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      white-space: nowrap;
      position: relative;
      overflow: hidden;
      transition:
        transform 0.18s ease-out,
        box-shadow 0.18s ease-out,
        filter 0.18s ease-out,
        background 0.18s ease-out,
        border-color 0.18s ease-out,
        color 0.18s ease-out;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      background: none;
    }

    .btn-chat-primary {
      background:
        radial-gradient(circle at 0 0, rgba(255,255,255,0.25), transparent 55%),
        linear-gradient(135deg, var(--btn-primary-from), var(--btn-primary-to));
      color: #f9fafb;
      border-color: rgba(8, 0, 99, 0.9);
      box-shadow: var(--btn-primary-shadow);
      font-weight: 500;
    }
    .btn-chat-primary span {
      font-size: 13px;
    }
    .btn-chat-primary::after {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 10% 0, rgba(248,250,252,0.18), transparent 55%);
      opacity: 0;
      transition: opacity 0.18s ease-out;
    }
    .btn-chat-primary:hover {
      transform: translateY(-1px) scale(1.01);
      box-shadow: var(--btn-primary-shadow-hover);
      filter: saturate(1.07);
    }
    .btn-chat-primary:hover::after {
      opacity: 1;
    }
    .btn-chat-primary:focus-visible {
      outline: none;
      box-shadow: var(--btn-primary-shadow-hover), var(--btn-focus-ring);
    }

    .btn-secondary {
      background: rgba(8, 0, 99, 0.03);
      color: #0f172a;
      border-color: rgba(148,163,184,0.9);
      font-weight: 500;
    }
    .btn-secondary span {
      font-size: 13px;
    }
    .btn-secondary:hover {
      border-color: var(--brand-accent);
      box-shadow: 0 10px 30px rgba(15,23,42,0.12);
      background: #ffffff;
      color: var(--brand-deep);
      transform: translateY(-1px);
    }
    .btn-secondary:focus-visible {
      outline: none;
      box-shadow: 0 10px 30px rgba(15,23,42,0.12), var(--btn-focus-ring);
    }

    main section {
      padding: 40px 0;
    }

    .section-light { background: var(--bg-page); }
    .section-dark {
      background: #ffffff;
      border-top: 1px solid #e5e7eb;
    }

    .section-header {
      margin-bottom: 24px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 20px;
    }
    .section-kicker {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.18em;
      color: var(--text-soft);
      margin-bottom: 6px;
    }
    .section-title {
      font-size: 22px;
      font-weight: 600;
      letter-spacing: -0.03em;
      margin-bottom: 6px;
      color: var(--brand-deep);
    }
    .section-description {
      font-size: 14px;
      color: #4b5563;
      max-width: 720px;
      line-height: 1.7;
    }

    /* HERO */

    .hero {
      padding-top: 56px;
      padding-bottom: 40px;
      background: radial-gradient(circle at top, #ffffff, #eef2ff 50%, #e5e7eb 100%);
      border-bottom: 1px solid rgba(209,213,219,0.8);
    }
    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
      gap: 32px;
      align-items: center;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 4px 10px;
      border-radius: 999px;
      border: 1px solid rgba(209,213,219,0.9);
      background: rgba(255,255,255,0.96);
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      color: #6b7280;
      margin-bottom: 16px;
    }

    .eyebrow-pill {
      width: 18px;
      height: 18px;
      border-radius: 999px;
      background: radial-gradient(circle at 30% 20%, var(--brand-accent), var(--brand-deep));
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 18px rgba(255, 59, 5, 0.5);
    }
    .eyebrow-pill span {
      width: 9px;
      height: 9px;
      border-radius: 999px;
      background: #f9fafb;
    }

    .hero-title {
      font-size: clamp(30px, 4vw, 42px);
      font-weight: 600;
      letter-spacing: -0.04em;
      margin-bottom: 14px;
    }
    .hero-title span {
      background: linear-gradient(to right, var(--brand-deep), var(--brand-accent));
      -webkit-background-clip: text;
      color: transparent;
    }

    .hero-subtitle {
      font-size: 15px;
      color: var(--text-muted);
      line-height: 1.7;
      max-width: 720px;
      margin-bottom: 22px;
    }
    .hero-subtitle strong {
      color: #111827;
      font-weight: 600;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 18px;
    }

    .hero-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 18px;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      color: var(--text-soft);
    }
    .hero-meta strong {
      color: #111827;
      font-weight: 500;
    }

    .hero-visual {
      position: relative;
      border-radius: var(--radius-xl);
      padding: 18px;
      background: radial-gradient(circle at top, #ffffff, #eef2ff 55%, #e5e7eb 100%);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
      border: 1px solid var(--border-subtle);
    }

    .hero-visual-inner {
      border-radius: 18px;
      border: 1px solid var(--border-subtle);
      background: #ffffff;
      padding: 16px 16px 18px;
      display: flex;
      flex-direction: column;
      gap: 14px;
      font-size: 12px;
      color: #4b5563;
    }

    .hero-visual-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .hero-visual-title {
      font-size: 13px;
      font-weight: 500;
      color: #111827;
    }
    .hero-visual-subtitle {
      font-size: 11px;
      color: #9ca3af;
      text-transform: uppercase;
      letter-spacing: 0.16em;
    }

    .hero-badges {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 6px;
    }
    .hero-badge {
      font-size: 11px;
      padding: 4px 9px;
      border-radius: 999px;
      border: 1px solid var(--border-subtle);
      background: #f9fafb;
      color: #374151;
    }

    .hero-visual-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 11px;
      color: #6b7280;
      margin-top: 4px;
    }
    .hero-visual-footer strong {
      color: #111827;
      font-weight: 500;
      font-size: 12px;
    }

    /* 4 PAȘI */

    .steps {
      background: #ffffff;
      border-top: 1px solid #e5e7eb;
      border-bottom: 1px solid #e5e7eb;
    }
    .steps-header {
      margin-bottom: 18px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 16px;
    }
    .steps-title {
      font-size: 18px;
      font-weight: 600;
      letter-spacing: -0.02em;
      color: var(--brand-deep);
      margin-bottom: 4px;
    }
    .steps-subtitle {
      font-size: 13px;
      color: #4b5563;
      max-width: 640px;
      line-height: 1.7;
    }
    .steps-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0,1fr));
      gap: 14px;
    }
    .step-card {
      border-radius: var(--radius-lg);
      padding: 14px 14px 16px;
      border: 1px solid var(--border-subtle);
      background: #f9fafb;
      box-shadow: var(--shadow-subtle);
      font-size: 13px;
      color: #4b5563;
      line-height: 1.6;
    }
    .step-tag {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      color: var(--text-soft);
      margin-bottom: 6px;
    }
    .step-number {
      width: 18px;
      height: 18px;
      border-radius: 999px;
      background: radial-gradient(circle at 30% 20%, var(--brand-accent), var(--brand-deep));
      color: #f9fafb;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 11px;
    }
    .step-title {
      font-size: 14px;
      font-weight: 500;
      color: #111827;
      margin-bottom: 4px;
    }

    /* GRIDURI & BOXURI GENERALE */

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

    .card,
    .ghost-card {
      border-radius: var(--radius-lg);
      padding: 16px 16px 18px;
      border: 1px solid var(--border-subtle);
      background: #ffffff;
      box-shadow: var(--shadow-subtle);
      font-size: 13px;
      color: #4b5563;
      line-height: 1.7;
    }
    .ghost-card h3,
    .card h3 {
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 8px;
      color: #111827;
    }

    .pill-list {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 8px;
    }
    .pill {
      font-size: 11px;
      padding: 4px 8px;
      border-radius: 999px;
      border: 1px solid var(--border-subtle);
      background: var(--bg-subtle);
      color: #374151;
    }

    .box-muted {
      border-radius: var(--radius-lg);
      padding: 16px 16px 18px;
      border: 1px solid var(--border-subtle);
      background: #ffffff;
      box-shadow: var(--shadow-subtle);
      font-size: 13px;
      color: #4b5563;
      line-height: 1.7;
    }
    .box-muted h3 {
      font-size: 15px;
      margin-bottom: 8px;
      font-weight: 500;
      color: #111827;
    }

    .split {
      display: grid;
      grid-template-columns: minmax(0,1.1fr) minmax(0,1fr);
      gap: 24px;
      align-items: flex-start;
    }

    .config-link,
    .city-link {
      display: inline-flex;
      margin-top: 10px;
      font-size: 12px;
      color: #0f172a;
      align-items: center;
      gap: 4px;
      text-decoration: none;
    }
    .config-link span,
    .city-link span {
      font-size: 13px;
    }
    .config-link:hover,
    .city-link:hover {
      color: var(--brand-accent);
    }

    /* FAQ & CTA */

    .faq {
      border-radius: var(--radius-lg);
      padding: 16px 16px 6px;
      border: 1px solid var(--border-subtle);
      background: #ffffff;
      box-shadow: var(--shadow-subtle);
      font-size: 13px;
      color: #4b5563;
    }
    .faq-item {
      padding: 10px 0 12px;
      border-bottom: 1px solid #e5e7eb;
    }
    .faq-item:last-child {
      border-bottom: none;
      padding-bottom: 4px;
    }
    .faq-q {
      font-weight: 500;
      margin-bottom: 4px;
      font-size: 13px;
      color: #111827;
    }
    .faq-a {
      font-size: 13px;
      color: #6b7280;
      line-height: 1.7;
    }

    .cta-final {
      border-radius: var(--radius-xl);
      padding: 22px 20px 20px;
      background: linear-gradient(135deg, #ffffff, #f3f4f6);
      border: 1px solid rgba(209,213,219,0.9);
      box-shadow: 0 20px 60px rgba(15,23,42,0.14);
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: space-between;
      align-items: center;
      color: #0b1120;
    }
    .cta-title {
      font-size: 20px;
      font-weight: 600;
      letter-spacing: -0.03em;
      margin-bottom: 6px;
      color: var(--brand-deep);
    }
    .cta-subtitle {
      font-size: 14px;
      color: #4b5563;
      line-height: 1.7;
    }
    .cta-meta {
      font-size: 11px;
      color: #9ca3af;
      margin-top: 8px;
    }

    /* PACHETE / PREȚURI ORIENTATIVE */

    .packages-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap: 16px;
      margin-top: 16px;
    }
    .package-card {
      border-radius: var(--radius-lg);
      padding: 16px 16px 18px;
      border: 1px solid var(--border-subtle);
      background: #ffffff;
      box-shadow: var(--shadow-subtle);
      font-size: 13px;
      color: #4b5563;
      line-height: 1.7;
    }
    .package-title {
      font-size: 15px;
      font-weight: 600;
      color: #111827;
      margin-bottom: 6px;
    }
    .package-tag {
      display: inline-flex;
      align-items: center;
      padding: 3px 8px;
      border-radius: 999px;
      font-size: 11px;
      border: 1px solid var(--border-subtle);
      background: var(--bg-subtle);
      color: #374151;
      margin-bottom: 6px;
    }
    .package-meta {
      font-size: 12px;
      color: #9ca3af;
      margin-top: 8px;
    }

    /* TRUST */

    .trust-grid {
      display: grid;
      grid-template-columns: minmax(0,1fr);
      gap: 20px;
      align-items: flex-start;
    }

    @media (max-width: 980px) {
      .hero-grid,
      .split,
      .trust-grid {
        grid-template-columns: minmax(0,1fr);
      }
      .grid-3,
      .grid-3-soft,
      .packages-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
      }
      .steps-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
      }
    }

    @media (max-width: 720px) {
      .hero-title { font-size: 30px; }
      .grid-3,
      .grid-3-soft,
      .steps-grid,
      .packages-grid {
        grid-template-columns: minmax(0,1fr);
      }
      .section-title { font-size: 20px; }
      .cta-title { font-size: 18px; }

      .ps-subheader {
        top: 56px;
      }
    }/* End custom CSS */